*,:after,:before{box-sizing:border-box;margin:0;padding:0}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:inherit}button{cursor:pointer;background:none;border:none}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}body,html{overflow-x:hidden}body{padding-left:0;padding-right:0}@media (min-width:640px){body{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){body{padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){body{padding-left:2.5rem;padding-right:2.5rem}}:root{--background:152 58% 94%;--foreground:0 0% 14%;--card:151 40% 85%;--card-foreground:0 0% 9%;--popover:0 0% 100%;--popover-foreground:0 0% 9%;--primary:160 84% 39%;--primary-foreground:0 0% 100%;--accent-color:hsl(var(--primary));--accent-rgb:16,185,129;--accent-gradient:linear-gradient(135deg,hsl(var(--primary)) 0%,hsl(var(--green-dark)) 100%);--secondary:151 40% 85%;--secondary-foreground:0 0% 9%;--muted:0 0% 94%;--muted-foreground:0 0% 13%;--accent:0 0% 96.1%;--accent-foreground:0 0% 9%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:0 0% 89.8%;--input:0 0% 89.8%;--ring:151 90% 50%;--status-success:142 71% 45%;--status-warning:45 100% 51%;--status-info:207 90% 54%;--status-error:4 90% 58%;--premium-gold:51 100% 50%;--success:142 71% 45%;--accent-red:0 72% 54%;--accent-red-dark:0 65% 48%;--accent-red-darker:0 69% 38%;--danger-light:0 100% 71%;--surface-elevated:0 0% 10%;--surface-overlay:204 9% 11%;--surface-raised:0 0% 16%;--surface-input-dark:60 1% 22%;--neutral-900:0 0% 20%;--neutral-800:0 0% 27%;--neutral-600:0 0% 40%;--neutral-500:0 0% 58%;--neutral-400:0 0% 60%;--neutral-300:0 0% 67%;--neutral-200:0 0% 80%;--green-dark:161 94% 30%;--alert:14 100% 57%;--alert-light:14 100% 63%;--accent-blue:217 91% 60%;--accent-orange:25 95% 53%;--accent-purple:271 91% 65%;--gold:45 97% 56%;--gold-dark:38 92% 50%;--primary-glow:151 100% 44%;--font-almarai:"Almarai",sans-serif;--font-bixie:"BIXIE",sans-serif;--dropdown-background:hsl(var(--card));--text-foreground:0 0% 0%;--text-muted:0 0% 20%;--surface-primary:hsl(var(--card));--surface-secondary:hsl(var(--muted));--border-color:hsl(var(--border))}.dark{--background:0 0% 6%;--foreground:0 0% 100%;--card:0 0% 9%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:160 84% 39%;--primary-foreground:0 0% 100%;--primary-glow:151 100% 44%;--accent-color:hsl(var(--primary));--accent-rgb:16,185,129;--accent-gradient:linear-gradient(135deg,hsl(var(--primary)) 0%,hsl(var(--green-dark)) 100%);--secondary:0 0% 22%;--secondary-foreground:0 0% 98%;--muted:0 0% 22%;--muted-foreground:0 0% 67%;--accent:240 4% 16%;--accent-foreground:0 0% 98%;--destructive:0 72% 51%;--destructive-foreground:0 0% 98%;--border:240 4% 16%;--input:240 4% 16%;--ring:151 100% 44%;--dropdown-background:hsl(0 0% 15%);--status-success:142 71% 45%;--status-warning:45 100% 51%;--status-info:207 90% 54%;--status-error:4 90% 58%;--premium-gold:51 100% 50%;--text-foreground:0 0% 100%;--text-muted:0 0% 70%;--surface-primary:hsl(var(--card));--surface-secondary:hsl(var(--muted));--border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-almarai);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background-color:hsl(var(--muted));border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--primary))}.ad-center{display:flex;justify-content:center;align-items:center;width:100%;margin:10px 0}.desktop-ad{display:none}@media (min-width:768px){.desktop-ad{display:flex;justify-content:center;align-items:center;width:100%}}.mobile-ad{display:flex;justify-content:center;align-items:center;width:100%}@media (min-width:768px){.mobile-ad{display:none}}.skeleton-placeholder{width:100%;height:100%;min-height:50px;background-color:hsl(var(--secondary));position:relative;overflow:hidden;border-radius:8px}body.sidebar-open .ad-container{display:none!important}.skeleton-placeholder:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}