/*
 * Unified ProxyRequest CSS
 * Generated from index.css, how-it-works.css, case-studies.css, changelog.css.
 * Page-specific selector conflicts are scoped with body classes:
 * .page-index, .page-how-it-works, .page-case-studies, .page-changelog
 */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --c0: #080808;
    --c1: #0f0f0f;
    --c2: #161616;
    --c3: #1e1e1e;
    --c4: #2a2a2a;
    --c5: #363636;
    --t1: #f0ede8;
    --t2: #a09890;
    --t3: #5a5450;
    --t4: #333030;
    --acc: #a855f7;
    --acc2: #c084fc;
    --acc-d: rgba(168, 85, 247, 0.07);
    --acc-b: rgba(168, 85, 247, 0.2);
    --acc-b2: rgba(168, 85, 247, 0.35);
    --red: #ff5050;
    --red-d: rgba(255, 80, 80, 0.07);
    --red-b: rgba(255, 80, 80, 0.2);
    --ora: #ff8c42;
    --ora-d: rgba(255, 140, 66, 0.07);
    --ora-b: rgba(255, 140, 66, 0.2);
    --blu: #4da6ff;
    --blu-d: rgba(77, 166, 255, 0.07);
    --blu-b: rgba(77, 166, 255, 0.2);
    --grn: #34d97b;
    --grn-d: rgba(52, 217, 123, 0.08);
    --grn-b: rgba(52, 217, 123, 0.25);
    --amb: #f5a623;
    --amb-d: rgba(245, 166, 35, 0.08);
    --amb-b: rgba(245, 166, 35, 0.25);
    --border: rgba(255, 255, 255, 0.055);
    --border2: rgba(255, 255, 255, 0.1);
    --border3: rgba(255, 255, 255, 0.15);
    --glass: rgba(255, 255, 255, 0.025);
    --glass2: rgba(255, 255, 255, 0.04);
    --mono: 'JetBrains Mono', monospace;
    --sans: 'Sora', sans-serif;
    --r: 12px;
    --rs: 7px;
}

.page-case-studies,
.page-how-it-works {
    --border3: rgba(255, 255, 255, 0.16);
    --amb-b: rgba(245, 166, 35, 0.22);
}

.page-changelog {
    --grn: #4ade80;
    --grn-d: rgba(74, 222, 128, 0.07);
    --grn-b: rgba(74, 222, 128, 0.2);
}

[data-theme="light"] {
    --c0: #f5f3ef;
    --c1: #eceae3;
    --c2: #e2dfd8;
    --c3: #d8d5cd;
    --c4: #c2bfb8;
    --c5: #a8a5a0;
    --t1: #111111;
    --t2: #666260;
    --t3: #999590;
    --t4: #dddad5;
    --acc: #7c3aed;
    --acc2: #9c55f5;
    --acc-d: rgba(124, 58, 237, 0.07);
    --acc-b: rgba(124, 58, 237, 0.18);
    --acc-b2: rgba(124, 58, 237, 0.3);
    --red: #cc2200;
    --red-d: rgba(204, 34, 0, 0.07);
    --red-b: rgba(204, 34, 0, 0.2);
    --ora: #c85c00;
    --ora-d: rgba(200, 92, 0, 0.07);
    --ora-b: rgba(200, 92, 0, 0.2);
    --blu: #1a6fd4;
    --blu-d: rgba(26, 111, 212, 0.07);
    --blu-b: rgba(26, 111, 212, 0.2);
    --grn: #16a34a;
    --grn-d: rgba(22, 163, 74, 0.07);
    --grn-b: rgba(22, 163, 74, 0.22);
    --amb: #d97706;
    --amb-d: rgba(217, 119, 6, 0.07);
    --amb-b: rgba(217, 119, 6, 0.22);
    --border: rgba(0, 0, 0, 0.07);
    --border2: rgba(0, 0, 0, 0.12);
    --border3: rgba(0, 0, 0, 0.18);
    --glass: rgba(0, 0, 0, 0.025);
    --glass2: rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .page-changelog {
    --c0: #f0ede6;
    --c1: #ebe8e1;
    --grn-b: rgba(22, 163, 74, 0.2);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--c0);
    color: var(--t1);
    font-family: var(--sans);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.nav {
    height: 58px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    border-bottom: 1px solid var(--border);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: rgba(8, 8, 8, 0.88);
    backdrop-filter: blur(18px);
    transition: background 0.3s;
}

[data-theme="light"] .nav {
    background: rgba(245, 243, 239, 0.92);
}

[data-theme="light"] .page-changelog .nav {
    background: rgba(240, 237, 230, 0.92);
}

/* === Unified rules === */

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-mark {
    width: 30px;
    height: 30px;
    background: var(--acc);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-mark svg {
    width: 16px;
    height: 16px;
}

.logo-text {
    font-family: var(--mono);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: var(--t1);
}

.nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 2px;
}

.nav-a {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    text-decoration: none;
    padding: 5px 12px;
    border-radius: var(--rs);
    letter-spacing: 0.5px;
    transition: color 0.15s, background 0.15s;
}

.nav-a:hover {
    color: var(--t1);
    background: var(--glass2);
}

.nav-a.active {
    color: var(--acc);
    background: var(--acc-d);
}

.nav-cta {
    font-family: var(--mono);
    font-size: 12px;
    color: #fff;
    background: var(--acc);
    border: none;
    border-radius: var(--rs);
    padding: 7px 16px;
    cursor: pointer;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-left: 8px;
    transition: opacity 0.15s;
}

.nav-cta:hover {
    opacity: 0.85;
}

/* Page-scoped conflict: .theme-btn */

.page-index .theme-btn, .page-case-studies .theme-btn, .page-changelog .theme-btn {
    width: 36px;
    height: 20px;
    background: var(--c3);
    border: 1px solid var(--border2);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s;
    margin-left: 10px;
}

.page-how-it-works .theme-btn {
    width: 36px;
    height: 20px;
    background: var(--c3);
    border: 1px solid var(--border2);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}

.theme-btn:hover {
    border-color: var(--acc);
}

.theme-btn .knob {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--acc);
    top: 2px;
    left: 2px;
    transition: transform 0.25s cubic-bezier(.4,0,.2,1);
}

[data-theme="light"] .theme-btn .knob {
    transform: translateX(16px);
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 40px 48px;
    position: relative;
    overflow: hidden;
}

/* Page-scoped conflict: .grid-bg */

.page-index .grid-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 100%);
}

.page-how-it-works .grid-bg, .page-case-studies .grid-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(ellipse 80% 40% at 50% 0%, black 0%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 40% at 50% 0%, black 0%, transparent 100%);
}

.page-changelog .grid-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(ellipse 80% 40% at 50% 0%, black 0%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 40% at 50% 0%, black 0%, transparent 100%);
    z-index: 0;
}

.glow-blob {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%,-50%);
    width: 600px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(168,85,247,0.04) 0%, transparent 70%);
    pointer-events: none;
    filter: blur(60px);
}

.hero-split {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 64px;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
}

.hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--grn-d);
    border: 1px solid var(--grn-b);
    border-radius: 20px;
    padding: 5px 14px;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--grn);
    letter-spacing: 0.5px;
    margin-bottom: 28px;
    animation: fadeUp 0.5s both;
}

.badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--grn);
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%,100%{opacity:1;} 50%{opacity:0.4;}
}

.hero-headline {
    font-family: var(--sans);
    font-size: clamp(30px, 3.6vw, 52px);
    font-weight: 600;
    color: var(--t1);
    line-height: 1.18;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
    animation: fadeUp 0.5s 0.08s both;
}

.hero-headline em {
    font-style: normal;
    color: var(--t1);
}

.typewriter-wrap {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
}

.tw-cursor {
    display: inline-block;
    width: 2px;
    background: var(--acc);
    margin-left: 2px;
    animation: blink 0.9s step-end infinite;
    height: 0.85em;
    vertical-align: baseline;
    border-radius: 1px;
}

