@tailwind base;@tailwind components;@tailwind utilities;:root{--bg: #F5F5F7;--surface: #ffffff;--glass: rgba(255,255,255,.72);--text-primary: #1D1D1F;--text-secondary: #86868B;--text-tertiary: #AEAEB2;--accent: #0071E3;--accent-hover: #0077ED;--accent-light: rgba(0,113,227,.08);--border: rgba(0,0,0,.06);--border-hover: rgba(0,0,0,.12);--separator: rgba(0,0,0,.04);--positive: #34C759;--negative: #FF3B30;--warning: #FF9500;--info: #5AC8FA;--shadow-card: 0 1px 1px rgba(0,0,0,.02), 0 2px 8px rgba(0,0,0,.04);--shadow-card-hover: 0 2px 4px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.08);--shadow-float: 0 12px 40px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.06);--card-bg: #FFFFFF;--surface-hover: #FAFAFA;--nav-active: rgba(0,113,227,.06);--nav-hover: rgba(0,0,0,.03);--overlay: rgba(0,0,0,.4);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;--font-mono: "Geist Mono", "SF Mono", "Menlo", monospace}[data-theme=dark]{--bg: #0F0F0F;--surface: #1A1A1A;--glass: rgba(26,26,26,.82);--text-primary: #F5F5F7;--text-secondary: #A1A1A6;--text-tertiary: #6E6E73;--accent: #818CF8;--accent-hover: #9BA3FB;--accent-light: rgba(129,140,248,.15);--border: rgba(255,255,255,.08);--border-hover: rgba(255,255,255,.15);--separator: rgba(255,255,255,.05);--positive: #34D399;--negative: #F87171;--warning: #FBBF24;--info: #67E8F9;--shadow-card: 0 1px 1px rgba(0,0,0,.1), 0 2px 8px rgba(0,0,0,.2);--shadow-card-hover: 0 2px 4px rgba(0,0,0,.2), 0 8px 24px rgba(0,0,0,.3);--shadow-float: 0 12px 40px rgba(0,0,0,.5), 0 4px 12px rgba(0,0,0,.3);--card-bg: #222222;--surface-hover: #242424;--nav-active: rgba(129,140,248,.12);--nav-hover: rgba(255,255,255,.04);--overlay: rgba(0,0,0,.6)}body,body *{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}[data-theme=dark] ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15)}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.25)}[data-theme=dark] *{scrollbar-color:rgba(255,255,255,.15) transparent}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#222 25%,#333 50%,#222 75%);background-size:200% 100%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden;direction:rtl;font-size:14px;line-height:1.5;letter-spacing:-.003em}.font-mono,kbd,code{font-family:var(--font-mono)!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}::selection{background:var(--accent-light);color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.stat-positive{color:var(--positive)!important}.stat-negative{color:var(--negative)!important}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes dotPulse{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.animate-fadeIn{animation:fadeIn .3s cubic-bezier(.25,.1,.25,1)}.animate-scaleIn{animation:scaleIn .25s cubic-bezier(.25,.1,.25,1)}.animate-slideUp{animation:slideUp .35s cubic-bezier(.25,.1,.25,1)}.loading-dots{display:flex;gap:6px;align-items:center;justify-content:center}.loading-dots span{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:dotPulse 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.glass{background:var(--glass);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}[data-theme=dark]{color-scheme:dark}[data-theme=dark] body{background-color:#0f0f0f!important;color:#f5f5f7!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#f5f5f7!important}[data-theme=dark] p,[data-theme=dark] label{color:#a1a1a6!important}[data-theme=dark] span{color:inherit}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background-color:#1a1a1a!important;color:#f5f5f7!important;border-color:#ffffff1f!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#6e6e73!important}[data-theme=dark] option{background-color:#1a1a1a!important;color:#f5f5f7!important}[data-theme=dark] table{background-color:#1a1a1a!important}[data-theme=dark] thead,[data-theme=dark] thead tr,[data-theme=dark] thead th{background-color:#161616!important;color:#a1a1a6!important;border-color:#ffffff14!important}[data-theme=dark] tbody td{color:#f5f5f7!important;border-color:#ffffff0d!important}[data-theme=dark] tbody tr:hover{background-color:#222!important}[data-theme=dark] tbody tr:nth-child(2n){background-color:#ffffff05!important}[data-theme=dark] pre,[data-theme=dark] code{background-color:#222!important;color:#e5e7eb!important}[data-theme=dark] kbd{background-color:#222!important;color:#a1a1a6!important;border-color:#ffffff1f!important}[data-theme=dark] svg text{fill:#a1a1a6!important}[data-theme=dark] ::-webkit-scrollbar-track{background:#0F0F0F!important}[data-theme=dark] ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15)!important}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.25)!important}[data-theme=dark] [role=menu],[data-theme=dark] [role=listbox],[data-theme=dark] [role=dialog],[data-theme=dark] [role=tooltip]{background-color:#1a1a1a!important;border-color:#ffffff14!important;color:#f5f5f7!important}[data-theme=dark] .dk-surface{background-color:#1a1a1a!important;border-color:#ffffff14!important}[data-theme=dark] .dk-bg{background-color:#0f0f0f!important}[data-theme=dark] .dk-surface-alt{background-color:#222!important;border-color:#ffffff14!important}[data-theme=dark] .dk-text{color:#f5f5f7!important}[data-theme=dark] .dk-text-sec{color:#a1a1a6!important}[data-theme=dark] .dk-text-ter{color:#6e6e73!important}[data-theme=dark] .dk-border{border-color:#ffffff14!important}[data-theme=dark] [data-dk=surface]{background-color:#1a1a1a!important;border-color:#ffffff14!important;color:#f5f5f7!important}[data-theme=dark] [data-dk=bg]{background-color:#0f0f0f!important}[data-theme=dark] [data-dk=alt]{background-color:#161616!important;border-color:#ffffff14!important}[data-theme=dark] [data-dk=text-primary]{color:#f5f5f7!important}[data-theme=dark] [data-dk=text-secondary]{color:#a1a1a6!important}[data-theme=dark] [data-dk=success-bg]{background-color:#34d39926!important;color:#34d399!important}[data-theme=dark] [data-dk=error-bg]{background-color:#f8717126!important;color:#f87171!important}[data-theme=dark] [data-dk=warning-bg]{background-color:#fbbf2426!important;color:#fbbf24!important}[data-theme=dark] [data-dk=info-bg]{background-color:#67e8f926!important;color:#67e8f9!important}[data-theme=dark] [data-dk=accent-bg]{background-color:#818cf826!important;color:#818cf8!important}@media (max-width: 767px){table{min-width:600px}.table-wrap,[data-table-wrap]{overflow-x:auto;-webkit-overflow-scrolling:touch}[data-cols="2"],[data-cols="3"],[data-cols="4"]{grid-template-columns:1fr!important}[data-card]{padding:12px!important}[data-desktop-only]{display:none!important}input[type=text],input[type=email],input[type=number],input[type=url],select,textarea{font-size:16px!important}[data-modal]{width:100vw!important;max-width:100vw!important;height:100vh!important;border-radius:0!important;top:0!important;left:0!important;right:0!important;bottom:0!important}[data-kpi-grid]{grid-template-columns:1fr 1fr!important;gap:8px!important}[data-filter-bar]{overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;padding-bottom:4px}body,#root{overflow-x:hidden;max-width:100vw}button,a[href],[role=button]{min-height:44px}*{-webkit-text-size-adjust:100%}[data-kpi-row]{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))!important}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:unset}[data-toolbar]{flex-wrap:wrap!important;gap:8px!important}}@keyframes nova-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes nova-pulse{0%,to{opacity:1;filter:drop-shadow(0 0 4px rgba(129,140,248,.8))}50%{opacity:.7;filter:drop-shadow(0 0 8px rgba(129,140,248,1))}}
