@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark;--brand-primary: #f59e0b;--brand-accent: #ef4444;--brand-gradient-start: #f59e0b;--brand-gradient-end: #ef4444;--brand-bg: #0b0b0f;--brand-logo-gradient: linear-gradient(135deg, #f59e0b, #ef4444)}html,body{background:var(--brand-bg, #0b0b0f);color:#e8e8ef;font-family:Cairo,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0b0b0f}::-webkit-scrollbar-thumb{background:#3a3a4e;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#f59e0b}.poster-img{aspect-ratio:2 / 3;object-fit:cover;width:100%;border-radius:.6rem;background:linear-gradient(135deg,#14141c,#1c1c27);transition:transform .3s ease}.card-hover:hover .poster-img{transform:scale(1.03)}.card-hover:hover{background:#262633}.shine-border{border:1px solid rgba(245,158,11,.25);box-shadow:0 0 20px #f59e0b14}.gradient-text{background:linear-gradient(90deg,var(--brand-gradient-start, #f59e0b),var(--brand-gradient-end, #ef4444));-webkit-background-clip:text;background-clip:text;color:transparent}.backdrop-blur-xl{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .5s ease-out both}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.4rem;border-radius:.5rem;font-weight:800;background:linear-gradient(135deg,var(--brand-primary, #f59e0b),var(--brand-accent, #ef4444));color:#0b0b0f;transition:all .2s}.btn-primary:hover{filter:brightness(1.15);transform:translateY(-1px)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.4rem;border-radius:.5rem;font-weight:700;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#e8e8ef;transition:all .2s}.btn-ghost:hover{background:#ffffff26}.progress-bar{height:4px;border-radius:4px;background:#ffffff1f;overflow:hidden}.progress-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--brand-primary, #f59e0b),var(--brand-gradient-end, #ef4444))}
