@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@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;--secondary: #6B5B95;--secondary-foreground: #ffffff;--chart-primary: #0090A7;--chart-secondary: #00A878;--success: #10B981;--success-foreground: #ffffff;--warning: #F59E0B;--warning-foreground: #ffffff;--danger: #EF4444;--danger-foreground: #ffffff;--chart-1: #0090A7;--chart-2: #4A9FD8;--chart-3: #10B981;--chart-4: #F59E0B;--chart-5: #EF4444;--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-foreground: var(--success-foreground); --color-warning: var(--warning); --color-warning-foreground: var(--warning-foreground); --color-danger: var(--danger); --color-danger-foreground: var(--danger-foreground); --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)}::-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}.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}.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}.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}.app-layout{height:100vh;display:flex;flex-direction:column;background:#fff;overflow:hidden}.app-content{display:flex;height:calc(100vh - 64px);overflow:hidden;position:relative;width:100%;margin:0 auto}.app-pages{flex:1;overflow:hidden;display:flex;flex-direction:column;width:100%;transition:all .25s ease-out}.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-reallocation__overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:16px}.dialog-reallocation__content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}.dialog-reallocation__content--compact{max-width:400px}.dialog-reallocation__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.dialog-reallocation__title{font-size:20px;font-weight:600;color:#111827;margin:0}.dialog-reallocation__close{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.dialog-reallocation__close:hover{background-color:#f3f4f6;color:#111827}.dialog-reallocation__body{padding:24px;overflow-y:auto;flex:1}.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:16px}.dialog-reallocation__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.dialog-reallocation__search-input{width:100%;padding:10px 12px 10px 40px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;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__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb}.dialog-reallocation__button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.dialog-reallocation__button--cancel{background:#fff;color:#374151;border:1px solid #d1d5db}.dialog-reallocation__button--cancel:hover{background:#f9fafb;border-color:#9ca3af}.dialog-reallocation__button--confirm{background:#0090a7;color:#fff}.dialog-reallocation__button--confirm:hover:not(:disabled){background:#006b7d}.dialog-reallocation__button--confirm:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.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}.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}.dialog-reallocation__success-text{font-size:15px;color:#111827;text-align:center;line-height:1.5;font-weight:500;margin-bottom:8px}.dialog-reallocation__button--acknowledged{background:#0090a7;color:#fff;margin-top:8px}.dialog-reallocation__button--acknowledged:hover{background:#006b7d}.dialog-reallocation__close:disabled{opacity:.5;cursor:not-allowed}.dialog-reallocation__close:disabled:hover{background-color:transparent;color:#6b7280}.dialog-status-change__overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog-status-change__content{background:#fff;border-radius:12px;padding:32px;max-width:400px;width:90%;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.dialog-status-change__text{font-size:16px;color:var(--color-text-primary);margin-bottom:24px;text-align:center;line-height:1.5}.dialog-status-change__buttons{display:flex;gap:12px;justify-content:center}.dialog-status-change__button{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:100px}.dialog-status-change__button--cancel{background:#e0e0e0;color:#424242}.dialog-status-change__button--cancel:hover{background:#d0d0d0}.dialog-status-change__button--confirm{background:var(--color-primary, #0090A7);color:#fff}.dialog-status-change__button--confirm:hover{background:#006b7d}.dialog-status-change__loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 0}.dialog-status-change__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-status-change__loading-text{font-size:15px;color:var(--color-text-secondary);text-align:center;line-height:1.5}.dialog-status-change__success{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 0}.dialog-status-change__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-status-change__success-text{font-size:15px;color:var(--color-text-primary);text-align:center;line-height:1.5;font-weight:500}.page-shift{display:flex;flex-direction:column;gap:24px;width:100%}.page-shift__content{display:flex;justify-content:center;padding:20px}.page-shift__main-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:40px;max-width:800px;width:100%}.page-shift__avatar-section{display:flex;flex-direction:column;align-items:center;padding-bottom:32px;border-bottom:1px solid #e0e0e0;margin-bottom:32px}.page-shift__avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:16px;border:4px solid #f0f0f0}.page-shift__avatar--placeholder{background:linear-gradient(135deg,#0090a7,#006d82);color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:600}.page-shift__name{font-size:28px;font-weight:600;color:#333;margin:0 0 8px}.page-shift__position{font-size:16px;color:#666;margin:0 0 16px}.page-shift__status-badge{padding:8px 20px;border-radius:20px;color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.page-shift__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.page-shift__info-item{display:flex;gap:16px;align-items:flex-start}.page-shift__info-icon{width:40px;height:40px;border-radius:8px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#0090a7;flex-shrink:0}.page-shift__info-content{display:flex;flex-direction:column;gap:4px;min-width:0}.page-shift__info-label{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.page-shift__info-value{font-size:16px;color:#333;font-weight:500;word-wrap:break-word}
