*{margin:0;padding:0;box-sizing:border-box}:root{--breakpoint-mobile: 640px;--breakpoint-tablet: 1024px;--touch-target-min: 44px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 40px;--color-bg-primary: #f5f7fa;--color-bg-secondary: #ffffff;--color-bg-tertiary: #f0f0f0;--color-bg-sidebar: #1a1a2e;--color-bg-sidebar-hover: #252540;--color-bg-sidebar-active: #4f46e5;--color-bg-input: #ffffff;--color-bg-card: #ffffff;--color-bg-modal-overlay: rgba(0, 0, 0, .5);--color-text-primary: #1a1a2e;--color-text-secondary: #666666;--color-text-tertiary: #888888;--color-text-muted: #999999;--color-text-inverse: #ffffff;--color-text-sidebar: #a1a1aa;--color-text-sidebar-active: #ffffff;--color-border-primary: #e2e8f0;--color-border-secondary: #ddd;--color-border-input: #ddd;--color-border-focus: #4f46e5;--color-primary: #4f46e5;--color-primary-hover: #4338ca;--color-primary-light: #e0e7ff;--color-primary-dark: #3730a3;--color-success: #10b981;--color-success-bg: #d1fae5;--color-success-text: #059669;--color-error: #ef4444;--color-error-bg: #fef2f2;--color-error-text: #dc2626;--color-warning: #f59e0b;--color-warning-bg: #fef3c7;--color-warning-text: #d97706;--color-info: #3b82f6;--color-info-bg: #dbeafe;--color-info-text: #1d4ed8;--color-severity-critical: #ef4444;--color-severity-high: #f97316;--color-severity-medium: #f59e0b;--color-severity-low: #3b82f6;--color-chart-1: #4f46e5;--color-chart-2: #10b981;--color-chart-3: #f59e0b;--color-chart-4: #ef4444;--color-chart-5: #8b5cf6;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--transition-theme: background-color .2s ease, color .2s ease, border-color .2s ease}[data-theme=dark]{--color-bg-primary: #0f172a;--color-bg-secondary: #1e293b;--color-bg-tertiary: #334155;--color-bg-sidebar: #0f172a;--color-bg-sidebar-hover: #1e293b;--color-bg-sidebar-active: #4f46e5;--color-bg-input: #1e293b;--color-bg-card: #1e293b;--color-bg-modal-overlay: rgba(0, 0, 0, .7);--color-text-primary: #f1f5f9;--color-text-secondary: #94a3b8;--color-text-tertiary: #64748b;--color-text-muted: #475569;--color-text-inverse: #0f172a;--color-text-sidebar: #94a3b8;--color-text-sidebar-active: #ffffff;--color-border-primary: #334155;--color-border-secondary: #475569;--color-border-input: #475569;--color-border-focus: #6366f1;--color-primary: #6366f1;--color-primary-hover: #4f46e5;--color-primary-light: #312e81;--color-primary-dark: #818cf8;--color-success: #10b981;--color-success-bg: #064e3b;--color-success-text: #34d399;--color-error: #ef4444;--color-error-bg: #7f1d1d;--color-error-text: #fca5a5;--color-warning: #f59e0b;--color-warning-bg: #78350f;--color-warning-text: #fcd34d;--color-info: #3b82f6;--color-info-bg: #1e3a8a;--color-info-text: #93c5fd;--color-chart-1: #6366f1;--color-chart-2: #10b981;--color-chart-3: #f59e0b;--color-chart-4: #ef4444;--color-chart-5: #8b5cf6;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.5;transition:var(--transition-theme)}a{color:var(--color-primary)}.theme-transition{transition:var(--transition-theme)}.hide-mobile{display:block}.show-mobile{display:none}.hide-tablet{display:block}.show-tablet{display:none}@media(max-width:639px){.hide-mobile{display:none!important}.show-mobile{display:block!important}}@media(min-width:640px)and (max-width:1023px){.hide-tablet{display:none!important}.show-tablet{display:block!important}}.grid-responsive-2{display:grid;gap:var(--space-4);grid-template-columns:repeat(2,1fr)}.grid-responsive-3{display:grid;gap:var(--space-4);grid-template-columns:repeat(3,1fr)}.grid-responsive-4{display:grid;gap:var(--space-4);grid-template-columns:repeat(4,1fr)}.grid-responsive-6{display:grid;gap:var(--space-4);grid-template-columns:repeat(6,1fr)}@media(max-width:1023px){.grid-responsive-4,.grid-responsive-6{grid-template-columns:repeat(3,1fr)}}@media(max-width:639px){.grid-responsive-2,.grid-responsive-3{grid-template-columns:1fr}.grid-responsive-4,.grid-responsive-6{grid-template-columns:repeat(2,1fr)}}.touch-target{min-height:var(--touch-target-min);min-width:var(--touch-target-min)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.stack-to-row{display:flex;flex-direction:column;gap:var(--space-3)}@media(min-width:640px){.stack-to-row{flex-direction:row;align-items:center}}.full-width-mobile{width:auto}@media(max-width:639px){.full-width-mobile{width:100%!important}}@media(max-width:639px){input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],input[type=search],select,textarea{font-size:16px!important}}