@keyframes blink {
    0%,100%{opacity:1;} 50%{opacity:0;}
}

#tw {
    color: var(--t1);
}

.hero-sub {
    font-family: var(--sans);
    font-size: 16px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.8;
    max-width: 480px;
    margin-bottom: 40px;
    animation: fadeUp 0.5s 0.16s both;
}

.hero-btns {
    display: flex;
    gap: 10px;
    align-items: center;
    animation: fadeUp 0.5s 0.22s both;
}

/* Page-scoped conflict: .btn-primary */

.page-index .btn-primary {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 600;
    background: var(--t1);
    color: var(--c0);
    border: none;
    border-radius: 8px;
    padding: 13px 28px;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.1s;
}

.page-case-studies .btn-primary {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 600;
    background: var(--t1);
    color: var(--c0);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    cursor: pointer;
    transition: opacity 0.15s;
}

[data-theme="light"] .btn-primary {
    background: #111;
    color: #fff;
}

.btn-primary:hover {
    opacity: 0.85;
}

.btn-primary:active {
    transform: scale(0.97);
}

/* Page-scoped conflict: .btn-outline */

.page-index .btn-outline {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 400;
    background: none;
    color: var(--t2);
    border: 1px solid var(--border3);
    border-radius: 8px;
    padding: 12px 28px;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.page-case-studies .btn-outline {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 400;
    background: none;
    color: var(--t2);
    border: 1px solid var(--border3);
    border-radius: 8px;
    padding: 11px 24px;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

a.btn-outline {
    text-decoration: none;
}

.btn-outline:hover {
    border-color: var(--border2);
    color: var(--t1);
    background: var(--glass2);
}

@keyframes fadeUp {
    from{opacity:0;transform:translateY(16px);} to{opacity:1;transform:translateY(0);}
}

@keyframes fadeUp {
    from {
            opacity: 0;
            transform: translateY(16px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
}

.hero-right {
    animation: fadeUp 0.55s 0.18s both;
}

.flow-widget {
    display: flex;
    flex-direction: column;
    gap: 0;
    user-select: none;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.fw-row {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.fw-users-row {
    gap: 5px;
    padding: 0 2px;
}

.fw-user {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--border);
    border-radius: 9px;
    padding: 9px 5px 7px;
    position: relative;
    cursor: default;
    transition: border-color 0.3s, background 0.3s;
    opacity: 0.6;
}

.fw-user-active {
    opacity: 1 !important;
    background: var(--acc-d) !important;
    border-color: var(--acc-b) !important;
}

.fw-user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--c3);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fw-user-active .fw-user-avatar {
    background: rgba(168,85,247,0.15);
    border-color: var(--acc-b);
}

.fw-user-avatar svg {
    width: 14px;
    height: 14px;
    color: var(--t4);
}

.fw-user-active .fw-user-avatar svg {
    color: var(--acc);
}

.fw-user-flag {
    font-family: var(--mono);
    font-size: 8px;
    font-weight: 700;
    color: var(--fc, var(--t3));
    background: color-mix(in srgb, var(--fc, var(--t3)) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--fc, var(--t3)) 22%, transparent);
    border-radius: 3px;
    padding: 1px 4px;
    letter-spacing: 0.5px;
}

.fw-user-site {
    font-family: var(--mono);
    font-size: 7px;
    color: var(--t3);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.fw-user-new-badge {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--grn);
    color: #fff;
    font-family: var(--mono);
    font-size: 6px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 3px;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.fw-connector {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fw-conn-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--border2) 30%, var(--border2) 70%, transparent);
}

.fw-conn-label {
    font-family: var(--mono);
    font-size: 7.5px;
    color: var(--t4);
    letter-spacing: 0.6px;
    background: var(--c0);
    padding: 2px 8px;
    border: 1px solid var(--border);
    border-radius: 4px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.fw-packet {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--col, #a855f7);
    box-shadow: 0 0 4px 1px var(--col, #a855f7);
    left: calc(var(--lane, 50%) - 2.5px);
    opacity: 0;
    z-index: 3;
}

.fw-pkt-d {
    top: 0;
    animation: pkt-down 5.5s ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

.fw-pkt-u {
    bottom: 0;
    animation: pkt-up 5.5s ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

@keyframes pkt-down {
    0%   { transform: translateY(0);    opacity: 0; }
      5%   { opacity: 0.85; }
      88%  { opacity: 0.7; }
      100% { transform: translateY(40px); opacity: 0; }
}

@keyframes pkt-up {
    0%   { transform: translateY(0);     opacity: 0; }
      5%   { opacity: 0.85; }
      88%  { opacity: 0.7; }
      100% { transform: translateY(-40px); opacity: 0; }
}

.fw-engine-card {
    flex: 1;
    background: var(--c2);
    border: 1px solid rgba(168,85,247,0.2);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(168,85,247,0.08), 0 12px 40px rgba(168,85,247,0.1);
    animation: engine-breathe 6s ease-in-out infinite;
}

@keyframes engine-breathe {
    0%,100% { box-shadow: 0 0 0 1px rgba(168,85,247,0.08), 0 12px 40px rgba(168,85,247,0.08); }
      50%      { box-shadow: 0 0 0 1px rgba(168,85,247,0.3),  0 12px 48px rgba(168,85,247,0.2); }
}

.fw-engine-header {
    background: var(--c3);
    border-bottom: 1px solid var(--border);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.fw-engine-icon {
    width: 24px;
    height: 24px;
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fw-engine-icon svg {
    width: 13px;
    height: 13px;
    color: var(--acc);
}

.fw-engine-title {
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    color: var(--t1);
    letter-spacing: 0.5px;
    flex: 1;
}

.fw-live-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--grn-d);
    border: 1px solid var(--grn-b);
    border-radius: 12px;
    padding: 3px 9px;
    font-family: var(--mono);
    font-size: 9px;
    font-weight: 700;
    color: var(--grn);
    letter-spacing: 0.5px;
}

.fw-live-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--grn);
    animation: pulse-dot 3s ease-in-out infinite;
}

.fw-engine-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--border);
}

.fw-engine-cell {
    background: var(--c2);
    padding: 11px 13px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    transition: background 0.2s;
}

.fw-engine-cell:hover {
    background: var(--c3);
}

.fw-cell-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

.fw-cell-title {
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 3px;
    line-height: 1.3;
}

.fw-cell-sub {
    font-family: var(--mono);
    font-size: 9px;
    color: var(--t3);
    line-height: 1.5;
}

.fw-engine-stats {
    display: flex;
    align-items: center;
    background: var(--c3);
    border-top: 1px solid var(--border);
    padding: 8px 14px;
    gap: 0;
}

.fw-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.fw-stat-val {
    font-family: var(--mono);
    font-size: 13px;
    font-weight: 700;
    color: var(--t1);
}

.fw-stat-lbl {
    font-family: var(--mono);
    font-size: 8px;
    color: var(--t3);
    letter-spacing: 0.5px;
}

.fw-stat-sep {
    width: 1px;
    height: 28px;
    background: var(--border);
    flex-shrink: 0;
}

.fw-providers-row {
    gap: 5px;
    padding: 0 2px;
}

.fw-provider-card {
    flex: 1;
    background: rgba(255,255,255,0.015);
    border: 1px solid var(--border);
    border-radius: 9px;
    padding: 10px 8px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s, background 0.2s;
}

.fw-provider-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--pc, var(--acc));
    opacity: 0.4;
}

.fw-provider-card:hover {
    background: var(--c3);
    border-color: var(--border2);
}

