.header{display:flex;align-items:center;justify-content:space-between;height:4rem;padding:0 1.5rem;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:40}.header-left{display:flex;align-items:center;gap:1rem}.header-brand h1{font-size:1.5rem;font-weight:700;color:#0f1b2d;margin:0;letter-spacing:-.02em}.menu-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:#374151;line-height:1}.menu-toggle:hover{color:#0f1b2d}.header-right{display:flex;align-items:center;gap:1.5rem}.user-info{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.user-name{font-weight:500;color:#0f1b2d;font-size:.9375rem}.user-role{font-size:.8125rem;color:#6b7280}@media (max-width: 1024px){.menu-toggle{display:block}}.sidebar{width:15rem;background-color:#0f1b2d;color:#f3f4f6;display:flex;flex-direction:column;height:100vh;position:fixed;left:0;top:0;transition:transform .3s ease;z-index:50;border-right:1px solid #1f2937}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:40}.sidebar-nav{flex:1;padding:2rem 0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1.5rem;color:#d1d5db;text-decoration:none;transition:all .2s ease;cursor:pointer;border-left:3px solid transparent}.nav-item:hover:not(.disabled){background-color:#1f2937;color:#f3f4f6;border-left-color:#2563eb}.nav-item.active{background-color:#1f2937;color:#2563eb;border-left-color:#2563eb}.nav-item.disabled{opacity:.5;cursor:not-allowed}.nav-icon{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-label{font-size:.9375rem;font-weight:500}.sidebar-footer{padding:1.5rem;border-top:1px solid #1f2937}.sidebar-user{display:flex;align-items:center;gap:.75rem}.user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.user-details{flex:1;min-width:0}.sidebar-user .user-name{font-weight:500;font-size:.875rem;color:#f3f4f6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user .user-role{font-size:.75rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1024px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block}}@media (max-width: 768px){.sidebar{width:13rem}.sidebar-nav{padding:1rem 0}.nav-item{padding:.75rem 1rem}.nav-label{font-size:.875rem}}@media (max-width: 480px){.sidebar{width:12rem}.nav-label{display:none}.nav-item{justify-content:center;padding:1rem .75rem}.sidebar-footer{padding:1rem}.user-details{display:none}.user-avatar{width:2rem;height:2rem;font-size:.875rem}}.layout{display:flex;height:100vh;background-color:#f9fafb}.layout-main{flex:1;display:flex;flex-direction:column;margin-left:15rem;overflow:hidden}.layout-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem}@media (max-width: 1024px){.layout-main{margin-left:0}.layout-content{padding:1.5rem}}@media (max-width: 768px){.layout-content{padding:1rem}}@media (max-width: 480px){.layout-content{padding:.75rem}}.kpi-card{background:#fff;border-radius:.5rem;padding:1.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;display:flex;align-items:center;gap:1rem}.kpi-card:hover{box-shadow:0 4px 6px -1px #0000001a;border-color:#d1d5db}.kpi-icon{width:3rem;height:3rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.kpi-default .kpi-icon{background-color:#eff6ff;color:#2563eb}.kpi-red .kpi-icon{background-color:#fee2e2;color:#dc2626}.kpi-amber .kpi-icon{background-color:#fef3c7;color:#f59e0b}.kpi-green .kpi-icon{background-color:#dcfce7;color:#10b981}.kpi-content{flex:1}.kpi-label{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:.25rem}.kpi-value{font-size:2rem;font-weight:700;color:#0f1b2d}.kpi-subtext{font-size:.75rem;color:#9ca3af;margin-top:.25rem}@media (max-width: 768px){.kpi-card{flex-direction:column;align-items:flex-start;padding:1rem}.kpi-value{font-size:1.5rem}}.severity-chart{background:#fff;border-radius:.5rem;padding:1.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.chart-title{margin:0 0 1.5rem;font-size:1rem;font-weight:600;color:#0f1b2d}.chart-bars{display:flex;align-items:flex-end;gap:1rem;height:12rem;margin-bottom:1.5rem;padding:1rem 0}.bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:3rem}.bar-container{width:100%;height:100%;background-color:#f3f4f6;border-radius:.25rem;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.bar{width:75%;border-radius:.125rem .125rem 0 0;transition:all .2s ease;min-height:.5rem}.bar:hover{filter:brightness(.9)}.bar-label{font-size:.75rem;font-weight:500;color:#374151;text-align:center}.bar-count{font-size:.875rem;font-weight:600;color:#0f1b2d}.bar-percent{font-size:.6875rem;color:#9ca3af}.chart-stats{display:flex;gap:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:#6b7280;font-weight:500}.stat-value{font-size:1.125rem;font-weight:600;color:#0f1b2d}@media (max-width: 768px){.chart-bars{height:8rem}.chart-stats{gap:1rem}}.badge{display:inline-block;padding:.375rem .75rem;font-size:.875rem;font-weight:500;border-radius:.375rem;white-space:nowrap}.badge.status-detected{background-color:#f3f4f6;color:#374151}.badge.status-assigned{background-color:#dbeafe;color:#1e40af}.badge.status-in-remediation{background-color:#fef3c7;color:#92400e}.badge.status-pending-qc{background-color:#fce7f3;color:#9d174d}.badge.status-remediated{background-color:#dcfce7;color:#166534}.badge.status-closed{background-color:#e5e7eb;color:#4b5563}.badge.severity-critical{background-color:#fee2e2;color:#991b1b}.badge.severity-high{background-color:#fed7aa;color:#92400e}.badge.severity-medium{background-color:#fef3c7;color:#92400e}.badge.severity-low{background-color:#dcfce7;color:#166534}.dashboard{width:100%}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{margin:0 0 .5rem;font-size:2rem;color:#0f1b2d}.dashboard-subtitle{margin:0;color:#6b7280;font-size:.9375rem}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.dashboard-col{display:flex;flex-direction:column}.stats-card{background:#fff;border-radius:.5rem;padding:1.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.card-title{margin:0 0 1.5rem;font-size:1rem;font-weight:600;color:#0f1b2d}.stat-item{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.stat-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.stat-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.5rem;font-weight:700;color:#0f1b2d}.compliance-score{display:flex;align-items:center;gap:1rem}.score-value{font-size:1.5rem;font-weight:700;color:#0f1b2d;min-width:3rem}.score-bar{flex:1;height:.5rem;background-color:#e5e7eb;border-radius:.25rem;overflow:hidden}.score-fill{height:100%;background:linear-gradient(90deg,#10b981,#2563eb);transition:width .3s ease}.status-dist{display:flex;flex-direction:column;gap:.75rem}.dist-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:#f9fafb;border-radius:.25rem}.dist-label{font-size:.8125rem;color:#374151;font-weight:500}.dist-count{font-size:.875rem;color:#0f1b2d;font-weight:600}.recent-section{margin-bottom:2rem}.section-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#0f1b2d}.recent-list{display:flex;flex-direction:column;gap:1rem}.recent-item{background:#fff;border-radius:.5rem;padding:1.25rem;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease}.recent-item:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.recent-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.recent-title h4{margin:0;font-size:.9375rem;font-weight:600;color:#0f1b2d}.recent-id{font-size:.75rem;color:#9ca3af;font-family:Monaco,Courier New,monospace}.recent-badges{display:flex;gap:.5rem;flex-shrink:0}.recent-details{display:flex;gap:2rem;flex-wrap:wrap}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.75rem;color:#6b7280;font-weight:500}.detail-value{font-size:.875rem;color:#0f1b2d;font-weight:500}.detail-item.days-remaining.overdue .detail-value{color:#dc2626;font-weight:600}@media (max-width: 1024px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-row{grid-template-columns:1fr}.recent-details{gap:1rem}}@media (max-width: 768px){.kpi-grid{grid-template-columns:1fr}.dashboard-header h1{font-size:1.5rem}.recent-header,.recent-badges{flex-direction:column}}.exception-card{background:#fff;border-radius:.5rem;padding:1.25rem;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease}.exception-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.card-title-section{flex:1;min-width:0}.card-title{margin:0;font-size:.9375rem;font-weight:600;color:#0f1b2d;line-height:1.4}.card-id{display:inline-block;font-size:.75rem;color:#9ca3af;font-family:Monaco,Courier New,monospace;margin-top:.25rem}.card-badges{display:flex;gap:.5rem;flex-shrink:0}.card-scope{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.scope-breadcrumb{font-size:.8125rem;color:#6b7280;line-height:1.5}.card-metrics{display:flex;gap:1.5rem;flex-wrap:wrap}.metric{display:flex;flex-direction:column;gap:.25rem}.metric-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.metric-value{font-size:.875rem;font-weight:600;color:#0f1b2d}.metric.days-remaining.overdue .metric-value{color:#dc2626;font-size:.9375rem}@media (max-width: 768px){.exception-card{padding:1rem}.card-header{flex-direction:column;gap:.75rem}.card-badges{align-self:flex-start}.card-metrics{gap:1rem}}.exception-filters{background:#fff;border-radius:.5rem;padding:1.5rem;border:1px solid #e5e7eb;margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d}.filter-section{margin-bottom:1.5rem}.filter-section:last-child{margin-bottom:0}.filter-label{display:block;font-size:.875rem;font-weight:600;color:#0f1b2d;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.filter-input{width:100%;padding:.625rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#f9fafb;color:#0f1b2d;transition:all .2s ease}.filter-input:focus{outline:none;border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 3px #2563eb1a}.filter-input::placeholder{color:#9ca3af}.filter-options{display:flex;flex-wrap:wrap;gap:1rem}.filter-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151}.filter-checkbox input[type=checkbox]{width:1rem;height:1rem;cursor:pointer;accent-color:#2563eb}.filter-checkbox:hover{color:#0f1b2d}.filter-reset{width:100%;padding:1rem 1rem .625rem;margin-top:1rem;border-top:1px solid #e5e7eb;background:none;border:none;color:#2563eb;font-weight:500;font-size:.875rem;cursor:pointer;transition:color .2s ease}.filter-reset:hover{color:#1d4ed8}@media (max-width: 768px){.exception-filters{padding:1rem}.filter-section{margin-bottom:1rem}.filter-options{gap:.75rem}.filter-checkbox{font-size:.8125rem}}.exception-queue{width:100%}.queue-header{margin-bottom:2rem}.queue-header h1{margin:0 0 .5rem;font-size:2rem;color:#0f1b2d}.queue-subtitle{margin:0;color:#6b7280;font-size:.9375rem}.queue-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.sort-control{display:flex;align-items:center;gap:.75rem}.sort-control label{font-size:.875rem;font-weight:500;color:#374151}.sort-select{padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#0f1b2d;cursor:pointer;transition:all .2s ease}.sort-select:hover{border-color:#9ca3af}.sort-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.result-count{font-size:.875rem;color:#6b7280;font-weight:500}.exception-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.empty-state{background:#fff;border-radius:.5rem;padding:3rem;text-align:center;border:1px solid #e5e7eb;color:#6b7280}.empty-state p{margin:0 0 1rem;font-size:.9375rem}.btn-reset{padding:.625rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-reset:hover{background-color:#1d4ed8}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;margin-top:2rem}.pagination-btn{padding:.625rem 1rem;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background-color:#e5e7eb;border-color:#9ca3af}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.875rem;color:#6b7280;font-weight:500;min-width:8rem;text-align:center}@media (max-width: 768px){.queue-header h1{font-size:1.5rem}.queue-controls{flex-direction:column;align-items:stretch}.sort-control{flex-direction:column}.result-count{text-align:center}.pagination{flex-direction:column;gap:1rem}}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:500;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;gap:.5rem}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.btn-md{padding:.625rem 1rem;font-size:.9375rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 4px 6px -1px #0000001a}.btn-secondary{background-color:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.btn-secondary:hover:not(:disabled){background-color:#e5e7eb}.btn-danger{background-color:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background-color:#b91c1c;box-shadow:0 4px 6px -1px #0000001a}.btn-ghost{background-color:transparent;color:#2563eb;border:none}.btn-ghost:hover:not(:disabled){background-color:#eff6ff}.btn-full-width,.exception-detail{width:100%}.detail-header{margin-bottom:2rem}.back-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#2563eb;font-weight:500;cursor:pointer;margin-bottom:1rem;padding:.5rem 0;transition:color .2s ease}.back-btn:hover{color:#1d4ed8}.detail-title{margin:0 0 1rem;font-size:2rem;color:#0f1b2d}.detail-badges{display:flex;gap:.75rem}.error-banner{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem}.detail-content{display:flex;flex-direction:column;gap:2rem}.detail-section{background:#fff;border-radius:.5rem;padding:1.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.section-title{margin:0 0 1.5rem;font-size:1rem;font-weight:600;color:#0f1b2d}.scope-hierarchy{display:flex;flex-direction:column;gap:1rem}.hierarchy-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background-color:#f9fafb;border-radius:.375rem;border-left:3px solid #2563eb}.hierarchy-label{font-size:.75rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.hierarchy-value{font-size:.9375rem;color:#0f1b2d;font-weight:500}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1rem;margin-bottom:1rem}.detail-field{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#f9fafb;border-radius:.375rem}.detail-field.overdue{background-color:#fee2e2}.field-label{font-size:.75rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.field-value{font-size:.9375rem;font-weight:500;color:#0f1b2d}.field-value.overdue{color:#991b1b}code.field-value{font-family:Monaco,Courier New,monospace;font-size:.8125rem;background-color:#fff;padding:.25rem .5rem;border-radius:.25rem}.narrative-box{margin-top:1rem;padding:1rem;background-color:#f3f4f6;border-radius:.375rem;border-left:3px solid #9ca3af}.narrative-box p{margin:.5rem 0 0;color:#374151;line-height:1.6}.status-timeline{display:flex;justify-content:space-between;align-items:center;margin:2rem 0;position:relative}.timeline-step{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1}.step-circle{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;border:2px solid #e5e7eb;transition:all .2s ease}.timeline-step.completed .step-circle{background-color:#10b981;color:#fff;border-color:#10b981}.step-label{font-size:.75rem;text-align:center;color:#6b7280;font-weight:500;max-width:4rem;word-wrap:break-word}.timeline-step.completed .step-label{color:#0f1b2d;font-weight:600}.action-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#0f1b2d}.status-select,.action-textarea{padding:.625rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#0f1b2d;transition:all .2s ease}.status-select:focus,.action-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.action-textarea{resize:vertical;min-height:6rem}.action-history{display:flex;flex-direction:column;gap:1rem}.history-item{padding:1rem;background-color:#f9fafb;border-radius:.375rem;border-left:3px solid #2563eb}.history-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.history-title{display:flex;align-items:center;gap:.75rem}.history-title strong{color:#0f1b2d;font-size:.875rem}.history-status{display:inline-block;padding:.25rem .5rem;background-color:#dbeafe;color:#1e40af;border-radius:.25rem;font-size:.75rem;font-weight:500}.history-date{font-size:.75rem;color:#9ca3af;white-space:nowrap}.history-action{margin:0;color:#374151;font-size:.875rem;line-height:1.6}@media (max-width: 768px){.detail-title{font-size:1.5rem}.details-grid{grid-template-columns:1fr}.status-timeline{flex-direction:column;gap:1rem}.timeline-step{width:100%}.history-header{flex-direction:column}}.app-loading,.app-error,.app-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center}.loading-spinner{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.app-loading p,.app-error p{color:#6b7280;font-size:1rem;margin-top:1rem}.app-error{background-color:#fff;border-radius:.5rem;padding:2rem;border:1px solid #e5e7eb;margin:2rem}.app-error h1{color:#dc2626;font-size:1.5rem;margin-bottom:.5rem}.app-error p{color:#991b1b;margin-bottom:1.5rem}.app-not-found{background-color:#fff;border-radius:.5rem;padding:3rem 2rem;border:1px solid #e5e7eb;margin:2rem}.app-not-found h1{color:#0f1b2d;font-size:1.875rem;margin-bottom:.5rem}.app-not-found p{color:#6b7280;margin-bottom:1.5rem}.error-retry-btn{padding:.625rem 1.5rem;background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.error-retry-btn:hover{background-color:#1d4ed8;box-shadow:0 4px 6px -1px #0000001a}:root{--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-navy: #0f1b2d;--color-navy-light: #1f2937;--color-white: #ffffff;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-red: #dc2626;--color-red-light: #fee2e2;--color-amber: #f59e0b;--color-amber-light: #fef3c7;--color-green: #10b981;--color-green-light: #dcfce7;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: .9375rem;--font-size-lg: 1rem;--font-size-xl: 1.125rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--border-radius-sm: .25rem;--border-radius-md: .375rem;--border-radius-lg: .5rem;--border-radius-xl: 1rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:1.5;color:#374151;background-color:#f9fafb;overflow-x:hidden}#root{display:flex;height:100vh}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);line-height:1.2;margin:0}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}p{margin:0}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--color-primary-dark)}::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:.25rem}::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{body{background-color:#fff}.layout{display:block}.sidebar,.header,.menu-toggle{display:none}.layout-main{margin-left:0}}
