:root {
  --primary-color: hsl(76, 65%, 42%);
  --secondary-color: hsl(170, 52%, 42%);
  --bg-color: hsl(76, 6%, 96%);
  --text-color: hsl(76, 10%, 8%);
  --text-muted: hsl(76, 6%, 42%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
  --nav-height: 56px;
  --max-width: 1200px;
  --transition: all 0.2s ease;
  --nav-bg: var(--bg-color);
  --nav-border: var(--border-color);
  --page-primary: hsl(76, 65%, 59%);
  --page-primary-dark: hsl(76, 55%, 42%);
  --page-secondary: hsl(170, 52%, 59%);
  --page-secondary-dark: hsl(170, 45%, 40%);
  --page-text: hsl(76, 10%, 8%);
  --page-text-muted: hsl(76, 6%, 40%);
  --page-bg: hsl(76, 6%, 96%);
  --page-surface: hsl(0, 0%, 100%);
  --page-border: hsl(76, 8%, 88%);
  --page-code-bg: hsl(220, 14%, 96%);
  --page-radius: 6px;
  --page-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --page-shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --page-shadow-lg: 0 8px 32px rgba(0,0,0,0.1);
  --sr-primary: hsl(76, 65%, 59%);
  --sr-primary-dark: hsl(76, 55%, 42%);
  --sr-secondary: hsl(170, 52%, 59%);
  --sr-secondary-dark: hsl(170, 45%, 40%);
  --sr-text: hsl(76, 10%, 8%);
  --sr-text-muted: hsl(76, 6%, 40%);
  --sr-bg: hsl(76, 6%, 96%);
  --sr-bg-card: hsl(0, 0%, 100%);
  --sr-border: hsl(76, 8%, 88%);
  --sr-border-light: hsl(76, 6%, 92%);
  --sr-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --sr-shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --sr-shadow-lg: 0 8px 32px rgba(0,0,0,0.1);
  --sr-radius: 6px;
  --sr-radius-lg: 10px;
  --gs-primary: hsl(76, 65%, 59%);
  --gs-primary-dark: hsl(76, 55%, 42%);
  --gs-secondary: hsl(170, 52%, 59%);
  --gs-secondary-dark: hsl(170, 45%, 40%);
  --gs-text: hsl(76, 10%, 8%);
  --gs-text-muted: hsl(76, 6%, 40%);
  --gs-bg: hsl(76, 6%, 96%);
  --gs-bg-alt: hsl(76, 6%, 92%);
  --gs-surface: #ffffff;
  --gs-border: hsl(76, 6%, 85%);
  --gs-code-bg: hsl(220, 14%, 14%);
  --gs-code-text: hsl(170, 52%, 72%);
  --ext-primary: hsl(76, 65%, 59%);
  --ext-primary-dark: hsl(76, 55%, 42%);
  --ext-secondary: hsl(170, 52%, 59%);
  --ext-secondary-dark: hsl(170, 45%, 40%);
  --ext-text: hsl(76, 10%, 8%);
  --ext-text-muted: hsl(76, 6%, 40%);
  --ext-bg: hsl(76, 6%, 96%);
  --ext-bg-card: hsl(0, 0%, 100%);
  --ext-border: hsl(76, 8%, 88%);
  --ext-border-light: hsl(76, 6%, 92%);
  --ext-code-bg: hsl(220, 14%, 96%);
  --ext-shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --ext-shadow-md: 0 4px 12px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.04);
  --ext-shadow-lg: 0 10px 30px rgba(0,0,0,0.08), 0 4px 8px rgba(0,0,0,0.04);
  --ext-radius: 6px;
  --ext-radius-lg: 10px;
  --ext-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ext-transition: 0.2s ease;
  --cl-primary: hsl(76, 65%, 59%);
  --cl-secondary: hsl(170, 52%, 59%);
  --cl-text: hsl(76, 10%, 8%);
  --cl-bg: hsl(76, 6%, 96%);
  --cl-surface: #ffffff;
  --cl-border: hsl(76, 8%, 88%);
  --cl-muted: hsl(76, 6%, 42%);
  --cl-tag-security: hsl(0, 58%, 94%);
  --cl-tag-security-text: hsl(0, 50%, 38%);
  --cl-tag-feature: hsl(210, 60%, 93%);
  --cl-tag-feature-text: hsl(210, 55%, 35%);
  --cl-tag-api: hsl(270, 50%, 93%);
  --cl-tag-api-text: hsl(270, 45%, 38%);
  --cl-tag-fix: hsl(40, 70%, 92%);
  --cl-tag-fix-text: hsl(40, 60%, 30%);
  --cl-primary-dark: hsl(76, 55%, 38%);
  --cl-timeline: hsl(170, 30%, 82%);
}

