: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 { padding: 1rem 0; border-bottom: 1px solid #eee; }
        .vane { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .glow img { height: 32px; }
        .lume { display: flex; gap: 20px; }
        .hue { text-decoration: none; color: #3c4043; font-weight: 500; font-size: 0.95rem; }
        .hue.active { color: var(--primary); border-bottom: 2px solid var(--primary); }
        
        /* Utility */
        .frame { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
        .mark { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #121212; margin-bottom: 1.5rem; letter-spacing: -0.02em; }
        .tine { font-size: 1.1rem; color: #5f6368; max-width: 700px; margin-bottom: 2rem; }
        .spark { display: inline-block; padding: 12px 24px; 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: 0.15s ease; }
        .spark:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(63, 51, 244, 0.4); }
        
        /* Gallery Hero */
        .glint { background: #f8f9fa; padding: 80px 20px; text-align: center; }
        .glint-frame { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
        .plate-v8 { background: #fff; padding: 2rem; border-radius: var(--radius); border: 1px solid #e0e0e0; flex: 1; min-width: 280px; max-width: 350px; text-align: left; }
        .etch { width: 48px; height: 48px; background: #eef0ff; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }

        /* Showcase */
        .vault { padding: 80px 20px; }
        .bolt-stem { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
        .plate-showcase { padding: 2rem; border-radius: var(--radius); background: #fff; border: 1px solid #f1f3f4; transition: 0.15s ease; }
        .plate-showcase:hover { border-color: var(--primary); }

        /* Aside */
        .scope { padding: 80px 20px; background: #1a1a1a; color: #fff; }
        .scope .mark { color: #fff; }
        .scope .tine { color: #bbb; }

        /* Footer */
        .mesh { padding: 40px 20px; text-align: center; border-top: 1px solid #eee; font-size: 0.9rem; color: #70757a; }

        @media (max-width: 768px) {
            .lume { display: none; }
        }

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