:root{--bg: #f8fafc;--surface: #ffffff;--surface-alt: #f8fafc;--surface-hover: #f1f5f9;--border: #e2e8f0;--border-light: #f1f5f9;--text: #1e293b;--text-2: #374151;--text-3: #64748b;--text-4: #94a3b8;--text-faint: #cbd5e1;--accent: #6366f1;--accent-hover: #4f46e5;--shadow-sm: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 1px 3px rgba(0,0,0,.08);--shadow-lg: 0 20px 60px rgba(0,0,0,.25);--shadow-panel: -4px 0 24px rgba(0,0,0,.15);--radius: .75rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: 1rem;--card-border: none;--month-header-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--month-header-color: #ffffff;--month-header-border-bottom: none;--login-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--wfh-bg: #fef3c7;--wfh-color: #92400e;--wfh-border: #f59e0b;--wfh-bg-wknd: #fef3c780;--wfa-bg: #dbeafe;--wfa-color: #1e40af;--wfa-border: #3b82f6;--wfa-bg-wknd: #dbeafe80;--annual-bg: #fce7f3;--annual-color: #9d174d;--annual-border: #ec4899;--annual-bg-wknd: #fce7f390;--counter-wfh: #d97706;--counter-wfa: #2563eb;--counter-annual: #db2777;--counter-away: #7c3aed;--selection-color: #7c3aed;--accent-ring: rgba(99, 102, 241, .15);--accent-ring-md: rgba(99, 102, 241, .35);--panel-header-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--panel-header-color: #ffffff;--panel-header-border: none;--panel-close-bg: rgba(255,255,255,.2);--panel-close-bg-hover: rgba(255,255,255,.35);--panel-close-color: #ffffff}.theme-minimal{--bg: #ffffff;--surface: #ffffff;--surface-alt: #ffffff;--surface-hover: #f5f5f5;--border: #e8e8e8;--border-light: transparent;--text: #0a0a0a;--text-2: #1a1a1a;--text-3: #737373;--text-4: #a3a3a3;--text-faint: #d4d4d4;--accent: #1a1a1a;--accent-hover: #404040;--shadow-sm: none;--shadow-md: none;--shadow-lg: 0 2px 20px rgba(0,0,0,.07);--shadow-panel: none;--radius: .5rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--card-border: none;--month-header-bg: #ffffff;--month-header-color: #0a0a0a;--month-header-border-bottom: none;--login-bg: #f5f5f5;--panel-header-bg: #ffffff;--panel-header-color: #0a0a0a;--panel-header-border: 0 1px 0 #e8e8e8;--panel-close-bg: transparent;--panel-close-bg-hover: #f5f5f5;--panel-close-color: #737373;--accent-ring: rgba(10, 10, 10, .08);--accent-ring-md: rgba(10, 10, 10, .15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;transition:background .2s ease,color .2s ease}.loading-screen{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.25rem;color:var(--text-3)}.loading{text-align:center;padding:3rem;color:var(--text-3);font-size:1rem}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--login-bg)}.login-card{background:var(--surface);border-radius:var(--radius-lg);padding:3rem;text-align:center;box-shadow:var(--shadow-lg);border:var(--card-border);max-width:400px;width:90%}.login-title{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.login-subtitle{color:var(--text-3);margin-bottom:2rem;line-height:1.5}.google-login-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-2);font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s ease}.google-login-btn:hover{background:var(--surface-alt);border-color:var(--text-4);box-shadow:var(--shadow-sm)}.google-icon{width:1.25rem;height:1.25rem}.container{max-width:1500px;margin:0 auto;padding:1.5rem}.app-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.app-title-group{display:flex;align-items:center;gap:1rem}.app-title{font-size:1.75rem;font-weight:700;color:var(--text)}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:2rem;height:2rem;border-radius:50%}.user-name{font-weight:500;color:var(--text-2)}.btn-logout{padding:.375rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-2);font-size:.875rem;cursor:pointer;transition:all .15s ease}.btn-logout:hover{background:var(--surface-hover)}.controls-bar{background:var(--surface);border-radius:var(--radius);padding:1rem 1.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:var(--shadow-sm);border:var(--card-border)}.controls-left,.controls-right{display:flex;align-items:center;gap:.75rem}.control-label{font-weight:600;color:var(--text-2)}.year-select{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.375rem .75rem;font-size:.875rem;color:var(--text-2);background:var(--surface);cursor:pointer}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-2);cursor:pointer}.dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1rem}.counter-card{background:var(--surface);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow-sm);border:var(--card-border)}.counter-label{font-weight:600;color:var(--text-2);margin-bottom:.25rem;font-size:.875rem}.counter-value{font-size:2rem;font-weight:700;margin-bottom:.25rem}.counter-desc{font-size:.75rem;color:var(--text-4)}.wfh-card .counter-value{color:var(--counter-wfh)}.wfa-card .counter-value{color:var(--counter-wfa)}.annual-card .counter-value{color:var(--counter-annual)}.away-card .counter-value{color:var(--counter-away)}.legend{background:var(--surface);border-radius:var(--radius);padding:1rem 1.5rem;margin-top:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-sm);border:var(--card-border)}.legend h3{font-size:.875rem;font-weight:600;color:var(--text-2);margin-bottom:.75rem}.legend-items{display:flex;flex-wrap:wrap;gap:1rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-2)}.legend-swatch{width:1rem;height:1rem;border-radius:.25rem;border:1px solid rgba(0,0,0,.15);flex-shrink:0}.wfh-swatch{background:var(--wfh-bg);border-color:var(--wfh-border)}.wfa-swatch{background:var(--wfa-bg);border-color:var(--wfa-border)}.annual-swatch{background:var(--annual-bg);border-color:var(--annual-border)}.irish-swatch{background:#dcfce7;border-color:#22c55e}.slovenian-swatch{background:var(--surface);border-color:var(--text-4)}.instructions{background:var(--surface);border-radius:var(--radius);padding:1rem 1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm);border:var(--card-border)}.instructions h3{font-size:.875rem;font-weight:600;color:var(--text-2);margin-bottom:.5rem}.instructions ul{list-style:none;display:flex;flex-direction:column;gap:.25rem}.instructions li{font-size:.8125rem;color:var(--text-3)}.instructions li:before{content:"• "}.selection-hint{color:var(--selection-color)!important;font-weight:500}.month-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}@media(min-width:768px){.month-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.month-grid{grid-template-columns:repeat(3,1fr)}}.month-container{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-md)}.theme-minimal .month-container,.theme-minimal .day-header{border:0px}.theme-minimal .flyout-item{border-radius:0}.month-header{background:var(--month-header-bg);padding:.875rem;text-align:center;font-weight:700;color:var(--month-header-color);font-size:1rem;letter-spacing:.025em;border-bottom:var(--month-header-border-bottom);box-shadow:var(--month-header-panel-shadow, none)}.week-header{display:grid;grid-template-columns:repeat(8,1fr);background:var(--surface-alt);border-bottom:2px solid var(--border)}.day-header{padding:.625rem .25rem;text-align:center;font-size:.6875rem;font-weight:700;color:var(--text-3);border-right:1px solid var(--border);text-transform:uppercase;letter-spacing:.05em}.day-header:last-child{border-right:none}.week-container{display:grid;grid-template-columns:repeat(8,1fr)}.day-cell{padding:.375rem .125rem;text-align:center;font-size:.8125rem;border-right:1px solid var(--border-light);border-bottom:1px solid var(--border-light);min-height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .1s ease;font-weight:500;-webkit-user-select:none;user-select:none;position:relative}.day-cell:last-child{border-right:none}.day-cell:hover:not(.irish-holiday):not(.other-month){background:var(--surface-hover)}.day-cell.other-month{color:var(--text-faint);cursor:default}.day-cell.today{font-weight:700;text-decoration:underline}.day-cell.weekend{background:var(--surface-alt);color:var(--text-4)}.day-cell.non-workday{background:var(--surface-hover)}.day-cell.irish-holiday{background:#dcfce7;color:#166534;cursor:default;font-weight:600}.day-cell.slovenian-holiday{text-decoration:underline;font-style:italic;font-weight:700}.day-cell.wfh{background:var(--wfh-bg);color:var(--wfh-color)}.day-cell.wfa{background:var(--wfa-bg);color:var(--wfa-color)}.day-cell.annual{background:var(--annual-bg);color:var(--annual-color)}.day-cell.wfa.weekend{background:var(--wfa-bg-wknd)}.day-cell.wfh.weekend{background:var(--wfh-bg-wknd)}.day-cell.annual.weekend{background:var(--annual-bg-wknd)}.day-cell.selection-start{outline:2px solid var(--selection-color);outline-offset:-2px;border-radius:2px}.office-cell{font-size:.6875rem;color:var(--text-3);cursor:default}.travel-icon{font-size:.5rem;line-height:1;margin-left:1px;vertical-align:super}@media print{.no-print{display:none!important}.container{padding:0}.month-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}}.btn-my-leaves{padding:.375rem .875rem;border:1px solid var(--accent);border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-my-leaves:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-dialog{background:var(--surface);border-radius:var(--radius-lg);padding:1.75rem;width:100%;max-width:380px;box-shadow:var(--shadow-lg);border:var(--card-border);display:flex;flex-direction:column;gap:.75rem}.modal-header{display:flex;align-items:center;justify-content:space-between}.modal-header-actions{display:flex;align-items:center;gap:.25rem}.modal-delete-icon{background:none;border:none;font-size:1rem;cursor:pointer;padding:.25rem .375rem;border-radius:.25rem;color:var(--text-4);transition:color .1s,background .1s;line-height:1}.modal-delete-icon:hover{color:#dc2626;background:#fee2e2}.modal-title{font-size:1.125rem;font-weight:700;color:var(--text)}.modal-close{background:none;border:none;font-size:1rem;color:var(--text-4);cursor:pointer;padding:.25rem;line-height:1;border-radius:.25rem;transition:color .1s}.modal-close:hover{color:var(--text-2)}.modal-date-label{font-size:.875rem;color:var(--text-3);background:var(--surface-alt);border-radius:var(--radius-md);padding:.5rem .75rem;margin-bottom:.25rem}.modal-date-range{background:var(--surface-alt);border-radius:var(--radius-md);padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.modal-date-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.modal-date-field{display:flex;flex-direction:column;gap:.25rem}.modal-date-field-label{font-size:.6875rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em}.modal-date-input{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4375rem .625rem;font-size:.875rem;color:var(--text-2);background:var(--surface);width:100%}.modal-date-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.modal-day-count{font-size:.8125rem;font-weight:600;color:var(--accent)}.modal-type-select-wrap{display:flex;flex-direction:column;gap:.25rem}.modal-type-select{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.9375rem;color:var(--text-2);background:var(--surface);width:100%;cursor:pointer}.modal-type-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.modal-travel-section{display:flex;flex-direction:column;gap:.5rem}.modal-travel-link{background:none;border:none;padding:0;font-size:.875rem;color:var(--accent);cursor:pointer;text-align:left;text-decoration:underline;transition:color .1s}.modal-travel-link:hover{color:var(--accent-hover)}.modal-travel-dropdown{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem;max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.modal-travel-option{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-2);padding:.25rem .375rem;border-radius:.25rem;cursor:pointer}.modal-travel-option:hover{background:var(--border)}.modal-travel-option.travel-weekend{color:var(--text-4)}.modal-options{display:flex;flex-direction:column;gap:.5rem}.leave-type-btn{padding:.75rem 1rem;border-radius:var(--radius-md);border:2px solid transparent;font-size:.9375rem;font-weight:600;cursor:pointer;text-align:left;transition:all .15s ease}.leave-type-btn.type-wfh{background:var(--wfh-bg);color:var(--wfh-color);border-color:var(--wfh-border)}.leave-type-btn.type-wfh:hover,.leave-type-btn.type-wfh.selected{background:#fde68a}.leave-type-btn.type-wfa{background:var(--wfa-bg);color:var(--wfa-color);border-color:var(--wfa-border)}.leave-type-btn.type-wfa:hover,.leave-type-btn.type-wfa.selected{background:#bfdbfe}.leave-type-btn.type-annual{background:var(--annual-bg);color:var(--annual-color);border-color:var(--annual-border)}.leave-type-btn.type-annual:hover,.leave-type-btn.type-annual.selected{background:#fbcfe8}.leave-type-btn.type-delete{background:#fee2e2;color:#991b1b;border-color:#f87171;margin-top:.25rem}.leave-type-btn.type-delete:hover{background:#fecaca}.leave-type-btn.type-save{background:#dcfce7;color:#14532d;border-color:#22c55e;margin-top:.25rem}.leave-type-btn.type-save:hover:not(:disabled){background:#bbf7d0}.leave-type-btn.type-save:disabled{opacity:.45;cursor:not-allowed}.leave-type-btn.selected{box-shadow:0 0 0 3px var(--accent-ring-md)}.modal-cancel-btn{background:none;border:1px solid var(--border);border-radius:var(--radius-md);padding:.625rem 1rem;font-size:.875rem;color:var(--text-3);cursor:pointer;margin-top:.25rem;transition:background .1s}.modal-cancel-btn:hover{background:var(--surface-alt)}.flyout-backdrop{position:fixed;inset:0;background:#00000040;z-index:900}.flyout-panel{position:fixed;top:0;right:0;bottom:0;width:360px;max-width:90vw;background:var(--surface);box-shadow:var(--shadow-panel);border-left:var(--card-border);z-index:901;display:flex;flex-direction:column}.flyout-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);background:var(--panel-header-bg);box-shadow:var(--panel-header-border)}.flyout-title{font-size:1.125rem;font-weight:700;color:var(--panel-header-color)}.flyout-close{background:var(--panel-close-bg);border:none;font-size:1rem;color:var(--panel-close-color);cursor:pointer;padding:.375rem .625rem;border-radius:var(--radius-sm);transition:background .15s ease}.flyout-close:hover{background:var(--panel-close-bg-hover)}.flyout-body{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.flyout-empty{color:var(--text-4);font-size:.9375rem;text-align:center;padding:2rem 0}.flyout-group-title{font-size:.75rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.075em;margin-bottom:.5rem}.flyout-list{list-style:none;display:flex;flex-direction:column;gap:.375rem}.flyout-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.625rem .75rem;border-radius:var(--radius-md);border-left:3px solid transparent}.flyout-item.flyout-wfh{background:var(--wfh-bg);border-left-color:var(--wfh-border)}.flyout-item.flyout-wfa{background:var(--wfa-bg);border-left-color:var(--wfa-border)}.flyout-item.flyout-annual{background:var(--annual-bg);border-left-color:var(--annual-border)}.flyout-item-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.flyout-item-date{font-size:.8125rem;font-weight:600;color:var(--text)}.flyout-item-type{font-size:.75rem;color:var(--text-3)}.flyout-item-delete{background:none;border:none;color:var(--text-4);cursor:pointer;font-size:.875rem;padding:.25rem;border-radius:.25rem;flex-shrink:0;transition:color .1s}.flyout-item-delete:hover{color:#ef4444}.btn-settings{padding:.375rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-2);font-size:.875rem;cursor:pointer;transition:all .15s ease}.btn-settings:hover{background:var(--surface-hover)}.settings-panel{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:90vw;background:var(--surface);box-shadow:var(--shadow-panel);border-left:var(--card-border);z-index:901;display:flex;flex-direction:column}.settings-section{padding-bottom:1.25rem;border-bottom:1px solid var(--border-light);margin-bottom:1.25rem}.settings-section:last-child{border-bottom:none;margin-bottom:0}.settings-section-title{font-size:.75rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.075em;margin-bottom:.75rem}.settings-user{display:flex;align-items:center;gap:.75rem;padding:.25rem 0}.settings-username{font-weight:600;color:var(--text);font-size:.9375rem}.settings-email{font-size:.8125rem;color:var(--text-3)}.settings-add-cal{display:flex;flex-direction:column;gap:.5rem;background:var(--surface-alt);border-radius:var(--radius-md);padding:.875rem;margin-bottom:.875rem;border:1px solid var(--border)}.settings-input{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.4375rem .625rem;font-size:.875rem;color:var(--text-2);background:var(--surface);width:100%}.settings-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.color-picker-row{display:flex;align-items:center;gap:.5rem}.color-picker-label{font-size:.8125rem;color:var(--text-3);white-space:nowrap}.color-swatches{display:flex;flex-wrap:wrap;gap:4px}.color-swatch{width:18px;height:18px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;transition:transform .1s,border-color .1s}.color-swatch:hover{transform:scale(1.25)}.color-swatch.selected{border-color:var(--text);box-shadow:0 0 0 1px #fff inset}.settings-btn-add{padding:.5rem 1rem;border:none;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s;align-self:flex-start}.settings-btn-add:hover:not(:disabled){background:var(--accent-hover)}.settings-btn-add:disabled{opacity:.45;cursor:not-allowed}.settings-signout{margin-left:auto;flex-shrink:0}.settings-toggle-subheading{font-size:.75rem;font-weight:600;color:var(--text-2);margin-top:.75rem;margin-bottom:.25rem}.settings-toggle-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.settings-toggle-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-2);cursor:pointer}.settings-toggle-item input[type=checkbox]{width:1rem;height:1rem;cursor:pointer;accent-color:var(--accent);flex-shrink:0}.settings-error{background:#fee2e2;color:#991b1b;border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.8125rem}.holiday-cal-list{list-style:none;display:flex;flex-direction:column;gap:.625rem}.holiday-cal-item{background:var(--surface-alt);border-radius:var(--radius-md);padding:.75rem;border:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.holiday-cal-info{display:flex;flex-direction:column;gap:.125rem}.holiday-cal-name{font-size:.875rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.375rem}.holiday-cal-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.holiday-cal-url{font-size:.75rem;color:var(--text-4);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.holiday-cal-count{font-size:.75rem;color:#10b981;font-weight:500}.holiday-cal-actions{display:flex;gap:.375rem}.cal-action-btn{padding:.375rem .5rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;font-size:1rem;line-height:1;transition:all .1s;display:flex;align-items:center;justify-content:center;min-width:2rem}.cal-action-btn:hover:not(:disabled){background:var(--surface-hover);border-color:var(--text-4)}.cal-action-btn:disabled{opacity:.45;cursor:not-allowed}.cal-action-btn.active{background:#ede9fe;border-color:#8b5cf6}.cal-action-btn.cal-action-delete:hover:not(:disabled){background:#fee2e2;border-color:#f87171}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning svg{animation:spin 1s linear infinite}.flyout-item-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.flyout-item-edit{background:none;border:1px solid var(--border);color:var(--accent);cursor:pointer;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:.25rem;transition:background .1s,color .1s;white-space:nowrap}.flyout-item-edit:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.edit-panel{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:90vw;background:var(--surface);box-shadow:var(--shadow-panel);border-left:var(--card-border);z-index:901;display:flex;flex-direction:column}.edit-panel-section{padding-bottom:1rem;border-bottom:1px solid var(--border-light);margin-bottom:1rem}.edit-panel-section:last-child{border-bottom:none;margin-bottom:0}.edit-panel-toggle{width:100%;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.875rem;font-weight:600;color:var(--text-2);cursor:pointer;display:flex;align-items:center;gap:.5rem;text-align:left;transition:background .1s}.edit-panel-toggle:hover{background:var(--surface-hover)}.edit-panel-toggle span:first-child{flex:1}.edit-panel-badge{background:var(--accent);color:#fff;border-radius:999px;padding:.1rem .5rem;font-size:.6875rem;font-weight:700}.edit-panel-chevron{font-size:.625rem;color:var(--text-4)}.edit-panel-day-list{margin-top:.5rem;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem;max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.edit-panel-countries{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.edit-panel-all-country-row{display:flex;gap:.5rem;align-items:stretch}.edit-panel-all-country-row .modal-date-input{flex:1}.edit-panel-apply-btn{padding:.4375rem .75rem;border:none;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s;flex-shrink:0}.edit-panel-apply-btn:hover:not(:disabled){background:var(--accent-hover)}.edit-panel-apply-btn:disabled{opacity:.45;cursor:not-allowed}.edit-panel-clear-btn{background:none;border:none;padding:0;font-size:.8125rem;color:var(--text-4);cursor:pointer;text-align:left;text-decoration:underline;transition:color .1s;align-self:flex-start}.edit-panel-clear-btn:hover{color:#ef4444}.edit-panel-day-country-row{display:flex;align-items:center;gap:.5rem;padding:.25rem .375rem;border-radius:.25rem}.edit-panel-day-country-row.travel-weekend{opacity:.6}.edit-panel-day-label{font-size:.8125rem;color:var(--text-2);min-width:90px;flex-shrink:0}.edit-panel-country-input{flex:1;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.25rem .5rem;font-size:.8125rem;color:var(--text-2);background:var(--surface);min-width:0}.edit-panel-country-input:focus{outline:none;border-color:var(--accent)}.edit-panel-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;gap:.75rem;background:var(--surface)}.edit-panel-delete-btn{padding:.625rem 1rem;border:1px solid #f87171;border-radius:var(--radius-sm);background:#fee2e2;color:#991b1b;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .1s;flex-shrink:0}.edit-panel-delete-btn:hover{background:#fecaca}.edit-panel-save-btn{flex:1;padding:.625rem 1rem;border:none;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.edit-panel-save-btn:hover:not(:disabled){background:var(--accent-hover)}.edit-panel-save-btn:disabled{opacity:.45;cursor:not-allowed}.holiday-dot{position:absolute;bottom:3px;left:50%;transform:translate(-50%);width:5px;height:5px;border-radius:50%;pointer-events:none}.settings-alloc-hint{font-size:.8125rem;color:var(--text-3);margin-bottom:.75rem;line-height:1.4}.settings-alloc-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.settings-alloc-field{display:flex;flex-direction:column;gap:.25rem}.settings-alloc-label{font-size:.75rem;font-weight:600;color:var(--text-2)}.settings-alloc-input{width:100%}.theme-options{display:flex;gap:.75rem}.theme-option{flex:1;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-md);padding:.625rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:border-color .15s ease;font-size:.8125rem;font-weight:500;color:var(--text-2);font-family:inherit}.theme-option:hover{border-color:var(--accent)}.theme-option.selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.theme-preview{width:100%;height:52px;border-radius:.25rem;overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column}.theme-preview-header{height:14px;flex-shrink:0}.theme-preview-body{flex:1;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;padding:3px}.theme-preview-cell{border-radius:1px}.theme-preview-default .theme-preview-header{background:linear-gradient(135deg,#667eea,#764ba2)}.theme-preview-default .theme-preview-body{background:#f8fafc}.theme-preview-default .theme-preview-cell{background:#e2e8f0}.theme-preview-default .theme-preview-cell:nth-child(2){background:#fef3c7}.theme-preview-default .theme-preview-cell:nth-child(4){background:#dbeafe}.theme-preview-minimal .theme-preview-header{background:#fff;border-bottom:1px solid #e5e7eb}.theme-preview-minimal .theme-preview-body{background:#fff}.theme-preview-minimal .theme-preview-cell{background:#f3f4f6}.theme-preview-minimal .theme-preview-cell:nth-child(2){background:#fef9c3}.theme-preview-minimal .theme-preview-cell:nth-child(4){background:#dbeafe}.btn-stats{padding:.375rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-2);font-size:.875rem;cursor:pointer;transition:all .15s ease}.btn-stats:hover{background:var(--surface-hover)}.stats-panel{position:fixed;top:0;right:0;bottom:0;width:480px;max-width:95vw;background:var(--surface);box-shadow:var(--shadow-panel);border-left:var(--card-border);z-index:901;display:flex;flex-direction:column}.stats-options{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);padding:.625rem .875rem;display:flex;flex-direction:column;gap:.5rem}.stats-section{padding-bottom:1.25rem;border-bottom:1px solid var(--border-light);margin-bottom:.25rem}.stats-section:last-child{border-bottom:none;padding-bottom:0}.donut-chart-wrap{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.donut-svg{width:160px;height:160px;flex-shrink:0}.donut-legend{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:140px}.donut-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}.donut-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.donut-legend-label{flex:1;color:var(--text-2)}.donut-legend-count{font-weight:700;color:var(--text);min-width:2rem;text-align:right}.stats-office-table{display:flex;flex-direction:column;gap:.25rem}.stats-office-row{display:grid;grid-template-columns:3rem 4rem 3.5rem 4rem;align-items:center;gap:.5rem;font-size:.8125rem;padding:.25rem .375rem;border-radius:var(--radius-sm)}.stats-office-row:hover:not(.stats-office-header){background:var(--surface-hover)}.stats-office-header{font-size:.6875rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;padding-bottom:.375rem;border-bottom:1px solid var(--border);margin-bottom:.125rem}.stats-office-month{font-weight:600;color:var(--text-2)}.stats-office-avg{font-weight:700;color:var(--accent)}.stats-office-potential{color:var(--text-4)}.stats-empty{padding:.5rem 0}.share-permission-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.share-radio-label{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--text-2);cursor:pointer}.share-radio-label input[type=radio]{accent-color:var(--accent);cursor:pointer}.share-url-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius-md);padding:.75rem;margin-bottom:.75rem}.share-url-label{font-size:.8125rem;color:#1d4ed8;font-weight:500;margin-bottom:.5rem}.share-url-row{display:flex;gap:.5rem;align-items:center}.share-url-input{flex:1;font-size:.75rem;background:#fff}.share-copy-btn{padding:.375rem .625rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-2);font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s;flex-shrink:0}.share-copy-btn:hover{background:var(--surface-hover)}.share-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.share-item{background:var(--surface-alt);border-radius:var(--radius-md);padding:.625rem .75rem;border:1px solid var(--border);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.share-item-info{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.share-item-email{font-size:.875rem;color:var(--text);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-item-badge{font-size:.6875rem;font-weight:700;padding:.125rem .5rem;border-radius:999px;background:#fef9c3;color:#92400e;white-space:nowrap;flex-shrink:0}.share-item-badge.share-badge-accepted{background:#dcfce7;color:#166534}.share-item-actions{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.share-perm-select{padding:.3125rem .5rem;font-size:.8125rem;width:auto}.shared-cal-owner{display:flex;align-items:center;gap:.75rem}.shared-cal-badge{font-size:.75rem;color:var(--text-3);font-weight:500}.shared-cal-menu{display:flex;align-items:center;gap:.375rem}.btn-shared-cal{display:flex;align-items:center;gap:.375rem;padding:.3125rem .625rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-2);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-shared-cal:hover{background:var(--surface-hover);border-color:var(--accent);color:var(--accent)}.shared-cal-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover}
