@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap";:root{--bg-color:#0b0f19;--panel-bg:#ffffff08;--panel-border:#ffffff14;--primary:#4f46e5;--primary-hover:#6366f1;--primary-glow:#4f46e526;--secondary:#10b981;--danger:#ef4444;--text-main:#f8fafc;--text-muted:#94a3b8}[data-theme=green]{--primary:#10b981;--primary-hover:#059669;--primary-glow:#10b98126}[data-theme=orange]{--primary:#f59e0b;--primary-hover:#d97706;--primary-glow:#f59e0b26}[data-theme=purple]{--primary:#8b5cf6;--primary-hover:#7c3aed;--primary-glow:#8b5cf626}[data-theme=rose]{--primary:#f43f5e;--primary-hover:#e11d48;--primary-glow:#f43f5e26}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);background-image:radial-gradient(at 0% 0%, var(--primary-glow) 0px, transparent 50%), radial-gradient(at 100% 100%, #10b9811a 0px, transparent 50%);color:var(--text-main);direction:rtl;background-attachment:fixed;min-height:100vh;font-family:Vazirmatn,system-ui,-apple-system,sans-serif;overflow-x:hidden}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--panel-border);box-shadow:var(--glass-shadow);border-radius:16px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}h1,h2,h3,h4,h5,h6{color:var(--text-main);margin-bottom:.5rem;font-weight:700}p{color:var(--text-muted);line-height:1.6}.app-container{min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;gap:1.5rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.form-group label{color:var(--text-main);font-size:.9rem;font-weight:500}.form-control{border:1px solid var(--panel-border);color:var(--text-main);background:#0003;border-radius:8px;padding:.75rem 1rem;font-family:inherit;transition:all .3s}.form-control:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #4f46e533}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}
