@charset "UTF-8";:root{--accent: #F5C518;--bg: #0A0A0A;--card-bg: #1A1A1A;--text: #FFFFFF;--radius: 8px;--transition: .3s ease}[dir=rtl] .navbar-nav,[dir=rtl] .hero-container{flex-direction:row-reverse}[dir=rtl] .settings-container{text-align:right}[dir=rtl],[dir=rtl] *:not(.material-icons){font-family:Cairo,Tajawal,sans-serif!important}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{background-color:var(--bg);color:var(--text);font-family:Inter,sans-serif;min-height:100%;overflow-x:hidden;transition:background-color .3s ease,color .3s ease,border-color .3s ease;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--card-bg);border:2px solid var(--bg);border-radius:var(--radius)}::-webkit-scrollbar-thumb:hover{background:var(--accent)}h1,h2,h3,h4,h5,h6,.brand-font{font-family:Inter,sans-serif;font-weight:700;letter-spacing:-.01em;color:var(--text)}a{color:inherit;text-decoration:none;transition:var(--transition)}button,input,textarea,select{font-family:inherit}img{max-width:100%;height:auto}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease forwards}.glass-card{background:#1a1a1a99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:var(--radius);transition:var(--transition)}.glass-card:hover{border-color:var(--accent);box-shadow:0 0 20px #f5c51826}.btn-primary{background-color:var(--accent);color:#000;font-weight:700;padding:.75rem 1.5rem;border:none;border-radius:var(--radius);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:var(--transition);text-transform:uppercase;letter-spacing:.05em;font-size:14px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f5c51866}.btn-secondary{background-color:transparent;color:var(--text);border:1px solid var(--text);padding:.75rem 1.5rem;border-radius:var(--radius);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.05em;font-size:14px}.btn-secondary:hover{background-color:var(--text);color:#000}.accent-text{color:var(--accent)}::selection{background-color:var(--accent);color:#000}:root.light-theme{--bg: #F5F5F7 !important;--card-bg: #FFFFFF !important;--text: #1C1C1E !important;--text-rgb: 28, 28, 30 !important}:root.light-theme h1,:root.light-theme h2,:root.light-theme h3,:root.light-theme h4,:root.light-theme h5,:root.light-theme h6,:root.light-theme .brand-font{color:var(--text)!important}:root.light-theme body{background-color:var(--bg);color:var(--text)}:root.light-theme .navbar{background:#f5f5f7cc!important;border-bottom-color:#00000014!important}:root.light-theme .navbar.scrolled{background:#f5f5f7f2!important;box-shadow:0 4px 20px #0000000d!important}:root.light-theme .nav-link{color:#000000b3!important}:root.light-theme .nav-link:hover,:root.light-theme .nav-link.active{color:var(--accent)!important;background:#f5c51814!important}:root.light-theme .menu-toggle .bar{background-color:#1c1c1e!important}:root.light-theme .footer{background-color:#ebeff2!important;border-top-color:#00000014!important;color:#000000b3!important}:root.light-theme .footer-title{color:#1c1c1e!important}:root.light-theme .footer-links a{color:#0009!important}:root.light-theme .footer-links a:hover{color:var(--accent)!important}:root.light-theme .footer-bottom{border-top-color:#0000000f!important;color:#00000080!important}:root.light-theme .glass-card{background:#ffffffb3!important;border-color:#00000014!important;box-shadow:0 8px 32px #0000000a!important}:root.light-theme .glass-card:hover{border-color:var(--accent)!important;box-shadow:0 8px 32px #f5c5181f!important}:root.light-theme .category-card{border-color:#0000000f!important;background:#ffffffb3!important}:root.light-theme .category-card:hover{background:#ffffffe6!important;border-color:var(--accent)!important;box-shadow:0 15px 35px #f5c5181a!important}:root.light-theme .category-name{color:#1c1c1e!important}:root.light-theme .hero-section{background:radial-gradient(circle at 80% 20%,#EBEFF2 0%,var(--bg) 70%)!important}:root.light-theme .hero-body-text{color:#000c!important}:root.light-theme .about-section{background-color:var(--bg)!important}:root.light-theme .about-body{color:#000c!important}:root.light-theme .watermark-line{color:#00000008!important}:root.light-theme .stat-item:not(:last-child){border-inline-end-color:#0000001a!important}:root.light-theme .stat-label{color:#0009!important}:root.light-theme .badge-item:not(:last-child):after{background-color:var(--accent)!important;opacity:.3!important}:root.light-theme .badge-subtitle{color:#00000080!important}:root.light-theme .trust-badges-bar{border-top-color:#00000014!important;border-bottom-color:#00000014!important}:root.light-theme .form-input{background:#00000008!important;border-color:#0000001f!important;color:#1c1c1e!important}:root.light-theme .form-input:focus{border-color:var(--accent)!important}:root.light-theme .form-label{color:#0009!important}:root.light-theme .login-card{background:#fff!important;border-color:#0000000f!important;box-shadow:0 24px 80px #00000014!important}:root.light-theme .login-subtitle{color:#00000080!important}:root.light-theme .back-home{color:#00000080!important}:root.light-theme .back-home:hover{color:var(--accent)!important}:root.light-theme .security-note{color:#0006!important}:root.light-theme .settings-card{background:#fff!important;border-color:#0000000f!important;box-shadow:0 10px 30px #00000005!important}:root.light-theme .card-header:hover{background:#00000003!important}:root.light-theme .card-body{border-top-color:#0000000a!important}:root.light-theme .settings-subtitle{color:#00000080!important}:root.light-theme .live-preview-strip{background:#fff!important;border-color:#00000014!important;box-shadow:0 10px 30px #00000008!important}:root.light-theme .preview-header{color:#00000080!important}:root.light-theme .preview-content-box{background:#00000005!important;border-color:#00000014!important}:root.light-theme .preview-typography .preview-body{color:#000000b3!important}:root.light-theme .accordion-header{background:#00000005!important}:root.light-theme .wave-lines-svg path{opacity:.15!important}
