:root {
            --primary: #3f33f4;
            --accent: #1a73e8;
            --bg: #ffffff;
            --text: #3c4043;
            --radius: 14px;
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: "Inter", "Segoe UI", "PingFang SC", sans-serif; color: var(--text); line-height: 1.7; background: var(--bg); }
        
        /* Layout & Spacing */
        .pore { padding: 1rem 5%; background: #fff; border-bottom: 1px solid #eee; }
        .vane { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; }
        .glow img { height: 32px; }
        .lume { display: flex; gap: 2rem; }
        .hue { text-decoration: none; color: #3c4043; font-weight: 500; font-size: 0.95rem; padding: 0.5rem 0; transition: color 0.15s ease; }
        .hue.active { color: var(--primary); border-bottom: 2px solid var(--primary); }
        
        /* Hero */
        .glint { background: linear-gradient(135deg, #f0f2ff 0%, #ffffff 100%); padding: 4rem 5%; min-height: 60vh; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
        .mark { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.1; font-weight: 800; color: #121212; letter-spacing: -0.02em; margin-bottom: 1.5rem; }
        .tine { font-size: 1.1rem; color: #5f6368; max-width: 600px; margin-bottom: 2rem; word-break: break-word; }
        .spark { display: inline-block; padding: 1rem 2rem; background: var(--primary); color: #fff; border-radius: 50px; text-decoration: none; font-weight: 600; box-shadow: 0 10px 25px rgba(63, 51, 244, 0.3); transition: transform 0.15s ease; }
        .spark:hover { transform: translateY(-3px); }
        
        /* Main */
        main { max-width: 1200px; margin: 3rem auto; padding: 0 5%; }
        .scope { margin-bottom: 5rem; }
        .vault { margin-bottom: 5rem; }
        .prism { margin-bottom: 5rem; }
        
        /* Cards & Table */
        .plate { background: #f8f9fa; padding: 2rem; border-radius: var(--radius); border: 1px solid #e8eaed; min-width: 0; }
        .facet { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; }
        .etch { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: rgba(63, 51, 244, 0.1); margin-bottom: 1.5rem; color: var(--primary); }
        
        table { width: 100%; border-collapse: collapse; margin-top: 2rem; }
        th, td { text-align: left; padding: 1rem; border-bottom: 1px solid #e8eaed; }
        
        /* Footer */
        .mesh { padding: 4rem 5%; background: #f1f3f4; text-align: center; margin-top: 5rem; }
        .base { font-size: 0.9rem; color: #5f6368; }

        @media (max-width: 768px) {
            .lume { gap: 1rem; }
            .vane { justify-content: center; flex-direction: column; gap: 1rem; }
        }

.orbit-pore{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

.orbit-pore .orbit-vane{
            max-width: 1300px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

.orbit-pore .orbit-glow{
            display: flex;
            align-items: center;
            min-width: 0;
        }

.orbit-pore .orbit-glow img{
            height: 32px;
            width: auto;
        }

.orbit-pore .orbit-lume{
            display: flex;
            gap: 1.5rem;
            align-items: center;
            flex-wrap: wrap;
        }

.orbit-pore .orbit-hue{
            text-decoration: none;
            color: #3c4043;
            font-weight: 500;
            font-size: 0.95rem;
            transition: 0.15s ease;
            padding: 0.5rem 0.8rem;
            border-radius: 8px;
        }

.orbit-pore .orbit-hue:hover{
            color: #3f33f4;
            background: rgba(63, 51, 244, 0.05);
        }

.orbit-pore .orbit-hue.orbit-active{
            color: #3f33f4;
            font-weight: 700;
        }

@media (max-width: 768px){.orbit-pore .orbit-vane{
                justify-content: center;
            }

.orbit-pore .orbit-lume{
                margin-top: 1rem;
                justify-content: center;
                gap: 1rem;
            }}

.orbit-pore {
    background: rgb(255, 255, 255);
    background-image: none;
}

.base-mesh {
    font-family: "Inter", "Segoe UI", "PingFang SC", sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--text);
}
.base-mesh,
.base-mesh *,
.base-mesh *::before,
.base-mesh *::after {
    box-sizing: border-box;
}

.base-mesh nav,
.base-mesh div,
.base-mesh section,
.base-mesh article,
.base-mesh aside,
.base-mesh p,
.base-mesh h1,
.base-mesh h2,
.base-mesh h3,
.base-mesh h4,
.base-mesh h5,
.base-mesh h6,
.base-mesh a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.base-mesh p,
.base-mesh h1,
.base-mesh h2,
.base-mesh h3,
.base-mesh h4,
.base-mesh h5,
.base-mesh h6 {
    text-decoration: none;
}

.base-mesh img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.base-mesh {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.base-mesh a,
.base-mesh a:hover,
.base-mesh a:focus,
.base-mesh a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.base-mesh .base-tine-mid{
            font-size: 1.1rem;
            color: #5f6368;
            max-width: 700px;
            margin: 0 auto;
        }

.base-mesh{
            background: #f8f9fa;
            border-top: 1px solid rgba(0,0,0,0.05);
            padding: 4rem 2rem;
            margin-top: 4rem;
        }

.base-mesh .base-dock{
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 3rem;
        }

.base-mesh .base-stem-brand{
            flex: 1;
            min-width: 200px;
        }

.base-mesh .base-mark-brand{
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            color: #121212;
        }

.base-mesh .base-stem-links{
            display: flex;
            gap: 4rem;
            flex-wrap: wrap;
        }

.base-mesh .base-bolt-column{
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

.base-mesh .base-hue-mesh{
            text-decoration: none;
            color: #5f6368;
            font-size: 0.9rem;
            transition: 0.15s ease;
        }

.base-mesh .base-hue-mesh:hover{
            color: #3f33f4;
        }

.base-mesh .base-base-legal{
            max-width: 1300px;
            margin: 3rem auto 0;
            padding-top: 2rem;
            border-top: 1px solid rgba(0,0,0,0.05);
            font-size: 0.85rem;
            color: #888;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 1rem;
        }