:root,[data-theme=light]{--color-gold50: #fdf6e3;--color-gold100: #f9e8b8;--color-gold200: #f2d68a;--color-gold300: #e8c15c;--color-gold400: #deae38;--color-gold500: #d4a843;--color-gold600: #b8912b;--color-gold700: #9a7a20;--color-gold800: #7d6318;--color-gold900: #604c10;--color-orange50: #fff3e0;--color-orange100: #ffe0b2;--color-orange200: #ffcc80;--color-orange300: #ffb74d;--color-orange400: #ffa726;--color-orange500: #ff9800;--color-orange600: #fb8c00;--color-orange700: #f57c00;--color-orange800: #ef6c00;--color-orange900: #e65100;--color-silver50: #f5f5f6;--color-silver100: #e8e8ea;--color-silver200: #d0d0d4;--color-silver300: #b0b0b6;--color-silver400: #8e8e96;--color-silver500: #6e6e78;--color-silver600: #55555e;--color-silver700: #3c3c44;--color-silver800: #2a2a30;--color-silver900: #1a1a1f;--color-white: #ffffff;--color-black: #000000;--bg-page: #f5f5f6;--bg-sidebar: #ffffff;--bg-header: #ffffff;--bg-card: #ffffff;--bg-surface: #ffffff;--text-primary: #2a2a30;--text-secondary: #6e6e78;--text-disabled: #b0b0b6;--border-default: #d0d0d4;--accent-primary: #b8912b;--accent-primary-hover: #9a7a20;--accent-secondary: #ffa726;--link-default: #b8912b;--status-success: #2e7d32;--status-success-bg: #e8f5e9;--status-warning: #e65100;--status-warning-bg: #fff3e0;--status-error: #c62828;--status-error-bg: #ffebee;--status-neutral: #6e6e78;--status-neutral-bg: #e8e8ea;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing2xl: 48px;--border-radius-sm: 4px;--border-radius-md: 6px;--border-radius-lg: 8px;--border-radius-xl: 12px}[data-theme=dark]{--color-gold50: #fdf6e3;--color-gold100: #f9e8b8;--color-gold200: #f2d68a;--color-gold300: #e8c15c;--color-gold400: #deae38;--color-gold500: #d4a843;--color-gold600: #b8912b;--color-gold700: #9a7a20;--color-gold800: #7d6318;--color-gold900: #604c10;--color-orange50: #fff3e0;--color-orange100: #ffe0b2;--color-orange200: #ffcc80;--color-orange300: #ffb74d;--color-orange400: #ffa726;--color-orange500: #ff9800;--color-orange600: #fb8c00;--color-orange700: #f57c00;--color-orange800: #ef6c00;--color-orange900: #e65100;--color-silver50: #f5f5f6;--color-silver100: #e8e8ea;--color-silver200: #d0d0d4;--color-silver300: #b0b0b6;--color-silver400: #8e8e96;--color-silver500: #6e6e78;--color-silver600: #55555e;--color-silver700: #3c3c44;--color-silver800: #2a2a30;--color-silver900: #1a1a1f;--color-white: #ffffff;--color-black: #000000;--bg-page: #1a1a1f;--bg-sidebar: #2a2a30;--bg-header: #2a2a30;--bg-card: #2a2a30;--bg-surface: #2a2a30;--text-primary: #e8e8ea;--text-secondary: #8e8e96;--text-disabled: #55555e;--border-default: #3c3c44;--accent-primary: #e8c15c;--accent-primary-hover: #f2d68a;--accent-secondary: #fb8c00;--link-default: #e8c15c;--status-success: #66bb6a;--status-success-bg: #1b3a1e;--status-warning: #ffa726;--status-warning-bg: #3e2700;--status-error: #ef5350;--status-error-bg: #3e1517;--status-neutral: #8e8e96;--status-neutral-bg: #3c3c44;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing2xl: 48px;--border-radius-sm: 4px;--border-radius-md: 6px;--border-radius-lg: 8px;--border-radius-xl: 12px}*{box-sizing:border-box}:root,[data-theme=light]{--border: var(--border-default);--accent: var(--accent-primary);--accent-hover: var(--accent-primary-hover)}[data-theme=dark]{--border: var(--border-default);--accent: var(--accent-primary);--accent-hover: var(--accent-primary-hover)}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-page);color:var(--text-primary)}#root{min-height:100vh}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.form-row{display:flex;gap:1rem;align-items:flex-start;flex-wrap:wrap;margin-bottom:1rem}.form-row>*{flex:1;min-width:150px}@media (max-width: 768px){.form-row{flex-direction:column}.form-row>*{min-width:0;width:100%}}
