:root{--ink:#0b0b0a;--canvas:#f7f7f5;--surface:#ffffff;--on-ink:#fcfcfc;--border:#dbdbd8;--divider:#e2e1de;--fill:#ededea;--fill-soft:#f4f3f1;--highlight:#f8f7f5;--text-muted:#5e5e5b;--text-category:#72716f;--text-subtle:#9f9e9c;--map-grid:#d2d1ce;--shadow:rgba(11,11,10,0.12);--accent:#ba3835;--border-width:1.5px;--radius-sm:12px;--radius-md:14px;--radius-lg:16px;--radius-xl:20px;--radius-sheet:24px;--radius-pill:999px;--gutter:20px;--font-latin:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;--font-fa:var(--font-vazirmatn),var(--font-latin);color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--ink:#f3f2ef;--canvas:#121110;--surface:#1c1b18;--on-ink:#12110f;--border:#302f2b;--divider:#272621;--fill:#242320;--fill-soft:#1f1e1b;--highlight:#211f1c;--text-muted:#a3a29c;--text-category:#908f8a;--text-subtle:#6e6d68;--map-grid:#302f2b;--shadow:rgba(0,0,0,0.4);--accent:#e05c58}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100svh;background:var(--canvas);color:var(--ink);font-family:var(--font-latin);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html[lang=fa] body{font-family:var(--font-fa)}html[lang=en] [lang=fa]{font-family:var(--font-vazirmatn-switch),var(--font-latin)}h1,h2,p{margin:0}a{color:inherit}.backdrop{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(to right,var(--map-grid) 1px,transparent 1px),linear-gradient(to bottom,var(--map-grid) 1px,transparent 1px);background-size:80px 80px;background-position:50%;opacity:.45;-webkit-mask-image:radial-gradient(ellipse 78% 62% at 50% 42%,#000 0,transparent 100%);mask-image:radial-gradient(ellipse 78% 62% at 50% 42%,#000 0,transparent 100%)}.page{position:relative;z-index:1;min-height:100svh;flex-direction:column;padding:48px var(--gutter) 32px}.main,.page{display:flex;align-items:center}.main{flex:1 1;width:100%;max-width:760px;flex-direction:column;text-align:center;gap:28px;padding:40px 0}.brand,.main{justify-content:center}.brand{display:flex;align-items:center;gap:.22em;font-family:var(--font-latin);font-size:clamp(44px,9vw,68px);font-weight:800;letter-spacing:-1.2px;line-height:1.05;color:var(--ink)}.brand__asterisk{width:.42em;height:.42em;flex:none}.brand__asterisk--spin{animation:spin 60s linear infinite;transform-origin:50% 50%}@keyframes spin{to{transform:rotate(1turn)}}.status{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border:var(--border-width) solid var(--border);border-radius:var(--radius-pill);background:var(--surface);font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--text-category)}html[lang=fa] .status{text-transform:none;letter-spacing:0;font-size:12px}.status__dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex:none;animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.82)}}.headline{font-size:clamp(30px,6.2vw,52px);font-weight:800;letter-spacing:-1.4px;line-height:1.08;max-width:15ch;text-wrap:balance}html[lang=fa] .headline{font-weight:700;letter-spacing:0;line-height:1.45;max-width:18ch}.lead{font-size:clamp(15px,2.1vw,17px);line-height:1.62;color:var(--text-muted);max-width:52ch;text-wrap:pretty}html[lang=fa] .lead{line-height:1.9;max-width:46ch}.pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;width:100%;margin-top:8px}@media (max-width:640px){.pillars{grid-template-columns:1fr;max-width:380px}}.pillar{border:var(--border-width) solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:18px 16px;text-align:start;display:flex;flex-direction:column;gap:6px}.pillar__label{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--ink)}html[lang=fa] .pillar__label{text-transform:none;letter-spacing:0;font-size:13px}.pillar__body{font-size:13px;line-height:1.55;color:var(--text-muted)}html[lang=fa] .pillar__body{line-height:1.85}.outro{font-size:13px;color:var(--text-subtle);margin-top:4px}.footer{width:100%;max-width:760px;padding-top:24px;border-top:1px solid var(--divider);justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--text-subtle)}.footer,.footer__copy{display:flex;align-items:center}.footer__copy{gap:6px}.footer__link{display:inline-flex;align-items:center;padding:6px 12px;border:var(--border-width) solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-muted);text-decoration:none;font-weight:700;transition:color .16s ease,border-color .16s ease,background-color .16s ease}.footer__link:hover{color:var(--ink);border-color:var(--text-subtle);background:var(--highlight)}.footer__link:focus-visible,a:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.reveal{animation:reveal .62s cubic-bezier(.22,.68,.36,1) backwards}.reveal--1{animation-delay:60ms}.reveal--2{animation-delay:.16s}.reveal--3{animation-delay:.26s}.reveal--4{animation-delay:.36s}.reveal--5{animation-delay:.46s}.reveal--6{animation-delay:.56s}@keyframes reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.brand__asterisk--spin,.reveal,.status__dot{animation:none}*{transition-duration:.01ms!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}