: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); }
        .pore { width: 100%; border-bottom: 1px solid #e8eaed; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 100; }
        .vane { max-width: 1200px; margin: 0 auto; padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; }
        .glow img { height: 32px; display: block; }
        .lume { display: flex; gap: 1.5rem; }
        .hue { text-decoration: none; color: #5f6368; font-weight: 500; font-size: 0.95rem; transition: color 0.15s ease; }
        .hue:hover { color: var(--primary); }
        .active { color: var(--primary); font-weight: 700; }
        
        .vault { max-width: 1000px; margin: 4rem auto; padding: 0 2rem; }
        .frame { margin-bottom: 5rem; }
        .mark { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #121212; margin-bottom: 2rem; letter-spacing: -0.02em; }
        .tine { font-size: 1.1rem; color: #70757a; margin-bottom: 2rem; max-width: 700px; }
        
        .scope { display: flex; flex-wrap: wrap; gap: 2rem; }
        .plate { flex: 1 1 300px; min-width: 0; background: #f8f9fa; padding: 2.5rem; border-radius: var(--radius); border: 1px solid #eeeff1; }
        .etch { width: 48px; height: 48px; margin-bottom: 1.5rem; color: var(--primary); }
        
        .stem { display: flex; flex-direction: column; gap: 1.5rem; }
        .bolt { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.5rem; background: #fff; border: 1px solid #dadce0; border-radius: var(--radius); }
        .spark { display: inline-block; padding: 0.8rem 1.8rem; background: var(--primary); color: #fff; border-radius: 50px; font-weight: 600; text-decoration: none; margin-top: 2rem; transition: transform 0.15s ease; }
        .spark:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(63, 51, 244, 0.2); }
        
        .mesh { text-align: center; padding: 4rem 2rem; color: #70757a; font-size: 0.9rem; border-top: 1px solid #e8eaed; }
        
        @media (max-width: 768px) {
            .vane { padding: 1rem; }
            .lume { gap: 0.8rem; }
            .hue { font-size: 0.85rem; }
        }

.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;
        }