*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=navy]{--theme-primary: #1a1a2e;--theme-primary-light: #2a2a4e;--theme-accent: #0d6efd;--theme-accent-teal: #20c997}[data-theme=forest]{--theme-primary: #1b4332;--theme-primary-light: #2d6a4f;--theme-accent: #40916c;--theme-accent-teal: #52b788}[data-theme=slate]{--theme-primary: #2d3748;--theme-primary-light: #4a5568;--theme-accent: #667eea;--theme-accent-teal: #4fd1c5}[data-theme=warm]{--theme-primary: #7c2d12;--theme-primary-light: #9a3412;--theme-accent: #ea580c;--theme-accent-teal: #d97706}:root{--color-red: #dc3545;--color-amber: #ffc107;--color-green: #28a745;--color-blue: var(--theme-accent);--color-teal: var(--theme-accent-teal);--color-orange: #fd7e14;--color-red-bg: #fff5f5;--color-amber-bg: #fffbf0;--nav-bg: var(--theme-primary);--nav-height: 56px;--panel-height: calc(100vh - var(--nav-height) - 80px);--page-max-width: 1080px;--page-bg: #f0f2f5;--card-shadow: 0 2px 16px rgba(0,0,0,.08);font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#212529;background:var(--page-bg)}body{min-height:100vh;background:var(--page-bg)}#root{min-height:100vh;display:flex;flex-direction:column}.app-bound{width:100%;max-width:var(--page-max-width);margin:0 auto;background:#fff;box-shadow:var(--card-shadow);min-height:100vh;display:flex;flex-direction:column}button{cursor:pointer;border:none;border-radius:6px;font-size:14px;font-weight:500;padding:8px 16px;transition:opacity .15s}button:hover{opacity:.85}input,select{font-size:14px;padding:6px 10px;border:1px solid #ced4da;border-radius:6px;width:100%;background:#fff}input:focus,select:focus{outline:2px solid var(--color-blue);outline-offset:1px}label{display:block;font-weight:500;margin-bottom:4px;font-size:13px}.form-group{margin-bottom:14px}
