@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary: #000000;--bg-secondary: #09090b;--bg-tertiary: #18181b;--text-primary: #ffffff;--text-secondary: #a1a1aa;--primary: #6366f1;--primary-hover: #4f46e5;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--border: rgba(255, 255, 255, .1)}html,body{background-color:var(--bg-primary);color:var(--text-primary);user-select:none;touch-action:pan-x pan-y;overscroll-behavior-y:none;-webkit-user-select:none;-webkit-touch-callout:none;height:100%;overflow:hidden}.bg-theme-bg{background-color:var(--bg-primary)}.bg-theme-surface{background-color:var(--bg-secondary)}.bg-theme-card{background-color:var(--bg-tertiary)}.text-theme-primary{color:var(--text-primary)}.text-theme-secondary{color:var(--text-secondary)}.text-theme-brand{color:var(--primary)}.border-theme{border-color:var(--border)}.border-theme-soft{border-color:color-mix(in sRGB,var(--text-primary),transparent 90%)}.bg-theme-brand{background-color:var(--primary)}.bg-theme-soft{background-color:color-mix(in sRGB,var(--text-primary),transparent 95%)}.shadow-theme{box-shadow:var(--shadow)}*{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.2s}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}
