@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--bg-dark:#191919;--bg-sidebar:#202020;--bg-hover:#ffffff0e;--bg-active:#ffffff17;--border:#2f2f2f;--text-primary:#ffffffcf;--text-secondary:#ffffff70;--blue-tag:#2383e233;--blue-tag-text:#70aceb;--orange-tag:#d9730d33;--orange-tag-text:#eb9a4b;--green-tag:#0f7b6c33;--green-tag-text:#69bdb1;--red-tag:#eb575733;--red-tag-text:#eb5757;--gray-tag:#ffffff14;--gray-tag-text:#ffffff80;--accent:#2563eb;--accent-soft:color-mix(in srgb, var(--accent) 16%, transparent);--accent-ring:color-mix(in srgb, var(--accent) 45%, transparent);--accent-contrast:#fff;--font-sans:"Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--font-display:"Barlow Condensed", "Arial Narrow", sans-serif}[data-theme=light]{--bg-dark:#fff;--bg-sidebar:#f7f7f5;--bg-hover:#0000000b;--bg-active:#00000012;--border:#e3e2e0;--text-primary:#000000d6;--text-secondary:#00000080;--blue-tag:#2383e224;--blue-tag-text:#185eb0;--orange-tag:#d9730d24;--orange-tag-text:#ad5600;--green-tag:#0f7b6c24;--green-tag-text:#0b6054;--red-tag:#eb575724;--red-tag-text:#c43434;--gray-tag:#0000000f;--gray-tag-text:#00000080;--accent-soft:color-mix(in srgb, var(--accent) 12%, transparent);--accent-ring:color-mix(in srgb, var(--accent) 40%, transparent)}*{box-sizing:border-box;margin:0;padding:0}html{min-width:0;overflow-x:hidden}body{background:var(--bg-dark);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;min-width:0;line-height:1.5;overflow-x:hidden}.app-layout{width:100%;min-width:0;height:100dvh;display:flex;position:relative;overflow:hidden}.main-area{background:var(--bg-dark);flex-direction:column;flex:auto;width:100%;min-width:0;display:flex;overflow-y:auto}.mobile-header{border-bottom:1px solid var(--border);background:var(--bg-sidebar);z-index:10;flex-shrink:0;align-items:center;gap:1rem;padding:1rem;display:none}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;min-width:2.75rem;min-height:2.75rem;padding:.25rem}.notion-sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border);z-index:20;flex-direction:column;flex:0 0 240px;width:240px;min-width:0;transition:transform .3s;display:flex}.workspace-switcher{cursor:pointer;align-items:center;gap:.5rem;padding:1rem .875rem;transition:background .1s;display:flex}.workspace-switcher:hover{background:var(--bg-hover)}.workspace-icon{color:#000;object-fit:cover;background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex}.workspace-icon.accent-mark{background:var(--accent);color:var(--accent-contrast)}.workspace-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.875rem;font-weight:500;overflow:hidden}.workspace-tag{color:var(--text-secondary);font-weight:400}.sidebar-close-btn{width:2.75rem;height:2.75rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;place-items:center;margin-left:auto;display:grid}.sidebar-close-btn:hover{color:var(--text-primary);background:var(--bg-hover)}.nav-group{flex:1;padding:.5rem 0;overflow-y:auto}.sidebar-footer{border-top:1px solid var(--border);padding:.5rem 0}.notion-nav-item{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;align-items:center;gap:.6rem;padding:.35rem .875rem;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .1s;display:flex}.notion-nav-item:hover{background:var(--bg-hover)}.notion-nav-item.active{background:var(--accent-soft);color:var(--text-primary);border-left-color:var(--accent)}.notion-nav-item.active svg{color:var(--accent)}.notion-nav-item.static{cursor:default}.powered-by{color:var(--text-secondary);opacity:.7;padding:.5rem .875rem .25rem;font-size:.7rem}.sidebar-overlay{cursor:pointer;z-index:15;background:#00000080;border:0;width:100%;height:100%;padding:0;display:none;position:fixed;inset:0}.notion-page{width:100%;min-width:0;max-width:900px;height:100%;margin:0 auto;padding:3rem 2rem}.notion-page.full-width{max-width:none}.page-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.notion-h1{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.notion-h1.no-margin{margin-bottom:0}.notion-h2{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.notion-h3{margin-bottom:.5rem;font-size:1rem;font-weight:600}.notion-text{color:var(--text-primary);font-size:.95rem;line-height:1.6}.notion-divider{background:var(--border);width:100%;height:1px;margin:1.5rem 0}.notion-btn{color:var(--text-primary);border:1px solid var(--border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:.4rem .75rem;font-size:.875rem;font-weight:500;transition:background .1s,filter .1s}.notion-btn:hover{background:var(--bg-hover)}.notion-btn.primary{background:var(--accent);color:var(--accent-contrast);border-color:#0000}.notion-btn.primary:hover{background:var(--accent);filter:brightness(1.12)}.notion-btn.danger{background:var(--red-tag-text);color:#fff;border-color:#0000}.notion-btn.danger:hover{filter:brightness(1.1)}.notion-btn:disabled{opacity:.5;cursor:not-allowed}.notion-btn:disabled:hover{filter:none;background:0 0}.notion-btn.primary:disabled:hover{background:var(--accent)}a{color:var(--accent)}:focus-visible{outline:2px solid var(--accent-ring);outline-offset:1px}.notion-tag{border-radius:3px;padding:.1rem .4rem;font-size:.75rem;font-weight:500;display:inline-block}.notion-tag.blue{background:var(--blue-tag);color:var(--blue-tag-text)}.notion-tag.orange{background:var(--orange-tag);color:var(--orange-tag-text)}.notion-tag.green{background:var(--green-tag);color:var(--green-tag-text)}.notion-tag.red{background:var(--red-tag);color:var(--red-tag-text)}.notion-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.notion-card{border:1px solid var(--border);background:0 0;border-radius:6px;padding:1rem}.card-header{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.card-value{font-size:1.5rem;font-weight:600}.notion-list{flex-direction:column;gap:.75rem;display:flex}.notion-list-item{align-items:center;gap:.75rem;font-size:.95rem;display:flex}.bullet{color:var(--text-secondary)}.timestamp{color:var(--text-secondary);margin-left:auto;font-size:.85rem}.notion-board{flex:1;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.notion-board-col{flex-direction:column;flex:0 0 260px;min-height:200px;display:flex}.col-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.col-title{color:var(--text-secondary);font-size:.875rem;font-weight:500}.col-count{color:var(--text-secondary);font-size:.75rem}.col-cards{flex-direction:column;flex:1;gap:.5rem;display:flex}.col-empty-state{border:1px dashed var(--border);color:var(--text-secondary);text-align:center;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;padding:2rem 1rem;font-size:.8rem;display:flex}.notion-board-card{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;padding:.75rem;transition:background .1s}.notion-board-card:hover{background:var(--bg-hover)}.notion-board-card.blocked{border-left:2px solid var(--red-tag-text)}.card-title{margin-bottom:.25rem;font-size:.875rem;font-weight:500}.card-sub{color:var(--text-secondary);margin-bottom:.5rem;font-size:.75rem}.card-footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.assignee-avatar{background:var(--bg-active);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.6rem;display:flex}.notion-calendar{border-top:1px solid var(--border);border-left:1px solid var(--border);flex:1;grid-template-columns:repeat(7,minmax(0,1fr));min-width:600px;display:grid;overflow-y:auto}.calendar-wrapper{flex-direction:column;flex:1;display:flex;overflow-x:auto}.cal-header{color:var(--text-secondary);border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:.5rem;font-size:.75rem;font-weight:500}.cal-cell{border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-height:100px;padding:.5rem}.cal-cell.inactive{background:#ffffff03}.cal-date{color:var(--text-secondary);margin-bottom:.5rem;font-size:.75rem;display:block}.cal-pill{white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border-radius:3px;min-width:0;margin-bottom:.25rem;padding:.1rem .4rem;font-size:.7rem;overflow:hidden}.cal-pill.orange{background:var(--orange-tag);color:var(--orange-tag-text)}.cal-pill.green{background:var(--green-tag);color:var(--green-tag-text)}.notion-split-view{flex-direction:row;height:100%;display:flex}.split-list{border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:320px;display:flex}.list-header{border-bottom:1px solid var(--border);padding:1.5rem 1.25rem .75rem;font-size:.875rem;font-weight:600}.list-items{flex:1;overflow-y:auto}.list-item{border-bottom:1px solid var(--border);cursor:pointer;padding:1rem 1.25rem;transition:background .1s}.list-item:hover{background:var(--bg-hover)}.list-item.active{background:var(--accent-soft);box-shadow:inset 2px 0 0 var(--accent)}.item-row{justify-content:space-between;margin-bottom:.25rem;display:flex}.item-title{font-size:.95rem;font-weight:500}.item-date{color:var(--text-secondary);font-size:.75rem}.item-sub{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem}.split-detail{background:var(--bg-dark);flex:1;overflow-y:auto}.notion-properties{flex-direction:column;gap:.5rem;display:flex}.prop-row{align-items:flex-start;font-size:.9rem;display:flex}.prop-label{width:140px;color:var(--text-secondary);flex-shrink:0;align-items:center;gap:.5rem;display:flex}.prop-value{color:var(--text-primary)}.empty-state{height:100%;color:var(--text-secondary);text-align:center;justify-content:center;align-items:center;padding:2rem;font-size:.95rem;display:flex}.photo-gallery{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem;display:grid}.photo-placeholder{aspect-ratio:4/3;background:var(--bg-sidebar);border:1px dashed var(--border);color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:border-color .1s;display:flex}.photo-placeholder:hover{border-color:var(--text-primary)}.responsive-table{border-collapse:collapse;width:100%}.responsive-table th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border);padding:.75rem;font-size:.85rem;font-weight:500}.responsive-table td{border-bottom:1px solid var(--border);padding:.75rem;font-size:.9rem}@media (max-width:768px){.app-layout{flex-direction:column;height:100dvh}.notion-sidebar{width:min(18rem,88vw);height:100dvh;position:fixed;inset:0 auto 0 0;transform:translate(-100%);box-shadow:1.25rem 0 3rem #00000047}.notion-sidebar.open{transform:translate(0)}.sidebar-overlay{position:fixed}.sidebar-overlay.open{display:block}.mobile-header{min-height:3.5rem;padding:max(.4rem, env(safe-area-inset-top)) 1rem .4rem;display:flex}.main-area{width:100%;min-width:0;min-height:0}.notion-page{width:100%;max-width:none;height:auto;min-height:100%;padding:1.5rem 1rem max(2rem, env(safe-area-inset-bottom))}.page-header-row{align-items:flex-start}.notion-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.notion-card{min-width:0;padding:.85rem}.notion-split-view{flex-direction:column}.split-list{border-right:none;border-bottom:1px solid var(--border);width:100%;max-height:40vh}.table-wrapper{max-width:100%;overflow-x:auto}}@media (max-width:420px){.notion-metrics-grid{grid-template-columns:1fr}.notion-h1{font-size:1.6rem}.page-header-actions{width:100%}.page-header-actions>*{flex:auto}}.notion-tag.gray{background:var(--gray-tag);color:var(--gray-tag-text)}.mobile-header-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.page-header-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.input,.notion-page input[type=text],.notion-page input[type=email],.notion-page input[type=tel],.notion-page input[type=date],.notion-page input[type=time],.notion-page input[type=number],.notion-page select,.notion-page textarea{background:var(--bg-sidebar);border:1px solid var(--border);color:var(--text-primary);border-radius:4px;padding:.4rem .6rem;font-family:inherit;font-size:.875rem}.input:focus,.notion-page input:focus,.notion-page select:focus,.notion-page textarea:focus{outline:2px solid var(--accent-ring);outline-offset:0;border-color:var(--accent)}.form-field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.form-field label{color:var(--text-secondary);font-size:.8rem;font-weight:500}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0 1.5rem;display:grid}.form-field .field-hint{color:var(--text-secondary);font-size:.75rem}.form-message{align-items:flex-start;gap:.45rem;margin:0 0 1rem;font-size:.8rem;line-height:1.45;display:flex}.form-message svg{flex:none;margin-top:.1rem}.form-message.error{color:var(--red-tag-text)}.form-message.success{color:var(--green-tag-text)}.fieldset-group{border:1px solid var(--border);border-radius:6px;margin-bottom:1rem;padding:.9rem 1rem .25rem}.fieldset-group legend{color:var(--text-secondary);padding:0 .35rem;font-size:.8rem;font-weight:500}.field-row{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:0 .75rem;display:grid}.dialog-overlay{z-index:50;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dialog{background:var(--bg-sidebar);border:1px solid var(--border);border-radius:8px;width:100%;max-width:460px;max-height:90vh;overflow-y:auto}.dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.dialog-body{padding:1.25rem}.dialog-actions{justify-content:flex-end;gap:.5rem;display:flex}.notion-h3.no-margin{margin-bottom:0}.customer-picker{position:relative}.customer-picker-list{z-index:30;background:var(--bg-dark);border:1px solid var(--border);border-radius:6px;max-height:288px;padding:.25rem;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 28px #00000047}.customer-picker-option{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border:none;border-radius:4px;flex-direction:column;gap:.1rem;padding:.45rem .55rem;display:flex}.customer-picker-option:hover{background:var(--bg-hover)}.customer-picker-option.is-selected{background:var(--accent-soft)}.customer-picker-name{font-size:.875rem}.customer-picker-sub{color:var(--text-secondary);font-size:.75rem}.customer-picker-empty{color:var(--text-secondary);margin:0;padding:.55rem;font-size:.8rem}.customer-picker-create{text-align:left;cursor:pointer;border:none;border-top:1px solid var(--border);width:100%;color:var(--accent);background:0 0;align-items:center;gap:.4rem;margin-top:.25rem;padding:.6rem .55rem;font-size:.85rem;font-weight:500;display:flex}.customer-picker-create:hover{background:var(--bg-hover)}.customer-picker-form{border-top:1px solid var(--border);margin-top:.25rem;padding:.65rem .55rem}.customer-picker-creating{color:var(--text-primary);margin:0 0 .15rem;font-size:.9rem;font-weight:600}.empty-state-box{border:1px dashed var(--border);color:var(--text-secondary);text-align:center;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:2.5rem 1rem;font-size:.875rem;display:flex}.empty-state-box.error{color:var(--red-tag-text);border-color:var(--red-tag)}.skeleton-stack{flex-direction:column;gap:.75rem;padding:.5rem 0;display:flex}.skeleton-row{background:var(--bg-hover);border-radius:4px;height:14px;animation:1.4s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%,to{opacity:.5}50%{opacity:1}}.appt-card{text-align:left;border:1px solid var(--border);border-left:3px solid var(--border);cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border-radius:4px;align-items:center;gap:.75rem;padding:.6rem .75rem;font-family:inherit;display:flex}.appt-card:hover{background:var(--bg-hover)}.appt-card.status-confirmed{border-left-color:var(--green-tag-text)}.appt-card.status-pending{border-left-color:var(--orange-tag-text)}.appt-card.status-reschedule_proposed{border-left-color:var(--blue-tag-text)}.appt-card.status-cancelled,.appt-card.status-declined,.appt-card.status-no_show{border-left-color:var(--red-tag-text);opacity:.65}.appt-time{min-width:44px;font-size:.85rem;font-weight:600}.appt-main{flex-direction:column;flex:1;min-width:0;display:flex}.appt-customer{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.appt-sub{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.appt-stack{flex-direction:column;gap:.5rem;display:flex}.filter-pills{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.4rem;padding:.75rem 1.25rem;display:flex}.filter-pill{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:.2rem .7rem;font-family:inherit;font-size:.78rem}.filter-pill.active{background:var(--accent-soft);border-color:var(--accent);color:var(--text-primary)}.td-secondary{color:var(--text-secondary)}.customer-table tbody tr{cursor:pointer}.customer-table tbody tr:hover{background:var(--bg-hover)}.drawer-overlay{z-index:40;background:#0000008c;position:fixed;inset:0}.drawer{background:var(--bg-sidebar);border-left:1px solid var(--border);z-index:45;width:min(420px,100%);padding:1.5rem;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}.toggle{flex-shrink:0;width:34px;height:20px;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-slider{background:var(--bg-active);cursor:pointer;border-radius:999px;transition:background .15s;position:absolute;inset:0}.toggle-slider:before{content:"";background:var(--text-secondary);border-radius:50%;width:14px;height:14px;transition:transform .15s,background .15s;position:absolute;top:3px;left:3px}.toggle input:checked+.toggle-slider{background:var(--accent)}.toggle input:checked+.toggle-slider:before{background:var(--accent-contrast);transform:translate(14px)}.hours-editor{flex-direction:column;display:flex}.hours-row{border-bottom:1px solid var(--border);align-items:center;gap:.9rem;padding:.5rem 0;display:flex}.hours-row:last-child{border-bottom:none}.hours-day{width:90px;font-size:.875rem;font-weight:500}.hours-times{color:var(--text-secondary);align-items:center;gap:.5rem;display:flex}.service-editor{flex-direction:column;gap:1.5rem;display:flex}.service-group{flex-direction:column;gap:.4rem;display:flex}.service-group-title{border-bottom:1px solid var(--border);color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 .2rem;padding-bottom:.4rem;font-size:.85rem;font-weight:600;display:flex}.service-group-count{color:var(--text-secondary);background:var(--bg-active);border-radius:999px;padding:.05rem .45rem;font-size:.7rem;font-weight:500}.service-head{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:.6rem;padding-bottom:.1rem;font-size:.68rem;font-weight:600;display:flex}.service-row{align-items:flex-end;gap:.6rem;display:flex}.service-field{flex-direction:column;gap:.25rem;min-width:0;display:flex}.service-field .input{width:100%}.service-field-label{color:var(--text-secondary);font-size:.72rem;font-weight:500;display:none}.service-head .service-name,.service-row .service-name{flex:1;min-width:0}.service-head .service-category,.service-row .service-category{flex:none;width:150px}.service-head .service-price,.service-row .service-price{flex:none;width:110px}.service-head .service-duration,.service-row .service-duration{flex:none;width:90px}.service-head .service-active,.service-row .service-active{flex:none;width:44px}.service-row .service-active{align-items:flex-start;padding-bottom:.4rem}.service-head .service-remove,.service-row .service-remove{flex:none;width:30px}.service-group-new .service-row.new{flex-wrap:wrap;align-items:flex-end}.service-row .service-add{flex:none}@media (max-width:720px){.service-head{display:none}.service-field-label{display:block}.service-row{border:1px solid var(--border);border-radius:6px;flex-wrap:wrap;align-items:flex-start;gap:.6rem;padding:.75rem}.service-row .service-name{flex:100%}.service-row .service-category,.service-row .service-price{flex:100%;width:100%}.service-row .service-duration{flex:auto;width:auto}.service-row .service-active{align-items:flex-start;width:auto;padding-bottom:0}.service-row .service-remove{margin-left:auto}}.branding-preview{border:1px solid var(--border);border-radius:6px;flex-direction:column;gap:.9rem;padding:1rem;display:flex}.preview-nav-item{align-items:center;gap:.6rem;display:flex}.preview-mark{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex}.preview-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.preview-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}input[type=color]{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;width:40px;height:28px;padding:0}.settings-section{margin-bottom:2.5rem}.section-save{margin-top:1rem}.settings-section-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem;font-size:.75rem;font-weight:600}.notification-row{align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9rem;display:flex}.cal-view-controls{gap:.25rem;display:flex}.cal-view-btn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;padding:.3rem .7rem;font-family:inherit;font-size:.8rem}.cal-view-btn:first-child{border-radius:4px 0 0 4px}.cal-view-btn:last-child{border-radius:0 4px 4px 0}.cal-view-btn.active{background:var(--accent-soft);border-color:var(--accent);color:var(--text-primary)}.cal-nav{align-items:center;gap:.5rem;display:flex}.cal-title{text-align:center;min-width:180px;font-size:1rem;font-weight:600}.cal-cell .cal-pill{text-align:left;width:100%;display:block}.cal-pill{border:none;font-family:inherit}.cal-pill.status-confirmed{background:var(--green-tag);color:var(--green-tag-text)}.cal-pill.status-pending{background:var(--orange-tag);color:var(--orange-tag-text)}.cal-pill.status-reschedule_proposed{background:var(--blue-tag);color:var(--blue-tag-text)}.cal-pill.status-cancelled,.cal-pill.status-declined,.cal-pill.status-no_show{background:var(--red-tag);color:var(--red-tag-text);text-decoration:line-through}.cal-cell.today .cal-date{color:var(--accent);font-weight:700}.cal-pill.status-completed{background:var(--bg-hover);color:var(--text-secondary)}.cal-cell,.week-col{flex-direction:column;display:flex;position:relative}.cal-cell.inactive .cal-date{opacity:.4}.cal-cell.inactive .cal-pill{opacity:.65}.cal-cell-add{color:#0000;cursor:pointer;background:0 0;border:none;border-radius:4px;flex:auto;justify-content:flex-end;align-items:flex-start;min-height:1.5rem;padding:.15rem;display:flex}.cal-cell-add:hover{background:var(--bg-hover);color:var(--text-secondary)}.cal-cell-add:focus-visible{outline:2px solid var(--accent-ring);color:var(--text-secondary)}.week-col.today,.cal-cell.today{background:color-mix(in srgb, var(--accent) 7%, transparent)}.week-col-header.today{color:var(--accent);font-weight:700}.week-grid{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(7,minmax(0,1fr));min-width:700px;display:grid}.week-col{border-right:1px solid var(--border);flex-direction:column;gap:.35rem;min-height:320px;padding:.4rem;display:flex}.week-col-header{border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text-secondary);padding:.5rem;font-size:.75rem;font-weight:500}.day-list{flex-direction:column;gap:.5rem;max-width:640px;display:flex}@media (max-width:900px){.week-grid{grid-template-columns:repeat(7,minmax(0,1fr));min-width:0}}.prop-value.wrap{word-break:break-word}.request-actions{flex-wrap:wrap;gap:.5rem;margin-top:2rem;display:flex}.auth-shell{--auth-ink:#111312;--auth-paper:#ece9e0;--auth-paper-bright:#f8f6f0;--auth-yellow:#ffd400;--auth-muted:#777a74;background:var(--auth-paper);min-height:100dvh;color:var(--auth-ink);grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);display:grid;overflow:hidden}.auth-intro{color:#f5f3eb;isolation:isolate;background:#090b0a;flex-direction:column;justify-content:space-between;min-height:100dvh;padding:clamp(2rem,5vw,4.5rem);display:flex;position:relative;overflow:hidden}.auth-intro:before{background:var(--auth-yellow);content:"";width:5px;height:9rem;position:absolute;top:0;left:clamp(2rem,5vw,4.5rem)}.auth-intro:after{content:"";border:1px solid #ffd40033;border-radius:50%;width:34rem;height:34rem;position:absolute;bottom:-13rem;right:-12rem;box-shadow:0 0 0 2rem #ffd40009,0 0 0 4rem #ffd40005}.auth-visual{z-index:-1;opacity:.92;mix-blend-mode:screen;background:linear-gradient(90deg,#131514 0%,#0000 34%),linear-gradient(#0000 76%,#131514 100%),url(/auth/mechanics-wrench-concept.jpg) bottom/cover no-repeat;width:min(92%,38rem);height:min(74%,38rem);position:absolute;bottom:-1rem;right:-3rem;-webkit-mask-image:linear-gradient(135deg,#0000 0%,#000 34% 82%,#0000 100%);mask-image:linear-gradient(135deg,#0000 0%,#000 34% 82%,#0000 100%)}.auth-brand,.auth-intro-footer,.auth-panel-status,.auth-eyebrow,.auth-field label,.auth-legal{letter-spacing:.09em;text-transform:uppercase}.auth-brand{z-index:1;align-items:center;gap:.8rem;font-size:.72rem;font-weight:800;display:flex;position:relative}.auth-brand-mark{border:1px solid var(--auth-yellow);background:var(--auth-yellow);width:3rem;height:3rem;color:var(--auth-ink);font-family:var(--font-display);letter-spacing:-.03em;place-items:center;font-size:1.1rem;font-weight:800;line-height:1;display:grid;transform:rotate(-6deg)}.auth-brand-name{opacity:.72}.auth-intro-copy{z-index:1;max-width:34rem;margin:auto 0;padding:clamp(3rem,8vh,7rem) 0;position:relative}.auth-eyebrow{color:var(--auth-yellow);align-items:center;gap:.65rem;margin-bottom:1.5rem;font-size:.68rem;font-weight:800;display:flex}.auth-live-dot,.auth-status-dot{background:currentColor;border-radius:50%;width:.45rem;height:.45rem;display:inline-block;box-shadow:0 0 0 .25rem #ffd4001f}.auth-intro h1{max-width:8ch;font-family:var(--font-display);letter-spacing:-.05em;text-wrap:balance;margin-bottom:1.5rem;font-size:clamp(4rem,7vw,7.6rem);font-weight:700;line-height:.84}.auth-intro h1 em{color:var(--auth-yellow);font-style:normal}.auth-intro-description{color:#f5f3eba6;max-width:28rem;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.7}.auth-intro-footer{z-index:1;color:#f5f3eb70;align-items:center;gap:.8rem;font-size:.62rem;font-weight:700;display:flex;position:relative}.auth-intro-rule{background:#f5f3eb3d;width:2.5rem;height:1px}.auth-panel{background:radial-gradient(circle at 92% 0%, #ffd4002b, transparent 24rem), var(--auth-paper-bright);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:clamp(1.5rem,5vw,5rem);display:flex}.auth-panel-status{width:fit-content;max-width:100%;color:var(--auth-muted);background:#ffffff9e;border:1px solid #11131214;border-radius:999px;align-self:stretch;align-items:center;gap:.6rem;margin:0 auto 2rem;padding:.65rem 1rem;font-size:.62rem;font-weight:800;display:flex;box-shadow:0 .5rem 1.5rem #1113120d}.auth-status-dot{color:#4a9b67;box-shadow:0 0 0 .25rem #4a9b6721}.auth-card{background:#ffffff9e;border:1px solid #11131214;border-radius:1.15rem;width:min(100%,31rem);padding:clamp(1.75rem,4vw,3.25rem);box-shadow:1.5rem 1.5rem 3rem #11131214}.auth-card-heading{margin-bottom:2.25rem}.auth-card-kicker{color:#8a6f00;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.9rem;font-size:.68rem;font-weight:800}.auth-card-heading h2{font-family:var(--font-display);letter-spacing:-.045em;margin-bottom:.7rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:.9}.auth-card-heading p:last-child{color:#6f726c;max-width:27rem;font-size:.92rem;line-height:1.65}.auth-form{gap:1.2rem;display:grid}.auth-field{gap:.55rem;display:grid}.auth-field label{color:#353834;justify-content:space-between;gap:1rem;font-size:.62rem;font-weight:800;display:flex}.auth-field label span{color:#a5a69f;font-size:.58rem}.auth-input{width:100%;min-height:3.45rem;color:var(--auth-ink);font:inherit;background:#ffffffc2;border:1px solid #0000;border-radius:.7rem;outline:0;padding:.85rem 1rem;font-size:.9rem;transition:border-color .18s,box-shadow .18s,background .18s}.auth-input::placeholder{color:#aaa9a1}.auth-input:hover{background:#ffffffdb}.auth-input:focus{box-shadow:none;background:#fff;border-color:#0000}.auth-input-shell{background:#ffffffc2;border:1px solid #1113122e;border-radius:.7rem;transition:border-color .18s,box-shadow .18s,background .18s;position:relative}.auth-input-shell:hover{background:#ffffffeb}.auth-input-shell:focus-within{background:#fff;border-color:#a58a00;box-shadow:0 0 0 4px #ffd40038}.auth-input-shell .auth-input{background:0 0;padding-left:3rem}.auth-input-shell .auth-input:focus{background:0 0}.auth-input-shell .auth-input[type=password],.auth-input-shell .auth-input[type=text]{padding-right:3.2rem}.auth-input-icon{z-index:1;color:#7f827b;pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.auth-input-action{color:#777a74;cursor:pointer;background:0 0;border:0;border-radius:.5rem;place-items:center;width:2.5rem;height:2.5rem;display:grid;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.auth-input-action:hover{color:var(--auth-ink);background:#1113120f}.auth-form-meta{justify-content:space-between;align-items:center;gap:1rem;margin-top:-.15rem;display:flex}.auth-checkbox{color:#62665f;cursor:pointer;align-items:center;gap:.55rem;min-height:2.75rem;font-size:.78rem;font-weight:700;display:inline-flex}.auth-checkbox input{width:1.1rem;height:1.1rem;accent-color:var(--auth-yellow);cursor:pointer;margin:0}.auth-inline-link{color:#4e514b;align-items:center;gap:.35rem;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.auth-inline-link:hover{color:#8a6f00}.auth-inline-link span{color:#9c8100;transition:transform .18s}.auth-inline-link:hover span{transform:translate(3px)}.auth-alert{color:#8b302a;background:#b648401a;border:1px solid #b6484038;align-items:flex-start;gap:.7rem;padding:.8rem .9rem;font-size:.78rem;line-height:1.5;display:flex}.auth-alert>span{border:1px solid;border-radius:50%;flex:none;place-items:center;width:1.1rem;height:1.1rem;font-size:.68rem;font-weight:800;display:grid}.auth-alert-success{color:#287046;background:#4a9b671a;border-color:#4a9b6738}.auth-submit{border:1px solid var(--auth-ink);background:var(--auth-ink);color:#fff;cursor:pointer;min-height:3.5rem;font:inherit;border-radius:0;justify-content:space-between;align-items:center;gap:1rem;padding:0 .45rem 0 1.15rem;font-size:.82rem;font-weight:800;transition:transform .18s,background .18s,color .18s;display:flex}.auth-submit:hover{background:#30342f;transform:translateY(-2px)}.auth-submit:active{transform:translateY(0)}.auth-submit:disabled{cursor:wait;opacity:.65;transform:none}.auth-submit-arrow{background:var(--auth-yellow);width:2.55rem;height:2.55rem;color:var(--auth-ink);place-items:center;font-size:1.25rem;line-height:1;display:grid}.auth-divider{color:#aaa9a1;align-items:center;gap:1rem;margin:1.75rem 0 1.25rem;font-size:.68rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#1113121f;flex:1;height:1px}.auth-reset-link{color:#4e514b;justify-content:space-between;align-items:center;width:100%;font-size:.8rem;font-weight:700;text-decoration:none;transition:color .18s;display:inline-flex}.auth-reset-link:hover{color:#8a6f00}.auth-reset-link span{color:#9c8100;font-size:1.05rem;transition:transform .18s}.auth-reset-link:hover span{transform:translate(4px)}.auth-support{color:#6e716b;text-align:center;font-size:.78rem;line-height:1.55}.auth-support span{color:#9b9c95}.auth-loading{color:#777a74;padding:1rem 0;font-size:.82rem}.auth-legal{color:#999b94;text-align:center;margin-top:2.25rem;font-size:.58rem;font-weight:700}.auth-legal span{background:currentColor;border-radius:50%;width:.2rem;height:.2rem;margin:0 .4rem .1rem;display:inline-block}@media (max-width:860px){.auth-shell{grid-template-columns:1fr;overflow:auto}.auth-intro{min-height:22rem;padding:2rem 1.5rem}.auth-intro-copy{padding:3.5rem 0 2rem}.auth-intro h1{max-width:12ch;font-size:clamp(3.3rem,12vw,5.25rem)}.auth-intro-description{max-width:23rem}.auth-visual{width:30rem;height:18rem;bottom:-3rem;right:-5rem}.auth-intro-footer{display:none}.auth-panel{min-height:auto;padding:2.5rem 1.5rem 3rem}.auth-panel-status{margin-bottom:1.5rem}.auth-card{box-shadow:.8rem .8rem 2rem #11131214}}@media (max-width:480px){.auth-intro{min-height:19rem}.auth-intro h1{font-size:clamp(3rem,15vw,4.3rem)}.auth-panel{padding:2rem 1rem max(2.5rem, env(safe-area-inset-bottom))}.auth-card{padding:1.5rem 1.15rem}.auth-form-meta{flex-direction:column;align-items:flex-start;gap:.25rem}.auth-inline-link{min-height:2.75rem}}@media (prefers-reduced-motion:reduce){.auth-input,.auth-input-shell,.auth-submit,.auth-reset-link,.auth-reset-link span,.auth-inline-link span{transition:none}}

