:root{--bg:#0c0805;--s1:#17100b;--s2:#21170f;--s3:#2e2015;--line:rgba(217,174,107,.16);--gold:#d9ae6b;--gold2:#f2d6a2;--tx:#f6ede0;--tx2:#c9b8a2;--mut:#8f7d69;--ok:#d9ae6b;--err:#c7a58a;--dis:#5a4a3a;
--bg-l:#faf6ef;--s1-l:#f1e9d8;--s2-l:#e8dcc0;--s3-l:#ddccA5;--line-l:rgba(120,90,40,.18);--gold-l:#a97a2e;--gold2-l:#7c5518;--tx-l:#2a1f12;--tx2-l:#5c4a30;--mut-l:#8a765a;
--f-ui:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;--f-disp:'Fraunces',Georgia,serif;--f-ar:'Geeza Pro','Noto Naskh Arabic','Traditional Arabic','Arabic Typesetting',serif;
--t-display:56px;--t-h1:28px;--t-h2:20px;--t-h3:16px;--t-body:15px;--t-cap:12px;
--sp1:4px;--sp2:8px;--sp3:12px;--sp4:16px;--sp5:24px;--sp6:32px;--r-s:12px;--r-m:20px;--r-l:28px;--r-p:999px;
--sh:0 14px 32px -16px rgba(0,0,0,.8);--ease:cubic-bezier(.2,.7,.2,1);--dur:.22s}
:root[data-theme="light"]{--bg:var(--bg-l);--s1:var(--s1-l);--s2:var(--s2-l);--s3:var(--s3-l);--line:var(--line-l);--gold:var(--gold-l);--gold2:var(--gold2-l);--tx:var(--tx-l);--tx2:var(--tx2-l);--mut:var(--mut-l);--sh:0 10px 24px -14px rgba(60,40,10,.25)}
:root[data-theme="light"] body{background:radial-gradient(120% 55% at 50% -8%,#f3e6c8 0%,transparent 62%) fixed,var(--bg)}

*{box-sizing:border-box;margin:0;-webkit-tap-highlight-color:transparent}
html,body{color:var(--tx);font:400 var(--t-body)/1.55 var(--f-ui);letter-spacing:-.005em}
body{background:radial-gradient(120% 55% at 50% -8%,#2d1d10 0%,transparent 62%) fixed,var(--bg)}
a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;border:0;background:none}
h1,h2,h3{font-family:var(--f-disp);font-weight:500;letter-spacing:-.01em}h1{font-size:var(--t-h1)}h2{font-size:var(--t-h2)}h3{font-size:var(--t-h3);font-family:var(--f-ui);font-weight:600}
.ic{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none;vertical-align:middle}
:focus-visible{outline:2px solid var(--gold);outline-offset:2px}