@charset "UTF-8";:root{--co-navy-950: #020b18;--co-navy-900: #0a1628;--co-navy-800: #0f2040;--co-navy-700: #1e3a5f;--co-navy-600: #2d5380;--co-navy-500: #3b6fa0;--co-gold-600: #a8893a;--co-gold-500: #c9a84c;--co-gold-400: #d4b86a;--co-gold-300: #e0c882;--co-gold-100: #faf3de;--co-gray-950: #0d1117;--co-gray-900: #111827;--co-gray-800: #1f2535;--co-gray-700: #333a4d;--co-gray-600: #4a5266;--co-gray-500: #6b7384;--co-gray-400: #9ba3b2;--co-gray-300: #c8cdd8;--co-gray-200: #e2e6ef;--co-gray-100: #f1f3f7;--co-gray-50: #f8f9fb;--co-bg: #f4f6fb;--co-bg-alt: #ffffff;--co-text: #111827;--co-text-muted:#6b7384;--co-border: #e2e6ef;--co-success: #16a34a;--co-warning: #d97706;--co-error: #dc2626;--co-info: #0284c7;--co-sidebar-width: 256px;--co-header-height: 60px;--co-font-display: "Playfair Display", Georgia, serif;--co-font-body: "Inter", system-ui, -apple-system, sans-serif;--co-font-mono: "JetBrains Mono", "Cascadia Code", monospace;--co-radius-sm: 4px;--co-radius: 8px;--co-radius-md: 12px;--co-radius-lg: 16px;--co-radius-xl: 24px;--co-radius-full: 9999px;--co-shadow-sm: 0 1px 3px rgba(10,22,40,.08);--co-shadow: 0 4px 12px rgba(10,22,40,.1);--co-shadow-lg: 0 16px 48px rgba(10,22,40,.14);--co-ease: cubic-bezier(.4, 0, .2, 1);--co-duration: .2s;--co-theme-primary: #C9A84C;--co-theme-primary-dark: #a8893a;--co-theme-sidebar: #0a1628}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:var(--co-font-body);font-size:15px;line-height:1.6;color:var(--co-text);background:var(--co-bg);-webkit-font-smoothing:antialiased}a{color:var(--co-navy-700);text-decoration:none}a:hover{color:var(--co-gold-500)}h1,h2,h3,h4,h5{margin:0 0 .5em;font-family:var(--co-font-display);color:var(--co-navy-900);line-height:1.25}p{margin:0 0 1em}p:last-child{margin-bottom:0}.co-app-shell{display:grid;grid-template-columns:var(--co-sidebar-width) 1fr;grid-template-rows:auto 1fr;min-height:100vh;transition:grid-template-columns var(--co-duration) var(--co-ease)}.co-app-shell.sidebar-collapsed{--co-sidebar-width: 68px}.co-app-header{grid-column:1/-1;height:var(--co-header-height);background:var(--co-bg-alt);border-bottom:1px solid var(--co-border);display:flex;align-items:center;padding-inline:1.25rem;gap:1rem;position:sticky;top:0;z-index:50;box-shadow:var(--co-shadow-sm)}.co-app-sidebar{background:var(--co-theme-sidebar);color:#ffffffb3;overflow-x:hidden;overflow-y:auto;height:calc(100vh - var(--co-header-height));position:sticky;top:var(--co-header-height);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent;transition:width var(--co-duration) var(--co-ease)}.co-app-main{min-height:calc(100vh - var(--co-header-height));padding:1.5rem;overflow-y:auto}.co-card{background:var(--co-bg-alt);border:1px solid var(--co-border);border-radius:var(--co-radius-lg);padding:1.5rem}.co-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.co-card__title{font-size:1rem;font-weight:600;color:var(--co-navy-800);margin:0;font-family:var(--co-font-body)}.co-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.co-kpi-card{background:var(--co-bg-alt);border:1px solid var(--co-border);border-radius:var(--co-radius-lg);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow var(--co-duration) var(--co-ease)}.co-kpi-card:hover{box-shadow:var(--co-shadow)}.co-kpi-card__label{font-size:.8125rem;color:var(--co-text-muted);font-weight:500}.co-kpi-card__value{font-size:1.875rem;font-weight:700;color:var(--co-navy-900);font-family:var(--co-font-display);line-height:1}.co-kpi-card__delta{font-size:.75rem;font-weight:500;display:inline-flex;align-items:center;gap:3px}.co-kpi-card__delta.up{color:var(--co-success)}.co-kpi-card__delta.down{color:var(--co-error)}.co-kpi-card__icon{width:40px;height:40px;border-radius:var(--co-radius-md);display:flex;align-items:center;justify-content:center;align-self:flex-start}.co-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.125rem;border-radius:var(--co-radius);font-family:var(--co-font-body);font-size:.875rem;font-weight:500;cursor:pointer;border:1.5px solid transparent;transition:all var(--co-duration) var(--co-ease);line-height:1;white-space:nowrap}.co-btn--primary{background:var(--co-gold-500);color:var(--co-navy-900);border-color:var(--co-gold-500)}.co-btn--primary:hover{background:var(--co-gold-400);transform:translateY(-1px);box-shadow:0 4px 12px #c9a84c4d}.co-btn--secondary{background:var(--co-navy-800);color:#fff}.co-btn--secondary:hover{background:var(--co-navy-700)}.co-btn--ghost{background:transparent;color:var(--co-gray-600)}.co-btn--ghost:hover{background:var(--co-gray-100);color:var(--co-navy-800)}.co-btn--danger{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.co-btn--danger:hover{background:#fecaca}.co-btn--sm{padding:.3rem .75rem;font-size:.8rem}.co-btn--lg{padding:.7rem 1.5rem;font-size:.9375rem}.co-btn--icon{padding:.5rem;border-radius:var(--co-radius)}.co-btn:focus-visible{outline:2px solid var(--co-gold-500);outline-offset:2px}.co-btn:disabled{opacity:.5;cursor:not-allowed}.co-badge{display:inline-flex;align-items:center;gap:4px;padding:.2rem .6rem;border-radius:var(--co-radius-full);font-size:.7rem;font-weight:600;letter-spacing:.04em;line-height:1}.co-badge--gold{background:var(--co-gold-100);color:var(--co-gold-600)}.co-badge--navy{background:#dbeafe;color:#1d4ed8}.co-badge--green{background:#dcfce7;color:#15803d}.co-badge--yellow{background:#fef9c3;color:#a16207}.co-badge--red{background:#fee2e2;color:#b91c1c}.co-badge--gray{background:var(--co-gray-100);color:var(--co-gray-600)}.co-table-wrap{overflow-x:auto}.co-table{width:100%;border-collapse:collapse;font-size:.875rem}.co-table th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--co-gray-500);border-bottom:1px solid var(--co-border);white-space:nowrap;background:var(--co-gray-50)}.co-table td{padding:.875rem 1rem;border-bottom:1px solid var(--co-border);color:var(--co-gray-700)}.co-table tr:last-child td{border-bottom:none}.co-table tr:hover td{background:var(--co-gray-50)}.co-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:1rem}.co-form-group label{font-size:.8125rem;font-weight:500;color:var(--co-gray-700)}.co-form-group input:not([type=checkbox]):not([type=radio]),.co-form-group select,.co-form-group textarea{width:100%;padding:.5625rem .875rem;border:1.5px solid var(--co-gray-300);border-radius:var(--co-radius);font-family:var(--co-font-body);font-size:.875rem;color:var(--co-text);background:var(--co-bg-alt);transition:border-color var(--co-duration),box-shadow var(--co-duration);appearance:none}.co-form-group input:not([type=checkbox]):not([type=radio]):focus,.co-form-group select:focus,.co-form-group textarea:focus{outline:none;border-color:var(--co-navy-700);box-shadow:0 0 0 3px #1e3a5f1a}.co-form-group input:not([type=checkbox]):not([type=radio]).ng-invalid.ng-touched,.co-form-group select.ng-invalid.ng-touched,.co-form-group textarea.ng-invalid.ng-touched{border-color:var(--co-error)}.co-form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239ba3b2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem;cursor:pointer}.co-form-group input[type=checkbox],.co-form-group input[type=radio]{width:auto;cursor:pointer;accent-color:var(--co-navy-700)}.co-form-group textarea{resize:vertical;min-height:100px}.co-form-group .co-field-error{font-size:.75rem;color:var(--co-error)}.co-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.co-page-header__title{font-size:1.375rem;margin:0;color:var(--co-navy-900)}.co-page-header__subtitle{font-size:.875rem;color:var(--co-text-muted);margin-top:.25rem}.co-spinner{width:24px;height:24px;border:2px solid var(--co-gray-200);border-top-color:var(--co-gold-500);border-radius:50%;animation:co-spin .7s linear infinite}@keyframes co-spin{to{transform:rotate(360deg)}}.co-loading-overlay{display:flex;align-items:center;justify-content:center;min-height:200px;flex-direction:column;gap:1rem;color:var(--co-text-muted);font-size:.875rem}.co-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;gap:1rem;color:var(--co-text-muted)}.co-empty-state__icon{font-size:2.5rem}.co-empty-state__title{font-size:1rem;font-weight:600;color:var(--co-navy-800);margin:0}.co-empty-state__desc{font-size:.875rem;max-width:360px}@media(max-width:1024px){.co-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.co-app-shell{grid-template-columns:0 1fr}.co-app-shell.sidebar-open{grid-template-columns:var(--co-sidebar-width) 1fr}.co-kpi-grid{grid-template-columns:1fr 1fr}.co-app-main{padding:1rem}}@media(max-width:480px){.co-kpi-grid{grid-template-columns:1fr}}:root{--co-font-scale: 1}html[data-font-scale=sm]{font-size:13px}html[data-font-scale=md]{font-size:15px}html[data-font-scale=lg]{font-size:17px}html[data-high-contrast=true]{--co-bg: #000;--co-bg-alt: #111;--co-text: #fff;--co-text-muted:#ccc;--co-border: #555;--co-gray-50: #111;--co-gray-100: #1a1a1a;--co-gray-200: #333;--co-gray-300: #555;--co-gray-400: #888;--co-gray-500: #aaa;--co-gray-600: #ccc;--co-gray-700: #ddd;--co-navy-900: #fff;--co-navy-800: #eee;--co-navy-700: #ddd;--co-navy-600: #ccc;--co-theme-sidebar: #000}html[data-high-contrast=true] a{color:#79b8ff}html[data-high-contrast=true] a:hover{color:#ffdf5d}html[data-high-contrast=true] .co-card,html[data-high-contrast=true] .co-panel{border-color:#555}
