.hero{padding-top:clamp(2.5rem,1rem + 6vw,5rem)}.hero__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.hero__gem{margin:.25rem 0 1.5rem}.hero__title{margin:.75rem 0 0;font-weight:800;font-size:var(--text-4xl);line-height:1.02;letter-spacing:-.045em;color:var(--text-primary);text-wrap:balance}.hero__grad{background:var(--gradient-text-shimmer);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media(prefers-reduced-motion:no-preference){.hero__grad{animation:ssShimmer 8s linear infinite}}.hero__sub{margin:1.4rem 0 0;max-width:60ch;font-size:var(--text-md);line-height:1.6;color:var(--text-secondary);text-wrap:pretty}.hero__sub strong{color:var(--violet-200);font-weight:600}.hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem}.hero__install{width:100%;max-width:440px;margin-top:2rem}.hero__trust{justify-content:center;margin-top:2.25rem}.ss-tabs{display:flex;flex-direction:column;gap:var(--space-4, 1rem)}.ss-tabs__list{display:inline-flex;align-items:center;gap:.2rem;align-self:flex-start;padding:.28rem;border-radius:var(--radius-md, 10px);background:var(--bg-sunken, #0c0a12);border:1px solid var(--border-default, rgba(180, 166, 255, .12))}.ss-tabs__list--full{display:flex;align-self:stretch}.ss-tabs__list--full .ss-tabs__tab{flex:1;justify-content:center}.ss-tabs__tab{display:inline-flex;align-items:center;gap:.45rem;height:34px;padding:0 .9rem;border:none;background:transparent;font-family:var(--font-sans);font-size:var(--text-sm, .8125rem);font-weight:var(--weight-semibold, 600);color:var(--text-muted, #8b84a3);border-radius:var(--radius-sm, 6px);cursor:pointer;white-space:nowrap;transition:color var(--dur-fast, .12s) var(--ease-out),background var(--dur-fast, .12s) var(--ease-out)}.ss-tabs__tab:hover{color:var(--text-secondary, #a9a2c0)}.ss-tabs__tab[aria-selected=true]{color:var(--text-primary, #f1eefb);background:var(--surface-raised, #211d2f);box-shadow:var(--ring-inset, inset 0 1px 0 0 rgba(255, 255, 255, .05)),0 1px 2px #0006}.ss-tabs__tab svg{width:15px;height:15px}.ss-tabs__icon{display:inline-flex}.ss-tabs__panel[hidden]{display:none}#tools .head{margin-bottom:2.5rem}.tools__tabswrap{display:flex;flex-direction:column;align-items:center}.tools__tabswrap .ss-tabs{width:100%;align-items:center}.tools__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;margin-top:.5rem}.tool{gap:.85rem}.tool__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:var(--violet-300);background:var(--accent-soft);border:1px solid rgba(124,92,255,.25);flex:none}.tool__icon--danger{color:var(--red-400);background:#ef44441a;border-color:#ef444440}.tool__name{font-family:var(--font-mono);font-size:.8125rem;font-weight:600;color:var(--text-primary)}.tool__desc{margin:.35rem 0 0;font-size:.8125rem;line-height:1.5;color:var(--text-muted);text-wrap:pretty}@media(max-width:1000px){.tools__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.tools__grid{grid-template-columns:1fr}}.pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.pillar{gap:.9rem}.pillar__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;color:var(--amber-300);background:var(--spark-soft);border:1px solid rgba(245,158,11,.22)}.pillar__title{margin:.3rem 0 0;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary)}.pillar__body{margin:0;font-size:.9375rem;line-height:1.6;color:var(--text-secondary);text-wrap:pretty}@media(max-width:900px){.pillars__grid{grid-template-columns:1fr}}#install .head{margin-bottom:2.25rem}.inst__card{margin-top:.5rem}.inst__panel{display:flex;flex-direction:column;gap:1.1rem;padding-top:.25rem}.inst__lead{margin:0;font-size:.9375rem;color:var(--text-secondary)}.inst__lead code,.inst__note code,.inst__step code{font-family:var(--font-mono);font-size:.85em;color:var(--violet-200);background:var(--accent-soft);padding:.1em .4em;border-radius:5px}.inst__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.inst__step{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.5;color:var(--text-secondary)}.inst__num{flex:none;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;font-family:var(--font-mono);font-size:.75rem;font-weight:700;color:var(--violet-200);background:var(--accent-soft);border:1px solid rgba(124,92,255,.3);margin-top:1px}.inst__row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.inst__note{font-size:.8125rem;color:var(--text-muted)}.inst__pkgs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.6rem;margin-top:1.75rem}.inst__pkglabel{font-size:.8125rem;color:var(--text-faint);margin-right:.2rem}#faq .head{margin-bottom:2.25rem}.faq__list{display:flex;flex-direction:column;gap:.6rem}.faq__item{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface);overflow:hidden;transition:border-color var(--dur-base)}.faq__item.is-open{border-color:var(--border-violet)}.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-sans);font-size:1rem;font-weight:600;color:var(--text-primary)}.faq__chev{display:inline-flex;color:var(--text-muted);transition:transform var(--dur-base) var(--ease-out),color var(--dur-base);flex:none}.faq__item.is-open .faq__chev{transform:rotate(180deg);color:var(--violet-300)}.faq__a-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--dur-base) var(--ease-out)}.faq__item.is-open .faq__a-wrap{grid-template-rows:1fr}.faq__a{overflow:hidden;padding:0 1.25rem;font-size:.9375rem;line-height:1.6;color:var(--text-secondary)}.faq__item.is-open .faq__a{padding-bottom:1.2rem}
