: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}.login-divider{color:#a0a39d;align-items:center;height:27px;font-size:8px;display:flex}.login-divider:before,.login-divider:after{content:"";background:#e0e1dc;flex:1;height:1px}.login-divider span{padding:0 9px}.google-login-button{color:#4e534c;background:#fff;border:1px solid #d7d9d2;border-radius:5px;justify-content:center;align-items:center;gap:9px;width:100%;height:40px;font-size:9px;font-weight:750;display:flex}.google-login-button:hover{background:#fdfdfb;border-color:#aeb2aa}.google-login-button>span{color:#4285f4;font-family:Arial,sans-serif;font-size:13px;font-weight:700}.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}.secondary-button:disabled{color:#a1a7ae;border-color:var(--edge);cursor:not-allowed;background:#f2f4f6}.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-page{max-width:1460px;padding-top:42px}.workspaces-hero{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:26px;padding:0 2px 27px;display:flex}.workspaces-hero>div:first-child{min-width:0}.workspaces-kicker{color:#687481;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:750;display:block}.workspaces-title{letter-spacing:-.045em;margin:0;font-size:clamp(38px,4vw,52px);font-weight:650;line-height:.98}.workspaces-hero p{max-width:610px;color:var(--muted);margin:12px 0 0;font-size:14px;line-height:1.55}.workspaces-count{background:#ffffffad;border:1px solid #dce1e6;border-radius:12px;flex:none;align-items:center;gap:10px;padding:11px 14px 11px 12px;display:flex}.workspaces-count strong{color:#2d3742;letter-spacing:-.04em;text-align:center;min-width:38px;font-size:27px;font-weight:650;line-height:1}.workspaces-count span{color:#7b848e;letter-spacing:.06em;text-transform:uppercase;border-left:1px solid #dde1e5;padding-left:10px;font-size:9px;font-weight:750;line-height:1.35}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.service-card-shell{border-radius:14px;min-width:0;transition:opacity .14s,transform .14s;position:relative}.service-card-shell.dragging{z-index:3;opacity:.45;transform:scale(.985)}.service-card-shell.drag-target .service-card{border-color:#8aa4be;box-shadow:0 0 0 3px #53769721,0 10px 30px #1d283414}.service-card{--service-accent:#46586b;--service-soft:#edf1f5;background:#fff;border:1px solid #dfe4e8;border-radius:14px;flex-direction:column;height:100%;padding:20px 22px 19px;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex;position:relative;box-shadow:0 1px 2px #202a3306}.service-card.tone-blue{--service-accent:#356996;--service-soft:#e7f0f8}.service-card.tone-clay{--service-accent:#a6552f;--service-soft:#f9e9df}.service-card.tone-violet{--service-accent:#7350a2;--service-soft:#eee8f7}.service-card[href]:hover{border-color:#b9c4ce;transform:translateY(-2px);box-shadow:0 10px 28px #1e2a3612}.service-card[href]:focus-visible{outline:2px solid var(--service-accent);outline-offset:3px}.service-card.unavailable{background:#f1f2ef}.workspace-drag-handle{z-index:4;color:#9ba3ab;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:9px;place-items:center;width:32px;height:32px;padding:0;transition:color .14s,background .14s;display:grid;position:absolute;top:12px;right:13px}.workspace-drag-handle:hover,.workspace-drag-handle:focus-visible{color:#455665;background:#edf1f4;outline:none}.workspace-drag-handle:focus-visible{box-shadow:0 0 0 2px #87a0b7}.workspace-drag-handle:active{cursor:grabbing}.service-card-top{align-items:center;gap:10px;padding-right:34px;display:flex}.service-orb{background:var(--service-soft);width:36px;height:36px;color:var(--service-accent);border-radius:9px;flex:none;place-items:center;display:grid}.service-eyebrow{color:#7b8791;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:750;line-height:1.3}.service-card h3{letter-spacing:-.02em;margin:13px 0 8px;font-size:20px;font-weight:630;line-height:1.2}.service-card p{color:#687480;margin:0;font-size:12px;line-height:1.5}.service-foot{z-index:1;color:#66717b;border-top:1px solid #e4e6e3;justify-content:space-between;align-items:center;margin-top:auto;padding-top:14px;font-size:10px;font-weight:700;display:flex;position:relative}.soon-tag{color:#777b73;background:#dedfd9;border-radius:5px;padding:4px 6px;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}.empty-workspaces{border:1px dashed var(--edge-strong);min-height:180px;color:var(--text-2);background:var(--surface);border-radius:12px;place-items:center;font-size:14px;display:grid}.users-page{flex-direction:column;gap:24px;width:100%;max-width:1180px;margin:0 auto;padding:48px clamp(24px,4vw,56px) 80px;display:flex}.users-head{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.users-head h1{letter-spacing:-.025em;margin:7px 0 6px;font-size:32px;font-weight:600;line-height:1.1}.users-head p{color:var(--text-2);margin:0;font-size:14px}.users-list{border:1px solid var(--edge);background:var(--surface);border-radius:12px;overflow:hidden}.user-row{border-top:1px solid var(--edge);grid-template-columns:40px minmax(150px,.85fr) 100px minmax(220px,1.35fr) auto;align-items:center;gap:14px;min-height:82px;padding:14px 16px;display:grid}.user-row:first-child{border-top:0}.user-row.owner{background:#f8f9fa}.user-avatar{color:#59636f;background:#edf0f3;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.user-row.owner .user-avatar{color:#315f8f;background:#e6eef6}.user-identity,.user-access{flex-direction:column;gap:4px;min-width:0;display:flex}.user-identity strong,.user-access strong{color:#343b45;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:650;overflow:hidden}.user-identity small,.user-access small{color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.user-identity em{color:#57616d;font-size:10px;font-style:normal;font-weight:650}.user-status{color:var(--text-3);align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.user-status>span{background:#b6bbc2;border-radius:50%;width:7px;height:7px}.user-status.active{color:#477159}.user-status.active>span{background:#4e8b67}.owner-label,.role-label{color:#69727d;letter-spacing:.1em;white-space:nowrap;background:#e9edf1;border-radius:5px;justify-self:end;padding:5px 8px;font-size:8px;font-weight:800}.role-label.admin{color:#315f8f;background:#e6eef6}.role-label.standard{color:#5f665d;background:#eef0ea}.user-edit{justify-self:end;min-height:35px;padding:0 12px}.user-actions{justify-content:flex-end;justify-self:end;align-items:center;gap:10px;display:flex}.user-delete{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.users-empty{border-top:1px solid var(--edge);color:var(--text-3);justify-content:center;align-items:center;gap:9px;padding:28px;font-size:13px;display:flex}.user-modal{width:min(100%,670px)}.user-modal .field-pair{grid-template-columns:repeat(2,minmax(0,1fr))}.user-modal .field input{border:1px solid var(--edge-strong);color:#303842;background:var(--surface);border-radius:9px;outline:none;width:100%;min-width:0;height:44px;padding:0 13px;font-size:14px;transition:border-color .12s,box-shadow .12s,background .12s}.user-modal .field input:hover:not(:disabled){border-color:#abb2bb}.user-modal .field input:focus{border-color:#66717d;box-shadow:0 0 0 3px #2d333c1a}.user-modal .field input:disabled{color:#7d8691;box-shadow:none;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#7d8691;background:#f3f5f7;border-color:#dfe3e7}.user-modal .field>small{color:var(--text-3);font-size:11px}.account-active-toggle{border:1px solid var(--edge);background:var(--surface);cursor:pointer;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 13px;display:flex}.account-active-toggle.on{background:#f6faf7;border-color:#c9d9ce}.account-active-toggle>input,.workspace-access-choice>input,.user-role-choice>input{opacity:0;pointer-events:none;position:absolute}.account-toggle-box,.workspace-choice-check{border:1px solid var(--edge-strong);color:#fff;background:var(--surface);border-radius:5px;flex:none;place-items:center;width:18px;height:18px;display:grid}.account-active-toggle.on .account-toggle-box,.workspace-access-choice.on .workspace-choice-check{border-color:var(--accent);background:var(--accent)}.account-active-toggle>span:last-child,.workspace-access-choice>span:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.account-active-toggle strong,.workspace-access-choice strong{color:#3c444e;font-size:13px;font-weight:650}.account-active-toggle small,.workspace-access-choice small{color:var(--text-3);font-size:11px}.user-role-fieldset{border:0;margin:0;padding:0}.user-role-fieldset legend{color:#545a52;margin-bottom:9px;font-size:13px;font-weight:600}.user-role-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.user-role-choice{border:1px solid var(--edge);background:var(--surface);cursor:pointer;border-radius:8px;min-width:0;padding:12px}.user-role-choice.on{border-color:var(--accent);background:var(--surface-sunk);box-shadow:inset 0 0 0 1px var(--accent)}.user-role-choice:has(input:disabled){cursor:default;opacity:.72}.user-role-choice>span{flex-direction:column;gap:3px;display:flex}.user-role-choice strong{color:#3c444e;font-size:13px;font-weight:650}.user-role-choice small{color:var(--text-3);font-size:10px;line-height:1.35}.workspace-access-fieldset{border:0;margin:0;padding:0}.workspace-access-fieldset legend{color:#545a52;margin-bottom:9px;font-size:13px;font-weight:600}.workspace-access-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.workspace-access-choice{border:1px solid var(--edge);background:var(--surface);cursor:pointer;border-radius:8px;align-items:center;gap:10px;min-width:0;padding:11px 12px;display:flex}.workspace-access-choice.on{border-color:var(--accent);background:var(--surface-sunk)}.workspace-access-item{min-width:0}.workspace-access-choice:focus-within,.user-role-choice:focus-within{outline:2px solid var(--accent);outline-offset:2px}.workspace-role-help{color:var(--text-3);margin:0 0 12px;font-size:12px;line-height:1.5}.workspace-role-details{border:1px solid var(--edge);border-top:0;border-radius:0 0 8px 8px;padding:12px}.workspace-role-details p{color:var(--text-3);margin:8px 0 0;font-size:12px;line-height:1.5}.workspace-role-details .workspace-role-availability{border-top:1px solid var(--edge);padding-top:8px;font-size:11px}.monsey-workspace-tabs{flex-wrap:wrap;gap:8px;max-width:1200px;margin:0 auto 24px;padding-top:24px;display:flex}.monsey-service-panel{background:var(--surface);border:1px solid var(--edge);border-radius:12px;max-width:1200px;margin:0 auto;padding:24px}.monsey-service-panel h2,.monsey-service-panel h3{margin:12px 0}.monsey-service-panel p{color:var(--text-2);line-height:1.6}.monsey-search{align-items:end;gap:12px;margin:20px 0;display:flex}.monsey-search .field{flex:1}.monsey-customer-list,.monsey-order-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;margin:16px 0;display:grid}.monsey-customer-choice,.monsey-order-choice{text-align:left;border:1px solid var(--edge);background:var(--surface);cursor:pointer;overflow-wrap:anywhere;border-radius:8px;flex-direction:column;gap:7px;padding:14px;display:flex}.monsey-customer-choice.selected{border-color:var(--accent);background:var(--surface-sunk)}.monsey-service-panel fieldset{border:0;min-width:0;margin:0;padding:0}.monsey-return-editor,.monsey-shipping-form{border-top:1px solid var(--edge);margin-top:24px;padding-top:18px}.monsey-return-line{border-bottom:1px solid var(--edge);justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.monsey-return-line small{color:var(--text-3);margin-top:5px;display:block}.monsey-return-line input{border:1px solid var(--edge);border-radius:6px;width:84px;margin-top:5px;padding:8px;display:block}.monsey-service-panel .field{margin:12px 0}.monsey-service-panel .field input,.monsey-service-panel .field select,.monsey-service-panel .field textarea{border:1px solid var(--edge);min-height:40px;font:inherit;color:inherit;background:var(--surface);border-radius:6px;padding:8px 10px}.monsey-check{align-items:start;gap:10px;margin:14px 0;line-height:1.5;display:flex}.monsey-check input{flex:none;width:18px;height:18px;margin-top:2px}.monsey-refund-review{background:var(--surface-sunk);border:1px solid var(--edge);border-radius:8px;margin:20px 0;padding:20px}.monsey-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.monsey-return-record{border:1px solid var(--edge);border-radius:8px;margin:12px 0;padding:16px}.monsey-return-record summary{cursor:pointer;font-weight:600}.monsey-reference{overflow-wrap:anywhere;font-size:12px}@media (max-width:640px){.monsey-service-panel{padding:14px}.monsey-search{flex-direction:column;align-items:stretch}.monsey-return-line{flex-wrap:wrap}}.user-form-error{color:var(--stop);background:var(--stop-soft);border:1px solid #e2c9c2;border-radius:7px;padding:10px 12px;font-size:12px}.time-clock-page{flex-direction:column;gap:20px;width:100%;max-width:1480px;margin:0 auto;padding:32px clamp(20px,3vw,48px) 64px;display:flex}.time-clock-head{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.workspace-kicker{color:#68717c;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:750}.time-clock-head h1{letter-spacing:-.03em;margin:5px 0;font-size:32px;font-weight:650;line-height:1.1}.time-clock-head p{color:var(--text-2);margin:0;font-size:13px}.time-clock-layout{border:1px solid var(--edge);background:var(--surface);border-radius:13px;grid-template-columns:300px minmax(0,1fr);min-height:660px;display:grid;overflow:hidden}.people-panel{border-right:1px solid var(--edge);background:#f7f8fa;min-width:0}.people-panel-head{border-bottom:1px solid var(--edge);color:#59626d;align-items:center;gap:8px;height:49px;padding:0 15px;font-size:12px;display:flex}.people-panel-head strong{font-weight:650}.people-panel-head span:last-child{color:#626c77;background:#e8ebef;border-radius:5px;margin-left:auto;padding:2px 6px;font-size:10px;font-weight:700}.people-list{flex-direction:column;gap:3px;padding:7px;display:flex}.person-row{color:#5e6772;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:9px;grid-template-columns:38px minmax(0,1fr) 16px;align-items:center;gap:9px;width:100%;min-width:0;min-height:66px;padding:9px 8px;display:grid}.person-row:hover{background:#eef1f4}.person-row.selected{color:#2f3741;background:var(--surface);border-color:#d8dde3}.person-avatar{color:#4d5966;background:#e7ebef;border-radius:10px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:750;display:grid}.person-row.selected .person-avatar{color:#315f8f;background:#e6eef6}.person-row-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.person-row-copy>span{align-items:center;gap:6px;min-width:0;display:flex}.person-row-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;overflow:hidden}.person-row-copy em{color:#898f97;letter-spacing:.06em;text-transform:uppercase;background:#e9ebed;border-radius:4px;padding:2px 4px;font-size:7px;font-style:normal;font-weight:750}.person-row-copy small{color:#68717c;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.people-empty{color:#68717c;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:210px;padding:30px 18px;display:flex}.people-empty strong{color:#59616b;margin-top:5px;font-size:13px}.people-empty span{max-width:180px;font-size:11px;line-height:1.45}.person-detail{background:var(--surface);min-width:0;padding:24px}.person-detail-head{justify-content:space-between;align-items:center;gap:20px;display:flex}.person-title-row{align-items:center;gap:9px;display:flex}.person-title-row h2{letter-spacing:-.025em;margin:0;font-size:24px;font-weight:650}.person-detail-head p{color:#68717c;margin:5px 0 0;font-size:12px}.dial-link{color:#315f8f;background:#e6eef6;border-radius:5px;align-items:center;gap:4px;padding:4px 7px;font-size:9px;font-weight:700;display:inline-flex}.person-actions{align-items:center;gap:7px;display:flex}.person-actions .icon-button{border:1px solid var(--edge);width:40px;height:40px}.person-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:22px;display:grid}.metric-card{border:1px solid var(--edge);background:#fafbfc;border-radius:9px;flex-direction:column;min-width:0;min-height:110px;padding:15px;display:flex}.metric-card.important{background:#f1f6fa;border-color:#cbd8e4}.metric-card>span{color:#68717c;font-size:10px;font-weight:650}.metric-card strong{color:#353e49;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;margin:12px 0 3px;font-size:22px;font-weight:650;overflow:hidden}.metric-card.important strong{color:#315f8f}.metric-card small{color:#68717c;margin-top:auto;font-size:10px}.person-trend,.ledger-panel{border:1px solid var(--edge);border-radius:10px;margin-top:16px;overflow:hidden}.section-title{border-bottom:1px solid var(--edge);justify-content:space-between;align-items:center;gap:18px;min-height:54px;padding:10px 15px;display:flex}.section-title>div:first-child{flex-direction:column;gap:3px;display:flex}.section-title strong{color:#3e4650;font-size:12px;font-weight:650}.section-title span{color:#68717c;font-size:10px}.trend-legend{gap:12px;display:flex}.trend-legend span{align-items:center;gap:5px;display:inline-flex}.trend-legend i{border-radius:2px;width:7px;height:7px}.trend-legend .earned{background:#527da7}.trend-legend .paid{background:#91a9bd}.trend-chart{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;height:150px;padding:17px 20px 12px;display:grid}.trend-month{grid-template-rows:minmax(0,1fr) 16px;gap:6px;min-width:0;display:grid}.trend-bars{border-bottom:1px solid #e6e9ed;justify-content:center;align-items:flex-end;gap:4px;height:100%;display:flex}.trend-bars i{border-radius:3px 3px 0 0;width:min(16px,30%);min-height:0}.trend-bars .earned{background:#527da7}.trend-bars .paid{background:#91a9bd}.trend-month>span{color:#68717c;text-align:center;font-size:9px;font-weight:600}.ledger-list{flex-direction:column;display:flex}.ledger-row{border-top:1px solid #eef0f2;grid-template-columns:32px minmax(0,1fr) 86px 92px;align-items:center;gap:10px;min-height:62px;padding:9px 15px;display:grid}.ledger-row:first-child{border-top:0}.ledger-icon{border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.ledger-icon.time{color:#315f8f;background:#e6eef6}.ledger-icon.payment{color:#477159;background:#e8f2eb}.ledger-main{flex-direction:column;gap:3px;min-width:0;display:flex}.ledger-main strong{color:#444c56;font-size:12px;font-weight:650}.ledger-main small{color:#68717c;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.ledger-hours,.ledger-amount{color:#5e6874;font-variant-numeric:tabular-nums;white-space:nowrap;justify-self:end;font-size:11px;font-weight:600}.ledger-amount{color:#315f8f}.ledger-amount.payment{color:#477159}.ledger-empty{color:#68717c;justify-content:center;align-items:center;gap:8px;min-height:100px;font-size:11px;display:flex}.person-detail-empty{color:#68717c;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:560px;display:flex}.person-detail-empty strong{color:#555e69;margin-top:5px;font-size:14px}.person-detail-empty span{font-size:11px}.time-clock-modal{width:min(100%,550px)}.time-clock-modal .field input{border:1px solid var(--edge-strong);color:#303842;background:var(--surface);border-radius:8px;outline:none;width:100%;min-width:0;height:43px;padding:0 12px;font-size:14px}.time-clock-modal .field input:focus{border-color:#66717d;box-shadow:0 0 0 3px #2d333c17}.time-clock-modal .field>span{justify-content:space-between;align-items:baseline;display:flex}.time-clock-modal .field>span small{color:var(--text-3);font-size:9px;font-weight:550}.time-clock-modal .field>small{color:var(--text-3);font-size:10px;line-height:1.45}.money-input{position:relative}.money-input>span{z-index:1;color:#737d88;font-size:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.time-clock-modal .money-input input{padding-left:27px}.time-entry-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.time-entry-fields .field:last-child:nth-child(3){grid-column:1/-1}.payment-balance,.payment-preview{border:1px solid var(--edge);background:#f7f9fb;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:5px 14px;padding:13px 14px;display:grid}.payment-balance span,.payment-preview span{color:var(--text-3);font-size:11px}.payment-balance strong,.payment-preview strong{color:#35404b;font-size:15px;font-weight:650}.payment-preview small{color:var(--text-3);grid-column:1/-1;font-size:9px}@media (max-width:1050px){.time-clock-layout{grid-template-columns:250px minmax(0,1fr)}.person-detail{padding:18px}.person-detail-head{align-items:flex-start}.person-actions{flex-wrap:wrap;justify-content:flex-end}.person-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.time-clock-page{padding:24px 12px 50px}.time-clock-head{align-items:flex-start}.time-clock-head h1{font-size:27px}.time-clock-layout{flex-direction:column;display:flex}.people-panel{border-right:0;border-bottom:1px solid var(--edge)}.people-list{max-height:230px;overflow-y:auto}.person-detail{padding:15px}.person-detail-head{flex-direction:column}.person-actions{justify-content:flex-start;width:100%}.person-actions .primary-button,.person-actions .secondary-button{flex:1}.trend-chart{gap:8px;padding-inline:10px}.ledger-row{grid-template-columns:30px minmax(0,1fr) auto}.ledger-hours{display:none}}@media (max-width:480px){.time-clock-head p{display:none}.time-clock-head>.primary-button{min-height:38px;padding:0 12px}.person-title-row{flex-wrap:wrap}.person-metrics{grid-template-columns:1fr 1fr}.metric-card{min-height:102px;padding:12px}.metric-card strong{font-size:18px}.time-entry-fields{grid-template-columns:1fr}.time-entry-fields .field:last-child:nth-child(3){grid-column:auto}}.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}.feedback-workspace{flex-direction:column;gap:18px;width:100%;max-width:920px;margin:0 auto;padding:48px clamp(18px,4vw,56px) 100px;display:flex}.feedback-head{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.feedback-head h1{letter-spacing:-.025em;margin:4px 0 7px;font-size:32px;font-weight:600;line-height:1.1}.feedback-head p{color:var(--text-2);margin:0;font-size:14px}.feedback-error{border-radius:var(--radius);color:var(--stop);background:var(--stop-soft);border:1px solid #e4c8bf;padding:12px 14px;font-size:13px}.feedback-section{flex-direction:column;gap:12px;display:flex}.feedback-section-head{justify-content:space-between;align-items:flex-end;gap:18px;min-height:42px;display:flex}.feedback-section-head>div{min-width:0}.feedback-section-head h2{letter-spacing:-.015em;margin:3px 0 0;font-size:20px;font-weight:600}.feedback-section-head p{max-width:680px;color:var(--text-2);margin:5px 0 0;font-size:13px;line-height:1.5}.feedback-section-head>span{color:var(--text-3);flex:none;font-size:12px}.feedback-empty{border:1px dashed var(--edge-strong);border-radius:var(--radius);min-height:180px;color:var(--text-2);background:var(--surface);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:28px;font-size:13px;display:flex}.feedback-empty.compact{min-height:120px}.feedback-empty strong{color:var(--ink);font-size:15px}.feedback-list{flex-direction:column;gap:12px;display:flex}.feedback-card{border:1px solid var(--edge);border-radius:var(--radius);background:var(--surface);flex-direction:column;gap:15px;padding:18px;display:flex}.feedback-card.new{background:#f7fafc;border-color:#cbd8e4}.feedback-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.feedback-card-head>div{min-width:0}.feedback-card-head small{color:var(--text-3);font-size:12px}.feedback-card-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.feedback-caller{align-items:center;gap:9px;margin-bottom:4px;display:flex}.feedback-caller span{background:#315f8f;border-radius:50%;flex:none;width:8px;height:8px}.feedback-caller strong{overflow-wrap:anywhere;font-size:16px;font-weight:650}.feedback-card audio{width:100%}.feedback-transcript{background:var(--surface-sunk);border-radius:8px;padding:13px 14px}.feedback-transcript span{color:var(--text-3);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:750}.feedback-transcript p{color:#454b44;white-space:pre-wrap;margin:6px 0 0;font-size:14px;line-height:1.6}.feedback-reviewed-by{color:var(--text-3);font-size:11px}.feedback-source-badge{color:#315a83;background:var(--go-soft);border-radius:999px;padding:5px 8px;font-size:11px;font-weight:650}.feedback-form-answers{border:1px solid var(--edge);background:var(--edge);border-radius:8px;gap:1px;margin:0;display:grid;overflow:hidden}.feedback-form-answers>div{background:var(--surface-sunk);min-width:0;padding:12px 14px}.feedback-form-answers dt{color:var(--text-3);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:750}.feedback-form-answers dd{color:#454b44;overflow-wrap:anywhere;margin:5px 0 0;font-size:14px;line-height:1.55}.feedback-form-answers dd p{white-space:pre-wrap;margin:0}.feedback-form-answers dd p+p{margin-top:5px}.feedback-form-answers dd small{color:var(--text-3);font-size:11px}@media (max-width:620px){.feedback-workspace{padding-top:28px}.feedback-head,.feedback-card-head,.feedback-section-head,.feedback-card-actions{flex-direction:column;align-items:stretch}.feedback-head .secondary-button,.feedback-card-head .secondary-button{width:100%}.feedback-source-badge{align-self:flex-start}}.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}.google-hours-override-modal{width:min(100%,960px)}.google-hours-override-modal .modal-foot{flex-wrap:wrap}.google-store-overrides{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.google-store-override{border:1px solid var(--edge);background:var(--surface-sunk);border-radius:10px;flex-direction:column;gap:12px;min-width:0;padding:15px;display:flex}.google-store-override h3{margin:0;font-size:16px;font-weight:650}.google-store-override .choice{background:var(--surface);padding:10px}.google-store-override .dialog-hours{background:0 0;border:0;padding:0}.google-store-override .range-fields{width:100%;min-width:0}.google-store-override .range-inputs input{flex:1;min-width:0;max-width:128px}.google-store-override .range-inputs .icon-button{flex-shrink:0}.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}.workspaces-page{padding-top:30px}.workspaces-hero{align-items:flex-start;margin-bottom:20px;padding-bottom:22px}.workspaces-title{font-size:40px}.workspaces-hero p{max-width:500px;font-size:13px}.workspaces-count{padding:9px 11px}.workspaces-count strong{min-width:32px;font-size:23px}.welcome-row{align-items:flex-start}.welcome-row h1{font-size:38px}.service-grid{grid-template-columns:1fr}.users-page{padding:28px 14px 60px}.users-head{flex-direction:column;align-items:flex-start}.user-row{grid-template-columns:40px minmax(0,1fr) auto}.user-status{justify-self:end}.user-access{grid-column:2/-1}.user-edit,.owner-label,.role-label{grid-column:2/-1;justify-self:start}.user-role-grid,.workspace-access-grid,.user-modal .field-pair{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,.google-store-overrides{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}.workspaces-hero{flex-direction:column;gap:16px}.workspaces-count{align-self:flex-start}.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(5,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:72px}.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:105px}.sms-override-modal .text-danger-button{align-items:center;gap:6px;display:inline-flex}.phone-hours-workspace{flex:1;grid-template-columns:minmax(440px,560px) minmax(500px,1fr);align-items:start;gap:14px;min-height:0;display:grid}.phone-defaults,.phone-calendar,.phone-connect-card{border:1px solid var(--edge);background:var(--surface);border-radius:11px}.phone-defaults{flex-direction:column;gap:13px;height:min(680px,100dvh - 150px);min-height:520px;padding:16px;display:flex;overflow-y:auto}.phone-panel-head,.phone-save-row,.phone-preview-row,.phone-date-section-head{align-items:center;gap:9px;display:flex}.phone-panel-head{justify-content:space-between}.phone-panel-head>strong{color:#343b45;font-size:16px;font-weight:650}.phone-sync-badge{color:#66707b;background:#edf0f3;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:700}.phone-sync-badge.synced{color:#2f7048;background:#e4f1e8}.phone-sync-badge.error{color:var(--stop);background:#f8eae6}.phone-message-field{gap:7px;display:grid}.phone-message-field>span,.phone-section>strong{color:#454d57;font-size:13px;font-weight:700}.phone-message-field textarea,.phone-date-editor textarea{resize:vertical;border:1px solid var(--edge-strong);color:#2f3640;width:100%;min-height:82px;font:inherit;background:#fbfcfd;border-radius:8px;outline:none;padding:10px 11px;font-size:13px;line-height:1.45}.phone-message-field textarea:focus,.phone-date-editor textarea:focus{background:var(--surface);border-color:#6d7784}.phone-preview-row{margin-top:-5px}.phone-preview-row .secondary-button{min-height:32px;padding:0 10px;font-size:11px}.phone-preview-row small{font-size:10px}.phone-section{border-top:1px solid var(--edge);gap:9px;padding-top:12px;display:grid}.phone-week-editor{gap:7px;display:grid}.phone-week-row{border:1px solid var(--edge);background:#fbfcfd;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;min-width:0;padding:8px;display:grid}.phone-week-time{align-items:center;gap:5px;min-width:0;display:flex}.phone-week-time input,.phone-date-ranges input{border:1px solid var(--edge-strong);color:#3c444e;background:var(--surface);border-radius:6px;min-width:0;height:30px;padding:0 5px;font-size:11px}.phone-week-time input{width:86px}.phone-week-time span,.phone-date-ranges span{color:var(--text-3);font-size:10px}.phone-week-days{justify-content:flex-end;gap:4px;min-width:0;display:flex}.phone-week-days button{border:1px solid var(--edge);color:#737c87;background:var(--surface);border-radius:50%;flex:0 0 24px;width:24px;height:24px;padding:0;font-size:9px;font-weight:700}.phone-week-days button.on{color:#fff;background:#708191;border-color:#708191}.phone-week-row>.icon-button{width:28px;height:28px}.phone-add-hours{justify-self:start;min-height:28px;padding:0 5px;font-size:10px}.phone-department-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.phone-department-list button{border:1px solid var(--edge);color:#48515b;text-align:left;background:#fbfcfd;border-radius:7px;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;padding:8px 9px;display:flex}.phone-department-list button.on{background:#f0f4f7;border-color:#718292;box-shadow:inset 0 0 0 1px #718292}.phone-department-list span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;font-weight:700;overflow:hidden}.phone-department-list small{color:var(--text-3);font-size:9px}.phone-department-editor{border:1px solid var(--edge);background:var(--surface-sunk);border-radius:8px;gap:9px;padding:9px;display:grid}.phone-mode-toggle{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;display:grid}.phone-mode-toggle button{border:1px solid var(--edge);color:#65707b;background:var(--surface);border-radius:6px;min-height:29px;font-size:10px;font-weight:700}.phone-mode-toggle button.on{color:#fff;background:#718292;border-color:#718292}.phone-save-row{border-top:1px solid var(--edge);background:var(--surface);margin:0 -16px -16px;padding:11px 16px 16px;position:sticky;bottom:-16px}.phone-save-row small{align-items:center;gap:4px;font-size:10px;display:inline-flex}.phone-save-row .primary-button{min-height:34px;padding:0 11px;font-size:11px}.phone-calendar{grid-template-rows:38px 25px minmax(0,1fr) 38px;width:100%;height:min(680px,100dvh - 150px);min-height:520px;padding:13px;display:grid}.phone-legend{justify-content:center;align-items:center;gap:6px;min-width:0;padding-top:7px;display:flex}.phone-legend .sms-dot-popover>span{display:block}.phone-legend .sms-dot-popover>strong{color:#bfc7d1;font-size:10px}.phone-connect-card{text-align:center;grid-column:1/-1;place-content:center;justify-items:center;gap:15px;min-height:260px;padding:28px;display:grid}.phone-connect-card>div{gap:5px;max-width:440px;display:grid}.phone-connect-card strong{color:#343b45;font-size:17px}.phone-connect-card p{color:var(--text-3);margin:0;font-size:13px;line-height:1.5}.phone-date-modal{width:min(900px,100vw - 32px);max-height:min(820px,100dvh - 32px)}.phone-date-modal .modal-body{overflow-y:auto}.phone-date-editor{gap:13px;display:grid}.phone-date-editor>section{border:1px solid var(--edge);background:#fbfcfd;border-radius:8px;gap:9px;padding:13px;display:grid}.phone-date-editor>section>strong,.phone-date-section-head>strong{color:#424a54;font-size:13px;font-weight:700}.phone-date-section-head{justify-content:space-between}.phone-date-section-head>span{color:#48515b;font-size:12px;font-weight:650}.phone-date-section-head select{border:1px solid var(--edge-strong);color:#3f4650;background:var(--surface);border-radius:6px;min-width:170px;height:31px;padding:0 7px;font-size:11px}.phone-date-ranges{gap:6px;display:grid}.phone-date-ranges>div{align-items:center;gap:6px;display:flex}.phone-date-ranges .ghost-button{justify-self:start;min-height:27px;padding:0 4px;font-size:10px}.phone-date-ranges .icon-button{width:28px;height:28px}.phone-date-departments{gap:7px;display:grid}.phone-date-department{border-top:1px solid var(--edge);gap:7px;padding:8px 0;display:grid}.phone-date-department:first-child{border-top:0}@media (max-width:1050px){.phone-hours-workspace{grid-template-columns:1fr}.phone-defaults,.phone-calendar{height:auto;min-height:560px}.phone-calendar{height:680px}}@media (max-width:640px){.phone-defaults{padding:13px}.phone-department-list{grid-template-columns:1fr}.phone-calendar{height:620px;min-height:540px;padding:8px}.phone-date-section-head{flex-direction:column;align-items:flex-start}.phone-date-section-head select{width:100%}}@media (max-width:420px){.phone-week-row{grid-template-columns:minmax(0,1fr) auto}.phone-week-days{grid-column:1/-1;justify-content:space-between}.phone-week-time input{width:78px}}.google-hours-workspace{flex:1;grid-template-rows:minmax(0,1fr) auto;grid-template-columns:minmax(500px,600px) minmax(480px,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:100%;min-height:0;padding:16px;overflow-y:auto}.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-hours-workspace>.google-connection{grid-column:1/-1;margin-top:0}.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:0 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-month-legend>.google-calendar-tip{border-top:1px solid var(--edge);padding-top:9px;font-size:11px}.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:12px;display:flex}.compact-week-heading{flex-direction:column;gap:3px;min-width:0;display:flex}.compact-week-actions{flex:none;align-items:center;gap:8px;display:flex}.compact-week-actions .primary-button{min-height:36px;padding:0 14px;font-size:12px}.compact-save-status:empty{display: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:100%;min-height:0}.google-calendar .sms-calendar-dot{cursor:grab;touch-action:none;width:18px;height:18px}.google-calendar .sms-calendar-dot:active{cursor:grabbing}.google-calendar .sms-calendar-dot.preview{opacity:.72;cursor:grabbing;box-shadow:0 0 0 4px #315f8f1f}.google-calendar .sms-day.override-drag-preview{background:#e9f1f8;box-shadow:inset 0 0 0 2px #315f8f6b}.hours-calendar-dragging,.hours-calendar-dragging *{cursor:grabbing!important;-webkit-user-select:none!important;user-select:none!important}.google-calendar-closed{color:var(--stop);font-size:11px;font-weight:700;position:absolute;bottom:9px;left:9px}.hours-calendar-context-menu{z-index:75;border:1px solid var(--edge-strong);background:var(--surface);border-radius:9px;flex-direction:column;gap:1px;width:206px;padding:6px;display:flex;position:fixed;box-shadow:0 14px 36px #191d2233}.hours-calendar-context-menu>small{color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;padding:7px 9px 6px;font-size:10px;font-weight:650;overflow:hidden}.hours-calendar-context-menu>button{color:#3e4650;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;min-height:34px;padding:0 9px;font-size:12px;font-weight:550}.hours-calendar-context-menu>button:hover,.hours-calendar-context-menu>button:focus-visible{background:var(--surface-sunk);outline:none}.hours-calendar-context-menu>button.danger{color:var(--stop)}.hours-calendar-context-menu>button.danger:hover,.hours-calendar-context-menu>button.danger:focus-visible{background:var(--stop-soft)}.google-calendar-toast{z-index:70;color:#fff;background:#303842;border:1px solid #303842;border-radius:9px;align-items:center;gap:10px;max-width:min(460px,100vw - 28px);min-height:48px;padding:8px 8px 8px 14px;font-size:12px;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 14px 34px #14181d3d}.google-calendar-toast>span{flex:1;min-width:0;line-height:1.4}.google-calendar-toast>button:not(.icon-button){color:#fff;cursor:pointer;background:0 0;border:0;padding:5px 7px;font-size:12px;font-weight:750;text-decoration:underline}.google-calendar-toast .icon-button{color:#d6dbe0;width:28px;height:28px}.google-calendar-toast .icon-button:hover{color:#fff;background:#ffffff1a}.google-calendar-toast.error{background:#783333;border-color:#8d3434}.bulk-copy-hours{background:#edf3f8;border:1px solid #cad8e4;border-radius:8px;flex-direction:column;gap:4px;padding:13px 14px;display:flex}.bulk-copy-hours small{color:#66788a;font-size:11px}.bulk-copy-hours strong{color:#304c67;font-size:14px;font-weight:650}.bulk-copy-dates{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:10px;display:grid}.bulk-copy-dates>span{color:var(--text-3);padding-bottom:11px;font-size:12px}.bulk-copy-dates label{flex-direction:column;gap:6px;display:flex}.bulk-copy-dates label>span{color:#4c5560;font-size:12px;font-weight:650}.bulk-copy-dates input{border:1px solid var(--edge-strong);color:#353d47;background:var(--surface);border-radius:7px;width:100%;height:40px;padding:0 10px;font-size:13px}.bulk-copy-summary,.bulk-copy-warning{border-radius:7px;margin:0;padding:10px 11px;font-size:12px;line-height:1.45}.bulk-copy-summary{color:var(--text-2);background:var(--surface-sunk)}.bulk-copy-warning{color:#765d23;background:var(--warn-soft)}@media (max-width:1120px){.google-hours-workspace{grid-template-rows:auto;grid-template-columns:1fr}.google-weekly{height:auto;min-height:0;overflow:visible}}@media (max-width:780px){.compact-slot-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"times remove""days remove"}.google-calendar-closed{bottom:5px;left:5px}.bulk-copy-dates{grid-template-columns:1fr}.bulk-copy-dates>span{display:none}.google-calendar-toast{bottom:14px;right:14px}}@media (max-width:560px){.compact-week-editor>header{flex-direction:column;align-items:flex-start}.compact-week-actions{width:100%}.compact-week-actions .google-store-tabs,.google-store-tabs button{flex:1}}@media (max-width:1120px){.sms-hours-page{height:auto;min-height:calc(100dvh - 66px);overflow:visible}.destination-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.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:70px}}.website-hours-workspace{grid-template-columns:minmax(430px,.86fr) minmax(610px,1.14fr);align-items:start;gap:14px;min-height:0;display:grid}.website-hours-editor-panel,.website-preview-column{border:1px solid var(--edge);background:var(--surface);border-radius:10px;min-width:0}.website-hours-editor-panel{flex-direction:column;gap:9px;height:min(680px,100dvh - 150px);min-height:520px;padding:13px;display:flex;overflow:hidden}.website-hours-editor-panel>*{flex-shrink:0}.website-hours-editor-panel>.website-preview-column{flex:auto;min-height:0}.website-hours-head{align-items:center}.website-save-row{flex:none;align-items:center;gap:10px;display:flex}.website-save-row>span{color:var(--text-3);align-items:center;gap:5px;font-size:11px;display:inline-flex}.website-save-row>span.ok{color:#2e7147}.website-save-row>span.error{color:var(--stop)}.website-copy-editor{border:1px solid var(--edge);background:#fbfcfd;border-radius:9px;overflow:hidden}.website-editor-toolbar{border-top:1px solid var(--edge);border-bottom:1px solid var(--edge);background:#f4f6f8;align-items:center;gap:4px;min-height:32px;padding:4px 7px;display:flex}.website-editor-toolbar button{border:1px solid var(--edge-strong);color:#3f4751;background:var(--surface);cursor:pointer;border-radius:5px;place-items:center;width:27px;height:25px;padding:0;display:grid}.website-editor-toolbar button:hover{background:#f8f9fa;border-color:#8e98a4}.website-editor-toolbar button.on{color:#fff;background:#242a31;border-color:#242a31}.website-editor-toolbar>span{color:var(--text-3);margin-left:5px;font-size:10px}.website-rich-editor{color:#303741;background:var(--surface);white-space:pre-wrap;outline:none;min-height:180px;padding:10px 12px;font-size:14px;line-height:1.42}.website-rich-editor:focus{box-shadow:inset 0 0 0 1px #7a8795}.email-date-editors{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;min-width:0;display:grid}.email-date-editor{flex-direction:column;gap:5px;min-width:0;display:flex}.email-date-editor>strong{color:var(--text-2);font-size:12px;font-weight:700}.email-date-editor .website-rich-editor{min-height:132px;max-height:180px;overflow-y:auto}.website-date-mode-banner{color:#23384b;background:#eaf2f9;border:1px solid #a7bdd2;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:58px;padding:9px 10px;display:grid}.website-date-mode-banner>svg{color:#486d8d}.website-date-mode-banner>div{flex-direction:column;gap:1px;min-width:0;display:flex}.website-date-mode-banner strong{font-size:12px;font-weight:750}.website-date-mode-banner span{color:#536a7e;font-size:10px;line-height:1.35}.website-standard-button{color:#294860;background:var(--surface);cursor:pointer;border:1px solid #7e9bb5;border-radius:6px;align-items:center;gap:6px;width:max-content;min-height:32px;padding:0 10px;font-size:10px;font-weight:700;display:inline-flex}.website-standard-button:hover{color:#19374f;background:#f8fbfd;border-color:#527594}.website-endpoint-link{color:#5b6571;align-items:center;gap:6px;width:max-content;font-size:11px;font-weight:650;display:inline-flex}.website-endpoint-link:hover{color:var(--ink)}.website-preview-column{background:#f4f6f8;flex-direction:column;gap:5px;padding:8px;display:flex;overflow:hidden}.website-hours-preview{color:#f8f5eb;background:#2a313b;border-radius:8px;flex:auto;min-height:0;padding:16px 19px;font-family:TTInterphasesPro,Inter,Arial,Helvetica,sans-serif;font-size:clamp(15px,1.05vw,18px);font-weight:400;line-height:1.55;overflow-y:auto}.website-hours-preview p{white-space:pre-wrap;margin:0 0 14px}.website-hours-preview p:last-child{margin-bottom:0}.website-hours-preview strong{font-weight:700}.website-preview-column>small{color:var(--text-3);font-size:9px;line-height:1.35}.website-calendar{grid-template-rows:38px 25px minmax(0,1fr) 42px;height:min(680px,100dvh - 150px);min-height:520px}.website-calendar .sms-day.selected{z-index:1;background:#eef1f4;box-shadow:inset 0 0 0 2px #303944}.website-calendar-dot{background:#5b748d}.website-calendar-footer{justify-content:space-between;align-items:center;gap:8px;padding-top:8px;display:flex}.website-calendar-footer>span{color:var(--text-3);align-items:center;gap:6px;font-size:10px;display:inline-flex}.website-calendar-footer i{background:#5b748d;border-radius:50%;width:9px;height:9px;display:inline-block}.website-calendar-footer .secondary-button{min-height:30px;padding:0 9px;font-size:10px}@media (max-width:980px){.website-hours-workspace{grid-template-columns:1fr}.website-hours-editor-panel{height:auto;min-height:0;overflow:visible}.website-calendar{height:650px}.website-hours-preview{min-height:0;font-size:21px}}@media (max-width:560px){.website-hours-editor-panel{padding:13px}.website-hours-head{align-items:flex-start}.website-save-row{justify-content:space-between;width:100%}.website-date-mode-banner{grid-template-columns:auto minmax(0,1fr)}.website-date-mode-banner .website-standard-button{grid-column:1/-1;justify-content:center;width:100%}.email-date-editors{grid-template-columns:1fr}.website-hours-preview{padding:25px 21px;font-size:18px}}.customer-connections-page{width:100%;max-width:1320px;margin:0 auto;padding:38px clamp(20px,4vw,56px) 80px}.customer-connections-head{justify-content:space-between;align-items:flex-start;gap:24px;min-height:78px;display:flex}.customer-connections-head h1{letter-spacing:-.03em;margin:5px 0;font-size:32px;font-weight:650;line-height:1.1}.customer-connections-head p{color:var(--text-2);margin:0;font-size:13px}.connection-refresh{max-width:270px;color:var(--text-3);text-align:right;justify-content:flex-end;align-items:center;gap:8px;font-size:10px;display:flex}.connection-refresh.success{color:#477159}.connection-refresh.error{color:var(--stop)}.connection-refresh-button{border:1px solid var(--edge);color:#68717c;background:var(--surface);cursor:pointer;border-radius:8px;flex:none;place-items:center;width:32px;height:32px;display:grid}.connection-refresh-button:hover{border-color:var(--edge-strong);color:var(--ink);background:var(--surface-sunk)}.connection-refresh-button:disabled{cursor:wait;opacity:.65}.connection-refresh-button>span{place-items:center;display:grid}.spinning{animation:.8s linear infinite connection-spin}@keyframes connection-spin{to{transform:rotate(360deg)}}.connection-search-card{background:var(--surface);border:1px solid #d9dee4;border-radius:14px;margin:22px 0 18px;padding:clamp(22px,4vw,40px)}.connection-search-card form{flex-direction:column;gap:9px;width:min(100%,920px);margin:0 auto;display:flex}.connection-search-card label{color:#4b5561;font-size:12px;font-weight:700}.connection-search-row{background:#fbfcfd;border:1px solid #bfc7d0;border-radius:11px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;height:64px;padding:7px 8px 7px 18px;display:grid}.connection-search-row:focus-within{background:#fff;border-color:#586675;box-shadow:0 0 0 3px #416d9d1a}.connection-search-row>svg{color:#75808c}.connection-search-row input{color:#27313b;background:0 0;border:0;outline:0;min-width:0;height:48px;padding:0;font-size:clamp(16px,2vw,20px)}.connection-search-row input::placeholder{color:#abb2ba}.connection-search-row button{color:#fff;cursor:pointer;background:#303842;border:0;border-radius:8px;min-width:108px;height:48px;padding:0 20px;font-size:13px;font-weight:700}.connection-search-row button:hover{background:#414b56}.connection-search-row button:disabled{cursor:default;background:#aab0b7}.connection-search-card small{color:var(--text-3);font-size:10px}.connection-message,.connection-warning{border:1px solid var(--edge);border-radius:9px;align-items:flex-start;gap:9px;padding:12px 14px;font-size:12px;line-height:1.5;display:flex}.connection-message.error{color:var(--stop);background:var(--stop-soft);border-color:#e2c9c2}.connection-empty{color:#7c858f;text-align:center;background:#ffffff73;border:1px dashed #ccd2d8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:260px;display:flex}.connection-empty strong{color:#4f5964;margin-top:5px;font-size:14px}.connection-empty span{max-width:440px;font-size:11px;line-height:1.5}.connection-results{flex-direction:column;gap:14px;display:flex}.connection-summary{border:1px solid var(--edge);background:var(--surface);border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.connection-summary span{border-left:1px solid var(--edge);min-height:60px;color:var(--text-2);justify-content:center;align-items:baseline;gap:6px;padding:12px 16px;font-size:11px;display:flex}.connection-summary span:first-child{border-left:0}.connection-summary strong{color:#303944;font-size:20px;font-weight:650}.connection-warning{color:#715d33;background:#fcf8ef;border-color:#eadcbf}.connection-warning strong{color:#56451f}.connection-warning svg{flex:none;margin-top:1px}.connection-section{border:1px solid var(--edge);background:var(--surface);border-radius:11px;overflow:hidden}.connection-section-title{border-bottom:1px solid var(--edge);justify-content:space-between;align-items:center;gap:16px;min-height:52px;padding:0 15px;display:flex}.connection-section-title>div{color:#505a65;align-items:center;gap:8px;display:flex}.connection-section-title h2{color:#37414c;margin:0;font-size:13px;font-weight:700}.connection-section-title>span{color:#6f7984;text-align:center;background:#edf0f3;border-radius:10px;min-width:24px;padding:3px 7px;font-size:10px;font-weight:700}.identity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:11px;display:grid}.identity-card{background:#fafbfc;border:1px solid #e5e8eb;border-radius:9px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;min-height:58px;padding:9px 11px;display:grid}.identity-icon{color:#526d88;background:#eaf0f6;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.identity-icon.phone{color:#67715b;background:#edf1e9}.identity-card>div{flex-direction:column;gap:4px;min-width:0;display:flex}.identity-card strong{color:#3b444e;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;overflow:hidden}.identity-card small{color:var(--text-3);font-size:9px}.identity-card em{color:#80622c;background:var(--warn-soft);text-transform:uppercase;border-radius:5px;padding:3px 5px;font-size:8px;font-style:normal;font-weight:700}.customer-connection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:11px;display:grid}.customer-connection-card{background:#fafbfc;border:1px solid #e2e6ea;border-radius:9px;flex-direction:column;gap:5px;min-width:0;min-height:160px;padding:13px;display:flex}.customer-connection-card:hover{background:#f6f8fa;border-color:#bec7d0}.customer-connection-card-head{color:#7c8691;justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.customer-connection-card-head>span{color:#536c84;background:#e9f0f6;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.customer-connection-card>strong{color:#333d48;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.customer-connection-card>small{color:#707a85;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.customer-connection-card>div:last-child{color:#77818b;border-top:1px solid #e8eaed;justify-content:space-between;gap:8px;margin-top:auto;padding-top:8px;font-size:9px;display:flex}.customer-connection-card b{color:#46515d;font-size:10px}.connection-orders-table{overflow-x:auto}.connection-order-row{color:#606b76;border-top:1px solid #edf0f2;grid-template-columns:90px 110px minmax(180px,1.2fr) minmax(180px,1fr) 100px 16px;align-items:center;gap:12px;min-width:900px;min-height:55px;padding:8px 14px;font-size:10px;display:grid}.connection-order-row:first-child{border-top:0}a.connection-order-row:hover{background:#f7f9fa}.connection-order-row.header{color:#8b939c;letter-spacing:.07em;text-transform:uppercase;background:#fafbfc;min-height:38px;font-size:8px;font-weight:750}.connection-order-row strong{color:#35404b;font-size:12px}.connection-order-row b{color:#45515d;text-align:right;font-size:11px}.connection-order-row>svg{color:#89929b;justify-self:end}.connection-order-contact{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shirt-defects-page{width:100%;max-width:1420px;margin:0 auto;padding:38px clamp(20px,4vw,56px) 80px}.shirt-defects-head{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.shirt-defects-head h1{letter-spacing:-.03em;margin:5px 0;font-size:32px;font-weight:650;line-height:1.1}.shirt-defects-head p{color:var(--text-2);margin:0;font-size:13px}.shirt-defect-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:24px 0 14px;display:grid}.shirt-defect-metrics>div{border:1px solid var(--edge);color:#65717e;background:var(--surface);border-radius:10px;align-items:center;gap:12px;min-height:84px;padding:14px 16px;display:flex}.shirt-defect-metrics>div>svg{color:#765446;background:#f7ece7;border-radius:8px;width:34px;height:34px;padding:8px}.shirt-defect-metrics span{color:var(--text-3);letter-spacing:.06em;text-transform:uppercase;flex-direction:column;gap:4px;font-size:10px;font-weight:650;display:flex}.shirt-defect-metrics strong{color:#35404b;letter-spacing:-.02em;text-transform:none;font-size:22px;font-weight:650}.shirt-defect-toolbar{border:1px solid var(--edge);background:var(--surface);border-radius:10px;grid-template-columns:minmax(260px,1fr) 190px;gap:8px;min-height:58px;margin-bottom:12px;padding:8px;display:grid}.shirt-defect-search{border:1px solid var(--edge-strong);color:#77828e;background:#fafbfc;border-radius:8px;align-items:center;gap:9px;min-width:0;height:42px;padding:0 12px;display:flex}.shirt-defect-search:focus-within{background:var(--surface);border-color:#697582;box-shadow:0 0 0 3px #2d333c14}.shirt-defect-search input{color:#303943;background:0 0;border:0;outline:0;width:100%;min-width:0;height:40px;padding:0;font-size:13px}.shirt-defect-filter{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.shirt-defect-filter>span{color:var(--text-3);text-transform:uppercase;font-size:9px;font-weight:750}.shirt-defect-filter select,.shirt-defect-editor select,.shirt-defect-editor input,.shirt-defect-editor textarea{border:1px solid var(--edge-strong);color:#303943;background:var(--surface);border-radius:8px;outline:none;width:100%;min-width:0;font-size:13px}.shirt-defect-filter select,.shirt-defect-editor select,.shirt-defect-editor input{height:42px;padding:0 11px}.shirt-defect-filter select:focus,.shirt-defect-editor select:focus,.shirt-defect-editor input:focus,.shirt-defect-editor textarea:focus{border-color:#697582;box-shadow:0 0 0 3px #2d333c14}.shirt-defect-error{color:var(--stop);background:var(--stop-soft);border:1px solid #e2c9c2;border-radius:8px;margin-bottom:12px;padding:11px 13px;font-size:12px}.shirt-defect-list{flex-direction:column;gap:9px;display:flex}.shirt-defect-card{border:1px solid var(--edge);background:var(--surface);border-radius:11px;overflow:hidden}.shirt-defect-card-main{grid-template-columns:155px minmax(300px,1fr) 150px auto;align-items:center;gap:16px;min-height:112px;padding:14px;display:grid}.shirt-defect-sku{background:#f5f7f9;border-radius:8px;flex-direction:column;justify-content:center;align-self:stretch;gap:4px;padding:12px;display:flex}.shirt-defect-sku>span{color:var(--text-3);letter-spacing:.1em;font-size:8px;font-weight:800}.shirt-defect-sku strong{overflow-wrap:anywhere;color:#303944;font-size:16px;font-weight:700}.shirt-defect-sku small{color:#765446;font-size:10px;font-weight:650}.shirt-defect-copy{flex-direction:column;gap:7px;min-width:0;display:flex}.shirt-defect-copy>div{align-items:baseline;gap:8px;display:flex}.shirt-defect-copy>div strong{color:#35404b;font-size:14px;font-weight:700}.shirt-defect-copy>div span{color:var(--text-3);font-size:10px}.shirt-defect-copy p{color:#4e5965;margin:0;font-size:13px;line-height:1.45}.shirt-defect-copy>small{color:var(--text-3);font-size:10px}.shirt-defect-copy>small a{color:#315f8f;font-weight:650}.shirt-defect-state{flex-direction:column;align-items:flex-start;gap:5px;min-width:0;display:flex}.shirt-defect-status{color:#646d77;background:#edf0f3;border-radius:5px;padding:5px 8px;font-size:9px;font-weight:750}.shirt-defect-status.submitted_to_factory{color:#7d5b21;background:var(--warn-soft)}.shirt-defect-status.credit_received{color:#477159;background:#edf6f0}.shirt-defect-status.rejected{color:var(--stop);background:var(--stop-soft)}.shirt-defect-state small{color:var(--text-3);text-transform:capitalize;font-size:9px}.shirt-defect-state strong{color:#477159;font-size:12px}.shirt-defect-card-main>.secondary-button{min-height:36px;padding:0 12px}.shirt-defect-editor{border-top:1px solid var(--edge);background:#f8f9fa;grid-template-columns:190px minmax(220px,.9fr) minmax(230px,.8fr) minmax(280px,1.4fr) auto;align-items:end;gap:10px;padding:14px;display:grid}.shirt-defect-editor label{flex-direction:column;gap:6px;min-width:0;display:flex}.shirt-defect-editor label>span{color:#626d78;letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:750}.shirt-defect-editor textarea{resize:vertical;min-height:74px;padding:10px 11px}.shirt-defect-credit-field>div{grid-template-columns:24px minmax(0,1fr) 58px;align-items:center;display:grid}.shirt-defect-credit-field b{border:1px solid var(--edge-strong);color:#74808b;border-right:0;border-radius:8px 0 0 8px;place-items:center;height:42px;font-size:12px;display:grid}.shirt-defect-credit-field input:first-of-type{border-radius:0}.shirt-defect-credit-field input:last-child{text-align:center;border-left:0;border-radius:0 8px 8px 0;padding:0 6px}.shirt-defect-editor-actions{justify-content:flex-end;align-items:center;gap:7px;display:flex}.shirt-defect-empty{border:1px dashed var(--edge-strong);min-height:220px;color:var(--text-3);text-align:center;background:#ffffff73;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.shirt-defect-empty strong{color:#4d5863;font-size:14px}.shirt-defect-empty span{max-width:460px;font-size:11px;line-height:1.45}@media (max-width:1120px){.shirt-defect-card-main{grid-template-columns:145px minmax(260px,1fr) 140px}.shirt-defect-card-main>.secondary-button{grid-column:3;justify-self:start}.shirt-defect-editor{grid-template-columns:repeat(2,minmax(0,1fr))}.shirt-defect-notes-field,.shirt-defect-editor-actions{grid-column:1/-1}}@media (max-width:720px){.shirt-defects-page{padding:25px 12px 60px}.shirt-defects-head{flex-direction:column;align-items:flex-start}.shirt-defect-metrics,.shirt-defect-toolbar{grid-template-columns:1fr}.shirt-defect-card-main{grid-template-columns:1fr;align-items:start}.shirt-defect-card-main>.secondary-button{grid-column:1}.shirt-defect-editor{grid-template-columns:1fr}.shirt-defect-notes-field,.shirt-defect-editor-actions{grid-column:1}.shirt-defect-editor-actions{justify-content:stretch}.shirt-defect-editor-actions button{flex:1}}@media (max-width:860px){.customer-connection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.customer-connections-page{padding:25px 12px 60px}.customer-connections-head{flex-direction:column}.connection-refresh{text-align:left;justify-content:flex-start;max-width:none}.connection-search-card{padding:16px}.connection-search-row{grid-template-columns:auto minmax(0,1fr);height:auto}.connection-search-row button{grid-column:1/-1;width:100%}.connection-summary{grid-template-columns:1fr}.connection-summary span{border-left:0;border-top:1px solid var(--edge);min-height:48px}.connection-summary span:first-child{border-top:0}.identity-grid,.customer-connection-grid{grid-template-columns:1fr}}.pickups-page{width:100%;max-width:1420px;margin:0 auto;padding:38px clamp(20px,4vw,56px) 80px}.pickups-head{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.pickups-head h1{letter-spacing:-.03em;margin:5px 0;font-size:32px;font-weight:650;line-height:1.1}.pickups-head p{color:var(--text-2);margin:0;font-size:13px}.pickups-head-actions{gap:8px;display:flex}.pickup-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:24px 0 14px;display:grid}.pickup-metrics>div{border:1px solid var(--edge);color:#65717e;background:var(--surface);border-radius:10px;align-items:center;gap:12px;min-height:84px;padding:14px 16px;display:flex}.pickup-metrics>div>svg{color:#456b76;background:#e9f3f5;border-radius:8px;width:34px;height:34px;padding:8px}.pickup-metrics span{color:var(--text-3);letter-spacing:.06em;text-transform:uppercase;flex-direction:column;gap:4px;font-size:10px;font-weight:650;display:flex}.pickup-metrics strong{color:#35404b;letter-spacing:-.02em;text-transform:none;font-size:22px;font-weight:650}.pickup-toolbar{border:1px solid var(--edge);background:var(--surface);border-radius:10px;grid-template-columns:minmax(260px,1fr) 190px;gap:8px;min-height:58px;margin-bottom:12px;padding:8px;display:grid}.pickup-search{border:1px solid var(--edge-strong);color:#77828e;background:#fafbfc;border-radius:8px;align-items:center;gap:9px;min-width:0;height:42px;padding:0 12px;display:flex}.pickup-search:focus-within{background:var(--surface);border-color:#697582;box-shadow:0 0 0 3px #2d333c14}.pickup-search input{color:#303943;background:0 0;border:0;outline:0;width:100%;min-width:0;height:40px;padding:0;font-size:13px}.pickup-filter{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.pickup-filter>span{color:var(--text-3);text-transform:uppercase;font-size:9px;font-weight:750}.pickup-filter select,.pickup-fields select,.pickup-fields input,.pickup-fields textarea{border:1px solid var(--edge-strong);color:#303943;background:var(--surface);width:100%;min-width:0;font:inherit;border-radius:8px;outline:none;font-size:13px}.pickup-filter select,.pickup-fields select,.pickup-fields input{height:42px;padding:0 11px}.pickup-filter select:focus,.pickup-fields select:focus,.pickup-fields input:focus,.pickup-fields textarea:focus{border-color:#697582;box-shadow:0 0 0 3px #2d333c14}.pickup-error{color:var(--stop);background:var(--stop-soft);border:1px solid #e2c9c2;border-radius:8px;margin-bottom:12px;padding:11px 13px;font-size:12px}.pickup-list{flex-direction:column;gap:9px;display:flex}.pickup-card{border:1px solid var(--edge);background:var(--surface);border-radius:11px;overflow:hidden}.pickup-card-main{grid-template-columns:140px minmax(320px,1fr) 150px auto;align-items:center;gap:16px;min-height:132px;padding:14px;display:grid}.pickup-order{background:#f5f7f9;border-radius:8px;flex-direction:column;justify-content:center;align-self:stretch;gap:4px;padding:12px;display:flex}.pickup-order>span{color:var(--text-3);letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:800}.pickup-order strong{overflow-wrap:anywhere;color:#303944;font-size:16px;font-weight:700}.pickup-order small{color:#456b76;font-size:10px;font-weight:650}.pickup-copy{flex-direction:column;gap:6px;min-width:0;display:flex}.pickup-customer{justify-content:space-between;align-items:center;gap:12px;display:flex}.pickup-customer strong{color:#35404b;font-size:14px}.pickup-customer a,.pickup-state a{color:#315f8f;align-items:center;gap:4px;font-size:10px;font-weight:650;display:inline-flex}.pickup-address{color:#65717c;align-items:flex-start;gap:5px;font-size:11px;line-height:1.4;display:flex}.pickup-address svg{flex:none;margin-top:1px}.pickup-copy p{color:#4e5965;margin:0;font-size:12px;line-height:1.45}.pickup-copy p b{color:#39444f}.pickup-copy>small{color:var(--text-3);font-size:9px}.pickup-state{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.pickup-status{color:#785721;background:var(--warn-soft);border-radius:5px;padding:5px 8px;font-size:9px;font-weight:750}.pickup-status.scheduled{color:#315f8f;background:#eaf2fa}.pickup-status.picked_up{color:#477159;background:#edf6f0}.pickup-status.cancelled{color:var(--stop);background:var(--stop-soft)}.pickup-state small{color:var(--text-3);font-size:9px}.pickup-card-main>.secondary-button{min-height:36px;padding:0 12px}.pickup-create-panel,.pickup-editor{border:1px solid var(--edge);background:#f8f9fa;border-radius:11px;margin-bottom:12px;padding:16px}.pickup-editor{border-width:1px 0 0;border-radius:0;margin-bottom:0}.pickup-panel-title{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.pickup-panel-title>div{flex-direction:column;gap:3px;display:flex}.pickup-panel-title strong{color:#35404b;font-size:14px}.pickup-panel-title span{color:var(--text-3);font-size:10px}.pickup-panel-title button{color:#6f7a85;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.pickup-panel-title button:hover{background:#eceff2}.pickup-fields{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.pickup-fields label{flex-direction:column;gap:6px;min-width:0;display:flex}.pickup-fields label>span{color:#626d78;letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:750}.pickup-fields textarea{resize:vertical;min-height:78px;padding:10px 11px}.pickup-address1{grid-column:span 2}.pickup-items,.pickup-instructions{grid-column:span 3}.pickup-form-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.pickup-empty{border:1px dashed var(--edge-strong);min-height:220px;color:var(--text-3);text-align:center;background:#ffffff73;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.pickup-empty strong{color:#4d5863;font-size:14px}.pickup-empty span{max-width:480px;font-size:11px;line-height:1.45}@media (max-width:1120px){.pickup-card-main{grid-template-columns:130px minmax(280px,1fr) 140px}.pickup-card-main>.secondary-button{grid-column:3;justify-self:start}.pickup-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.pickups-page{padding:25px 12px 60px}.pickups-head{flex-direction:column;align-items:flex-start}.pickups-head-actions{width:100%}.pickups-head-actions button{flex:1}.pickup-metrics,.pickup-toolbar,.pickup-card-main,.pickup-fields{grid-template-columns:1fr}.pickup-card-main{align-items:start}.pickup-card-main>.secondary-button,.pickup-address1,.pickup-items,.pickup-instructions{grid-column:1}.pickup-form-actions button{flex:1}}.monsey-report-page{flex-direction:column;gap:14px;width:100%;max-width:1480px;margin:0 auto;padding:38px clamp(20px,4vw,56px) 80px;display:flex}.monsey-report-head{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.monsey-report-head h1{letter-spacing:-.03em;margin:5px 0;font-size:32px;font-weight:650;line-height:1.1}.monsey-report-head p{color:var(--text-2);margin:0;font-size:13px}.monsey-report-actions{align-items:center;gap:8px;display:flex}.monsey-report-actions .disabled{pointer-events:none;opacity:.55}.monsey-period-card{border:1px solid var(--edge);background:var(--surface);border-radius:11px;justify-content:space-between;align-items:flex-end;gap:22px;padding:14px 15px;display:flex}.monsey-period-card form{align-items:flex-end;gap:9px;display:flex}.monsey-period-card label,.monsey-settings-grid label{flex-direction:column;gap:6px;min-width:0;display:flex}.monsey-period-card label>span,.monsey-settings-grid label>span{color:#626d78;letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:750}.monsey-period-card input,.monsey-settings-grid input,.monsey-settings-grid select{border:1px solid var(--edge-strong);color:#303943;background:var(--surface);border-radius:8px;outline:none;min-width:0;height:40px;padding:0 11px;font-size:13px}.monsey-period-card input:focus,.monsey-settings-grid input:focus,.monsey-settings-grid select:focus{border-color:#697582;box-shadow:0 0 0 3px #2d333c14}.monsey-period-card p{max-width:560px;color:var(--text-3);text-align:right;margin:0;font-size:10px;line-height:1.45}.monsey-report-message{border:1px solid var(--edge);border-radius:8px;align-items:center;gap:8px;padding:11px 13px;font-size:12px;display:flex}.monsey-report-message.error{color:var(--stop);background:var(--stop-soft);border-color:#e2c9c2}.monsey-settings-card{background:#fdfaf3;border:1px solid #dfd3b8;border-radius:11px;padding:15px}.monsey-settings-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:13px;display:flex}.monsey-settings-head>div{color:#4d5660;align-items:center;gap:8px;display:flex}.monsey-settings-head strong{font-size:13px}.monsey-settings-head>span{color:#82745a;font-size:10px}.monsey-settings-grid{grid-template-columns:minmax(160px,.7fr) minmax(150px,.65fr) minmax(290px,1.4fr) minmax(150px,.65fr);gap:9px;display:grid}.percent-input{grid-template-columns:minmax(0,1fr) 34px;align-items:center;display:grid}.percent-input input{border-radius:8px 0 0 8px}.percent-input b{border:1px solid var(--edge-strong);height:40px;color:var(--text-3);background:var(--surface);border-left:0;border-radius:0 8px 8px 0;place-items:center;font-size:12px;display:grid}.monsey-settings-note{color:#725f35;background:#fff4d6;border-radius:8px;align-items:flex-start;gap:8px;margin-top:11px;padding:10px 11px;font-size:11px;line-height:1.45;display:flex}.monsey-settings-note svg{flex:none;margin-top:1px}.monsey-settings-foot{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.monsey-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.monsey-metrics article{border:1px solid var(--edge);background:var(--surface);border-radius:10px;flex-direction:column;min-width:0;min-height:108px;padding:14px;display:flex}.monsey-metrics article.commission.due{background:#f2f8f4;border-color:#bdd3c5}.monsey-metrics article.commission.pending{background:#fdfaf3;border-color:#dfd3b8}.monsey-metrics span{color:#68717c;font-size:10px;font-weight:650}.monsey-metrics strong{color:#353e49;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;margin:12px 0 4px;font-size:clamp(18px,1.8vw,23px);font-weight:650;overflow:hidden}.monsey-metrics small{color:#7a838c;margin-top:auto;font-size:9px;line-height:1.35}.monsey-definition-card{border:1px solid var(--edge);background:#f7f9fa;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:12px 14px;display:grid}.monsey-definition-card>div{flex-direction:column;gap:4px;min-width:0;display:flex}.monsey-definition-card strong{color:#4c5661;font-size:10px}.monsey-definition-card span{color:#737d87;font-size:9px;line-height:1.4}.monsey-definition-card code{color:#43566a;background:#e8edf2;border-radius:4px;padding:1px 4px;font-size:9px}.monsey-report-section{border:1px solid var(--edge);background:var(--surface);border-radius:11px;overflow:hidden}.monsey-section-head{border-bottom:1px solid var(--edge);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 14px;display:flex}.monsey-section-head h2{color:#37414c;margin:0 0 3px;font-size:14px;font-weight:700}.monsey-section-head p{color:var(--text-3);margin:0;font-size:10px}.monsey-section-head>span{color:#68727d;background:#edf0f3;border-radius:7px;padding:4px 7px;font-size:9px;font-weight:700}.monsey-table-scroll{overflow-x:auto}.monsey-report-table{border-collapse:collapse;color:#5a6570;width:100%;font-size:10px}.monsey-report-table th{border-bottom:1px solid var(--edge);color:#818a94;letter-spacing:.06em;text-align:left;text-transform:uppercase;white-space:nowrap;background:#fafbfc;height:36px;padding:7px 10px;font-size:8px;font-weight:750}.monsey-report-table td{vertical-align:middle;border-top:1px solid #edf0f2;min-height:48px;padding:9px 10px}.monsey-report-table tbody tr:first-child td{border-top:0}.monsey-report-table tbody tr:hover{background:#fafbfc}.monsey-report-table.daily{min-width:850px}.monsey-report-table.orders{min-width:1260px}.monsey-report-table td:nth-last-child(-n+5),.monsey-report-table.daily th:nth-last-child(-n+4){text-align:right}.monsey-report-table.orders td:nth-child(6),.monsey-report-table.orders td:nth-child(7),.monsey-report-table.orders td:nth-child(8){text-align:right;white-space:nowrap}.monsey-report-table.orders td:first-child,.monsey-report-table.orders td:nth-child(5),.monsey-report-table.orders td:nth-child(7),.monsey-report-table.orders td:nth-child(9){min-width:90px}.monsey-report-table td>strong,.monsey-report-table td>small{display:block}.monsey-report-table td>strong{color:#3b4550;font-size:11px}.monsey-report-table td>small{color:#87909a;text-overflow:ellipsis;white-space:nowrap;max-width:260px;margin-top:3px;font-size:8px;overflow:hidden}.monsey-report-table td>a{color:#52718f;place-items:center;display:grid}.monsey-report-table td.empty{height:100px;color:var(--text-3);text-align:center!important}@media (max-width:1160px){.monsey-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.monsey-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.monsey-report-page{padding:25px 12px 60px}.monsey-report-head{flex-direction:column;align-items:flex-start}.monsey-report-actions{width:100%}.monsey-report-actions>*{flex:1}.monsey-period-card,.monsey-period-card form{flex-direction:column;align-items:stretch}.monsey-period-card p{text-align:left;max-width:none}.monsey-settings-grid,.monsey-definition-card{grid-template-columns:1fr}.monsey-settings-head{flex-direction:column;align-items:flex-start}.monsey-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:460px){.monsey-report-actions{flex-direction:column;align-items:stretch}.monsey-metrics{grid-template-columns:1fr}}
