:root{--bg: #0e1014;--surface: #15181f;--surface-2: #1c202a;--border: #272c38;--text: #e7e9ee;--text-dim: #b6bcc8;--accent: #7cc4ff;--accent-strong: #4ea7ff;--good: #6ee7a4;--warn: #ffc46b;--danger: #ff7676;--shadow: 0 6px 24px rgba(0, 0, 0, .35);--radius: 14px;--radius-sm: 8px;--maxw: 980px}@media(prefers-color-scheme:light){:root{--bg: #f7f8fa;--surface: #ffffff;--surface-2: #f1f3f8;--border: #e2e6ee;--text: #1a1d24;--text-dim: #3a4050;--accent: #1059a8;--accent-strong: #0a4385;--good: #1f9d55;--warn: #b97a00;--danger: #b00020;--shadow: 0 4px 16px rgba(0, 0, 0, .08)}}*,*:before,*:after{box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw}body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}:where(p,li,td,dd,.card,article){overflow-wrap:anywhere;word-break:break-word}html[lang=ar] body{font-family:SF Arabic,Segoe UI,Tahoma,system-ui,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-strong)}:where(p,li,td) a{text-decoration:underline;text-underline-offset:.15em}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3{line-height:1.2;margin:0 0 .5em}h1{font-size:clamp(1.8rem,2.4vw,2.4rem);letter-spacing:-.01em}h2{font-size:1.4rem;letter-spacing:-.005em}p{margin:0 0 1em}.skip-link{position:absolute;top:-100px;inset-inline-start:1rem;background:var(--accent);color:#0a1320;padding:.5rem .9rem;border-radius:var(--radius-sm);z-index:100}.skip-link:focus{top:1rem}.site-header{border-bottom:1px solid var(--border);background:var(--surface)}.site-header .inner{max-width:var(--maxw);margin:0 auto;padding:1rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem}@media(max-width:480px){.brand small{display:none}}.brand{font-weight:700;font-size:1.1rem;color:var(--text)}.brand .dot{color:var(--accent)}.brand small{color:var(--text-dim);font-weight:500;font-size:.85rem;margin-inline-start:.5rem}.nav{display:flex;gap:1rem;font-size:.95rem;align-items:center}.nav a{color:var(--text-dim)}.nav a:hover,.nav a[aria-current=page]{color:var(--text)}.lang-switch{font-size:.85rem;padding:.25rem .6rem;border:1px solid var(--border);border-radius:999px;color:var(--text-dim)}.lang-switch:hover{color:var(--text);background:var(--surface-2)}main{max-width:var(--maxw);margin:0 auto;padding:2rem 1.25rem 4rem}.site-footer{border-top:1px solid var(--border);color:var(--text-dim);font-size:.9rem}.site-footer .inner{max-width:var(--maxw);margin:0 auto;padding:1.25rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.card:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.muted{color:var(--text-dim)}.pill{display:inline-block;font-size:.75rem;padding:.15rem .5rem;border-radius:999px;background:var(--surface-2);color:var(--text-dim);border:1px solid var(--border)}button,.btn{font:inherit;cursor:pointer;background:var(--accent);color:#0a1320;border:0;border-radius:var(--radius-sm);padding:.6rem 1rem;font-weight:600}button:hover{background:var(--accent-strong);color:#fff}.btn-ghost{background:transparent;color:var(--text-dim);border:1px solid var(--border);display:inline-block;padding:.6rem 1rem;border-radius:var(--radius-sm)}.btn-ghost:hover{color:var(--accent-strong);background:var(--surface);border-color:var(--accent-strong)}input[type=number],input[type=text],select{font:inherit;width:100%;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .7rem}input:focus,select:focus{outline:2px solid var(--accent);outline-offset:1px}input[aria-invalid=true]{border-color:var(--danger)}label{display:block;font-size:.85rem;color:var(--text-dim);margin-bottom:.3rem}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{text-align:end;padding:.5rem .6rem;border-bottom:1px solid var(--border)}th:first-child,td:first-child{text-align:start}thead th{color:var(--text-dim);font-weight:600}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