.fw-provider-icon {
    width: 26px;
    height: 26px;
    background: var(--c3);
    border: 1px solid var(--border);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fw-provider-icon svg {
    width: 13px;
    height: 13px;
    color: var(--t3);
}

.fw-provider-name {
    font-family: var(--mono);
    font-size: 9px;
    font-weight: 500;
    color: var(--t3);
    text-align: center;
}

.fw-provider-status {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--mono);
    font-size: 7.5px;
    color: var(--t4);
}

.fw-status-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.fw-sites-row {
    gap: 4px;
    padding: 0 2px;
}

.fw-site-pill {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 4px;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 5px 8px;
    font-family: var(--mono);
    font-size: 8px;
    color: var(--t4);
    white-space: nowrap;
    justify-content: center;
    transition: border-color 0.2s, color 0.2s;
}

.fw-site-pill:hover {
    border-color: var(--border2);
    color: var(--t3);
}

.fw-site-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--sc, var(--acc));
    opacity: 0.5;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .fw-sites-row {
        display: none;
    }
}

@media (max-width: 600px) {
    .fw-connector:last-of-type {
        display: none;
    }
}

.section {
    padding: 96px 40px;
    max-width: 1160px;
    margin: 0 auto;
}

.section-sm {
    padding: 72px 40px;
    max-width: 1160px;
    margin: 0 auto;
}

.full-bleed {
    background: var(--c1);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.full-bleed-alt {
    background: var(--c2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.eyebrow {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--acc);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.eyebrow::before {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    background: var(--acc-b);
}

.section-title {
    font-family: var(--mono);
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 500;
    color: var(--t1);
    line-height: 1.35;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}

.section-title em {
    font-style: normal;
    color: var(--acc);
}

.section-sub {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
    max-width: 520px;
    margin-bottom: 48px;
}

/* Page-scoped conflict: .icp-grid */

.page-index .icp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
}

.page-how-it-works .icp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 22px;
}

/* Page-scoped conflict: .icp-card */

.page-index .icp-card {
    background: var(--c1);
    padding: 28px 26px;
    transition: background 0.2s;
}

.page-how-it-works .icp-card {
    background: var(--c1);
    padding: 22px 20px;
    transition: background 0.2s;
}

.icp-card:hover {
    background: var(--c2);
}

/* Page-scoped conflict: .icp-check */

.page-index .icp-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--grn-b);
    background: var(--grn-d);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.page-how-it-works .icp-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--grn-b);
    background: var(--grn-d);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

/* Page-scoped conflict: .icp-check svg */

.page-index .icp-check svg {
    width: 11px;
    height: 11px;
    color: var(--grn);
}

.page-how-it-works .icp-check svg {
    width: 10px;
    height: 10px;
    color: var(--grn);
}

/* Page-scoped conflict: .icp-title */

.page-index .icp-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 8px;
    line-height: 1.4;
}

.page-how-it-works .icp-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 6px;
}

/* Page-scoped conflict: .icp-body */

.page-index .icp-body {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.8;
}

.page-how-it-works .icp-body {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.8;
}

.built-by-band {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--c1);
}

.built-by-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 32px 40px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.bb-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.bb-icon svg {
    width: 20px;
    height: 20px;
    color: var(--acc);
}

.bb-content {
    flex: 1;
}

.bb-label {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--acc);
    margin-bottom: 8px;
}

.bb-text {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
    max-width: 820px;
}

.bb-text strong {
    font-weight: 500;
    color: var(--t1);
}

.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
}

.pain-card {
    background: var(--c1);
    padding: 32px 28px;
    position: relative;
    transition: background 0.2s;
}

.pain-card:hover {
    background: var(--c2);
}

.pain-num {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t4);
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.pain-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.pi-r {
    background: var(--red-d);
    border: 1px solid var(--red-b);
}

.pi-o {
    background: var(--ora-d);
    border: 1px solid var(--ora-b);
}

.pi-b {
    background: var(--blu-d);
    border: 1px solid var(--blu-b);
}

.pi-g {
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
}

.pain-title {
    font-family: var(--mono);
    font-size: 13px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

.pain-body {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
    margin-bottom: 20px;
}

.pain-arrow {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--acc);
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pain-arrow::after {
    content: "→";
}

.showcase-grid {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.showcase-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.showcase-item.rev {
    direction: rtl;
}

.showcase-item.rev > * {
    direction: ltr;
}

.showcase-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.sl-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.sl-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--acc-b);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.sl-dot span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--acc);
}

.sl-text {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.75;
}

.sl-text strong {
    font-weight: 500;
    color: var(--t1);
}

.screen-wrap {
    position: relative;
}

.screen-frame {
    background: var(--c2);
    border: 1px solid var(--border2);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3), 0 0 0 1px var(--border);
}

.sf-topbar {
    height: 36px;
    background: var(--c3);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 6px;
}

.sf-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.sf-url {
    margin-left: 8px;
    flex: 1;
    height: 18px;
    background: var(--c4);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 8px;
}

.sf-url-text {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
}

.dash-sidebar {
    width: 160px;
    background: var(--c3);
    border-right: 1px solid var(--border);
    padding: 12px 0;
    float: left;
    height: 320px;
}

.dash-content {
    margin-left: 160px;
    padding: 16px;
    min-height: 320px;
}

.dash-menu-item {
    padding: 7px 14px;
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
}

.dash-menu-item.active {
    color: var(--acc);
    background: var(--acc-d);
}

.dash-menu-item svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.dash-section-label {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--t4);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 14px 4px;
}

.mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 12px;
}

.mini-stat {
    background: var(--c4);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 8px 10px;
}

.ms-val {
    font-family: var(--mono);
    font-size: 14px;
    font-weight: 600;
    color: var(--t1);
}

.ms-lbl {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--t3);
    margin-top: 2px;
}

.ms-green {
    color: var(--acc);
}

.mini-table {
    width: 100%;
    border-collapse: collapse;
}

.mini-table th {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--t3);
    text-align: left;
    padding: 4px 8px;
    border-bottom: 1px solid var(--border);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mini-table td {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t2);
    padding: 5px 8px;
    border-bottom: 1px solid var(--border);
}

.mini-table tr:last-child td {
    border-bottom: none;
}

.badge-mini {
    font-family: var(--mono);
    font-size: 7px;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: 3px;
}

.bm-g {
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
    color: var(--acc);
}

.bm-r {
    background: var(--red-d);
    border: 1px solid var(--red-b);
    color: var(--red);
}

.bm-o {
    background: var(--ora-d);
    border: 1px solid var(--ora-b);
    color: var(--ora);
}

.bm-b {
    background: var(--blu-d);
    border: 1px solid var(--blu-b);
    color: var(--blu);
}

.chart-row {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 40px;
    margin-bottom: 6px;
}

.chart-bar {
    flex: 1;
    background: var(--acc-b);
    border-radius: 2px 2px 0 0;
    transition: background 0.2s;
}

.chart-bar:hover {
    background: var(--acc);
}

.float-chip {
    position: absolute;
    background: var(--c1);
    border: 1px solid var(--border2);
    border-radius: 8px;
    padding: 8px 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    animation: chip-float 4s ease-in-out infinite;
}

@keyframes chip-float {
    0%,100%{transform:translateY(0);} 50%{transform:translateY(-6px);}
}

.fc1 {
    top: -20px;
    right: -24px;
    animation-delay: -1s;
}

.fc2 {
    bottom: -16px;
    left: -20px;
    animation-delay: -2.5s;
}

.chip-label {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--t3);
    margin-bottom: 4px;
}

.chip-val {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--t1);
    display: flex;
    align-items: center;
    gap: 5px;
}

.chip-green {
    color: var(--acc);
    font-size: 12px;
}

.chip-indicator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--acc);
    animation: pulse-dot 2s ease-in-out infinite;
}

.feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
}

.feat-card {
    background: var(--c1);
    padding: 28px 24px;
    transition: background 0.2s;
    position: relative;
    overflow: hidden;
}

.feat-card:hover {
    background: var(--c2);
}

