:root,[data-theme=light]{--brand-green: #05B34D;--brand-green-strong: #04973F;--brand-green-light: #0AD96A;--brand-gold: #F2B91C;--brand-gold-strong: #D39D0E;--brand-gold-light: #FFD24A;--brand-dark: #181F25;--brand-bg: #F0FBF5;--brand-white: #FFFFFF;--surface-1: #FFFFFF;--surface-2: #F7FBF9;--surface-3: #EDF5F0;--surface-elevated: #FFFFFF;--text-primary: #0F1A14;--text-secondary: #3D4F44;--text-muted: #6B7B71;--text-inverse: #FFFFFF;--border-subtle: rgba(15, 26, 20, .06);--border-strong: rgba(15, 26, 20, .12);--border-brand: rgba(5, 179, 77, .2);--app-bg: #F0FBF5;--app-bg-gradient: linear-gradient(180deg, #F0FBF5 0%, #E8F7EE 100%);--shadow-sm: 0 1px 2px rgba(15, 26, 20, .04), 0 1px 3px rgba(15, 26, 20, .03);--shadow-card: 0 2px 4px rgba(15, 26, 20, .04), 0 4px 16px rgba(15, 26, 20, .05);--shadow-hover: 0 4px 8px rgba(15, 26, 20, .06), 0 8px 32px rgba(15, 26, 20, .08);--shadow-raised: 0 8px 24px rgba(15, 26, 20, .1), 0 16px 48px rgba(15, 26, 20, .06);--shadow-focus: 0 0 0 4px rgba(5, 179, 77, .2);--gradient-hero: linear-gradient(135deg, #05B34D 0%, #04973F 50%, #0F6B30 100%);--gradient-gold: linear-gradient(135deg, #F2B91C 0%, #D39D0E 100%);--gradient-surface: linear-gradient(180deg, #FFFFFF 0%, #F7FBF9 100%);--radius-sm: 6px;--radius-card: 10px;--radius-modal: 16px;--radius-pill: 9999px}[data-theme=dark]{--brand-green: #1AD96A;--brand-green-strong: #34E57C;--brand-green-light: #4EF59A;--brand-gold: #FFD24A;--brand-gold-strong: #FFDF6E;--brand-gold-light: #FFE890;--brand-dark: #0B0F13;--brand-bg: #0B0F13;--brand-white: #FFFFFF;--surface-1: #131820;--surface-2: #1A2128;--surface-3: #232C35;--surface-elevated: #1A2128;--text-primary: #E9FBF1;--text-secondary: #A8B8AE;--text-muted: #6B7B71;--text-inverse: #0B0F13;--border-subtle: rgba(233, 251, 241, .06);--border-strong: rgba(233, 251, 241, .12);--border-brand: rgba(26, 217, 106, .25);--app-bg: #0B0F13;--app-bg-gradient: linear-gradient(180deg, #0B0F13 0%, #0E1419 100%);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-card: 0 2px 4px rgba(0, 0, 0, .15), 0 4px 16px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 8px rgba(0, 0, 0, .2), 0 8px 32px rgba(0, 0, 0, .15);--shadow-raised: 0 8px 24px rgba(0, 0, 0, .25), 0 16px 48px rgba(0, 0, 0, .15);--shadow-focus: 0 0 0 4px rgba(26, 217, 106, .3);--gradient-hero: linear-gradient(135deg, #0A5C28 0%, #05B34D 50%, #0AD96A 100%);--gradient-gold: linear-gradient(135deg, #D39D0E 0%, #F2B91C 100%);--gradient-surface: linear-gradient(180deg, #131820 0%, #1A2128 100%)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--app-bg-gradient);color:var(--text-primary);font-family:Inter,Noto Naskh Arabic,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.5rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-height:100dvh;font-feature-settings:"cv02","cv03","cv04","cv11"}h1,h2,h3,h4,h5,h6{font-family:Fraunces,Scheherazade New,serif;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.025em}h1{font-size:2.25rem;line-height:2.5rem;letter-spacing:-.03em}h2{font-size:1.625rem;line-height:2rem;letter-spacing:-.02em}h3{font-size:1.25rem;line-height:1.625rem;letter-spacing:-.015em}h4{font-size:1.0625rem;line-height:1.5rem}p{margin:0 0 1rem}a{color:var(--brand-green-strong);text-decoration:none;transition:color .2s cubic-bezier(.22,1,.36,1)}a:hover{color:var(--brand-green)}a:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:4px}[dir=rtl]{text-align:right;font-family:Scheherazade New,Noto Naskh Arabic,serif}:focus-visible{outline:2px solid var(--brand-green);outline-offset:2px;border-radius:4px}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}@media(pointer:fine){::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:8px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--text-muted);background-clip:content-box}}::-moz-selection{background-color:#05b34d26;color:var(--text-primary)}::selection{background-color:#05b34d26;color:var(--text-primary)}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:absolute;top:-100px;left:1rem;z-index:9999;padding:.5rem 1rem;background:var(--brand-green);color:var(--text-inverse);border-radius:var(--radius-sm);transition:top .2s cubic-bezier(.22,1,.36,1)}.skip-link:focus{top:1rem}.glass{background:#ffffffb3;backdrop-filter:blur(12px) saturate(1.5);-webkit-backdrop-filter:blur(12px) saturate(1.5)}[data-theme=dark] .glass{background:#131820b3}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