*,
    *::before,
    *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body {
    padding-top: var(--nav-height);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
    
    .quilted {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: rgba(244, 244, 243, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--nav-border);
    transition: var(--transition);
    }
    .nav--scrolled {
    box-shadow: var(--shadow-sm);
    border-bottom-color: rgba(0, 0, 0, 0.06);
    }
    .crumble {
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
    
    .pixDust {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 32px;
    text-decoration: none;
    }
    .sable_root {
    display: block;
    flex-shrink: 0;
    }
    .ratchet {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.3px;
    line-height: 1;
    }
    
    .bravado {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2px;
    flex: 1;
    min-width: 0;
    }
    .crevice {
    flex-shrink: 0;
    }
    .duskLine {
    display: block;
    padding: 6px 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    line-height: 1.4;
    }
    .duskLine:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    
    .wispCurl {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    }
    .plinth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    line-height: 1.4;
    }
    .plinth:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    }
    .plinth:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    }
    .vortex_9 {
    flex-shrink: 0;
    }
    
    .junco {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    margin-left: auto;
    transition: var(--transition);
    }
    .junco:hover {
    background: rgba(0, 0, 0, 0.04); color: #ffffff;}
    .torque {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--text-color);
    border-radius: 1px;
    transition: var(--transition);
    }
    
    .glimmer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s ease; color: #ffffff;}
    .glimmer.is-visible {
    display: block;
    opacity: 1;
    }
    
    .zephyr {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    width: 280px;
    max-width: 85vw;
    background: var(--bg-color);
    border-left: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    overflow-y: auto;
    }
    .zephyr.is-open {
    transform: translateX(0);
    }
    .basalt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
    }
    .oaken {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    color: var(--text-muted);
    transition: var(--transition);
    }
    .oaken:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #ffffff;
    }
    .smelt {
    list-style: none;
    padding: 8px 12px;
    }
    .ember3 {
    display: block;
    padding: 10px 12px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
    .ember3:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    .pavo {
    padding: 12px 20px;
    margin-top: auto;
    border-top: 1px solid var(--border-color);
    }
    .fn8x {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: var(--transition);
    }
    .fn8x:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    }
    
    @media (max-width: 860px) {.bravado,
    .wispCurl {
    display: none;
    }
    .junco {
    display: flex;
    }
    .zephyr {
    display: flex;
    }}
    @media (max-width: 380px) {.crumble {
    padding: 0 16px;
    }}
    .duskLine.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    .ember3.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    main.index *{ box-sizing: border-box; margin: 0; padding: 0; }
    main.index .pewter{
    position: relative;
    padding: 80px 24px 64px;
    background: linear-gradient(168deg, var(--page-bg) 0%, hsl(76, 12%, 92%) 40%, hsl(170, 14%, 90%) 100%);
    overflow: hidden;
    }
    main.index .pewter::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(76, 65%, 59%, 0.12) 0%, transparent 70%);
    pointer-events: none;
    }
    main.index .pewter::after{
    content: "";
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, hsla(170, 52%, 59%, 0.1) 0%, transparent 70%);
    pointer-events: none;
    }
    main.index .sprig{
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
    }
    main.index .lanyard h1{
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--page-text, #1a1c14);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    }
    main.index .lanyard h1 span{
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--page-text-muted, #5c5e54);
    margin-top: 8px;
    letter-spacing: 0;
    }
    main.index .siltBed{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--page-text-muted, #5c5e54);
    margin-bottom: 12px;
    max-width: 520px;
    }
    main.index .husk{
    font-size: 0.85rem;
    color: var(--page-text-muted, #5c5e54);
    margin-bottom: 28px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    }
    main.index .husk span{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    }
    main.index .husk svg{
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    }
    main.index .lumen9{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    }
    main.index .anvil7{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--page-primary-dark) 0%, hsl(80, 50%, 38%) 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Segoe UI", system-ui, sans-serif;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px hsla(76, 50%, 30%, 0.25), 0 1px 2px hsla(0, 0%, 0%, 0.1);
    transition: transform 0.15s, box-shadow 0.15s;
    }
    main.index .anvil7:hover{
    transform: translateY(-1px);
    box-shadow: 0 4px 14px hsla(76, 50%, 30%, 0.3), 0 2px 4px hsla(0, 0%, 0%, 0.1);
    }
    main.index .anvil7 svg{
    width: 18px;
    height: 18px;
    }
    main.index .verdigris{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 13px 24px;
    background: var(--page-surface, #fff);
    color: var(--page-text, #1a1c14);
    font-size: 0.95rem;
    font-weight: 500;
    font-family: "Segoe UI", system-ui, sans-serif;
    border: 1.5px solid var(--page-border, #dde0d6);
    border-radius: 4px;
    text-decoration: none;
    transition: border-color 0.15s, background 0.15s;
    }
    main.index .verdigris:hover{
    border-color: var(--page-primary-dark);
    background: hsl(76, 20%, 96%);
    }
    main.index .ecliptic{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 32px hsla(0, 0%, 0%, 0.1), 0 2px 8px hsla(0, 0%, 0%, 0.06);
    }
    main.index .ecliptic img{
    width: 100%;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    }
    main.index .talc{
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: hsla(0, 0%, 0%, 0.7);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 0.78rem;
    padding: 6px 12px;
    border-radius: 3px;
    font-family: "Segoe UI", system-ui, sans-serif;
    }
    
    main.index .blister{
    background: var(--page-surface, #fff);
    border-top: 1px solid var(--page-border, #dde0d6);
    border-bottom: 1px solid var(--page-border, #dde0d6);
    padding: 28px 24px;
    }
    main.index .cobalt_hue{
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    }
    main.index .strewn{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--page-text-muted, #5c5e54);
    white-space: nowrap;
    }
    main.index .oxbow{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    }
    main.index .pivotArm{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 0.9rem;
    color: var(--page-text, #1a1c14);
    }
    main.index .pivotArm svg{
    width: 20px;
    height: 20px;
    color: var(--page-text-muted, #5c5e54);
    }
    
    main.index .mortar_lay{
    padding: 72px 24px;
    background: var(--page-bg, #f4f5f2);
    }
    main.index .craggy{
    max-width: 1120px;
    margin: 0 auto 48px;
    }
    main.index .craggy h2{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--page-text, #1a1c14);
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    }
    main.index .craggy p{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 1rem;
    color: var(--page-text-muted, #5c5e54);
    line-height: 1.6;
    max-width: 600px;
    }
    main.index .cask{
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }
    main.index .fathom{
    background: var(--page-surface, #fff);
    border: 1px solid var(--page-border, #dde0d6);
    border-radius: 6px;
    padding: 28px 24px;
    transition: box-shadow 0.2s, border-color 0.2s;
    }
    main.index .fathom:hover{
    box-shadow: 0 4px 16px hsla(0, 0%, 0%, 0.06);
    border-color: hsla(76, 30%, 70%, 0.6);
    }
    main.index .garnet{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    }
    main.index .garnet svg{
    width: 22px;
    height: 22px;
    }
    main.index .wren_call{ background: hsla(76, 65%, 59%, 0.15); color: var(--page-primary-dark); }
    main.index .ridgePeak{ background: hsla(170, 52%, 59%, 0.15); color: var(--page-secondary-dark); }
    main.index .knotPine{ background: hsla(220, 60%, 60%, 0.12); color: hsl(220, 50%, 45%); }
    main.index .riven{ background: hsla(280, 50%, 60%, 0.12); color: hsl(280, 40%, 45%); }
    main.index .osprey{ background: hsla(30, 70%, 55%, 0.12); color: hsl(30, 60%, 40%); }
    main.index .nimbus_low{ background: hsla(0, 0%, 40%, 0.1); color: #ffffff; }
    main.index .fathom h3{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--page-text, #1a1c14);
    margin-bottom: 8px;
    }
    main.index .fathom p{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--page-text-muted, #5c5e54);
    }
    
    main.index .dapple{
    padding: 72px 24px;
    background: var(--page-surface, #fff);
    }
    main.index .tremolo{
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    }
    main.index .groat{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--page-border, #dde0d6);
    }
    main.index .groat img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    }
    main.index .shoal{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, hsla(0, 0%, 0%, 0.72) 0%, transparent 100%); color: #ffffff;}
    main.index .shoal h3{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    }
    main.index .shoal p{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 0.85rem;
    color: hsla(0, 0%, 100%, 0.85);
    line-height: 1.5;
    }
    
    main.index .quickstart-section{
    padding: 72px 24px;
    background: var(--page-bg, #f4f5f2);
    }
    main.index .quickstart-inner{
    max-width: 1120px;
    margin: 0 auto;
    }
    main.index .steps-row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
    }
    main.index .step-card{
    background: var(--page-surface, #fff);
    border: 1px solid var(--page-border, #dde0d6);
    border-radius: 6px;
    padding: 28px 24px;
    position: relative;
    }
    main.index .step-num{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--page-primary-dark);
    color: #fff;
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 14px;
    }
    main.index .step-card h3{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--page-text, #1a1c14);
    margin-bottom: 8px;
    }
    main.index .step-card p{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--page-text-muted, #5c5e54);
    }
    main.index .step-card a{
    color: var(--page-primary-dark);
    text-decoration: none;
    font-weight: 500;
    }
    main.index .step-card a:hover{
    text-decoration: underline;
    }
    
    main.index .cta-section{
    padding: 64px 24px;
    background: linear-gradient(135deg, hsl(76, 20%, 18%) 0%, hsl(170, 18%, 22%) 100%);
    text-align: center; color: #ffffff;}
    main.index .cta-inner{
    max-width: 640px;
    margin: 0 auto;
    }
    main.index .cta-inner h2{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    }
    main.index .cta-inner p{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 0.95rem;
    color: hsla(0, 0%, 100%, 0.75);
    line-height: 1.6;
    margin-bottom: 28px;
    }
    main.index .cta-inner .anvil7{
    background: linear-gradient(135deg, var(--page-primary) 0%, var(--page-primary-dark) 100%);
    color: hsl(76, 10%, 8%);
    font-weight: 700;
    padding: 15px 36px;
    font-size: 1.02rem;
    }
    
    main.index .brambleAsh{
    background: hsl(76, 8%, 12%);
    padding: 40px 24px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06); color: #ffffff;}
    main.index .tundra_fox{
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap;
    }
    main.index .flinch{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: hsla(0, 0%, 100%, 0.9);
    margin-bottom: 6px;
    }
    main.index .footer-copy{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 0.8rem;
    color: hsla(0, 0%, 100%, 0.45);
    line-height: 1.5;
    }
    main.index .footer-links{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    }
    main.index .footer-links a{
    font-family: "Segoe UI", system-ui, sans-serif;
    font-size: 0.82rem;
    color: hsla(0, 0%, 100%, 0.55);
    text-decoration: none;
    transition: color 0.15s;
    }
    main.index .footer-links a:hover{
    color: var(--page-primary);
    }
    
    @media (max-width: 900px) {main.index .sprig{
    grid-template-columns: 1fr;
    gap: 36px;
    }
    main.index .lanyard h1{ font-size: 2.1rem; }
    main.index .cask{ grid-template-columns: repeat(2, 1fr); }
    main.index .tremolo{ grid-template-columns: 1fr; }
    main.index .steps-row{ grid-template-columns: 1fr; }}
    @media (max-width: 600px) {main.index .pewter{ padding: 56px 16px 48px; }
    main.index .lanyard h1{ font-size: 1.75rem; }
    main.index .cask{ grid-template-columns: 1fr; }
    main.index .lumen9{ flex-direction: column; align-items: stretch; }
    main.index .anvil7, main.index .verdigris{ justify-content: center; }
    main.index .cobalt_hue{ flex-direction: column; gap: 16px; align-items: flex-start; }
    main.index .oxbow{ gap: 16px; }
    main.index .tundra_fox{ flex-direction: column; }}
    main.index .brambleAsh{
    background: hsl(76, 8%, 10%);
    color: hsl(76, 6%, 72%);
    padding: 56px 24px 28px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    }
    main.index .tundra_fox{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    display: flex;
    gap: 40px;
    }
    main.index .flinch{
    flex: 1.5;
    display: flex;
    flex-direction: column;
    gap: 8px;
    }
    main.index .cirrus{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px;
    }
    main.index .quasar{
    margin: 0;
    font-size: 13px;
    color: hsl(76, 6%, 50%);
    max-width: 200px;
    }
    main.index .sluice{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }
    main.index .fawnStep{
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: hsl(76, 6%, 56%);
    }
    main.index .calyx{
    color: hsl(76, 6%, 72%);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.15s ease;
    width: fit-content;
    }
    main.index .calyx:hover{
    color: #ffffff;
    }
    main.index .driftKelp{
    max-width: var(--max-width, 1200px);
    margin: 40px auto 0;
    border-top: 1px solid hsl(76, 6%, 18%);
    }
    main.index .jarvik{
    max-width: var(--max-width, 1200px);
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    main.index .ferric{
    font-size: 12px;
    color: hsl(76, 6%, 42%);
    flex: 1;
    }
    main.index .camber{
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    }
    main.index .mako{
    color: hsl(76, 6%, 50%);
    text-decoration: none;
    font-size: 12px;
    transition: color 0.15s ease;
    }
    main.index .mako:hover{
    color: #ffffff;
    }
    main.index .glyph02{
    color: hsl(76, 6%, 30%);
    font-size: 12px;
    user-select: none;
    }
    @media (max-width: 768px) {main.index .brambleAsh{
    padding: 40px 20px 24px;
    }
    main.index .tundra_fox{
    flex-wrap: wrap;
    gap: 32px 24px;
    }
    main.index .flinch{
    flex: 1 1 100%;
    }
    main.index .sluice{
    flex: 1 1 calc(50% - 12px);
    min-width: 140px;
    }
    main.index .jarvik{
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    }
    main.index .ferric{
    flex: none;
    }
    main.index .camber{
    flex: none;
    }}
    main img.sbv2-ai-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
    main img.sbv2-ai-image.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main img.sbv2-ai-image.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main img.sbv2-ai-image.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main img.sbv2-ai-image.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame {
    overflow: hidden;
    }
    main .sbv2-media-frame.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main .sbv2-media-frame.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main .sbv2-media-frame.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main .sbv2-media-frame.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame > img.sbv2-ai-image,
    main .sbv2-media-frame > picture > img.sbv2-ai-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

    *,
    *::before,
    *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body {
    padding-top: var(--nav-height);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
    
    .quilted {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: rgba(244, 244, 243, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--nav-border);
    transition: var(--transition);
    }
    .nav--scrolled {
    box-shadow: var(--shadow-sm);
    border-bottom-color: rgba(0, 0, 0, 0.06);
    }
    .crumble {
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
    
    .pixDust {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 32px;
    text-decoration: none;
    }
    .sable_root {
    display: block;
    flex-shrink: 0;
    }
    .ratchet {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.3px;
    line-height: 1;
    }
    
    .bravado {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2px;
    flex: 1;
    min-width: 0;
    }
    .crevice {
    flex-shrink: 0;
    }
    .duskLine {
    display: block;
    padding: 6px 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    line-height: 1.4;
    }
    .duskLine:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    
    .wispCurl {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    }
    .plinth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    line-height: 1.4;
    }
    .plinth:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    }
    .plinth:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    }
    .vortex_9 {
    flex-shrink: 0;
    }
    
    .junco {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    margin-left: auto;
    transition: var(--transition);
    }
    .junco:hover {
    background: rgba(0, 0, 0, 0.04); color: #ffffff;}
    .torque {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--text-color);
    border-radius: 1px;
    transition: var(--transition);
    }
    
    .glimmer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s ease; color: #ffffff;}
    .glimmer.is-visible {
    display: block;
    opacity: 1;
    }
    
    .zephyr {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    width: 280px;
    max-width: 85vw;
    background: var(--bg-color);
    border-left: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    overflow-y: auto;
    }
    .zephyr.is-open {
    transform: translateX(0);
    }
    .basalt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
    }
    .oaken {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    color: var(--text-muted);
    transition: var(--transition);
    }
    .oaken:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #ffffff;
    }
    .smelt {
    list-style: none;
    padding: 8px 12px;
    }
    .ember3 {
    display: block;
    padding: 10px 12px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
    .ember3:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    .pavo {
    padding: 12px 20px;
    margin-top: auto;
    border-top: 1px solid var(--border-color);
    }
    .fn8x {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: var(--transition);
    }
    .fn8x:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    }
    
    @media (max-width: 860px) {.bravado,
    .wispCurl {
    display: none;
    }
    .junco {
    display: flex;
    }
    .zephyr {
    display: flex;
    }}
    @media (max-width: 380px) {.crumble {
    padding: 0 16px;
    }}
    .duskLine.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    .ember3.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    main.download *{ margin: 0; padding: 0; box-sizing: border-box; }
    main.download .vellum{
    background: linear-gradient(168deg, hsl(76, 10%, 12%) 0%, hsl(170, 18%, 16%) 100%);
    padding: 80px 24px 64px;
    text-align: center;
    position: relative;
    overflow: hidden; color: #ffffff;}
    main.download .vellum::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(76, 65%, 59%, 0.12) 0%, transparent 70%);
    pointer-events: none;
    }
    main.download .vellum::after{
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, hsla(170, 52%, 59%, 0.1) 0%, transparent 70%);
    pointer-events: none;
    }
    main.download .loam3{
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    }
    main.download .vellum h1{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 16px;
    }
    main.download .nock{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.05rem;
    color: hsla(0, 0%, 100%, 0.7);
    line-height: 1.6;
    margin-bottom: 36px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    }
    main.download .tarn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: hsla(0, 0%, 100%, 0.08);
    border: 1px solid hsla(0, 0%, 100%, 0.12);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.82rem;
    color: hsla(0, 0%, 100%, 0.6);
    margin-bottom: 32px;
    font-family: "SF Mono", "Fira Code", monospace;
    }
    main.download .tarn span{
    color: var(--page-primary);
    font-weight: 600;
    }
    main.download .pallor{
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    }
    main.download .jib4{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--page-primary);
    color: hsl(76, 10%, 8%);
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: var(--page-radius);
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 12px hsla(76, 65%, 59%, 0.3);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .jib4:hover{
    background: var(--page-primary-dark);
    box-shadow: 0 4px 20px hsla(76, 65%, 59%, 0.4);
    transform: translateY(-1px);
    }
    main.download .jib4 svg{
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    }
    main.download .floe_cap{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: hsla(0, 0%, 100%, 0.08);
    color: hsla(0, 0%, 100%, 0.85);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: var(--page-radius);
    text-decoration: none;
    border: 1px solid hsla(0, 0%, 100%, 0.15);
    transition: all 0.2s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .floe_cap:hover{
    background: hsla(0, 0%, 100%, 0.14);
    border-color: hsla(0, 0%, 100%, 0.25);
    }
    main.download .wicket{
    margin-top: 24px;
    font-size: 0.78rem;
    color: hsla(0, 0%, 100%, 0.4);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    
    main.download .raze{
    max-width: 1080px;
    margin: 0 auto;
    padding: 72px 24px;
    }
    main.download .quahog{
    text-align: center;
    margin-bottom: 48px;
    }
    main.download .quahog h2{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--page-text, #1a1a1a);
    margin-bottom: 10px;
    letter-spacing: -0.3px;
    }
    main.download .quahog p{
    font-size: 0.92rem;
    color: var(--page-text-muted, #666);
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .midden{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    }
    main.download .inkPot{
    background: var(--page-surface, #fff);
    border: 1px solid var(--page-border, #e5e5e5);
    border-radius: var(--page-radius);
    padding: 28px 20px;
    text-align: center;
    transition: all 0.2s ease;
    position: relative;
    }
    main.download .inkPot:hover{
    border-color: var(--page-primary);
    box-shadow: var(--page-shadow-md);
    transform: translateY(-2px);
    }
    main.download .rundle{
    width: 44px;
    height: 44px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(76, 6%, 96%);
    border-radius: 10px;
    }
    main.download .rundle svg{
    width: 24px;
    height: 24px;
    color: var(--page-text, #1a1a1a);
    }
    main.download .inkPot h3{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--page-text, #1a1a1a);
    margin-bottom: 6px;
    }
    main.download .gimbal{
    font-size: 0.78rem;
    color: var(--page-text-muted, #666);
    line-height: 1.5;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .kelpBed{
    font-size: 0.72rem;
    color: var(--page-text-muted, #999);
    margin-bottom: 16px;
    font-family: "SF Mono", "Fira Code", monospace;
    }
    main.download .marlin{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px 16px;
    background: var(--page-text, #1a1a1a);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 600;
    border-radius: var(--page-radius);
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .marlin:hover{
    background: hsl(76, 10%, 22%); color: #ffffff;}
    main.download .marlin svg{
    width: 14px;
    height: 14px;
    }
    main.download .damson{
    margin-top: 10px;
    display: flex;
    gap: 8px;
    justify-content: center;
    }
    main.download .scoria{
    font-size: 0.72rem;
    color: var(--page-text-muted, #888);
    text-decoration: none;
    border-bottom: 1px dashed var(--page-border, #ccc);
    transition: color 0.15s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .scoria:hover{
    color: var(--page-primary-dark);
    }
    
    main.download .dl-steps{
    background: hsl(76, 6%, 97.5%);
    padding: 72px 24px;
    }
    main.download .dl-steps-inner{
    max-width: 1080px;
    margin: 0 auto;
    }
    main.download .dl-steps-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }
    main.download .dl-step-card{
    background: var(--page-surface, #fff);
    border: 1px solid var(--page-border, #e5e5e5);
    border-radius: var(--page-radius);
    padding: 28px 24px;
    position: relative;
    }
    main.download .dl-step-num{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--page-primary);
    color: hsl(76, 10%, 8%);
    font-size: 0.78rem;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .dl-step-card h3{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--page-text, #1a1a1a);
    margin-bottom: 8px;
    }
    main.download .dl-step-card p{
    font-size: 0.84rem;
    color: var(--page-text-muted, #666);
    line-height: 1.65;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    
    main.download .dl-features-row{
    max-width: 1080px;
    margin: 0 auto;
    padding: 72px 24px;
    }
    main.download .dl-feature-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 48px;
    }
    main.download .dl-feature-block:last-child{
    margin-bottom: 0;
    }
    main.download .dl-feature-block.reverse{
    direction: rtl;
    }
    main.download .dl-feature-block.reverse > *{
    direction: ltr;
    }
    main.download .dl-feature-img{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: var(--page-radius);
    border: 1px solid var(--page-border, #e5e5e5);
    }
    main.download .dl-feature-text h2{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--page-text, #1a1a1a);
    margin-bottom: 12px;
    letter-spacing: -0.2px;
    }
    main.download .dl-feature-text p{
    font-size: 0.88rem;
    color: var(--page-text-muted, #555);
    line-height: 1.7;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .bolide{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--page-primary-dark);
    text-decoration: none;
    transition: gap 0.2s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .bolide:hover{
    gap: 8px;
    }
    main.download .bolide svg{
    width: 14px;
    height: 14px;
    }
    
    main.download .dl-info-section{
    background: hsl(76, 6%, 97.5%);
    padding: 72px 24px;
    }
    main.download .dl-info-inner{
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    }
    main.download .dl-info-card{
    background: var(--page-surface, #fff);
    border: 1px solid var(--page-border, #e5e5e5);
    border-radius: var(--page-radius);
    padding: 32px 28px;
    }
    main.download .dl-info-card h2{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--page-text, #1a1a1a);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
    main.download .dl-info-card h2 svg{
    width: 20px;
    height: 20px;
    color: var(--page-secondary-dark);
    flex-shrink: 0;
    }
    main.download .dl-info-table{
    width: 100%;
    border-collapse: collapse;
    }
    main.download .dl-info-table tr{
    border-bottom: 1px solid var(--page-border, #eee);
    }
    main.download .dl-info-table tr:last-child{
    border-bottom: none;
    }
    main.download .dl-info-table td{
    padding: 10px 0;
    font-size: 0.84rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    vertical-align: top;
    }
    main.download .dl-info-table td:first-child{
    color: var(--page-text-muted, #888);
    width: 110px;
    white-space: nowrap;
    }
    main.download .dl-info-table td:last-child{
    color: var(--page-text, #333);
    font-weight: 500;
    }
    main.download .dl-security-list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    }
    main.download .dl-security-list li{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 0.84rem;
    color: var(--page-text, #444);
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .dl-security-list li svg{
    width: 18px;
    height: 18px;
    color: var(--page-secondary-dark);
    flex-shrink: 0;
    margin-top: 1px;
    }
    
    main.download .dl-offline{
    max-width: 1080px;
    margin: 0 auto;
    padding: 72px 24px;
    }
    main.download .dl-offline-box{
    background: var(--page-surface, #fff);
    border: 1px solid var(--page-border, #e5e5e5);
    border-radius: var(--page-radius);
    padding: 36px 32px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    }
    main.download .dl-offline-box h2{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--page-text, #1a1a1a);
    margin-bottom: 8px;
    }
    main.download .dl-offline-box p{
    font-size: 0.86rem;
    color: var(--page-text-muted, #666);
    line-height: 1.65;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .btn-offline{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--page-secondary);
    color: hsl(170, 20%, 10%);
    font-size: 0.86rem;
    font-weight: 600;
    border-radius: var(--page-radius);
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 2px 10px hsla(170, 52%, 59%, 0.25);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .btn-offline:hover{
    background: var(--page-secondary-dark);
    color: #fff;
    box-shadow: 0 4px 16px hsla(170, 52%, 59%, 0.35);
    }
    main.download .btn-offline svg{
    width: 16px;
    height: 16px;
    }
    
    main.download .dl-footer{
    background: hsl(76, 10%, 10%);
    padding: 40px 24px; color: #ffffff;}
    main.download .dl-footer-inner{
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
    main.download .dl-footer-brand{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: hsla(0, 0%, 100%, 0.7);
    }
    main.download .dl-footer-copy{
    font-size: 0.78rem;
    color: hsla(0, 0%, 100%, 0.4);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .dl-footer-links{
    display: flex;
    gap: 20px;
    }
    main.download .dl-footer-links a{
    font-size: 0.78rem;
    color: hsla(0, 0%, 100%, 0.45);
    text-decoration: none;
    transition: color 0.15s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .dl-footer-links a:hover{
    color: hsla(0, 0%, 100%, 0.8);
    }
    
    @media (max-width: 860px) {main.download .midden{
    grid-template-columns: repeat(2, 1fr);
    }
    main.download .dl-steps-grid{
    grid-template-columns: 1fr;
    }
    main.download .dl-feature-block, main.download .dl-feature-block.reverse{
    grid-template-columns: 1fr;
    direction: ltr;
    }
    main.download .dl-info-inner{
    grid-template-columns: 1fr;
    }
    main.download .dl-offline-box{
    grid-template-columns: 1fr;
    text-align: center;
    }
    main.download .vellum h1{
    font-size: 2rem;
    }}
    @media (max-width: 540px) {main.download .midden{
    grid-template-columns: 1fr;
    }
    main.download .vellum{
    padding: 60px 20px 48px;
    }
    main.download .vellum h1{
    font-size: 1.65rem;
    }
    main.download .pallor{
    flex-direction: column;
    align-items: center;
    }
    main.download .dl-footer-inner{
    flex-direction: column;
    text-align: center;
    }}
    main.download .jarrah{
    background: var(--text-color, hsl(76, 10%, 8%));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0;
    }
    main.download .galena{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 40px 24px 32px;
    }
    main.download .kettle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    main.download .frond{
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    }
    main.download .culvert{
    flex: 0 0 20px;
    display: block;
    }
    main.download .phlox{
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: -0.01em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .spurGear{
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 1 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    }
    main.download .coppice{
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: var(--radius-sm, 4px);
    transition: var(--transition, all 0.2s ease);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    white-space: nowrap;
    }
    main.download .coppice:hover{
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
    }
    main.download .dhole{
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.1);
    flex: 0 0 1px;
    }
    main.download .tessera{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    }
    main.download .orbWeave{
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
    flex: 1 1 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.download .hackle{
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    }
    main.download .clevis{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: var(--transition, all 0.2s ease);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    white-space: nowrap;
    }
    main.download .clevis:hover{
    color: rgba(255, 255, 255, 0.7);
    }
    @media (max-width: 640px) {main.download .galena{
    padding: 32px 16px 24px;
    }
    main.download .kettle{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 24px;
    }
    main.download .spurGear{
    justify-content: flex-start;
    gap: 4px;
    }
    main.download .dhole{
    display: none;
    }
    main.download .coppice{
    padding: 4px 6px;
    font-size: 13px;
    }
    main.download .tessera{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 20px;
    }
    main.download .hackle{
    gap: 12px;
    }}
    main img.sbv2-ai-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
    main img.sbv2-ai-image.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main img.sbv2-ai-image.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main img.sbv2-ai-image.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main img.sbv2-ai-image.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame {
    overflow: hidden;
    }
    main .sbv2-media-frame.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main .sbv2-media-frame.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main .sbv2-media-frame.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main .sbv2-media-frame.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame > img.sbv2-ai-image,
    main .sbv2-media-frame > picture > img.sbv2-ai-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

    *,
    *::before,
    *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body {
    padding-top: var(--nav-height);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
    
    .quilted {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: rgba(244, 244, 243, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--nav-border);
    transition: var(--transition);
    }
    .nav--scrolled {
    box-shadow: var(--shadow-sm);
    border-bottom-color: rgba(0, 0, 0, 0.06);
    }
    .crumble {
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
    
    .pixDust {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 32px;
    text-decoration: none;
    }
    .sable_root {
    display: block;
    flex-shrink: 0;
    }
    .ratchet {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.3px;
    line-height: 1;
    }
    
    .bravado {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2px;
    flex: 1;
    min-width: 0;
    }
    .crevice {
    flex-shrink: 0;
    }
    .duskLine {
    display: block;
    padding: 6px 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    line-height: 1.4;
    }
    .duskLine:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    
    .wispCurl {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    }
    .plinth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    line-height: 1.4;
    }
    .plinth:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    }
    .plinth:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    }
    .vortex_9 {
    flex-shrink: 0;
    }
    
    .junco {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    margin-left: auto;
    transition: var(--transition);
    }
    .junco:hover {
    background: rgba(0, 0, 0, 0.04); color: #ffffff;}
    .torque {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--text-color);
    border-radius: 1px;
    transition: var(--transition);
    }
    
    .glimmer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s ease; color: #ffffff;}
    .glimmer.is-visible {
    display: block;
    opacity: 1;
    }
    
    .zephyr {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    width: 280px;
    max-width: 85vw;
    background: var(--bg-color);
    border-left: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    overflow-y: auto;
    }
    .zephyr.is-open {
    transform: translateX(0);
    }
    .basalt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
    }
    .oaken {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    color: var(--text-muted);
    transition: var(--transition);
    }
    .oaken:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #ffffff;
    }
    .smelt {
    list-style: none;
    padding: 8px 12px;
    }
    .ember3 {
    display: block;
    padding: 10px 12px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
    .ember3:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    .pavo {
    padding: 12px 20px;
    margin-top: auto;
    border-top: 1px solid var(--border-color);
    }
    .fn8x {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: var(--transition);
    }
    .fn8x:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    }
    
    @media (max-width: 860px) {.bravado,
    .wispCurl {
    display: none;
    }
    .junco {
    display: flex;
    }
    .zephyr {
    display: flex;
    }}
    @media (max-width: 380px) {.crumble {
    padding: 0 16px;
    }}
    .duskLine.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    .ember3.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    main.features *{ box-sizing: border-box; }
    main.features .quartz{
    padding: 80px 24px 64px;
    background: linear-gradient(168deg, hsl(76, 6%, 96%) 0%, hsl(170, 18%, 93%) 50%, hsl(76, 20%, 92%) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
    }
    main.features .quartz::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(76, 65%, 59%, 0.12) 0%, transparent 70%);
    pointer-events: none;
    }
    main.features .quartz::after{
    content: "";
    position: absolute;
    bottom: -80px;
    left: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, hsla(170, 52%, 59%, 0.1) 0%, transparent 70%);
    pointer-events: none;
    }
    main.features .quartz h1{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--page-text);
    line-height: 1.35;
    max-width: 720px;
    margin: 0 auto 20px;
    letter-spacing: -0.02em;
    }
    main.features .cobalt{
    font-size: 1.05rem;
    color: var(--page-text-muted);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.65;
    }
    main.features .binnacle{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: var(--page-text-muted);
    background: var(--page-surface);
    border: 1px solid var(--page-border);
    padding: 6px 16px;
    border-radius: 4px;
    }
    main.features .binnacle svg{
    flex-shrink: 0;
    }
    main.features .relic{
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    }
    main.features .vortex{
    padding: 72px 0;
    }
    main.features .vortex:nth-child(even){
    background: hsla(170, 12%, 96%, 0.5);
    }
    main.features .obsidian{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--page-text);
    margin: 0 0 12px;
    letter-spacing: -0.01em;
    }
    main.features .kex{
    font-size: 0.95rem;
    color: var(--page-text-muted);
    margin: 0 0 40px;
    line-height: 1.6;
    max-width: 640px;
    }
    
    main.features .jounce{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }
    main.features .nimbus{
    background: var(--page-surface);
    border: 1px solid var(--page-border);
    border-radius: 4px;
    padding: 28px 24px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
    }
    main.features .nimbus:hover{
    border-color: hsl(76, 30%, 78%);
    box-shadow: 0 4px 16px hsla(76, 20%, 40%, 0.08);
    }
    main.features .xenon8{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    }
    main.features .onyx{
    background: hsla(76, 65%, 59%, 0.15);
    color: var(--page-primary-dark);
    }
    main.features .prism{
    background: hsla(170, 52%, 59%, 0.15);
    color: var(--page-secondary-dark);
    }
    main.features .glacier{
    background: hsla(220, 14%, 50%, 0.12);
    color: hsl(220, 14%, 38%);
    }
    main.features .nimbus h3{
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--page-text);
    margin: 0 0 8px;
    }
    main.features .nimbus p{
    font-size: 0.88rem;
    color: var(--page-text-muted);
    line-height: 1.6;
    margin: 0;
    }
    main.features .cipher{
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 2px 8px;
    border-radius: 2px;
    margin-top: 12px;
    }
    main.features .skirr{
    background: hsla(76, 65%, 59%, 0.12);
    color: var(--page-primary-dark);
    }
    main.features .phantom{
    background: hsla(170, 52%, 59%, 0.12);
    color: var(--page-secondary-dark);
    }
    
    main.features .hob_nail{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    }
    main.features .lath5{
    direction: rtl;
    }
    main.features .lath5 > *{
    direction: ltr;
    }
    main.features .yawl{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--page-border);
    }
    main.features .wadi h2{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--page-text);
    margin: 0 0 12px;
    letter-spacing: -0.01em;
    }
    main.features .wadi p{
    font-size: 0.92rem;
    color: var(--page-text-muted);
    line-height: 1.65;
    margin: 0 0 12px;
    }
    main.features .corbie{
    font-size: 0.82rem;
    color: var(--page-text-muted);
    background: var(--page-code-bg);
    padding: 8px 12px;
    border-radius: 3px;
    border-left: 3px solid var(--page-primary);
    margin-top: 16px;
    line-height: 1.55;
    }
    
    main.features .nexus{
    overflow-x: auto;
    margin-top: 32px;
    }
    main.features .crux{
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    min-width: 600px;
    }
    main.features .crux thead{
    background: hsl(76, 8%, 94%);
    }
    main.features .crux th{
    text-align: left;
    padding: 12px 16px;
    font-weight: 600;
    color: var(--page-text);
    border-bottom: 2px solid var(--page-border);
    }
    main.features .crux td{
    padding: 11px 16px;
    color: var(--page-text-muted);
    border-bottom: 1px solid var(--page-border);
    vertical-align: top;
    }
    main.features .crux tbody tr:hover{
    background: hsla(76, 20%, 92%, 0.4);
    }
    main.features .thole{
    color: var(--page-primary-dark);
    font-weight: 700;
    }
    
    main.features .feat-cta{
    padding: 64px 24px;
    text-align: center;
    background: linear-gradient(135deg, hsl(76, 10%, 12%) 0%, hsl(170, 14%, 18%) 100%);
    color: hsl(0, 0%, 96%);
    }
    main.features .feat-cta h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: hsl(0, 0%, 98%);
    }
    main.features .feat-cta p{
    font-size: 0.95rem;
    color: hsl(0, 0%, 72%);
    margin: 0 0 28px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    }
    main.features .feat-cta-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 32px;
    background: var(--page-primary);
    color: var(--page-text);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s ease, transform 0.15s ease;
    }
    main.features .feat-cta-btn:hover{
    background: var(--page-primary-dark);
    color: hsl(0, 0%, 100%);
    transform: translateY(-1px);
    }
    main.features .feat-cta-link{
    display: inline-block;
    margin-top: 16px;
    font-size: 0.85rem;
    color: var(--page-secondary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }
    main.features .feat-cta-link:hover{
    border-bottom-color: var(--page-secondary);
    }
    
    main.features .feat-footer{
    background: hsl(76, 8%, 10%);
    color: hsl(0, 0%, 60%);
    padding: 40px 24px;
    }
    main.features .feat-footer-inner{
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    }
    main.features .feat-footer-brand{
    font-size: 1rem;
    font-weight: 600;
    color: hsl(0, 0%, 82%);
    margin: 0 0 6px;
    }
    main.features .feat-footer-tagline{
    font-size: 0.8rem;
    color: hsl(0, 0%, 50%);
    margin: 0;
    }
    main.features .feat-footer-links{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    }
    main.features .feat-footer-links a{
    font-size: 0.82rem;
    color: hsl(0, 0%, 55%);
    text-decoration: none;
    transition: color 0.2s;
    }
    main.features .feat-footer-links a:hover{
    color: var(--page-secondary);
    }
    main.features .feat-footer-copy{
    width: 100%;
    text-align: center;
    font-size: 0.78rem;
    color: hsl(0, 0%, 42%);
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid hsl(0, 0%, 18%);
    }
    
    @media (max-width: 860px) {main.features .jounce{
    grid-template-columns: repeat(2, 1fr);
    }
    main.features .hob_nail{
    grid-template-columns: 1fr;
    gap: 24px;
    }
    main.features .lath5{
    direction: ltr;
    }}
    @media (max-width: 560px) {main.features .jounce{
    grid-template-columns: 1fr;
    }
    main.features .quartz{
    padding: 56px 20px 48px;
    }
    main.features .vortex{
    padding: 48px 0;
    }
    main.features .feat-footer-inner{
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
    main.features .feat-footer-links{
    justify-content: center;
    }}
    main.features .aurora{
    background: hsl(76, 10%, 10%);
    padding: 56px 0 0;
    color: hsl(76, 6%, 72%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    }
    main.features .ovolo{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 0 24px;
    }
    main.features .eddy_run{
    display: flex;
    gap: 48px;
    align-items: flex-start;
    padding-bottom: 48px;
    }
    main.features .mulch{
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    gap: 10px;
    }
    main.features .velvet{
    flex: 0 0 24px;
    }
    main.features .umber{
    font-size: 15px;
    font-weight: 600;
    color: hsl(76, 6%, 94%);
    flex: 1;
    white-space: nowrap;
    }
    main.features .izzard{
    flex: 1;
    display: flex;
    gap: 40px;
    }
    main.features .apex{
    flex: 1;
    }
    main.features .sable{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: hsl(76, 6%, 50%);
    margin: 0 0 16px;
    }
    main.features .zenith{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }
    main.features .dibble{
    margin: 0;
    }
    main.features .auger{
    color: hsl(76, 6%, 72%);
    text-decoration: none;
    transition: color 0.2s ease;
    }
    main.features .auger:hover{
    color: var(--primary-color, hsl(76, 65%, 42%));
    }
    main.features .nurl{
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    }
    main.features .vetch{
    margin: 0;
    font-size: 13px;
    color: hsl(76, 6%, 56%);
    line-height: 1.5;
    }
    main.features .firkin{
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(135deg, var(--primary-color, hsl(76, 65%, 42%)), var(--secondary-color, hsl(170, 52%, 42%)));
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md, 6px);
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(140, 198, 63, 0.25);
    white-space: nowrap;
    }
    main.features .firkin:hover{
    opacity: 0.9;
    box-shadow: 0 4px 16px rgba(140, 198, 63, 0.35);
    }
    main.features .ember{
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    }
    main.features .rivet_set{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 16px;
    }
    main.features .tundra{
    margin: 0;
    font-size: 13px;
    color: hsl(76, 6%, 44%);
    flex: 1;
    }
    main.features .mosaic{
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    }
    main.features .zander{
    color: hsl(76, 6%, 56%);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
    }
    main.features .zander:hover{
    color: var(--primary-color, hsl(76, 65%, 42%));
    }
    main.features .grith{
    color: hsl(76, 6%, 30%);
    font-size: 12px;
    }
    @media (max-width: 768px) {main.features .aurora{
    padding: 40px 0 0;
    }
    main.features .eddy_run{
    flex-direction: column;
    gap: 32px;
    padding-bottom: 36px;
    }
    main.features .mulch{
    flex: 0 0 auto;
    }
    main.features .izzard{
    flex-direction: column;
    gap: 28px;
    }
    main.features .apex{
    flex: 0 0 auto;
    }
    main.features .nurl{
    flex: 0 0 auto;
    width: 100%;
    }
    main.features .firkin{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    }
    main.features .rivet_set{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 0;
    }
    main.features .tundra{
    flex: 0 0 auto;
    }
    main.features .mosaic{
    flex-wrap: wrap;
    }}
    main img.sbv2-ai-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
    main img.sbv2-ai-image.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main img.sbv2-ai-image.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main img.sbv2-ai-image.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main img.sbv2-ai-image.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame {
    overflow: hidden;
    }
    main .sbv2-media-frame.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main .sbv2-media-frame.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main .sbv2-media-frame.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main .sbv2-media-frame.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame > img.sbv2-ai-image,
    main .sbv2-media-frame > picture > img.sbv2-ai-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

    *,
    *::before,
    *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body {
    padding-top: var(--nav-height);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
    
    .quilted {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: rgba(244, 244, 243, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--nav-border);
    transition: var(--transition);
    }
    .nav--scrolled {
    box-shadow: var(--shadow-sm);
    border-bottom-color: rgba(0, 0, 0, 0.06);
    }
    .crumble {
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
    
    .pixDust {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 32px;
    text-decoration: none;
    }
    .sable_root {
    display: block;
    flex-shrink: 0;
    }
    .ratchet {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.3px;
    line-height: 1;
    }
    
    .bravado {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2px;
    flex: 1;
    min-width: 0;
    }
    .crevice {
    flex-shrink: 0;
    }
    .duskLine {
    display: block;
    padding: 6px 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    line-height: 1.4;
    }
    .duskLine:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    
    .wispCurl {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    }
    .plinth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    line-height: 1.4;
    }
    .plinth:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    }
    .plinth:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    }
    .vortex_9 {
    flex-shrink: 0;
    }
    
    .junco {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    margin-left: auto;
    transition: var(--transition);
    }
    .junco:hover {
    background: rgba(0, 0, 0, 0.04); color: #ffffff;}
    .torque {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--text-color);
    border-radius: 1px;
    transition: var(--transition);
    }
    
    .glimmer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s ease; color: #ffffff;}
    .glimmer.is-visible {
    display: block;
    opacity: 1;
    }
    
    .zephyr {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    width: 280px;
    max-width: 85vw;
    background: var(--bg-color);
    border-left: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    overflow-y: auto;
    }
    .zephyr.is-open {
    transform: translateX(0);
    }
    .basalt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
    }
    .oaken {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    color: var(--text-muted);
    transition: var(--transition);
    }
    .oaken:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #ffffff;
    }
    .smelt {
    list-style: none;
    padding: 8px 12px;
    }
    .ember3 {
    display: block;
    padding: 10px 12px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
    .ember3:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    .pavo {
    padding: 12px 20px;
    margin-top: auto;
    border-top: 1px solid var(--border-color);
    }
    .fn8x {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: var(--transition);
    }
    .fn8x:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    }
    
    @media (max-width: 860px) {.bravado,
    .wispCurl {
    display: none;
    }
    .junco {
    display: flex;
    }
    .zephyr {
    display: flex;
    }}
    @media (max-width: 380px) {.crumble {
    padding: 0 16px;
    }}
    .duskLine.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    .ember3.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    main.system-requirements .alloy{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--sr-text);
    background: var(--sr-bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
    main.system-requirements .blaze{
    position: relative;
    background: linear-gradient(135deg, hsl(76, 10%, 12%) 0%, hsl(170, 15%, 18%) 100%);
    padding: 80px 0 64px;
    overflow: hidden; color: #ffffff;}
    main.system-requirements .blaze::before{
    content: "";
    position: absolute;
    top: -40%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, hsla(76, 65%, 59%, 0.12) 0%, transparent 70%);
    pointer-events: none;
    }
    main.system-requirements .blaze::after{
    content: "";
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(170, 52%, 59%, 0.1) 0%, transparent 70%);
    pointer-events: none;
    }
    main.system-requirements .vivid{
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
    }
    main.system-requirements .husk{
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 48px;
    align-items: center;
    }
    main.system-requirements .wren{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: hsla(76, 65%, 59%, 0.15);
    border: 1px solid hsla(76, 65%, 59%, 0.25);
    color: var(--sr-primary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
    }
    main.system-requirements .blaze h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.3px;
    }
    main.system-requirements .blaze h1 span{
    color: var(--sr-primary);
    }
    main.system-requirements .jovial{
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 520px;
    }
    main.system-requirements .helix{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    }
    main.system-requirements .mirage{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--sr-primary);
    color: hsl(76, 10%, 8%);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: var(--sr-radius);
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 2px 8px hsla(76, 65%, 59%, 0.3);
    }
    main.system-requirements .mirage:hover{
    background: var(--sr-primary-dark);
    box-shadow: 0 4px 16px hsla(76, 65%, 59%, 0.4);
    transform: translateY(-1px);
    }
    main.system-requirements .niche{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: hsla(255, 255, 255, 0.08);
    border: 1px solid hsla(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 22px;
    border-radius: var(--sr-radius);
    text-decoration: none;
    transition: all 0.2s;
    }
    main.system-requirements .niche:hover{
    background: hsla(255, 255, 255, 0.14);
    border-color: hsla(255, 255, 255, 0.35);
    }
    main.system-requirements .lyric{
    border-radius: var(--sr-radius-lg);
    overflow: hidden;
    box-shadow: var(--sr-shadow-lg);
    border: 1px solid hsla(255, 255, 255, 0.08);
    }
    main.system-requirements .lyric img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    }
    main.system-requirements .ivory{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--sr-border);
    border-radius: var(--sr-radius-lg);
    overflow: hidden;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    box-shadow: var(--sr-shadow-md);
    }
    main.system-requirements .karma{
    background: var(--sr-bg-card);
    padding: 24px 20px;
    text-align: center;
    }
    main.system-requirements .forge{
    width: 36px;
    height: 36px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    }
    main.system-requirements .forge svg{
    width: 20px;
    height: 20px;
    }
    main.system-requirements .forge.umbra{ background: hsla(210, 80%, 55%, 0.1); color: hsl(210, 80%, 55%); }
    main.system-requirements .forge.vapor{ background: hsla(0, 0%, 20%, 0.08); color: #ffffff; }
    main.system-requirements .forge.grain{ background: hsla(40, 90%, 50%, 0.1); color: hsl(40, 70%, 40%); }
    main.system-requirements .forge.crest{ background: hsla(140, 60%, 45%, 0.1); color: hsl(140, 60%, 35%); }
    main.system-requirements .plume{
    font-size: 13px;
    font-weight: 600;
    color: var(--sr-text);
    margin-bottom: 3px;
    }
    main.system-requirements .axiom{
    font-size: 12px;
    color: var(--sr-text-muted);
    }
    main.system-requirements .cloak{
    padding: 72px 0;
    }
    main.system-requirements .sr-section-alt{
    background: var(--sr-bg-card);
    border-top: 1px solid var(--sr-border-light);
    border-bottom: 1px solid var(--sr-border-light);
    }
    main.system-requirements .jade{
    margin-bottom: 40px;
    }
    main.system-requirements .jade h2{
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -0.2px;
    }
    main.system-requirements .jade p{
    color: var(--sr-text-muted);
    font-size: 15px;
    margin: 0;
    max-width: 640px;
    }
    main.system-requirements .whirl{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }
    main.system-requirements .unity{
    background: var(--sr-bg-card);
    border: 1px solid var(--sr-border);
    border-radius: var(--sr-radius-lg);
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
    }
    main.system-requirements .unity:hover{
    box-shadow: var(--sr-shadow-md);
    border-color: hsl(76, 20%, 80%);
    }
    main.system-requirements .flint{
    padding: 24px 24px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--sr-border-light);
    }
    main.system-requirements .yield{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    }
    main.system-requirements .yield svg{
    width: 22px;
    height: 22px;
    }
    main.system-requirements .yield.opal{
    background: linear-gradient(135deg, hsl(210, 80%, 55%), hsl(210, 70%, 45%));
    color: #fff;
    }
    main.system-requirements .yield.is-mac{
    background: linear-gradient(135deg, hsl(0, 0%, 28%), hsl(0, 0%, 15%));
    color: #fff;
    }
    main.system-requirements .yield.is-linux{
    background: linear-gradient(135deg, hsl(40, 85%, 55%), hsl(30, 80%, 45%));
    color: #fff;
    }
    main.system-requirements .sigma{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 2px;
    }
    main.system-requirements .orbit{
    font-size: 12px;
    color: var(--sr-text-muted);
    }
    main.system-requirements .riddle{
    padding: 20px 24px 24px;
    }
    main.system-requirements .nova{
    list-style: none;
    padding: 0;
    margin: 0;
    }
    main.system-requirements .nova li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--sr-border-light);
    font-size: 14px;
    line-height: 1.55;
    }
    main.system-requirements .nova li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    }
    main.system-requirements .knack{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: hsla(170, 52%, 59%, 0.12);
    color: var(--sr-secondary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    }
    main.system-requirements .knack svg{
    width: 11px;
    height: 11px;
    }
    main.system-requirements .spark{
    font-weight: 600;
    color: var(--sr-text);
    min-width: 56px;
    }
    main.system-requirements .sr-mobile-section{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    }
    main.system-requirements .sr-mobile-card{
    background: var(--sr-bg-card);
    border: 1px solid var(--sr-border);
    border-radius: var(--sr-radius-lg);
    padding: 28px;
    transition: box-shadow 0.2s;
    }
    main.system-requirements .sr-mobile-card:hover{
    box-shadow: var(--sr-shadow-md);
    }
    main.system-requirements .sr-mobile-head{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    }
    main.system-requirements .sr-mobile-icon{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    main.system-requirements .sr-mobile-icon svg{
    width: 20px;
    height: 20px;
    }
    main.system-requirements .sr-mobile-icon.is-android{
    background: linear-gradient(135deg, hsl(140, 60%, 45%), hsl(140, 55%, 35%));
    color: #fff;
    }
    main.system-requirements .sr-mobile-icon.is-ios{
    background: linear-gradient(135deg, hsl(220, 10%, 35%), hsl(220, 10%, 20%));
    color: #fff;
    }
    main.system-requirements .sr-mobile-name{
    font-size: 17px;
    font-weight: 700;
    }
    main.system-requirements .sr-mobile-list{
    list-style: none;
    padding: 0;
    margin: 0;
    }
    main.system-requirements .sr-mobile-list li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 14px;
    color: var(--sr-text);
    line-height: 1.5;
    }
    main.system-requirements .sr-mobile-list li + li{
    border-top: 1px solid var(--sr-border-light);
    }
    main.system-requirements .sr-rec-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }
    main.system-requirements .sr-rec-card{
    background: var(--sr-bg-card);
    border: 1px solid var(--sr-border);
    border-radius: var(--sr-radius-lg);
    padding: 28px 24px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    }
    main.system-requirements .sr-rec-card:hover{
    box-shadow: var(--sr-shadow-md);
    transform: translateY(-2px);
    }
    main.system-requirements .sr-rec-icon{
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(76, 65%, 59%, 0.1);
    color: var(--sr-primary-dark);
    }
    main.system-requirements .sr-rec-icon svg{
    width: 24px;
    height: 24px;
    }
    main.system-requirements .sr-rec-title{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    }
    main.system-requirements .sr-rec-value{
    font-size: 22px;
    font-weight: 800;
    color: var(--sr-primary-dark);
    margin-bottom: 6px;
    }
    main.system-requirements .sr-rec-desc{
    font-size: 13px;
    color: var(--sr-text-muted);
    line-height: 1.5;
    }
    main.system-requirements .sr-faq{
    max-width: 760px;
    margin: 0 auto;
    }
    main.system-requirements .sr-faq-item{
    border: 1px solid var(--sr-border);
    border-radius: var(--sr-radius);
    margin-bottom: 10px;
    background: var(--sr-bg-card);
    overflow: hidden;
    }
    main.system-requirements .sr-faq-q{
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    user-select: none;
    transition: background 0.15s;
    }
    main.system-requirements .sr-faq-q:hover{
    background: hsla(76, 6%, 96%, 0.6);
    }
    main.system-requirements .sr-faq-q svg{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--sr-text-muted);
    transition: transform 0.2s;
    }
    main.system-requirements .sr-faq-item.is-open .sr-faq-q svg{
    transform: rotate(180deg);
    }
    main.system-requirements .sr-faq-a{
    display: none;
    padding: 0 20px 18px;
    font-size: 14px;
    color: var(--sr-text-muted);
    line-height: 1.65;
    }
    main.system-requirements .sr-faq-item.is-open .sr-faq-a{
    display: block;
    }
    main.system-requirements .sr-cta-bar{
    background: linear-gradient(135deg, hsl(76, 10%, 12%) 0%, hsl(170, 15%, 18%) 100%);
    padding: 48px 0;
    text-align: center; color: #ffffff;}
    main.system-requirements .sr-cta-bar h2{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
    }
    main.system-requirements .sr-cta-bar p{
    color: hsla(0, 0%, 100%, 0.65);
    font-size: 14px;
    margin: 0 0 24px;
    }
    main.system-requirements .sr-cta-actions{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    }
    main.system-requirements .sr-note-box{
    background: hsla(170, 52%, 59%, 0.08);
    border: 1px solid hsla(170, 52%, 59%, 0.2);
    border-radius: var(--sr-radius);
    padding: 16px 20px;
    margin-top: 32px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    color: var(--sr-text-muted);
    line-height: 1.6;
    }
    main.system-requirements .sr-note-box svg{
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--sr-secondary-dark);
    margin-top: 1px;
    }
    main.system-requirements .sr-update-tag{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--sr-text-muted);
    background: hsla(76, 6%, 50%, 0.08);
    padding: 3px 8px;
    border-radius: 4px;
    margin-top: 12px;
    }
    main.system-requirements .sr-footer{
    background: hsl(76, 10%, 8%);
    padding: 40px 0;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 13px;
    }
    main.system-requirements .sr-footer-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
    main.system-requirements .sr-footer-brand{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    }
    main.system-requirements .sr-footer-links{
    display: flex;
    gap: 24px;
    }
    main.system-requirements .sr-footer-links a{
    color: hsla(0, 0%, 100%, 0.5);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.15s;
    }
    main.system-requirements .sr-footer-links a:hover{
    color: var(--sr-primary);
    }
    main.system-requirements .sr-footer-copy{
    width: 100%;
    text-align: center;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.08);
    }
    @media (max-width: 900px) {main.system-requirements .husk{
    grid-template-columns: 1fr;
    gap: 32px;
    }
    main.system-requirements .lyric{
    max-width: 480px;
    }
    main.system-requirements .ivory{
    grid-template-columns: repeat(2, 1fr);
    }
    main.system-requirements .whirl{
    grid-template-columns: 1fr;
    }
    main.system-requirements .sr-mobile-section{
    grid-template-columns: 1fr;
    }
    main.system-requirements .sr-rec-grid{
    grid-template-columns: 1fr;
    }}
    @media (max-width: 600px) {main.system-requirements .blaze{
    padding: 56px 0 48px;
    }
    main.system-requirements .blaze h1{
    font-size: 26px;
    }
    main.system-requirements .ivory{
    grid-template-columns: 1fr 1fr;
    }
    main.system-requirements .cloak{
    padding: 48px 0;
    }
    main.system-requirements .jade h2{
    font-size: 22px;
    }
    main.system-requirements .sr-footer-inner{
    flex-direction: column;
    text-align: center;
    }
    main.system-requirements .sr-footer-links{
    justify-content: center;
    }}
    main.system-requirements .haze{
    background: hsl(76, 8%, 10%);
    color: hsl(76, 6%, 72%);
    padding: 56px 24px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
    }
    main.system-requirements .glyph{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    display: flex;
    gap: 48px;
    padding-bottom: 48px;
    }
    main.system-requirements .rune{
    flex: 1.4;
    min-width: 0;
    }
    main.system-requirements .grove{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    }
    main.system-requirements .inlet{
    flex: 0 0 20px;
    display: block;
    }
    main.system-requirements .delta{
    font-size: 15px;
    font-weight: 600;
    color: hsl(76, 6%, 94%);
    letter-spacing: -0.01em;
    flex: 1;
    }
    main.system-requirements .mirth{
    margin: 0;
    font-size: 13px;
    color: hsl(76, 4%, 52%);
    line-height: 1.65;
    max-width: 260px;
    }
    main.system-requirements .epoch{
    flex: 1;
    min-width: 0;
    }
    main.system-requirements .brisk{
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: hsl(76, 6%, 56%);
    }
    main.system-requirements .xeno{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }
    main.system-requirements .talon{
    margin: 0;
    padding: 0;
    }
    main.system-requirements .pulse{
    color: hsl(76, 4%, 68%);
    text-decoration: none;
    font-size: 13.5px;
    transition: color 0.15s ease;
    display: inline-block;
    }
    main.system-requirements .pulse:hover{
    color: var(--primary-color, hsl(76, 65%, 42%));
    }
    main.system-requirements .quest{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    height: 1px;
    background: hsl(76, 4%, 18%); color: #ffffff;}
    main.system-requirements .dusk{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 16px;
    }
    main.system-requirements .drift{
    font-size: 12.5px;
    color: hsl(76, 4%, 44%);
    flex: 0 0 auto;
    }
    main.system-requirements .trace{
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    }
    main.system-requirements .lumen{
    font-size: 12.5px;
    color: hsl(76, 4%, 52%);
    text-decoration: none;
    transition: color 0.15s ease;
    }
    main.system-requirements .lumen:hover{
    color: var(--secondary-color, hsl(170, 52%, 42%));
    }
    main.system-requirements .fable{
    color: hsl(76, 4%, 28%);
    font-size: 12px;
    flex: 0 0 auto;
    }
    @media (max-width: 768px) {main.system-requirements .haze{
    padding: 40px 20px 0;
    }
    main.system-requirements .glyph{
    flex-wrap: wrap;
    gap: 32px 24px;
    }
    main.system-requirements .rune{
    flex: 1 1 100%;
    }
    main.system-requirements .epoch{
    flex: 1 1 calc(33.333% - 16px);
    min-width: 120px;
    }
    main.system-requirements .dusk{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 0;
    }
    main.system-requirements .trace{
    flex-wrap: wrap;
    }}
    @media (max-width: 480px) {main.system-requirements .epoch{
    flex: 1 1 100%;
    }
    main.system-requirements .glyph{
    gap: 28px;
    }}
    main img.sbv2-ai-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
    main img.sbv2-ai-image.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main img.sbv2-ai-image.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main img.sbv2-ai-image.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main img.sbv2-ai-image.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame {
    overflow: hidden;
    }
    main .sbv2-media-frame.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main .sbv2-media-frame.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main .sbv2-media-frame.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main .sbv2-media-frame.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame > img.sbv2-ai-image,
    main .sbv2-media-frame > picture > img.sbv2-ai-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

    *,
    *::before,
    *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body {
    padding-top: var(--nav-height);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
    
    .quilted {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: rgba(244, 244, 243, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--nav-border);
    transition: var(--transition);
    }
    .nav--scrolled {
    box-shadow: var(--shadow-sm);
    border-bottom-color: rgba(0, 0, 0, 0.06);
    }
    .crumble {
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
    
    .pixDust {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 32px;
    text-decoration: none;
    }
    .sable_root {
    display: block;
    flex-shrink: 0;
    }
    .ratchet {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.3px;
    line-height: 1;
    }
    
    .bravado {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2px;
    flex: 1;
    min-width: 0;
    }
    .crevice {
    flex-shrink: 0;
    }
    .duskLine {
    display: block;
    padding: 6px 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    line-height: 1.4;
    }
    .duskLine:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    
    .wispCurl {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    }
    .plinth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    line-height: 1.4;
    }
    .plinth:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    }
    .plinth:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    }
    .vortex_9 {
    flex-shrink: 0;
    }
    
    .junco {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    margin-left: auto;
    transition: var(--transition);
    }
    .junco:hover {
    background: rgba(0, 0, 0, 0.04); color: #ffffff;}
    .torque {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--text-color);
    border-radius: 1px;
    transition: var(--transition);
    }
    
    .glimmer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s ease; color: #ffffff;}
    .glimmer.is-visible {
    display: block;
    opacity: 1;
    }
    
    .zephyr {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    width: 280px;
    max-width: 85vw;
    background: var(--bg-color);
    border-left: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    overflow-y: auto;
    }
    .zephyr.is-open {
    transform: translateX(0);
    }
    .basalt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
    }
    .oaken {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    color: var(--text-muted);
    transition: var(--transition);
    }
    .oaken:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #ffffff;
    }
    .smelt {
    list-style: none;
    padding: 8px 12px;
    }
    .ember3 {
    display: block;
    padding: 10px 12px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
    .ember3:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    .pavo {
    padding: 12px 20px;
    margin-top: auto;
    border-top: 1px solid var(--border-color);
    }
    .fn8x {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: var(--transition);
    }
    .fn8x:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    }
    
    @media (max-width: 860px) {.bravado,
    .wispCurl {
    display: none;
    }
    .junco {
    display: flex;
    }
    .zephyr {
    display: flex;
    }}
    @media (max-width: 380px) {.crumble {
    padding: 0 16px;
    }}
    .duskLine.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    .ember3.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    main.getting-started *{ box-sizing: border-box; margin: 0; padding: 0; }
    main.getting-started .morph{
    background: linear-gradient(168deg, hsl(76, 6%, 96%) 0%, hsl(170, 20%, 92%) 50%, hsl(76, 20%, 90%) 100%);
    padding: 80px 24px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
    }
    main.getting-started .morph::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(76, 65%, 59%, 0.12) 0%, transparent 70%);
    pointer-events: none;
    }
    main.getting-started .morph::after{
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, hsla(170, 52%, 59%, 0.1) 0%, transparent 70%);
    pointer-events: none;
    }
    main.getting-started .morph h1{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--gs-text);
    line-height: 1.3;
    max-width: 720px;
    margin: 0 auto 16px;
    letter-spacing: -0.02em;
    }
    main.getting-started .ember{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.05rem;
    color: var(--gs-text-muted);
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.6;
    }
    main.getting-started .kite{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gs-surface);
    border: 1px solid var(--gs-border);
    padding: 8px 18px;
    font-size: 0.82rem;
    color: var(--gs-text-muted);
    font-family: "SF Mono", "Fira Code", monospace;
    }
    main.getting-started .kite span{
    color: var(--gs-secondary-dark);
    font-weight: 600;
    }
    main.getting-started .oxide{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
    }
    main.getting-started .phantom{
    padding: 64px 0;
    }
    main.getting-started .ridge{
    background: var(--gs-bg-alt);
    }
    main.getting-started .thorn{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gs-text);
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    }
    main.getting-started .aurora{
    font-size: 0.95rem;
    color: var(--gs-text-muted);
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 640px;
    }
    
    main.getting-started .rumble{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    }
    main.getting-started .velvet{
    background: var(--gs-surface);
    border: 1px solid var(--gs-border);
    padding: 28px 24px;
    position: relative;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    }
    main.getting-started .velvet:hover{
    box-shadow: 0 4px 20px hsla(76, 10%, 8%, 0.06);
    border-color: hsla(170, 52%, 59%, 0.4);
    }
    main.getting-started .obsidian{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--gs-primary);
    color: var(--gs-text);
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 16px;
    font-family: "SF Mono", monospace;
    }
    main.getting-started .velvet h3{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--gs-text);
    margin-bottom: 10px;
    }
    main.getting-started .velvet p{
    font-size: 0.9rem;
    color: var(--gs-text-muted);
    line-height: 1.65;
    }
    main.getting-started .velvet code{
    background: var(--gs-bg-alt);
    padding: 2px 6px;
    font-size: 0.82rem;
    font-family: "SF Mono", "Fira Code", monospace;
    color: var(--gs-secondary-dark);
    border: 1px solid var(--gs-border);
    }
    
    main.getting-started .wisp{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    }
    main.getting-started .forge{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid var(--gs-border);
    }
    main.getting-started .cipher h2{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gs-text);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
    }
    main.getting-started .cipher p{
    font-size: 0.92rem;
    color: var(--gs-text-muted);
    line-height: 1.7;
    margin-bottom: 12px;
    }
    main.getting-started .glyph{
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    }
    main.getting-started .glyph li{
    font-size: 0.9rem;
    color: var(--gs-text);
    padding: 8px 0;
    border-bottom: 1px solid var(--gs-border);
    display: flex;
    align-items: center;
    gap: 10px;
    }
    main.getting-started .glyph li:last-child{
    border-bottom: none;
    }
    main.getting-started .glyph li svg{
    flex-shrink: 0;
    color: var(--gs-secondary-dark);
    }
    
    main.getting-started .prism{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }
    main.getting-started .spark{
    background: var(--gs-surface);
    border: 1px solid var(--gs-border);
    padding: 24px;
    text-align: center;
    transition: box-shadow 0.2s ease;
    }
    main.getting-started .spark:hover{
    box-shadow: 0 4px 16px hsla(76, 10%, 8%, 0.06);
    }
    main.getting-started .pivot{
    width: 44px;
    height: 44px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(170, 52%, 59%, 0.1);
    border: 1px solid hsla(170, 52%, 59%, 0.2);
    }
    main.getting-started .pivot svg{
    color: var(--gs-secondary-dark);
    }
    main.getting-started .spark h3{
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gs-text);
    margin-bottom: 8px;
    }
    main.getting-started .spark p{
    font-size: 0.84rem;
    color: var(--gs-text-muted);
    line-height: 1.6;
    }
    
    main.getting-started .strata{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
    }
    main.getting-started .nimbus{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid var(--gs-border);
    }
    main.getting-started .drift{
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    }
    main.getting-started .drift thead th{
    text-align: left;
    font-weight: 600;
    color: var(--gs-text);
    padding: 10px 12px;
    border-bottom: 2px solid var(--gs-text);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    }
    main.getting-started .drift tbody td{
    padding: 10px 12px;
    border-bottom: 1px solid var(--gs-border);
    color: var(--gs-text-muted);
    }
    main.getting-started .drift tbody tr:hover{
    background: hsla(76, 6%, 92%, 0.5);
    }
    main.getting-started .drift kbd{
    display: inline-block;
    background: var(--gs-code-bg);
    color: var(--gs-code-text);
    padding: 2px 8px;
    font-size: 0.78rem;
    font-family: "SF Mono", "Fira Code", monospace;
    border: 1px solid hsl(220, 14%, 24%);
    line-height: 1.6;
    }
    main.getting-started .grove{
    margin-top: 16px;
    font-size: 0.82rem;
    color: var(--gs-text-muted);
    line-height: 1.6;
    }
    
    main.getting-started .gs-security{
    position: relative;
    overflow: hidden;
    }
    main.getting-started .notch{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    }
    main.getting-started .bloom h2{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gs-text);
    margin-bottom: 12px;
    }
    main.getting-started .bloom p{
    font-size: 0.92rem;
    color: var(--gs-text-muted);
    line-height: 1.7;
    margin-bottom: 12px;
    }
    main.getting-started .flux{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid var(--gs-border);
    }
    
    main.getting-started .orbit{
    text-align: center;
    padding: 64px 24px;
    background: linear-gradient(168deg, hsl(76, 12%, 94%) 0%, hsl(170, 16%, 92%) 100%);
    }
    main.getting-started .orbit h2{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gs-text);
    margin-bottom: 12px;
    }
    main.getting-started .orbit p{
    font-size: 0.92rem;
    color: var(--gs-text-muted);
    margin-bottom: 28px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    }
    main.getting-started .fable{
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    }
    main.getting-started .relic{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gs-primary-dark);
    color: #fff;
    padding: 12px 28px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px hsla(76, 55%, 42%, 0.3);
    }
    main.getting-started .relic:hover{
    background: hsl(76, 55%, 36%);
    box-shadow: 0 4px 16px hsla(76, 55%, 42%, 0.4);
    }
    main.getting-started .quartz{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gs-surface);
    color: var(--gs-text);
    padding: 12px 28px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--gs-border);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }
    main.getting-started .quartz:hover{
    border-color: var(--gs-secondary);
    box-shadow: 0 2px 8px hsla(170, 52%, 59%, 0.15);
    }
    
    main.getting-started .gs-footer{
    background: var(--gs-code-bg);
    color: hsl(76, 6%, 70%);
    padding: 40px 24px;
    }
    main.getting-started .gs-footer-inner{
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    }
    main.getting-started .gs-footer-brand{
    font-size: 1rem;
    font-weight: 600;
    color: hsl(76, 6%, 88%);
    margin-bottom: 6px;
    }
    main.getting-started .gs-footer-copy{
    font-size: 0.8rem;
    color: hsl(76, 6%, 55%);
    }
    main.getting-started .gs-footer-links{
    display: flex;
    gap: 20px;
    list-style: none;
    }
    main.getting-started .gs-footer-links a{
    font-size: 0.82rem;
    color: hsl(76, 6%, 60%);
    text-decoration: none;
    transition: color 0.2s ease;
    }
    main.getting-started .gs-footer-links a:hover{
    color: var(--gs-secondary);
    }
    
    @media (max-width: 768px) {main.getting-started .morph{ padding: 56px 20px 48px; }
    main.getting-started .phantom{ padding: 48px 0; }
    main.getting-started .wisp, main.getting-started .notch, main.getting-started .strata{ grid-template-columns: 1fr; }
    main.getting-started .prism{ grid-template-columns: 1fr; }
    main.getting-started .rumble{ grid-template-columns: 1fr; }
    main.getting-started .gs-footer-inner{
    grid-template-columns: 1fr;
    text-align: center;
    }
    main.getting-started .gs-footer-links{ justify-content: center; }
    main.getting-started .strata .nimbus{ order: -1; }}
    main.getting-started .beacon{
    background: hsl(76, 10%, 8%);
    color: hsl(76, 6%, 72%);
    padding: 56px 24px 0 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    }
    main.getting-started .mosaic{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    display: flex;
    gap: 48px;
    padding-bottom: 48px;
    }
    main.getting-started .crest{
    flex: 1.4;
    min-width: 200px;
    }
    main.getting-started .jolt{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    }
    main.getting-started .pulse{
    flex: 0 0 20px;
    display: block;
    }
    main.getting-started .vortex{
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: hsl(76, 6%, 96%);
    letter-spacing: -0.01em;
    }
    main.getting-started .shard{
    color: hsl(76, 6%, 52%);
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    max-width: 260px;
    }
    main.getting-started .zenith{
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }
    main.getting-started .vault{
    font-size: 12px;
    font-weight: 600;
    color: hsl(76, 6%, 96%);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 4px 0;
    }
    main.getting-started .glacier{
    color: hsl(76, 6%, 52%);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.15s ease;
    display: inline-block;
    width: fit-content;
    }
    main.getting-started .glacier:hover{
    color: var(--primary-color, hsl(76, 65%, 42%));
    }
    main.getting-started .haze{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    height: 1px;
    background: hsla(76, 6%, 96%, 0.08);
    }
    main.getting-started .ignite{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 16px;
    flex-wrap: wrap;
    }
    main.getting-started .plume{
    flex: 0 0 auto;
    font-size: 12px;
    color: hsl(76, 6%, 40%);
    }
    main.getting-started .latch{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    }
    main.getting-started .cobalt{
    color: hsl(76, 6%, 48%);
    text-decoration: none;
    font-size: 12px;
    transition: color 0.15s ease;
    }
    main.getting-started .cobalt:hover{
    color: var(--secondary-color, hsl(170, 52%, 42%));
    }
    main.getting-started .nexus{
    color: hsl(76, 6%, 30%);
    font-size: 12px;
    flex: 0 0 auto;
    user-select: none;
    }
    @media (max-width: 768px) {main.getting-started .beacon{
    padding: 40px 20px 0 20px;
    }
    main.getting-started .mosaic{
    flex-wrap: wrap;
    gap: 32px;
    padding-bottom: 36px;
    }
    main.getting-started .crest{
    flex: 1 1 100%;
    min-width: 100%;
    }
    main.getting-started .zenith{
    flex: 1 1 calc(50% - 16px);
    min-width: 130px;
    }
    main.getting-started .ignite{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 0;
    }
    main.getting-started .latch{
    gap: 6px;
    }}
    main img.sbv2-ai-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
    main img.sbv2-ai-image.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main img.sbv2-ai-image.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main img.sbv2-ai-image.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main img.sbv2-ai-image.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame {
    overflow: hidden;
    }
    main .sbv2-media-frame.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main .sbv2-media-frame.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main .sbv2-media-frame.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main .sbv2-media-frame.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame > img.sbv2-ai-image,
    main .sbv2-media-frame > picture > img.sbv2-ai-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

    *,
    *::before,
    *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body {
    padding-top: var(--nav-height);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
    
    .quilted {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: rgba(244, 244, 243, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--nav-border);
    transition: var(--transition);
    }
    .nav--scrolled {
    box-shadow: var(--shadow-sm);
    border-bottom-color: rgba(0, 0, 0, 0.06);
    }
    .crumble {
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
    
    .pixDust {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 32px;
    text-decoration: none;
    }
    .sable_root {
    display: block;
    flex-shrink: 0;
    }
    .ratchet {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.3px;
    line-height: 1;
    }
    
    .bravado {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2px;
    flex: 1;
    min-width: 0;
    }
    .crevice {
    flex-shrink: 0;
    }
    .duskLine {
    display: block;
    padding: 6px 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    line-height: 1.4;
    }
    .duskLine:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    
    .wispCurl {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    }
    .plinth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    line-height: 1.4;
    }
    .plinth:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    }
    .plinth:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    }
    .vortex_9 {
    flex-shrink: 0;
    }
    
    .junco {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    margin-left: auto;
    transition: var(--transition);
    }
    .junco:hover {
    background: rgba(0, 0, 0, 0.04); color: #ffffff;}
    .torque {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--text-color);
    border-radius: 1px;
    transition: var(--transition);
    }
    
    .glimmer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s ease; color: #ffffff;}
    .glimmer.is-visible {
    display: block;
    opacity: 1;
    }
    
    .zephyr {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    width: 280px;
    max-width: 85vw;
    background: var(--bg-color);
    border-left: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    overflow-y: auto;
    }
    .zephyr.is-open {
    transform: translateX(0);
    }
    .basalt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
    }
    .oaken {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    color: var(--text-muted);
    transition: var(--transition);
    }
    .oaken:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #ffffff;
    }
    .smelt {
    list-style: none;
    padding: 8px 12px;
    }
    .ember3 {
    display: block;
    padding: 10px 12px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
    .ember3:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    .pavo {
    padding: 12px 20px;
    margin-top: auto;
    border-top: 1px solid var(--border-color);
    }
    .fn8x {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: var(--transition);
    }
    .fn8x:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    }
    
    @media (max-width: 860px) {.bravado,
    .wispCurl {
    display: none;
    }
    .junco {
    display: flex;
    }
    .zephyr {
    display: flex;
    }}
    @media (max-width: 380px) {.crumble {
    padding: 0 16px;
    }}
    .duskLine.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    .ember3.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    main.extensions .fern{
    font-family: var(--ext-font);
    color: var(--ext-text, #1a1a1a);
    background: var(--ext-bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    }
    main.extensions .cairn{
    background: linear-gradient(160deg, hsl(76, 10%, 12%) 0%, hsl(170, 20%, 18%) 50%, hsl(76, 15%, 22%) 100%);
    color: #fff;
    padding: 80px 0 72px;
    position: relative;
    overflow: hidden;
    }
    main.extensions .cairn::before{
    content: "";
    position: absolute;
    top: -40%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, hsla(76, 65%, 59%, 0.12) 0%, transparent 70%);
    pointer-events: none;
    }
    main.extensions .cairn::after{
    content: "";
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(170, 52%, 59%, 0.1) 0%, transparent 70%);
    pointer-events: none;
    }
    main.extensions .onyx{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
    }
    main.extensions .rune{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    }
    main.extensions .cairn h1{
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
    }
    main.extensions .axiom{
    font-size: 1rem;
    line-height: 1.7;
    color: hsla(0, 0%, 100%, 0.78);
    margin: 0 0 28px;
    }
    main.extensions .dusk{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ext-primary);
    color: var(--ext-text);
    font-size: 0.925rem;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: var(--ext-radius);
    text-decoration: none;
    transition: background var(--ext-transition), box-shadow var(--ext-transition);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
    main.extensions .dusk:hover{
    background: var(--ext-primary-dark);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    }
    main.extensions .dusk svg{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    }
    main.extensions .fjord{
    border-radius: var(--ext-radius-lg);
    overflow: hidden;
    box-shadow: var(--ext-shadow-lg);
    }
    main.extensions .fjord img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/10;
    object-fit: cover;
    }
    main.extensions .brink{
    padding: 64px 0;
    }
    main.extensions .verge{
    background: var(--ext-bg-card);
    }
    main.extensions .spire{
    text-align: center;
    margin-bottom: 48px;
    }
    main.extensions .spire h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: -0.015em;
    color: var(--ext-text);
    }
    main.extensions .spire p{
    font-size: 0.95rem;
    color: var(--ext-text-muted);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
    }
    main.extensions .drape{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    }
    main.extensions .anvil{
    background: var(--ext-bg-card);
    border: 1px solid var(--ext-border);
    border-radius: var(--ext-radius-lg);
    padding: 32px 28px;
    position: relative;
    transition: box-shadow var(--ext-transition), border-color var(--ext-transition);
    }
    main.extensions .anvil:hover{
    box-shadow: var(--ext-shadow-md);
    border-color: var(--ext-secondary);
    }
    main.extensions .mantle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--ext-primary), var(--ext-secondary));
    color: var(--ext-text);
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 18px;
    }
    main.extensions .anvil h3{
    font-size: 1.05rem;
    font-weight: 650;
    margin: 0 0 10px;
    color: var(--ext-text);
    }
    main.extensions .anvil p{
    font-size: 0.88rem;
    color: var(--ext-text-muted);
    margin: 0;
    line-height: 1.7;
    }
    main.extensions .brine{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    }
    main.extensions .pylon{
    background: var(--ext-bg);
    border: 1px solid var(--ext-border);
    border-radius: var(--ext-radius-lg);
    padding: 32px;
    transition: box-shadow var(--ext-transition), border-color var(--ext-transition);
    }
    main.extensions .pylon:hover{
    box-shadow: var(--ext-shadow-md);
    border-color: var(--ext-primary);
    }
    main.extensions .knoll{
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, hsla(76, 65%, 59%, 0.15), hsla(170, 52%, 59%, 0.15));
    border-radius: var(--ext-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: var(--ext-secondary-dark);
    }
    main.extensions .knoll svg{
    width: 22px;
    height: 22px;
    }
    main.extensions .pylon h3{
    font-size: 1.05rem;
    font-weight: 650;
    margin: 0 0 10px;
    }
    main.extensions .pylon p{
    font-size: 0.88rem;
    color: var(--ext-text-muted);
    margin: 0;
    line-height: 1.7;
    }
    main.extensions .pylon code{
    background: var(--ext-code-bg);
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 0.82rem;
    font-family: "SF Mono", "Fira Code", monospace;
    color: var(--ext-text);
    }
    main.extensions .ext-permissions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    }
    main.extensions .ext-permissions-img{
    border-radius: var(--ext-radius-lg);
    overflow: hidden;
    box-shadow: var(--ext-shadow-md);
    border: 1px solid var(--ext-border);
    }
    main.extensions .ext-permissions-img img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/10;
    object-fit: cover;
    }
    main.extensions .ext-permissions-content h2{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 16px;
    letter-spacing: -0.015em;
    }
    main.extensions .ext-permissions-content > p{
    font-size: 0.92rem;
    color: var(--ext-text-muted);
    margin: 0 0 24px;
    line-height: 1.7;
    }
    main.extensions .ext-perm-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    }
    main.extensions .ext-perm-list li{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--ext-text);
    }
    main.extensions .ext-perm-check{
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: hsla(170, 52%, 59%, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    color: var(--ext-secondary-dark);
    }
    main.extensions .ext-perm-check svg{
    width: 12px;
    height: 12px;
    }
    main.extensions .ext-faq{
    max-width: 760px;
    margin: 0 auto;
    }
    main.extensions .ext-faq-item{
    border: 1px solid var(--ext-border);
    border-radius: var(--ext-radius);
    margin-bottom: 12px;
    background: var(--ext-bg-card);
    overflow: hidden;
    transition: border-color var(--ext-transition);
    }
    main.extensions .ext-faq-item:hover{
    border-color: var(--ext-secondary);
    }
    main.extensions .ext-faq-q{
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ext-text);
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: inherit;
    line-height: 1.5;
    }
    main.extensions .ext-faq-q:hover{
    background: hsla(76, 6%, 96%, 0.6);
    }
    main.extensions .ext-faq-q svg{
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--ext-text-muted);
    transition: transform 0.25s ease;
    }
    main.extensions .ext-faq-item.is-open .ext-faq-q svg{
    transform: rotate(180deg);
    }
    main.extensions .ext-faq-a{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    }
    main.extensions .ext-faq-item.is-open .ext-faq-a{
    max-height: 300px;
    }
    main.extensions .ext-faq-a-inner{
    padding: 0 24px 20px;
    font-size: 0.88rem;
    color: var(--ext-text-muted);
    line-height: 1.75;
    }
    main.extensions .ext-cta-banner{
    background: linear-gradient(135deg, hsl(76, 10%, 14%), hsl(170, 18%, 20%));
    color: #fff;
    padding: 56px 0;
    text-align: center;
    }
    main.extensions .ext-cta-banner h2{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 12px;
    }
    main.extensions .ext-cta-banner p{
    font-size: 0.92rem;
    color: hsla(0,0%,100%,0.72);
    margin: 0 0 28px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    }
    main.extensions .ext-cta-actions{
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    }
    main.extensions .ext-btn-primary{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ext-primary);
    color: var(--ext-text);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: var(--ext-radius);
    text-decoration: none;
    transition: background var(--ext-transition), box-shadow var(--ext-transition);
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    }
    main.extensions .ext-btn-primary:hover{
    background: var(--ext-primary-dark);
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    }
    main.extensions .ext-btn-outline{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: var(--ext-radius);
    text-decoration: none;
    border: 1.5px solid hsla(0,0%,100%,0.3);
    transition: border-color var(--ext-transition), background var(--ext-transition);
    }
    main.extensions .ext-btn-outline:hover{
    border-color: var(--ext-secondary);
    background: hsla(170, 52%, 59%, 0.08);
    }
    main.extensions .ext-footer{
    background: hsl(76, 8%, 10%);
    color: hsla(0,0%,100%,0.6);
    padding: 40px 0;
    }
    main.extensions .ext-footer-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    }
    main.extensions .ext-footer-brand{
    font-size: 0.95rem;
    font-weight: 600;
    color: hsla(0,0%,100%,0.85);
    }
    main.extensions .ext-footer-copy{
    font-size: 0.82rem;
    color: hsla(0,0%,100%,0.45);
    }
    main.extensions .ext-footer-links{
    display: flex;
    gap: 24px;
    }
    main.extensions .ext-footer-links a{
    font-size: 0.82rem;
    color: hsla(0,0%,100%,0.5);
    text-decoration: none;
    transition: color var(--ext-transition);
    }
    main.extensions .ext-footer-links a:hover{
    color: var(--ext-secondary);
    }
    main.extensions .ext-inline-link{
    color: var(--ext-secondary-dark);
    text-decoration: underline;
    text-decoration-color: hsla(170, 52%, 59%, 0.35);
    text-underline-offset: 3px;
    transition: color var(--ext-transition), text-decoration-color var(--ext-transition);
    }
    main.extensions .ext-inline-link:hover{
    color: var(--ext-text);
    text-decoration-color: var(--ext-secondary);
    }
    main.extensions .epoch{
    display: inline-block;
    background: hsla(170, 52%, 59%, 0.12);
    color: var(--ext-secondary-dark);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
    }
    @media (max-width: 860px) {main.extensions .rune{
    grid-template-columns: 1fr;
    gap: 36px;
    }
    main.extensions .cairn{
    padding: 56px 0 48px;
    }
    main.extensions .cairn h1{
    font-size: 1.7rem;
    }
    main.extensions .drape{
    grid-template-columns: 1fr;
    }
    main.extensions .brine{
    grid-template-columns: 1fr;
    }
    main.extensions .ext-permissions{
    grid-template-columns: 1fr;
    }
    main.extensions .ext-permissions-img{
    order: -1;
    }}
    @media (max-width: 540px) {main.extensions .onyx{
    padding: 0 16px;
    }
    main.extensions .brink{
    padding: 44px 0;
    }
    main.extensions .cairn h1{
    font-size: 1.45rem;
    }
    main.extensions .spire h2{
    font-size: 1.3rem;
    }
    main.extensions .ext-footer-inner{
    flex-direction: column;
    text-align: center;
    }}
    main.extensions .talon{
    background: hsl(76, 8%, 12%);
    color: hsl(76, 6%, 72%);
    padding: 48px 24px 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    border-top: 1px solid hsl(76, 6%, 18%);
    }
    main.extensions .coral{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    width: 100%;
    }
    main.extensions .lumen{
    display: flex;
    gap: 48px;
    align-items: flex-start;
    }
    main.extensions .flint{
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: hsl(76, 6%, 92%);
    }
    main.extensions .sigil{
    flex: 0 0 20px;
    color: var(--primary-color, hsl(76, 65%, 42%));
    }
    main.extensions .opal{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.01em;
    flex: 1 1 auto;
    }
    main.extensions .slate{
    flex: 1 1 auto;
    display: flex;
    gap: 40px;
    }
    main.extensions .quill{
    flex: 1 1 0;
    min-width: 0;
    }
    main.extensions .lucid{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: hsl(76, 6%, 50%);
    margin: 0 0 14px;
    }
    main.extensions .grain{
    list-style: none;
    margin: 0;
    padding: 0;
    }
    main.extensions .jade{
    margin: 0 0 8px;
    }
    main.extensions .delta{
    color: hsl(76, 6%, 72%);
    text-decoration: none;
    transition: color 0.15s ease;
    font-size: 13px;
    }
    main.extensions .delta:hover{
    color: var(--primary-color, hsl(76, 65%, 42%));
    }
    main.extensions .alcove{
    height: 1px;
    background: hsl(76, 6%, 18%);
    margin: 36px 0 20px; color: #ffffff;}
    main.extensions .helix{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    }
    main.extensions .mirth{
    margin: 0;
    font-size: 12px;
    color: hsl(76, 6%, 44%);
    flex: 0 1 auto;
    }
    main.extensions .ivory{
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 1 auto;
    }
    main.extensions .crux{
    color: hsl(76, 6%, 56%);
    text-decoration: none;
    font-size: 12px;
    transition: color 0.15s ease;
    }
    main.extensions .crux:hover{
    color: var(--primary-color, hsl(76, 65%, 42%));
    }
    main.extensions .rift{
    color: hsl(76, 6%, 30%);
    font-size: 12px;
    user-select: none;
    }
    @media (max-width: 768px) {main.extensions .talon{
    padding: 36px 20px 28px;
    }
    main.extensions .lumen{
    flex-direction: column;
    gap: 32px;
    }
    main.extensions .flint{
    flex: 0 0 auto;
    }
    main.extensions .slate{
    flex-wrap: wrap;
    gap: 28px 32px;
    }
    main.extensions .quill{
    flex: 0 0 calc(50% - 16px);
    }
    main.extensions .helix{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    }}
    @media (max-width: 480px) {main.extensions .slate{
    flex-direction: column;
    gap: 24px;
    }
    main.extensions .quill{
    flex: 0 0 auto;
    }}
    main img.sbv2-ai-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
    main img.sbv2-ai-image.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main img.sbv2-ai-image.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main img.sbv2-ai-image.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main img.sbv2-ai-image.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame {
    overflow: hidden;
    }
    main .sbv2-media-frame.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main .sbv2-media-frame.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main .sbv2-media-frame.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main .sbv2-media-frame.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame > img.sbv2-ai-image,
    main .sbv2-media-frame > picture > img.sbv2-ai-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

    *,
    *::before,
    *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body {
    padding-top: var(--nav-height);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
    
    .quilted {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--nav-height);
    background: rgba(244, 244, 243, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--nav-border);
    transition: var(--transition);
    }
    .nav--scrolled {
    box-shadow: var(--shadow-sm);
    border-bottom-color: rgba(0, 0, 0, 0.06);
    }
    .crumble {
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
    
    .pixDust {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 32px;
    text-decoration: none;
    }
    .sable_root {
    display: block;
    flex-shrink: 0;
    }
    .ratchet {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.3px;
    line-height: 1;
    }
    
    .bravado {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2px;
    flex: 1;
    min-width: 0;
    }
    .crevice {
    flex-shrink: 0;
    }
    .duskLine {
    display: block;
    padding: 6px 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    line-height: 1.4;
    }
    .duskLine:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    
    .wispCurl {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    }
    .plinth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    line-height: 1.4;
    }
    .plinth:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    }
    .plinth:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    }
    .vortex_9 {
    flex-shrink: 0;
    }
    
    .junco {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    margin-left: auto;
    transition: var(--transition);
    }
    .junco:hover {
    background: rgba(0, 0, 0, 0.04); color: #ffffff;}
    .torque {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--text-color);
    border-radius: 1px;
    transition: var(--transition);
    }
    
    .glimmer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.25s ease; color: #ffffff;}
    .glimmer.is-visible {
    display: block;
    opacity: 1;
    }
    
    .zephyr {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    width: 280px;
    max-width: 85vw;
    background: var(--bg-color);
    border-left: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    overflow-y: auto;
    }
    .zephyr.is-open {
    transform: translateX(0);
    }
    .basalt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
    }
    .oaken {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    color: var(--text-muted);
    transition: var(--transition);
    }
    .oaken:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #ffffff;
    }
    .smelt {
    list-style: none;
    padding: 8px 12px;
    }
    .ember3 {
    display: block;
    padding: 10px 12px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
    .ember3:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.04);
    }
    .pavo {
    padding: 12px 20px;
    margin-top: auto;
    border-top: 1px solid var(--border-color);
    }
    .fn8x {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: var(--transition);
    }
    .fn8x:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    }
    
    @media (max-width: 860px) {.bravado,
    .wispCurl {
    display: none;
    }
    .junco {
    display: flex;
    }
    .zephyr {
    display: flex;
    }}
    @media (max-width: 380px) {.crumble {
    padding: 0 16px;
    }}
    .duskLine.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    .ember3.active {color: #ffffff; background: rgba(0, 0, 0, 0.04);}
    main.update-log *{ margin: 0; padding: 0; box-sizing: border-box; }
    main.update-log .phantom{
    background: linear-gradient(168deg, hsl(76, 10%, 12%) 0%, hsl(170, 18%, 18%) 100%);
    padding: 80px 24px 64px;
    position: relative;
    overflow: hidden; color: #ffffff;}
    main.update-log .phantom::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(76, 65%, 59%, 0.12) 0%, transparent 70%);
    pointer-events: none;
    }
    main.update-log .phantom::after{
    content: "";
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, hsla(170, 52%, 59%, 0.1) 0%, transparent 70%);
    pointer-events: none;
    }
    main.update-log .nova{
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    }
    main.update-log .pulse{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--cl-primary);
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .pulse svg{
    width: 16px;
    height: 16px;
    }
    main.update-log .phantom h1{
    font-size: clamp(28px, 4.5vw, 44px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    letter-spacing: -0.5px;
    }
    main.update-log .ionic{
    font-size: 16px;
    line-height: 1.7;
    color: hsla(0, 0%, 100%, 0.65);
    max-width: 680px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .shard{
    display: flex;
    gap: 24px;
    margin-top: 28px;
    flex-wrap: wrap;
    }
    main.update-log .haze{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: hsla(0, 0%, 100%, 0.5);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .haze svg{
    width: 15px;
    height: 15px;
    opacity: 0.6;
    }
    main.update-log .haze strong{
    color: hsla(0, 0%, 100%, 0.8);
    font-weight: 600;
    }
    main.update-log .flux{
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 24px 80px;
    }
    main.update-log .obsidian{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    }
    main.update-log .trove{
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid var(--cl-border);
    background: var(--cl-surface);
    color: var(--cl-muted);
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: all 0.15s ease;
    }
    main.update-log .trove:hover{
    border-color: var(--cl-primary-dark);
    color: var(--cl-text);
    }
    main.update-log .trove.velvet{
    background: var(--cl-text);
    color: #fff;
    border-color: var(--cl-text);
    }
    main.update-log .glyph{
    position: relative;
    padding-left: 32px;
    }
    main.update-log .glyph::before{
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 0;
    width: 2px;
    background: var(--cl-timeline);
    }
    main.update-log .mosaic{
    position: relative;
    margin-bottom: 48px;
    }
    main.update-log .mosaic:last-child{
    margin-bottom: 0;
    }
    main.update-log .rift{
    position: absolute;
    left: -32px;
    top: 6px;
    width: 16px;
    height: 16px;
    border: 3px solid var(--cl-secondary);
    background: var(--cl-bg);
    z-index: 1;
    }
    main.update-log .mosaic.onyx .rift{
    background: var(--cl-primary);
    border-color: var(--cl-primary);
    box-shadow: 0 0 0 4px hsla(76, 65%, 59%, 0.2);
    }
    main.update-log .quartz{
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 6px;
    flex-wrap: wrap;
    }
    main.update-log .relic{
    font-size: 22px;
    font-weight: 700;
    color: var(--cl-text);
    font-family: "SF Mono", "Fira Code", "Consolas", monospace;
    letter-spacing: -0.3px;
    }
    main.update-log .umbra{
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 2px 8px;
    background: var(--cl-primary);
    color: var(--cl-text);
    }
    main.update-log .jade{
    font-size: 13px;
    color: var(--cl-muted);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .prism{
    display: flex;
    gap: 6px;
    margin: 8px 0 16px;
    flex-wrap: wrap;
    }
    main.update-log .vortex{
    font-size: 11px;
    padding: 2px 10px;
    background: hsl(76, 6%, 92%);
    color: var(--cl-muted);
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .bloom{
    background: var(--cl-surface);
    border: 1px solid var(--cl-border);
    overflow: hidden;
    }
    main.update-log .zenith{
    padding: 20px 24px;
    border-bottom: 1px solid hsl(76, 6%, 94%);
    }
    main.update-log .zenith:last-child{
    border-bottom: none;
    }
    main.update-log .cobalt{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .cobalt.echo{ color: var(--cl-tag-security-text); }
    main.update-log .cobalt.ember{ color: var(--cl-tag-feature-text); }
    main.update-log .cobalt.loom{ color: var(--cl-tag-api-text); }
    main.update-log .cobalt.orbit{ color: var(--cl-tag-fix-text); }
    main.update-log .cobalt svg{
    width: 15px;
    height: 15px;
    }
    main.update-log .knot{
    list-style: none;
    }
    main.update-log .drift{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.6;
    color: hsl(76, 8%, 25%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .drift::before{
    content: "";
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    margin-top: 8px;
    background: var(--cl-border);
    }
    main.update-log .glacier{
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 6px;
    margin-right: 4px;
    vertical-align: middle;
    letter-spacing: 0.3px;
    }
    main.update-log .glacier.echo{ background: var(--cl-tag-security); color: var(--cl-tag-security-text); }
    main.update-log .glacier.ember{ background: var(--cl-tag-feature); color: var(--cl-tag-feature-text); }
    main.update-log .glacier.loom{ background: var(--cl-tag-api); color: var(--cl-tag-api-text); }
    main.update-log .glacier.orbit{ background: var(--cl-tag-fix); color: var(--cl-tag-fix-text); }
    main.update-log .aurora{
    background: hsl(40, 40%, 97%);
    border-left: 3px solid hsl(40, 60%, 65%);
    padding: 14px 18px;
    margin-top: 8px;
    font-size: 13px;
    color: hsl(40, 30%, 30%);
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .aurora strong{
    font-weight: 600;
    }
    main.update-log .apex{
    margin: 48px auto 0;
    max-width: 960px;
    padding: 0 24px;
    }
    main.update-log .sable{
    position: relative;
    overflow: hidden;
    aspect-ratio: 21/9;
    border: 1px solid var(--cl-border);
    }
    main.update-log .sable img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
    main.update-log .mirth{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, hsla(76, 10%, 8%, 0.55) 100%);
    display: flex;
    align-items: flex-end;
    padding: 24px; color: #ffffff;}
    main.update-log .sage{
    font-size: 13px;
    color: hsla(0, 0%, 100%, 0.85);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .cta-strip{
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px 64px;
    }
    main.update-log .cta-strip-inner{
    background: linear-gradient(135deg, hsl(76, 10%, 12%), hsl(170, 15%, 16%));
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap; color: #ffffff;}
    main.update-log .cta-text h2{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .cta-text p{
    font-size: 14px;
    color: hsla(0, 0%, 100%, 0.6);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .cta-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: var(--cl-primary);
    color: var(--cl-text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: background 0.15s ease, transform 0.1s ease;
    flex-shrink: 0;
    }
    main.update-log .cta-btn:hover{
    background: var(--cl-primary-dark);
    color: #fff;
    transform: translateY(-1px);
    }
    main.update-log .cta-btn svg{
    width: 16px;
    height: 16px;
    }
    main.update-log .inline-link{
    color: var(--cl-primary-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    }
    main.update-log .inline-link:hover{
    color: var(--cl-text);
    }
    main.update-log .changelog-footer{
    border-top: 1px solid var(--cl-border);
    padding: 32px 24px;
    text-align: center;
    }
    main.update-log .beacon{
    max-width: 960px;
    margin: 0 auto;
    }
    main.update-log .footer-brand{
    font-size: 14px;
    font-weight: 600;
    color: var(--cl-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin-bottom: 4px;
    }
    main.update-log .footer-copy{
    font-size: 12px;
    color: var(--cl-muted);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    main.update-log .cipher{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
    flex-wrap: wrap;
    }
    main.update-log .cipher a{
    font-size: 12px;
    color: var(--cl-muted);
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: color 0.15s;
    }
    main.update-log .cipher a:hover{
    color: var(--cl-text);
    }
    @media (max-width: 640px) {main.update-log .phantom{ padding: 56px 16px 48px; }
    main.update-log .flux{ padding: 32px 16px 56px; }
    main.update-log .glyph{ padding-left: 24px; }
    main.update-log .rift{ left: -24px; width: 12px; height: 12px; border-width: 2px; }
    main.update-log .glyph::before{ left: 5px; }
    main.update-log .zenith{ padding: 16px; }
    main.update-log .cta-strip-inner{ padding: 28px 20px; flex-direction: column; text-align: center; }
    main.update-log .apex{ padding: 0 16px; }
    main.update-log .cta-strip{ padding: 0 16px 48px; }
    main.update-log .relic{ font-size: 18px; }}
    main.update-log .crest{
    width: 100%;
    background: var(--text-color, hsl(76, 10%, 8%));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0;
    }
    main.update-log .beacon{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    }
    main.update-log .fable{
    flex: 0 0 auto;
    }
    main.update-log .plume{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.01em;
    white-space: nowrap;
    }
    main.update-log .cipher{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    }
    main.update-log .nexus{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: var(--radius-sm, 4px);
    transition: var(--transition, all 0.2s ease);
    white-space: nowrap;
    }
    main.update-log .nexus:hover{
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    }
    main.update-log .helix{
    color: rgba(255, 255, 255, 0.2);
    font-size: 13px;
    user-select: none;
    }
    main.update-log .opal{
    flex: 0 0 auto;
    }
    main.update-log .crux{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-color, hsl(76, 10%, 8%));
    background: var(--primary-color, hsl(76, 65%, 42%));
    padding: 7px 18px;
    border-radius: var(--radius-sm, 4px);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: var(--transition, all 0.2s ease);
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    }
    main.update-log .crux:hover{
    filter: brightness(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    }
    @media (max-width: 680px) {main.update-log .beacon{
    flex-direction: column;
    padding: 20px 20px;
    gap: 14px;
    text-align: center;
    }
    main.update-log .fable{
    order: 2;
    }
    main.update-log .cipher{
    order: 1;
    justify-content: center;
    }
    main.update-log .opal{
    order: 0;
    }}
    main img.sbv2-ai-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
    main img.sbv2-ai-image.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main img.sbv2-ai-image.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main img.sbv2-ai-image.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main img.sbv2-ai-image.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame {
    overflow: hidden;
    }
    main .sbv2-media-frame.sbv2-ratio-16-9 { aspect-ratio: 16 / 9; }
    main .sbv2-media-frame.sbv2-ratio-16-10 { aspect-ratio: 16 / 10; }
    main .sbv2-media-frame.sbv2-ratio-4-3 { aspect-ratio: 4 / 3; }
    main .sbv2-media-frame.sbv2-ratio-1-1 { aspect-ratio: 1 / 1; }
    main .sbv2-media-frame > img.sbv2-ai-image,
    main .sbv2-media-frame > picture > img.sbv2-ai-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

.cc-sec-area.active,
.cc-sec-area.cc-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}