.feat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--acc-b), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.feat-card:hover::before {
    opacity: 1;
}

.feat-ico {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.feat-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 9px;
    letter-spacing: -0.2px;
}

.feat-body {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
}

.pool-frame {
    background: var(--c2);
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.pool-topbar {
    height: 36px;
    background: var(--c3);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 8px;
}

.pool-topbar-label {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    margin-left: auto;
    letter-spacing: 0.5px;
}

.pool-body {
    padding: 12px;
}

.pool-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: var(--rs);
    margin-bottom: 4px;
}

.pool-row:last-child {
    margin-bottom: 0;
}

.pr-addr {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t1);
}

.pr-loc {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--t3);
    margin-top: 1px;
}

.pr-badges {
    display: flex;
    gap: 4px;
    align-items: center;
}

.pr-badge {
    font-family: var(--mono);
    font-size: 7px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 3px;
}

.prb-g {
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
    color: var(--acc);
}

.prb-b {
    background: var(--blu-d);
    border: 1px solid var(--blu-b);
    color: var(--blu);
}

.score-mini {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sm-bar {
    width: 36px;
    height: 3px;
    background: var(--c5);
    border-radius: 2px;
    overflow: hidden;
}

.sm-fill {
    height: 100%;
    border-radius: 2px;
}

.sm-num {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--t3);
}

/* Page-scoped conflict: .code-block */

.page-index .code-block {
    background: #050508;
    border: 1px solid var(--border2);
    border-radius: 10px;
    overflow: hidden;
}

.page-how-it-works .code-block {
    background: #050508;
    border: 1px solid var(--border2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cb-topbar {
    height: 34px;
    background: var(--c3);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 8px;
}

.cb-title {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    margin-left: auto;
}

/* Page-scoped conflict: .cb-body */

.page-index .cb-body {
    padding: 18px 20px;
    font-family: var(--mono);
    font-size: 12px;
    line-height: 1.9;
}

.page-how-it-works .cb-body {
    padding: 16px 20px;
    font-family: var(--mono);
    font-size: 12px;
    line-height: 2;
    overflow-x: auto;
}

.ck {
    color: #60a8f0;
}

.cs {
    color: #a0d87a;
}

.cn {
    color: #f0c080;
}

/* Page-scoped conflict: .cm */

.page-index .cm {
    color: #606a60;
}

.page-how-it-works .cm {
    color: #586060;
}

/* Page-scoped conflict: .cp */

.page-index .cp {
    color: var(--acc);
}

.page-how-it-works .cp {
    color: var(--acc2);
}

.cj {
    color: #e06c75;
}

.tc-cursor {
    display: inline-block;
    width: 7px;
    height: 13px;
    background: var(--acc);
    vertical-align: middle;
    animation: blink 1s step-end infinite;
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
}

.how-card {
    background: var(--c1);
    padding: 28px 24px;
    transition: background 0.2s;
    position: relative;
}

.how-card:hover {
    background: var(--c2);
}

.how-num {
    font-family: var(--mono);
    font-size: 28px;
    font-weight: 300;
    color: var(--acc);
    opacity: 0.25;
    letter-spacing: -2px;
    margin-bottom: 16px;
}

.how-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.how-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 9px;
    line-height: 1.4;
}

.how-body {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.8;
}

.diff-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
}

.diff-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    background: var(--c1);
    border-bottom: 1px solid var(--border);
    transition: background 0.15s;
}

.diff-item:last-child {
    border-bottom: none;
}

.diff-item:hover {
    background: var(--c2);
}

.diff-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}

.diff-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 4px;
}

.diff-body {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.75;
}

.pricing-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.pc-card {
    background: var(--c1);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 36px 32px;
    position: relative;
}

.pc-card.featured {
    border-color: var(--acc-b2);
    background: rgba(168,85,247,0.04);
}

.pc-card.featured::before {
    content: "Most requested";
    position: absolute;
    top: -1px;
    left: 32px;
    background: var(--acc);
    color: #fff;
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 0 0 6px 6px;
}

.pc-tier {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 10px;
}

.pc-headline {
    font-family: var(--mono);
    font-size: 28px;
    font-weight: 400;
    color: var(--t1);
    letter-spacing: -1px;
    margin-bottom: 8px;
    line-height: 1.2;
}

.pc-desc {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.75;
    margin-bottom: 24px;
}

.pc-includes {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 28px;
}

.pci-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.5;
}

.pci-check {
    color: var(--acc);
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 12px;
}

.pc-btn {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    border-radius: var(--rs);
    padding: 13px 24px;
    cursor: pointer;
    transition: opacity 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.pc-btn-primary {
    background: var(--acc);
    color: #fff;
}

.pc-btn-primary:hover {
    opacity: 0.85;
}

.pc-btn-outline {
    background: none;
    color: var(--t2);
    border: 1px solid var(--border3);
}

.pc-btn-outline:hover {
    border-color: var(--acc);
    color: var(--acc);
    background: var(--acc-d);
}

.pc-note {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    margin-top: 14px;
    line-height: 1.7;
}

.pricing-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.9fr);
    gap: 18px;
    align-items: stretch;
}

.pricing-main-card {
    position: relative;
    padding: 34px 38px 34px;
}

.pc-badge {
    position: absolute;
    top: -1px;
    left: 32px;
    padding: 7px 18px;
    border-radius: 0 0 6px 6px;
    background: var(--acc);
    color: white;
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: lowercase;
}

.billing-options.compact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 28px 0 26px;
}

.billing-card {
    position: relative;
    background: var(--c1);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px 18px 18px;
    min-height: 132px;
}

.billing-card.highlighted {
    border-color: var(--acc);
    background: rgba(168, 85, 247, 0.08);
}

.billing-badge {
    position: absolute;
    top: -10px;
    left: 16px;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--acc);
    color: white;
    font-family: var(--mono);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.billing-label {
    font-family: var(--mono);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 16px;
}

.billing-price {
    font-family: var(--sans);
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: var(--t1);
    letter-spacing: -1.5px;
    margin-bottom: 12px;
}

.billing-price span {
    font-size: 13px;
    font-weight: 400;
    color: var(--t2);
    letter-spacing: 0;
}

.billing-note {
    font-family: var(--mono);
    font-size: 10px;
    line-height: 1.6;
    color: var(--t2);
}

.pricing-includes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 10px;
    margin-top: 4px;
    margin-bottom: 28px;
}

.pricing-includes-grid .pci-item {
    margin: 0;
}

.enterprise-card {
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
}

.enterprise-card .pc-headline {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 16px;
}

.enterprise-price {
    font-family: var(--sans);
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    color: var(--t1);
    letter-spacing: -1.5px;
    margin: 24px 0 24px;
}

.enterprise-card .pc-includes {
    margin-bottom: 28px;
}

.enterprise-card .pc-btn {
    margin-top: auto;
}

@media (max-width: 1050px) {
    .pricing-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1050px) {
    .enterprise-card {
        min-height: auto;
    }
}

@media (max-width: 760px) {
    .pricing-main-card {
        padding: 32px 22px 28px;
    }
}

@media (max-width: 760px) {
    .pc-badge {
        left: 22px;
    }
}

@media (max-width: 760px) {
    .billing-options.compact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .pricing-includes-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .billing-card {
        min-height: auto;
    }
}

/* Page-scoped conflict: .faq-list */

.page-index .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
}

.page-how-it-works .faq-list {
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 22px;
}

/* Page-scoped conflict: .faq-item */

.page-index .faq-item {
    border-bottom: 1px solid var(--border);
    background: var(--c1);
    transition: background 0.2s;
}

.page-how-it-works .faq-item {
    border-bottom: 1px solid var(--border);
    background: var(--c1);
}

.faq-item:last-child {
    border-bottom: none;
}

/* Page-scoped conflict: .faq-q */

.page-index .faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    gap: 20px;
    user-select: none;
}

