@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@600&display=swap);:root{--sidebar-width:260px;--sidebar-collapsed-width:76px;--radius-lg:18px;--font-sans:"Manrope","Segoe UI",sans-serif;--font-display:"Playfair Display","Manrope",sans-serif;--bg:#f3f8ff;--bg-2:#eaf4ff;--glow-1:#0ea5e929;--glow-2:#60a5fa1f;--surface:#ffffffe6;--surface-strong:#fffffffa;--text:#0f172a;--muted:#64748b;--accent:#0ea5e9;--accent-2:#60a5fa;--border:#7da6d647;--shadow:0 18px 42px #2563eb14;--shadow-strong:0 12px 24px #2563eb1a;--hover-bg:#0f172a0d;--nav-active-bg:linear-gradient(135deg,#0ea5e929,#60a5fa1f);--logo-shadow:0 12px 28px #0ea5e938;--chip-hover-shadow:0 10px 18px #2563eb1f;--fc-toolbar-bg:linear-gradient(135deg,#0ea5e9,#7dd3fc);--fc-toolbar-text:#fff;--fc-button-bg:#ffffff40;--fc-button-hover:#ffffff59;--fc-button-active:#0f172a40;--fc-today-bg:#0ea5e91f;--fc-today-border:#0ea5e9;--fc-day-number-bg:#0ea5e9;--fc-day-number-hover:#0284c7;--fc-border:#7da6d661;--calendar-vacation-color:#0ea5e9;--calendar-break-color:#60a5fa}html[data-theme=dark]{--bg:#0b1220;--bg-2:#111827;--glow-1:#38bdf833;--glow-2:#f472b633;--surface:#0f172ac7;--surface-strong:#0f172aeb;--text:#e2e8f0;--muted:#94a3b8;--accent:#38bdf8;--accent-2:#f472b6;--border:#94a3b840;--shadow:0 24px 60px #0206178c;--shadow-strong:0 20px 45px #02061780;--hover-bg:#e2e8f014;--nav-active-bg:linear-gradient(135deg,#38bdf840,#f472b633);--logo-shadow:0 12px 30px #38bdf840;--chip-hover-shadow:0 14px 26px #02061799;--fc-toolbar-bg:linear-gradient(135deg,#0ea5e9,#f472b6);--fc-toolbar-text:#0b1220;--fc-button-bg:#0f172a99;--fc-button-hover:#0f172acc;--fc-button-active:#38bdf859;--fc-today-bg:#38bdf82e;--fc-today-border:#38bdf8;--fc-day-number-bg:#38bdf8;--fc-day-number-hover:#0284c7;--fc-border:#94a3b833;--calendar-vacation-color:#22d3ee;--calendar-break-color:#f472b6;color-scheme:dark}html[data-theme=pastel]{--bg:#fbfaff;--bg-2:#eef8ff;--glow-1:#a78bfa33;--glow-2:#0ea5e924;--surface:#ffffffe6;--surface-strong:#fffffffa;--text:#2d1b5a;--muted:#7c7a8a;--accent:#7c3aed;--accent-2:#0ea5e9;--border:#94a3b847;--shadow:0 18px 44px #4c1d9524;--shadow-strong:0 12px 26px #4c1d9529;--hover-bg:#4c1d9514;--nav-active-bg:linear-gradient(135deg,#7c3aed29,#0ea5e91f);--logo-shadow:0 12px 28px #7c3aed38;--chip-hover-shadow:0 12px 22px #4c1d952e;--fc-toolbar-bg:linear-gradient(135deg,#7c3aed,#0ea5e9);--fc-toolbar-text:#2d1b5a;--fc-button-bg:#fff9;--fc-button-hover:#fffc;--fc-button-active:#a78bfa47;--fc-today-bg:#a78bfa24;--fc-today-border:#a78bfa;--fc-day-number-bg:#a78bfa;--fc-day-number-hover:#7c3aed;--fc-border:#94a3b859;--calendar-vacation-color:#a78bfa;--calendar-break-color:#0ea5e9}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 12% 10%,#0ea5e929,#0000 45%),radial-gradient(circle at 82% 12%,#60a5fa1f,#0000 40%),linear-gradient(180deg,#f3f8ff,#eaf4ff);background:radial-gradient(circle at 12% 10%,var(--glow-1),#0000 45%),radial-gradient(circle at 82% 12%,var(--glow-2),#0000 40%),linear-gradient(180deg,var(--bg) 0,var(--bg-2) 100%);color:#0f172a;color:var(--text);font-family:Manrope,Segoe UI,sans-serif;font-family:var(--font-sans);margin:0}#root,.app-shell,body{min-height:100vh}.app-shell{display:flex;gap:24px;padding:24px}.sidebar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;background:var(--surface);border:1px solid #7da6d647;border:1px solid var(--border);border-radius:18px;border-radius:var(--radius-lg);bottom:24px;box-shadow:0 18px 42px #2563eb14;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:20px;left:24px;padding:20px 16px;position:fixed;top:24px;transition:width .2s ease,padding .2s ease;width:260px;width:var(--sidebar-width)}.sidebar-brand{align-items:center;display:flex;gap:12px}.sidebar-toggle-btn{align-items:center;background:#fffffffa;background:var(--surface-strong);border:1px solid #7da6d647;border:1px solid var(--border);border-radius:12px;color:#0f172a;color:var(--text);cursor:pointer;display:inline-flex;height:40px;justify-content:center;margin-left:auto;width:40px}.sidebar-logo{background:linear-gradient(135deg,#0ea5e9,#60a5fa);background:linear-gradient(135deg,var(--accent),var(--accent-2));border-radius:16px;box-shadow:0 12px 28px #0ea5e938;box-shadow:var(--logo-shadow);color:#fff;display:grid;font-family:Playfair Display,Manrope,sans-serif;font-family:var(--font-display);font-size:20px;font-weight:700;height:64px;overflow:hidden;place-items:center;width:64px}.sidebar-logo img{border-radius:inherit;display:block;height:100%;object-fit:contain;width:100%}.sidebar-logo.has-logo{background:#fff;border:1px solid #0f172a14;box-shadow:0 12px 28px #0ea5e938;box-shadow:var(--logo-shadow)}.sidebar-logo.has-logo img{border-radius:0;padding:2px}body[data-theme=dark] .sidebar-logo.has-logo{background:#f8fafc;border-color:#94a3b866}.sidebar-title{display:flex;flex-direction:column;gap:2px}.sidebar-name{font-weight:700;letter-spacing:.2px}.sidebar-sub{color:#64748b;color:var(--muted);font-size:12px}.sidebar-nav{display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 220px);overflow-y:auto;padding-right:4px}.sidebar-nav::-webkit-scrollbar{width:8px}.sidebar-nav::-webkit-scrollbar-thumb{background:#7da6d647;background:var(--border);border-radius:999px}.sidebar-nav::-webkit-scrollbar-track{background:#0000}.sidebar-link{align-items:center;border-radius:12px;color:#64748b;color:var(--muted);display:flex;font-size:.98rem;font-weight:600;gap:12px;padding:9px 12px;text-decoration:none;transition:all .2s ease}.sidebar-toggle{background:#0000;border:none;color:inherit;cursor:pointer;font:inherit;text-align:left}.sidebar-toggle .sidebar-caret{margin-left:auto;opacity:.7;transition:transform .2s ease}.sidebar-toggle .sidebar-caret.is-open{transform:rotate(180deg)}.sidebar-subnav{border-left:1px dashed #7da6d647;border-left:1px dashed var(--border);display:flex;flex-direction:column;gap:6px;margin-left:34px;padding-left:8px}.sidebar-subnav .sidebar-link{font-size:.94rem;font-weight:600;padding:8px 11px}.sidebar-link:hover{background:#0f172a0d;background:var(--hover-bg);color:#0f172a;color:var(--text);transform:translateX(2px)}.sidebar-link.is-active{background:linear-gradient(135deg,#0ea5e929,#60a5fa1f);background:var(--nav-active-bg);box-shadow:inset 3px 0 0 #0ea5e9,0 12px 24px #2563eb1a;box-shadow:inset 3px 0 0 var(--accent),var(--shadow-strong);color:#0f172a;color:var(--text)}.sidebar-icon{font-size:20px}.app-main{display:flex;flex:1 1;flex-direction:column;gap:24px;margin-left:284px;margin-left:calc(var(--sidebar-width) + 24px);min-width:0;transition:margin-left .2s ease}.sidebar.is-collapsed{gap:14px;padding:16px 9px;width:76px;width:var(--sidebar-collapsed-width)}.sidebar.is-collapsed .sidebar-brand{align-items:center;flex-direction:column;gap:8px}.sidebar.is-collapsed .sidebar-logo{border-radius:13px;font-size:18px;height:44px;width:44px}.sidebar.is-collapsed .sidebar-title{display:none}.sidebar.is-collapsed .sidebar-toggle-btn{border-radius:11px;height:36px;margin-left:0;width:36px}.sidebar.is-collapsed .sidebar-nav{gap:6px;max-height:calc(100vh - 150px);padding-right:0}.sidebar.is-collapsed .sidebar-link{border-radius:12px;justify-content:center;min-height:42px;padding:9px}.sidebar.is-collapsed .sidebar-caret,.sidebar.is-collapsed .sidebar-link>span,.sidebar.is-collapsed .sidebar-subnav{display:none}.sidebar.is-collapsed .sidebar-link:hover{transform:none}.sidebar.is-collapsed+.app-main{margin-left:100px;margin-left:calc(var(--sidebar-collapsed-width) + 24px)}.topbar{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;background:var(--surface);border:1px solid #7da6d647;border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 42px #2563eb14;box-shadow:var(--shadow);display:flex;justify-content:space-between;padding:12px 18px;position:sticky;top:24px;z-index:10}.topbar-breadcrumb{color:#64748b;color:var(--muted);font-size:12px;letter-spacing:.18em;text-transform:uppercase}.topbar-breadcrumb-compact{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:none}.topbar-title{font-family:Playfair Display,Manrope,sans-serif;font-family:var(--font-display);font-size:28px;font-weight:600;margin:6px 0 0}.topbar-actions{display:flex;gap:10px}.topbar-menu-wrap{position:relative}.topbar-chip{align-items:center;background:#fffffffa;background:var(--surface-strong);border:1px solid #7da6d647;border:1px solid var(--border);border-radius:999px;color:#0f172a;color:var(--text);cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:8px 12px;transition:transform .2s ease,box-shadow .2s ease}.topbar-initials{background:linear-gradient(135deg,#0ea5e9,#60a5fa);background:linear-gradient(135deg,var(--accent),var(--accent-2));height:24px;width:24px}.topbar-alert-badge,.topbar-initials{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:700;justify-content:center}.topbar-alert-badge{background:#ef4444;height:18px;min-width:18px;padding:0 5px}.auth-shell{grid-gap:20px;align-content:center;background:radial-gradient(1200px 500px at -10% -10%,#0ea5e924,#0000 60%),radial-gradient(900px 500px at 110% 110%,#db27771a,#0000 62%),#f3f8ff;background:radial-gradient(1200px 500px at -10% -10%,#0ea5e924,#0000 60%),radial-gradient(900px 500px at 110% 110%,#db27771a,#0000 62%),var(--bg);display:grid;gap:20px;grid-template-columns:minmax(300px,420px) minmax(340px,520px);justify-content:center;min-height:100vh;padding:24px}.auth-shell--single{grid-template-columns:minmax(340px,520px)}.auth-panel{border-radius:20px!important;display:flex;flex-direction:column;gap:12px;padding:28px}.auth-panel--hero{background:linear-gradient(145deg,#0ea5e91f,#db277714),#fffffffa!important;background:linear-gradient(145deg,#0ea5e91f,#db277714),var(--surface-strong)!important;border-style:solid!important;border-width:1px!important}.auth-kicker{color:var(--text-dim);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.auth-hero-title{font-weight:800!important;line-height:1.15!important;margin-top:6px!important}.auth-hero-copy{color:var(--text-dim);margin-top:6px!important}.auth-hero-points{grid-gap:8px;color:#0f172a;color:var(--text);display:grid;font-size:14px;font-weight:600;gap:8px;margin-top:10px}.auth-panel--form{justify-content:center}.auth-panel--narrow{width:min(520px,94vw)}.auth-form-subtitle{color:var(--text-dim);margin-bottom:8px!important}.auth-form{display:flex;flex-direction:column;gap:14px}.login-shell{display:grid;min-height:100vh;padding:24px;place-items:center}.login-card{gap:12px;padding:28px;width:min(420px,92vw)}.login-card,.login-form{display:flex;flex-direction:column}.login-form{gap:16px}.login-error{color:#ef4444;font-weight:600}@media (max-width:960px){.auth-shell{gap:14px;grid-template-columns:minmax(320px,560px);padding:16px}.auth-panel--hero{order:2}.auth-panel--form{order:1}}.table-actions{align-items:center;display:inline-flex;gap:8px}.topbar-chip:hover{box-shadow:0 10px 18px #2563eb1f;box-shadow:var(--chip-hover-shadow);transform:translateY(-1px)}.topbar-command-button{background:#fffffffa!important;background:var(--surface-strong)!important;border-color:#7da6d647!important;border-color:var(--border)!important;border-radius:999px!important;box-shadow:none!important;color:#0f172a!important;color:var(--text)!important;font-weight:700!important;min-height:42px!important;padding:8px 14px!important;text-transform:none!important}.topbar-command-button:hover{background:var(--accent-soft)!important;border-color:#0ea5e9!important;border-color:var(--accent)!important}.topbar-menu-arrow{transition:transform .2s ease}.topbar-menu-arrow.is-open{transform:rotate(180deg)}.topbar-menu-paper{max-height:min(70vh,560px);max-width:360px;min-width:240px}.topbar-command-paper{max-width:min(92vw,420px);width:min(92vw,420px)}.topbar-alert-button{background:#fffffffa!important;background:var(--surface-strong)!important;border:1px solid #7da6d647!important;border:1px solid var(--border)!important;color:#0f172a!important;color:var(--text)!important;height:42px;width:42px}.topbar-alerts-paper{min-width:360px}.topbar-alert-actions{display:flex;justify-content:flex-end;padding:4px 10px 8px}.topbar-alerts-paper .MuiMenuItem-root{align-items:flex-start;gap:10px}.topbar-alert-item-unread{background:var(--accent-soft)!important;position:relative}.topbar-alert-item-unread:before{background:#0ea5e9;background:var(--accent);border-radius:999px;content:"";height:7px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:7px}.topbar-alert-item-unread .MuiListItemText-root{margin-left:10px}.app-page{display:flex;flex-direction:column;gap:24px;padding-bottom:32px}.app-page,.app-page>.MuiPaper-root{min-width:0;width:100%}.app-page .MuiDataGrid-root{width:100%}.pos-cash-register-page{max-width:none;width:100%}.pos-cash-register-page>.MuiGrid-container{margin-left:0;margin-right:0;width:100%}.pos-workspace{grid-gap:16px;align-items:stretch;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(320px,420px);width:100%}.pos-order-panel,.pos-side-panel{min-height:calc(100vh - 210px);min-width:0}.pos-order-panel,.pos-side-panel{width:100%}@media (min-width:1500px){.pos-workspace{grid-template-columns:minmax(0,1fr) minmax(360px,460px)}}.MuiPaper-root{background:#fffffffa!important;background:var(--surface-strong)!important;border:1px solid #7da6d647!important;border:1px solid var(--border)!important;border-radius:18px!important;box-shadow:0 18px 42px #2563eb14!important;box-shadow:var(--shadow)!important}.calendar-dialog{border:1px solid #7da6d647;border:1px solid var(--border);border-radius:20px!important}.calendar-dialog,.calendar-drawer{background:#fffffffa;background:var(--surface-strong);box-shadow:0 18px 42px #2563eb14;box-shadow:var(--shadow)}.calendar-drawer{border-left:1px solid #7da6d647;border-left:1px solid var(--border);max-width:100vw;width:clamp(320px,36vw,520px)}.calendar-drawer-inner{display:flex;flex-direction:column;gap:18px;height:100%;padding:20px 20px 16px}.calendar-drawer-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.calendar-drawer-header-actions{align-items:center;display:inline-flex;gap:10px}.calendar-drawer-header h2{font-family:Playfair Display,Manrope,sans-serif;font-family:var(--font-display);font-size:22px;margin:6px 0 0}.calendar-drawer-kicker{color:#64748b;color:var(--muted);font-size:11px;letter-spacing:.18em;text-transform:uppercase}.calendar-drawer-body{display:flex;flex-direction:column;gap:14px}.calendar-drawer-actions{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:auto;padding-top:8px}.calendar-drawer-actions-right{display:inline-flex;gap:10px}.floating-add-button{box-shadow:0 12px 24px #2563eb1a!important;box-shadow:var(--shadow-strong)!important;position:fixed!important;z-index:1100}.floating-add-speed-dial{bottom:24px;position:fixed!important;right:24px;z-index:1100}.calendar-row{align-items:center;display:flex;gap:12px}.calendar-field{flex:1 1}.calendar-add{background:#fffffffa;background:var(--surface-strong);border:1px solid #7da6d647;border:1px solid var(--border);border-radius:10px;color:#0f172a;color:var(--text);height:34px;width:34px}.calendar-color-row{align-items:center;background:#ffffffe6;background:var(--surface);border:1px solid #7da6d647;border:1px solid var(--border);border-radius:12px;color:#64748b;color:var(--muted);display:flex;font-weight:600;gap:12px;justify-content:space-between;padding:8px 12px}.calendar-color-row input[type=color]{background:#0000;border:none;height:32px;padding:0;width:44px}.customer-color-palette{grid-gap:7px;display:grid;gap:7px;grid-template-columns:repeat(10,22px);justify-content:end}.customer-color-swatch{background:var(--customer-color);border:2px solid #0000;border-radius:999px;box-shadow:inset 0 0 0 1px #ffffffb8,0 1px 4px #0f172a29;cursor:pointer;height:22px;padding:0;width:22px}.customer-color-swatch.is-selected{border-color:#0f172a;border-color:var(--text);box-shadow:inset 0 0 0 2px #fffffffa,0 0 0 3px #0ea5e92e;box-shadow:inset 0 0 0 2px var(--surface-strong),0 0 0 3px #0ea5e92e}.customer-color-swatch:focus-visible{outline:3px solid #0ea5e947;outline-offset:2px}.color-chip{align-items:center;color:#64748b;color:var(--muted);display:inline-flex;font-size:12px;font-weight:600;gap:8px}.color-chip span{border:1px solid #7da6d647;border:1px solid var(--border);border-radius:50%;display:inline-block;height:16px;width:16px}@media (max-width:1024px){.app-shell{flex-direction:column;padding:18px}.sidebar{align-items:center;flex-direction:row;justify-content:space-between;padding:14px 16px;position:static;width:100%}.sidebar-nav{flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.app-main{margin-left:0}}@media (max-width:900px){.pos-workspace{grid-template-columns:1fr}.pos-order-panel,.pos-side-panel{min-height:auto}.sidebar{align-items:stretch;flex-direction:column;gap:16px;justify-content:flex-start;padding:14px 16px}.sidebar-brand{width:100%}.sidebar-toggle-btn{display:inline-flex}.sidebar-nav{align-items:stretch;display:none;flex-direction:column;justify-content:flex-start;width:100%}.sidebar.is-open .sidebar-nav{display:flex}.sidebar-subnav{margin-left:18px}.topbar{align-items:flex-start;flex-direction:column;gap:12px;padding:14px 16px}.topbar-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.topbar-menu-paper{max-width:min(92vw,320px);width:min(92vw,320px)}.calendar-drawer{border-radius:0;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;width:100vw}.calendar-drawer-inner{height:100%;overflow-y:auto;padding:16px 16px calc(16px + env(safe-area-inset-bottom))}.calendar-drawer-actions{padding-bottom:calc(12px + env(safe-area-inset-bottom));position:static}}@media (max-width:600px){.calendar-color-row{align-items:flex-start;flex-direction:column}.customer-color-palette{grid-template-columns:repeat(8,22px);justify-content:start}}.fc{--calendar-slot-height:1.9rem;background:var(--surface-strong);border:1px solid var(--border);border-radius:18px;box-shadow:0 18px 40px #2563eb14;box-sizing:border-box;font-family:var(--font-sans);padding:10px}.fc .fc-view-harness,.fc .fc-view-harness-active{min-height:0}.fc.slot-15{--calendar-slot-height:1rem}.fc-toolbar{background:#0000;border-bottom:1px solid var(--border);border-radius:0;color:var(--text);gap:10px;margin-bottom:10px!important;padding:0 0 8px}.fc .fc-toolbar-chunk{align-items:center;display:inline-flex;gap:10px;min-width:0}.fc-toolbar-title{color:var(--text);font-size:clamp(.95rem,1.15vw,1.1rem);font-weight:800;letter-spacing:0;white-space:nowrap}.fc .fc-button{background:#f1f5f9db;border:1px solid #7da6d63d;border-radius:14px!important;box-shadow:none;color:var(--text);font-size:.8rem;font-weight:750;line-height:1;min-height:34px;padding:.46rem .68rem;text-transform:none}.fc .fc-button:active,.fc .fc-button:focus{box-shadow:0 0 0 3px #0ea5e929!important}.fc .fc-button:hover{background:#e2f2fff5;color:var(--text)}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background:var(--surface-strong);box-shadow:0 8px 18px #0f172a1f;color:var(--accent)}.fc .fc-button-group{background:#f1f5f9c7;border:1px solid #7da6d638;border-radius:14px;display:inline-flex;gap:4px;padding:3px}.fc .fc-button-group .fc-button{border-color:#0000;min-height:30px}.fc .fc-next-button,.fc .fc-prev-button{padding-inline:0;width:34px}.fc .fc-today-button{min-width:92px}.fc-daygrid-day.fc-day-today{background:var(--fc-today-bg);border:2px solid var(--fc-today-border)}.fc-event{border:1px solid #0f172a0f;border-left-width:4px;border-radius:8px;box-shadow:none;box-sizing:border-box;color:inherit;font-size:.78rem;max-width:100%;overflow:hidden;padding:0}.fc .fc-daygrid-event .fc-event-main,.fc .fc-timegrid-event .fc-event-main{box-sizing:border-box;color:inherit;max-width:100%;min-width:0;overflow:hidden;padding:3px 5px}.fc .fc-event-main-frame,.fc .fc-timegrid-event,.fc .fc-timegrid-event-harness{box-sizing:border-box;max-width:100%;min-width:0;overflow:hidden}.fc-event-title{align-items:center;display:inline-flex;gap:6px}.fc-daygrid-day-top{align-items:center;display:flex;flex-direction:column;padding:4px 0}.fc-col-header-cell-cushion{color:var(--text);font-size:.7rem;font-weight:800;padding:6px 4px;text-decoration:none;text-transform:uppercase}.fc .fc-datagrid-cell-cushion,.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{color:var(--text)}.fc .fc-timegrid-slot{height:2.35rem;height:var(--calendar-slot-height)}.fc .fc-datagrid-header .fc-datagrid-cell-cushion{font-weight:700}.fc .fc-col-header,.fc .fc-datagrid-header,.fc .fc-datagrid-header .fc-datagrid-cell-frame,.fc .fc-resource,.fc .fc-resource-group,.fc .fc-scrollgrid,.fc .fc-scrollgrid-section-header>*,.fc .fc-theme-standard td,.fc .fc-theme-standard th,.fc .fc-timegrid-axis,.fc .fc-timegrid-axis-frame{background:var(--surface-strong)}.fc .fc-scrollgrid{border-radius:16px;overflow:hidden}.fc .fc-scroller{scrollbar-gutter:auto}.fc .fc-scroller-harness-liquid,.fc .fc-scroller-liquid-absolute{height:auto!important;inset:auto!important;position:relative!important}.fc .fc-scroller,.fc .fc-scroller-harness{overflow-x:auto!important;overflow-y:visible!important}.fc .fc-col-header-cell,.fc .fc-datagrid-cell-frame,.fc .fc-scrollgrid-section-header>td,.fc .fc-timegrid-axis-frame{background:var(--surface-strong)}.fc .fc-col-header-cell-cushion,.fc .fc-datagrid-cell-cushion,.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{color:var(--text)}.fc .fc-timegrid-now-indicator-line{border-color:#ef4444!important;border-width:2px!important}.fc .fc-timegrid-now-indicator-arrow{border-bottom-color:#ef4444!important;border-top-color:#ef4444!important}.fc-daygrid-day-number{align-items:center;background:var(--fc-day-number-bg);border-radius:50%;color:#fff;display:flex;font-weight:500;height:28px;justify-content:center;transition:all .2s ease;width:28px}.fc-daygrid-day-number:hover{background:var(--fc-day-number-hover);transform:scale(1.05)}.fc .fc-col-header-cell,.fc .fc-scrollgrid-section>td,.fc .fc-timegrid-axis,.fc .fc-timegrid-slot,.fc-theme-standard,.fc-theme-standard .fc-scrollgrid,.fc-theme-standard td,.fc-theme-standard th{border-color:var(--fc-border)!important}.fc .fc-timegrid-slot-minor{border-top-color:#7da6d638!important;border-top-style:dashed}.fc .fc-timegrid-col{background:var(--surface-strong)}.fc .fc-timegrid-col-frame{min-width:0;overflow:hidden}.custom-calendar-day-header{align-items:baseline;color:var(--text);display:inline-flex;gap:5px;justify-content:center;line-height:1}.custom-calendar-day-header span{color:var(--muted);font-size:.68rem;font-weight:800}.custom-calendar-day-header strong{color:#2f8f6b;font-size:1.08rem;font-weight:850}html[data-theme=dark] .fc-theme-standard,html[data-theme=dark] .fc-theme-standard .fc-scrollgrid,html[data-theme=dark] .fc-theme-standard td,html[data-theme=dark] .fc-theme-standard th{border-color:#47556973!important}.calendar-event{align-items:stretch;display:flex;flex-direction:column;font-weight:600;gap:2px;height:100%;min-height:100%;min-width:0;overflow:hidden;width:100%}.calendar-event-top{gap:6px;min-width:0}.calendar-event-status-row,.calendar-event-top{align-items:center;display:flex}.approval-status{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:.62rem;font-weight:800;letter-spacing:.03em;line-height:1;padding:3px 7px;text-transform:uppercase}.approval-status.approved{background:#10b98129;border-color:#10b9818c;color:#065f46}.approval-status.pending{background:#f973162e;border-color:#f973168c;color:#92400e}.approval-status.rejected{background:#ef444429;border-color:#ef44448c;color:#991b1b}.calendar-event-avatar{align-items:center;background:#ffffff40;border:1px solid #ffffff59;border-radius:999px;color:#fff;display:inline-flex;font-size:10px;font-weight:700;height:22px;justify-content:center;overflow:hidden;text-transform:uppercase;width:22px}.calendar-event-avatar-image{display:block;height:100%;object-fit:cover;width:100%}.calendar-event-title{display:block;font-size:.68rem}.calendar-event-one-line,.calendar-event-title{font-weight:700;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event-one-line{font-size:.66rem}.calendar-event-text{font-size:.89rem;font-weight:700;line-height:1.2}.calendar-event-line,.calendar-event-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event-line{font-size:.62rem;line-height:1.1;opacity:.96}.calendar-event-note{font-style:italic;opacity:.9}.calendar-event-lines{display:flex;flex-direction:column;gap:1px;min-height:0;min-width:0;overflow:hidden}.calendar-event--compact .calendar-event-title{font-size:.76rem}.calendar-event--compact .calendar-event-line{font-size:.67rem}.calendar-event--short{justify-content:center}.calendar-event--short .calendar-event-one-line{font-size:.72rem;line-height:1.15}html[data-theme=dark] .fc{background:#0f172af0;border-color:#47556973;box-shadow:0 22px 48px #0000003d;color:var(--text)}html[data-theme=dark] .fc-toolbar{border-bottom-color:#47556973}html[data-theme=dark] .fc .fc-button{background:#1e293be0;border-color:#94a3b82e;color:#e2e8f0}html[data-theme=dark] .fc .fc-button:hover{background:#334155f5;color:#f8fafc}html[data-theme=dark] .fc .fc-button-primary:not(:disabled).fc-button-active,html[data-theme=dark] .fc .fc-button-primary:not(:disabled):active{background:#38bdf82e;color:#e0f2fe}html[data-theme=dark] .fc .fc-button-group{background:#0f172ab8;border-color:#94a3b82e}html[data-theme=dark] .custom-calendar-day-header strong{color:#86efac}html[data-theme=dark] .fc .fc-col-header,html[data-theme=dark] .fc .fc-col-header-cell,html[data-theme=dark] .fc .fc-datagrid-header,html[data-theme=dark] .fc .fc-datagrid-header .fc-datagrid-cell-frame,html[data-theme=dark] .fc .fc-scrollgrid,html[data-theme=dark] .fc .fc-scrollgrid-section-header>*,html[data-theme=dark] .fc .fc-theme-standard td,html[data-theme=dark] .fc .fc-theme-standard th,html[data-theme=dark] .fc .fc-timegrid-axis,html[data-theme=dark] .fc .fc-timegrid-axis-frame,html[data-theme=dark] .fc .fc-timegrid-slot-label-frame{background:#0f172af0}html[data-theme=dark] .fc .fc-scroller,html[data-theme=dark] .fc .fc-scroller-liquid-absolute,html[data-theme=dark] .fc .fc-scrollgrid-section-body table,html[data-theme=dark] .fc .fc-timegrid-body,html[data-theme=dark] .fc .fc-timegrid-cols table,html[data-theme=dark] .fc .fc-timegrid-slots table,html[data-theme=dark] .fc .fc-view-harness{background:#0f172ae0}html[data-theme=dark] .fc .fc-col-header-cell-cushion,html[data-theme=dark] .fc .fc-datagrid-cell-cushion,html[data-theme=dark] .fc .fc-timegrid-axis-cushion,html[data-theme=dark] .fc .fc-timegrid-slot-label-cushion{color:#e2e8f0}html[data-theme=dark] .fc .fc-theme-standard td,html[data-theme=dark] .fc .fc-theme-standard th,html[data-theme=dark] .fc .fc-timegrid-axis,html[data-theme=dark] .fc .fc-timegrid-col,html[data-theme=dark] .fc .fc-timegrid-slot{border-color:#94a3b82e}html[data-theme=dark] .fc .fc-timegrid-slot-minor{border-top-color:#94a3b824;border-top-style:dotted}@media (max-width:900px){.fc .fc-scroller-harness{-webkit-overflow-scrolling:touch;overflow-x:auto!important;overflow-y:visible!important}.fc-toolbar{align-items:stretch;flex-direction:column;gap:10px}.fc-toolbar-title{font-size:1.1rem;text-align:center}.fc .fc-button{font-size:.9rem;padding:6px 10px}.fc-col-header-cell-cushion{font-size:.78rem;text-transform:none;white-space:nowrap}.fc-timegrid-slot-label{font-size:.85rem}.fc .fc-timegrid-slot{--calendar-slot-height:2.1rem}.fc.slot-15{--calendar-slot-height:1rem}.calendar-event-avatar{font-size:9px;height:18px;width:18px}.calendar-event{gap:2px}.calendar-event-title{font-size:.75rem}.calendar-event-line{font-size:.68rem}}@media (min-width:901px) and (max-width:1024px){.fc-toolbar{flex-direction:column;gap:8px}.fc-toolbar-title{font-size:1.1rem}.fc .fc-button{font-size:.8rem;padding:6px 10px}.fc-col-header-cell-cushion{font-size:.7rem}.fc-timegrid-slot-label{font-size:.75rem}}.custom-calendar-filter-compact-wrap{align-items:flex-end;display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.custom-calendar-filter-button{background:var(--surface-strong)!important;border-color:var(--border)!important;border-radius:999px!important;box-shadow:0 10px 22px #2563eb14;color:var(--text)!important;font-size:.82rem!important;font-weight:700!important;min-height:36px;text-transform:none!important}.custom-calendar-filter-button .MuiSvgIcon-root{transition:transform .2s ease}.custom-calendar-filter-button .MuiSvgIcon-root.is-open{transform:rotate(180deg)}.custom-calendar-filter-avatar{font-size:11px!important;font-weight:700!important;height:24px!important;width:24px!important}.custom-calendar-filter-employee-name{align-items:center;display:inline-flex;gap:8px}.custom-calendar-filter-alert-dot{align-items:center;background:#ef4444;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 5px}.custom-calendar-filter-empty{color:#64748b;color:var(--text-secondary,#64748b)}.custom-resource-label{align-items:center;display:inline-flex;font-weight:700;gap:8px;justify-content:center;max-width:100%;min-width:0;text-transform:none;width:100%}.custom-resource-label-avatar{background:linear-gradient(135deg,#7dd3fc,#86efac);box-shadow:0 6px 14px #0f172a1f;font-size:11px;font-weight:800;height:28px;overflow:hidden;position:relative;width:28px}.custom-resource-alert-badge,.custom-resource-label-avatar{align-items:center;border:2px solid #fff;border:2px solid var(--surface-strong,#fff);border-radius:999px;color:#fff;display:inline-flex;justify-content:center}.custom-resource-alert-badge{background:#ef4444;font-size:10px;font-weight:700;height:16px;min-width:16px;padding:0 4px;position:absolute;right:-8px;top:-8px}.custom-resource-label-avatar-image{display:block;height:100%;object-fit:cover;width:100%}.custom-resource-label-text{display:inline-block;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.custom-resource-label.is-compact{font-size:.82rem;gap:6px}.custom-resource-label.is-icon-only{justify-content:center}.custom-resource-label.is-icon-only .custom-resource-label-avatar{font-size:11px;height:30px;width:30px}.fc .fc-datagrid-cell-cushion{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-calendar-filter-menu{min-width:260px}.calendar-internal-types{display:flex;flex-wrap:wrap;gap:8px}.calendar-internal-type-button{border-radius:999px!important;font-weight:700!important;text-transform:none!important}.fc .calendar-schedule-off{background:repeating-linear-gradient(-45deg,#64748b2e,#64748b2e 8px,#64748b1a 0,#64748b1a 16px)!important;opacity:1!important}[data-theme=dark] .fc .calendar-schedule-off{background:repeating-linear-gradient(-45deg,#94a3b82e,#94a3b82e 8px,#0f172a66 0,#0f172a66 16px)!important}.fc .calendar-schedule-break{background:repeating-linear-gradient(45deg,#f59e0b3d,#f59e0b3d 7px,#f59e0b1f 0,#f59e0b1f 14px)!important;opacity:1!important}[data-theme=dark] .fc .calendar-schedule-break{background:repeating-linear-gradient(45deg,#fbbf2433,#fbbf2433 7px,#78350f47 0,#78350f47 14px)!important}@media (max-width:900px){.custom-calendar-filter-compact-wrap{align-items:stretch;margin-bottom:12px}.custom-calendar-filter-button{font-size:.98rem!important;justify-content:space-between;width:100%}.custom-calendar-filter-menu.is-mobile{max-width:min(92vw,360px);width:min(92vw,360px)}}
/*# sourceMappingURL=main.f5c81881.css.map*/