:root{--ink:#252c35;--muted:#69717c;--line:#e2e5e9;--paper:#f5f6f8;--white:#fff;--blue:#416d9d;--amber:#c48635;--surface:#fff;--surface-sunk:#f5f7f9;--edge:#e3e6ea;--edge-strong:#cfd4da;--text-2:#68717c;--text-3:#8c949e;--accent:#2d333c;--go:#416d9d;--go-soft:#edf3f8;--warn:#96601a;--warn-soft:#fdf4e4;--stop:#a04a34;--stop-soft:#fdf1ed;--radius:10px}*{box-sizing:border-box}html{background:var(--paper)}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-frame{min-height:100vh}.app-header{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;justify-content:space-between;align-items:center;gap:24px;height:66px;padding:0 clamp(20px,3vw,48px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand img{width:158px;height:auto;display:block}.brand>span{color:#888f98;letter-spacing:.22em;border-left:1px solid #d9dde2;padding-left:12px;font-size:9px;font-weight:750}.header-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.workspace-switch,.logout-link{color:#606975;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:0 11px;font-size:12px;font-weight:650;transition:background .12s,color .12s;display:inline-flex}.workspace-switch:hover,.workspace-switch.active{color:var(--ink);background:#eef1f4}.account-control{border:1px solid var(--line);background:var(--white);border-radius:10px;align-items:center;gap:4px;height:42px;padding:3px;display:flex}.account-avatar{color:#535c67;background:#edf0f3;border-radius:8px;place-items:center;width:30px;height:30px;margin-left:1px;font-size:11px;font-weight:750;display:grid}.account-name{color:#343b45;text-overflow:ellipsis;white-space:nowrap;max-width:160px;padding:0 8px 0 5px;font-size:12px;font-weight:650;overflow:hidden}.account-divider{background:var(--line);width:1px;height:22px}.logout-link{color:#707985;min-height:34px}.logout-link:hover{color:var(--ink);background:#f3f5f7}.login-page{background:#f3f3ef;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fafaf7;border:1px solid #dedfd9;border-radius:8px;width:min(100%,330px);padding:31px 30px 25px}.login-mark{background:#282b27;border-radius:2px;width:8px;height:8px;margin-bottom:27px;transform:rotate(45deg)}.login-card h1{margin:0 0 7px;font-family:Georgia,serif;font-size:24px;font-weight:500}.login-card>p{color:#858981;margin:0 0 25px;font-size:10px}.login-card label{color:#686d65;flex-direction:column;gap:7px;margin-bottom:14px;font-size:8px;font-weight:750;display:flex}.login-card input{background:#fff;border:1px solid #d7d9d2;border-radius:5px;outline:none;width:100%;height:39px;padding:0 10px;font-size:11px}.login-card input:focus{border-color:#767c72}.login-card button{color:#f7f8f5;cursor:pointer;background:#232622;border:0;border-radius:5px;width:100%;height:40px;margin-top:4px;font-size:9px;font-weight:800}.login-card button:disabled{opacity:.55;cursor:default}.login-card>small{color:#a0a39d;text-align:center;letter-spacing:.09em;text-transform:uppercase;margin-top:19px;font-size:7px;display:block}.login-error{color:#a34432;margin:-2px 0 11px;font-size:8px}.main-panel{min-width:0}.page{width:100%;max-width:1380px;margin:0 auto;padding:48px clamp(24px,4vw,56px) 32px}.welcome-row{justify-content:space-between;align-items:flex-end;margin-bottom:38px;display:flex}.eyebrow,.breadcrumb{color:#777c73;letter-spacing:.16em;align-items:center;gap:8px;font-size:9px;font-weight:800;display:flex}.eyebrow span{background:#777c73;width:20px;height:1px}.welcome-row h1{letter-spacing:-.04em;margin:12px 0 7px;font-size:clamp(38px,4vw,50px);font-weight:630;line-height:1}.welcome-row p{max-width:580px;color:var(--muted);margin:0;font-size:14px;line-height:1.5}.primary-button,.secondary-button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-size:13px;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.primary-button{color:#fff;background:var(--accent)}.primary-button:hover{background:#414955}.primary-button:disabled{color:#f2f3ef;cursor:not-allowed;background:#b9bdb5}.secondary-button{border-color:var(--edge-strong);background:var(--surface);color:#454b44}.secondary-button:hover{border-color:#a9afa2}.ghost-button{border:1px solid var(--edge);min-height:36px;color:var(--text-2);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:7px;padding:0 12px;font-size:13px;transition:background .12s,color .12s;display:inline-flex}.ghost-button:hover{color:var(--ink);background:var(--surface-sunk)}.icon-button{width:34px;height:34px;color:var(--text-3);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;transition:background .12s,color .12s;display:grid}.icon-button:hover{color:var(--ink);background:#edefe8}.icon-button.danger:hover{color:var(--stop);background:var(--stop-soft)}.text-danger-button{color:var(--stop);cursor:pointer;background:0 0;border:0;font-size:13px}.text-danger-button:hover{text-decoration:underline}.eyebrow-label{color:var(--text-3);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:650}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.spacer{flex:1}.pill{color:var(--text-2);white-space:nowrap;background:#eef0ea;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:600}.pill.custom{color:#315a83;background:var(--go-soft)}.section-label{color:#7d8279;letter-spacing:.14em;font-size:9px;font-weight:850}.section-heading{margin-bottom:16px}.section-heading-copy{flex-direction:column;gap:7px;display:flex}.section-kicker{align-items:center;gap:10px;display:flex}.section-heading span{color:#8a8e86;letter-spacing:.13em;font-size:8px;font-weight:800}.section-heading h2{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:620}.section-heading .system-count{color:#7a828c;letter-spacing:.04em;text-transform:uppercase;background:#e9edf1;border-radius:5px;padding:4px 7px}.workspaces-title{letter-spacing:-.035em;margin:0 0 24px;font-family:Iowan Old Style,Baskerville,Times New Roman,serif;font-size:clamp(38px,4vw,50px);font-weight:500;line-height:1}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.service-card{background:#fff;border:1px solid #dfe3e8;border-radius:14px;flex-direction:column;min-height:224px;padding:22px;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex}.service-card[href]:hover{border-color:#bdc5ce;transform:translateY(-2px);box-shadow:0 12px 30px #2d333c12}.service-card.unavailable{background:#f2f2ed}.service-orb{border-radius:10px;place-items:center;width:38px;height:38px;margin-bottom:18px;display:grid}.service-orb.slate{color:#3e4956;background:#e9edf1}.service-orb.blue{color:#315f8f;background:#e6eef6}.service-orb.clay{color:#a34a22;background:#ffeadc}.service-orb.violet{color:#7147aa;background:#eee5ff}.service-eyebrow{color:#9a9e95;letter-spacing:.12em;text-transform:uppercase;font-size:7px;font-weight:850}.service-card h3{margin:6px 0 7px;font-family:Georgia,serif;font-size:19px;font-weight:500}.service-card p{color:#777c73;margin:0;font-size:10px;line-height:1.5}.service-foot{color:#62675f;border-top:1px solid #eceee8;justify-content:space-between;align-items:center;margin-top:auto;padding-top:13px;font-size:9px;font-weight:750;display:flex}.soon-tag{color:#777b73;background:#dedfd9;border-radius:4px;padding:3px 5px;font-size:7px}.page-footer{border-top:1px solid var(--line);color:#989c94;letter-spacing:.1em;justify-content:space-between;margin-top:44px;padding-top:18px;font-size:8px;display:flex}.page-footer a{align-items:center;gap:5px;display:flex}.hours-page{flex-direction:column;gap:20px;width:100%;max-width:1320px;margin:0 auto;padding:48px clamp(24px,4vw,56px) 132px;display:flex}.hours-head{justify-content:space-between;align-items:flex-end;gap:26px;display:flex}.hours-head h1{letter-spacing:-.025em;margin:0 0 7px;font-size:32px;font-weight:600;line-height:1.1}.hours-head p{max-width:62ch;color:var(--text-2);margin:0;font-size:14px;line-height:1.55}.hours-head-meta{text-align:right;flex-direction:column;align-items:flex-end;gap:7px;display:flex}.hours-head-meta small{color:var(--text-3);font-size:12px}.tz-chip{border:1px solid var(--edge);background:var(--surface);color:var(--text-2);white-space:nowrap;border-radius:6px;align-items:center;gap:7px;padding:6px 11px;font-size:12px;font-weight:550;display:inline-flex}.view-switch{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.view-button{border:1px solid var(--edge);border-radius:var(--radius);background:var(--surface);text-align:left;cursor:pointer;align-items:center;gap:12px;padding:14px 15px;transition:border-color .12s,background .12s,color .12s;display:flex}.view-button:hover{border-color:var(--edge-strong);background:var(--surface-sunk)}.view-button span:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.view-button strong{font-size:14px;font-weight:600}.view-button small{color:var(--text-3);font-size:12px}.view-icon{width:34px;height:34px;color:var(--text-2);background:#edf0f3;border-radius:8px;flex:none;place-items:center;display:grid}.view-button.on{border-color:var(--accent);background:var(--accent);color:#f8f9fb}.view-button.on small{color:#b9c0c8}.view-button.on .view-icon{color:#f8f9fb;background:#414955}.picker{border:1px solid var(--edge);border-radius:var(--radius);background:var(--surface);padding:16px}.picker-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.picker-warning{color:var(--warn);background:var(--warn-soft);border-radius:6px;align-items:center;gap:7px;padding:4px 10px;font-size:12px;font-weight:550;display:inline-flex}.picker-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px;display:grid}.picker-card{border:1px solid var(--edge);border-radius:var(--radius);background:var(--surface);text-align:left;cursor:pointer;grid-template-rows:auto auto;grid-template-columns:32px minmax(0,1fr);gap:8px 10px;padding:12px;transition:border-color .12s,background .12s;display:grid;position:relative}.picker-card:hover{border-color:var(--edge-strong);background:var(--surface-sunk)}.picker-card.on{border-color:var(--accent);background:var(--surface-sunk)}.picker-icon{color:#315f8f;background:#e8f0f7;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.picker-icon.department{color:#5f4b86;background:#efebf9}.picker-icon.service{color:#3f57b4;background:#e8ebfa}.picker-name{flex-direction:column;gap:2px;min-width:0;display:flex}.picker-name strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.picker-name small{color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.status-dot{background:#bdc1b9;border-radius:50%;place-self:center;width:8px;height:8px}.status-dot.open{background:var(--go)}.status-dot.closed{background:#b6bab2}.status-dot.unset{background:#d69b2a}.picker-status{color:#4d534b;flex-wrap:wrap;align-items:baseline;gap:5px;font-size:12px;font-weight:600;display:flex}.picker-status small{color:var(--text-3);font-weight:450}.picker-flag{color:var(--warn);background:var(--warn-soft);letter-spacing:.04em;text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:10px;font-style:normal;font-weight:650}.week-card,.special-card,.reply-card,.check-card,.override-card,.publish-list,.publish-note{border:1px solid var(--edge);border-radius:var(--radius);background:var(--surface)}.week-card,.special-card{padding:22px}.week-card-head,.special-head,.section-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.week-card-head h2,.special-head h2,.section-head h2{letter-spacing:-.01em;margin:0 0 5px;font-size:19px;font-weight:600}.week-card-head p,.special-head p,.section-head p{max-width:70ch;color:var(--text-2);margin:0;font-size:13px;line-height:1.55}.week-card-head p strong{color:#4d534b;font-weight:600}.section-head.compact h3{margin:0 0 4px;font-size:16px;font-weight:600}.confirm-toggle{background:var(--warn-soft);min-height:36px;color:var(--warn);cursor:pointer;white-space:nowrap;border:1px solid #e4dcc8;border-radius:8px;align-items:center;gap:9px;padding:0 12px;font-size:13px;font-weight:550;display:inline-flex}.confirm-toggle .confirm-box{background:var(--surface);border:1px solid #cdc4ab;border-radius:4px;place-items:center;width:17px;height:17px;display:grid}.confirm-toggle.on{background:var(--go-soft);color:#315a83;border-color:#bfd0e0}.confirm-toggle.on .confirm-box{border-color:var(--go);background:var(--go);color:#fff}.week-summary{flex-wrap:wrap;gap:6px;margin:16px 0 4px;display:flex}.week-chip{background:var(--surface-sunk);color:#4d534b;border-radius:6px;align-items:baseline;gap:8px;padding:6px 10px;font-size:13px;display:inline-flex}.week-chip strong{font-weight:650}.week-chip.closed{color:var(--text-3)}.week-chip.count{color:#315a83;background:var(--go-soft);margin-left:auto;font-weight:600}.follow-banner{border-radius:var(--radius);color:#3e566e;background:#f5f8fb;border:1px solid #d6e0e9;align-items:center;gap:13px;margin:15px 0 2px;padding:14px 15px;display:flex}.follow-banner>div{flex-direction:column;flex:1;gap:3px;display:flex}.follow-banner strong{font-size:14px;font-weight:600}.follow-banner span{color:#65778a;font-size:13px;line-height:1.5}.day-list{border:1px solid var(--edge);border-radius:var(--radius);margin:15px 0 4px;overflow:hidden}.day-list[data-locked=true]{opacity:.7}.day-row{border-top:1px solid var(--edge);background:var(--surface);grid-template-columns:140px 112px minmax(0,1fr) 34px;align-items:start;gap:14px;padding:12px 14px;display:grid}.day-row:first-child{border-top:0}.day-row.closed{background:var(--surface-sunk)}.day-name{align-items:center;gap:8px;padding-top:9px;display:flex}.day-name strong{font-size:14px;font-weight:600}.day-row.closed .day-name strong{color:var(--text-2)}.today-tag{color:#284f76;letter-spacing:.04em;text-transform:uppercase;background:#dfeaf4;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.day-switch{cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:8px 0;display:inline-flex}.day-switch:disabled{cursor:default}.day-switch-track{background:#ccd1c6;border-radius:999px;width:38px;height:22px;padding:3px;transition:background .14s;display:flex}.day-switch-knob{background:var(--surface);border-radius:50%;width:16px;height:16px;transition:transform .14s}.day-switch-text{color:var(--text-2);font-size:13px;font-weight:550}.day-row:not(.closed) .day-switch-track{background:var(--go)}.day-row:not(.closed) .day-switch-knob{transform:translate(16px)}.day-row:not(.closed) .day-switch-text{color:#315a83}.day-hours{flex-direction:column;align-items:flex-start;gap:7px;min-width:0;display:flex}.day-blocks{flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex}.add-block{height:40px;color:var(--text-3)}.day-row:hover .add-block,.day-row:focus-within .add-block{color:var(--text-2);border-color:var(--edge-strong)}.day-closed-text,.day-inherited{color:var(--text-3);padding-top:10px;font-size:13px}.day-inherited{color:#4d534b;font-variant-numeric:tabular-nums;font-weight:550}.day-flag{color:var(--warn);background:var(--warn-soft);border-radius:5px;padding:4px 8px;font-size:12px}.day-copy{opacity:0;align-self:center}.day-row:hover .day-copy,.day-copy:focus-visible{opacity:1}.range-fields{flex-direction:column;gap:5px;display:flex}.range-inputs{align-items:center;gap:8px;display:flex}.range-inputs input{border:1px solid var(--edge-strong);color:#2f342e;background:var(--surface);font-variant-numeric:tabular-nums;border-radius:8px;outline:none;width:128px;height:40px;padding:0 11px;font-size:14px;font-weight:550}.range-inputs input:focus{border-color:var(--accent)}.range-to{color:var(--text-3);font-size:13px}.range-fields.invalid input{background:var(--stop-soft);border-color:#cf9d8f}.range-warning{color:var(--stop);align-items:center;gap:6px;margin:0;font-size:12px;display:flex}.special-head-actions{align-items:center;gap:8px;display:flex}.segment{border:1px solid var(--edge);background:var(--surface-sunk);border-radius:8px;gap:2px;padding:3px;display:inline-flex}.segment button{min-height:32px;color:var(--text-2);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 12px;font-size:13px;font-weight:550}.segment button:hover{color:var(--ink)}.segment button.on{color:var(--ink);background:var(--surface);border:1px solid var(--edge)}.segment.big{align-self:flex-start;padding:3px}.segment.big button{align-items:baseline;gap:9px;min-height:42px;padding:0 20px;font-size:15px;font-weight:600;display:inline-flex}.segment-count{color:var(--text-3);font-size:12px;font-weight:450}.special-list,.override-list{flex-direction:column;align-items:stretch;gap:8px;margin-top:16px;display:flex}.special-list>.ghost-button{align-self:flex-start}.exception-row,.override-row{border:1px solid var(--edge);border-radius:var(--radius);background:var(--surface);grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:13px;padding:11px 13px;display:grid}.exception-row.past{color:var(--text-2);background:var(--surface-sunk)}.date-badge{border:1px solid var(--edge);background:var(--surface-sunk);border-radius:8px;flex-direction:column;align-items:center;gap:1px;padding:6px 0;display:flex}.date-badge strong{font-variant-numeric:tabular-nums;font-size:18px;font-weight:600;line-height:1.1}.date-badge small{color:var(--text-3);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:650}.exception-detail{flex-direction:column;gap:3px;min-width:0;display:flex}.exception-detail strong{font-size:14px;font-weight:600}.exception-hours{color:var(--text-2);font-variant-numeric:tabular-nums;font-size:13px}.exception-hours.closed{color:var(--stop)}.exception-actions{gap:2px;display:flex}.override-row p{color:var(--text-2);-webkit-line-clamp:3;white-space:pre-wrap;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.empty-state{border:1px dashed var(--edge-strong);border-radius:var(--radius);background:var(--surface-sunk);color:var(--text-2);align-items:center;gap:14px;padding:20px;display:flex}.empty-state>div{flex-direction:column;flex:1;gap:3px;display:flex}.empty-state strong{color:#454b44;font-size:14px;font-weight:600}.empty-state span{font-size:13px}.month-view{margin-top:16px}.month-toolbar{justify-content:space-between;align-items:center;gap:14px;display:flex}.month-toolbar strong{font-size:17px;font-weight:600}.month-toolbar>div{gap:4px;display:flex}.month-hint{color:var(--text-3);margin:3px 0 13px;font-size:13px}.month-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.month-weekdays span{color:var(--text-3);padding:0 9px 7px;font-size:12px;font-weight:600}.month-days{border-top:1px solid var(--edge);border-left:1px solid var(--edge)}.month-cell{border:0;border-right:1px solid var(--edge);border-bottom:1px solid var(--edge);background:var(--surface);text-align:left;cursor:pointer;flex-direction:column;gap:6px;min-height:92px;padding:8px;transition:background .12s;display:flex}.month-cell:hover{background:var(--surface-sunk)}.month-cell.empty{background:var(--surface-sunk);cursor:default}.month-cell.today{box-shadow:inset 0 2px 0 var(--go)}.month-cell.marked{background:#f5f8fb}.month-cell-date{justify-content:space-between;align-items:baseline;gap:5px;display:flex}.month-cell-date strong{color:#3f453d;font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.month-cell-date small{color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;direction:rtl;font-family:Arial,sans-serif;font-size:11px;overflow:hidden}.month-cell-body{background:var(--go-soft);border-radius:6px;flex-direction:column;gap:2px;min-width:0;padding:5px 7px;display:flex}.month-cell-body em{color:#315a83;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:normal;font-weight:600;overflow:hidden}.month-cell-body span{color:#63778a;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.source-line{color:var(--text-3);align-items:center;gap:8px;margin:0;font-size:12px;display:flex}.replies-page,.publish-page{flex-direction:column;gap:16px;display:flex}.reply-card{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:24px;padding:22px;display:grid}.field{flex-direction:column;gap:7px;display:flex}.field>span{color:#545a52;font-size:13px;font-weight:600}.field input[type=date],.field input[type=text],.field select{border:1px solid var(--edge-strong);background:var(--surface);border-radius:8px;outline:none;height:42px;padding:0 12px;font-size:14px}.field textarea{resize:vertical;border:1px solid var(--edge-strong);color:#2f342e;background:var(--surface);border-radius:8px;outline:none;min-height:148px;padding:12px 13px;font-size:14px;line-height:1.6}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent)}.field.inline{flex-direction:row;align-items:center;gap:10px}.reply-meta{color:var(--text-3);flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:8px;font-size:12px;display:flex}.reply-meta code,.endpoint-note code,.field code{background:#eff1ea;border-radius:4px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.reply-preview{flex-direction:column;gap:9px;display:flex}.phone-bubble{color:#f5f7f1;background:var(--accent);white-space:pre-wrap;border-radius:14px 14px 14px 4px;padding:14px 16px;font-size:14px;line-height:1.55}.phone-bubble em{color:#a8afa1}.check-card{background:var(--surface-sunk);flex-direction:column;gap:13px;padding:18px 22px;display:flex}.check-card>div:first-child,.check-result{flex-wrap:wrap;align-items:center;gap:13px;display:flex}.check-result p{border:1px solid var(--edge);background:var(--surface);color:#3f453e;white-space:pre-wrap;border-radius:8px;flex:1;min-width:220px;margin:0;padding:12px 13px;font-size:13px;line-height:1.55}.check-note{color:var(--text-3);font-size:12px}.override-card{padding:22px}.endpoint-note{color:var(--text-3);margin:0;font-size:12px;line-height:1.6}.publish-list{overflow:hidden}.publish-row{border-top:1px solid var(--edge);grid-template-columns:36px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:15px 18px;display:grid}.publish-row:first-child{border-top:0}.publish-row.live{background:#f7f9fb}.publish-icon{width:36px;height:36px;color:var(--text-2);background:#f0f2eb;border-radius:8px;place-items:center;display:grid}.publish-row.live .publish-icon{color:#315a83;background:var(--go-soft)}.publish-detail{flex-direction:column;gap:3px;min-width:0;display:flex}.publish-detail strong{font-size:14px;font-weight:600}.publish-detail small,.publish-placeholder{color:var(--text-3);font-size:13px}.publish-note{color:#6b6240;background:#faf8f1;border-color:#ece5d5;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.publish-note>div{flex-direction:column;gap:3px;display:flex}.publish-note strong{color:#5b5335;font-size:14px;font-weight:600}.publish-note span{font-size:13px;line-height:1.55}.modal-backdrop{z-index:60;background:#14171280;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{border:1px solid var(--edge-strong);background:var(--surface);border-radius:12px;flex-direction:column;width:min(100%,600px);max-height:calc(100vh - 40px);display:flex;overflow:hidden}.modal-head{border-bottom:1px solid var(--edge);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px 15px;display:flex}.modal-head h2{letter-spacing:-.01em;margin:7px 0 0;font-size:20px;font-weight:600}.modal-head p{color:var(--text-2);margin:6px 0 0;font-size:13px;line-height:1.5}.modal-body{flex-direction:column;gap:16px;padding:19px 22px 22px;display:flex;overflow-y:auto}.modal-foot{border-top:1px solid var(--edge);background:var(--surface-sunk);align-items:center;gap:8px;padding:14px 22px;display:flex}.field-pair{grid-template-columns:180px minmax(0,1fr);gap:13px;display:grid}.label-suggestions{flex-wrap:wrap;gap:6px;margin-top:-5px;display:flex}.label-suggestions button,.reuse-block button{border:1px solid var(--edge);background:var(--surface-sunk);max-height:62px;color:var(--text-2);cursor:pointer;text-align:left;white-space:pre-wrap;border-radius:6px;padding:7px 10px;font-size:12px;line-height:1.45;overflow:hidden}.label-suggestions button:hover,.reuse-block button:hover{border-color:var(--edge-strong);color:var(--ink)}.choice-group{border:0;flex-direction:column;gap:7px;margin:0;padding:0;display:flex}.choice-group legend{color:#545a52;padding:0 0 8px;font-size:13px;font-weight:600}.choice{border:1px solid var(--edge);background:var(--surface);cursor:pointer;border-radius:8px;align-items:flex-start;gap:11px;padding:12px 13px;display:flex}.choice.on{border-color:var(--accent);background:var(--surface-sunk)}.choice input{width:17px;height:17px;accent-color:var(--accent);margin:2px 0 0}.choice>span{flex-direction:column;gap:2px;display:flex}.choice strong{font-size:14px;font-weight:600}.choice small{color:var(--text-3);font-size:12px}.dialog-hours{border:1px solid var(--edge);background:var(--surface-sunk);border-radius:8px;flex-direction:column;align-items:flex-start;gap:10px;padding:14px;display:flex}.checkbox-field{color:#4d534b;cursor:pointer;align-items:flex-start;gap:11px;font-size:13px;line-height:1.5;display:flex}.checkbox-field input{width:17px;height:17px;accent-color:var(--accent);margin:1px 0 0}.reuse-block{flex-direction:column;gap:7px;display:flex}@media (max-width:1120px){.view-switch,.reply-card{grid-template-columns:1fr}}@media (max-width:1050px){.service-grid{grid-template-columns:repeat(2,1fr)}.hours-page{padding:32px 24px 140px}.day-row{grid-template-columns:128px 106px minmax(0,1fr)}.day-copy{display:none}}@media (max-width:780px){.app-header{gap:12px;height:62px;padding:0 14px}.brand img{width:136px}.brand>span{display:none}.header-actions{gap:4px}.workspace-switch,.logout-link{min-height:34px;padding:0 9px}.account-control{height:40px}.account-avatar{width:28px;height:28px}.account-name{max-width:74px;padding:0 5px}.logout-link span{display:none}.page{padding:32px 18px 24px}.welcome-row{align-items:flex-start}.welcome-row h1{font-size:38px}.service-grid{grid-template-columns:1fr}.hours-page{gap:14px;padding:24px 14px 160px}.hours-head{flex-direction:column;align-items:flex-start;gap:13px}.hours-head h1{font-size:27px}.hours-head-meta{text-align:left;align-items:flex-start}.week-card,.special-card,.override-card,.reply-card{padding:16px}.week-card-head,.special-head,.section-head{flex-direction:column}.special-head-actions{justify-content:space-between;width:100%}.week-chip.count{margin-left:0}.day-row{grid-template-columns:minmax(0,1fr) 112px;row-gap:10px;padding:13px}.day-name{padding-top:0}.day-switch{justify-self:end;padding:0}.day-hours{grid-column:1/-1}.range-inputs{width:100%}.range-inputs input{width:100%;min-width:0}.month-cell{gap:4px;min-height:62px;padding:6px}.month-cell-date small,.month-cell-body span{display:none}.exception-row,.override-row{grid-template-columns:50px minmax(0,1fr);row-gap:9px}.exception-actions{grid-column:2;justify-content:flex-end}.publish-row{grid-template-columns:36px minmax(0,1fr);row-gap:9px}.publish-row .pill,.publish-row .secondary-button,.publish-placeholder{grid-column:2;justify-self:start}.field-pair{grid-template-columns:1fr}.modal-card{max-height:calc(100vh - 24px)}}@media (max-width:470px){.account-name,.account-divider{display:none}.account-control{gap:0}.workspace-switch span{display:none}.picker-grid{grid-template-columns:1fr}.segment.big{width:100%}.segment.big button{flex:1;justify-content:center;padding:0 13px;font-size:14px}}.sms-hours-page{gap:14px;max-width:none;height:calc(100dvh - 66px);min-height:650px;padding:18px clamp(20px,3vw,48px) 20px;overflow:hidden}.destination-tabs{flex:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.destination-tab{border:1px solid var(--edge);background:var(--surface);color:#626a75;border-radius:9px;min-height:46px;padding:0 14px;font-size:13px;font-weight:650}.destination-tab:disabled{cursor:default;opacity:1}.destination-tab.on{border-color:var(--accent);color:#fff;background:var(--accent)}.sms-workspace{flex:1;grid-template-columns:minmax(320px,430px) minmax(610px,1fr);align-items:start;gap:14px;min-height:0;display:grid}.sms-defaults,.sms-calendar{border:1px solid var(--edge);background:var(--surface);border-radius:11px;min-height:0}.sms-defaults{flex-direction:column;gap:16px;padding:16px;display:flex}.sms-default-heading{color:#343b45;margin:0;font-size:16px;font-weight:650}.sms-default-field{flex-direction:column;gap:8px;min-height:0;display:flex}.sms-default-field>span{color:#454d57;font-size:14px;font-weight:650}.sms-default-field textarea{resize:none;border:1px solid var(--edge-strong);color:#2f3640;background:#fbfcfd;border-radius:8px;outline:none;flex:1;width:100%;min-height:0;padding:13px 14px;font-size:14px;line-height:1.55}.inline-save-row{align-items:center;gap:9px;min-width:0;display:flex}.inline-save-row .primary-button{min-height:36px;padding:0 13px;font-size:12px}.inline-save-error,.inline-save-success{font-size:11px;line-height:1.35}.inline-save-error{color:var(--stop)}.inline-save-success{color:#2e7147}.sms-defaults>.inline-save-row{margin-top:-5px}.sms-default-field textarea:focus{background:var(--surface);border-color:#6d7784}.sms-defaults .sms-default-field textarea{flex:none;height:118px}.sms-calendar{grid-template-rows:38px 25px minmax(0,1fr);width:100%;height:min(680px,100dvh - 150px);min-height:520px;padding:13px;display:grid}.sms-month-toolbar{justify-content:center;align-items:center;gap:8px;display:flex}.sms-month-toolbar strong{text-align:center;min-width:128px;font-size:16px;font-weight:650}.sms-weekdays{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;display:grid}.sms-weekdays span{color:var(--text-3);text-align:center;padding:0 6px 6px;font-size:11px;font-weight:650}.sms-month-grid{border-top:1px solid var(--edge-strong);border-left:1px solid var(--edge-strong);border-radius:8px;grid-template-rows:repeat(6,minmax(0,1fr));grid-template-columns:repeat(7,minmax(0,1fr));min-height:0;display:grid;overflow:hidden}.sms-day{border:0;border-right:1px solid var(--edge);border-bottom:1px solid var(--edge);background:var(--surface);cursor:pointer;text-align:left;flex-direction:column;justify-content:flex-start;align-items:stretch;min-width:0;min-height:0;padding:7px 8px;transition:background .12s,box-shadow .12s;display:flex;position:relative}.sms-day:hover{background:#f3f6f8}.sms-day.empty{cursor:default;background:#f8f9fa}.sms-day.today{box-shadow:inset 0 0 0 2px var(--go);background:#edf3f8}.sms-day.today:hover{background:#e6eef5}.sms-day-dates{justify-content:space-between;align-items:flex-start;gap:5px;display:flex}.sms-day-dates strong{color:#3f4650;font-variant-numeric:tabular-nums;font-size:13px;font-weight:650;line-height:22px}.sms-day.today .sms-day-dates strong{color:#fff;background:var(--go);border-radius:50%;place-items:center;width:27px;height:27px;margin:-2px 0 0 -2px;line-height:1;display:grid;box-shadow:0 2px 6px #315f8f47}.sms-day-dates small{min-width:0;color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;direction:rtl;font-family:Arial,sans-serif;font-size:10px;line-height:18px;overflow:hidden}.sms-calendar-dot,.sms-legend-dot{filter:saturate(1.3);border:0;border-radius:50%;width:22px;height:22px;display:block;box-shadow:0 2px 6px #252c353d}.sms-calendar-dot{position:absolute;bottom:9px;left:9px}.sms-legend-dot{width:24px;height:24px}.sms-dot-legend{justify-content:center;align-items:center;gap:11px;min-width:0;padding:10px 2px 0;display:flex}.sms-left-legend{border-top:1px solid var(--edge);justify-content:flex-start;min-height:39px;margin-top:2px;padding:14px 2px 0;position:relative}.sms-left-legend .sms-dot-item{position:static}.sms-left-legend .sms-dot-popover{width:min(320px,100vw - 64px);left:0;transform:translateY(5px)}.sms-left-legend .sms-dot-item:hover .sms-dot-popover,.sms-left-legend .sms-dot-item:focus .sms-dot-popover,.sms-left-legend .sms-dot-item.on .sms-dot-popover{transform:translate(0)}.sms-dot-item{cursor:help;background:0 0;border:0;border-radius:50%;place-items:center;width:30px;height:30px;padding:0;display:grid;position:relative}.sms-dot-item:hover .sms-dot-popover,.sms-dot-item:focus .sms-dot-popover,.sms-dot-item.on .sms-dot-popover{opacity:1;pointer-events:auto;transform:translate(-50%)}.sms-dot-popover{z-index:20;color:#f7f8fa;opacity:0;pointer-events:none;background:#2d333c;border:1px solid #2d333c;border-radius:8px;gap:9px;width:min(320px,70vw);max-height:min(260px,100dvh - 32px);padding:11px 12px;transition:opacity .12s,transform .12s;display:grid;position:absolute;bottom:calc(100% + 8px);left:50%;overflow-y:auto;transform:translate(-50%,5px);box-shadow:0 10px 24px #191d2233}.sms-dot-popover>span{white-space:pre-wrap;grid-template-columns:68px minmax(0,1fr);gap:8px;font-size:12px;line-height:1.4;display:grid}.sms-dot-popover strong{color:#bfc7d1;font-size:11px;font-weight:650}.sms-override-modal{width:min(100%,760px)}.sms-modal-head{border-bottom:1px solid var(--edge);justify-content:space-between;align-items:flex-start;gap:16px;padding:17px 20px;display:flex}.sms-modal-head>div{flex-direction:column;gap:4px;display:flex}.sms-modal-head strong{font-size:18px;font-weight:650}.sms-modal-head small{color:var(--text-3);direction:rtl;align-self:flex-start;font-family:Arial,sans-serif;font-size:12px}.sms-modal-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:20px;display:grid}.sms-modal-fields textarea{min-height:210px}.sms-override-modal .text-danger-button{align-items:center;gap:6px;display:inline-flex}.google-hours-workspace{flex:1;grid-template-columns:minmax(430px,540px) minmax(610px,1fr);align-items:start;gap:14px;min-height:0;display:grid}.google-weekly{border:1px solid var(--edge);background:var(--surface);border-radius:11px;height:min(680px,100dvh - 150px);min-height:520px;padding:16px;overflow-y:auto}.google-listing-head{border-bottom:1px solid var(--edge);justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:14px;display:flex}.google-listing-head>div:first-child{flex-direction:column;gap:4px;display:flex}.google-listing-head small{color:var(--text-3);font-size:12px;line-height:1.4}.google-store-tabs{flex:none}.google-connection{border:1px solid var(--edge);background:#fbfcfd;border-radius:8px;gap:9px;margin-top:12px;padding:11px 12px;display:grid}.google-connection.ready{background:#f6faf7;border-color:#cbded2}.google-connection.error{background:#fff9f7;border-color:#e2c9c2}.google-connection-summary{align-items:flex-start;gap:9px;min-width:0;display:flex}.google-connection-icon{color:#68727e;background:#edf0f3;border-radius:50%;flex:none;place-items:center;width:25px;height:25px;display:grid}.google-connection.ready .google-connection-icon{color:#32714c;background:#e3f0e7}.google-connection.error .google-connection-icon{color:var(--stop);background:#f7e9e5}.google-connection-summary>div{flex-direction:column;gap:2px;min-width:0;display:flex}.google-connection-summary strong{color:#3a424c;font-size:12px;font-weight:700}.google-connection-summary small{color:var(--text-3);font-size:11px;line-height:1.4}.google-connected-listings{border-top:1px solid var(--edge);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:8px;display:grid}.google-connected-listings>span{flex-direction:column;gap:2px;min-width:0;display:flex}.google-connected-listings strong{color:#424a54;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.google-connected-listings small{color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.35;overflow:hidden}.google-listing-mapping{border-top:1px solid var(--edge);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:8px;display:grid}.google-listing-mapping label{gap:4px;min-width:0;display:grid}.google-listing-mapping label>span{color:#4c5560;font-size:10px;font-weight:700}.google-listing-mapping select{border:1px solid var(--edge-strong);color:#3f4650;background:var(--surface);border-radius:6px;width:100%;min-width:0;height:31px;padding:0 7px;font-size:10px}.google-connection-actions{align-items:center;gap:7px;display:flex}.google-connection-actions .primary-button,.google-connection-actions .secondary-button{min-height:32px;padding:0 10px;font-size:11px}.google-publish-hint,.google-publish-notice{margin:0;font-size:11px;line-height:1.4}.google-publish-hint{color:#856825}.google-publish-notice.ok{color:#2e7147}.google-publish-notice.error{color:var(--stop)}.spin{animation:.8s linear infinite google-spin}@keyframes google-spin{to{transform:rotate(360deg)}}.google-month-legend{border:1px solid var(--edge);background:var(--surface-sunk);border-radius:8px;flex-direction:column;gap:9px;margin:12px 0 14px;padding:12px 13px;display:flex}.google-month-legend>strong{color:#454d57;font-size:13px;font-weight:650}.google-month-legend>small{color:var(--text-3);font-size:12px;line-height:1.45}.google-legend-list{flex-direction:column;gap:9px;display:flex}.google-legend-row{align-items:center;gap:10px;min-width:0;display:flex}.google-legend-row .sms-legend-dot{flex:none;width:18px;height:18px}.google-legend-row>span:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.google-legend-row strong{color:#3f4650;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;overflow:hidden}.google-legend-row small{color:var(--text-3);font-size:11px}.compact-week-editor{flex-direction:column;gap:10px;display:flex}.compact-week-editor>header{justify-content:space-between;align-items:center;gap:10px;display:flex}.compact-week-editor>header>span:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.compact-week-editor>header>.inline-save-row{flex:none}.compact-week-editor>header strong{color:#343b45;font-size:14px;font-weight:650}.compact-week-editor>header small{color:var(--text-3);font-size:12px}.compact-slot-list{flex-direction:column;gap:7px;display:flex}.compact-slot-row{border:1px solid var(--edge);background:#fbfcfd;border-radius:8px;grid-template-columns:252px minmax(0,1fr) 24px;grid-template-areas:"times days remove";align-items:center;gap:8px;min-width:0;padding:9px;display:grid}.compact-slot-times{grid-area:times;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:7px;min-width:0;display:grid}.compact-slot-times input{border:1px solid var(--edge-strong);color:#343b45;background:var(--surface);font-variant-numeric:tabular-nums;border-radius:7px;outline:none;width:100%;min-width:0;height:36px;padding:0 8px;font-size:13px;font-weight:600}.compact-slot-times input:focus{border-color:var(--accent)}.compact-slot-times>span{color:var(--text-3);font-size:12px}.compact-slot-days{flex-wrap:wrap;grid-area:days;gap:3px;display:flex}.compact-slot-days button{border:1px solid var(--edge-strong);color:#7a838f;background:var(--surface);cursor:pointer;border-radius:50%;width:25px;height:25px;padding:0;font-size:9px;font-weight:700}.compact-slot-days button.on{color:#fff;background:#111318;border-color:#111318}.compact-slot-remove{color:#9aa2ac;cursor:pointer;background:0 0;border:0;grid-area:remove;place-items:center;width:30px;height:30px;padding:0;display:grid}.compact-slot-remove:hover{color:var(--stop)}.compact-add-slot{border:1px solid var(--edge);color:#65707b;background:var(--surface);cursor:pointer;border-radius:7px;align-self:flex-start;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:12px;font-weight:650;display:inline-flex}.compact-add-slot:hover{border-color:var(--edge-strong);color:#3f4650}.google-calendar{height:min(680px,100dvh - 150px)}.google-calendar .sms-calendar-dot{width:18px;height:18px}.google-calendar-closed{color:var(--stop);font-size:11px;font-weight:700;position:absolute;bottom:9px;left:9px}@media (max-width:1120px){.google-hours-workspace{grid-template-columns:1fr}.google-weekly{height:auto;min-height:0;overflow:visible}}@media (max-width:780px){.google-listing-head{flex-direction:column}.google-store-tabs{width:100%}.google-store-tabs button{flex:1}.compact-slot-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"times remove""days remove"}.google-calendar-closed{bottom:5px;left:5px}}@media (max-width:1120px){.sms-hours-page{height:auto;min-height:calc(100dvh - 66px);overflow:visible}.sms-workspace{grid-template-columns:1fr}.sms-calendar{height:650px;min-height:650px}}@media (max-width:780px){.sms-hours-page{min-height:calc(100dvh - 62px);padding:14px 14px 140px}.destination-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.sms-defaults{padding:13px}.sms-calendar{height:560px;min-height:560px;padding:9px}.sms-day{padding:5px}.sms-day-dates small{max-width:54px;font-size:9px;display:block}.sms-calendar-dot{bottom:5px;left:5px}.sms-modal-fields{grid-template-columns:1fr;padding:16px}.sms-modal-fields textarea{min-height:140px}}
