:root{--bg: #f8f9fb;--surface: #ffffff;--border: #e2e5eb;--text: #1a1d23;--text-muted: #6b7280;--primary: #2563eb;--primary-hover: #1d4ed8;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--radius: 8px;--shadow: 0 1px 3px rgba(0, 0, 0, .06)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.site-menu-open{overflow:hidden}button,.btn,a.btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}a{color:var(--primary);text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:14px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;padding-top:env(safe-area-inset-top,0)}.site-header-inner{display:flex;align-items:center;gap:16px;min-height:60px}.site-logo{font-weight:600;font-size:15px;color:var(--text);white-space:nowrap;flex-shrink:0}.site-nav{display:flex;gap:4px;flex:1;min-width:0}.site-nav-link{padding:6px 12px;border-radius:6px;color:var(--text-muted);font-size:14px;white-space:nowrap}.site-nav-link-active{color:var(--primary);background:#eff6ff;font-weight:500}.site-user{display:flex;align-items:center;gap:12px;flex-shrink:0}.site-user-name{font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:8px}.site-role-badge{background:#f3f4f6;padding:2px 8px;border-radius:12px;font-size:11px;color:var(--text-muted)}.site-menu-toggle{display:none;width:44px;height:44px;margin-left:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;padding:10px;flex-direction:column;justify-content:center;gap:5px}.site-menu-toggle span{display:block;height:2px;background:var(--text);border-radius:1px}.site-main{padding:24px 0;min-height:calc(100vh - 60px);padding-bottom:calc(24px + env(safe-area-inset-bottom,0))}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:20px}.page-title{font-size:20px;margin:0}.page-subtitle{font-size:13px;color:var(--text-muted);margin:4px 0 0}.page-actions{display:flex;flex-wrap:wrap;gap:8px}.panel-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.panel-tabs-scroll{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.panel-tabs-scroll::-webkit-scrollbar{display:none}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.directory-offices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.directory-office-card{display:flex;flex-direction:column;gap:14px;height:100%}.directory-office-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;justify-content:space-between}.directory-office-title{margin:0;font-size:17px;line-height:1.3}.directory-office-meta{margin:0;display:flex;flex-direction:column;gap:10px;flex:1}.directory-office-row{display:grid;grid-template-columns:minmax(110px,38%) 1fr;gap:8px 12px;font-size:14px}.directory-office-row dt{margin:0;color:var(--text-muted);font-weight:500}.directory-office-row dd{margin:0;color:var(--text);word-break:break-word}.directory-office-row a{color:var(--primary);text-decoration:none}.directory-office-row a:hover{text-decoration:underline}.directory-office-book-btn{width:100%;min-height:44px;margin-top:auto;text-align:center;text-decoration:none}.calendar-hint{font-size:13px;color:var(--text-muted);line-height:1.45;margin-bottom:12px}.toolbar{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px;align-items:center}.toolbar .form-control,.toolbar select.form-control,.toolbar .searchable-select{width:auto;min-width:140px;flex:1 1 160px;max-width:100%}.page-narrow{max-width:560px}.page-form{max-width:400px;margin-top:40px}.login-remember{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:var(--text);cursor:pointer}.login-remember input{flex-shrink:0}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.dashboard-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.dashboard-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.datetime-row{display:grid;grid-template-columns:1fr 120px;gap:8px}.slot-picker{display:flex;flex-wrap:wrap;gap:8px}.slot-picker .btn{min-height:44px;min-width:72px}.booking-steps{display:flex;gap:8px;margin-bottom:24px}.booking-step{flex:1;text-align:center;padding:8px 4px;font-size:12px;border-bottom:2px solid var(--border)}.booking-step-active{font-weight:600;color:var(--primary);border-bottom-color:var(--primary)}.booking-step-done{color:var(--primary)}.booking-captcha-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.booking-captcha-question{min-width:96px;padding:10px 12px;border-radius:var(--radius);background:#f1f5f9;border:1px solid var(--border);font-weight:700;font-size:18px;text-align:center}.booking-captcha-input{width:88px;min-height:44px;text-align:center;font-size:18px;font-weight:600}.booking-captcha-refresh{min-width:44px;min-height:44px;padding:0}.booking-captcha-hint{margin:8px 0 0;font-size:12px;color:var(--text-muted)}.booking-suggested-days{display:flex;flex-direction:column;gap:12px}.booking-suggested-day{padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:#fafafa}.booking-suggested-day-selected{border-color:var(--primary);background:#f0f7ff;box-shadow:0 0 0 1px #2563eb26}.booking-suggested-day-title{font-weight:600;font-size:14px;margin-bottom:10px;text-transform:capitalize}.form-actions{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.form-actions .btn{min-height:44px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border:1px solid transparent;border-radius:var(--radius);font-size:14px;font-weight:500;cursor:pointer;transition:all .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-secondary:hover:not(:disabled){background:var(--bg)}.btn-danger{background:var(--danger);color:#fff}.btn-sm{padding:4px 10px;font-size:13px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;font-size:13px;color:var(--text-muted)}.form-control{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text)}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.searchable-select{position:relative}.searchable-select-input{padding-right:36px}.searchable-select-toggle{position:absolute;top:1px;right:1px;bottom:1px;width:32px;border:none;border-left:1px solid var(--border);border-radius:0 var(--radius) var(--radius) 0;background:#f9fafb;color:var(--text-muted);cursor:pointer}.searchable-select-toggle:hover:not(:disabled){background:#f3f4f6;color:var(--text)}.searchable-select-open .searchable-select-input{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.searchable-select-list{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:240px;overflow-y:auto;margin:0;padding:4px;list-style:none;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.searchable-select-option{width:100%;padding:8px 10px;border:none;border-radius:6px;background:transparent;color:var(--text);text-align:left;cursor:pointer;min-height:40px}.searchable-select-option:hover,.searchable-select-option-active{background:#eff6ff;color:var(--primary)}.searchable-select-empty{padding:8px 10px;color:var(--text-muted);font-size:13px}.employees-section{display:grid;gap:16px}.employees-filters-card{margin-bottom:0}.employees-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.employees-filter-field{margin-bottom:0}.employees-summary{margin:12px 0 0;font-size:13px;color:var(--text-muted)}.employees-city-block{display:grid;gap:12px}.employees-city-title{font-size:18px;margin:0}.employees-office-card{margin-bottom:0}.employees-office-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.employees-office-title{font-size:15px;margin:0 0 4px}.employees-office-subtitle{margin:0;font-size:13px;color:var(--text-muted)}.employees-office-count{flex-shrink:0;min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eff6ff;color:var(--primary);font-size:13px;font-weight:600}.employees-list{display:grid;gap:10px}.employee-card{border:1px solid var(--border);border-radius:var(--radius);background:#fafbfc;overflow:hidden}.employee-card-expanded{background:#fff;box-shadow:var(--shadow)}.employee-card-summary{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;gap:4px 12px;padding:12px 14px;border:none;background:transparent;text-align:left;cursor:pointer}.employee-card-summary:hover{background:#f3f4f6}.employee-card-expanded .employee-card-summary{border-bottom:1px solid var(--border);background:#f9fafb}.employee-card-summary-main{grid-column:1;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.employee-card-name{font-size:15px;font-weight:600;color:var(--primary)}.employee-card-summary-meta{grid-column:1;font-size:13px;color:var(--text-muted)}.employee-card-chevron{grid-column:2;grid-row:1 / span 2;align-self:center;color:var(--text-muted);font-size:14px;transition:transform .2s ease}.employee-card-chevron-open{transform:rotate(180deg)}.employee-card-body{padding:14px}.employee-card-active-row{margin-top:12px}.employee-settings{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.employee-settings-title{margin:0 0 12px;font-size:14px;font-weight:600}.employee-settings-body{display:grid;gap:12px}.employee-settings-row{display:grid;gap:8px}.employee-settings-row-inline{align-items:center;grid-template-columns:minmax(0,1fr) auto}.employee-settings-label{font-size:13px;font-weight:500}.employee-settings-options{display:flex;flex-wrap:wrap;gap:8px 12px}.employee-settings-check{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--text-muted)}.employee-settings-select{max-width:220px}.employee-card-inactive{opacity:.92}.employee-card-inactive:not(.employee-card-expanded){background:#f8fafc}.employee-card-location{margin:0 0 12px;font-size:13px;color:var(--text-muted)}.employee-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.employee-form-field{margin-bottom:0}.employee-form-field-wide{grid-column:1 / -1}.employee-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.employee-delete-modal{max-width:420px}.toggle-switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-switch-disabled{opacity:.6;cursor:not-allowed}.toggle-switch input{position:absolute;opacity:0;width:0;height:0}.toggle-switch-label{font-size:13px;color:var(--text-muted);white-space:nowrap}.toggle-switch-track{position:relative;width:44px;height:24px;border-radius:999px;background:#d1d5db;transition:background .2s ease;flex-shrink:0}.toggle-switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000026;transition:transform .2s ease}.toggle-switch input:checked+.toggle-switch-track{background:var(--success)}.toggle-switch input:checked+.toggle-switch-track .toggle-switch-thumb{transform:translate(20px)}.toggle-switch input:focus-visible+.toggle-switch-track{box-shadow:0 0 0 3px #16a34a2e}@media(max-width:768px){.employees-filters,.employee-settings-row-inline,.employee-form-grid{grid-template-columns:1fr}}.locations-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.locations-filter-field{margin-bottom:0}.locations-summary{margin:12px 0 0;font-size:13px;color:var(--text-muted)}.locations-search-card{margin-bottom:0}@media(max-width:768px){.locations-filters{grid-template-columns:1fr}}.personal-data-consent{margin-top:8px}.personal-data-consent-checkbox{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:var(--text);cursor:pointer}.personal-data-consent-checkbox input{margin-top:3px;flex-shrink:0}.personal-data-consent-link{color:var(--primary);text-decoration:underline}.personal-data-consent-link:hover{text-decoration:none}.personal-data-consent-page .personal-data-consent-text{font-size:14px;line-height:1.55;color:var(--text)}.personal-data-consent-page .personal-data-consent-text p{margin:0 0 14px}.personal-data-consent-page .personal-data-consent-text p:last-child{margin-bottom:0}.personal-data-consent-page .personal-data-consent-text a{color:var(--primary);word-break:break-all}.personal-data-consent-page-back{margin:20px 0 0;padding-top:16px;border-top:1px solid var(--border);font-size:14px}.personal-data-consent-page-back a{color:var(--primary)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}.table th{font-weight:600;color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.03em}.badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.badge-pending{background:#fef3c7;color:#92400e}.badge-confirmed{background:#dbeafe;color:#1e40af}.badge-completed{background:#dcfce7;color:#166534}.badge-no_show{background:#fee2e2;color:#991b1b}.badge-cancelled{background:#f3f4f6;color:#6b7280}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;padding-top:max(20px,env(safe-area-inset-top));padding-bottom:max(20px,env(safe-area-inset-bottom))}.modal{background:var(--surface);border-radius:var(--radius);padding:24px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto}.modal h2{font-size:18px;margin-bottom:16px}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.error-msg{color:var(--danger);font-size:13px;margin-top:8px}.success-msg{color:var(--success);font-size:13px;margin-top:8px}.fc{font-size:13px}.fc .fc-button-primary{background:var(--primary);border-color:var(--primary)}.fc .fc-button-primary:hover{background:var(--primary-hover)}.fc .fc-button-primary:not(:disabled).fc-button-active{background:var(--primary-hover)}.fc-event.status-pending{background:#fbbf24!important;border-color:#f59e0b!important;color:#78350f!important}.fc-event.status-confirmed{background:#3b82f6!important;border-color:#2563eb!important;color:#fff!important}.fc-event.status-completed{background:#22c55e!important;border-color:#16a34a!important;color:#fff!important}.fc-event.status-no_show{background:#ef4444!important;border-color:#dc2626!important;color:#fff!important}.fc-event.status-cancelled{background:#9ca3af!important;border-color:#6b7280!important;color:#fff!important}.expert-day-event.status-pending{color:#78350f!important}.expert-day-event.status-confirmed,.expert-day-event.status-completed,.expert-day-event.status-no_show,.expert-day-event.status-cancelled{color:#fff!important}.expert-day-event.cancelled-event,.fc-event.cancelled-event{opacity:.88;border-style:dashed!important}.expert-day-event.cancelled-event .expert-day-event-title{text-decoration:line-through;text-decoration-color:#ffffffbf}.expert-day-event-half-slot{padding:1px 4px;font-size:10px;line-height:1.15;border-radius:4px;gap:0}.expert-day-event-half-slot .expert-day-event-time{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legend-swatch{border:1px solid transparent}.calendar-legend-group{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.calendar-legend-slots{margin-top:0;padding-top:0;border-top:none}.fc-event.colleague-event{opacity:.35!important}.fc-event.break-event{background:repeating-linear-gradient(45deg,#e5e7eb,#e5e7eb 4px,#f9fafb 4px,#f9fafb 8px)!important;border-color:#d1d5db!important;color:#6b7280!important}.fc-event.day-closed{background:#9ca3af!important;border-color:#6b7280!important}.calendar-hint{font-size:13px;color:var(--text-muted);background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius);padding:10px 14px}.fc-event-custom{overflow:hidden;height:100%;display:flex;flex-direction:column;font-size:11px;line-height:1.25}.fc-event-expert{padding:2px 4px;font-weight:600;font-size:10px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-event-body{padding:2px 4px;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0}.fc-event-title-line{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-event-address-line{font-size:10px;line-height:1.2;opacity:.92;overflow-wrap:anywhere;word-break:break-word;white-space:normal;flex:1 1 auto;min-height:0;overflow-y:auto}.fc-event-plate-line{font-size:10px;font-weight:600;line-height:1.2;letter-spacing:.02em;opacity:.95}.fc-event-status{opacity:.85;font-size:10px}.calendar-legend{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border);font-size:12px;color:var(--text-muted)}.calendar-legend-compact{padding:12px 4px 4px}.legend-swatch{display:inline-block;width:14px;height:14px;border-radius:3px;margin-right:6px;vertical-align:-2px}.legend-swatch.legend-free{background:#bbf7d0;border:1px solid #4ade80}.legend-swatch.legend-booked{background:#fee2e2;border:1px solid #fca5a5}.legend-swatch.legend-break{background:repeating-linear-gradient(45deg,#e5e7eb,#e5e7eb 3px,#f9fafb 3px,#f9fafb 6px);border:1px solid #d1d5db}.legend-swatch.legend-off{background:#f3f4f6;border:1px solid #e5e7eb}.legend-swatch.legend-past{background:#e5e7eb;border:1px solid #d1d5db;opacity:.8}.legend-swatch.legend-inactive{background:repeating-linear-gradient(-45deg,#e5e7eb,#e5e7eb 3px,#f3f4f6 3px,#f3f4f6 6px);border:1px solid #d1d5db}.legend-swatch.legend-colleague{background:#93c5fd;opacity:.45}.legend-swatch.status-confirmed{background:#3b82f6}.legend-swatch.status-pending{background:#fbbf24}.expert-day-grid{padding:12px;--calendar-time-col: 64px;--calendar-expert-col: 100px}.expert-day-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px}.expert-day-nav{display:flex;gap:6px}.expert-day-title{font-weight:600;font-size:15px;text-transform:capitalize}.expert-day-date-label{position:relative;display:inline-flex;align-items:center;cursor:pointer}.expert-day-date-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.expert-day-hint{flex:1 1 100%;font-size:12px;color:var(--text-muted)}.expert-day-scroll{overflow:auto;max-height:min(78vh,900px);-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overscroll-behavior:contain;border:1px solid var(--border);border-radius:var(--radius)}.expert-day-scroll.expert-week-stacked-scroll{overflow:visible;max-height:none;border:none}.expert-day-section-scroll{overflow:auto;max-height:min(65vh,640px);-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overscroll-behavior:contain;border:1px solid var(--border);border-radius:var(--radius);margin-top:8px}.drag-scroll-area:not(.expert-week-stacked-scroll),.expert-day-section-scroll,.calendar-fc-wrap .fc-scroller{cursor:grab}.drag-scroll-area.is-drag-scrolling,.expert-day-section-scroll.is-drag-scrolling,.calendar-fc-wrap .fc-scroller.is-drag-scrolling{cursor:grabbing;-webkit-user-select:none;user-select:none}.drag-scroll-area.is-drag-scrolling *,.expert-day-section-scroll.is-drag-scrolling *,.calendar-fc-wrap .fc-scroller.is-drag-scrolling *{cursor:grabbing}.expert-day-view-toggle{display:flex;gap:4px;margin-left:auto}.expert-day-week-layout-toggle{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.expert-day-week-layout-label{font-size:12px;color:var(--text-muted);margin-right:2px}.expert-day-office-scope-toggle,.expert-day-office-scope-toolbar{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.expert-day-office-scope-toolbar{padding:10px 12px;margin-bottom:12px}.expert-day-grid-toolbar-only{margin-bottom:12px}.expert-day-grid-toolbar-only .expert-day-toolbar{margin-bottom:0}.expert-day-grid-toolbar-only+.calendar-office-groups{margin-top:0}.expert-day-office-scope-label{font-size:12px;color:var(--text-muted);margin-right:2px}.expert-day-hide-past-toggle{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.expert-day-hide-past-toggle input{width:16px;height:16px;margin:0;cursor:pointer}.expert-day-empty-week{margin:12px 0 0;padding:12px}.expert-day-grid-week .expert-day-header-row,.expert-day-grid-week .expert-day-body,.expert-week-header-row,.expert-week-body{grid-template-columns:var(--calendar-time-col) repeat(var(--total-columns, 7),var(--calendar-expert-col))}.expert-week-header-row{display:grid;min-width:min-content;background:#f9fafb;border-bottom:1px solid var(--border)}.expert-week-header-days{position:sticky;top:0;z-index:9}.expert-week-header-experts,.expert-week-header-offices{position:sticky;top:40px;z-index:8}.expert-week-header-offices+.expert-week-header-experts{top:72px}.expert-week-header-experts+.expert-week-body{margin-top:4px}.expert-day-office-header-row{background:#fafbfd}.expert-day-office-header{padding:6px 8px;border-right:1px solid #eef1f5;border-bottom:1px solid #eef1f5;font-weight:600;font-size:11px;text-align:center;color:#64748b;background:#fafbfd}.office-calendar-label{display:flex;flex-direction:column;gap:2px;min-width:0}.office-calendar-label-header{align-items:center}.office-calendar-label-column{align-items:center;margin-top:2px}.office-calendar-label-section{align-items:flex-start}.office-calendar-label-name{font-weight:inherit;line-height:1.25}.office-calendar-label-header .office-calendar-label-name,.office-calendar-label-column .office-calendar-label-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.office-calendar-label-address{display:block;font-size:10px;font-weight:500;color:var(--text-muted);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.office-calendar-label-section .office-calendar-label-name{font-size:16px;font-weight:600}.office-calendar-label-section .office-calendar-label-address{font-size:13px;font-weight:500;white-space:normal}.office-calendar-label-column .office-calendar-label-name{font-size:11px;font-weight:500;color:var(--text-muted)}.expert-day-office-header-alt{background:#f6f8fb}.expert-day-col-office-start,.expert-day-col-office-start.expert-day-col-header,.expert-day-office-header.expert-day-col-office-start{border-left:1px solid #e8edf3}.calendar-office-groups{display:flex;flex-direction:column;gap:20px}.calendar-office-group-title{margin:0 0 12px;font-size:16px;font-weight:600}.expert-week-day-title{padding:8px;border-right:1px solid #eef1f5;border-bottom:1px solid #e2e8f0;border-top:none;border-left:none;font-weight:600;font-size:12px;text-align:center;text-transform:capitalize;background:#fff;cursor:pointer;font-family:inherit;color:var(--text)}.expert-week-day-title-day-start{border-left:1px solid #e2e8f0}.expert-week-day-title-alt{background:#f8fafc}.expert-week-day-title:hover{background:#f1f5f9}.expert-week-day-today{background:#f0f7ff;color:#1d4ed8}.expert-week-day-today.expert-week-day-title-alt{background:#e8f2ff}.expert-week-body{display:grid;position:relative;min-width:min-content}.expert-week-stacked-scroll{overflow:visible;max-height:none;border:none;border-radius:0}.expert-week-stacked{display:flex;flex-direction:column;gap:16px}.expert-week-day-section{border-bottom:2px solid #e2e8f0}.expert-week-day-section:last-child{border-bottom:none}.expert-week-day-section-today{box-shadow:inset 3px 0 #2563eb}.expert-week-day-section-header{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;width:100%;padding:10px 14px;border:none;border-bottom:1px solid #e2e8f0;background:#f1f5f9;cursor:pointer;font-family:inherit;text-align:left}.expert-week-day-section-header:hover{background:#e8eef4}.expert-week-day-section-header-today{background:#eff6ff}.expert-week-day-section-header-today:hover{background:#dbeafe}.expert-week-day-section-title{font-weight:700;font-size:14px;text-transform:capitalize;color:var(--text)}.expert-week-day-section-subtitle{font-size:12px;color:var(--text-muted);text-transform:capitalize}.expert-day-grid-week-stacked .expert-day-header-row{position:sticky;top:0}.expert-day-col-day-start,.expert-day-col-day-start.expert-day-col-office-start{border-left:1px solid #e2e8f0}.expert-day-col-day-band-0{background:#fff}.expert-day-col-day-band-1,.expert-day-col-header-alt{background:#f8fafc}.expert-day-col-today,.expert-day-col-day-band-0.expert-day-col-today,.expert-day-col-day-band-1.expert-day-col-today{background:#f8fbff}.expert-day-col-header-compact{padding:6px 4px;min-width:var(--calendar-expert-col);width:var(--calendar-expert-col)}.expert-day-col-header-compact .expert-day-col-name{font-size:11px;line-height:1.15}.expert-day-event-compact{left:2px;right:2px;padding:2px 3px;border-width:1px;border-radius:4px}.expert-day-event-compact .expert-day-event-title{font-size:9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.expert-day-event-compact .expert-day-event-time{font-size:9px}.expert-day-header-row,.expert-day-body{display:grid;grid-template-columns:var(--calendar-time-col) repeat(var(--expert-count, 1),var(--calendar-expert-col));min-width:min-content}.expert-day-header-row{background:#f9fafb;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:7}.expert-day-header-row+.expert-day-body{margin-top:4px}.expert-day-time-header,.expert-day-col-header{padding:10px 8px;border-right:1px solid var(--border)}.expert-day-time-header{min-width:var(--calendar-time-col);width:var(--calendar-time-col);box-sizing:border-box}.expert-day-col-header{border-top:4px solid var(--primary);display:flex;flex-direction:column;gap:2px;background:#f9fafb}.expert-day-col-name{display:flex;flex-direction:column;gap:1px;line-height:1.15;font-weight:600;font-size:13px}.expert-day-col-name-first,.expert-day-col-name-last{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expert-day-col-name-mobile,.expert-day-date-strip{display:none}.expert-day-date-strip-label{grid-column:2 / -1;padding:8px 10px;font-weight:700;font-size:13px;text-transform:capitalize;white-space:nowrap;background:#eef2ff;border-bottom:1px solid #dbeafe;border-right:1px solid var(--border)}.expert-day-col-badge{display:inline-block;width:fit-content;padding:0 6px;border-radius:10px;background:var(--primary);color:#fff;font-size:10px;font-weight:600}.expert-day-col-hours{font-size:11px;color:var(--text-muted)}.expert-day-body{position:relative}.expert-day-grid-top-inset{flex-shrink:0}.expert-day-time-col{border-right:1px solid var(--border);background:#fafafa;min-width:var(--calendar-time-col);width:var(--calendar-time-col);display:flex;flex-direction:column;overflow:visible}.expert-day-scroll .expert-day-sticky-corner,.expert-day-section-scroll .expert-day-sticky-corner{position:sticky;left:0;z-index:12;box-shadow:2px 0 6px #0f172a14}.expert-day-header-row .expert-day-sticky-corner,.expert-week-header-row .expert-day-sticky-corner{background:#f9fafb}.expert-day-office-header-row .expert-day-sticky-corner{background:#fafbfd}.expert-day-date-strip .expert-day-sticky-corner{background:#eef2ff}.expert-day-scroll .expert-day-sticky-time-col,.expert-day-section-scroll .expert-day-sticky-time-col{position:sticky;left:0;z-index:3;background:#fafafa;box-shadow:2px 0 6px #0f172a14}.expert-day-scroll .expert-week-header-days .expert-day-sticky-corner{top:0}.expert-day-scroll .expert-week-header-offices .expert-day-sticky-corner,.expert-day-scroll .expert-week-header-experts .expert-day-sticky-corner{top:40px}.expert-day-scroll .expert-week-header-offices+.expert-week-header-experts .expert-day-sticky-corner{top:72px}.expert-day-time-label{padding:2px 6px 0;font-size:11px;line-height:1.2;color:var(--text-muted);border-bottom:1px solid #f3f4f6;display:flex;align-items:flex-start;justify-content:flex-end;flex-shrink:0;box-sizing:border-box}.expert-day-time-label-hour{background:#fafafa}.expert-day-col{position:relative;border-right:1px solid var(--border);background:#fff;min-width:var(--calendar-expert-col);width:var(--calendar-expert-col);display:flex;flex-direction:column}.expert-day-slot{border-bottom:1px solid #f3f4f6;flex-shrink:0;box-sizing:border-box}.expert-day-slot-split{position:relative;display:flex;flex-direction:row;padding:0;overflow:hidden;background:transparent}.expert-day-slot-split:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:#6b7280;transform:translate(-50%);pointer-events:none;z-index:1}.expert-day-slot-cancelled-half{flex:0 0 50%;background:#d1d5db;pointer-events:none}.expert-day-slot-other-half{flex:1;min-width:0;box-sizing:border-box}.expert-day-slot-other-half.slot-free{background:#bbf7d0}.expert-day-slot-other-half.slot-booked{background:#fef2f2}.expert-day-slot-other-half.slot-break{background:repeating-linear-gradient(45deg,#f3f4f6,#f3f4f6 4px,#fafafa 4px,#fafafa 8px)}.expert-day-slot-other-half.slot-closed{background:#e5e7eb}.expert-day-slot-other-half.slot-past{background:#f3f4f6;opacity:.65}.expert-day-slot-other-half.slot-off-hours{background:#f9fafb}.expert-day-slot-other-half.slot-inactive{background:repeating-linear-gradient(-45deg,#f3f4f6,#f3f4f6 6px,#eceff3 6px,#eceff3 12px)}.expert-day-slot-other-half.slot-clickable{cursor:pointer}.expert-day-slot-other-half.slot-clickable:hover{background:#86efac}.expert-day-slot.slot-free{background:#bbf7d0}.expert-day-slot.slot-booked{background:#fef2f2}.expert-day-slot.slot-break{background:repeating-linear-gradient(45deg,#f3f4f6,#f3f4f6 4px,#fafafa 4px,#fafafa 8px)}.expert-day-slot.slot-closed{background:#e5e7eb}.expert-day-slot.slot-past{background:#f3f4f6;opacity:.65;cursor:not-allowed}.expert-day-slot.slot-off-hours{background:#f9fafb}.expert-day-slot.slot-inactive{background:repeating-linear-gradient(-45deg,#f3f4f6,#f3f4f6 6px,#eceff3 6px,#eceff3 12px);cursor:not-allowed}.expert-day-slot.slot-clickable{cursor:pointer}.expert-day-slot.slot-clickable:hover{background:#86efac}.expert-day-now-line{position:absolute;left:0;right:0;height:2px;background:var(--danger);z-index:3;pointer-events:none}.expert-day-now-line:before{content:"";position:absolute;left:-4px;top:-4px;width:8px;height:8px;border-radius:50%;background:var(--danger)}.expert-day-event{position:absolute;left:4px;right:4px;z-index:2;border:2px solid;border-radius:6px;padding:4px 6px;text-align:left;color:#fff;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;gap:2px}.expert-day-event.expert-day-event-half-left{left:2px;right:calc(50% + 1px);z-index:2}.expert-day-event.expert-day-event-half-right{left:calc(50% + 1px);right:2px;z-index:3}.expert-day-event:disabled{cursor:default}.expert-day-event.colleague-event{opacity:.75}.expert-day-event.break-event{background:repeating-linear-gradient(45deg,#e5e7eb,#e5e7eb 4px,#f9fafb 4px,#f9fafb 8px)!important;border-color:#d1d5db!important;color:#6b7280!important;cursor:grab}.expert-day-event.break-event.expert-day-event-draggable:active{cursor:grabbing}.expert-day-event-time{font-size:10px;font-weight:600;opacity:.95}.expert-day-event-title{font-size:11px;font-weight:500;line-height:1.2}.expert-day-event-address{font-size:10px;line-height:1.15;opacity:.9;overflow-wrap:anywhere;word-break:break-word;white-space:normal;flex:1 1 auto;min-height:0;overflow-y:auto}.expert-day-event-plate{font-size:10px;font-weight:600;line-height:1.15;letter-spacing:.03em;opacity:.95}.expert-day-event-compact .expert-day-event-plate{font-size:9px}.expert-day-event-compact .expert-day-event-address{font-size:9px;line-height:1.1}.expert-day-event-note{font-size:9px;opacity:.8}.expert-day-event-draggable{cursor:grab}.expert-day-event-draggable:active{cursor:grabbing}.expert-day-event-dragging{opacity:.35}.expert-day-grid-dragging .expert-day-event:not(.expert-day-event-dragging){pointer-events:none}.expert-day-grid-dragging .expert-day-slot{position:relative;z-index:2}.expert-day-slot-droppable{transition:background-color .1s,box-shadow .1s}.expert-day-slot-drop-valid{box-shadow:inset 0 0 0 2px var(--success);background:#86efac!important}.expert-day-slot-drop-invalid{box-shadow:inset 0 0 0 2px var(--danger);background:#fee2e2!important}.appointment-history{margin-top:8px;padding-top:12px;border-top:1px solid var(--border)}.appointment-history-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;border:none;background:none;font-size:14px;font-weight:600;color:var(--text);cursor:pointer;text-align:left}.appointment-history-toggle:hover{color:var(--primary)}.appointment-history-chevron{font-size:12px;color:var(--text-muted);margin-left:8px}.appointment-history-body{margin-top:12px}.appointment-history-title{font-size:13px;font-weight:600;margin:0 0 10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.appointment-history-list{display:grid;gap:10px}.appointment-history-item{padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:#fafbfc}.appointment-history-item-muted{opacity:.85}.appointment-history-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px}.appointment-history-value{font-size:13px;font-weight:500}.appointment-history-meta{font-size:12px;color:var(--text-muted);margin-top:4px;line-height:1.35}.office-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.office-card{border:1px solid var(--border);border-radius:var(--radius);padding:16px;background:var(--surface)}.office-card-editing{background:#fafbff}.office-card-hidden{border-color:#fca5a5;background:snow}.office-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:12px}.office-card-fields{display:grid;gap:10px}.office-work-schedule{margin-top:4px}.office-work-schedule-title{font-size:13px;font-weight:600;margin-bottom:10px}.office-work-schedule-list{display:grid;gap:8px}.office-work-schedule-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(180px,1.4fr);align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);background:#fafbfc}.office-work-schedule-row-closed{opacity:.85}.office-work-schedule-day-toggle{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.office-work-schedule-hours{display:flex;align-items:center;gap:8px}.office-work-schedule-hours .form-control{min-width:0}.office-work-schedule-sep{color:var(--text-muted)}.office-work-schedule-closed-label{font-size:13px;color:var(--text-muted)}.office-work-schedule-view{margin-top:4px}.office-work-schedule-summary{list-style:none;margin:0;padding:0;display:grid;gap:4px}.office-work-schedule-summary li{font-size:13px}.office-work-schedule-summary-closed{color:var(--text-muted)}@media(max-width:768px){.office-work-schedule-row{grid-template-columns:1fr}}@media(max-width:768px){.container{padding:0 12px}.page-narrow{max-width:none}.page-form{max-width:none;margin-top:16px}.site-header-inner{flex-wrap:wrap;align-items:center;gap:8px;padding:8px 0;min-height:auto}.site-logo{font-size:14px;max-width:calc(100% - 52px);overflow:hidden;text-overflow:ellipsis}.site-menu-toggle{display:flex}.site-nav,.site-user{display:none;width:100%}.site-nav-open,.site-user-open{display:flex}.site-nav{flex-direction:column;order:3;padding:8px 0 4px;border-top:1px solid var(--border)}.site-nav-link{padding:12px 10px;font-size:15px;min-height:44px;display:flex;align-items:center}.site-user{flex-direction:column;align-items:stretch;order:4;gap:10px;padding-bottom:8px}.site-user-name{flex-direction:column;align-items:flex-start;gap:6px}.site-logout,.site-user .btn{width:100%;min-height:44px}.site-main{padding:16px 0;min-height:calc(100vh - 56px)}.card{padding:16px}.page-header{flex-direction:column;align-items:stretch;margin-bottom:16px}.page-title{font-size:18px}.page-subtitle{font-size:12px;word-break:break-word}.page-actions{width:100%}.page-actions .btn{flex:1 1 auto;min-height:44px}.panel-tabs,.panel-tabs-scroll{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:16px;padding-bottom:4px}.panel-tabs::-webkit-scrollbar,.panel-tabs-scroll::-webkit-scrollbar{display:none}.panel-tabs .btn{flex-shrink:0;white-space:nowrap;min-height:40px}.toolbar{flex-direction:column;align-items:stretch;gap:10px}.toolbar .form-control,.toolbar select.form-control,.toolbar .searchable-select{width:100%;min-width:0;flex:1 1 auto}.toolbar .btn{width:100%;min-height:44px}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-split,.locations-grid,.directory-offices-grid{grid-template-columns:1fr}.directory-office-row{grid-template-columns:1fr;gap:2px}.datetime-row{grid-template-columns:1fr}.form-control,.btn{font-size:16px}.btn-sm{font-size:14px;min-height:36px}.searchable-select-toggle{width:44px}.searchable-select-list{max-height:min(50vh,280px)}.searchable-select-option{min-height:44px;padding:10px 12px;font-size:16px}.modal-overlay{padding:0;align-items:flex-end}.modal{max-width:none;width:100%;max-height:92vh;border-radius:var(--radius) var(--radius) 0 0;padding:20px 16px;padding-bottom:max(20px,env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-actions{flex-direction:column-reverse;position:sticky;bottom:0;background:var(--surface);padding-top:12px;margin-top:16px}.modal-actions .btn{width:100%;min-height:44px}.hide-mobile{display:none!important}.table-wrap{margin:0 -4px;padding:0 4px}.table{font-size:12px;min-width:480px}.table th,.table td{padding:8px;white-space:nowrap}.office-cards-grid{grid-template-columns:1fr}.employees-city-block{overflow:hidden}.expert-day-grid{padding:8px;margin-left:-4px;margin-right:-4px;--calendar-time-col: 52px;--calendar-expert-col: 88px;--mobile-sticky-date-h: 36px;--mobile-sticky-office-h: 40px}.expert-day-grid-toolbar-only{margin-bottom:8px;padding:8px}.expert-day-grid-toolbar-only+.calendar-office-groups{margin-top:0}.calendar-office-groups{gap:12px}.calendar-office-group .expert-day-grid{padding:8px}.expert-day-office-scope-toggle{width:100%;margin-left:0}.expert-day-office-scope-toggle .btn{flex:1;min-height:40px}.expert-day-office-header{padding:4px;line-height:1.2}.office-calendar-label-header .office-calendar-label-name{font-size:10px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.office-calendar-label-header .office-calendar-label-address{font-size:9px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.15}.office-calendar-label-section .office-calendar-label-name{font-size:14px}.office-calendar-label-section .office-calendar-label-address{font-size:12px;line-height:1.3}.office-calendar-label-column{display:none}.expert-day-col-header{padding:8px 4px}.expert-day-col-hours{font-size:10px}.expert-day-col-name-first,.expert-day-col-name-last{white-space:normal;overflow-wrap:anywhere}.expert-day-col-name-mobile{display:none}.expert-day-date-strip{display:grid;grid-template-columns:var(--calendar-time-col) repeat(var(--expert-count, 1),var(--calendar-expert-col));min-width:min-content;position:sticky;top:0;z-index:8;background:#eef2ff}.expert-day-date-strip .expert-day-time-header{background:#eef2ff;border-bottom:1px solid #dbeafe}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-day-date-strip+.expert-day-office-header-row,.expert-day-section-scroll .expert-day-date-strip+.expert-day-office-header-row{position:sticky;top:var(--mobile-sticky-date-h);z-index:7}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-day-date-strip+.expert-day-header-row,.expert-day-section-scroll .expert-day-date-strip+.expert-day-header-row{position:sticky;top:var(--mobile-sticky-date-h);z-index:6}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-day-date-strip+.expert-day-office-header-row+.expert-day-header-row,.expert-day-section-scroll .expert-day-date-strip+.expert-day-office-header-row+.expert-day-header-row{top:calc(var(--mobile-sticky-date-h) + var(--mobile-sticky-office-h));z-index:6}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-day-header-row,.expert-day-section-scroll .expert-day-header-row{position:sticky;z-index:6;background:#f9fafb}.expert-day-scroll .expert-day-sticky-corner,.expert-day-section-scroll .expert-day-sticky-corner{position:sticky;left:0;z-index:12;box-shadow:2px 0 6px #0f172a14}.expert-day-scroll .expert-day-sticky-time-col,.expert-day-section-scroll .expert-day-sticky-time-col{position:sticky;left:0;z-index:3;box-shadow:2px 0 6px #0f172a14}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-week-header-days{position:sticky;top:0;z-index:8}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-week-header-offices{position:sticky;top:var(--mobile-sticky-date-h);z-index:7}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-week-header-experts{position:sticky;top:var(--mobile-sticky-date-h);z-index:6}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-week-header-offices+.expert-week-header-experts{top:calc(var(--mobile-sticky-date-h) + var(--mobile-sticky-office-h))}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-week-header-days .expert-day-sticky-corner{top:0}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-week-header-offices .expert-day-sticky-corner{top:var(--mobile-sticky-date-h)}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-week-header-experts .expert-day-sticky-corner{top:var(--mobile-sticky-date-h)}.expert-day-scroll:not(.expert-week-stacked-scroll) .expert-week-header-offices+.expert-week-header-experts .expert-day-sticky-corner{top:calc(var(--mobile-sticky-date-h) + var(--mobile-sticky-office-h))}.expert-day-toolbar{gap:8px}.expert-day-nav .btn{min-width:44px;min-height:40px}.expert-day-title{font-size:14px;flex:1 1 100%}.expert-day-view-toggle{margin-left:0;width:100%}.expert-day-week-layout-toggle{width:100%}.expert-day-hide-past-toggle{width:100%;min-height:40px;padding:4px 0}.expert-day-week-layout-toggle .btn,.expert-day-view-toggle .btn{flex:1;min-height:40px}.expert-day-hint{display:none}.expert-day-scroll:not(.expert-week-stacked-scroll){-webkit-overflow-scrolling:touch;max-height:min(72dvh,900px)}.expert-day-section-scroll{max-height:min(58dvh,560px)}.expert-week-stacked-scroll{overflow:visible;max-height:none;border:none}.expert-day-section-scroll{-webkit-overflow-scrolling:touch}.expert-week-day-section{padding-bottom:4px}.calendar-legend-group{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.calendar-legend,.calendar-legend-slots{flex-wrap:nowrap;width:max-content;min-width:100%}.calendar-hint{font-size:12px;margin-bottom:10px!important}.calendar-standard .card{padding:8px!important;overflow-x:auto;-webkit-overflow-scrolling:touch}.calendar-standard .fc .fc-scroller{-webkit-overflow-scrolling:touch}.calendar-office-group-title{font-size:14px;line-height:1.3;margin-bottom:8px}.fc .fc-toolbar{flex-wrap:wrap;gap:8px}.fc .fc-toolbar-title{font-size:1rem;width:100%;text-align:center}.fc .fc-button{padding:8px 12px;font-size:14px;min-height:40px}.booking-steps{gap:4px;margin-bottom:16px}.booking-step{font-size:11px;padding:10px 2px;line-height:1.25}.booking-suggested-day .slot-picker .btn{flex:1 1 calc(33.333% - 8px);min-width:0}.slot-picker .btn{min-height:44px;min-width:64px;flex:1 1 calc(25% - 8px);max-width:calc(50% - 4px)}.form-actions{flex-direction:column-reverse;gap:10px}.form-actions .btn{width:100%;min-height:44px}.form-actions>div:empty{display:none}.personal-data-consent-checkbox{font-size:15px}.employee-card-summary{flex-wrap:wrap;gap:8px}}@media(max-width:480px){.dashboard-metrics{grid-template-columns:1fr}.expert-day-grid{--calendar-time-col: 48px;--calendar-expert-col: 80px;--mobile-sticky-office-h: 36px}.expert-day-office-scope-toggle .btn,.expert-day-view-toggle .btn,.expert-day-week-layout-toggle .btn{font-size:13px;padding-left:8px;padding-right:8px}.office-calendar-label-header .office-calendar-label-address{-webkit-line-clamp:1}.office-calendar-label-section .office-calendar-label-name{font-size:13px}.office-calendar-label-section .office-calendar-label-address{font-size:11px}.booking-step{font-size:10px;padding:8px 1px}.slot-picker .btn{flex:1 1 calc(50% - 8px);max-width:none}.site-logo{font-size:13px}}
