@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Heebo:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #0f111a;--bg-secondary: #1e1f29;--bg-glass: rgba(20, 22, 30, .95);--bg-input: rgba(0, 0, 0, .2);--bg-hover: rgba(255, 255, 255, .05);--bg-overlay: rgba(0, 0, 0, .7);--text-primary: #ffffff;--text-secondary: #94a3b8;--accent-primary: #6366f1;--accent-hover: #4f46e5;--accent-purple: #8b5cf6;--border-color: rgba(255, 255, 255, .1);--shadow-color: rgba(0, 0, 0, .4);--danger: #ef4444;--success: #10b981}[data-theme=light]{--bg-primary: #f1f5f9;--bg-secondary: #ffffff;--bg-glass: rgba(255, 255, 255, .98);--bg-input: #ffffff;--bg-hover: rgba(0, 0, 0, .04);--bg-overlay: rgba(0, 0, 0, .4);--text-primary: #0f172a;--text-secondary: #475569;--accent-primary: #4f46e5;--accent-hover: #4338ca;--accent-purple: #7c3aed;--border-color: #cbd5e1;--shadow-color: rgba(0, 0, 0, .08)}*{box-sizing:border-box}body{margin:0;font-family:Heebo,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;direction:rtl;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}.glass-panel{background:var(--bg-glass);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 32px 0 var(--shadow-color);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.gradient-text{background:linear-gradient(to left,var(--accent-primary),var(--accent-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.app-container{display:flex;min-height:100vh}.main-content{flex-grow:1;padding:2rem;margin-right:250px;transition:all .3s ease}.sidebar{width:250px;position:fixed;right:0;top:0;bottom:0;display:flex;flex-direction:column;padding:1.5rem 0;z-index:50;border-radius:0;border-right:none;border-top:none;border-bottom:none}.sidebar-header,.sidebar-user,.sidebar-footer{display:block}.sidebar-nav{flex-grow:1;padding:0 1rem;display:flex;flex-direction:column;gap:.5rem}.sidebar-nav button{justify-content:flex-start}.tabs-container{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tabs-container::-webkit-scrollbar{height:4px}.tabs-container::-webkit-scrollbar-thumb{background:var(--accent-primary)}@media (max-width: 768px){.main-content{margin-right:0;padding:1rem;padding-bottom:90px}.sidebar{width:100%;height:70px;top:auto;bottom:0;padding:0;flex-direction:row;align-items:center;border-radius:16px 16px 0 0;justify-content:space-around}.sidebar-header,.sidebar-user,.sidebar-footer{display:none!important}.sidebar-nav{flex-direction:row;padding:0 1rem;width:100%;justify-content:space-between;align-items:center}.sidebar-nav button{justify-content:center;border-radius:12px;padding:.8rem;width:auto}.sidebar-nav .nav-text{display:none}.sidebar-nav button svg{margin:0}}input,select,textarea{background:var(--bg-input);border:1px solid var(--border-color);color:var(--text-primary);padding:.75rem 1rem;border-radius:8px;outline:none;font-family:inherit;transition:border-color .2s,box-shadow .2s;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 2px #6366f133}select option{background-color:var(--bg-secondary);color:var(--text-primary)}.input-group{margin-bottom:1.5rem}.input-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-secondary);font-size:.9rem}button{background:var(--accent-primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit}button:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}button:active{transform:translateY(1px);box-shadow:none}button.secondary{background:var(--bg-hover);border:1px solid var(--border-color);color:var(--text-primary)}button.secondary:hover{background:var(--border-color);box-shadow:none}button.danger{background:var(--danger);box-shadow:0 4px 12px #ef444433}button.danger:hover{background:#dc2626;box-shadow:0 4px 12px #ef444466}button:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1rem;font-weight:600}p{color:var(--text-secondary);line-height:1.6}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.w-full{width:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-color)}.toggle-switch{display:inline-block;width:44px;height:24px;border-radius:12px;background-color:var(--text-secondary);position:relative;transition:background-color .3s ease}.toggle-switch.toggle-on{background-color:var(--success)}.toggle-switch.toggle-off{background-color:var(--text-secondary)}.toggle-knob{position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}[data-theme=light] .toggle-switch.toggle-off{background-color:#cbd5e1}.toggle-switch.toggle-on .toggle-knob{transform:translate(20px)}