.page-how-it-works .faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    cursor: pointer;
    gap: 16px;
    user-select: none;
}

.faq-q:hover {
    background: var(--c2);
}

/* Page-scoped conflict: .faq-q-text */

.page-index .faq-q-text {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    letter-spacing: -0.2px;
}

.page-how-it-works .faq-q-text {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
}

/* Page-scoped conflict: .faq-toggle */

.page-index .faq-toggle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--border2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.2s, background 0.2s, transform 0.3s;
}

.page-how-it-works .faq-toggle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--border2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s, border-color 0.2s, background 0.2s;
}

.faq-item.open .faq-toggle {
    background: var(--acc-d);
    border-color: var(--acc-b);
    transform: rotate(45deg);
}

/* Page-scoped conflict: .faq-toggle svg */

.page-index .faq-toggle svg {
    width: 9px;
    height: 9px;
    color: var(--t2);
}

.page-how-it-works .faq-toggle svg {
    width: 8px;
    height: 8px;
    color: var(--t2);
}

.faq-item.open .faq-toggle svg {
    color: var(--acc);
}

/* Page-scoped conflict: .faq-a */

.page-index .faq-a {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
    padding: 0 24px 20px;
    display: none;
}

.page-how-it-works .faq-a {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
    padding: 0 20px 16px;
    display: none;
}

.faq-a strong {
    font-weight: 500;
    color: var(--t1);
}

.faq-item.open .faq-a {
    display: block;
}

.cta-band {
    text-align: center;
}

/* Page-scoped conflict: .cta-title */

.page-index .cta-title {
    font-family: var(--mono);
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.page-case-studies .cta-title {
    font-family: var(--mono);
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 500;
    color: var(--t1);
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.cta-title em {
    font-style: normal;
    color: var(--acc);
}

/* Page-scoped conflict: .cta-sub */

.page-index .cta-sub {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 300;
    color: var(--t2);
    max-width: 480px;
    margin: 0 auto 36px;
    line-height: 1.8;
}

.page-case-studies .cta-sub {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
}

.cta-btns {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

footer {
    background: var(--c1);
    border-top: 1px solid var(--border);
    padding: 52px 40px 28px;
}

.footer-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 200px repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
}

.footer-brand {
    font-family: var(--mono);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: var(--t1);
}

.footer-desc {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    line-height: 2;
}

.footer-col-h {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 12px;
}

.fl {
    display: block;
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t2);
    text-decoration: none;
    padding: 3px 0;
    transition: color 0.15s;
}

.fl:hover {
    color: var(--acc);
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Page-scoped conflict: .fbl */

.page-index .fbl {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    text-decoration: none;
    transition: color 0.15s;
}

.page-changelog .fbl {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    text-decoration: none;
}

.fbl:hover {
    color: var(--t1);
}

.fc {
    margin-left: auto;
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
}

/* Page-scoped conflict: .reveal */

.page-index .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(.4,0,.2,1), transform 0.6s cubic-bezier(.4,0,.2,1);
}

.page-case-studies .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s cubic-bezier(.4, 0, .2, 1), transform 0.55s cubic-bezier(.4, 0, .2, 1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Page-scoped conflict: .reveal-d1 */

.page-index .reveal-d1 {
    transition-delay: 0.08s;
}

.page-case-studies .reveal-d1 {
    transition-delay: 0.07s;
}

/* Page-scoped conflict: .reveal-d2 */

.page-index .reveal-d2 {
    transition-delay: 0.16s;
}

.page-case-studies .reveal-d2 {
    transition-delay: 0.14s;
}

/* Page-scoped conflict: .reveal-d3 */

.page-index .reveal-d3 {
    transition-delay: 0.24s;
}

.page-case-studies .reveal-d3 {
    transition-delay: 0.21s;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--c0);
}

::-webkit-scrollbar-thumb {
    background: var(--c4);
    border-radius: 2px;
}

@media (max-width: 1024px) {
    .hero-split {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 1024px) {
    .hero-left {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .hero-headline {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .hero-sub {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .pricing-contact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .showcase-item {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .showcase-item.rev {
        direction: ltr;
    }
}

@media (max-width: 900px) {
    .pain-grid, .icp-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .feat-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .how-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .section {
        padding: 64px 24px;
    }
}

@media (max-width: 900px) {
    .built-by-inner {
        padding: 28px 24px;
    }
}

@media (max-width: 600px) {
    .feat-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .nav {
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .nav-a {
        display: none;
    }
}

@media (max-width: 600px) {
    .hero {
        padding: 80px 20px 40px;
    }
}

@media (max-width: 600px) {
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.nav-div {
    width: 1px;
    height: 18px;
    background: var(--border2);
    margin: 0 14px;
}

.nav-section-label {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    letter-spacing: 1px;
}

/* Page-scoped conflict: .page-header */

.page-how-it-works .page-header, .page-case-studies .page-header {
    padding: 118px 40px 56px;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.page-changelog .page-header {
    padding: 120px 40px 64px;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}

/* Page-scoped conflict: .page-title */

.page-how-it-works .page-title {
    font-family: var(--mono);
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 500;
    color: var(--t1);
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-bottom: 16px;
}

.page-case-studies .page-title {
    font-family: var(--mono);
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 500;
    color: var(--t1);
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-bottom: 18px;
}

.page-changelog .page-title {
    font-family: var(--mono);
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 500;
    color: var(--t1);
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.page-title em {
    font-style: normal;
    color: var(--acc);
}

/* Page-scoped conflict: .page-sub */

.page-how-it-works .page-sub {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
    max-width: 560px;
    margin-bottom: 32px;
}

.page-case-studies .page-sub {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
    max-width: 580px;
    margin-bottom: 36px;
}

.page-changelog .page-sub {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
    max-width: 480px;
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
}

.page-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pm-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 20px;
}

.pm-chip-acc {
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
    color: var(--acc);
}

.pm-chip-grn {
    background: var(--grn-d);
    border: 1px solid var(--grn-b);
    color: var(--grn);
}

.pm-chip-blu {
    background: var(--blu-d);
    border: 1px solid var(--blu-b);
    color: var(--blu);
}

.pm-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}

.docs-layout {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px 96px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 52px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.sidebar {
    position: sticky;
    top: 80px;
}

.sb-section {
    margin-bottom: 30px;
}

.sb-label {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 8px;
    padding-left: 12px;
}

.sb-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t2);
    text-decoration: none;
    padding: 6px 0 6px 12px;
    border-left: 2px solid transparent;
    margin-left: 0;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.sb-link:hover {
    color: var(--t1);
    border-left-color: var(--border2);
    background: var(--glass);
}

.sb-link.active {
    color: var(--acc);
    border-left-color: var(--acc);
    background: var(--acc-d);
}

.sb-link svg {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    opacity: 0.5;
}

.sb-link.active svg {
    opacity: 1;
    color: var(--acc);
}

.sb-link .sb-tag {
    font-size: 10px;
    color: var(--t4);
    margin-left: auto;
    padding-right: 8px;
    letter-spacing: 0.3px;
}

.sb-link.active .sb-tag {
    color: var(--acc);
    opacity: 0.6;
}

.sb-sep {
    height: 1px;
    background: var(--border);
    margin: 4px 0 14px 12px;
}

.docs-content {
    min-width: 0;
}

.doc-section {
    margin-bottom: 72px;
    scroll-margin-top: 80px;
}

.doc-section:last-child {
    margin-bottom: 0;
}

.section-eyebrow {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--acc);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-eyebrow::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: var(--acc-b);
}

.doc-h1 {
    font-family: var(--mono);
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 500;
    color: var(--t1);
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

.doc-h1 em {
    font-style: normal;
    color: var(--acc);
}

.doc-h2 {
    font-family: var(--mono);
    font-size: 15px;
    font-weight: 500;
    color: var(--t1);
    line-height: 1.35;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid var(--border);
}

.doc-h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.doc-lead {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.9;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border);
}

.doc-lead strong {
    font-weight: 500;
    color: var(--t1);
}

/* Page-scoped conflict: .doc-p */

.page-how-it-works .doc-p {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.9;
    margin-bottom: 16px;
}

.page-case-studies .doc-p {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.9;
    margin-bottom: 14px;
}

.doc-p strong {
    font-weight: 500;
    color: var(--t1);
}

.doc-p a {
    color: var(--acc);
    text-decoration: none;
    border-bottom: 1px solid var(--acc-b);
    transition: border-color 0.15s;
}

.doc-p a:hover {
    border-color: var(--acc);
}

.callout {
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.callout-ico {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.callout-ico svg {
    width: 10px;
    height: 10px;
}

.callout-body {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.8;
}

.callout-body strong {
    font-weight: 500;
    color: var(--t1);
}

.callout-body a {
    color: var(--acc);
    text-decoration: none;
}

.callout-info {
    background: var(--blu-d);
    border: 1px solid var(--blu-b);
}

.callout-info .callout-ico {
    background: var(--blu-d);
    border: 1px solid var(--blu-b);
    color: var(--blu);
}

.callout-tip {
    background: var(--grn-d);
    border: 1px solid var(--grn-b);
}

.callout-tip .callout-ico {
    background: var(--grn-d);
    border: 1px solid var(--grn-b);
    color: var(--grn);
}

.callout-warn {
    background: var(--amb-d);
    border: 1px solid var(--amb-b);
}

.callout-warn .callout-ico {
    background: var(--amb-d);
    border: 1px solid var(--amb-b);
    color: var(--amb);
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 22px;
}

.feature-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 18px;
    background: var(--c1);
    border-bottom: 1px solid var(--border);
    transition: background 0.15s;
}

.feature-row:last-child {
    border-bottom: none;
}

.feature-row:hover {
    background: var(--c2);
}

.fr-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px;
}

.fr-dot-acc {
    background: var(--acc);
}

.fr-dot-grn {
    background: var(--grn);
}

.fr-dot-blu {
    background: var(--blu);
}

.fr-dot-amb {
    background: var(--amb);
}

.fr-dot-red {
    background: var(--red);
}

.fr-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 4px;
}

.fr-body {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.75;
}

.fr-body strong {
    font-weight: 500;
    color: var(--t1);
}

.step-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 22px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
}

.step-item:last-child {
    border-bottom: none;
}

.step-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--acc-b);
    background: var(--acc-d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--acc);
    flex-shrink: 0;
    margin-top: 2px;
}

.step-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 6px;
}

.step-body {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.8;
}

.step-body strong {
    font-weight: 500;
    color: var(--t1);
}

.step-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-bottom: 22px;
}

.cmp-card {
    background: var(--c1);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 22px 20px;
}

.cmp-label {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 14px;
}

.cmp-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.7;
    margin-bottom: 8px;
}

