.btn[data-astro-cid-gxyven5a]{display:inline-flex;align-items:center;gap:8px;font-family:Satoshi,sans-serif;font-size:.88rem;font-weight:600;padding:10px 22px;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:all var(--duration-fast) var(--ease-organic)}.btn-primary[data-astro-cid-gxyven5a]{background:linear-gradient(135deg,var(--state-focus) 0%,var(--state-deep-focus) 100%);color:#fff;box-shadow:0 4px 14px #0065e740}.btn-primary[data-astro-cid-gxyven5a]:hover{background:linear-gradient(135deg,#0052b8,#6420a3);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0065e759}.btn[data-astro-cid-gxyven5a] .arr[data-astro-cid-gxyven5a]{font-family:General Sans,sans-serif;font-size:1rem;line-height:1}.mono[data-astro-cid-gxyven5a]{font-family:JetBrains Mono,SF Mono,monospace}.qualia-statusbar[data-astro-cid-gxyven5a]{position:relative;z-index:9;padding:10px 0;background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);margin-top:var(--nav-height)}.statusbar-inner[data-astro-cid-gxyven5a]{display:flex;justify-content:space-between;align-items:center;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary)}.statusbar-mark[data-astro-cid-gxyven5a]{display:flex;align-items:center;gap:10px;color:var(--text-primary);font-weight:500}.statusbar-mark[data-astro-cid-gxyven5a] .dot[data-astro-cid-gxyven5a]{width:7px;height:7px;border-radius:50%;background:var(--state-focus);box-shadow:0 0 10px #0065e799;animation:q-pulse 2.4s ease-in-out infinite}@keyframes q-pulse{0%,to{opacity:1}50%{opacity:.4}}.statusbar-meta[data-astro-cid-gxyven5a]{display:flex;gap:22px;align-items:center}.statusbar-meta[data-astro-cid-gxyven5a] span[data-astro-cid-gxyven5a]{color:var(--text-tertiary)}.statusbar-meta[data-astro-cid-gxyven5a] a[data-astro-cid-gxyven5a]{color:var(--state-focus)}.statusbar-meta[data-astro-cid-gxyven5a] a[data-astro-cid-gxyven5a]:hover{color:var(--state-deep-focus)}@media(max-width:720px){.statusbar-meta[data-astro-cid-gxyven5a] .hide-sm[data-astro-cid-gxyven5a]{display:none}}.qualia-hero[data-astro-cid-gxyven5a]{padding:80px 0 100px;border-bottom:1px solid var(--border-subtle);position:relative;overflow:hidden}.qualia-hero[data-astro-cid-gxyven5a]:before{content:"";position:absolute;top:-120px;right:-120px;width:480px;height:480px;background:radial-gradient(circle,rgba(0,101,231,.08),transparent 60%);pointer-events:none}.hero-grid[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:1fr;gap:56px;align-items:end;position:relative;z-index:1}@media(min-width:960px){.hero-grid[data-astro-cid-gxyven5a]{grid-template-columns:1.3fr 1fr;gap:72px}}.hero-eyebrow[data-astro-cid-gxyven5a]{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--state-focus);margin-bottom:28px;display:flex;align-items:center;gap:12px}.hero-eyebrow[data-astro-cid-gxyven5a]:before{content:"";display:inline-block;width:24px;height:1px;background:var(--state-focus)}.hero-title[data-astro-cid-gxyven5a]{font-family:Satoshi,sans-serif;font-size:clamp(56px,12vw,144px);font-weight:700;line-height:.92;letter-spacing:-.045em;color:var(--text-primary);margin-bottom:28px}.hero-title[data-astro-cid-gxyven5a] .dot-accent[data-astro-cid-gxyven5a]{background:linear-gradient(135deg,var(--state-focus),var(--state-deep-focus));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-tag[data-astro-cid-gxyven5a]{font-size:clamp(18px,2vw,22px);line-height:1.45;color:var(--text-primary);max-width:560px;font-weight:500;margin:0}.hero-tag[data-astro-cid-gxyven5a] em[data-astro-cid-gxyven5a]{font-style:italic;color:var(--state-focus);font-weight:600}.hero-tag[data-astro-cid-gxyven5a] .dim[data-astro-cid-gxyven5a]{color:var(--text-secondary);font-weight:400}.hero-meta[data-astro-cid-gxyven5a]{margin-top:24px;font-size:12px;color:var(--text-tertiary);letter-spacing:.06em}.readout[data-astro-cid-gxyven5a]{border:1px solid var(--border-subtle);background:var(--bg-card);padding:22px 22px 18px;border-radius:12px;position:relative;box-shadow:var(--shadow-md)}.readout[data-astro-cid-gxyven5a]:before{content:"";position:absolute;inset:-1px;border:1px solid rgba(0,101,231,.18);border-radius:12px;pointer-events:none}.readout-head[data-astro-cid-gxyven5a]{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;margin-bottom:14px;border-bottom:1px dashed var(--border-subtle);font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--text-tertiary)}.readout-head[data-astro-cid-gxyven5a] .live[data-astro-cid-gxyven5a]{color:var(--state-focus);display:flex;align-items:center;gap:8px}.readout-head[data-astro-cid-gxyven5a] .live[data-astro-cid-gxyven5a]:before{content:"";width:6px;height:6px;background:var(--state-focus);border-radius:50%;animation:q-pulse 1.6s ease-in-out infinite}.row[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:1fr auto 90px;gap:14px;align-items:center;padding:9px 0;font-size:13px}.row[data-astro-cid-gxyven5a]+.row[data-astro-cid-gxyven5a]{border-top:1px dotted var(--border-subtle)}.row[data-astro-cid-gxyven5a] .key[data-astro-cid-gxyven5a]{color:var(--text-tertiary)}.row[data-astro-cid-gxyven5a] .val[data-astro-cid-gxyven5a]{text-align:right;font-weight:600;color:var(--text-primary);transition:color .4s ease}.row[data-astro-cid-gxyven5a] .val[data-astro-cid-gxyven5a].good{color:#009e99}.row[data-astro-cid-gxyven5a] .val[data-astro-cid-gxyven5a].bad{color:var(--state-stress)}.row[data-astro-cid-gxyven5a] .val[data-astro-cid-gxyven5a].neutral{color:var(--text-primary)}.row[data-astro-cid-gxyven5a] .val[data-astro-cid-gxyven5a].signal{color:var(--state-focus)}.bar[data-astro-cid-gxyven5a]{height:6px;background:var(--border-subtle);position:relative;border-radius:1px}.bar-fill[data-astro-cid-gxyven5a]{position:absolute;inset:0 auto 0 0;background:var(--text-primary);width:50%;transition:width .6s cubic-bezier(.2,0,0,1),background .4s ease;border-radius:1px}.bar-fill[data-astro-cid-gxyven5a].good{background:var(--state-calm)}.bar-fill[data-astro-cid-gxyven5a].bad{background:var(--state-stress)}.bar-fill[data-astro-cid-gxyven5a].signal{background:var(--state-focus)}.bar-fill[data-astro-cid-gxyven5a].neutral{background:var(--text-tertiary)}.readout-foot[data-astro-cid-gxyven5a]{margin-top:16px;padding-top:12px;border-top:1px dashed var(--border-subtle);display:flex;justify-content:space-between;font-size:10px;color:var(--text-tertiary);letter-spacing:.08em}.hint-val[data-astro-cid-gxyven5a]{color:var(--state-focus);font-weight:600}.qualia-section[data-astro-cid-gxyven5a]{padding:96px 0;border-top:1px solid var(--border-subtle)}.qualia-section[data-astro-cid-gxyven5a].beta-band{background:radial-gradient(circle at 80% 50%,rgba(0,101,231,.06),transparent 50%),var(--bg-secondary)}.qsec-head[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:80px 1fr;gap:clamp(16px,4vw,48px);align-items:baseline;margin-bottom:clamp(28px,5vh,48px)}.qsec-num[data-astro-cid-gxyven5a]{font-size:12px;letter-spacing:.1em;color:var(--text-tertiary);padding-top:6px;text-transform:uppercase}.qsec-title[data-astro-cid-gxyven5a]{font-family:Satoshi,sans-serif;font-weight:700;font-size:clamp(28px,4.5vw,48px);line-height:1.1;letter-spacing:-.025em;color:var(--text-primary)}.qsec-body[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:80px 1fr;gap:clamp(16px,4vw,48px)}.qsec-body[data-astro-cid-gxyven5a]>[data-astro-cid-gxyven5a]{grid-column:2;max-width:760px}.qsec-body[data-astro-cid-gxyven5a] p[data-astro-cid-gxyven5a]{margin-bottom:1em;color:var(--text-secondary);max-width:760px}.qsec-body[data-astro-cid-gxyven5a] p[data-astro-cid-gxyven5a].lead{font-size:18px;color:var(--text-primary);line-height:1.55}.qsec-body[data-astro-cid-gxyven5a] p[data-astro-cid-gxyven5a].muted{color:var(--text-secondary)}.qsec-body[data-astro-cid-gxyven5a] em[data-astro-cid-gxyven5a]{color:var(--state-focus);font-style:italic}.qsec-body[data-astro-cid-gxyven5a] p[data-astro-cid-gxyven5a] strong[data-astro-cid-gxyven5a],.qsec-body[data-astro-cid-gxyven5a] p[data-astro-cid-gxyven5a] b[data-astro-cid-gxyven5a]{color:var(--text-primary);font-weight:600}.pull[data-astro-cid-gxyven5a]{font-family:Satoshi,sans-serif;font-style:italic;font-size:clamp(22px,3vw,30px);line-height:1.3;letter-spacing:-.015em;color:var(--text-primary);margin:0 0 32px;padding-left:24px;border-left:3px solid var(--state-focus);font-weight:500}.pull[data-astro-cid-gxyven5a] em[data-astro-cid-gxyven5a]{color:var(--state-focus);font-style:italic}.problem-list[data-astro-cid-gxyven5a]{display:grid;gap:18px;margin-top:32px;padding-top:32px;border-top:1px solid var(--border-subtle);max-width:760px}.problem-item[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:28px 1fr;gap:16px;align-items:baseline}.problem-item[data-astro-cid-gxyven5a] .ix[data-astro-cid-gxyven5a]{font-size:11px;color:var(--text-tertiary);letter-spacing:.1em}.problem-item[data-astro-cid-gxyven5a] p[data-astro-cid-gxyven5a]{color:var(--text-secondary);margin:0}.beta-grid[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:1fr;gap:40px;align-items:center;margin-left:calc(80px + clamp(16px,4vw,48px));max-width:900px}@media(max-width:880px){.beta-grid[data-astro-cid-gxyven5a]{margin-left:0}}@media(min-width:880px){.beta-grid[data-astro-cid-gxyven5a]{grid-template-columns:1.2fr 1fr}}.beta-copy[data-astro-cid-gxyven5a] p[data-astro-cid-gxyven5a]{color:var(--text-secondary);max-width:540px;margin-bottom:16px}.beta-copy[data-astro-cid-gxyven5a] p[data-astro-cid-gxyven5a]:last-child{margin-bottom:0}.beta-form[data-astro-cid-gxyven5a]{display:flex;flex-direction:column;gap:12px;align-items:stretch}.beta-form[data-astro-cid-gxyven5a] input[data-astro-cid-gxyven5a]{width:100%;background:var(--bg-card);border:1.5px solid var(--border-subtle);border-radius:10px;color:var(--text-primary);padding:14px 16px;font-family:JetBrains Mono,monospace;font-size:13px;letter-spacing:.02em;outline:none;transition:border-color .2s,box-shadow .2s}.beta-form[data-astro-cid-gxyven5a] input[data-astro-cid-gxyven5a]:focus{border-color:var(--state-focus);box-shadow:0 0 0 3px #0065e71a}.beta-form[data-astro-cid-gxyven5a] input[data-astro-cid-gxyven5a]::placeholder{color:var(--text-tertiary)}.beta-form[data-astro-cid-gxyven5a] button[data-astro-cid-gxyven5a]{justify-content:center;padding:14px 22px}.beta-status[data-astro-cid-gxyven5a]{margin-top:4px;font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.04em;text-align:center;min-height:18px}.beta-status[data-astro-cid-gxyven5a].success{color:#009e99}.beta-status[data-astro-cid-gxyven5a].error{color:var(--state-stress)}.pipeline[data-astro-cid-gxyven5a]{margin-top:40px;padding:28px;border:1px solid var(--border-subtle);background:var(--bg-secondary);border-radius:12px;position:relative;max-width:none}.pipeline-label[data-astro-cid-gxyven5a]{position:absolute;top:-1px;left:24px;background:var(--bg-primary);padding:0 10px;font-size:10px;letter-spacing:.15em;color:var(--text-tertiary);transform:translateY(-50%);text-transform:uppercase}.pipeline-grid[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:720px){.pipeline-grid[data-astro-cid-gxyven5a]{grid-template-columns:1fr 24px 1fr 24px 1fr;align-items:center}}.pipe-box[data-astro-cid-gxyven5a]{border:1px solid var(--border-subtle);background:var(--bg-card);padding:16px;border-radius:10px;text-align:left}.pipe-box[data-astro-cid-gxyven5a] .lbl[data-astro-cid-gxyven5a]{font-size:9px;letter-spacing:.14em;color:var(--text-tertiary);margin-bottom:8px;text-transform:uppercase}.pipe-box[data-astro-cid-gxyven5a] ul[data-astro-cid-gxyven5a]{list-style:none;padding:0;margin:0}.pipe-box[data-astro-cid-gxyven5a] li[data-astro-cid-gxyven5a]{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--text-primary);line-height:1.7}.pipe-box[data-astro-cid-gxyven5a] li[data-astro-cid-gxyven5a]:before{content:"·  ";color:var(--state-focus)}.pipe-box[data-astro-cid-gxyven5a].pipe-model{background:linear-gradient(135deg,#0065e70f,#7928ca0f);border-color:var(--state-focus);text-align:center;padding:22px 14px}.pipe-box[data-astro-cid-gxyven5a].pipe-model .name[data-astro-cid-gxyven5a]{font-family:Satoshi,sans-serif;font-style:italic;font-weight:700;font-size:22px;color:var(--state-focus);margin-bottom:4px;letter-spacing:-.02em}.pipe-box[data-astro-cid-gxyven5a].pipe-model .meta[data-astro-cid-gxyven5a]{font-size:10px;color:var(--text-tertiary);letter-spacing:.06em}.pipe-arrow[data-astro-cid-gxyven5a]{text-align:center;color:var(--state-focus);font-size:16px}@media(max-width:720px){.pipe-arrow[data-astro-cid-gxyven5a]{display:none}}.api-block[data-astro-cid-gxyven5a]{margin-top:28px;border:1px solid var(--border-subtle);background:var(--bg-card);border-radius:12px;overflow:hidden;max-width:none;box-shadow:var(--shadow-sm)}.api-head[data-astro-cid-gxyven5a]{display:flex;justify-content:space-between;padding:14px 22px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--text-tertiary);border-bottom:1px dashed var(--border-subtle);background:var(--bg-secondary)}.api-head[data-astro-cid-gxyven5a] .dim[data-astro-cid-gxyven5a]{color:var(--text-tertiary)}.api-code[data-astro-cid-gxyven5a]{padding:22px;font-size:13px;line-height:1.7;color:var(--text-primary);margin:0;overflow-x:auto}.api-code[data-astro-cid-gxyven5a] .k[data-astro-cid-gxyven5a]{color:var(--state-focus)}.api-code[data-astro-cid-gxyven5a] .s[data-astro-cid-gxyven5a]{color:#009e99}.api-code[data-astro-cid-gxyven5a] .n[data-astro-cid-gxyven5a]{color:var(--state-deep-focus)}.api-code[data-astro-cid-gxyven5a] .c[data-astro-cid-gxyven5a]{color:var(--text-tertiary)}.var-grid[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border-subtle);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden;margin-top:16px;max-width:none}@media(min-width:720px){.var-grid[data-astro-cid-gxyven5a]{grid-template-columns:1fr 1fr}}.var-cell[data-astro-cid-gxyven5a]{background:var(--bg-card);padding:28px;display:flex;flex-direction:column;gap:16px;min-height:240px}.var-head[data-astro-cid-gxyven5a]{display:flex;justify-content:space-between;align-items:baseline}.var-head[data-astro-cid-gxyven5a] .name[data-astro-cid-gxyven5a]{font-family:Satoshi,sans-serif;font-style:italic;font-weight:700;font-size:24px;letter-spacing:-.02em;color:var(--text-primary)}.var-head[data-astro-cid-gxyven5a] .key[data-astro-cid-gxyven5a]{font-size:10px;color:var(--text-tertiary);letter-spacing:.1em}.var-states[data-astro-cid-gxyven5a]{display:flex;flex-direction:column;gap:8px}.var-state[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:14px 1fr;gap:12px;align-items:center;font-size:12px;color:var(--text-secondary)}.var-state[data-astro-cid-gxyven5a] b[data-astro-cid-gxyven5a]{color:var(--text-primary);font-weight:600}.var-state[data-astro-cid-gxyven5a] .marker[data-astro-cid-gxyven5a]{width:10px;height:10px;border:1px solid var(--text-tertiary);border-radius:50%}.var-state[data-astro-cid-gxyven5a].is-good .marker[data-astro-cid-gxyven5a]{background:var(--state-calm);border-color:var(--state-calm)}.var-state[data-astro-cid-gxyven5a].is-warn .marker[data-astro-cid-gxyven5a]{background:var(--state-mild-stress);border-color:var(--state-mild-stress)}.var-state[data-astro-cid-gxyven5a].is-bad .marker[data-astro-cid-gxyven5a]{background:var(--state-stress);border-color:var(--state-stress)}.var-note[data-astro-cid-gxyven5a]{margin-top:auto;padding-top:14px;border-top:1px dashed var(--border-subtle);font-size:11px;color:var(--text-tertiary);line-height:1.55}.bench-grid[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:1fr;gap:24px;margin-top:24px;max-width:none}@media(min-width:880px){.bench-grid[data-astro-cid-gxyven5a]{grid-template-columns:1.4fr 1fr}}.bench-card[data-astro-cid-gxyven5a]{border:1px solid var(--border-subtle);background:var(--bg-card);padding:28px;border-radius:12px;box-shadow:var(--shadow-sm)}.bench-card[data-astro-cid-gxyven5a] .label[data-astro-cid-gxyven5a]{font-size:10px;letter-spacing:.14em;color:var(--text-tertiary);text-transform:uppercase;margin-bottom:6px}.bench-card[data-astro-cid-gxyven5a] .title[data-astro-cid-gxyven5a]{font-family:Satoshi,sans-serif;font-weight:700;font-style:italic;font-size:20px;color:var(--text-primary);margin-bottom:24px;letter-spacing:-.02em}.bench-row[data-astro-cid-gxyven5a]{display:grid;gap:8px;margin-bottom:20px;font-size:12px}.bench-row[data-astro-cid-gxyven5a]:last-of-type{margin-bottom:0}.bench-row[data-astro-cid-gxyven5a] .topline[data-astro-cid-gxyven5a]{display:flex;justify-content:space-between;align-items:baseline;color:var(--text-primary)}.bench-row[data-astro-cid-gxyven5a] .topline[data-astro-cid-gxyven5a] .pct[data-astro-cid-gxyven5a]{font-family:Satoshi,sans-serif;font-style:italic;font-weight:700;font-size:22px;color:var(--text-primary)}.bench-row[data-astro-cid-gxyven5a].win .topline[data-astro-cid-gxyven5a] .pct[data-astro-cid-gxyven5a]{background:linear-gradient(135deg,var(--state-focus),var(--state-deep-focus));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bench-bar[data-astro-cid-gxyven5a]{height:12px;background:var(--border-subtle);border-radius:1px;position:relative;overflow:hidden}.bench-bar[data-astro-cid-gxyven5a] .fill[data-astro-cid-gxyven5a]{position:absolute;inset:0 auto 0 0;background:var(--text-tertiary);transform-origin:left;animation:bar-grow 1.4s cubic-bezier(.2,0,0,1) forwards;transform:scaleX(0)}.bench-row[data-astro-cid-gxyven5a].win .bench-bar[data-astro-cid-gxyven5a] .fill[data-astro-cid-gxyven5a]{background:linear-gradient(90deg,var(--state-focus),var(--state-deep-focus))}@keyframes bar-grow{to{transform:scaleX(1)}}.bench-foot[data-astro-cid-gxyven5a]{margin-top:22px;padding-top:14px;border-top:1px dashed var(--border-subtle);font-size:11px;color:var(--text-secondary);line-height:1.6}.stat-stack[data-astro-cid-gxyven5a]{display:flex;flex-direction:column;gap:16px}.stat-block[data-astro-cid-gxyven5a]{border:1px solid var(--border-subtle);background:var(--bg-card);padding:22px;border-radius:12px;box-shadow:var(--shadow-sm)}.stat-block[data-astro-cid-gxyven5a] .num[data-astro-cid-gxyven5a]{font-family:Satoshi,sans-serif;font-style:italic;font-weight:700;font-size:40px;letter-spacing:-.03em;line-height:1;background:linear-gradient(135deg,var(--state-focus),var(--state-deep-focus));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.stat-block[data-astro-cid-gxyven5a] .desc[data-astro-cid-gxyven5a]{font-size:11px;letter-spacing:.04em;color:var(--text-tertiary);line-height:1.55;text-transform:uppercase}.app-grid[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border-subtle);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden;margin-top:16px;max-width:none}@media(min-width:880px){.app-grid[data-astro-cid-gxyven5a]{grid-template-columns:repeat(3,1fr)}}.app-cell[data-astro-cid-gxyven5a]{background:var(--bg-card);padding:28px;display:flex;flex-direction:column;gap:14px}.app-cell[data-astro-cid-gxyven5a] .num[data-astro-cid-gxyven5a]{font-size:11px;letter-spacing:.14em;color:var(--state-focus)}.app-cell[data-astro-cid-gxyven5a] h3[data-astro-cid-gxyven5a]{font-family:Satoshi,sans-serif;font-weight:700;font-style:italic;font-size:20px;line-height:1.2;letter-spacing:-.02em;color:var(--text-primary);margin:0}.app-cell[data-astro-cid-gxyven5a] p[data-astro-cid-gxyven5a]{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.privacy-list[data-astro-cid-gxyven5a]{display:flex;flex-direction:column;border-top:1px solid var(--border-subtle);margin-top:24px;max-width:none}.privacy-row[data-astro-cid-gxyven5a]{display:grid;grid-template-columns:24px 1fr;gap:16px;align-items:baseline;padding:16px 0;border-bottom:1px solid var(--border-subtle);font-size:13px;color:var(--text-primary)}.privacy-row[data-astro-cid-gxyven5a] .x[data-astro-cid-gxyven5a]{color:var(--state-stress);font-weight:700;font-size:16px;line-height:1}.privacy-row[data-astro-cid-gxyven5a] .y[data-astro-cid-gxyven5a]{color:#009e99;font-weight:700;font-size:16px;line-height:1}.qualia-final[data-astro-cid-gxyven5a]{padding:120px 0;text-align:center;border-top:1px solid var(--border-subtle);background:radial-gradient(ellipse at 50% 100%,rgba(0,101,231,.08),transparent 60%),var(--bg-primary)}.final-inner[data-astro-cid-gxyven5a] h2[data-astro-cid-gxyven5a]{font-family:Satoshi,sans-serif;font-style:italic;font-weight:700;font-size:clamp(36px,6vw,64px);line-height:1.05;letter-spacing:-.03em;margin:0 auto 22px;max-width:14ch;color:var(--text-primary)}.final-inner[data-astro-cid-gxyven5a] h2[data-astro-cid-gxyven5a] em[data-astro-cid-gxyven5a]{background:linear-gradient(135deg,var(--state-focus),var(--state-deep-focus));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic}.final-inner[data-astro-cid-gxyven5a] p[data-astro-cid-gxyven5a]{color:var(--text-secondary);max-width:540px;margin:0 auto 32px;font-size:16px}@media(max-width:720px){.qsec-head[data-astro-cid-gxyven5a]{grid-template-columns:1fr;gap:8px}.qsec-body[data-astro-cid-gxyven5a]{grid-template-columns:1fr;gap:0}.qsec-num[data-astro-cid-gxyven5a]{padding-top:0}.beta-grid[data-astro-cid-gxyven5a]{margin-left:0}.qualia-section[data-astro-cid-gxyven5a]{padding:64px 0}.qualia-hero[data-astro-cid-gxyven5a]{padding:48px 0 64px}}
