@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";@custom-variant dark (&:is(.dark *));:root{--font-size: 16px;--font-family: "Open Sans", Arial, Helvetica, sans-serif;--background: #ffffff;--foreground: oklch(.145 0 0);--card: #ffffff;--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: #0090A7;--primary-foreground: #ffffff;--primary-lightest: #e8f2f3;--primary-light: #e0f0f3;--primary-lighter: #e0f5f8;--primary-medium: #bce0e7;--primary-dark: #408d9b;--primary-darkest: #004d59;--primary-borders: #bee7ed;--accent: #6EE7B7;--secondary: #6B5B95;--secondary-foreground: #ffffff;--chart-primary: #0090A7;--chart-secondary: #00A878;--success: #10B981;--success-dark: #059669;--success-light: #6EE7B7;--success-lighter: #dbefe5;--success-foreground: #ffffff;--warning: #F59E0B;--warning-dark: #D97706;--warning-light: #FCD34D;--warning-lighter: #FEF3C7;--warning-foreground: #ffffff;--danger: #EF4444;--danger-dark: #DC2626;--danger-light: #FCA5A5;--danger-lighter: #FEE2E2;--danger-foreground: #ffffff;--critical: #374151;--critical-dark: #1F2937;--critical-light: #6B7280;--critical-lighter: #F3F4F6;--critical-foreground: #ffffff;--moderate: #EAB308;--moderate-dark: #CA8A04;--moderate-light: #FDE047;--moderate-lighter: #FEF9C3;--moderate-foreground: #ffffff;--surplus: #3B82F6;--surplus-dark: #2563EB;--surplus-light: #93C5FD;--surplus-lighter: #DBEAFE;--surplus-foreground: #ffffff;--dayoff: #9333EA;--dayoff-dark: #7b1fa2;--dayoff-light: #C084FC;--dayoff-lighter: #F3E8FF;--dayoff-foreground: #ffffff;--overtime: #DB2777;--overtime-dark: #9D174D;--overtime-light: #F9A8D4;--overtime-lighter: #FCE7F3;--overtime-foreground: #ffffff;--chart-1: #0090A7;--chart-2: #4A9FD8;--chart-3: #10B981;--chart-4: #F59E0B;--chart-5: #EF4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--muted: #ececf0;--muted-foreground: #717182;--accent: #e9ebef;--accent-foreground: #030213;--destructive: #EF4444;--destructive-foreground: #ffffff;--border: rgba(0, 0, 0, .1);--input: transparent;--input-background: #f3f3f5;--switch-background: #cbced4;--font-weight-medium: 500;--font-weight-normal: 400;--ring: oklch(.708 0 0);--radius: .625rem;--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: #0090A7;--sidebar-primary-foreground: #ffffff;--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.145 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.145 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.985 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.396 .141 25.723);--destructive-foreground: oklch(.637 .237 25.331);--border: oklch(.269 0 0);--input: oklch(.269 0 0);--ring: oklch(.439 0 0);--font-weight-medium: 500;--font-weight-normal: 400;--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(.269 0 0);--sidebar-ring: oklch(.439 0 0)}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-input-background: var(--input-background); --color-switch-background: var(--switch-background); --color-ring: var(--ring); --color-success: var(--success); --color-success-dark: var(--success-dark); --color-success-light: var(--success-light); --color-success-lighter: var(--success-lighter); --color-success-foreground: var(--success-foreground); --color-warning: var(--warning); --color-warning-dark: var(--warning-dark); --color-warning-light: var(--warning-light); --color-warning-lighter: var(--warning-lighter); --color-warning-foreground: var(--warning-foreground); --color-danger: var(--danger); --color-danger-dark: var(--danger-dark); --color-danger-light: var(--danger-light); --color-danger-lighter: var(--danger-lighter); --color-danger-foreground: var(--danger-foreground); --color-critical: var(--critical); --color-critical-dark: var(--critical-dark); --color-critical-light: var(--critical-light); --color-critical-lighter: var(--critical-lighter); --color-critical-foreground: var(--critical-foreground); --color-moderate: var(--moderate); --color-moderate-dark: var(--moderate-dark); --color-moderate-light: var(--moderate-light); --color-moderate-lighter: var(--moderate-lighter); --color-moderate-foreground: var(--moderate-foreground); --color-surplus: var(--surplus); --color-surplus-dark: var(--surplus-dark); --color-surplus-light: var(--surplus-light); --color-surplus-lighter: var(--surplus-lighter); --color-surplus-foreground: var(--surplus-foreground); --color-gray-50: var(--gray-50); --color-gray-100: var(--gray-100); --color-gray-200: var(--gray-200); --color-gray-300: var(--gray-300); --color-gray-400: var(--gray-400); --color-gray-500: var(--gray-500); --color-gray-600: var(--gray-600); --color-gray-700: var(--gray-700); --color-gray-800: var(--gray-800); --color-gray-900: var(--gray-900); --color-chart-primary: var(--chart-primary); --color-chart-secondary: var(--chart-secondary); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }@layer base{*{@apply border-border;outline-color:rgb(from var(--color-ring) r g b / .5)}html{overflow:hidden}body{@apply bg-background text-foreground;font-family:var(--font-family);margin:0;padding:0;height:100%}}@layer base{:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))){h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}h4{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}p{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}label,button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}}html{font-size:var(--font-size);height:100%}#root{height:100%}.app-container{display:flex;flex-direction:column;height:100%;background-image:url(/assets/bg_paper_green-DIehuYWW.png)}a{color:var(--primary)}::-webkit-scrollbar{width:.5em}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.25em}::-webkit-scrollbar-thumb{background:#0090a7;border-radius:.25em}::-webkit-scrollbar-thumb:hover{background:#007a8f}.suggestion-card{margin-top:.5em}.suggestion-shifts{display:flex;flex-direction:column;gap:.5em;margin-bottom:.75em}.suggestion-actions{display:flex;gap:.5em;margin-top:.75em;justify-content:end}.suggestion-shifts .shift-view .shift-view__container{border-color:var(--primary-borders)}.suggestion-shift-wrapper{transition:opacity .3s}.suggestion-shift-wrapper.applied{opacity:.5;pointer-events:none}.suggestion-card .btn-add-shifts{width:100%}.app-layout{height:100vh;display:flex;flex-direction:column;background-color:var(--primary-lightest);overflow:hidden}.app-content{display:flex;height:calc(100vh - 64px);overflow:hidden;position:relative;width:100%;margin:0 auto}.frame{display:flex;width:100%}.app-pages{flex:1;overflow:hidden;display:flex;flex-direction:column;width:100%;background-color:#e8f2f3;transition:all .25s ease-out;height:100%}.app-pages__inner{width:100%;margin:0 auto;height:100%;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.page-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow-y:visible;overflow-x:hidden}.page-wrapper--slide-in-right{animation:slideInFromRight .3s ease-out forwards}.page-wrapper--slide-in-left{animation:slideInFromLeft .3s ease-out forwards}.page-wrapper--slide-out-left{animation:slideOutToLeft .3s ease-out forwards}.page-wrapper--slide-out-right{animation:slideOutToRight .3s ease-out forwards}@keyframes slideInFromRight{0%{transform:translate(10%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-10%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-10%);opacity:0}}@keyframes slideOutToRight{0%{transform:translate(0);opacity:1}to{transform:translate(10%);opacity:0}}.app-assistant{position:relative;flex:0;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;background:#fff;transition:all .25s ease-out;z-index:10}.app-assistant--visible{flex:0 0 33%}.present-shifts-view{display:flex;align-items:center;gap:20px}.present-shifts-view__content{display:flex;align-items:center;gap:12px}.present-shifts-view__label{font-size:12px;color:#757575;text-transform:uppercase;letter-spacing:.5px}.present-shifts-view__value{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;border-radius:8px;transition:all .2s ease;text-align:center;min-width:110px}.present-shifts-view__value-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px}.present-shifts-view__value-number{font-size:22px}.present-shifts-view__value--shortage{background:#ffebee;color:#d32f2f}.present-shifts-view__value--optimal{background:#e8f5e9;color:#00c853}.present-shifts-view__value--surplus{background:#e3f2fd;color:#1976d2}.present-shifts-view__status{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;border-radius:8px;min-width:110px;text-align:center}.present-shifts-view__status-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px}.present-shifts-view__status-value{font-size:22px}.present-shifts-view__status--optimal{background:#e8f5e9;color:#00c853}.present-shifts-view__status--shortage{background:#ffebee;color:#d32f2f}.present-shifts-view__status--surplus{background:#e3f2fd;color:#1976d2}.present-shifts-view__actions{display:flex;align-items:center;gap:12px}.present-shifts-view__recommendations-link{display:flex;align-items:center;gap:6px;padding:8px 16px;background:transparent;color:var(--color-primary, #0090A7);border:1px solid var(--color-primary, #0090A7);border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s ease;white-space:nowrap;text-decoration:none}.present-shifts-view__recommendations-link:hover{background:var(--color-primary, #0090A7);color:#fff;transform:translateY(-1px)}.present-shifts-view__recommendations-link svg{flex-shrink:0}.present-shifts-view__button{padding:10px 24px;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease;font-family:Open Sans,sans-serif;min-width:160px;white-space:nowrap}.present-shifts-view__button--severe{background:#d32f2f;color:#fff}.present-shifts-view__button--severe:hover:not(:disabled){background:#b71c1c;color:#fff}.present-shifts-view__button--light{background:#d32f2f;color:#fff}.present-shifts-view__button--light:hover:not(:disabled){background:#b71c1c;color:#fff}.present-shifts-view__button--optimal{visibility:hidden}.present-shifts-view__button--surplus{background:#1976d2;color:#fff}.present-shifts-view__button--surplus:hover:not(:disabled){background:#1565c0;color:#fff}.present-shifts-view__button:disabled{visibility:hidden}.dialog-exchange-suggestion__overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog-exchange-suggestion__content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:500px;width:100%;max-height:80vh;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.dialog-exchange-suggestion__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e0e0e0;flex-shrink:0}.dialog-exchange-suggestion__title{font-size:18px;font-weight:600;color:#212121;margin:0}.dialog-exchange-suggestion__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:4px;background:transparent;color:#757575;cursor:pointer;transition:all .2s ease}.dialog-exchange-suggestion__close:hover{background:#f5f5f5;color:#212121}.dialog-exchange-suggestion__body{overflow-y:auto;padding:12px;flex:1}.dialog-exchange-suggestion__group{margin-bottom:20px}.dialog-exchange-suggestion__group:last-child{margin-bottom:0}.dialog-exchange-suggestion__group-header{padding:0 12px 8px}.dialog-exchange-suggestion__group-title{font-size:13px;font-weight:600;color:#212121;margin:0 0 2px;text-transform:uppercase;letter-spacing:.5px}.dialog-exchange-suggestion__group-subtitle{font-size:11px;color:#757575;margin:0;font-style:italic}.dialog-exchange-suggestion__shift{display:flex;align-items:center;gap:12px;padding:12px;border-radius:6px;cursor:pointer;transition:all .2s ease}.dialog-exchange-suggestion__shift:hover{background:#f5f5f5}.dialog-exchange-suggestion__shift-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;flex-shrink:0}.dialog-exchange-suggestion__shift-info{flex:1;min-width:0}.dialog-exchange-suggestion__shift-name{font-size:14px;font-weight:600;color:#212121;margin-bottom:4px}.dialog-exchange-suggestion__shift-details{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.dialog-exchange-suggestion__shift-location{font-size:12px;color:#757575}.dialog-exchange-suggestion__shift-availability{font-size:11px;color:#616161;font-style:italic}.dialog-reallocation__shift-wrapper{margin-bottom:24px}.dialog-reallocation__shift-info{background:linear-gradient(135deg,#0090a7,#006b7d);border-radius:8px;padding:20px;margin-bottom:24px;color:#fff}.dialog-reallocation__shift-details{margin-bottom:12px}.dialog-reallocation__shift-name{font-size:18px;font-weight:600;margin:0 0 4px}.dialog-reallocation__shift-position{font-size:14px;margin:0;opacity:.9}.dialog-reallocation__current-area{display:flex;align-items:center;gap:8px;font-size:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.2)}.dialog-reallocation__label{opacity:.9}.dialog-reallocation__area-value{font-weight:600}.dialog-reallocation__section{margin-bottom:24px}.dialog-reallocation__section-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}.dialog-reallocation__section-subtitle{font-size:14px;color:#6b7280;margin:0 0 16px}.dialog-reallocation__search{position:relative;margin-bottom:1em}.dialog-reallocation__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.dialog-reallocation__search-input{width:-webkit-fill-available;padding:10px 12px 10px 40px;border:2px solid #e5e7eb;border-radius:8px;font-size:.8em;font-family:Open Sans,sans-serif;transition:all .2s}.dialog-reallocation__search-input:focus{outline:none;border-color:#0090a7;box-shadow:0 0 0 3px #0090a71a}.dialog-reallocation__search-input::placeholder{color:#9ca3af}.dialog-reallocation__wards-list{display:flex;flex-direction:column;gap:.5em}.dialog-reallocation__ward-wrapper{cursor:pointer;transition:all .2s}.dialog-reallocation__ward-wrapper--selected .ward-view__container{border:2px solid var(--color-primary, #0090a7);background:#e6f7f9}.dialog-reallocation__ward-wrapper .ward-view{cursor:pointer}.dialog-reallocation__no-results{text-align:center;padding:32px 16px;color:#9ca3af;font-size:14px}.dialog-reallocation__results-info{text-align:center;font-size:13px;color:#6b7280;margin-top:12px;margin-bottom:0}.dialog-reallocation__loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 32px}.dialog-reallocation__loading-icon{width:48px;height:48px;color:var(--color-primary, #0090A7);animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dialog-reallocation__loading-text{font-size:15px;color:#6b7280;text-align:center;line-height:1.5}.dialog-reallocation__success{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 32px}.dialog-reallocation__success-icon{width:56px;height:56px;color:#4caf50;animation:scaleIn .4s ease}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.dialog-reallocation__success-text{font-size:15px;color:#111827;text-align:center;line-height:1.5;font-weight:500;margin-bottom:8px}.head_forecasting{font-size:.85em;color:var(--muted-foreground);display:flex;flex-direction:column;padding:1em;border-radius:.5em;box-shadow:0 0 10px #00000010;overflow:hidden;transition:all .5s ease-in-out;min-height:6em;max-height:10em}.head_forecasting--loading{background-color:var(--gray-50);border:1px dashed var(--gray-300);position:relative;display:block}.head_forecasting__loader-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.5em;color:var(--muted-foreground)}.head_forecasting__spinner{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.head_forecasting__header{display:flex;align-items:center;gap:.5em;font-weight:700;text-transform:uppercase}.head_forecasting__page-nav{display:flex;align-items:center;gap:.1em;margin-left:auto;background:#ffffff1f;border-radius:100px;padding:.1em .3em;flex-shrink:0}.head_forecasting__page-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.15em;border-radius:50%;color:inherit;transition:background .15s;line-height:0}.head_forecasting__page-btn:not(:disabled):hover{background:#ffffff38}.head_forecasting__page-btn:disabled{opacity:.3;cursor:default}.head_forecasting__page-counter{font-size:.62em;font-weight:700;opacity:.75;letter-spacing:.03em;min-width:2.2em;text-align:center;font-variant-numeric:tabular-nums}.head_forecasting__icon{flex-shrink:0}.head_forecasting__title{font-size:.85em}.head_forecasting__text{font-style:italic;line-height:1.4}.head_forecasting__progress-container{display:flex;align-items:center;gap:.75rem;margin:.25em 0}.head_forecasting__progress-text{flex:1;margin:0;font-size:.9em}.head_forecasting__progress-wrapper{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center}@keyframes drawCircle{0%{stroke-dashoffset:125.6637}}.head_forecasting__progress-circle{animation:drawCircle 1s ease-out forwards}.head_forecasting__progress-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.8em;font-weight:700;color:inherit}.head_forecasting__actions{display:flex;gap:.5em;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease,margin-top .3s ease;margin-top:0;padding-top:0;border-top:1px solid transparent;padding-bottom:.25em}.head_forecasting:hover .head_forecasting__actions{max-height:3em;opacity:1;margin-top:.5em;padding-top:.75em}.head_forecasting__btn{background:transparent;border:1px solid currentColor;padding:.4em .8em;border-radius:.25em;font-size:.9em;font-weight:600;cursor:pointer;transition:all .2s ease}.head_forecasting__btn:not(:disabled):hover{background:#fff3}.head_forecasting__btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.head_forecasting--critical{background-color:var(--danger-lighter);color:var(--danger-dark);border:1px solid var(--danger);stroke:var(--danger)}.head_forecasting--critical .head_forecasting__icon,.head_forecasting--critical .head_forecasting__title{color:var(--danger)}.head_forecasting--undercovered{background-color:var(--danger-lighter);color:var(--danger-dark);border:1px solid var(--danger);stroke:var(--danger)}.head_forecasting--undercovered .head_forecasting__icon,.head_forecasting--undercovered .head_forecasting__title{color:var(--danger-dark)}.head_forecasting--nearcovered{background-color:var(--moderate-lighter);color:var(--moderate-dark);border:1px solid var(--moderate-dark);stroke:var(--moderate-dark)}.head_forecasting--nearcovered .head_forecasting__icon,.head_forecasting--nearcovered .head_forecasting__title{color:var(--moderate-dark)}.head_forecasting--covered{background-color:var(--success-lighter);color:var(--success-dark);border:1px solid var(--success-light);stroke:var(--success-dark)}.head_forecasting--covered .head_forecasting__icon,.head_forecasting--covered .head_forecasting__title{color:var(--success-dark)}.head_forecasting--overcovered{background-color:var(--warning-lighter);color:var(--warning-dark);border:1px solid var(--warning-dark);stroke:var(--warning-dark)}.head_forecasting--overcovered .head_forecasting__icon,.head_forecasting--overcovered .head_forecasting__title{color:var(--warning-dark)}.head_rules{display:flex;grid-template-columns:1fr auto;gap:.75em;align-items:center;max-height:0;opacity:0;overflow:hidden;margin-bottom:0;transition:max-height .3s ease,opacity .3s ease,margin-bottom .3s ease}.head_rules .group{display:flex;flex-direction:column;flex:0 0 50%}.head_rules--visible{max-height:20em;opacity:1;margin:1em 0}.head_rule--detailed{display:flex;justify-content:space-between;width:100%;border-bottom:1px solid var(--color-gray-100);padding-bottom:.25em;margin-bottom:.25em;flex-direction:column}.head_rule__info{display:flex;flex-direction:column;gap:.125em;flex:0 0 50%}.head_rule__info-label{font-size:.66em;font-weight:600;color:var(--color-gray-600);display:inline-block}.head_rule__info-count{font-size:.66em;display:inline-block;margin-left:1em}.head_rules__left{display:flex;flex-direction:column;gap:8px;flex:0 0 50%}.head_rule{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.head_rule__value{font-size:.66em;font-weight:600;color:var(--foreground);text-align:right;position:relative;top:8px}.head_rule__content{display:flex;flex-direction:column;gap:.25em}.head_rule__label{font-size:11px;color:var(--muted-foreground)}.head_rule__bar{height:.25em;background:var(--color-gray-200);border-radius:99em;overflow:hidden;width:100%}.head_rule__fill{display:block;height:100%;border-radius:99em}.head_rule__fill--good{background:var(--success)}.head_rule__fill--bad{background:var(--warning)}.head_rules__right{display:flex;flex-direction:column;align-items:flex-end;min-width:90px;flex:1;display:none}.head_rules__metric{display:flex;align-items:center;gap:4px;font-size:20px;font-weight:600;color:#8b1d1d;border-radius:.25em;padding:2px 6px;margin-right:.6em}.head_rules__metric svg{color:#8b1d1d}.head_rules__metric-label{font-size:11px;color:var(--muted-foreground);text-align:right}