.cmp-item:last-child {
    margin-bottom: 0;
}

.cmp-y {
    color: var(--grn);
    flex-shrink: 0;
    margin-top: 2px;
}

.cmp-a {
    color: var(--acc);
    flex-shrink: 0;
    margin-top: 2px;
}

.arch-simple {
    background: var(--c1);
    border: 1px solid var(--border2);
    border-radius: var(--r);
    padding: 24px;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.arch-row {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.arch-box {
    background: var(--c2);
    border: 1px solid var(--border2);
    border-radius: 8px;
    padding: 12px 16px;
    text-align: center;
    flex: 1;
    max-width: 180px;
}

.arch-box.hi {
    background: var(--acc-d);
    border-color: var(--acc-b);
}

.arch-box-lbl {
    font-family: var(--mono);
    font-size: 7.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 4px;
}

.arch-box-val {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    line-height: 1.5;
}

.arch-box.hi .arch-box-val {
    color: var(--acc);
}

.arch-v {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 24px;
}

.arch-v-line {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, var(--border2), var(--border));
}

.arch-h-row {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--t3);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.5px;
    width: 100%;
}

.arch-h-row::before, .arch-h-row::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--border2);
}

.doc-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 22px;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
}

.doc-table th {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--t3);
    padding: 10px 14px;
    text-align: left;
    background: var(--c2);
    border-bottom: 1px solid var(--border2);
}

.doc-table td {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    line-height: 1.6;
}

.doc-table tr:last-child td {
    border-bottom: none;
}

.doc-table td:first-child {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t1);
}

.roi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 22px;
}

.roi-card {
    background: var(--c1);
    padding: 22px 20px;
    transition: background 0.2s;
}

.roi-card:hover {
    background: var(--c2);
}

.roi-val {
    font-family: var(--mono);
    font-size: 26px;
    font-weight: 300;
    color: var(--acc);
    letter-spacing: -1.5px;
    margin-bottom: 5px;
}

.roi-label {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 6px;
}

.roi-body {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.75;
}

.dash-showcase {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 22px;
}

.dash-panel {
    background: var(--c1);
    padding: 20px;
    transition: background 0.2s;
}

.dash-panel:hover {
    background: var(--c2);
}

.dp-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.dp-ico {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dp-ico svg {
    width: 14px;
    height: 14px;
}

.dp-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--t1);
}

.dp-badge {
    font-family: var(--mono);
    font-size: 7.5px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 3px;
    margin-left: auto;
    letter-spacing: 0.5px;
}

.dp-body {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.8;
}

.dp-body strong {
    font-weight: 500;
    color: var(--t1);
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.4px;
    margin: 2px;
}

.chip-grn {
    background: var(--grn-d);
    border: 1px solid var(--grn-b);
    color: var(--grn);
}

.chip-blu {
    background: var(--blu-d);
    border: 1px solid var(--blu-b);
    color: var(--blu);
}

.chip-acc {
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
    color: var(--acc);
}

.chip-amb {
    background: var(--amb-d);
    border: 1px solid var(--amb-b);
    color: var(--amb);
}

.chip-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
}

code {
    font-family: var(--mono);
    font-size: 12px;
    background: var(--c3);
    border: 1px solid var(--border2);
    border-radius: 4px;
    padding: 2px 6px;
    color: var(--acc2);
}

.cb-bar {
    height: 32px;
    background: var(--c3);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 6px;
}

.cb-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.cb-lang {
    margin-left: auto;
    font-family: var(--mono);
    font-size: 10px;
    color: var(--t3);
    letter-spacing: 1px;
}

.faq-a a {
    color: var(--acc);
    text-decoration: none;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 22px;
}

.tl-item {
    display: flex;
    gap: 18px;
    padding-bottom: 26px;
}

.tl-item:last-child {
    padding-bottom: 0;
}

.tl-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tl-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border2);
    background: var(--c2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--acc);
}

.tl-dot.done {
    background: var(--grn-d);
    border-color: var(--grn-b);
    color: var(--grn);
}

.tl-line {
    width: 1px;
    flex: 1;
    background: var(--border);
    margin-top: 4px;
    min-height: 16px;
}

.tl-item:last-child .tl-line {
    display: none;
}

.tl-content {
    flex: 1;
    padding-top: 5px;
}

.tl-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 6px;
}

.tl-body {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.8;
}

.tl-body strong {
    font-weight: 500;
    color: var(--t1);
}

.tl-body a {
    color: var(--acc);
    text-decoration: none;
}

.reading-progress {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--c3);
    z-index: 300;
}

.reading-bar {
    height: 100%;
    background: var(--acc);
    width: 0%;
    transition: width 0.1s;
}

@media (max-width: 900px) {
    .docs-layout {
        grid-template-columns: 1fr;
        padding: 0 24px 64px;
    }
}

@media (max-width: 900px) {
    .sidebar {
        position: static;
    }
}

@media (max-width: 900px) {
    .compare-grid, .icp-grid, .roi-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .page-header {
        padding: 100px 24px 40px;
    }
}

