@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:92px;--radius-lg:22px;--font-sans:"Manrope","Segoe UI",sans-serif;--font-display:"Playfair Display","Manrope",sans-serif;--bg:#eef2f6;--bg-2:#e4ebf5;--glow-1:#f973162e;--glow-2:#0ea5e938;--surface:#ffffffc7;--surface-strong:#fffffff0;--text:#0f172a;--muted:#64748b;--accent:#f97316;--accent-2:#0ea5e9;--border:#94a3b859;--shadow:0 20px 50px #0f172a1f;--shadow-strong:0 16px 30px #0f172a1f;--hover-bg:#0f172a0d;--nav-active-bg:linear-gradient(135deg,#f973162e,#0ea5e933);--logo-shadow:0 12px 30px #f9731640;--chip-hover-shadow:0 12px 22px #0f172a26;--fc-toolbar-bg:linear-gradient(135deg,#f97316,#0ea5e9);--fc-toolbar-text:#fff;--fc-button-bg:#ffffff40;--fc-button-hover:#ffffff59;--fc-button-active:#0f172a40;--fc-today-bg:#f973161f;--fc-today-border:#f97316;--fc-day-number-bg:#f97316;--fc-day-number-hover:#ea580c;--fc-border:#94a3b873;--calendar-vacation-color:#0284c7;--calendar-break-color:#f97316}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:#fef9f5;--bg-2:#f4f1ff;--glow-1:#a78bfa33;--glow-2:#f59e0b2e;--surface:#ffffffd1;--surface-strong:#fffffff2;--text:#2d1b5a;--muted:#7c7a8a;--accent:#a78bfa;--accent-2:#f59e0b;--border:#94a3b847;--shadow:0 22px 55px #4c1d952e;--shadow-strong:0 18px 35px #4c1d9533;--hover-bg:#4c1d9514;--nav-active-bg:linear-gradient(135deg,#a78bfa38,#f59e0b2e);--logo-shadow:0 12px 30px #a78bfa47;--chip-hover-shadow:0 14px 26px #4c1d9538;--fc-toolbar-bg:linear-gradient(135deg,#a78bfa,#f59e0b);--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:#f59e0b}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 12% 10%,#f973162e,#0000 45%),radial-gradient(circle at 82% 12%,#0ea5e938,#0000 40%),linear-gradient(180deg,#eef2f6,#e4ebf5);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,body{min-height:100vh}.app-shell{min-height:100vh;padding:24px}.app-shell,.sidebar{display:flex;gap:24px}.sidebar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffc7;background:var(--surface);border:1px solid #94a3b859;border:1px solid var(--border);border-radius:22px;border-radius:var(--radius-lg);bottom:24px;box-shadow:0 20px 50px #0f172a1f;box-shadow:var(--shadow);flex-direction:column;left:24px;padding:22px 18px;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:#fffffff0;background:var(--surface-strong);border:1px solid #94a3b859;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,#f97316,#0ea5e9);background:linear-gradient(135deg,var(--accent),var(--accent-2));border-radius:16px;box-shadow:0 12px 30px #f9731640;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 30px #f9731640;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:#94a3b859;background:var(--border);border-radius:999px}.sidebar-nav::-webkit-scrollbar-track{background:#0000}.sidebar-link{align-items:center;border-radius:14px;color:#64748b;color:var(--muted);display:flex;font-size:1.05rem;font-weight:600;gap:12px;padding:10px 14px;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 #94a3b859;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:1.05rem;font-weight:600;padding:8px 12px}.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,#f973162e,#0ea5e933);background:var(--nav-active-bg);box-shadow:0 16px 30px #0f172a1f;box-shadow: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{padding:18px 12px;width:92px;width:var(--sidebar-collapsed-width)}.sidebar.is-collapsed .sidebar-brand{align-items:center;flex-direction:column;gap:10px}.sidebar.is-collapsed .sidebar-logo{border-radius:14px;font-size:18px;height:52px;width:52px}.sidebar.is-collapsed .sidebar-title{display:none}.sidebar.is-collapsed .sidebar-toggle-btn{margin-left:0}.sidebar.is-collapsed .sidebar-nav{padding-right:0}.sidebar.is-collapsed .sidebar-link{justify-content:center;padding:10px}.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:116px;margin-left:calc(var(--sidebar-collapsed-width) + 24px)}.topbar{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffc7;background:var(--surface);border:1px solid #94a3b859;border:1px solid var(--border);border-radius:18px;box-shadow:0 20px 50px #0f172a1f;box-shadow:var(--shadow);display:flex;justify-content:space-between;padding:18px 24px;position:-webkit-sticky;position:sticky;top:24px;z-index:10}.topbar-breadcrumb{color:#64748b;color:var(--muted);font-size:12px;letter-spacing:.18em;text-transform:uppercase}.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{background:#fffffff0;background:var(--surface-strong);border:1px solid #94a3b859;border:1px solid var(--border);border-radius:999px;color:#0f172a;color:var(--text);cursor:pointer;font-weight:600;gap:8px;padding:8px 12px;transition:transform .2s ease,box-shadow .2s ease}.topbar-chip,.topbar-initials{align-items:center;display:inline-flex}.topbar-initials{background:#f97316;background:var(--accent);border-radius:999px;color:#fff;font-size:11px;font-weight:700;height:24px;justify-content:center;width:24px}.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}.table-actions{align-items:center;display:inline-flex;gap:8px}.topbar-chip:hover{box-shadow:0 12px 22px #0f172a26;box-shadow:var(--chip-hover-shadow);transform:translateY(-1px)}.topbar-menu-arrow{transition:transform .2s ease}.topbar-menu-arrow.is-open{transform:rotate(180deg)}.topbar-menu-paper{min-width:240px}.app-page{display:flex;flex-direction:column;gap:24px;padding-bottom:32px}.MuiPaper-root{background:#fffffff0!important;background:var(--surface-strong)!important;border:1px solid #94a3b859!important;border:1px solid var(--border)!important;border-radius:18px!important;box-shadow:0 20px 50px #0f172a1f!important;box-shadow:var(--shadow)!important}.calendar-dialog{border:1px solid #94a3b859;border:1px solid var(--border);border-radius:20px!important}.calendar-dialog,.calendar-drawer{background:#fffffff0;background:var(--surface-strong);box-shadow:0 20px 50px #0f172a1f;box-shadow:var(--shadow)}.calendar-drawer{border-left:1px solid #94a3b859;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 16px 30px #0f172a1f!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:#fffffff0;background:var(--surface-strong);border:1px solid #94a3b859;border:1px solid var(--border);border-radius:10px;color:#0f172a;color:var(--text);height:34px;width:34px}.calendar-color-row{align-items:center;background:#ffffffc7;background:var(--surface);border:1px solid #94a3b859;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}.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 #94a3b859;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){.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}}.fc{--calendar-slot-height:2.35rem;background-color:initial;background-color:var(--fc-bg,#0000);font-family:var(--font-sans)}.fc.slot-15{--calendar-slot-height:1.2rem}.fc-toolbar{background:var(--fc-toolbar-bg);border-radius:8px;padding:.5rem}.fc-toolbar,.fc-toolbar-title{color:#fff;color:var(--fc-toolbar-text,#fff)}.fc-toolbar-title{font-weight:600}.fc .fc-button{background:var(--fc-button-bg);border:none;border-radius:6px;color:#fff;color:var(--fc-toolbar-text,#fff);font-weight:500}.fc .fc-button:hover{background:var(--fc-button-hover)}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background:var(--fc-button-active)}.fc-daygrid-day.fc-day-today{background:var(--fc-today-bg);border:2px solid var(--fc-today-border)}.fc-event{border:none;border-radius:10px;box-shadow:0 8px 18px #0f172a2e;color:#fff;font-size:.88rem;padding:0}.fc .fc-daygrid-event .fc-event-main,.fc .fc-timegrid-event .fc-event-main{padding:4px 6px}.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:.8rem;font-weight:600;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-col-header-cell,.fc .fc-datagrid-cell-frame,.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-scrollgrid-section-header>td,.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-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-theme-standard td,.fc-theme-standard th{border-color:var(--fc-border)}.calendar-event{align-items:stretch;display:flex;flex-direction:column;font-weight:600;gap:2px;height:100%;min-height:100%;overflow:hidden;width:100%}.calendar-event-top{gap:6px}.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:.78rem}.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:.74rem}.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:.69rem;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;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{color:var(--text)}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:auto!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:10px}.custom-calendar-filter-button{border-radius:999px!important;font-weight:700!important;min-height:42px;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-empty{color:#64748b;color:var(--text-secondary,#64748b)}.custom-resource-label{align-items:center;display:inline-flex;font-weight:700;gap:8px;max-width:100%;min-width:0;text-transform:none}.custom-resource-label-avatar{align-items:center;background:var(--fc-button-bg);border-radius:999px;color:#fff;display:inline-flex;font-size:10px;font-weight:800;height:20px;justify-content:center;overflow:hidden;width:20px}.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:12px;height:28px;width:28px}.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}@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.f6bf331a.css.map*/