.page-ctas {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.framing-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px 64px;
    position: relative;
    z-index: 1;
}

.framing {
    background: var(--c1);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 36px 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
}

.framing-title {
    font-family: var(--mono);
    font-size: 14px;
    font-weight: 500;
    color: var(--t1);
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.framing-body {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
}

.framing-body p {
    margin-bottom: 4px;
}

.framing-body p:last-child {
    margin-bottom: 0;
}

.cases-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 80px;
}

.case-thumb {
    background: var(--c1);
    padding: 28px 26px;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.case-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--acc-b), transparent);
    opacity: 0;
    transition: opacity 0.25s;
}

.case-thumb:hover {
    background: var(--c2);
}

.case-thumb:hover::after {
    opacity: 1;
}

.ct-num {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t4);
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.ct-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 9px;
    border-radius: 4px;
    margin-bottom: 14px;
    width: fit-content;
}

.ct-badge-acc {
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
    color: var(--acc);
}

.ct-badge-blu {
    background: var(--blu-d);
    border: 1px solid var(--blu-b);
    color: var(--blu);
}

.ct-badge-grn {
    background: var(--grn-d);
    border: 1px solid var(--grn-b);
    color: var(--grn);
}

.ct-badge-amb {
    background: var(--amb-d);
    border: 1px solid var(--amb-b);
    color: var(--amb);
}

.ct-badge-red {
    background: var(--red-d);
    border: 1px solid var(--red-b);
    color: var(--red);
}

.ct-title {
    font-family: var(--mono);
    font-size: 13px;
    font-weight: 500;
    color: var(--t1);
    line-height: 1.4;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}

.ct-summary {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.8;
    margin-bottom: 20px;
    flex: 1;
}

.ct-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 18px;
}

.ct-pill {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--t3);
    background: var(--glass2);
    border: 1px solid var(--border);
    padding: 2px 7px;
    border-radius: 3px;
}

.ct-arrow {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--acc);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
}

.ct-arrow::after {
    content: "→";
}

.case-study {
    margin-bottom: 80px;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
}

.case-study:last-child {
    margin-bottom: 0;
}

.cs-header {
    padding: 32px 40px;
    background: var(--c1);
    border-bottom: 1px solid var(--border);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: start;
}

.cs-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 14px;
}

.cs-title {
    font-family: var(--mono);
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 500;
    color: var(--t1);
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.cs-lead {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.8;
    max-width: 640px;
}

.cs-snapshot {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    border-bottom: 1px solid var(--border);
}

.snap-cell {
    background: var(--c2);
    padding: 18px 20px;
}

.snap-label {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 6px;
}

.snap-val {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    line-height: 1.4;
}

.snap-val.acc {
    color: var(--acc);
}

.cs-body {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 0;
}

.cs-sidebar-nav {
    background: var(--c2);
    border-right: 1px solid var(--border);
    padding: 24px 0;
}

.csn-item {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    padding: 8px 20px;
    cursor: pointer;
    border-left: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
    display: flex;
    align-items: center;
    gap: 7px;
}

.csn-item:hover {
    color: var(--t2);
    background: var(--glass);
}

.csn-item.open {
    color: var(--acc);
    border-left-color: var(--acc);
    background: var(--acc-d);
}

.csn-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}

.cs-panels {
    flex: 1;
}

.cs-panel {
    display: none;
    padding: 32px 36px;
}

.cs-panel.open {
    display: block;
}

.cs-panel-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 20px;
}

.doc-p:last-child {
    margin-bottom: 0;
}

.stack-card {
    background: var(--c2);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 20px 22px;
    margin-bottom: 14px;
}

.stack-label {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 14px;
}

.stack-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 9px;
}

.stack-item:last-child {
    margin-bottom: 0;
}

.si-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px;
}

.si-dot-red {
    background: var(--red);
}

.si-dot-grn {
    background: var(--grn);
}

.si-dot-blu {
    background: var(--blu);
}

.si-dot-acc {
    background: var(--acc);
}

.si-dot-amb {
    background: var(--amb);
}

.si-dot-dim {
    background: var(--t4);
}

.stack-text {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.65;
}

.stack-text strong {
    font-weight: 500;
    color: var(--t1);
}

.arch-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 16px;
}

.arch-col {
    background: var(--c2);
    padding: 18px 16px;
}

.arch-col-label {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 12px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 8px;
}

.arch-col-item {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t2);
    padding: 5px 0;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 6px;
}

.arch-col-item:last-child {
    border-bottom: none;
}

.arch-col-item .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    flex-shrink: 0;
}

.weight-bar {
    margin-bottom: 8px;
}

.wb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
}

.wb-name {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t1);
}

.wb-pct {
    font-family: var(--mono);
    font-size: 12px;
}

.wb-track {
    height: 3px;
    background: var(--c5);
    border-radius: 2px;
    overflow: hidden;
}

.wb-fill {
    height: 100%;
    border-radius: 2px;
}

.ba-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
}

.ba-table th {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--t3);
    padding: 10px 14px;
    text-align: left;
}

.ba-table th:first-child {
    background: var(--red-d);
    border-bottom: 1px solid var(--red-b);
}

.ba-table th:last-child {
    background: var(--grn-d);
    border-bottom: 1px solid var(--grn-b);
}

.ba-table td {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    padding: 9px 14px;
    border-bottom: 1px solid var(--border);
    line-height: 1.5;
}

.ba-table tr:last-child td {
    border-bottom: none;
}

.ba-table td:first-child {
    color: var(--t3);
    background: var(--c2);
}

.ba-table td:last-child {
    color: var(--t2);
    background: var(--c1);
}

.ba-table td strong {
    font-weight: 500;
    color: var(--t1);
}

.result-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
}

.result-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    background: var(--c1);
    border-bottom: 1px solid var(--border);
    transition: background 0.15s;
}

.result-item:last-child {
    border-bottom: none;
}

.result-item:hover {
    background: var(--c2);
}

.ri-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--grn-d);
    border: 1px solid var(--grn-b);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.ri-check svg {
    width: 9px;
    height: 9px;
    color: var(--grn);
}

.ri-text {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.7;
}

.ri-text strong {
    font-weight: 500;
    color: var(--t1);
}

.quote-block {
    background: var(--c2);
    border: 1px solid var(--border2);
    border-left: 3px solid var(--acc);
    border-radius: 0 var(--r) var(--r) 0;
    padding: 20px 24px;
    margin-bottom: 14px;
}

.quote-text {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: var(--t1);
    line-height: 1.8;
    font-style: italic;
}

.quote-text::before {
    content: "\"";
    color: var(--acc);
    font-size: 18px;
    line-height: 0;
    vertical-align: -4px;
    margin-right: 2px;
}

.quote-text::after {
    content: "\"";
    color: var(--acc);
    font-size: 18px;
    line-height: 0;
    vertical-align: -4px;
    margin-left: 2px;
}

.cs-footer {
    padding: 24px 36px;
    background: var(--c2);
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cs-footer-text {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
}

.cs-footer-sub {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t3);
    margin-top: 3px;
}

.cs-cta-btn {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    background: var(--acc);
    color: #fff;
    border: none;
    border-radius: var(--rs);
    padding: 10px 20px;
    cursor: pointer;
    transition: opacity 0.15s;
    white-space: nowrap;
}

.cs-cta-btn:hover {
    opacity: 0.85;
}

.cta-wrap {
    max-width: 1160px;
    margin: 80px auto 0;
    padding: 0 40px 96px;
    position: relative;
    z-index: 1;
}

.cta-block {
    background: var(--c1);
    border: 1px solid var(--border2);
    border-radius: var(--r);
    padding: 52px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cta-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--acc-b2), transparent);
}

.cta-eyebrow {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--acc);
    margin-bottom: 14px;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
}

.cta-action-item {
    background: var(--c2);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 18px 20px;
    transition: border-color 0.2s, background 0.2s;
    cursor: pointer;
}

.cta-action-item:hover {
    border-color: var(--acc-b);
    background: var(--acc-d);
}

.cta-action-label {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--t1);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta-action-label .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--acc);
}

.cta-action-desc {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t3);
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .case-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1024px) {
    .cs-snapshot {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .cta-block {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .case-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .cs-header {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .cs-body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .cs-sidebar-nav {
        display: flex;
        overflow-x: auto;
        border-right: none;
        border-bottom: 1px solid var(--border);
        padding: 0;
    }
}

@media (max-width: 768px) {
    .csn-item {
        border-left: none;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .csn-item.open {
        border-bottom-color: var(--acc);
    }
}

@media (max-width: 768px) {
    .arch-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .framing {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-header, .framing-wrap, .cases-wrap, .cta-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .nav {
        padding: 0 20px;
    }
}

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

@media (max-width: 768px) {
    .cs-panel {
        padding: 24px 20px;
    }
}

@media (max-width: 768px) {
    .cs-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

.changelog-layout {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px 96px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 48px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.sidebar-section {
    margin-bottom: 32px;
}

.sidebar-label {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--t3);
    margin-bottom: 10px;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t2);
    text-decoration: none;
    padding: 6px 0;
    border-left: 2px solid transparent;
    padding-left: 10px;
    margin-left: -12px;
    transition: color 0.15s, border-color 0.15s;
    cursor: pointer;
}

.sidebar-link:hover {
    color: var(--t1);
    border-color: var(--border2);
}

.sidebar-link.active {
    color: var(--acc);
    border-color: var(--acc);
}

.sidebar-link .sl-ver {
    font-size: 12px;
    color: var(--t3);
    margin-left: auto;
}

.sidebar-link.active .sl-ver {
    color: var(--acc);
    opacity: 0.6;
}

.sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tag-filter {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 4px 9px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid var(--border);
    background: var(--glass);
    color: var(--t3);
    transition: all 0.15s;
}

.tag-filter:hover {
    border-color: var(--border2);
    color: var(--t2);
}

.tag-filter.on-new {
    background: var(--acc-d);
    border-color: var(--acc-b);
    color: var(--acc);
}

.tag-filter.on-fix {
    background: var(--grn-d);
    border-color: var(--grn-b);
    color: var(--grn);
}

.tag-filter.on-imp {
    background: var(--blu-d);
    border-color: var(--blu-b);
    color: var(--blu);
}

.tag-filter.on-brk {
    background: var(--red-d);
    border-color: var(--red-b);
    color: var(--red);
}

.tag-filter.on-dep {
    background: var(--ora-d);
    border-color: var(--ora-b);
    color: var(--ora);
}

.entries {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.entry {
    border-left: 1px solid var(--border);
    padding-left: 36px;
    padding-bottom: 56px;
    position: relative;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.entry.visible {
    opacity: 1;
    transform: translateY(0);
}

.entry:last-child {
    border-left-color: transparent;
    padding-bottom: 0;
}

.entry-node {
    position: absolute;
    left: -1px;
    top: 4px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--c0);
    background: var(--c3);
    box-shadow: 0 0 0 1px var(--border2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, box-shadow 0.2s;
}

.entry:hover .entry-node {
    background: var(--acc);
    box-shadow: 0 0 0 4px var(--acc-d), 0 0 12px var(--acc-b);
}

.entry-node.major {
    background: var(--acc);
    box-shadow: 0 0 0 1px var(--acc-b2);
    width: 18px;
    height: 18px;
    left: -1px;
    top: 2px;
}

.entry-node.major::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.8;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-date-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.entry-date {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--t3);
    letter-spacing: 0.5px;
}

.entry-version {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--acc);
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
    padding: 2px 8px;
    border-radius: 4px;
}

.entry-version.minor {
    color: var(--t2);
    background: var(--glass);
    border-color: var(--border);
}

.entry-title {
    font-family: var(--mono);
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 500;
    color: var(--t1);
    letter-spacing: -0.5px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.entry-desc {
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.85;
    max-width: 640px;
    margin-bottom: 20px;
}

.entry-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.etag {
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 3px 8px;
    border-radius: 4px;
}

.etag-new {
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
    color: var(--acc);
}

.etag-fix {
    background: var(--grn-d);
    border: 1px solid var(--grn-b);
    color: var(--grn);
}

.etag-imp {
    background: var(--blu-d);
    border: 1px solid var(--blu-b);
    color: var(--blu);
}

.etag-brk {
    background: var(--red-d);
    border: 1px solid var(--red-b);
    color: var(--red);
}

.etag-dep {
    background: var(--ora-d);
    border: 1px solid var(--ora-b);
    color: var(--ora);
}

.etag-sec {
    background: var(--ora-d);
    border: 1px solid var(--ora-b);
    color: var(--ora);
}

.change-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    margin-bottom: 0;
}

.change-group-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: var(--c2);
    border-bottom: 1px solid var(--border);
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.change-group:last-child .change-group-header {
    border-bottom: none;
}

.change-group.has-items .change-group-header {
    border-bottom: 1px solid var(--border);
}

.change-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 16px;
    border-bottom: 1px solid var(--border);
    background: var(--c1);
    transition: background 0.15s;
}

.change-item:last-child {
    border-bottom: none;
}

.change-item:hover {
    background: var(--c2);
}

.ci-ico {
    flex-shrink: 0;
    margin-top: 2px;
}

.ci-text {
    flex: 1;
}

.ci-title {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 3px;
    line-height: 1.4;
}

.ci-body {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--t2);
    line-height: 1.7;
}

.ci-link {
    font-family: var(--mono);
    font-size: 12px;
    color: var(--acc);
    text-decoration: none;
    margin-top: 4px;
    display: inline-block;
}

.ci-link:hover {
    opacity: 0.7;
}

.ci-meta {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 6px;
}

.ci-pr {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--t3);
    background: var(--glass);
    border: 1px solid var(--border);
    padding: 1px 6px;
    border-radius: 3px;
}

.ico-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.id-new {
    background: var(--acc-d);
    border: 1px solid var(--acc-b);
}

.id-fix {
    background: var(--grn-d);
    border: 1px solid var(--grn-b);
}

.id-imp {
    background: var(--blu-d);
    border: 1px solid var(--blu-b);
}

.id-brk {
    background: var(--red-d);
    border: 1px solid var(--red-b);
}

.id-dep {
    background: var(--ora-d);
    border: 1px solid var(--ora-b);
}

.entry-highlight {
    background: var(--c1);
    border: 1px solid var(--acc-b);
    border-radius: var(--r);
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.entry-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--acc-b2), transparent);
}

.eh-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.eh-stat {
    text-align: center;
    padding: 12px;
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: var(--rs);
}

.eh-val {
    font-family: var(--mono);
    font-size: 20px;
    font-weight: 300;
    color: var(--acc);
    letter-spacing: -1px;
}

.eh-lbl {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--t3);
    margin-top: 3px;
    letter-spacing: 0.5px;
}

.year-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
    padding-left: 36px;
}

.yd-line {
    flex: 1;
    height: 1px;
    background: var(--border);
}

.yd-text {
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--t4);
    text-transform: uppercase;
}

.anim-in {
    animation: fadeUp 0.5s both;
}

.anim-d1 {
    animation-delay: 0.08s;
}

.anim-d2 {
    animation-delay: 0.16s;
}

.anim-d3 {
    animation-delay: 0.24s;
}

@media (max-width: 900px) {
    .changelog-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .eh-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .page-header {
        padding: 100px 24px 40px;
    }
}

@media (max-width: 600px) {
    .changelog-layout {
        padding: 0 24px 64px;
    }
}

@media (max-width: 600px) {
    .entry {
        padding-left: 24px;
    }
}
