:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-primary:#0b57d0;--color-primary-strong:#214f82;--color-primary-soft:#eaf2ff;--color-secondary:#17212d;--color-muted:#5f6368;--color-accent:#3c4043;--color-accent-strong:#202124;--color-success:#18794e;--color-warning:#3c4043;--color-danger:#b3261e;--color-info:#0b57d0;--color-background:#fff;--color-canvas:#f8fafd;--color-bg:#f8fafd;--color-surface:#fff;--color-surface-muted:#eef3f8;--color-surface-subtle:#f8fafd;--color-foreground:#202124;--color-text:#202124;--color-secondary-text:#5f6368;--color-text-muted:#5f6368;--color-border:#dadce0;--color-border-strong:#bdc1c6;--color-border-soft:#e8edf2;--color-primary-dark:#071f39;--font-sans:"Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;--font-heading:"Segoe UI Variable Display", "Segoe UI", Tahoma, Arial, sans-serif;--font-mono:"Cascadia Mono", "SFMono-Regular", Consolas, monospace;--shadow-soft:0 1px 2px #214f8214;--shadow-card:0 16px 40px #214f8217;--shadow-floating:0 24px 64px #142b492e;--shadow-focus:0 0 0 4px #0b57d029;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem}@layer base{html{background:var(--color-canvas);scroll-behavior:smooth}body{background:radial-gradient(circle at 12% -8%, #0b57d014, transparent 28rem), var(--color-canvas);min-width:320px;color:var(--color-foreground);font-family:var(--font-sans)}:where(a,button,input,select,textarea):focus-visible{outline-offset:3px;outline:3px solid #0b57d0b8}::selection{color:#102d4d;background:#3c40435c}}.support-tickets-page,.support-ticket-create,.support-ticket-detail{width:min(1180px,100%);margin-inline:auto}.support-ticket-filters{margin-bottom:18px}.support-ticket-filters form{grid-template-columns:minmax(260px,1fr) minmax(190px,240px) auto;align-items:center;gap:12px;display:grid}.support-ticket-search{align-items:center;display:flex;position:relative}.support-ticket-search>svg{z-index:1;color:#5f6368;position:absolute;left:14px}.support-ticket-search input{padding-left:40px}.support-ticket-ledger{background:#fff;border:1px solid #e1e6ef;border-radius:18px;overflow:hidden;box-shadow:0 1px 2px #3c404314}.support-ticket-row{color:#202124;border-bottom:1px solid #edf0f5;grid-template-columns:5px minmax(0,1fr);min-height:92px;text-decoration:none;transition:background-color .16s,transform .16s;display:grid}.support-ticket-row:last-child{border-bottom:0}.support-ticket-row:hover{background:#f8faff}.support-ticket-row:focus-visible{outline-offset:-3px;outline:3px solid #0b57d040}.support-ticket-row__state{background:#0b57d0}.support-ticket-row__state.is-resolved,.support-ticket-row__state.is-closed{background:#1e8e3e}.support-ticket-row__state.is-waiting_requester{background:#f9ab00}.support-ticket-row__state.is-cancelled{background:#9aa0a6}.support-ticket-row__main{grid-template-columns:minmax(0,1fr) minmax(220px,auto);align-items:center;gap:24px;padding:18px 22px;display:grid}.support-ticket-row__main>span{gap:5px;min-width:0;display:grid}.support-ticket-row__main strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.support-ticket-row__main small{color:#6b7280;font-size:12px}.support-ticket-row__meta{text-align:right}.support-ticket-row__meta em{color:#0b57d0;font-size:13px;font-style:normal;font-weight:700}.support-ticket-load-more{justify-content:center;padding:20px;display:flex}.support-ticket-loading{color:#5f6368;place-items:center;min-height:140px;display:grid}.support-ticket-back,.support-ticket-detail__toolbar a{color:#0b57d0;align-items:center;gap:7px;font-weight:650;text-decoration:none;display:inline-flex}.support-ticket-create>header{max-width:720px;margin:26px 0 28px}.support-ticket-create>header h1{color:#202124;letter-spacing:-.035em;margin:7px 0 8px;font-size:clamp(28px,4vw,42px)}.support-ticket-create>header p{color:#5f6368;margin:0;line-height:1.65}.support-ticket-create>.customer-card{max-width:820px;padding:clamp(22px,4vw,38px)}.support-ticket-form{grid-template-columns:1fr 220px;gap:22px;display:grid}.support-ticket-form>:nth-child(n+3){grid-column:1/-1}.support-ticket-form__actions{align-items:center;gap:16px;display:flex}.support-ticket-form__actions a{color:#5f6368;text-decoration:none}.support-ticket-file{color:#3c4043;cursor:pointer;background:#fafbff;border:1px dashed #aeb8c7;border-radius:14px;align-items:center;gap:12px;min-height:78px;padding:15px 18px;display:flex}.support-ticket-file>svg{color:#0b57d0;width:22px;height:22px}.support-ticket-file>span{gap:3px;display:grid}.support-ticket-file small{color:#6b7280}.support-ticket-file input{max-width:220px;margin-left:auto}.support-ticket-file.is-compact{min-height:48px;padding:10px 12px}.support-ticket-file.is-compact input{max-width:155px}.support-ticket-file-count{color:#5f6368;margin:-12px 0 0;font-size:13px}.support-ticket-detail__toolbar{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.support-ticket-detail__header{background:linear-gradient(135deg,#fff 0%,#f6f9ff 100%);border:1px solid #e1e6ef;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;gap:36px;margin-bottom:18px;padding:clamp(24px,4vw,40px);display:grid}.support-ticket-detail__header h1{color:#202124;letter-spacing:-.035em;margin:8px 0 12px;font-size:clamp(25px,4vw,38px)}.support-ticket-detail__header p{color:#4f5661;white-space:pre-wrap;max-width:760px;margin:0;line-height:1.7}.support-ticket-detail__header aside{flex-direction:column;align-items:flex-end;gap:10px;min-width:180px;display:flex}.support-ticket-detail__header aside small{color:#6b7280}.support-ticket-detail__grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);align-items:start;gap:22px;margin-top:18px;display:grid}.support-ticket-thread{background:#fff;border:1px solid #e1e6ef;border-radius:22px;padding:clamp(22px,4vw,34px);position:relative;overflow:hidden}.support-ticket-thread>header{justify-content:space-between;align-items:end;gap:20px;padding-bottom:26px;display:flex}.support-ticket-thread>header h2{color:#202124;margin:5px 0 0;font-size:24px}.support-ticket-thread>header>span{color:#6b7280;font-size:12px}.support-ticket-thread__item{grid-template-columns:24px minmax(0,1fr);gap:14px;padding-bottom:26px;display:grid;position:relative}.support-ticket-thread__item:before{content:"";background:#d9e5fb;width:2px;position:absolute;top:18px;bottom:-2px;left:7px}.support-ticket-thread__item:last-of-type:before{display:none}.support-ticket-thread__node{z-index:1;background:#0b57d0;border:4px solid #dbe8ff;border-radius:50%;width:16px;height:16px;margin-top:4px;position:relative;box-shadow:0 0 0 3px #fff}.support-ticket-thread__item.is-support .support-ticket-thread__node{background:#d28b00;border-color:#fff1c9}.support-ticket-thread__item>div{background:#fafbff;border:1px solid #e8ebf0;border-radius:4px 16px 16px;padding:15px 18px}.support-ticket-thread__item.is-support>div{background:#fffdf6}.support-ticket-thread__item header{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.support-ticket-thread__item header strong{color:#202124}.support-ticket-thread__item time{color:#6b7280;font-size:12px}.support-ticket-thread__item p{color:#3c4043;white-space:pre-wrap;margin:0;line-height:1.65}.support-ticket-thread__waiting{color:#6b7280;margin-left:38px;font-size:13px}.support-ticket-attachments{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.support-ticket-attachments button{color:#0b57d0;cursor:pointer;background:#fff;border:1px solid #d5dcea;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;display:inline-flex}.support-ticket-side{gap:16px;display:grid}.support-ticket-side .customer-card{padding:22px}.support-ticket-reply{gap:14px;display:grid}.support-ticket-rating{color:#3c4043;gap:8px;font-weight:650;display:grid}.support-ticket-rating>span:last-child{gap:2px;display:flex}.support-ticket-rating button{color:#bdc1c6;cursor:pointer;background:0 0;border:0;padding:3px}.support-ticket-rating button.is-active{color:#f9ab00}.support-ticket-rating svg{fill:currentColor;width:24px;height:24px}@media (max-width:900px){.support-ticket-detail__grid{grid-template-columns:1fr}.support-ticket-side{grid-template-columns:repeat(2,minmax(0,1fr))}.support-ticket-side>:first-child:last-child{grid-column:1/-1}}@media (max-width:680px){.support-ticket-filters form,.support-ticket-form,.support-ticket-detail__header,.support-ticket-row__main,.support-ticket-side{grid-template-columns:1fr}.support-ticket-row__main{gap:10px;padding:15px}.support-ticket-row__meta{text-align:left}.support-ticket-detail__header{gap:20px;padding:22px}.support-ticket-detail__header aside{align-items:flex-start}.support-ticket-thread{padding:20px 16px}.support-ticket-thread__item{gap:8px}.support-ticket-thread__item>div{padding:13px}.support-ticket-thread__item header{display:grid}.support-ticket-file{flex-wrap:wrap;align-items:flex-start}.support-ticket-file input{width:100%;max-width:none;margin-left:34px}}.customer-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.customer-route-loading,.customer-module-error{align-content:center;min-height:52vh}.customer-route-loading{color:var(--color-secondary-text);justify-items:center}.customer-route-loading strong{color:var(--color-foreground);font-size:1rem}@media (prefers-contrast:more){.customer-card,.customer-button,.customer-input,.customer-select,.customer-textarea{border-color:currentColor}}@media (forced-colors:active){:where(a,button,input,select,textarea):focus-visible{outline:3px solid highlight}}.customer-policy-links{color:var(--color-muted);flex-wrap:wrap;align-items:center;gap:.55rem 1rem;font-size:.9rem;display:flex}.customer-policy-links a{color:var(--color-primary);text-underline-offset:.2em;font-weight:700}.customer-policy-links--compact{justify-content:center;font-size:.82rem}.customer-shell__footer{width:min(1180px,100% - 2rem);color:var(--color-muted);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1rem 0 1.5rem;font-size:.84rem;display:flex}.customer-release-state{background:linear-gradient(135deg, color-mix(in srgb, var(--color-primary-dark) 94%, transparent), color-mix(in srgb, var(--color-primary) 82%, transparent)), var(--color-primary-dark);place-items:center;min-height:100vh;padding:clamp(1rem,4vw,3rem);display:grid}.customer-release-state__card{border:1px solid color-mix(in srgb, var(--color-primary) 18%, white);border-radius:var(--radius-xl);background:var(--color-surface);width:min(100%,640px);box-shadow:var(--shadow-floating);text-align:center;justify-items:center;gap:1rem;padding:clamp(1.5rem,5vw,3rem);display:grid}.customer-release-state__card h1,.customer-policy-page__header h1{color:var(--color-foreground);font-family:var(--font-heading);letter-spacing:-.045em;margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1.04}.customer-release-state__card p,.customer-policy-page__header p,.customer-policy-page__support p{color:var(--color-muted);margin:0;line-height:1.7}.customer-release-state__card>small{color:var(--color-muted);font-family:var(--font-mono)}.customer-release-state__icon{background:var(--color-primary-soft);width:4rem;height:4rem;color:var(--color-primary);border-radius:50%;place-items:center;font-size:2rem;display:grid}.customer-policy-page{width:min(1120px,100% - 2rem);margin:0 auto;padding:clamp(1.25rem,4vw,3rem) 0}.customer-policy-page__header{gap:1rem;max-width:760px;margin-bottom:2rem;display:grid}.customer-policy-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.customer-policy-page__grid p{color:var(--color-muted);margin:0;line-height:1.65}.customer-policy-page__support{border-left:.3rem solid var(--color-accent);border-radius:0 var(--radius-lg) var(--radius-lg) 0;background:var(--color-surface-muted);margin-top:1rem;padding:clamp(1.25rem,3vw,2rem)}.customer-policy-page__support h2{font-family:var(--font-heading);margin:0 0 .5rem}.customer-policy-page__support a{color:var(--color-primary);margin-top:.8rem;font-weight:750;display:inline-block}.customer-policy-page__footer{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.customer-policy-page__footer>a{color:var(--color-primary);font-weight:750}@media (max-width:780px){.customer-policy-page__grid{grid-template-columns:1fr}.customer-policy-page__footer,.customer-shell__footer{flex-direction:column;align-items:flex-start}.customer-policy-links--compact{justify-content:flex-start}.customer-shell__footer{padding-bottom:6.5rem}}.customer-quotations,.customer-quotation-create,.customer-quotation-detail{gap:24px;display:grid}.customer-quotation-filters{grid-template-columns:minmax(190px,1.25fr) minmax(165px,.8fr) minmax(160px,.8fr) minmax(140px,.65fr) minmax(140px,.65fr) auto;align-items:end;gap:12px;display:grid}.customer-quotation-ledger{border:1px solid var(--color-border);box-shadow:var(--shadow-card);background:#fff;border-radius:24px 24px 24px 7px;overflow:hidden}.customer-quotation-ledger>header{border-bottom:1px solid var(--color-border-soft);background:linear-gradient(90deg,#214f8217,#0000 62%),#fbfcfe;justify-content:space-between;align-items:center;gap:20px;min-height:84px;padding:18px 24px;display:flex}.customer-quotation-ledger>header h2{color:var(--color-foreground);margin:4px 0 0;font-size:1.15rem}.customer-quotation-ledger>header>span{color:var(--color-secondary-text);font-family:var(--font-mono);font-size:.72rem}.customer-quotation-list{margin:0;padding:0;list-style:none}.customer-quotation-list>li+li{border-top:1px solid var(--color-border-soft)}.customer-quotation-row{min-height:126px;color:inherit;grid-template-columns:82px minmax(185px,1.1fr) minmax(180px,.9fr) minmax(180px,.8fr) auto;align-items:center;gap:22px;padding:0 24px 0 0;text-decoration:none;transition:background .15s,transform .15s;display:grid}.customer-quotation-row:hover{background:#f7faff;transform:translate(2px)}.customer-quotation-row__version,.customer-quotation-document__spine{color:#fff;border-right:5px solid var(--color-accent);background:linear-gradient(#214f82,#0b315c);align-content:center;align-self:stretch;justify-items:center;gap:2px;display:grid}.customer-quotation-row__version small,.customer-quotation-document__spine small{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;opacity:.72;font-size:.58rem}.customer-quotation-row__version strong{font-family:var(--font-mono);font-size:1.55rem}.customer-quotation-row__identity,.customer-quotation-row__validity,.customer-quotation-row__amount{gap:5px;min-width:0;display:grid}.customer-quotation-row__identity>span,.customer-quotation-row__validity>small,.customer-quotation-row__amount>small{color:var(--color-primary);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:.66rem;font-weight:800}.customer-quotation-row__identity strong{color:var(--color-foreground);font-size:.95rem}.customer-quotation-row__identity small{color:var(--color-secondary-text);font-size:.72rem}.customer-quotation-row__validity strong{color:var(--color-foreground);font-size:.82rem}.customer-quotation-row__validity .customer-status{width:-moz-fit-content;width:fit-content}.customer-quotation-row__amount{text-align:right;justify-items:end}.customer-quotation-row__amount strong{color:var(--color-foreground);font-family:var(--font-heading);font-size:1.18rem}.customer-quotation-row>svg{color:var(--color-primary);font-size:1.25rem}.customer-inline-errors{margin:4px 0 0;padding-left:18px}.customer-quotation-editor{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:20px;display:grid}.customer-quotation-editor>main{gap:18px;display:grid}.customer-quotation-lines{gap:10px;display:grid}.customer-quotation-lines article{border:1px solid var(--color-border-soft);opacity:.7;background:#f8fafc;border-radius:15px;grid-template-columns:52px minmax(200px,1fr) 110px 150px minmax(135px,auto);align-items:end;gap:12px;padding:15px;display:grid}.customer-quotation-lines article.is-selected{opacity:1;background:#fff;border-color:#0b57d052;box-shadow:0 8px 22px #214f820f}.customer-quotation-line__select{color:var(--color-primary);font-family:var(--font-mono);align-content:center;align-self:stretch;justify-items:center;gap:7px;font-size:.72rem;font-weight:800;display:grid}.customer-quotation-line__description{align-self:center;gap:4px;display:grid}.customer-quotation-line__description strong{color:var(--color-foreground);font-size:.82rem}.customer-quotation-line__description small{color:var(--color-secondary-text);font-family:var(--font-mono);font-size:.63rem}.customer-quotation-line__total{color:var(--color-foreground);font-family:var(--font-heading);text-align:right;align-self:center;font-size:.92rem}.customer-quotation-lines article>.customer-field:last-child{grid-column:2/-1}.customer-quotation-conditions{grid-template-columns:minmax(170px,.35fr) minmax(260px,1fr);align-items:start;gap:18px;display:grid}.customer-quotation-supports{align-items:center;gap:12px;margin-top:18px;display:flex}.customer-quotation-supports input{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.customer-quotation-supports small{color:var(--color-secondary-text);font-size:.7rem}.customer-quotation-totals{color:#fff;background:radial-gradient(circle at 100% 0,#3c404347,#0000 13rem),linear-gradient(145deg,#214f82,#0b315c);border-radius:20px 20px 20px 6px;gap:10px;padding:24px;display:grid;position:sticky;top:94px;box-shadow:0 20px 46px #142b4933}.customer-quotation-totals .customer-eyebrow{color:#f1f3f4}.customer-quotation-totals>strong{font-family:var(--font-mono);font-size:1.2rem}.customer-quotation-totals>small,.customer-quotation-totals>p{color:#ffffffb8;margin:0;font-size:.72rem;line-height:1.55}.customer-quotation-totals dl{gap:0;margin:16px 0;display:grid}.customer-quotation-totals dl>div{border-bottom:1px solid #ffffff29;justify-content:space-between;gap:16px;padding:10px 0;display:flex}.customer-quotation-totals dt{color:#ffffffb3;font-size:.72rem}.customer-quotation-totals dd{font-family:var(--font-mono);margin:0;font-size:.76rem}.customer-quotation-totals .is-total{border:0;padding-top:16px}.customer-quotation-totals .is-total dd{color:#f1f3f4;font-size:1.15rem;font-weight:800}.customer-quotation-document{border:1px solid var(--color-border);min-height:184px;box-shadow:var(--shadow-card);background:radial-gradient(circle at 91% 6%,#3c40432e,#0000 16rem),#fff;border-radius:24px 24px 24px 7px;grid-template-columns:104px minmax(0,1fr) minmax(240px,.45fr);align-items:center;gap:28px;padding:0 30px 0 0;display:grid;overflow:hidden}.customer-quotation-document__spine strong{font-family:var(--font-mono);font-size:2.5rem}.customer-quotation-document h1{color:var(--color-foreground);font-family:var(--font-mono);letter-spacing:-.055em;margin:7px 0 4px;font-size:clamp(1.75rem,4.5vw,3.5rem);line-height:1}.customer-quotation-document p{color:var(--color-secondary-text);margin:0;font-size:.8rem}.customer-quotation-document__decision{border-left:1px solid var(--color-border-soft);text-align:right;justify-items:end;gap:7px;padding-left:24px;display:grid}.customer-quotation-document__decision .customer-status{width:-moz-fit-content;width:fit-content}.customer-quotation-document__decision strong{color:var(--color-foreground);font-family:var(--font-heading);font-size:1.6rem}.customer-quotation-document__decision small{color:var(--color-secondary-text);font-size:.68rem}.customer-quotation-detail__grid{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:20px;display:grid}.customer-quotation-detail__grid>main,.customer-quotation-detail__grid>aside{gap:18px;display:grid}.customer-quotation-detail__grid>aside{position:sticky;top:94px}.customer-quotation-table{border:1px solid var(--color-border-soft);border-radius:14px;overflow-x:auto}.customer-quotation-table__header,.customer-quotation-table__row{grid-template-columns:minmax(250px,1fr) 60px 125px 70px 135px;align-items:center;gap:12px;min-width:650px;padding:12px 14px;display:grid}.customer-quotation-table__header{color:var(--color-secondary-text);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;background:#f3f6f9;font-size:.62rem;font-weight:800}.customer-quotation-table__row+.customer-quotation-table__row{border-top:1px solid var(--color-border-soft)}.customer-quotation-table__row>span{color:var(--color-secondary-text);text-align:right;font-size:.72rem}.customer-quotation-table__row>span:first-child{text-align:left;gap:3px;display:grid}.customer-quotation-table__row>span:first-child strong{color:var(--color-foreground);font-size:.78rem}.customer-quotation-table__row>span:first-child small{font-family:var(--font-mono);font-size:.62rem}.customer-quotation-table__row>strong{color:var(--color-foreground);font-family:var(--font-mono);text-align:right;font-size:.75rem}.customer-quotation-notes{background:var(--color-surface-subtle);border-left:4px solid var(--color-accent);border-radius:0 10px 10px 0;gap:6px;margin-top:18px;padding:15px;display:grid}.customer-quotation-notes span{color:var(--color-primary);font-family:var(--font-mono);text-transform:uppercase;font-size:.64rem;font-weight:800}.customer-quotation-notes p{color:var(--color-foreground);white-space:pre-wrap;margin:0;font-size:.78rem;line-height:1.65}.customer-quotation-diff{gap:0;margin:0;display:grid}.customer-quotation-diff>div{border-bottom:1px solid var(--color-border-soft);grid-template-columns:minmax(180px,1fr) 1.5fr;gap:18px;padding:12px 0;display:grid}.customer-quotation-diff dt{color:var(--color-foreground);font-size:.76rem;font-weight:700}.customer-quotation-diff dd{font-family:var(--font-mono);justify-content:flex-end;align-items:center;gap:10px;margin:0;font-size:.68rem;display:flex}.customer-quotation-diff del{color:var(--color-secondary-text)}.customer-quotation-diff ins{color:var(--color-success);font-weight:800;text-decoration:none}.customer-quotation-breakdown>.customer-card__header h2{font-family:var(--font-heading);font-size:1.75rem}.customer-quotation-breakdown dl{margin:0;display:grid}.customer-quotation-breakdown dl>div{border-bottom:1px solid var(--color-border-soft);justify-content:space-between;gap:15px;padding:10px 0;display:flex}.customer-quotation-breakdown dt{color:var(--color-secondary-text);font-size:.72rem}.customer-quotation-breakdown dd{color:var(--color-foreground);font-family:var(--font-mono);margin:0;font-size:.73rem}.customer-quotation-breakdown .is-total{border:0;padding-top:16px}.customer-quotation-breakdown .is-total dd{color:var(--color-primary);font-size:1rem;font-weight:800}.customer-quotation-decision-actions{grid-template-columns:1fr auto;gap:8px;margin-top:18px;display:grid}.customer-quotation-receipt{background:#f0f9f4;border:1px solid #24884f38;border-radius:13px;gap:7px;margin-top:18px;padding:15px;display:grid}.customer-quotation-receipt>strong,.customer-receipt-code{color:var(--color-success);font-family:var(--font-mono);overflow-wrap:anywhere;font-size:.72rem;font-weight:800}.customer-quotation-receipt p,.customer-quotation-receipt blockquote{color:var(--color-secondary-text);margin:0;font-size:.7rem;line-height:1.5}.customer-quotation-receipt blockquote{border-left:2px solid var(--color-success);padding-left:10px}.customer-quotation-history{margin:0;padding:0;list-style:none;display:grid}.customer-quotation-history li+li{border-top:1px solid var(--color-border-soft)}.customer-quotation-history a{color:inherit;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:11px 0;text-decoration:none;display:grid}.customer-quotation-history a>span{width:38px;height:38px;color:var(--color-secondary-text);font-family:var(--font-mono);background:#eef2f6;border-radius:10px;place-items:center;font-size:.68rem;font-weight:800;display:grid}.customer-quotation-history .is-current a>span{color:#fff;background:var(--color-primary)}.customer-quotation-history a>div{gap:2px;min-width:0;display:grid}.customer-quotation-history strong{color:var(--color-foreground);font-family:var(--font-mono);font-size:.7rem}.customer-quotation-history small{color:var(--color-secondary-text);font-size:.62rem}.customer-quotation-history .customer-status{grid-column:2;width:-moz-fit-content;width:fit-content}.customer-decision-confirm{border:1px solid var(--color-border-soft);border-radius:12px;grid-template-columns:repeat(3,1fr);margin:0 0 20px;display:grid}.customer-decision-confirm>div{gap:4px;padding:12px;display:grid}.customer-decision-confirm>div+div{border-left:1px solid var(--color-border-soft)}.customer-decision-confirm>div:last-child{border-top:1px solid var(--color-border-soft);border-left:0;grid-column:1/-1}.customer-decision-confirm dt{color:var(--color-secondary-text);font-family:var(--font-mono);text-transform:uppercase;font-size:.62rem}.customer-decision-confirm dd{color:var(--color-foreground);margin:0;font-size:.75rem;font-weight:700}@media (max-width:1100px){.customer-quotation-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-quotation-editor{grid-template-columns:1fr}.customer-quotation-totals{grid-row:1;position:static}.customer-quotation-totals dl{grid-template-columns:repeat(3,1fr)}.customer-quotation-totals dl>div{border-bottom:0;border-right:1px solid #ffffff29;display:grid}.customer-quotation-detail__grid{grid-template-columns:1fr}.customer-quotation-detail__grid>aside{grid-template-columns:repeat(2,minmax(0,1fr));position:static}}@media (max-width:800px){.customer-quotation-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-quotation-filters>button{width:100%}.customer-quotation-row{grid-template-columns:68px minmax(0,1fr) auto;gap:14px;padding-right:16px}.customer-quotation-row__validity,.customer-quotation-row__amount{text-align:left;grid-column:2;justify-items:start}.customer-quotation-row>svg{grid-area:1/3/4}.customer-quotation-lines article{grid-template-columns:42px minmax(0,1fr) minmax(110px,.5fr)}.customer-quotation-line__description{grid-column:2/-1}.customer-quotation-line__select{grid-row:1/3}.customer-quotation-line__total{text-align:left;grid-column:2/-1}.customer-quotation-document{grid-template-columns:82px minmax(0,1fr);gap:18px;padding-right:20px}.customer-quotation-document__decision{border-top:1px solid var(--color-border-soft);text-align:left;border-left:0;grid-column:2;justify-items:start;padding:16px 0 0}.customer-quotation-detail__grid>aside{grid-template-columns:1fr}}@media (max-width:520px){.customer-quotation-filters,.customer-quotation-conditions,.customer-quotation-totals dl{grid-template-columns:1fr}.customer-quotation-totals dl>div{border-bottom:1px solid #ffffff29;border-right:0;display:flex}.customer-quotation-lines article{grid-template-columns:36px minmax(0,1fr)}.customer-quotation-lines article>.customer-field{grid-column:2}.customer-quotation-document{grid-template-columns:66px minmax(0,1fr)}.customer-quotation-document__spine strong{font-size:1.8rem}.customer-quotation-diff>div{grid-template-columns:1fr;gap:6px}.customer-quotation-diff dd{justify-content:flex-start}.customer-quotation-decision-actions,.customer-decision-confirm{grid-template-columns:1fr}.customer-decision-confirm>div+div{border-top:1px solid var(--color-border-soft);border-left:0}}.customer-skip-link{z-index:1000;color:#fff;background:var(--color-primary-strong);border-radius:var(--radius-md);padding:10px 14px;font-weight:700;text-decoration:none;transition:transform .16s;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.customer-skip-link:focus{transform:translateY(0)}.customer-brand{min-width:0;color:var(--color-foreground);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.customer-brand__mark{background:#fff;border:1px solid #8a68163d;border-radius:14px;flex:none;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 10px 24px #142b4924}.customer-brand__mark img{width:32px;height:32px}.customer-brand__copy{gap:1px;line-height:1;display:grid}.customer-brand__copy strong{color:currentColor;font-family:var(--font-heading);letter-spacing:.04em;font-size:1.125rem;font-weight:800}.customer-brand__copy small{color:var(--color-secondary-text);white-space:nowrap;font-size:.75rem;font-weight:650}.customer-brand--compact .customer-brand__mark{width:38px;height:38px;box-shadow:none;border-radius:12px}.customer-brand--compact .customer-brand__mark img{width:27px;height:27px}.customer-brand--inverted{color:#fff}.customer-brand--inverted .customer-brand__copy small{color:#ffffffb3}.customer-eyebrow{color:var(--color-primary);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:.6875rem;font-weight:700;display:inline-flex}.customer-eyebrow--gold{color:#f1f3f4}.customer-shell{background:0 0;min-height:100dvh}.customer-shell__header{z-index:50;-webkit-backdrop-filter:blur(18px)saturate(1.08);backdrop-filter:blur(18px)saturate(1.08);background:#fffffff0;border-bottom:1px solid #dadce0e6;min-height:70px;position:sticky;top:0;box-shadow:0 8px 30px #214f820d}.customer-shell__header-inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(18px,3vw,40px);width:min(100% - 40px,1240px);min-height:70px;margin:0 auto;display:grid}.customer-shell__desktop-nav{justify-content:center;align-items:center;gap:4px;min-width:0;display:flex}.customer-nav-link{color:#4c5967;border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 12px;font-size:.8125rem;font-weight:650;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.customer-nav-link>span,.customer-mobile-link>span{place-items:center;font-size:1.15rem;display:grid}.customer-nav-link:hover{color:var(--color-primary-strong);background:var(--color-primary-soft)}.customer-nav-link--active{color:var(--color-primary-strong);box-shadow:inset 0 -2px 0 var(--color-primary);background:linear-gradient(#f2f7ff,#e1edff)}.customer-account{position:relative}.customer-account__trigger{min-height:46px;color:var(--color-foreground);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);background:#fff;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:4px 8px 4px 5px;display:grid}.customer-account__trigger:hover{background:#f8fbff;border-color:#b8cff0}.customer-account__avatar{color:#fff;width:34px;height:34px;font-family:var(--font-mono);background:linear-gradient(145deg,#2e659e,#183d67);border:2px solid #fff;border-radius:11px;place-items:center;font-size:.6875rem;font-weight:800;display:grid;box-shadow:0 0 0 1px #b7c9de}.customer-account__identity{text-align:left;gap:2px;min-width:0;display:grid}.customer-account__identity strong,.customer-account__identity small{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.customer-account__identity strong{font-size:.75rem}.customer-account__identity small{color:var(--color-secondary-text);font-size:.6875rem}.customer-account__menu{z-index:60;border:1px solid var(--color-border);width:min(280px,100vw - 28px);box-shadow:var(--shadow-floating);background:#fff;border-radius:16px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.customer-account__menu:before{content:"";border-top:1px solid var(--color-border);border-left:1px solid var(--color-border);background:#fff;width:8px;height:8px;position:absolute;top:-4px;right:24px;transform:rotate(45deg)}.customer-account__menu-heading{border-bottom:1px solid #eef0f2;gap:3px;padding:10px 11px 12px;display:grid}.customer-account__menu-heading span{color:var(--color-secondary-text);font-size:.6875rem}.customer-account__menu-heading strong{font-size:.8125rem}.customer-account__menu a,.customer-account__menu button{color:#344454;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;min-height:42px;padding:0 10px;font-size:.8125rem;font-weight:650;text-decoration:none;display:flex}.customer-account__menu a:hover,.customer-account__menu button:hover{color:var(--color-primary-strong);background:var(--color-primary-soft)}.customer-shell__main{width:min(100% - 40px,1180px);margin:0 auto;padding:clamp(30px,5vw,64px) 0 72px}.customer-shell__mobile-nav{display:none}.customer-page{min-width:0}.customer-home{gap:24px;display:grid}.customer-home__hero{box-shadow:var(--shadow-card);background:linear-gradient(118deg,#fff 0 64%,#eaf2ffeb 64%),#fff;border:1px solid #dbe3ec;border-radius:28px 28px 28px 8px;grid-template-columns:minmax(0,1.5fr) minmax(250px,.55fr);align-items:stretch;gap:clamp(28px,5vw,72px);padding:clamp(28px,5vw,58px);display:grid;position:relative;overflow:hidden}.customer-home__hero:after{content:"";background:linear-gradient(90deg, var(--color-accent), #f1f3f4);width:132px;height:8px;position:absolute;bottom:0;right:0}.customer-home__hero-copy{min-width:0}.customer-home__hero h1{color:#173d67;max-width:13ch;font-family:var(--font-heading);letter-spacing:-.045em;text-wrap:balance;margin:12px 0 16px;font-size:clamp(2.2rem,5vw,4.75rem);font-weight:780;line-height:.96}.customer-home__hero-copy>p{color:#566575;max-width:58ch;margin:0;font-size:clamp(.95rem,1.4vw,1.075rem);line-height:1.65}.customer-home__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.customer-home__hero-signal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffdb;border:1px solid #bdd7ffcc;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-self:end;align-items:center;gap:14px;padding:18px;display:grid;box-shadow:0 18px 36px #214f821f}.customer-home__signal-mark{color:#fff;background:var(--color-success);border-radius:50% 50% 50% 14px;place-items:center;width:44px;height:44px;font-size:1.5rem;display:grid}.customer-home__hero-signal div{gap:3px;min-width:0;display:grid}.customer-home__hero-signal small,.customer-home__hero-signal span{color:var(--color-secondary-text);font-size:.6875rem}.customer-home__hero-signal strong{color:#173d67;font-size:.875rem}.customer-home__foundation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.customer-home__heading{justify-content:space-between;align-items:flex-end;gap:28px;padding:4px 2px 12px;display:flex}.customer-home__heading>div:first-child{min-width:0}.customer-home__heading p{max-width:60ch;color:var(--color-secondary-text);margin:0;line-height:1.6}.customer-home__heading-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:10px;display:flex}.customer-home__heading--loading{min-height:124px}.customer-home__heading--loading>div,.customer-home__next--loading>div{gap:14px;display:grid}.customer-home__next{color:#fff;background:radial-gradient(circle at 86% 18%,#3c40433d,#0000 17rem),linear-gradient(128deg,#214f82,#0b315c);border:1px solid #173d67;border-radius:24px 24px 24px 8px;justify-content:space-between;align-items:center;gap:clamp(24px,5vw,72px);min-height:190px;padding:clamp(28px,5vw,48px);display:flex;position:relative;overflow:hidden;box-shadow:0 22px 48px #142b4933}.customer-home__next:after{content:"";background:var(--color-accent);width:128px;height:7px;position:absolute;bottom:0;right:0}.customer-home__next>div{min-width:0}.customer-home__next-kicker{color:#f1f3f4;font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:7px;font-size:.7rem;font-weight:800;display:inline-flex}.customer-home__next h2{color:#fff;max-width:20ch;font-family:var(--font-heading);letter-spacing:-.035em;margin:10px 0 9px;font-size:clamp(1.75rem,4vw,3rem);line-height:1.04}.customer-home__next p{color:#ffffffb8;max-width:56ch;margin:0;line-height:1.6}.customer-button--accent{color:#173d67;background:var(--color-accent);border-color:#3c4043;box-shadow:0 12px 28px #0000002e}.customer-button--accent:not(:disabled):hover{background:#5f6368;transform:translateY(-1px)}.customer-home__workspace{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.customer-home__quotation-card{grid-column:1/-1}.customer-home__workspace--three{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.customer-home__workspace--three .customer-home__quotation-card{grid-column:auto}.customer-home__column{height:100%;position:relative;overflow:hidden}.customer-home__column:before{content:"";background:var(--color-primary);height:3px;position:absolute;inset:0 0 auto}.customer-home__column--progress:before{background:#188038}.customer-home__column--progress .customer-home__list-icon{color:#137333;background:#e6f4ea;border-color:#b7dfbd}.customer-home__column--approval:before{background:#f9ab00}.customer-home__column--approval .customer-home__list-icon{color:#8a4f00;background:#fef7e0;border-color:#f6d58b}@media (min-width:1101px){.customer-shell__main:has(.customer-home--compact){padding-top:18px;padding-bottom:18px}.customer-home--compact{gap:10px}.customer-home--compact .customer-home__heading{padding-bottom:4px}.customer-home--compact .customer-home__heading h1{margin-block:5px;font-size:clamp(2rem,3.6vw,3.25rem)}.customer-home--compact .customer-home__heading p{font-size:.875rem;line-height:1.45}.customer-home--compact .customer-home__next{min-height:112px;padding:18px 24px}.customer-home--compact .customer-home__next h2{margin-block:6px;font-size:clamp(1.45rem,2.4vw,2.1rem)}.customer-home--compact .customer-home__next p{font-size:.84rem;line-height:1.45}.customer-home--compact .customer-home__workspace{gap:12px}.customer-home--compact .customer-home__column{padding:18px}.customer-home--compact .customer-card__header{gap:10px;margin-bottom:10px}.customer-home--compact .customer-card__header h2{margin-block:4px;font-size:1.05rem}.customer-home--compact .customer-card__header p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.35;display:-webkit-box;overflow:hidden}.customer-home--compact .customer-home__list a{grid-template-columns:34px minmax(0,1fr) auto;gap:9px;min-height:58px;padding-block:7px}.customer-home--compact .customer-home__list-icon{border-radius:10px 10px 10px 3px;width:32px;height:32px;font-size:1rem}.customer-home--compact .customer-empty-state{min-height:128px;padding:12px}.customer-home--compact .customer-empty-state__icon{width:42px;height:42px;font-size:1.25rem}.customer-home--compact .customer-empty-state h2{font-size:1rem}}@media (min-width:721px) and (max-width:1100px){.customer-home__workspace--three{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-home__workspace--three .customer-home__column--approval{grid-column:1/-1}}.customer-home__list{margin:0;padding:0;list-style:none;display:grid}.customer-home__list li+li{border-top:1px solid var(--color-border-soft)}.customer-home__list a{min-height:78px;color:inherit;border-radius:12px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:12px 4px;text-decoration:none;transition:background .15s,padding .15s;display:grid}.customer-home__list a:hover{background:var(--color-primary-soft);padding-inline:10px}.customer-home__list-icon{width:40px;height:40px;color:var(--color-primary);background:var(--color-primary-soft);border:1px solid #c6dcfb;border-radius:12px 12px 12px 4px;place-items:center;font-size:1.25rem;display:grid}.customer-home__list-copy{gap:2px;min-width:0;display:grid}.customer-home__list-copy strong,.customer-home__list-copy span,.customer-home__list-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-home__list-copy strong{color:#26384b;font-size:.88rem}.customer-home__list-copy span{color:#4f5f6f;font-size:.8rem}.customer-home__list-copy small{color:#7b8793;font-size:.7rem}.customer-text-link{color:var(--color-primary);align-items:center;gap:6px;font-size:.78rem;font-weight:750;text-decoration:none;display:inline-flex}.customer-text-link:hover{text-decoration:underline}.customer-home__workspace .customer-empty-state{min-height:230px;padding:28px 20px}.customer-home__workspace .customer-empty-state h2{font-size:1.35rem}.customer-card{min-width:0;box-shadow:var(--shadow-soft);background:#fff;border:1px solid #dfe4ea;border-radius:20px;padding:clamp(20px,3vw,28px)}.customer-card__header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.customer-card__header>div:first-child{min-width:0}.customer-card__header h1,.customer-card__header h2{color:#26384b;font-family:var(--font-heading);letter-spacing:-.02em;margin:7px 0 5px;font-size:clamp(1.15rem,2vw,1.5rem);font-weight:750}.customer-card__header p,.customer-card__body-copy{color:var(--color-secondary-text);margin:0;font-size:.875rem;line-height:1.6}.customer-card__action{flex:none}.customer-button{color:#fff;text-align:center;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-width:0;font-weight:700;line-height:1;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s,border-color .15s;display:inline-flex}.customer-button svg{flex:none;width:1.15em;height:1.15em}.customer-button--sm{min-height:36px;padding:0 12px;font-size:.75rem}.customer-button--md{min-height:44px;padding:0 16px;font-size:.8125rem}.customer-button--lg{border-radius:14px;min-height:50px;padding:0 19px;font-size:.875rem}.customer-button--primary{color:#fff;background:linear-gradient(#1767d9,#0b57d0);border-color:#0848ad;box-shadow:0 12px 24px #0b57d038,inset 0 1px #ffffff3d}.customer-button--primary:not(:disabled):hover{background:linear-gradient(#1c6fe9,#0a4fbe);transform:translateY(-1px);box-shadow:0 15px 28px #0b57d047,inset 0 1px #ffffff4d}.customer-button--secondary{color:#214f82;background:#fff;border-color:#b8c8db;box-shadow:0 7px 16px #214f8214}.customer-button--quiet{color:#425466;box-shadow:none;background:0 0;border-color:#0000}.customer-button--danger{color:#fff;background:var(--color-danger);border-color:#8e1c17}.customer-button:disabled{cursor:not-allowed;opacity:.58;transform:none}.customer-field{gap:7px;display:grid}.customer-field__heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-field__heading span{color:#7a8794;font-family:var(--font-mono);text-transform:uppercase;font-size:.625rem}.customer-input,.customer-select,.customer-textarea{color:#202124;background:#fff;border:1px solid #bdc7d2;border-radius:12px;outline:none;width:100%;transition:border-color .15s,box-shadow .15s,background .15s;box-shadow:inset 0 1px 2px #214f820a}.customer-input,.customer-select{min-height:48px;padding:0 14px}.customer-textarea{resize:vertical;min-height:112px;padding:12px 14px}.customer-input::-moz-placeholder{color:#8a949f}.customer-textarea::-moz-placeholder{color:#8a949f}.customer-input::placeholder,.customer-textarea::placeholder{color:#8a949f}.customer-field--error .customer-input,.customer-field--error .customer-select,.customer-field--error .customer-textarea{border-color:var(--color-danger)}.customer-field__hint,.customer-field__error{margin:0;font-size:.75rem;line-height:1.45}.customer-field__hint{color:var(--color-secondary-text)}.customer-field__error{color:var(--color-danger)}.customer-status{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;min-height:26px;padding:3px 9px;font-size:.6875rem;font-weight:750;line-height:1.2;display:inline-flex}.customer-status--success{color:#0c6340;background:#e7f6ee;border-color:#b9e3cd}.customer-status--danger{color:#8d211b;background:#ffedea;border-color:#f3c4bf}.customer-status--info{color:#174e8c;background:#eaf2ff;border-color:#c6dcfb}.customer-status--neutral{color:#4f5d6a;background:#f1f3f4;border-color:#d8dde2}.customer-alert{color:#29445f;border:1px solid #c6dcfb;border-left:4px solid var(--color-primary);background:#eef5ff;border-radius:11px;gap:4px;padding:13px 14px;font-size:.8125rem;line-height:1.5;display:grid}.customer-alert--success{color:#155b3d;border-color:#b9e3cd;border-left-color:var(--color-success);background:#edf8f2}.customer-alert--warning{color:#3c4043;border-color:#dadce0;border-left-color:var(--color-accent);background:#f1f3f4}.customer-alert--danger{color:#7f211b;border-color:#efc6c1;border-left-color:var(--color-danger);background:#fff0ed}.customer-empty-state{text-align:center;justify-items:center;gap:12px;width:min(100%,640px);margin:0 auto;padding:clamp(30px,7vw,68px);display:grid}.customer-empty-state__icon{width:58px;height:58px;color:var(--color-primary);background:var(--color-primary-soft);border:1px solid #c6dcfb;border-radius:18px 18px 18px 6px;place-items:center;font-size:1.8rem;display:grid}.customer-empty-state h2{color:#26384b;font-family:var(--font-heading);margin:4px 0 0;font-size:clamp(1.4rem,3vw,2rem);font-weight:760}.customer-empty-state p{max-width:52ch;color:var(--color-secondary-text);margin:0 0 8px;line-height:1.65}.customer-skeleton{background:linear-gradient(90deg,#eef1f5 25%,#f8fafc 45%,#eef1f5 65%) 0 0/240% 100%;border-radius:2px;animation:1.4s ease-in-out infinite customer-skeleton-shimmer;display:block;overflow:hidden}@keyframes customer-skeleton-shimmer{to{background-position:-180% 0}}.customer-dialog{background:0 0;border:0;width:min(560px,100% - 28px);max-width:none;max-height:min(760px,100dvh - 32px);padding:0;overflow:visible}.customer-dialog::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0b182794}.customer-dialog__surface{box-shadow:var(--shadow-floating);background:#fff;border:1px solid #ffffffb3;border-radius:22px;overflow:hidden}.customer-dialog__surface>header,.customer-dialog__surface>footer{justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.customer-dialog__surface>header{border-bottom:1px solid #e9edf1}.customer-dialog__surface>footer{border-top:1px solid #e9edf1;justify-content:flex-end}.customer-dialog__surface h2{color:#26384b;font-family:var(--font-heading);margin:0;font-size:1.25rem}.customer-dialog__surface header p{color:var(--color-secondary-text);margin:5px 0 0;font-size:.8125rem}.customer-dialog__body{gap:18px;padding:22px;display:grid}.customer-dialog__status-samples{flex-wrap:wrap;gap:8px;display:flex}.service-journey{grid-template-columns:repeat(var(--journey-columns,5), minmax(0, 1fr));gap:0;margin:0;padding:10px 0 0;list-style:none;display:grid;position:relative}.service-journey__step{grid-template-rows:auto 1fr;align-content:start;gap:14px;min-width:0;padding-right:16px;display:grid;position:relative}.service-journey__trigger{width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-column:1/-1;grid-template-rows:auto 1fr;align-content:start;gap:14px;padding:0;display:grid}.service-journey__trigger:focus-visible{outline-offset:5px;border-radius:8px;outline:3px solid #0b57d04d}.service-journey__step:after{content:"";background:#d9e1e9;height:2px;position:absolute;top:15px;left:31px;right:0}.service-journey__step:last-child:after{display:none}.service-journey__marker{z-index:1;color:#6c7b89;width:31px;height:31px;font-family:var(--font-mono);background:#f3f5f7;border:2px solid #cbd3db;border-radius:50%;place-items:center;font-size:.75rem;font-weight:800;display:grid;position:relative}.service-journey__copy{gap:5px;min-width:0;display:grid}.service-journey__copy>div{gap:3px;display:grid}.service-journey__copy strong{color:#344454;font-size:.8125rem}.service-journey__copy span{color:#7b8793;font-family:var(--font-mono);font-size:.625rem}.service-journey__copy p{color:var(--color-secondary-text);margin:0;font-size:.75rem;line-height:1.45}.service-journey__step--completed .service-journey__marker{color:#fff;background:var(--color-success);border-color:var(--color-success)}.service-journey__step--completed:after{background:var(--color-success)}.service-journey__step--current .service-journey__marker{color:#173d67;background:var(--color-accent);border-color:#3c4043;box-shadow:0 0 0 5px #3c40432e}.service-journey__step--current .service-journey__copy strong{color:#173d67}.service-journey__step--selected .service-journey__marker{color:#fff;background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 0 0 5px #0b57d029}.service-journey__step--selected .service-journey__copy strong{color:var(--color-primary)}.service-journey__step--blocked .service-journey__marker{color:#3c4043;background:#f1f3f4;border-color:#bdc1c6}.service-journey__step--cancelled .service-journey__marker{color:#8d211b;background:#ffedea;border-color:#e7aaa4}.service-journey__step--not-required{opacity:.62}.customer-placeholder-page{min-height:min(620px,100dvh - 180px);box-shadow:var(--shadow-card);background:#fff;border:1px solid #e0e5eb;border-radius:24px 24px 24px 8px;place-items:center;display:grid;position:relative}.customer-placeholder-page__status{place-self:start end;margin:20px;position:absolute}.customer-not-found{background:var(--color-canvas);grid-template-rows:auto 1fr;min-height:100dvh;padding:24px;display:grid}.customer-auth-layout{background:#fff;grid-template-columns:minmax(430px,1.12fr) minmax(440px,.88fr);min-height:100dvh;display:grid}.customer-auth-story{color:#fff;background:radial-gradient(circle at 88% 14%,#3c404338,#0000 22rem),linear-gradient(135deg,#173d67 0%,#0b315c 52%,#071f39 100%);grid-template-rows:auto 1fr auto;min-height:100dvh;padding:clamp(28px,5vw,64px);display:grid;position:relative;overflow:hidden}.customer-auth-story:before{content:"";opacity:.15;background-image:linear-gradient(#ffffff2e 1px,#0000 1px),linear-gradient(90deg,#ffffff2e 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(135deg,#000,#0000 74%);mask-image:linear-gradient(135deg,#000,#0000 74%)}.customer-auth-story>*{z-index:1;position:relative}.customer-auth-story__content{align-self:center;max-width:680px;padding:clamp(48px,7vw,96px) 0}.customer-auth-story h1{max-width:10ch;font-family:var(--font-heading);letter-spacing:-.055em;text-wrap:balance;margin:16px 0 22px;font-size:clamp(3rem,6vw,6.4rem);font-weight:760;line-height:.92}.customer-auth-story__content>p{color:#ffffffb8;max-width:50ch;margin:0;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.65}.customer-auth-route{grid-template-columns:repeat(4,minmax(0,1fr));margin:clamp(36px,6vw,68px) 0 0;padding:0;list-style:none;display:grid}.customer-auth-route li{color:#ffffffb8;gap:10px;font-size:.75rem;display:grid;position:relative}.customer-auth-route li:after{content:"";background:#ffffff4d;height:1px;position:absolute;top:15px;left:32px;right:0}.customer-auth-route li:last-child:after{display:none}.customer-auth-route span{z-index:1;color:#173d67;background:var(--color-accent);width:30px;height:30px;font-family:var(--font-mono);border:1px solid #f1f3f4;border-radius:50%;place-items:center;font-weight:800;display:grid;position:relative}.customer-auth-route strong{font-size:.75rem}.customer-auth-story__footer{color:#ffffff8f;margin:0;font-size:.75rem}.customer-auth-access{background:radial-gradient(circle at 90% 8%,#0b57d014,#0000 20rem),#fff;grid-template-rows:1fr auto;place-items:center;min-height:100dvh;padding:clamp(28px,5vw,68px);display:grid}.customer-auth-access__mobile-brand{display:none}.customer-auth-card{align-self:center;width:min(100%,430px)}.customer-auth-form-shell__heading{gap:8px;margin-bottom:30px;display:grid}.customer-auth-form-shell__heading h2{color:#26384b;font-family:var(--font-heading);letter-spacing:-.04em;margin:2px 0 0;font-size:clamp(2rem,4vw,2.65rem);font-weight:760;line-height:1.04}.customer-auth-form-shell__heading p{color:var(--color-secondary-text);margin:0;font-size:.9rem;line-height:1.6}.customer-auth-form{gap:19px;display:grid}.customer-password-field{position:relative}.customer-password-field .customer-input{padding-right:48px}.customer-password-field__toggle{color:#667583;background:#f7f9fb;border:1px solid #dce2e8;border-radius:9px;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.customer-password-field__toggle:hover{color:var(--color-primary);background:var(--color-primary-soft)}.customer-auth-form__utility{color:#7a8794;justify-content:space-between;align-items:center;gap:16px;font-size:.75rem;display:flex}.customer-auth-form__utility a,.customer-auth-back-link{color:var(--color-primary);font-weight:700;text-decoration:none}.customer-auth-form__utility a:hover,.customer-auth-back-link:hover{text-decoration:underline}.customer-auth-back-link{justify-content:center;align-items:center;gap:7px;margin-top:2px;font-size:.8125rem;display:inline-flex}.customer-auth-access__legal{color:#7a8794;text-align:center;max-width:48ch;margin:28px 0 0;font-size:.6875rem;line-height:1.5}.customer-auth-content-card{width:min(100%,460px)}.customer-session-state{background:linear-gradient(135deg, #214f8214, transparent 38%), var(--color-bg);grid-template-rows:auto 1fr;gap:48px;min-height:100vh;padding:clamp(24px,5vw,64px);display:grid}.customer-session-state>.customer-brand{width:-moz-fit-content;width:fit-content}.customer-session-state>.customer-empty-state,.customer-session-state__loading{background:var(--color-surface);border:1px solid var(--color-border);width:min(100%,640px);box-shadow:var(--shadow-card);border-radius:26px 26px 26px 8px;place-self:center;padding:clamp(32px,6vw,64px)}.customer-session-state__loading{gap:18px;display:grid}.customer-access-denied{place-items:center;min-height:min(620px,100vh - 220px);display:grid}.customer-access-denied .customer-empty-state{width:min(100%,620px)}.customer-profile-page{gap:24px;display:grid}.customer-profile-page__header{max-width:780px}.customer-profile-page__header h1{max-width:760px;color:var(--color-text);letter-spacing:-.045em;margin:10px 0 12px;font-size:clamp(2rem,4.5vw,3.75rem);line-height:.98}.customer-profile-page__header p{max-width:660px;color:var(--color-text-muted);margin:0;font-size:1.05rem}.customer-profile-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.customer-profile-page .customer-card__action>svg{width:28px;height:28px;color:var(--color-primary)}.customer-profile-details{gap:18px;margin:0;display:grid}.customer-profile-details>div{border-top:1px solid var(--color-border-soft);gap:5px;padding-top:16px;display:grid}.customer-profile-details dt{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:750}.customer-profile-details dd{color:var(--color-text);overflow-wrap:anywhere;margin:0;font-weight:650}.customer-profile-tags{flex-wrap:wrap;gap:8px;display:flex}.customer-capability-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.customer-capability-list li{background:var(--color-surface-subtle);border:1px solid var(--color-border-soft);border-radius:13px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:12px;padding:14px;display:grid}.customer-capability-list li>span{width:30px;height:30px;color:var(--color-primary);background:var(--color-primary-soft);border-radius:50%;place-items:center;font-weight:800;display:grid}.customer-capability-list li div{gap:2px;display:grid}.customer-capability-list strong{color:var(--color-text);font-size:.9rem}.customer-capability-list small{color:var(--color-text-muted);font-family:var(--font-mono);overflow-wrap:anywhere;font-size:.68rem}@media (max-width:1080px){.customer-shell__header-inner{gap:16px;width:min(100% - 28px,1240px)}.customer-nav-link{padding-inline:9px}.customer-account__identity{display:none}}@media (max-width:900px){.customer-shell__desktop-nav{display:none}.customer-shell__header-inner{grid-template-columns:minmax(0,1fr) auto}.customer-account__trigger{display:flex}.customer-shell__main{width:min(100% - 28px,1180px);padding-top:28px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.customer-shell__mobile-nav{right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:50;-webkit-backdrop-filter:blur(18px)saturate(1.12);backdrop-filter:blur(18px)saturate(1.12);background:#fffffff2;border:1px solid #bdc1c6b8;border-radius:20px;grid-template-columns:repeat(5,minmax(0,1fr));min-height:68px;padding:6px;display:grid;position:fixed;left:10px;box-shadow:0 18px 46px #142b4933}.customer-mobile-link{color:#637180;border-radius:14px;align-content:center;place-items:center;gap:3px;min-width:0;padding:5px 2px;text-decoration:none;display:grid}.customer-mobile-link>span{font-size:1.3rem}.customer-mobile-link small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.625rem;font-weight:700;overflow:hidden}.customer-mobile-link--active{color:var(--color-primary-strong);background:var(--color-primary-soft)}.customer-home__hero{background:linear-gradient(145deg,#fff 0 70%,#eaf2ff 100%);grid-template-columns:1fr}.customer-home__hero-signal{max-width:390px}.customer-home__heading{flex-direction:column;align-items:flex-start}.customer-home__heading-actions{justify-content:flex-start}.customer-home__next{flex-direction:column;align-items:flex-start}.customer-auth-layout{background:radial-gradient(circle at 92% 0,#3c404338,#0000 18rem),linear-gradient(#eef5ff,#f8fafd 42%,#fff);min-height:100dvh;display:block}.customer-auth-story{display:none}.customer-auth-access{place-items:initial;background:0 0;grid-template-rows:auto 1fr auto;min-height:100dvh;padding:24px clamp(20px,6vw,48px)}.customer-auth-access__mobile-brand{display:block}.customer-auth-card{box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border:1px solid #dadce0e6;border-radius:22px;place-self:center;padding:34px clamp(22px,6vw,38px)}.customer-auth-access__legal{justify-self:center}}@media (max-width:720px){.customer-profile-page__grid,.customer-capability-list{grid-template-columns:1fr}.customer-session-state{gap:28px;padding:22px}.customer-brand__copy small{display:none}.customer-home__hero{border-radius:22px 22px 22px 7px;padding:26px 22px 30px}.customer-home__hero h1{font-size:clamp(2.15rem,11vw,3.35rem)}.customer-home__actions{display:grid}.customer-home__foundation-grid,.customer-home__workspace{grid-template-columns:1fr}.customer-home__quotation-card{grid-column:auto}.customer-home__heading-actions{width:100%}.customer-home__heading-actions>*{flex:auto}.customer-home__next{min-height:0;padding:28px 22px 32px}.customer-home__next .customer-button{width:100%}.customer-home__list a{grid-template-columns:40px minmax(0,1fr)}.customer-home__list .customer-status{grid-column:2;justify-self:start}.customer-card__header{flex-direction:column;align-items:flex-start}.service-journey{grid-template-columns:1fr;gap:0;padding-left:2px}.service-journey__step{grid-template-rows:auto;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:0 0 22px}.service-journey__trigger{grid-template-rows:auto;grid-template-columns:auto minmax(0,1fr);gap:14px}.service-journey__step:after{width:2px;height:auto;inset:31px auto 0 15px}.customer-auth-form__utility{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:420px){.customer-shell__header-inner{width:calc(100% - 20px)}.customer-brand__mark{width:36px;height:36px}.customer-brand__copy strong{font-size:.95rem}.customer-mobile-link small{font-size:.5625rem}.customer-auth-access{padding:18px 14px}.customer-auth-card{border-radius:18px;padding:28px 20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.customer-brand__mark{background:#fff;border-color:#0b57d02e;border-radius:12px;overflow:hidden}.customer-brand__mark svg{width:34px;height:34px}.customer-brand__mark-shape{fill:var(--color-accent)}.customer-brand__mark-line{fill:#17212d}.customer-brand__copy strong{color:currentColor;letter-spacing:-.015em;font-size:.94rem;font-weight:760}.customer-brand__copy small{font-family:var(--font-mono);letter-spacing:.015em;font-size:.61rem;font-weight:650}.customer-brand--compact .customer-brand__mark svg{width:29px;height:29px}.customer-brand--inverted .customer-brand__mark{background:#fffffff0;border-color:#ffffff38}.customer-shell{grid-template-columns:var(--customer-sidebar-width,272px) minmax(0, 1fr);background:radial-gradient(circle at 100% 0, #0b57d00e, transparent 30rem), var(--color-canvas);min-height:100dvh;display:grid}.customer-shell__sidebar{z-index:60;color:#202124;min-width:0;height:100dvh;box-shadow:none;background:linear-gradient(#f8fafdf5,#f4f7fcfa),#f8fafd;border-right:1px solid #dadce0b8;flex-direction:column;display:flex;position:sticky;top:0;overflow:hidden}.customer-shell__sidebar:before{display:none}.customer-shell__sidebar-brand{border-bottom:0;align-items:center;min-height:78px;padding:10px 20px 16px;display:flex;position:relative}.customer-shell__sidebar-brand:after{content:"";background:#dadce0c7;height:1px;position:absolute;bottom:0;left:18px;right:18px}.customer-shell__sidebar-brand .customer-brand{gap:14px;width:100%}.customer-shell__sidebar-brand .customer-brand__mark{background:radial-gradient(circle,#0b57d014,#0000 52%),#fff;border-color:#dadce0eb;border-radius:16px;width:48px;height:48px;box-shadow:0 1px 2px #3c404324,inset 0 1px #fffffffa}.customer-shell__sidebar-brand .customer-brand__mark svg{width:30px;height:30px}.customer-shell__sidebar-context{background:0 0;border:0;border-radius:0;gap:3px;margin:0 18px;padding:13px 4px 8px;display:grid}.customer-shell__sidebar-context span,.customer-shell__nav-label{color:#5f6368;font-family:var(--font-sans);letter-spacing:.055em;text-transform:uppercase;font-size:.6875rem;font-weight:750}.customer-shell__sidebar-context strong{color:#202124;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:650;overflow:hidden}.customer-shell__desktop-nav{overscroll-behavior:contain;scrollbar-color:#5f63686b transparent;scrollbar-width:thin;flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;gap:5px;min-height:0;padding:7px 18px 14px;display:flex;overflow:hidden auto}.customer-shell__nav-label{align-items:center;min-height:36px;padding:0 4px;display:flex}.customer-nav-link{color:#3c4043;width:100%;min-height:40px;box-shadow:none;border:1px solid #0000;border-radius:0 20px 20px 0;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:4px;padding:0 12px 0 4px;font-size:.8125rem;font-weight:600;line-height:1;transition:color .14s,background-color .14s,border-color .14s;display:grid;position:relative}.customer-nav-link:before{display:none}.customer-nav-link>.customer-nav-link__icon{color:#5f6368;background:0 0;border:0;border-radius:999px;place-items:center;width:26px;min-width:26px;height:26px;font-size:1rem;display:inline-grid}.customer-nav-link>.customer-nav-link__copy{min-width:0;font-size:inherit;place-items:center start;gap:0;display:grid}.customer-nav-link__copy strong{color:currentColor;font-size:inherit;font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-nav-link__copy small{display:none}.customer-nav-link:hover{color:#202124;background:#eaecf0;border-color:#0000}.customer-nav-link--active{color:#041e49;box-shadow:none;background:#d3e3fd;border-color:#0000;font-weight:700}.customer-nav-link:focus-visible{outline:2px solid color-mix(in srgb, var(--color-primary) 44%, #fff);outline-offset:2px}.customer-nav-link--active>.customer-nav-link__icon{color:#0b57d0;box-shadow:none;background:0 0}.customer-shell__sidebar-footer{color:#5f6368;background:0 0;border:0;border-top:1px solid #dadce0c7;border-radius:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;margin:auto 18px 0;padding:13px 4px 16px;display:grid}.customer-shell__sidebar-footer>svg{color:#18794e;background:#18794e14;border-radius:50%;width:26px;height:26px;padding:4px}.customer-shell__sidebar-footer>span{gap:2px;min-width:0;display:grid}.customer-shell__sidebar-footer strong{color:#3c4043;font-size:.6875rem}.customer-shell__sidebar-footer small{color:#5f6368;font-size:.625rem;line-height:1.35}.customer-shell__workspace{flex-direction:column;min-width:0;min-height:100dvh;display:flex}.customer-shell__header{background:#ffffffe6;border-bottom-color:#dfe5ec;min-height:78px;box-shadow:0 8px 26px #142b490b}.customer-shell__header-inner{grid-template-columns:minmax(0,1fr) auto;gap:24px;width:100%;min-height:78px;padding:0 clamp(22px,3vw,40px)}.customer-shell__mobile-brand{display:none}.customer-shell__topbar-context{flex-direction:column;align-items:baseline;gap:4px;min-width:0;display:flex}.customer-shell__topbar-context span{color:var(--color-primary);font-family:var(--font-mono);letter-spacing:.075em;text-transform:uppercase;grid-column:1/-1;font-size:.62rem;font-weight:750}.customer-shell__topbar-context strong{color:#26384b;font-family:var(--font-heading);font-size:1.05rem;font-weight:760}.customer-shell__topbar-context small{color:#7a8794;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.69rem;overflow:hidden}.customer-account__trigger{border-radius:12px}.customer-shell__main{flex:1;width:min(100% - clamp(40px,6vw,80px),1280px);padding:clamp(28px,4vw,52px) 0 64px}.customer-shell__footer{color:#6b7785;border-top:1px solid #e2e7ed;width:min(100% - clamp(40px,6vw,80px),1280px)}.customer-auth-layout{isolation:isolate;background:radial-gradient(circle at 72% 18%,#3c404333,#0000 18rem),radial-gradient(circle at 12% 92%,#0b57d06b,#0000 34rem),linear-gradient(132deg,#102d4d 0%,#0b315c 46%,#071f39 100%);grid-template-columns:minmax(480px,1fr) minmax(430px,.78fr);position:relative;overflow:hidden}.customer-auth-layout:before{content:"";z-index:-2;opacity:.2;background-image:linear-gradient(#ffffff29 1px,#0000 1px),linear-gradient(90deg,#ffffff29 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(115deg,#000 0%,#0003 70%,#0000 100%);mask-image:linear-gradient(115deg,#000 0%,#0003 70%,#0000 100%)}.customer-auth-layout:after{content:"";z-index:-1;aspect-ratio:1;border:1px solid #3c404347;border-radius:50%;width:min(46vw,650px);position:absolute;bottom:-42%;right:-14vw;box-shadow:0 0 0 5rem #3c404309,0 0 0 10rem #0b57d00b}.customer-auth-story{background:0 0;min-width:0;padding:clamp(30px,5vw,68px)}.customer-auth-story:before{opacity:.11;background-image:linear-gradient(118deg,#0000 0 55%,#ffffff80 55% 55.15%,#0000 55.15%);background-size:100% 100%;-webkit-mask-image:none;mask-image:none}.customer-auth-story__content{max-width:690px;padding:clamp(48px,8vw,112px) 0 clamp(48px,7vw,96px) 30px;position:relative}.customer-auth-story__content:before{content:"";background:linear-gradient(180deg, var(--color-accent), #3c404314);border-radius:4px;width:4px;position:absolute;top:clamp(52px,8vw,116px);bottom:clamp(52px,7vw,100px);left:0}.customer-auth-story h1{max-width:11ch;font-size:clamp(3rem,5vw,5.2rem);line-height:.94}.customer-auth-route li:after{background:linear-gradient(90deg,#3c4043b8,#ffffff2e);height:2px}.customer-auth-route span{border-radius:9px;box-shadow:0 8px 18px #0000002e}.customer-auth-access{z-index:1;background:linear-gradient(90deg,#0000,#ffffff09);grid-template-rows:1fr auto auto;gap:0;padding:clamp(28px,5vw,68px);position:relative}.customer-auth-card{-webkit-backdrop-filter:blur(24px)saturate(1.08);backdrop-filter:blur(24px)saturate(1.08);background:#ffffffed;border:1px solid #ffffff8f;border-radius:24px;width:min(100%,500px);padding:clamp(30px,4vw,44px);box-shadow:0 30px 80px #0000004d}.customer-auth-card__security{color:#536170;width:-moz-fit-content;width:fit-content;font-family:var(--font-mono);letter-spacing:.035em;text-transform:uppercase;background:#f4f7fa;border:1px solid #dde4eb;border-radius:999px;align-items:center;gap:8px;margin-bottom:26px;padding:7px 10px;font-size:.62rem;font-weight:700;display:inline-flex}.customer-auth-card__security>span{background:var(--color-success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #18794e1a}.customer-auth-form-shell__heading h2{color:#17212d;font-size:clamp(2rem,3.2vw,2.75rem)}.customer-auth-card .customer-input{background:#ffffffdb;border-radius:11px;min-height:50px}.customer-auth-card .customer-button--lg{border-radius:11px;min-height:50px;box-shadow:0 12px 24px #0b57d033}.customer-auth-access__legal{color:#ffffffa8}.customer-auth-access>.customer-policy-links{color:#ffffff94;margin-top:14px}.customer-auth-access>.customer-policy-links a{color:#fff}@media (min-width:1024px){.customer-shell{--customer-sidebar-width:288px}}@media (min-width:1280px){.customer-shell{--customer-sidebar-width:280px}}@media (min-width:1536px){.customer-shell{--customer-sidebar-width:288px}}@media (max-width:900px){.customer-shell{grid-template-columns:minmax(0,1fr)}.customer-shell__sidebar{display:none}.customer-shell__header,.customer-shell__header-inner{min-height:68px}.customer-shell__header-inner{grid-template-columns:minmax(0,1fr) auto;width:100%;padding:0 16px}.customer-shell__mobile-brand{min-width:0;display:flex}.customer-shell__topbar-context{display:none}.customer-shell__main,.customer-shell__footer{width:min(100% - 28px,1180px)}.customer-shell__main{padding-top:28px}.customer-shell__mobile-nav{border-radius:16px;box-shadow:0 18px 46px #142b4938}.customer-mobile-link--active{box-shadow:inset 0 -3px 0 var(--color-accent)}.customer-auth-layout{background:radial-gradient(circle at 92% 0,#3c404333,#0000 18rem),radial-gradient(circle at 8% 100%,#0b57d06b,#0000 26rem),linear-gradient(145deg,#102d4d,#071f39);display:block}.customer-auth-access{background:0 0;grid-template-rows:auto 1fr auto auto;gap:0;min-height:100dvh;padding:24px clamp(20px,6vw,48px)}.customer-auth-access__mobile-brand{display:block}.customer-auth-card{background:#fffffff0;border-color:#ffffff7a;border-radius:22px;place-self:center;padding:34px clamp(22px,6vw,40px);box-shadow:0 28px 70px #00000057}.customer-auth-access__legal{justify-self:center}}@media (max-width:520px){.customer-brand__copy strong{font-size:.82rem}.customer-shell__header-inner{padding-inline:10px}.customer-account__trigger{padding-right:6px}.customer-auth-access{padding:18px 14px}.customer-auth-card{border-radius:18px;padding:28px 20px}.customer-auth-card__security{margin-bottom:22px}}.customer-requests,.customer-request-create,.customer-request-detail{gap:24px;display:grid}.customer-request-heading{justify-content:space-between;align-items:end;gap:32px;padding:18px 0 6px;display:flex}.customer-request-heading>div{max-width:780px}.customer-request-heading h1{max-width:760px;color:var(--color-foreground);font-family:var(--font-heading);letter-spacing:-.052em;text-wrap:balance;margin:10px 0 12px;font-size:clamp(2.15rem,4.8vw,4.15rem);font-weight:760;line-height:.98}.customer-request-heading p{max-width:700px;color:var(--color-secondary-text);margin:0;font-size:.98rem;line-height:1.65}.customer-request-heading--compact h1{max-width:670px;font-size:clamp(2.1rem,4vw,3.45rem)}.customer-request-filters{border-radius:18px 18px 18px 6px;padding:18px}.customer-request-filters__grid{grid-template-columns:minmax(220px,1.4fr) minmax(170px,.8fr) minmax(145px,.65fr) minmax(145px,.65fr) auto;align-items:end;gap:12px;display:grid}.customer-request-ledger{border:1px solid var(--color-border);box-shadow:var(--shadow-card);background:#fff;border-radius:22px 22px 22px 7px;overflow:hidden}.customer-request-ledger__header{border-bottom:1px solid var(--color-border-soft);background:linear-gradient(90deg,#214f8214,#0000 55%),#fbfcfe;justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:18px 22px;display:flex}.customer-request-ledger__header h2{color:var(--color-foreground);margin:4px 0 0;font-size:1.15rem}.customer-request-ledger__header>span{color:var(--color-secondary-text);font-family:var(--font-mono);font-size:.72rem}.customer-request-loading{gap:12px;padding:20px;display:grid}.customer-request-list{margin:0;padding:0;list-style:none}.customer-request-list>li+li{border-top:1px solid var(--color-border-soft)}.customer-request-card{min-height:116px;color:inherit;grid-template-columns:5px minmax(190px,1.2fr) minmax(170px,.9fr) minmax(220px,1.2fr) auto;align-items:center;gap:22px;padding:18px 22px 18px 0;text-decoration:none;transition:background .15s,transform .15s;display:grid;position:relative}.customer-request-card:hover{background:#f7faff;transform:translate(2px)}.customer-request-card__rail{background:linear-gradient(180deg, var(--color-accent), var(--color-primary));border-radius:0 4px 4px 0;align-self:stretch}.customer-request-card__identity,.customer-request-card__place,.customer-request-card__next{gap:5px;min-width:0;display:grid}.customer-request-card__identity>span,.customer-request-card__place>small{color:var(--color-primary);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:750}.customer-request-card strong{color:var(--color-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.customer-request-card__identity small,.customer-request-card__place>span,.customer-request-card__next>span{color:var(--color-secondary-text);font-size:.76rem}.customer-request-card__next .customer-status{width:-moz-fit-content;width:fit-content}.customer-request-card>svg{color:var(--color-primary);font-size:1.25rem}.customer-request-pagination{border-top:1px solid var(--color-border-soft);background:#fbfcfe;justify-content:flex-end;align-items:center;gap:14px;padding:16px 22px;display:flex}.customer-request-pagination>span{color:var(--color-secondary-text);font-family:var(--font-mono);font-size:.75rem}.customer-request-back{width:-moz-fit-content;width:fit-content;color:var(--color-primary);align-items:center;gap:7px;font-size:.8rem;font-weight:750;text-decoration:none;display:inline-flex}.customer-request-back:hover{text-decoration:underline}.customer-request-steps{border:1px solid var(--color-border);background:#fff;border-radius:18px 18px 18px 6px;grid-template-columns:repeat(3,minmax(0,1fr));margin:2px 0 0;padding:0;list-style:none;display:grid}.customer-request-steps li{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:11px;padding:16px 20px;display:grid;position:relative}.customer-request-steps li+li{border-left:1px solid var(--color-border-soft)}.customer-request-steps li>span{color:#72808e;width:34px;height:34px;font-family:var(--font-mono);background:#f1f4f7;border-radius:50%;place-items:center;font-size:.75rem;font-weight:800;display:grid}.customer-request-steps li>div{gap:2px;display:grid}.customer-request-steps strong{color:var(--color-foreground);font-size:.82rem}.customer-request-steps small{color:var(--color-secondary-text);font-size:.68rem}.customer-request-steps .is-current{background:linear-gradient(90deg,#0b57d014,#0000)}.customer-request-steps .is-current>span{color:#fff;background:var(--color-primary);box-shadow:0 0 0 5px #0b57d01a}.customer-request-steps .is-complete>span{color:#fff;background:var(--color-success)}.customer-request-form{grid-template-columns:minmax(0,1fr) 270px;align-items:start;gap:20px;display:grid}.customer-request-form__main{gap:32px;min-height:470px;display:grid}.customer-request-form__section{gap:24px;display:grid}.customer-request-form__section>header{border-bottom:1px solid var(--color-border-soft);grid-template-columns:42px minmax(0,1fr);align-items:start;gap:13px;padding-bottom:18px;display:grid}.customer-request-form__section>header>span{color:var(--color-primary);font-family:var(--font-mono);font-size:.78rem;font-weight:800}.customer-request-create--page .customer-request-form__section>header{grid-template-columns:minmax(0,1fr)}.customer-request-form__section h2{color:var(--color-foreground);font-family:var(--font-heading);margin:0;font-size:1.35rem}.customer-request-form__section header p{color:var(--color-secondary-text);margin:5px 0 0;font-size:.82rem}.customer-request-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.customer-asset-picker{background:var(--color-surface-subtle);border:1px solid var(--color-border-soft);border-radius:14px;padding:18px}.customer-asset-picker legend{color:var(--color-foreground);padding:0 8px;font-size:.82rem;font-weight:750}.customer-asset-picker legend span{color:var(--color-secondary-text);margin-left:6px;font-weight:500}.customer-asset-picker>p{color:var(--color-secondary-text);margin:0;font-size:.8rem}.customer-asset-picker__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.customer-asset-picker__grid label{border:1px solid var(--color-border-soft);cursor:pointer;background:#fff;border-radius:11px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:12px;display:grid}.customer-asset-picker__grid label:has(input:checked){background:var(--color-primary-soft);border-color:var(--color-primary)}.customer-asset-picker__grid span{gap:2px;min-width:0;display:grid}.customer-asset-picker__grid strong{color:var(--color-foreground);font-family:var(--font-mono);font-size:.72rem}.customer-asset-picker__grid small{color:var(--color-secondary-text);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.customer-request-form__aside{color:#fff;background:radial-gradient(circle at 100% 0,#3c404340,#0000 12rem),linear-gradient(145deg,#214f82,#0b315c);border-radius:18px 18px 18px 6px;gap:9px;padding:22px;display:grid;position:sticky;top:94px;box-shadow:0 18px 42px #142b492e}.customer-request-form__aside .customer-eyebrow{color:#f1f3f4}.customer-request-form__aside>strong{font-family:var(--font-heading);margin-top:8px;font-size:1.2rem}.customer-request-form__aside p,.customer-request-form__aside small{color:#ffffffb8;margin:0;line-height:1.5}.customer-request-form__aside small{border-top:1px solid #ffffff2e;padding-top:15px;font-size:.7rem}.customer-request-form__actions{border-top:1px solid var(--color-border-soft);grid-column:1/-1;justify-content:flex-end;gap:10px;padding:16px 0 0;display:flex}.customer-attachment-drop{background:#f8fafd;border:1px dashed #9eb1c4;border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:20px;display:grid}.customer-attachment-drop>svg{color:var(--color-primary);font-size:2rem}.customer-attachment-drop>div{gap:3px;display:grid}.customer-attachment-drop strong{color:var(--color-foreground);font-size:.86rem}.customer-attachment-drop span{color:var(--color-secondary-text);font-size:.74rem}.customer-attachment-drop input[type=file]{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.customer-attachment-list,.customer-request-files{gap:8px;margin:0;padding:0;list-style:none;display:grid}.customer-attachment-list li,.customer-request-files li{border:1px solid var(--color-border-soft);background:#fbfcfe;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.customer-attachment-list li>svg,.customer-request-files li>svg{color:var(--color-primary);font-size:1.3rem}.customer-attachment-list li>span,.customer-request-files li>span{gap:2px;min-width:0;display:grid}.customer-attachment-list strong,.customer-request-files strong{color:var(--color-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.customer-attachment-list small,.customer-request-files small{color:var(--color-secondary-text);font-size:.68rem}.customer-quotation-pdf{gap:14px;margin-bottom:14px;display:grid}.customer-quotation-pdf>header{justify-content:space-between;align-items:center;gap:14px;display:flex}.customer-quotation-pdf>header>span{align-items:center;gap:9px;min-width:0;display:flex}.customer-quotation-pdf>header svg{color:var(--color-primary);flex:none;font-size:1.25rem}.customer-quotation-pdf>header strong{color:var(--color-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.customer-quotation-pdf__viewer{background:var(--color-surface-subtle);border:1px solid var(--color-border-soft);border-radius:12px;width:100%;min-height:620px}.customer-quotation-pdf__status{border-radius:12px;overflow:hidden}.customer-request-review{border:1px solid var(--color-border-soft);border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;display:grid}.customer-request-review>div{gap:5px;min-width:0;padding:14px;display:grid}.customer-request-review>div+div{border-left:1px solid var(--color-border-soft)}.customer-request-review dt{color:var(--color-secondary-text);font-family:var(--font-mono);text-transform:uppercase;font-size:.65rem}.customer-request-review dd{color:var(--color-foreground);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.78rem;font-weight:700;overflow:hidden}.customer-request-detail__topline{justify-content:space-between;align-items:center;gap:16px;display:flex}.customer-request-overview{border:1px solid var(--color-border);background:#fff;border-radius:16px;grid-template-columns:minmax(270px,.62fr) minmax(0,1.55fr);min-width:0;display:grid;overflow:hidden;box-shadow:0 1px 3px #3c404324}.customer-request-overview .customer-request-ticket{min-height:0;box-shadow:none;background:#fff;border:0;border-radius:0;grid-template-rows:auto auto;grid-template-columns:5px minmax(0,1fr);align-content:center;gap:18px;padding:24px 24px 24px 0;overflow:visible}.customer-request-overview .customer-request-ticket__identity h1{font-size:clamp(1.75rem,3vw,2.65rem)}.customer-request-overview .customer-request-ticket__status{border:0;grid-column:2;gap:6px;padding:0}.customer-request-overview__progress{border-left:1px solid var(--color-border);align-content:center;gap:18px;min-width:0;padding:24px 26px;display:grid}.customer-request-overview__progress>header{gap:5px;display:grid}.customer-request-overview__progress>header h2,.customer-request-overview__progress>header p{margin:0}.customer-request-overview__progress>header h2{color:var(--color-foreground);font-size:1.05rem;line-height:1.25}.customer-request-overview__progress>header p{color:var(--color-secondary-text);font-size:.75rem;line-height:1.45}.customer-request-overview__progress .service-journey{padding-top:2px}@media (max-width:900px){.customer-request-overview{grid-template-columns:1fr}.customer-request-overview__progress{border-top:1px solid var(--color-border);border-left:0}}.customer-request-ticket{border:1px solid var(--color-border);min-height:176px;box-shadow:var(--shadow-card);background:radial-gradient(circle at 92% 10%,#3c40432e,#0000 16rem),#fff;border-radius:22px 22px 22px 7px;grid-template-columns:7px minmax(0,1fr) minmax(260px,.55fr);align-items:center;gap:28px;padding:26px 28px 26px 0;display:grid;position:relative;overflow:hidden}.customer-request-ticket__rail{background:linear-gradient(180deg, var(--color-accent), var(--color-primary));border-radius:0 6px 6px 0;align-self:stretch}.customer-request-ticket__identity h1{color:var(--color-foreground);font-family:var(--font-mono);letter-spacing:-.055em;margin:8px 0 4px;font-size:clamp(2rem,5vw,4rem);line-height:1}.customer-request-ticket__identity p{color:var(--color-secondary-text);margin:0;font-size:.95rem}.customer-request-ticket__status{border-left:1px solid var(--color-border-soft);gap:8px;padding-left:24px;display:grid}.customer-request-ticket__status .customer-status{width:-moz-fit-content;width:fit-content}.customer-request-ticket__status strong{color:var(--color-foreground);font-size:.9rem}.customer-request-ticket__status>span:last-child{color:var(--color-secondary-text);font-size:.72rem}.customer-request-detail__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:20px;display:grid}.customer-request-detail>section[role=tabpanel]{min-width:0}.customer-request-detail>section[role=tabpanel]:focus-visible{outline-offset:4px;border-radius:16px;outline:3px solid #0b57d038}.customer-request-facts{border:1px solid var(--color-border-soft);border-radius:13px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding:0;display:grid}.customer-request-technician{border:1px solid var(--color-border);background:#f8fafd;border-radius:10px;grid-template-columns:92px minmax(0,1fr);align-items:stretch;gap:18px;min-width:0;margin-top:20px;padding:16px;display:grid}.customer-request-technician__photo{color:#5f6368;background:#fff;border:1px dashed #bdc1c6;border-radius:8px;grid-template-rows:1fr auto;place-items:center;gap:8px;min-height:112px;padding:12px 8px 9px;display:grid}.customer-request-technician__photo>strong{color:#174ea6;width:52px;height:52px;font-family:var(--font-mono);letter-spacing:.04em;background:#e8f0fe;border-radius:50%;place-items:center;font-size:1rem;display:grid}.customer-request-technician__photo>svg{color:#9aa0a6;width:38px;height:38px}.customer-request-technician__photo>small{color:#5f6368;text-align:center;font-size:.625rem;line-height:1.25}.customer-request-technician__content{align-content:center;gap:8px;min-width:0;display:grid}.customer-request-technician__content h3,.customer-request-technician__content p{margin:0}.customer-request-technician__content h3{color:var(--color-foreground);font-size:.9375rem}.customer-request-technician__content p{color:var(--color-secondary-text);font-size:.75rem;line-height:1.5}.customer-request-technician__content dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;display:grid}.customer-request-technician__content dl>div{gap:3px;min-width:0;display:grid}.customer-request-technician__content dt,.customer-request-technician__content dd{text-overflow:ellipsis;margin:0;overflow:hidden}.customer-request-technician__content dt{color:var(--color-secondary-text);text-transform:uppercase;font-size:.625rem}.customer-request-technician__content dd{color:var(--color-foreground);white-space:nowrap;font-size:.75rem;font-weight:700}@media (max-width:640px){.customer-request-technician{grid-template-columns:76px minmax(0,1fr);gap:14px;padding:12px}.customer-request-technician__photo{min-height:98px}.customer-request-technician__content dl{grid-template-columns:1fr;gap:6px}.customer-request-technician__content dd{white-space:normal}}.customer-execution-activities{border-top:1px solid var(--color-border-soft);gap:18px;margin-top:24px;padding-top:22px;display:grid}.customer-execution-activities>header{gap:5px;display:grid}.customer-execution-activities>header>span{color:var(--color-primary);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;font-weight:800}.customer-execution-activities>header h3,.customer-execution-activities>header p,.customer-execution-activity h4,.customer-execution-activity p{margin:0}.customer-execution-activities>header h3{color:var(--color-foreground);font-size:1.05rem}.customer-execution-activities>header p,.customer-execution-activity p{color:var(--color-secondary-text);font-size:.8125rem;line-height:1.55}.customer-execution-activity-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.customer-execution-activity{border:1px solid var(--color-border);border-left:4px solid var(--color-primary);background:#f8fafd;border-radius:10px;gap:15px;padding:18px;display:grid}.customer-execution-activity>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-execution-activity>header>span{color:var(--color-secondary-text);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.6875rem;font-weight:800}.customer-execution-activity h4{color:var(--color-foreground);font-size:.9375rem}.customer-execution-activity>dl{flex-wrap:wrap;gap:10px 24px;margin:0;display:flex}.customer-execution-activity>dl div{gap:6px;display:flex}.customer-execution-activity>dl dt,.customer-execution-activity>dl dd{margin:0;font-size:.75rem}.customer-execution-activity>dl dt{color:var(--color-secondary-text)}.customer-execution-activity>dl dd{color:var(--color-foreground);font-weight:700}.customer-execution-activity__photos{border-top:1px solid var(--color-border-soft);gap:10px;padding-top:14px;display:grid}.customer-execution-activity__photos>strong{color:var(--color-foreground);font-size:.8125rem}.customer-execution-activity__photos>small{color:var(--color-secondary-text);font-size:.75rem}.customer-execution-activity__photos ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.customer-execution-activity__photos li{border:1px solid var(--color-border-soft);background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px;display:grid}.customer-execution-activity__photos li>svg{width:22px;height:22px;color:var(--color-primary)}.customer-execution-activity__photos li>span{gap:2px;min-width:0;display:grid}.customer-execution-activity__photos li>span strong,.customer-execution-activity__photos li>span small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-execution-activity__photos li>span strong{color:var(--color-foreground);font-size:.75rem}.customer-execution-activity__photos li>span small{color:var(--color-secondary-text);font-size:.6875rem}@media (max-width:760px){.customer-execution-activity__photos ul{grid-template-columns:1fr}.customer-execution-activity__photos li{grid-template-columns:auto minmax(0,1fr)}.customer-execution-activity__photos li .customer-button{grid-column:1/-1;justify-content:center;width:100%}}.customer-request-facts>div{border-bottom:1px solid var(--color-border-soft);gap:6px;padding:15px;display:grid}.customer-request-facts>div:nth-child(odd){border-right:1px solid var(--color-border-soft)}.customer-request-facts dt{color:var(--color-secondary-text);text-transform:uppercase;align-items:center;gap:6px;font-size:.68rem;font-weight:700;display:flex}.customer-request-facts dd{color:var(--color-foreground);gap:3px;margin:0;font-size:.83rem;font-weight:700;display:grid}.customer-request-facts dd small{color:var(--color-secondary-text);font-size:.68rem;font-weight:500}.customer-request-description,.customer-request-assets{gap:8px;padding-top:20px;display:grid}.customer-request-description>span,.customer-request-assets>span{color:var(--color-primary);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:.68rem;font-weight:800}.customer-request-description p{color:var(--color-foreground);white-space:pre-wrap;margin:0;font-size:.85rem;line-height:1.7}.customer-request-assets ul{flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;display:flex}.customer-request-assets li{color:var(--color-primary-strong);background:var(--color-primary-soft);font-family:var(--font-mono);border-radius:999px;padding:7px 10px;font-size:.68rem}.customer-request-visit-dossiers{gap:20px;display:grid}.customer-request-visit-milestones{border:1px solid var(--color-border-soft);background:#fff;border-radius:18px;padding:22px;box-shadow:0 8px 24px #20344a12}.customer-request-visit-milestones>header{flex-wrap:wrap;align-items:baseline;gap:6px 14px;margin-bottom:18px;display:flex}.customer-request-visit-milestones>header span{color:var(--color-primary);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.customer-request-visit-milestones>header strong{color:var(--color-text-strong);font-size:1rem}.customer-request-visit-milestones>.customer-request-technician{margin-bottom:18px}.customer-request-visit-milestones ol{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.customer-request-visit-milestones li{background:var(--color-surface-muted);border:1px solid var(--color-border-soft);border-radius:14px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;min-height:74px;padding:12px;display:grid}.customer-request-visit-milestones li>span{color:#188038;background:#e6f4ea;border:1px solid #ceead6;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.customer-request-visit-milestones li.is-pending>span{border-color:var(--color-border);background:#fff}.customer-request-visit-milestones li.is-pending>span:after{background:var(--color-border);content:"";border-radius:50%;width:8px;height:8px}.customer-request-visit-milestones li>div{gap:4px;min-width:0;display:grid}.customer-request-visit-milestones li strong{color:var(--color-text-strong);font-size:.84rem}.customer-request-visit-milestones li time,.customer-request-visit-milestones li small{color:var(--color-text-muted);font-size:.76rem}.customer-request-visit-dossier{border:1px solid var(--color-border-soft);background:#fff;border-radius:18px;gap:0;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 24px #20344a12}.customer-request-visit-dossier:before{content:"";background:linear-gradient(#0b57d0 0%,#188038 100%);width:5px;position:absolute;inset:0 auto 0 0}.customer-request-visit-dossier__header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:22px 24px 20px 28px;display:grid}.customer-request-visit-dossier__index{color:#fff;text-align:center;background:#0b57d0;border-radius:14px;place-content:center;width:58px;height:58px;display:grid}.customer-request-visit-dossier__index strong{font-family:var(--font-mono);font-size:1.1rem;line-height:1}.customer-request-visit-dossier__index span{letter-spacing:.08em;text-transform:uppercase;margin-top:5px;font-size:.58rem;font-weight:800}.customer-request-visit-dossier__heading{gap:4px;min-width:0;display:grid}.customer-request-visit-dossier__heading>span,.customer-request-visit-section-heading span{color:var(--color-secondary-text);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:800}.customer-request-visit-dossier__heading h3,.customer-request-visit-dossier__heading p,.customer-request-visit-dossier__diagnosis h4,.customer-request-visit-section-heading h4{margin:0}.customer-request-visit-dossier__heading h3{color:var(--color-foreground);font-size:1rem}.customer-request-visit-dossier__heading p{color:var(--color-secondary-text);font-size:.72rem}.customer-request-visit-dossier__result{background:#f7faff;border-block:1px solid #e3ebf6;grid-template-columns:minmax(240px,1.1fr) minmax(0,1.9fr);gap:24px;padding:22px 24px 22px 28px;display:grid}.customer-request-visit-dossier__diagnosis{align-content:start;gap:8px;display:grid}.customer-request-visit-dossier__diagnosis h4{color:var(--color-foreground);font-size:.9rem;line-height:1.55}.customer-request-visit-dossier__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin:0;display:grid}.customer-request-visit-dossier__facts>div{gap:4px;min-width:0;display:grid}.customer-request-visit-dossier__facts dt{color:var(--color-secondary-text);letter-spacing:.04em;text-transform:uppercase;font-size:.63rem;font-weight:800}.customer-request-visit-dossier__facts dd{overflow-wrap:anywhere;color:var(--color-foreground);margin:0;font-size:.78rem;font-weight:750}.customer-request-visit-dossier__activities,.customer-request-visit-dossier__evidence{gap:16px;padding:22px 24px 24px 28px;display:grid}.customer-request-visit-dossier__activities{border-bottom:1px solid var(--color-border-soft)}.customer-request-visit-section-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.customer-request-visit-section-heading>div{gap:4px;display:grid}.customer-request-visit-section-heading h4{color:var(--color-foreground);font-size:.92rem}.customer-request-visit-section-heading>strong{color:#0b57d0;min-width:30px;height:30px;font-family:var(--font-mono);background:#e8f0fe;border-radius:999px;place-items:center;font-size:.72rem;display:grid}.customer-request-visit-activity-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.customer-request-visit-activity-list>li{border:1px solid var(--color-border-soft);background:#fff;border-radius:12px;grid-template-columns:auto minmax(0,1fr);gap:12px;min-width:0;padding:16px;display:grid}.customer-request-visit-activity__number{color:#137333;width:30px;height:30px;font-family:var(--font-mono);background:#e6f4ea;border-radius:9px;place-items:center;font-size:.7rem;font-weight:800;display:grid}.customer-request-visit-activity__body{gap:7px;min-width:0;display:grid}.customer-request-visit-activity__body header{justify-content:space-between;align-items:center;gap:8px;display:flex}.customer-request-visit-activity__body header>span{color:var(--color-secondary-text);font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;font-size:.64rem;overflow:hidden}.customer-request-visit-activity__body h5,.customer-request-visit-activity__body p{margin:0}.customer-request-visit-activity__body h5{color:var(--color-foreground);font-size:.8rem;line-height:1.4}.customer-request-visit-activity__body p{color:var(--color-secondary-text);font-size:.72rem;line-height:1.5}.customer-request-visit-activity__body>small{color:var(--color-secondary-text);align-items:center;gap:6px;font-size:.66rem;display:flex}.customer-request-visit-activity__body>small svg{color:#0b57d0;flex:none;font-size:.95rem}.customer-visit-photo-grid{flex-wrap:wrap;align-items:flex-start;gap:12px;display:flex}.customer-visit-photo-grid--activity{border-top:1px solid var(--color-border-soft);gap:8px;padding-top:10px}.customer-visit-photo-grid--activity .customer-visit-photo{flex-basis:72px;width:72px}.customer-visit-photo-grid--activity .customer-visit-photo__caption{padding:14px 6px 5px}.customer-visit-photo-grid--activity .customer-visit-photo__caption strong{font-size:.56rem}.customer-visit-photo{aspect-ratio:1;width:104px;color:inherit;border:1px solid var(--color-border-soft);font:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:12px;flex:0 0 104px;justify-self:center;padding:0;transition:border-color .16s,box-shadow .16s,transform .16s;display:block;position:relative;overflow:hidden}.customer-visit-photo:hover:not(:disabled){border-color:#a8c7fa;transform:translateY(-2px);box-shadow:0 8px 18px #20344a1a}.customer-visit-photo:focus-visible{outline-offset:2px;outline:3px solid #0b57d03d}.customer-visit-photo:disabled{cursor:wait;opacity:.7}.customer-visit-photo__media{color:#0b57d0;background:linear-gradient(145deg,#edf3fc,#f8fafc);place-items:center;display:grid;position:absolute;inset:0;overflow:hidden}.customer-visit-photo__media img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .22s;display:block}.customer-visit-photo:hover:not(:disabled) .customer-visit-photo__media img{transform:scale(1.025)}.customer-visit-photo__media svg{width:32px;height:32px}.customer-visit-photo__caption{z-index:1;color:#fff;background:linear-gradient(#0000,#0f172ad1);min-width:0;padding:18px 8px 7px;display:grid;position:absolute;inset:auto 0 0}.customer-visit-photo__caption strong,.customer-visit-photo__caption small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-visit-photo__caption strong{color:#fff;font-size:.62rem}.customer-visit-photo__caption small{display:none}.customer-visit-photo__action{z-index:2;color:#fff;opacity:0;background:#0f172ab8;border-radius:999px;padding:4px 7px;font-size:.58rem;font-weight:800;transition:opacity .16s;position:absolute;top:7px;right:7px}.customer-visit-photo:hover:not(:disabled) .customer-visit-photo__action,.customer-visit-photo:focus-visible .customer-visit-photo__action{opacity:1}.customer-request-visit-empty-note{color:var(--color-secondary-text);background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;margin:0;padding:16px;font-size:.75rem}.customer-visit-lightbox{z-index:1200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ae0;place-items:center;padding:24px;animation:.16s ease-out customer-visit-lightbox-in;display:grid;position:fixed;inset:0}.customer-visit-lightbox__surface{background:#0f172a;border:1px solid #ffffff29;border-radius:16px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1040px,100%);max-height:calc(100vh - 48px);display:grid;overflow:hidden;box-shadow:0 30px 80px #00000073}.customer-visit-lightbox__surface>header,.customer-visit-lightbox__surface>footer{color:#fff;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.customer-visit-lightbox__surface>header>div{gap:3px;min-width:0;display:grid}.customer-visit-lightbox__surface>header span{color:#a8c7fa;letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:800}.customer-visit-lightbox__surface>header strong{text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.customer-visit-lightbox__surface>header button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;padding:0;display:grid}.customer-visit-lightbox__surface>header button:hover{background:#ffffff2e}.customer-visit-lightbox__surface>header button:focus-visible{outline-offset:2px;outline:3px solid #a8c7fa}.customer-visit-lightbox__surface>header button svg{width:22px;height:22px}.customer-visit-lightbox__image{background-color:#09101f;background-image:linear-gradient(45deg,#ffffff08 25%,#0000 25%),linear-gradient(-45deg,#ffffff08 25%,#0000 25%),none;background-position:0 0,8px 8px;background-repeat:repeat,repeat,repeat;background-size:16px 16px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;place-items:center;min-height:240px;padding:8px 20px;display:grid;overflow:auto}.customer-visit-lightbox__image img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:calc(100vh - 180px);display:block}.customer-visit-lightbox__surface>footer{color:#94a3b8;font-size:.68rem}.customer-visit-lightbox__surface>footer a{color:#a8c7fa;font-weight:800;text-decoration:none}.customer-visit-lightbox__surface>footer a:hover{text-decoration:underline}@keyframes customer-visit-lightbox-in{0%{opacity:0}to{opacity:1}}@media (max-width:900px){.customer-request-visit-dossier__result{grid-template-columns:1fr}}@media (max-width:640px){.customer-request-visit-dossier__header{grid-template-columns:auto minmax(0,1fr);padding:18px 18px 16px 22px}.customer-request-visit-dossier__header>.customer-status{grid-column:1/-1;justify-self:start}.customer-request-visit-dossier__index{width:48px;height:48px}.customer-request-visit-dossier__result,.customer-request-visit-dossier__activities,.customer-request-visit-dossier__evidence{padding:18px 18px 20px 22px}.customer-request-visit-dossier__facts,.customer-request-visit-activity-list{grid-template-columns:1fr}.customer-visit-photo-grid{gap:10px;padding:2px}.customer-visit-photo{flex-basis:92px;width:92px;height:auto}.customer-visit-lightbox{padding:12px}.customer-visit-lightbox__surface{border-radius:12px;max-height:calc(100vh - 24px)}.customer-visit-lightbox__surface>footer span{display:none}.customer-visit-lightbox__image img{max-height:calc(100vh - 150px)}}@media (prefers-reduced-motion:reduce){.customer-visit-photo,.customer-visit-photo__media img,.customer-visit-lightbox{transition:none;animation:none}}.customer-request-timeline{margin:0;padding:0;list-style:none;display:grid}.customer-request-timeline>li{grid-template-columns:16px minmax(0,1fr);gap:13px;padding-bottom:22px;display:grid;position:relative}.customer-request-timeline>li>span{z-index:1;background:var(--color-primary);box-sizing:content-box;border:3px solid #e9f2ff;border-radius:50%;width:12px;height:12px;margin-top:4px;position:relative}.customer-request-timeline>li:not(:last-child):after{content:"";background:#ccd7e2;width:1px;position:absolute;top:20px;bottom:0;left:8px}.customer-request-timeline>li>div{gap:4px;display:grid}.customer-request-timeline time{color:var(--color-secondary-text);font-family:var(--font-mono);font-size:.65rem}.customer-request-timeline strong{color:var(--color-foreground);font-size:.84rem}.customer-request-timeline p{color:var(--color-secondary-text);margin:0;font-size:.75rem;line-height:1.5}@media (max-width:1000px){.customer-request-filters__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-request-filters__grid>button{width:-moz-fit-content;width:fit-content}.customer-request-card{grid-template-columns:5px minmax(180px,1fr) minmax(180px,1fr) auto}.customer-request-card__next{grid-column:2/4}.customer-request-form{grid-template-columns:1fr}.customer-request-form__aside{grid-row:1;position:static}}@media (max-width:760px){.customer-request-heading{flex-direction:column;align-items:flex-start}.customer-request-heading>.customer-button{width:100%}.customer-request-filters__grid,.customer-request-form__grid,.customer-asset-picker__grid,.customer-request-detail__grid,.customer-request-facts{grid-template-columns:1fr}.customer-request-filters__grid>button{width:100%}.customer-request-card{grid-template-columns:5px minmax(0,1fr) auto;gap:15px;padding-right:16px}.customer-request-card__place,.customer-request-card__next{grid-column:2}.customer-request-card>svg{grid-area:1/3/4}.customer-request-steps li{grid-template-columns:30px minmax(0,1fr);padding:12px 10px}.customer-request-steps li>span{width:30px;height:30px}.customer-request-steps small{display:none}.customer-request-review{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-request-review>div:nth-child(3){border-left:0;border-top:1px solid var(--color-border-soft)}.customer-request-review>div:nth-child(4){border-top:1px solid var(--color-border-soft)}.customer-attachment-drop{grid-template-columns:auto minmax(0,1fr)}.customer-attachment-drop>label{grid-column:1/-1;width:100%}.customer-request-ticket{grid-template-columns:6px minmax(0,1fr);gap:20px}.customer-request-ticket__status{border-top:1px solid var(--color-border-soft);border-left:0;grid-column:2;padding:18px 0 0}.customer-request-facts>div:nth-child(odd){border-right:0}}.customer-data-table{background:#fff;border:1px solid #aebed0;border-radius:8px;margin:0 18px 18px;overflow:hidden;box-shadow:inset 0 1px #fff}.customer-data-table__scroll{max-width:100%;overflow:auto}.customer-data-table table{border-collapse:collapse;width:100%;min-width:920px;color:var(--color-foreground);font-size:.75rem}.customer-data-table th,.customer-data-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #d9e2ec;border-right:1px solid #d6e0eb;height:46px;padding:7px 10px}.customer-data-table th:last-child,.customer-data-table td:last-child{border-right:0}.customer-data-table th{z-index:1;color:#21384f;white-space:nowrap;background:linear-gradient(#f8fbff,#e2ebf6 44%,#c8d8eb);border-bottom-color:#9eb2c8;height:32px;font-size:.6875rem;font-weight:750;position:sticky;top:0;box-shadow:inset 0 1px #fff}.customer-data-table th[data-align=center],.customer-data-table td[data-align=center]{text-align:center}.customer-data-table th[data-align=end],.customer-data-table td[data-align=end]{text-align:right}.customer-data-table tbody tr:last-child td{border-bottom:0}.customer-data-table__primary-link,.customer-data-table__stacked-value,.customer-data-table__status-cell,.customer-data-table__progress{gap:3px;min-width:0;display:grid}.customer-data-table__primary-link{color:inherit;text-decoration:none}.customer-data-table__primary-link strong{color:var(--color-primary-strong);font-family:var(--font-mono);font-size:.75rem}.customer-data-table__primary-link span,.customer-data-table__stacked-value small,.customer-data-table__status-cell small{color:var(--color-secondary-text);text-overflow:ellipsis;white-space:nowrap;font-size:.67rem;line-height:1.35;overflow:hidden}.customer-data-table__stacked-value strong{text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.customer-data-table__status-cell{justify-items:center}.customer-data-table__status-cell small{max-width:180px}.customer-data-table__money{font-family:var(--font-mono);color:#163f6c;white-space:nowrap}.customer-data-table__progress>span:first-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.customer-data-table__progress small{color:var(--color-secondary-text);font-size:.67rem}.customer-data-table__progress strong{color:#163f6c;font-family:var(--font-mono);font-size:.7rem}.customer-data-table__action{width:28px;height:28px;color:var(--color-primary);background:#eef5fd;border:1px solid #b9cee5;border-radius:4px;place-items:center;font-size:1rem;text-decoration:none;transition:background-color .14s,border-color .14s;display:inline-grid}.customer-data-table__action:hover{background:#dbeeff;border-color:#7da6d1}.customer-data-table__primary-link:focus-visible,.customer-data-table__action:focus-visible,.customer-data-table__footer button:focus-visible,.customer-data-table__footer select:focus-visible{outline-offset:2px;outline:2px solid #0b57d0b8}.customer-data-table__empty{text-align:center!important;height:auto!important;padding:0!important}.customer-data-table__empty .customer-empty-state{box-shadow:none;border:0;border-radius:0}.customer-data-table__skeleton{background:linear-gradient(90deg,#edf1f5 25%,#f8fafc 50%,#edf1f5 75%) 0 0/200% 100%;border-radius:3px;width:min(100%,150px);height:12px;animation:1.2s linear infinite customer-data-table-shimmer;display:block}@keyframes customer-data-table-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.customer-data-table__footer{color:#31475d;background:linear-gradient(#f8fbff,#e2ebf6 44%,#c8d8eb);border-top:1px solid #9eb2c8;justify-content:space-between;align-items:center;gap:10px;min-height:38px;padding:5px 7px;font-size:.6875rem;display:flex}.customer-data-table__pager,.customer-data-table__summary,.customer-data-table__summary label{align-items:center;gap:5px;display:flex}.customer-data-table__pager button{color:#214f82;cursor:pointer;background:linear-gradient(#fff,#dce8f5);border:1px solid #8da5c0;border-radius:3px;place-items:center;width:26px;height:26px;padding:0;display:grid}.customer-data-table__pager button:disabled{color:#91a0af;cursor:not-allowed;opacity:.65}.customer-data-table__pager>span{min-width:90px;color:var(--color-secondary-text);text-align:center}.customer-data-table__summary{justify-content:flex-end;margin-left:auto}.customer-data-table__summary label{color:#31475d;font-weight:700}.customer-data-table__summary select{min-width:60px;min-height:26px;color:var(--color-foreground);font:inherit;background:#fff;border:1px solid #8da5c0;border-radius:3px;padding:2px 6px}@media (max-width:760px){.customer-data-table{margin:0 10px 10px}.customer-data-table__footer{flex-direction:column;align-items:stretch;padding:8px}.customer-data-table__pager,.customer-data-table__summary{justify-content:center;margin-left:0}}@media (prefers-reduced-motion:reduce){.customer-data-table__skeleton{animation:none}}.customer-record-workbench{grid-template-columns:minmax(0,1fr) minmax(300px,350px);align-items:start;gap:14px;display:grid}.customer-record-workbench__table{min-width:0}.customer-record-workbench__table .customer-data-table{margin-right:0}.customer-data-table tbody tr[tabindex]{cursor:pointer}.customer-data-table tbody tr.is-selected{background:#dbeeff}.customer-data-table tbody tr.is-selected td:first-child{position:relative}.customer-data-table tbody tr.is-selected td:first-child:before{content:"";background:linear-gradient(#8ab4f8,#0b57d0);border-radius:999px;width:3px;position:absolute;top:7px;bottom:7px;left:0}.customer-data-table tbody tr[tabindex]:focus-visible{outline-offset:-2px;outline:2px solid #0b57d0b8}button.customer-data-table__action{cursor:pointer;padding:0}.customer-record-inspector{color:#202124;background:#fff;border:1px solid #d3deeb;border-radius:10px;max-height:calc(100vh - 120px);margin:0 18px 18px 0;position:sticky;top:84px;overflow:auto;box-shadow:0 8px 24px #1231521a}.customer-record-inspector__actions{z-index:2;position:absolute;top:10px;right:10px}.customer-record-inspector__actions button,.customer-record-window__titlebar button{color:#214f82;cursor:pointer;background:#fff;border:1px solid #b8c8d9;border-radius:6px;place-items:center;width:30px;height:30px;padding:0;display:grid}.customer-record-inspector__hero{background:linear-gradient(135deg,#f8fbff 0%,#eef5fc 100%);border-bottom:1px solid #d9e3ee;gap:5px;padding:18px 52px 16px 18px;display:grid}.customer-record-inspector__hero>span{color:#0b57d0;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:5px;font-size:.65rem;font-weight:800;display:flex}.customer-record-inspector__hero h2,.customer-record-inspector__hero p{margin:0}.customer-record-inspector__hero h2{font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;overflow:hidden}.customer-record-inspector__hero p{color:var(--color-secondary-text);text-overflow:ellipsis;white-space:nowrap;font-size:.69rem;line-height:1.4;overflow:hidden}.customer-record-inspector__hero>div{padding-top:7px}.customer-record-inspector__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:12px;display:grid}.customer-record-inspector__facts>div{background:#f8fafd;border:1px solid #e0e7ef;border-radius:8px;gap:3px;min-width:0;padding:10px;display:grid}.customer-record-inspector__facts dt{color:var(--color-secondary-text);letter-spacing:.04em;text-transform:uppercase;font-size:.61rem;font-weight:800}.customer-record-inspector__facts dd{text-overflow:ellipsis;gap:2px;margin:0;font-size:.72rem;font-weight:750;display:grid;overflow:hidden}.customer-record-inspector__facts dd small{color:var(--color-secondary-text);text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;font-weight:500;overflow:hidden}.customer-record-inspector__preview{border-top:1px solid #e1e8f0;gap:8px;padding:14px 18px;display:grid}.customer-record-inspector__preview h3{color:#31475d;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.68rem}.customer-record-preview-copy{gap:8px;display:grid}.customer-record-preview-copy p{color:#3c4d5f;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:.72rem;line-height:1.55;display:-webkit-box;overflow:hidden}.customer-record-preview-copy span{color:var(--color-secondary-text);font-size:.64rem}.customer-record-inspector__footer{border-top:1px solid #e1e8f0;gap:7px;padding:12px 18px 16px;display:grid}.customer-record-inspector__footer .customer-button{width:100%}.customer-record-inspector--empty{min-height:260px;color:var(--color-secondary-text);text-align:center;place-content:center;justify-items:center;gap:8px;padding:24px;display:grid}.customer-record-inspector--empty>svg{color:#7da6d1;font-size:2rem}.customer-record-loading{gap:8px;display:grid}.customer-record-loading span{background:linear-gradient(90deg,#edf1f5 25%,#f8fafc 50%,#edf1f5 75%) 0 0/200% 100%;border-radius:3px;height:12px;animation:1.2s linear infinite customer-data-table-shimmer}.customer-record-loading span:nth-child(2){width:82%}.customer-record-loading span:nth-child(3){width:64%}.customer-record-error{color:#8e2b25;background:#fff1f0;border:1px solid #f0c4c0;border-radius:6px;gap:6px;padding:10px;font-size:.68rem;display:grid}.customer-record-error button{color:#8e2b25;cursor:pointer;font:inherit;background:#fff;border:1px solid #dfa8a3;border-radius:4px;justify-self:start;align-items:center;gap:5px;padding:5px 8px;font-weight:700;display:inline-flex}.customer-record-window{z-index:1200;color:#202124;will-change:left, top;background:#f7f9fc;border:1px solid #7894b0;border-radius:10px;grid-template-rows:auto minmax(0,1fr);width:min(1080px,100vw - 310px);height:min(760px,100vh - 130px);transition:box-shadow 90ms linear,border-color 90ms linear;display:grid;position:fixed;top:88px;right:24px;overflow:hidden;box-shadow:0 28px 70px #0c24404d,0 0 0 1px #fffc}.customer-record-window__titlebar{color:#173b62;cursor:move;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:linear-gradient(#f9fcff,#dce8f5 52%,#c3d5e8);border-bottom:1px solid #91a9c1;justify-content:space-between;align-items:center;gap:16px;min-height:54px;padding:7px 9px 7px 16px;display:flex}.customer-record-window.is-dragging .customer-record-window__titlebar{cursor:grabbing}.customer-record-window__titlebar>div:first-child{gap:1px;min-width:0;display:grid}.customer-record-window__titlebar>div:first-child>span,.customer-record-window__titlebar small{color:#5b7188;text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;overflow:hidden}.customer-record-window__titlebar strong{font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.customer-record-window__titlebar>div:last-child{gap:5px;display:flex}.customer-record-window__body{padding:16px;overflow:auto}.customer-record-window-task{z-index:1200;color:#173b62;cursor:pointer;text-align:left;background:linear-gradient(#f9fcff,#d5e4f3);border:1px solid #7894b0;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-width:280px;max-width:min(420px,100vw - 32px);padding:9px 12px;display:grid;position:fixed;bottom:18px;right:24px;box-shadow:0 10px 30px #0c24403d}.customer-record-window-task>span{min-width:0;display:grid}.customer-record-window-task small{color:#60758a;text-transform:uppercase;font-size:.58rem}.customer-record-window-task strong{font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.customer-record-detail{gap:14px;display:grid}.customer-record-detail__hero{background:#fff;border:1px solid #d6e0eb;border-left:4px solid #0b57d0;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.customer-record-detail__hero>div:first-child{gap:3px;min-width:0;display:grid}.customer-record-detail__hero span,.customer-record-detail__hero p{color:var(--color-secondary-text);font-size:.68rem}.customer-record-detail__hero h2,.customer-record-detail__hero p{margin:0}.customer-record-detail__hero h2{font-family:var(--font-mono);font-size:1.35rem}.customer-record-detail__hero-value{justify-items:end;gap:8px;display:grid}.customer-record-detail__hero-value strong{color:#163f6c;font-family:var(--font-mono);font-size:1.1rem}.customer-record-detail__facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0;display:grid}.customer-record-detail__facts>div{background:#fff;border:1px solid #dce4ed;border-radius:7px;gap:4px;padding:12px;display:grid}.customer-record-detail__facts dt{color:var(--color-secondary-text);text-transform:uppercase;font-size:.61rem;font-weight:800}.customer-record-detail__facts dd{gap:2px;margin:0;font-size:.75rem;font-weight:750;display:grid}.customer-record-detail__facts dd small{color:var(--color-secondary-text);font-size:.64rem;font-weight:500}.customer-record-detail__columns{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;display:grid}.customer-record-detail__section{background:#fff;border:1px solid #dce4ed;border-radius:8px;overflow:hidden}.customer-record-detail__section>header{background:linear-gradient(#f8fbff,#e6eef7);border-bottom:1px solid #d6e0eb;padding:10px 13px}.customer-record-detail__section>header h3,.customer-record-detail__section>header p{margin:0}.customer-record-detail__section>header h3{color:#21384f;font-size:.75rem}.customer-record-detail__section>header p{color:var(--color-secondary-text);padding-top:2px;font-size:.63rem}.customer-record-detail__section>:not(header){margin:12px}.customer-record-detail__copy,.customer-record-detail__empty{color:#3c4d5f;font-size:.72rem;line-height:1.6}.customer-record-detail__empty{color:var(--color-secondary-text)}.customer-record-detail__tags,.customer-record-detail__files,.customer-record-detail__list,.customer-record-detail__milestones{padding:0;list-style:none}.customer-record-detail__tags{flex-wrap:wrap;gap:6px;display:flex}.customer-record-detail__tags li{color:#214f82;background:#eef5fd;border:1px solid #c4d8ec;border-radius:999px;padding:5px 8px;font-size:.66rem;font-weight:700}.customer-record-detail__files,.customer-record-detail__list{gap:0;display:grid}.customer-record-detail__files li,.customer-record-detail__list li{border-bottom:1px solid #e4eaf1;gap:3px;padding:9px 0;font-size:.69rem;display:grid}.customer-record-detail__files li:last-child,.customer-record-detail__list li:last-child{border-bottom:0}.customer-record-detail__files span,.customer-record-detail__files small,.customer-record-detail__list span{color:var(--color-secondary-text);font-size:.63rem}.customer-record-detail__timeline{gap:0;padding:0;list-style:none;display:grid}.customer-record-detail__timeline li{grid-template-columns:9px minmax(0,1fr);gap:9px;padding-bottom:11px;display:grid}.customer-record-detail__timeline li>span{background:#0b57d0;border-radius:50%;width:8px;height:8px;margin-top:4px}.customer-record-detail__timeline li>div{gap:2px;display:grid}.customer-record-detail__timeline time,.customer-record-detail__timeline p{color:var(--color-secondary-text);margin:0;font-size:.62rem}.customer-record-detail__timeline strong{font-size:.69rem}.customer-record-detail__milestones{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;display:grid}.customer-record-detail__milestones li{background:#f8fafd;border-top:3px solid #aebdcd;border-radius:5px;gap:4px;padding:10px;font-size:.68rem;display:grid}.customer-record-detail__milestones li[data-state=COMPLETED]{border-top-color:#18794e}.customer-record-detail__milestones li[data-state=CURRENT]{border-top-color:#0b57d0}.customer-record-detail__milestones li[data-state=CANCELLED]{border-top-color:#b42318}.customer-record-detail__milestones span,.customer-record-detail__milestones small{color:var(--color-secondary-text);font-size:.61rem}.customer-record-detail__table-scroll{overflow:auto}.customer-record-detail__table-scroll table{border-collapse:collapse;width:100%;min-width:680px;font-size:.69rem}.customer-record-detail__table-scroll th,.customer-record-detail__table-scroll td{text-align:left;border:1px solid #dce4ed;padding:8px}.customer-record-detail__table-scroll th{color:#21384f;background:#edf3f9}.customer-record-detail__table-scroll td{text-align:right}.customer-record-detail__table-scroll td:first-child{text-align:left;gap:2px;display:grid}.customer-record-detail__table-scroll td small{color:var(--color-secondary-text)}.customer-record-detail__decision{gap:5px;font-size:.7rem;display:grid}.customer-record-detail__decision p,.customer-record-detail__decision small{color:var(--color-secondary-text);margin:0;font-size:.63rem}@media (max-width:1180px){.customer-record-workbench{grid-template-columns:minmax(0,1fr) 300px}.customer-record-inspector__facts{grid-template-columns:1fr}}@media (max-width:980px){.customer-record-workbench{grid-template-columns:1fr}.customer-record-workbench__table .customer-data-table{margin-right:18px}.customer-record-inspector{max-height:none;margin-left:18px;position:relative;top:auto}.customer-record-inspector__facts{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-record-window{width:calc(100vw - 24px);right:12px}}@media (max-width:640px){.customer-record-workbench__table .customer-data-table{margin-right:10px}.customer-record-inspector{margin:0 10px 10px}.customer-record-inspector__facts,.customer-record-detail__facts,.customer-record-detail__columns{grid-template-columns:1fr}.customer-record-window{height:calc(100vh - 82px);top:68px}.customer-record-window__body{padding:10px}.customer-record-window-task{bottom:78px;right:12px}.customer-record-detail__hero{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.customer-record-loading span{animation:none}}.customer-executions,.customer-execution-detail{gap:24px;display:grid}.customer-execution-filters{border-radius:18px 18px 18px 6px;padding:18px}.customer-execution-filters form{grid-template-columns:minmax(220px,1.35fr) minmax(170px,.75fr) minmax(145px,.65fr) minmax(145px,.65fr) auto;align-items:end;gap:12px;display:grid}.customer-execution-board{border:1px solid var(--color-border);box-shadow:var(--shadow-card);background:#fff;border-radius:24px 24px 24px 7px;overflow:hidden}.customer-execution-board>header{border-bottom:1px solid var(--color-border-soft);background:#f8fafd;justify-content:space-between;align-items:center;gap:20px;min-height:84px;padding:18px 24px;display:flex}.customer-execution-board>header h2{color:var(--color-foreground);margin:4px 0 0;font-size:1.15rem}.customer-execution-board>header>span{color:var(--color-secondary-text);font-family:var(--font-mono);font-size:.72rem}.customer-execution-loading{gap:12px;padding:20px;display:grid}.customer-execution-list{margin:0;padding:0;list-style:none}.customer-execution-list>li+li{border-top:1px solid var(--color-border-soft)}.customer-execution-row{min-height:142px;color:inherit;grid-template-columns:7px minmax(185px,1fr) minmax(190px,.85fr) minmax(250px,1.25fr) auto;align-items:center;gap:22px;padding:0 24px 0 0;text-decoration:none;transition:background .15s,transform .15s;display:grid}.customer-execution-row:hover{background:#f7faff;transform:translate(2px)}.customer-execution-row__rail{background:var(--color-primary);align-self:stretch}.customer-execution-row__identity,.customer-execution-row__window,.customer-execution-row__progress{gap:6px;min-width:0;display:grid}.customer-execution-row__identity>span,.customer-execution-row__window>small,.customer-execution-row__progress small{color:var(--color-secondary-text);font-size:.7rem}.customer-execution-row__identity>span{color:var(--color-primary);font-family:var(--font-mono);font-weight:800}.customer-execution-row__identity strong,.customer-execution-row__window strong{color:var(--color-foreground);text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.customer-execution-row__identity small,.customer-execution-row__window span{color:var(--color-secondary-text);font-size:.72rem}.customer-execution-row__progress>div{color:var(--color-secondary-text);justify-content:space-between;align-items:center;gap:12px;font-size:.72rem;display:flex}.customer-execution-row__progress>div strong{color:var(--color-primary-strong);font-family:var(--font-mono);font-size:.88rem}.customer-execution-meter,.customer-execution-order__bar{background:#dfe7f1;border-radius:999px;height:8px;overflow:hidden}.customer-execution-meter>span,.customer-execution-order__bar>span{background:var(--color-primary);border-radius:inherit;height:100%;display:block}.customer-execution-row__state{color:var(--color-primary);align-items:center;gap:14px;display:flex}.customer-execution-order{border:1px solid var(--color-border);box-shadow:var(--shadow-card);background:#fff;border-radius:26px 26px 26px 7px;grid-template-columns:8px minmax(0,1fr) auto;gap:0 28px;padding:0 28px 26px 0;display:grid;overflow:hidden}.customer-execution-order__rail{background:var(--color-primary);grid-row:1/4}.customer-execution-order__identity{padding-top:28px}.customer-execution-order__identity h1{color:var(--color-foreground);font-family:var(--font-heading);letter-spacing:-.055em;margin:6px 0 3px;font-size:clamp(2.6rem,5vw,4.5rem);line-height:.96}.customer-execution-order__identity p,.customer-execution-order>p{color:var(--color-secondary-text);margin:0;font-size:.82rem}.customer-execution-order__signal{align-content:center;justify-items:end;gap:5px;padding-top:24px;display:grid}.customer-execution-order__signal strong{color:var(--color-primary-strong);font-family:var(--font-mono);font-size:1.8rem}.customer-execution-order__signal>span:last-child{color:var(--color-secondary-text);font-size:.7rem}.customer-execution-order__bar{grid-column:2/4;height:11px;margin:24px 0 12px}.customer-execution-order>p{grid-column:2/4}.customer-execution-milestones{grid-template-columns:repeat(5,minmax(130px,1fr));gap:0;margin:0;padding:28px 0 2px;list-style:none;display:grid}.customer-execution-milestone{grid-template-rows:40px auto;gap:12px;min-width:0;padding-right:16px;display:grid;position:relative}.customer-execution-milestone:not(:last-child):after{content:"";background:#d8e1eb;height:3px;position:absolute;top:17px;left:40px;right:0}.customer-execution-milestone>span{z-index:1;color:#fff;background:#a9b4bf;border:5px solid #fff;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:relative;box-shadow:0 0 0 1px #cdd6df}.customer-execution-milestone--completed>span,.customer-execution-milestone--completed:not(:last-child):after{background:#18794e}.customer-execution-milestone--current>span{background:var(--color-primary);box-shadow:0 0 0 5px #0b57d01f}.customer-execution-milestone--cancelled>span{background:#b42318}.customer-execution-milestone>div{gap:5px;display:grid}.customer-execution-milestone small,.customer-execution-milestone time{color:var(--color-secondary-text);font-family:var(--font-mono);font-size:.64rem}.customer-execution-milestone strong{color:var(--color-foreground);font-size:.84rem}.customer-execution-milestone p{min-height:42px;color:var(--color-secondary-text);margin:0;font-size:.7rem;line-height:1.45}.customer-execution-detail__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:22px;display:grid}.customer-execution-facts{border:1px solid var(--color-border-soft);border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;display:grid}.customer-execution-facts>div{border-bottom:1px solid var(--color-border-soft);gap:5px;padding:15px;display:grid}.customer-execution-facts>div:nth-child(odd){border-right:1px solid var(--color-border-soft)}.customer-execution-facts dt{color:var(--color-secondary-text);text-transform:uppercase;align-items:center;gap:6px;font-size:.68rem;font-weight:700;display:flex}.customer-execution-facts dd{color:var(--color-foreground);margin:0;font-size:.82rem;font-weight:700}.customer-execution-links{flex-wrap:wrap;gap:8px;padding-top:18px;display:flex}.customer-execution-links a{color:var(--color-primary-strong);background:var(--color-primary-soft);border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:.72rem;font-weight:750;text-decoration:none;display:inline-flex}.customer-execution-activities,.customer-execution-evidence{gap:0;margin:0;padding:0;list-style:none;display:grid}.customer-execution-activities li,.customer-execution-evidence li{border-bottom:1px solid var(--color-border-soft);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 0;display:grid}.customer-execution-activities li>span{color:#fff;background:#18794e;border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.customer-execution-activities li>span:empty{background:#edf1f5;box-shadow:inset 0 0 0 1px #d1d9e2}.customer-execution-activities li>div,.customer-execution-evidence li>div{gap:3px;min-width:0;display:grid}.customer-execution-activities strong,.customer-execution-evidence strong{color:var(--color-foreground);text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.customer-execution-activities small,.customer-execution-evidence small{color:var(--color-secondary-text);font-size:.68rem}.customer-execution-evidence>li>svg{color:var(--color-primary);font-size:1.35rem}@media (max-width:1050px){.customer-execution-filters form{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-execution-row{grid-template-columns:7px minmax(180px,1fr) minmax(210px,1.15fr) auto}.customer-execution-row__window{display:none}.customer-execution-milestones{grid-template-columns:repeat(5,minmax(165px,1fr));padding-bottom:12px;overflow-x:auto}}@media (max-width:760px){.customer-execution-filters form,.customer-execution-detail__grid,.customer-execution-facts{grid-template-columns:1fr}.customer-execution-filters form>button{width:100%}.customer-execution-row{grid-template-columns:7px minmax(0,1fr) auto;gap:15px;padding-right:16px}.customer-execution-row__progress{grid-column:2}.customer-execution-row__state{flex-direction:column;grid-area:1/3/3;align-items:flex-end}.customer-execution-order{grid-template-columns:7px minmax(0,1fr);padding-right:20px}.customer-execution-order__rail{grid-row:1/5}.customer-execution-order__signal{grid-column:2;justify-items:start;padding-top:18px}.customer-execution-order__bar,.customer-execution-order>p{grid-column:2}.customer-execution-facts>div:nth-child(odd){border-right:0}}@media (max-width:440px){.customer-request-ledger__header{flex-direction:column;align-items:flex-start}.customer-request-steps strong{font-size:.7rem}.customer-request-review{grid-template-columns:1fr}.customer-request-review>div+div{border-top:1px solid var(--color-border-soft);border-left:0}.customer-request-form__actions{grid-template-columns:1fr 1fr;display:grid}.customer-request-form__actions .customer-button{width:100%}.customer-request-files li{grid-template-columns:auto minmax(0,1fr)}.customer-request-files .customer-button{grid-column:1/-1}.customer-quotation-pdf>header{flex-direction:column;align-items:stretch}.customer-quotation-pdf>header .customer-button{width:100%}.customer-quotation-pdf__viewer{min-height:480px}}.customer-visits,.customer-visit-detail{gap:24px;display:grid}.customer-visit-filters form{grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(150px,.75fr)) auto;align-items:end;gap:14px;display:grid}.customer-visit-board{border:1px solid var(--color-border-soft);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 16px 38px #12315214}.customer-visit-board>header{border-bottom:1px solid var(--color-border-soft);justify-content:space-between;align-items:flex-end;gap:24px;padding:24px 26px 18px;display:flex}.customer-visit-board>header>div{gap:5px;display:grid}.customer-visit-board>header h2{color:var(--color-foreground);margin:0;font-size:1.12rem}.customer-visit-board>header>span{color:var(--color-secondary-text);font-size:.72rem;font-weight:700}.customer-visit-loading{gap:12px;padding:22px;display:grid}.customer-visit-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.customer-visit-list>li+li{border-top:1px solid var(--color-border-soft)}.customer-visit-card{min-height:132px;color:inherit;grid-template-columns:80px minmax(170px,.85fr) minmax(220px,1.15fr) minmax(130px,.65fr) minmax(150px,.8fr) auto;align-items:center;gap:20px;padding:18px 24px 18px 18px;text-decoration:none;transition:background-color .16s,transform .16s;display:grid}.customer-visit-card:hover{background:#f8fafd;transform:translate(2px)}.customer-visit-card:focus-visible{outline-offset:-3px;outline:3px solid #0b57d038}.customer-visit-card__date,.customer-visit-appointment__date{color:#fff;background:#214f82;border-radius:14px;align-content:center;justify-items:center;min-height:94px;display:grid;overflow:hidden;box-shadow:inset 0 5px #3c4043}.customer-visit-card__date small,.customer-visit-appointment__date small{color:#dbe9f8;letter-spacing:.08em;text-transform:uppercase;margin-top:8px;font-size:.64rem;font-weight:800}.customer-visit-card__date strong,.customer-visit-appointment__date strong{font-family:Cascadia Mono,Consolas,monospace;font-size:1.7rem;line-height:1.05}.customer-visit-card__date span,.customer-visit-appointment__date span{color:#fff;text-transform:capitalize;font-size:.62rem;font-weight:700}.customer-visit-card__identity,.customer-visit-card__schedule,.customer-visit-card__state{gap:5px;min-width:0;display:grid}.customer-visit-card__identity>span{color:var(--color-primary-strong);font-family:Cascadia Mono,Consolas,monospace;font-size:.69rem;font-weight:800}.customer-visit-card__identity strong,.customer-visit-card__schedule strong{color:var(--color-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.customer-visit-card__identity small,.customer-visit-card__schedule small,.customer-visit-card__schedule span,.customer-visit-card__state small{color:var(--color-secondary-text);font-size:.68rem;line-height:1.45}.customer-visit-card__place{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;display:grid}.customer-visit-card__place>svg{color:#0b57d0;margin-top:2px;font-size:1.15rem}.customer-visit-card__place>span{gap:4px;display:grid}.customer-visit-card__place strong{color:var(--color-foreground);font-size:.78rem}.customer-visit-card__place small{color:var(--color-secondary-text);font-size:.67rem;line-height:1.45}.customer-visit-card__schedule strong{font-family:Cascadia Mono,Consolas,monospace;font-size:1rem}.customer-visit-card__state{align-items:start}.customer-visit-card>svg{color:var(--color-primary);font-size:1.2rem}.customer-visit-appointment{color:#fff;background:linear-gradient(110deg,#0b57d0f5,#214f82f5),radial-gradient(circle at 82% 18%,#3c404347,#0000 34%);border-radius:22px;grid-template-rows:auto auto;grid-template-columns:116px minmax(220px,1fr) auto;align-items:center;gap:20px 26px;padding:28px;display:grid;box-shadow:0 20px 42px #1a446f38}.customer-visit-appointment__date{color:#214f82;background:#fff;grid-row:1/3;min-height:122px;box-shadow:inset 0 7px #3c4043}.customer-visit-appointment__date small,.customer-visit-appointment__date span{color:#517091}.customer-visit-appointment__date strong{color:#214f82;font-size:2.35rem}.customer-visit-appointment__identity{gap:5px;display:grid}.customer-visit-appointment__identity .customer-eyebrow{color:#cfe4ff}.customer-visit-appointment__identity h1{margin:0;font-family:Cascadia Mono,Consolas,monospace;font-size:clamp(1.5rem,4vw,2.25rem)}.customer-visit-appointment__identity p,.customer-visit-appointment>p{color:#e8f2ff;margin:0}.customer-visit-appointment__identity p{font-size:.8rem}.customer-visit-appointment__status{text-align:right;justify-items:end;gap:5px;display:grid}.customer-visit-appointment__status strong{margin-top:7px;font-family:Cascadia Mono,Consolas,monospace;font-size:1.35rem}.customer-visit-appointment__status>span:last-child{color:#dbe9f8;font-size:.7rem}.customer-visit-appointment>p{grid-column:2/4;font-size:.76rem;line-height:1.55}.customer-visit-detail__grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:20px;display:grid}.customer-visit-facts{border:1px solid var(--color-border-soft);background:#f8fafd;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;display:grid}.customer-visit-facts>div{border-bottom:1px solid var(--color-border-soft);gap:7px;padding:15px;display:grid}.customer-visit-facts>div:nth-child(odd){border-right:1px solid var(--color-border-soft)}.customer-visit-facts dt{color:var(--color-secondary-text);text-transform:uppercase;align-items:center;gap:6px;font-size:.66rem;font-weight:800;display:flex}.customer-visit-facts dd{color:var(--color-foreground);gap:3px;margin:0;font-size:.82rem;font-weight:750;display:grid}.customer-visit-facts dd small{color:var(--color-secondary-text);font-size:.67rem;font-weight:500}.customer-visit-purpose{gap:7px;padding-top:18px;display:grid}.customer-visit-purpose span{color:var(--color-secondary-text);letter-spacing:.06em;text-transform:uppercase;font-size:.67rem;font-weight:800}.customer-visit-purpose p{color:var(--color-foreground);margin:0;font-size:.8rem;line-height:1.65}.customer-visit-dossier{gap:18px;padding-top:6px;display:grid}.customer-visit-dossier>header{gap:7px;max-width:700px;display:grid}.customer-visit-dossier>header h2,.customer-visit-dossier>header p{margin:0}.customer-visit-dossier>header h2{color:var(--color-foreground);font-size:1.4rem}.customer-visit-dossier>header p{color:var(--color-secondary-text);font-size:.78rem;line-height:1.55}.customer-visit-dossier__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;display:grid}.customer-visit-outcome{color:#165d3d;background:#edf8f2;border-left:4px solid #18794e;border-radius:0 12px 12px 0;margin:0 0 16px;padding:14px 16px;font-size:.78rem;line-height:1.65}.customer-visit-result{gap:10px;margin:0;padding:0;display:grid}.customer-visit-result>div{border-bottom:1px solid var(--color-border-soft);gap:3px;padding-bottom:10px;display:grid}.customer-visit-result dt{color:var(--color-secondary-text);text-transform:uppercase;font-size:.65rem;font-weight:800}.customer-visit-result dd{color:var(--color-foreground);margin:0;font-size:.78rem;font-weight:700}.customer-visit-activities,.customer-visit-files{gap:0;margin:0;padding:0;list-style:none;display:grid}.customer-visit-activities li,.customer-visit-files li{border-bottom:1px solid var(--color-border-soft);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 0;display:grid}.customer-visit-activities li>span{color:#fff;background:#18794e;border-radius:50%;place-items:center;width:26px;height:26px;font-size:.7rem;font-weight:800;display:grid}.customer-visit-activities li>div,.customer-visit-files li>div{gap:4px;min-width:0;display:grid}.customer-visit-activities strong,.customer-visit-files strong{color:var(--color-foreground);text-overflow:ellipsis;font-size:.76rem;overflow:hidden}.customer-visit-activities small,.customer-visit-files small{color:var(--color-secondary-text);font-size:.66rem}.customer-visit-files>li>svg{color:#0b57d0;font-size:1.25rem}@media (max-width:1050px){.customer-visit-filters form{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-visit-card{grid-template-columns:72px minmax(160px,.8fr) minmax(200px,1fr) minmax(140px,.8fr) auto}.customer-visit-card__schedule{display:none}.customer-visit-dossier__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.customer-visit-filters form,.customer-visit-detail__grid,.customer-visit-dossier__grid,.customer-visit-facts{grid-template-columns:1fr}.customer-visit-filters form>button{width:100%}.customer-visit-board>header{flex-direction:column;align-items:flex-start;gap:8px}.customer-visit-card{grid-template-columns:66px minmax(0,1fr) auto;gap:14px;min-height:0;padding:16px}.customer-visit-card__date{grid-row:1/3;min-height:82px}.customer-visit-card__place{grid-column:2/4}.customer-visit-card__state{grid-area:1/3;justify-items:end}.customer-visit-card__state small,.customer-visit-card>svg{display:none}.customer-visit-appointment{grid-template-columns:88px minmax(0,1fr);gap:16px;padding:22px}.customer-visit-appointment__date{grid-row:1/2;min-height:102px}.customer-visit-appointment__status{text-align:left;grid-area:2/1/auto/3;grid-template-columns:auto 1fr;place-items:center start}.customer-visit-appointment__status strong{justify-self:end;margin:0}.customer-visit-appointment__status>span:last-child,.customer-visit-appointment>p{grid-column:1/3}.customer-visit-facts>div:nth-child(odd){border-right:0}.customer-visit-files li{grid-template-columns:auto minmax(0,1fr)}.customer-visit-files .customer-button{grid-column:1/3;width:100%}}.customer-shell{--customer-sidebar-width:272px;grid-template-columns:var(--customer-sidebar-width) minmax(0, 1fr);background:#f8fafd}.customer-shell[data-sidebar-mode=rail]{--customer-sidebar-width:76px}.customer-shell__sidebar{background:#f8fafd;border-right:1px solid #dadce0;transition:transform .18s,visibility .18s}.customer-shell__sidebar-titlebar{color:#5f6368;letter-spacing:.055em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:4px 14px 4px 20px;font-size:.6875rem;font-weight:750;display:flex}.customer-shell__sidebar-toggle,.customer-shell__mobile-sidebar-toggle{color:#3c4043;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;padding:0;font-size:1.2rem;transition:background-color .12s,color .12s;display:inline-grid}.customer-shell__sidebar-toggle:hover,.customer-shell__mobile-sidebar-toggle:hover{color:#0b57d0;background:#e8f0fe}.customer-shell__sidebar-toggle:focus-visible,.customer-shell__mobile-sidebar-toggle:focus-visible{outline-offset:2px;outline:2px solid #0b57d0}.customer-shell__mobile-sidebar-toggle,.customer-shell__scrim{display:none}.customer-shell__header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-bottom:1px solid #dadce0;min-height:64px;box-shadow:0 1px 2px #3c404314}.customer-shell__header-inner{min-height:64px;padding:0 24px}.customer-shell__main{width:min(100% - 48px,1600px);padding:24px 0 48px}.customer-shell__footer{color:#5f6368;border-top-color:#dadce0;width:min(100% - 48px,1600px)}.customer-account__trigger{min-height:42px;box-shadow:none;border:1px solid #0000;border-radius:21px}.customer-account__trigger:hover,.customer-account__trigger[aria-expanded=true]{background:#f1f3f4;border-color:#dadce0}.customer-account__avatar{background:#0b57d0;border-radius:50%}.customer-shell[data-sidebar-mode=rail] .customer-shell__sidebar-brand{justify-content:center;padding-inline:14px}.customer-shell[data-sidebar-mode=rail] .customer-shell__sidebar-brand .customer-brand{width:auto}.customer-shell[data-sidebar-mode=rail] .customer-brand__copy,.customer-shell[data-sidebar-mode=rail] .customer-shell__sidebar-titlebar>span,.customer-shell[data-sidebar-mode=rail] .customer-shell__sidebar-context,.customer-shell[data-sidebar-mode=rail] .customer-shell__nav-label,.customer-shell[data-sidebar-mode=rail] .customer-nav-link__copy,.customer-shell[data-sidebar-mode=rail] .customer-shell__sidebar-footer>span{display:none}.customer-shell[data-sidebar-mode=rail] .customer-shell__sidebar-titlebar{justify-content:center;padding-inline:0}.customer-shell[data-sidebar-mode=rail] .customer-shell__desktop-nav{padding:8px 10px 14px}.customer-shell[data-sidebar-mode=rail] .customer-shell__nav-list{gap:6px}.customer-shell[data-sidebar-mode=rail] .customer-nav-link{border-radius:22px;grid-template-columns:1fr;justify-items:center;min-height:44px;padding:0}.customer-shell[data-sidebar-mode=rail] .customer-nav-link:before{content:"";background:0 0;border-radius:0 3px 3px 0;width:3px;display:block;position:absolute;top:10px;bottom:10px;left:-10px}.customer-shell[data-sidebar-mode=rail] .customer-nav-link--active:before{background:#0b57d0}.customer-shell[data-sidebar-mode=rail] .customer-shell__sidebar-footer{grid-template-columns:1fr;justify-items:center;margin-inline:10px;padding-inline:0}.customer-card,.customer-request-filters,.customer-execution-filters,.customer-quotation-ledger,.customer-request-ledger,.customer-execution-board,.customer-visit-board,.customer-data-table,.customer-record-inspector,.customer-record-detail__section{background:#fff;border-color:#dadce0;border-radius:8px;box-shadow:0 1px 2px #3c404314}.customer-card{padding:20px}.customer-card__header{margin-bottom:18px}.customer-card__header h1,.customer-card__header h2{color:#202124;font-family:var(--font-sans);letter-spacing:-.01em}.customer-button{box-shadow:none;border-radius:4px;transition:background-color .12s,border-color .12s,box-shadow .12s}.customer-button--sm{min-height:34px}.customer-button--md{min-height:40px}.customer-button--primary{box-shadow:none;background:#0b57d0;border-color:#0b57d0}.customer-button--primary:not(:disabled):hover{background:#0842a0;border-color:#0842a0;transform:none;box-shadow:0 1px 2px #3c404333}.customer-button--secondary{color:#0b57d0;box-shadow:none;border-color:#dadce0}.customer-button--secondary:not(:disabled):hover,.customer-button--quiet:not(:disabled):hover{background:#e8f0fe;border-color:#c2d7f8}.customer-input,.customer-select,.customer-textarea{box-shadow:none;border-color:#bdc1c6;border-radius:4px}.customer-input,.customer-select{min-height:40px}.customer-home__hero{background:#fff;border-color:#dadce0;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(220px,.34fr);gap:28px;padding:28px 32px;box-shadow:0 1px 2px #3c404314}.customer-home__hero:after{background:#3c4043;width:96px;height:4px}.customer-home__hero h1,.customer-home__heading h1,.customer-request-heading h1{color:#202124;font-family:var(--font-sans);letter-spacing:-.025em;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.12}.customer-home__hero-signal{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#f8fafd;border-color:#dadce0;border-radius:8px;padding:14px}.customer-home__signal-mark{background:#188038;border-radius:50%}.customer-home__next:after{width:72px;height:4px}.customer-home__next-kicker{color:#0b57d0}.customer-home__next h2{color:#202124;font-family:var(--font-sans);letter-spacing:-.02em;margin-block:7px;font-size:clamp(1.35rem,2.5vw,1.8rem)}.customer-home__next p{color:#5f6368}.customer-request-heading{align-items:center;padding:4px 0}.customer-request-heading h1{margin-block:6px 8px}.customer-request-heading p{font-size:.875rem;line-height:1.5}.customer-request-filters,.customer-execution-filters{padding:16px}.customer-quotation-ledger>header,.customer-request-ledger__header,.customer-execution-board>header,.customer-visit-board>header{background:#f8fafd;border-bottom-color:#dadce0;min-height:64px;padding:14px 18px}.customer-record-workbench{gap:16px}.customer-record-inspector,.customer-record-detail__section,.customer-record-window{border-radius:8px}.customer-record-window__titlebar{background:#f8fafd;border-bottom-color:#dadce0}@media (min-width:1200px){.customer-shell__sidebar{display:flex}.customer-shell__mobile-brand{display:none}.customer-shell__topbar-context{display:grid}.customer-shell[data-sidebar-mode=expanded]{--customer-sidebar-width:288px}}@media (min-width:1280px){.customer-shell[data-sidebar-mode=expanded]{--customer-sidebar-width:280px}}@media (min-width:1536px){.customer-shell[data-sidebar-mode=expanded]{--customer-sidebar-width:288px}}@media (max-width:1199.98px){.customer-shell,.customer-shell[data-sidebar-mode=drawer]{grid-template-columns:minmax(0,1fr)}.customer-shell__sidebar{z-index:90;visibility:hidden;pointer-events:none;width:min(288px,100vw - 40px);height:100dvh;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-104%);box-shadow:8px 0 24px #3c404333}.customer-shell[data-sidebar-open=true] .customer-shell__sidebar{visibility:visible;pointer-events:auto;transform:translate(0)}.customer-shell__scrim{z-index:80;background:#2021246b;border:0;padding:0;display:block;position:fixed;inset:0}.customer-shell__header,.customer-shell__header-inner{min-height:64px}.customer-shell__header-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding-inline:12px}.customer-shell__mobile-sidebar-toggle{display:inline-grid}.customer-shell__mobile-brand{display:flex}.customer-shell__topbar-context{display:none}.customer-shell__main,.customer-shell__footer{width:min(100% - 28px,1180px)}.customer-shell__main{padding-top:20px}.customer-shell__footer{padding-bottom:20px}.customer-home__hero{grid-template-columns:1fr;padding:24px}.customer-home__next,.customer-request-heading{flex-direction:column;align-items:flex-start}}@media (max-width:520px){.customer-shell__mobile-brand .customer-brand__copy,.customer-account__identity,.customer-account__trigger>svg{display:none}.customer-account__trigger{padding:3px}.customer-shell__main,.customer-shell__footer{width:min(100% - 20px,1180px)}.customer-card,.customer-home__hero,.customer-home__next{padding:18px}}@media (prefers-reduced-motion:reduce){.customer-shell__sidebar,.customer-shell__sidebar-toggle,.customer-shell__mobile-sidebar-toggle{transition:none}}.customer-shell__desktop-nav{gap:4px}.customer-shell__nav-list{gap:2px;display:grid}.customer-nav-section{gap:2px;margin:0;display:grid}.customer-nav-section+.customer-nav-section{margin-top:8px}.customer-nav-section__toggle{color:#202124;width:100%;min-height:40px;box-shadow:none;text-align:left;background:0 0;border:1px solid #0000;border-radius:0 20px 20px 0;grid-template-columns:26px minmax(0,1fr) 18px;align-items:center;gap:4px;padding:0 8px 0 4px;font-size:.875rem;font-weight:700;line-height:1;transition:background-color .14s,color .14s;display:grid;position:relative}.customer-nav-section__toggle:hover,.customer-nav-section__toggle.is-expanded{color:#202124;background:#eaecf0}.customer-nav-section__toggle.is-expanded{background:#e8f0fe85}.customer-nav-section__toggle:focus-visible,.customer-nav-option:focus-visible{z-index:1;outline-offset:2px;outline:2px solid #0b57d0}.customer-nav-section__icon{color:#5f6368;border-radius:50%;place-items:center;width:26px;min-width:26px;height:26px;display:inline-grid}.customer-nav-section__icon svg{width:18px;height:18px}.customer-nav-section__toggle:hover .customer-nav-section__icon,.customer-nav-section__toggle.is-expanded .customer-nav-section__icon,.customer-nav-section--active>.customer-nav-section__toggle .customer-nav-section__icon{color:#0b57d0}.customer-nav-section__label{gap:1px;min-width:0;display:grid}.customer-nav-section__label strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:700;overflow:hidden}.customer-nav-section__label small{display:none}.customer-nav-section__chevron{color:#5f6368;width:18px;height:18px;transition:transform .14s,color .14s}.customer-nav-section__toggle:hover .customer-nav-section__chevron,.customer-nav-section__toggle.is-expanded .customer-nav-section__chevron{color:#0b57d0}.customer-nav-section__toggle.is-expanded .customer-nav-section__chevron{transform:rotate(90deg)}.customer-nav-section__body{border-left:1px solid #dadce0b8;gap:2px;margin-left:9px;padding:2px 0 2px 8px;display:grid}.customer-nav-option{color:#3c4043;min-width:0;text-decoration:none}.customer-nav-option--sidebar{border:1px solid #0000;border-radius:0 18px 18px 0;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:2px;width:100%;min-height:34px;margin-right:3px;padding:0 8px 0 3px;font-size:.8125rem;font-weight:600;line-height:1;transition:background-color .14s,color .14s;display:grid}.customer-nav-option__icon{color:#5f6368;place-items:center;width:24px;min-width:24px;height:24px;display:inline-grid}.customer-nav-option__icon svg{width:16px;height:16px}.customer-nav-option__copy{gap:2px;min-width:0;display:grid}.customer-nav-option__copy strong{color:inherit;font-size:inherit;font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-nav-option--sidebar .customer-nav-option__copy small,.customer-nav-option--sidebar .customer-nav-option__arrow{display:none}.customer-nav-option--sidebar:hover{color:#202124;background:#eaecf0}.customer-nav-option--active{color:#041e49;background:#d3e3fd;font-weight:700}.customer-nav-option--active .customer-nav-option__icon{color:#0b57d0}.customer-shell[data-sidebar-mode=rail] .customer-nav-section,.customer-shell[data-sidebar-mode=rail] .customer-nav-section+.customer-nav-section{justify-content:center;margin:0;padding:1px 0;display:flex}.customer-shell[data-sidebar-mode=rail] .customer-nav-section__toggle{color:#5f6368;background:0 0;border:0;border-radius:18px;grid-template-columns:1fr;place-items:center;gap:0;width:54px;min-height:48px;padding:0}.customer-shell[data-sidebar-mode=rail] .customer-nav-section__toggle:hover,.customer-shell[data-sidebar-mode=rail] .customer-nav-section__toggle.is-expanded{color:#0b57d0;background:#3c404314}.customer-shell[data-sidebar-mode=rail] .customer-nav-section--active>.customer-nav-section__toggle{color:#0b57d0;background:#e8f0fe}.customer-shell[data-sidebar-mode=rail] .customer-nav-section--active>.customer-nav-section__toggle:before{content:"";background:#0b57d0;border-radius:0 3px 3px 0;width:3px;height:24px;position:absolute;left:2px}.customer-shell[data-sidebar-mode=rail] .customer-nav-section__icon{color:currentColor;width:36px;min-width:36px;height:36px}.customer-shell[data-sidebar-mode=rail] .customer-nav-section__icon svg{width:19px;height:19px}.customer-shell[data-sidebar-mode=rail] .customer-nav-section__toggle :is(.customer-nav-section__label,.customer-nav-section__chevron){display:none}.customer-nav-flyout{z-index:180;top:var(--customer-sidebar-flyout-top);left:var(--customer-sidebar-flyout-left);width:min(320px, calc(100vw - var(--customer-sidebar-flyout-left) - 16px));color:#202124;background:#fffffffa;border:1px solid #dadce0f5;border-radius:12px;grid-template-rows:auto minmax(0,1fr);max-height:min(72vh,600px);animation:.13s cubic-bezier(.2,0,0,1) both customer-nav-flyout-enter;display:grid;position:fixed;overflow:hidden;box-shadow:0 18px 44px #3c404333,0 4px 12px #3c40431f}@keyframes customer-nav-flyout-enter{0%{opacity:0;transform:translate(-5px)}to{opacity:1;transform:translate(0)}}.customer-nav-flyout__header{background:#f8fafd;border-bottom:1px solid #e5e8ed;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;min-height:58px;padding:10px 14px;display:grid}.customer-nav-flyout__icon{color:#0b57d0;background:#e8f0fe;border-radius:50%;place-items:center;width:36px;height:36px;display:inline-grid}.customer-nav-flyout__icon svg{width:18px;height:18px}.customer-nav-flyout__header>span:last-child{gap:2px;min-width:0;display:grid}.customer-nav-flyout__header strong{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:750;line-height:1.25;overflow:hidden}.customer-nav-flyout__header small{color:#6b7280;font-size:.6875rem}.customer-nav-flyout__body{align-content:start;gap:4px;min-height:0;padding:8px;display:grid;overflow:hidden auto}.customer-nav-option--flyout{border:1px solid #0000;border-radius:8px;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:7px;min-height:46px;padding:5px 10px 5px 8px;transition:background-color .12s,color .12s;display:grid}.customer-nav-option--flyout:hover{color:#202124;background:#f1f3f4}.customer-nav-option--flyout.customer-nav-option--active{color:#041e49;background:#d3e3fd}.customer-nav-option--flyout .customer-nav-option__copy small{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;line-height:1.25;overflow:hidden}.customer-nav-option--flyout .customer-nav-option__arrow{color:#80868b;width:16px;height:16px}@media (max-width:1199.98px){.customer-nav-flyout,.customer-nav-section__label small{display:none}}@media (prefers-reduced-motion:reduce){.customer-nav-flyout,.customer-nav-section__toggle,.customer-nav-section__chevron,.customer-nav-option{transition:none;animation:none}}.customer-modal-window{z-index:1240;pointer-events:none;position:fixed;inset:0}.customer-modal-window__surface{z-index:1250;color:#202124;will-change:left, top;pointer-events:auto;background:#c4d5e9;border:1px solid #355f8f;border-radius:2px;grid-template-rows:auto minmax(0,1fr);width:min(860px,100vw - 48px);height:min(74vh,720px);min-height:420px;max-height:calc(100dvh - 96px);transition:box-shadow 90ms linear,border-color 90ms linear,opacity .12s;display:grid;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 18px 30px #192f5047,inset 0 1px #ffffffe6}.customer-modal-window__titlebar{color:#173e66;cursor:move;touch-action:none;-webkit-user-select:none;user-select:none;background:linear-gradient(#f8fbff,#d8e7f8 47%,#b9cee8);border-bottom:1px solid #6f89aa;justify-content:space-between;align-items:center;gap:8px;min-height:31px;padding:4px 5px 4px 8px;display:flex;box-shadow:inset 0 1px #fff}.customer-modal-window__surface.is-dragging .customer-modal-window__titlebar{cursor:move}.customer-modal-window__title-copy{gap:2px;min-width:0;display:grid}.customer-modal-window__title-copy strong,.customer-modal-window__title-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-modal-window__title-copy strong{color:#173e66;font-size:.75rem;font-weight:700}.customer-modal-window__title-copy small{color:#63788f;font-size:.625rem;font-weight:600}.customer-modal-window__actions{gap:5px;display:flex}.customer-modal-window__actions button{color:#294b6d;cursor:pointer;background:linear-gradient(#fff,#dce8f5);border:1px solid #7d98b8;border-radius:1px;place-items:center;width:21px;height:21px;padding:0;display:inline-grid}.customer-modal-window__actions button[data-window-action=minimize]:hover{color:#fff;background:linear-gradient(#7aa6d6,#3e77b1);border-color:#255f98}.customer-modal-window__actions button[data-window-action=close]:hover{color:#fff;background:linear-gradient(#d96d64,#9f2f26);border-color:#7b2119}.customer-modal-window__actions button:focus-visible,.customer-modal-window__task:focus-visible{outline-offset:2px;outline:2px solid #0b57d0}.customer-modal-window__body{scrollbar-color:#5f636861 transparent;scrollbar-width:thin;background:#c8d6e8;min-height:0;padding:5px;overflow:hidden}.customer-modal-window.is-minimized .customer-modal-window__surface{visibility:hidden;opacity:0;pointer-events:none}.customer-modal-window__task{z-index:1250;color:#173a61;cursor:pointer;text-align:left;pointer-events:auto;background:linear-gradient(#fff,#e2edf8 52%,#ccddf0);border:1px solid #8aa6c4;border-radius:2px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;min-width:148px;max-width:236px;height:29px;padding:0 10px;display:inline-grid;position:fixed;bottom:8px;right:8px;box-shadow:inset 0 1px #ffffffeb}.customer-modal-window__task>span{gap:2px;min-width:0;display:grid}.customer-modal-window__task small,.customer-modal-window__task strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-modal-window__task small{display:none}.customer-modal-window__task strong{color:#173a61;font-size:.6875rem;font-weight:700}.customer-modal-window__task>svg:last-child{display:none}.customer-request-create--window{background:#f8fafc;grid-template-rows:auto minmax(0,1fr);gap:0;width:100%;max-width:none;height:100%;min-height:0;margin:0;padding:0;display:grid;overflow:hidden}.customer-request-create--window .customer-request-form{background:#f8fafc;grid-template-rows:minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:0;height:100%;min-height:0;overflow:hidden}.customer-request-create--window .customer-request-form__main{min-height:0;box-shadow:none;background:#f8fafc;border:0;border-radius:0;align-content:start;gap:12px;padding:14px;display:grid;overflow:hidden auto}.customer-request-create--window .customer-request-form__aside{display:none}.customer-request-create--window .customer-request-form__section{background:#fff;border:1px solid #dfe5ee;border-radius:8px;gap:12px;padding:12px}.customer-request-create--window .customer-request-form__section>header{border-bottom-color:#edf2f7;padding-bottom:8px;display:block}.customer-request-create--window .customer-request-form__section>header>span{display:none}.customer-request-create--window .customer-request-form__section>header>div{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.customer-request-create--window .customer-request-form__section h2{color:#202124;font-family:inherit;font-size:.8125rem;font-weight:800;line-height:1.25}.customer-request-create--window .customer-request-form__section header p{color:#667085;text-align:right;font-size:.6875rem;font-weight:600;line-height:1.35}.customer-request-create--window .customer-request-window-section>header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.customer-request-create--window .customer-request-window-section>header>strong{color:#202124;margin:0;font-size:.8125rem;font-weight:800;line-height:1.25}.customer-request-create--window .customer-request-window-section>header>span{color:#667085;text-align:right;font-size:.6875rem;font-weight:600;line-height:1.35;display:block}.customer-request-create--window .customer-request-form__grid,.customer-request-create--window .customer-asset-picker__grid{gap:12px}.customer-request-create--window .customer-request-window-grid{-moz-column-gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:14px 12px;display:grid}.customer-request-create--window .customer-request-window-grid>*{min-width:0}.customer-request-create--window .customer-admin-grid-wide{grid-column:1/-1}.customer-request-create--window .customer-admin-operation-field{color:#5f6368;gap:7px;min-width:0;font-size:.75rem;font-weight:700;line-height:1.25;display:grid}.customer-request-create--window .customer-admin-operation-field :is(.customer-select,.customer-textarea){color:#202124;width:100%;box-shadow:none;background:#fff;border:1px solid #dadce0;border-radius:8px;outline:0;font-size:.8125rem;font-weight:650;transition:border-color .14s,box-shadow .14s}.customer-request-create--window .customer-admin-operation-field .customer-select{min-height:42px;padding:0 34px 0 12px}.customer-request-create--window .customer-admin-operation-field .customer-select:disabled{color:#3c4043;opacity:1;background:#f5f7fb;border-color:#dfe5ee}.customer-request-create--window .customer-admin-operation-field .customer-textarea{resize:vertical;min-height:84px;padding:12px 14px}.customer-request-create--window .customer-admin-operation-field :is(.customer-select,.customer-textarea):focus{border-color:#0b57d0;box-shadow:0 0 0 3px #0b57d01f}.customer-request-create--window .customer-admin-location-trigger{color:#202124;text-align:left;background:#fff;border:1px solid #dadce0;border-radius:10px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:60px;padding:8px 12px;transition:border-color .14s,box-shadow .14s,background-color .14s;display:grid;box-shadow:0 1px 2px #3c404314}.customer-request-create--window .customer-admin-location-trigger:not(:disabled):hover,.customer-request-create--window .customer-admin-location-trigger.selected{border-color:#a8c7fa;box-shadow:0 1px 2px #3c40431f,0 0 0 3px #0b57d014}.customer-request-create--window .customer-admin-location-trigger:disabled{color:#80868b;cursor:not-allowed;box-shadow:none;background:#f8fafd}.customer-request-create--window .customer-admin-location-icon{color:#0b57d0;background:#e8f0fe;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.customer-request-create--window .customer-admin-location-icon svg{width:16px;height:16px}.customer-request-create--window .customer-admin-location-copy{gap:3px;min-width:0;display:grid}.customer-request-create--window .customer-admin-location-copy strong{color:#202124;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:750;line-height:1.2;overflow:hidden}.customer-request-create--window .customer-admin-location-copy small{color:#5f6368;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.customer-request-create--window .customer-admin-requirement-group{background:#fff;border:1px solid #dfe5ee;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:100%;min-width:0;margin:0;padding:28px 0 0;display:grid;position:relative;overflow:hidden}.customer-request-create--window .customer-admin-requirement-group legend{color:#5f6368;background:#f8fafd;border-bottom:1px solid #edf1f7;align-items:center;width:100%;height:28px;padding:0 12px;font-size:.6875rem;font-weight:750;display:flex;position:absolute;inset:0 0 auto}.customer-request-create--window .customer-admin-requirement-toggle{color:#202124;cursor:pointer;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;min-height:58px;padding:10px 14px;transition:background-color .14s;display:grid}.customer-request-create--window .customer-admin-requirement-toggle+.customer-admin-requirement-toggle{border-left:1px solid #edf1f7}.customer-request-create--window .customer-admin-requirement-toggle:hover,.customer-request-create--window .customer-admin-requirement-toggle:focus-within{background:#f8fafd}.customer-request-create--window .customer-admin-requirement-toggle>input{appearance:none;cursor:pointer;background:#bdc1c6;border:0;border-radius:10px;outline:0;width:34px;height:20px;margin:0;position:relative}.customer-request-create--window .customer-admin-requirement-toggle>input:before{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .14s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #3c404347}.customer-request-create--window .customer-admin-requirement-toggle>input:checked{background:#0b57d0}.customer-request-create--window .customer-admin-requirement-toggle>input:checked:before{transform:translate(14px)}.customer-request-create--window .customer-admin-requirement-toggle>span{gap:3px;min-width:0;display:grid}.customer-request-create--window .customer-admin-requirement-toggle strong{color:#202124;font-size:.8125rem;font-weight:750}.customer-request-create--window .customer-admin-requirement-toggle small{color:#5f6368;font-size:.6875rem;font-weight:650;line-height:1.25}.customer-request-create--window .customer-admin-requirement-toggle b{color:#5f6368;font-size:.6875rem;font-weight:750}.customer-request-create--window .customer-admin-risk-result{color:#5f6368;align-items:center;gap:4px;min-height:18px;display:flex}.customer-request-create--window .customer-admin-risk-result strong{color:#188038;font-weight:750}.customer-request-create--window .customer-admin-risk-result.high strong{color:#b3261e}.customer-request-create--window :is(.customer-input,.customer-select){min-height:42px;box-shadow:none;border-radius:8px}.customer-request-create--window .customer-textarea{min-height:108px;box-shadow:none;border-radius:8px}.customer-request-create--window .customer-asset-picker,.customer-request-create--window .customer-attachment-drop{border-radius:8px}.customer-request-create--window .customer-request-window-assets .customer-asset-picker{background:#f8fafc;border-color:#dfe5ee;height:100%;min-height:88px;padding:10px}.customer-request-create--window .customer-request-window-assets .customer-asset-picker__grid{grid-template-columns:1fr;max-height:118px;overflow-y:auto}.customer-request-create--window .customer-request-window-assets .customer-asset-picker__grid label{border-radius:8px;padding:8px 10px}.customer-request-create--window .customer-request-window-files,.customer-request-create--window .customer-request-window-description,.customer-request-create--window .customer-request-window-wide{grid-column:1/-1;min-width:0}.customer-request-create--window .customer-request-window-files{gap:8px;display:grid}.customer-request-create--window .customer-request-window-label{color:#3c4043;font-size:.75rem;font-weight:700}.customer-request-create--window .customer-request-window-label small{color:#667085;margin-left:5px;font-size:.6875rem;font-weight:600}.customer-request-create--window .customer-request-window-files .customer-attachment-drop{background:#f8fafc;border-color:#9eb1c4;gap:12px;padding:11px 12px}.customer-request-create--window .customer-request-window-files .customer-attachment-drop>svg{font-size:1.45rem}.customer-request-create--window .customer-request-window-files .customer-attachment-list li{border-radius:8px;padding:8px 10px}.customer-request-create--window .customer-request-form__actions{background:#f8fafc;border-top:1px solid #dfe5ee;grid-column:1;min-height:59px;margin:0;padding:10px 14px 12px;position:static;box-shadow:0 -6px 16px #3c40430d}.customer-request-create--window .customer-request-form__actions .customer-button{border-radius:8px;min-height:38px;padding-inline:14px;font-size:.8125rem;font-weight:750}.customer-view-header__primary{cursor:pointer;font-family:inherit}@media (max-width:760px){.customer-modal-window__surface{border-radius:2px;width:calc(100vw - 16px);height:calc(100dvh - 104px);min-height:0;max-height:none;top:56px;left:8px;transform:none}.customer-modal-window__body{padding:5px}.customer-modal-window__task{bottom:78px;right:12px}.customer-request-create--window .customer-request-form__section>header>div{flex-direction:column;align-items:flex-start;gap:3px}.customer-request-create--window .customer-request-form__section header p{text-align:left}.customer-request-create--window .customer-request-window-section>header{flex-direction:column;align-items:flex-start;gap:3px}.customer-request-create--window .customer-request-window-section>header>span{text-align:left}.customer-request-create--window .customer-request-window-grid{grid-template-columns:1fr}.customer-request-create--window .customer-admin-grid-wide{grid-column:1}.customer-request-create--window .customer-admin-requirement-group{grid-template-columns:1fr}.customer-request-create--window .customer-admin-requirement-toggle+.customer-admin-requirement-toggle{border-top:1px solid #edf1f7;border-left:0}.customer-request-create--window .customer-request-window-files,.customer-request-create--window .customer-request-window-description,.customer-request-create--window .customer-request-window-wide{grid-column:1}}.customer-requests,.customer-quotations,.customer-executions,.customer-visits{gap:14px}.customer-view-header{background:#fff;border:1px solid #dadce0eb;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;min-height:86px;padding:17px 18px 15px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #3c404324}.customer-view-header:before{content:"";background:linear-gradient(90deg,#0b57d0,#4c8df6);height:4px;position:absolute;inset:0 0 auto}.customer-view-header__copy{min-width:0}.customer-view-header h1{color:#202124;font-family:var(--font-sans);letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:700;line-height:1.15}.customer-view-header p{color:#5f6368;max-width:72ch;margin:6px 0 0;font-size:.8125rem;line-height:1.45}.customer-view-header__actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.customer-view-header__counter{color:#0b57d0;min-width:34px;min-height:34px;font-family:var(--font-mono);background:#e8f0fe;border:1px solid #0000;border-radius:999px;place-items:center;padding-inline:12px;font-size:.75rem;font-weight:750;display:inline-grid}.customer-view-header__primary,.customer-view-header__refresh{color:#fff;min-height:34px;box-shadow:none;background:#0b57d0;border:1px solid #0b57d0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:.8125rem;font-weight:700;text-decoration:none;transition:background-color .14s,border-color .14s,box-shadow .14s;display:inline-flex}.customer-view-header__primary svg,.customer-view-header__refresh svg{width:16px;height:16px}.customer-view-header__primary:hover{color:#fff;background:#174ea6;border-color:#174ea6;box-shadow:0 1px 2px #3c404324}.customer-view-header__refresh{color:#3c4043;background:#fff;border-color:#dadce0;width:34px;padding:0}.customer-view-header__refresh:hover{color:#174ea6;background:#f8fafd;border-color:#c7d2e1;box-shadow:0 1px 2px #3c40431a}.customer-view-header__primary:focus-visible,.customer-view-header__refresh:focus-visible{outline-offset:2px;outline:2px solid #0b57d0}.customer-request-filters,.customer-execution-filters,.customer-visit-filters{background:#fff;border:1px solid #dadce0eb;border-radius:12px;padding:12px;box-shadow:0 1px 3px #3c40431a}.customer-request-filters__grid,.customer-quotation-filters,.customer-execution-filters form,.customer-visit-filters form{gap:8px}.customer-field{gap:5px}.customer-field__heading label{color:#3c4043;font-size:.75rem;font-weight:700}.customer-input,.customer-select{border-color:#dadce0;border-radius:8px;min-height:36px;padding-inline:10px;font-size:.8125rem}.customer-textarea{border-color:#dadce0;border-radius:8px;padding:10px;font-size:.8125rem}.customer-button--sm,.customer-button--md{border-radius:8px;min-height:34px;font-size:.8125rem}.customer-button--lg{border-radius:8px;min-height:38px}.customer-request-ledger,.customer-quotation-ledger,.customer-execution-board,.customer-visit-board{box-shadow:none;background:0 0;border:0;border-radius:0;overflow:visible}.customer-data-table,.customer-record-workbench__table .customer-data-table{background:#fff;border:1px solid #dadce0eb;border-radius:12px;margin:0;box-shadow:0 1px 3px #3c40431a}.customer-data-table table{color:#202124;font-size:.75rem}.customer-data-table th,.customer-data-table td{border-bottom-color:#e8eaedf5;border-right-color:#e8eaedf5;height:44px;padding:7px 10px}.customer-data-table th{color:#5f6368;height:36px;box-shadow:none;letter-spacing:.01em;background:#f8fafd;border-bottom-color:#dadce0eb;font-size:.6875rem;font-weight:700}.customer-data-table tbody tr:nth-child(2n){background:#f8fafd8a}.customer-data-table tbody tr:not(.customer-data-table__loading-row):hover{background:#e8f0feb8}.customer-data-table tbody tr.is-selected,.customer-data-table tbody tr.is-selected:hover{background:#d3e3fd}.customer-data-table tbody tr.is-selected td{border-bottom-color:#c2d7f8}.customer-data-table tbody tr.is-selected td:first-child:before{background:#0b57d0;border-radius:0 3px 3px 0;top:8px;bottom:8px}.customer-data-table__primary-link strong,.customer-data-table__money,.customer-data-table__progress strong{color:#174ea6}.customer-data-table__action{color:#0b57d0;background:#fff;border-color:#dadce0;border-radius:8px;width:30px;height:30px}.customer-data-table__action:hover{color:#174ea6;background:#e8f0fe;border-color:#c2d7f8}.customer-data-table__footer{color:#5f6368;background:#fff;border-top-color:#dadce0eb;border-radius:0 0 12px 12px;min-height:42px;padding:6px 8px;font-size:.6875rem}.customer-data-table__pager button{color:#3c4043;background:#fff;border-color:#dadce0;border-radius:50%;width:28px;height:28px}.customer-data-table__pager button:not(:disabled):hover{color:#0b57d0;background:#e8f0fe;border-color:#c2d7f8}.customer-data-table__summary select{border-color:#dadce0;border-radius:8px;min-height:28px}.customer-record-workbench{grid-template-columns:minmax(0,1fr) minmax(310px,360px);gap:12px}.customer-record-inspector{background:#fff;border-color:#dadce0eb;border-radius:12px;max-height:calc(100vh - 96px);margin:0;top:76px;box-shadow:0 1px 3px #3c404324}.customer-record-inspector:before{content:"";z-index:1;background:linear-gradient(90deg,#0b57d0,#4c8df6);height:4px;position:absolute;inset:0 0 auto}.customer-record-inspector__hero{background:#fff;border-bottom-color:#e8eaed;padding:20px 52px 14px 16px}.customer-record-inspector__hero h2{color:#202124;font-size:.9375rem}.customer-record-inspector__facts{gap:6px;padding:10px}.customer-record-inspector__facts>div{background:#f8fafd;border-color:#e8eaed;border-radius:8px;padding:9px}.customer-record-inspector__preview,.customer-record-inspector__footer{border-color:#e8eaed;padding-inline:16px}.customer-record-inspector__actions button,.customer-record-window__titlebar button{color:#3c4043;border-color:#dadce0;border-radius:8px}.customer-record-inspector__actions button:hover,.customer-record-window__titlebar button:hover{color:#0b57d0;background:#e8f0fe;border-color:#c2d7f8}.customer-request-heading{padding-block:0}.customer-request-heading h1,.customer-request-heading--compact h1{letter-spacing:-.025em;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.15}.customer-shell__desktop-nav,.customer-data-table__scroll,.customer-record-inspector,.customer-record-window__body{scrollbar-color:#5f636861 transparent;scrollbar-width:thin}.customer-data-table__scroll::-webkit-scrollbar{width:6px;height:7px}.customer-record-inspector::-webkit-scrollbar{width:6px;height:7px}.customer-record-window__body::-webkit-scrollbar{width:6px;height:7px}.customer-data-table__scroll::-webkit-scrollbar-thumb{background:#5f63685c padding-box padding-box;border:1px solid #0000;border-radius:999px}.customer-record-inspector::-webkit-scrollbar-thumb{background:#5f63685c padding-box padding-box;border:1px solid #0000;border-radius:999px}.customer-record-window__body::-webkit-scrollbar-thumb{background:#5f63685c padding-box padding-box;border:1px solid #0000;border-radius:999px}.customer-view-header{border-radius:24px;min-height:96px;padding:20px 22px}.customer-view-header:before,.customer-record-inspector:before{content:none;display:none}.customer-record-inspector{border-radius:24px}.customer-record-window{background:#fff;border-color:#dadce0eb;border-radius:16px;box-shadow:0 8px 20px #3c40432e}.customer-record-window.is-dragging{border-color:#0b57d0;box-shadow:0 12px 28px #3c40433d}.customer-record-window__titlebar{color:#202124;background:#f8fafd;border-bottom-color:#dadce0;min-height:48px}.customer-record-window__titlebar>div:first-child>span,.customer-record-window__titlebar small{color:#5f6368}.customer-record-window__titlebar strong{color:#202124}.customer-record-window__body{background:#fff}@media (min-width:1101px){.customer-shell__main:has(.customer-requests--compact){padding-top:12px;padding-bottom:14px}.customer-requests--compact{gap:8px}.customer-requests--compact .customer-view-header{border-radius:16px;min-height:70px;padding:12px 16px}.customer-requests--compact .customer-view-header h1{font-size:1.35rem}.customer-requests--compact .customer-view-header p{margin-top:3px;line-height:1.35}.customer-requests--compact .customer-request-filters{padding:8px 10px}.customer-requests--compact .customer-field{gap:3px}.customer-requests--compact .customer-input,.customer-requests--compact .customer-select,.customer-requests--compact .customer-button--md{min-height:32px}.customer-requests--compact .customer-data-table th{height:32px;padding-block:5px}.customer-requests--compact .customer-data-table td{height:36px;padding-block:5px}.customer-requests--compact .customer-data-table__footer{min-height:36px;padding-block:3px}.customer-requests--compact .customer-record-inspector{max-height:none;overflow:visible}.customer-requests--compact .customer-record-inspector__hero{gap:3px;padding:12px 46px 10px 12px}.customer-requests--compact .customer-record-inspector__hero>div{padding-top:3px}.customer-requests--compact .customer-record-inspector__facts{gap:5px;padding:8px}.customer-requests--compact .customer-record-inspector__facts>div{gap:2px;padding:7px}.customer-requests--compact .customer-record-inspector__preview{gap:5px;padding:9px 12px}.customer-requests--compact .customer-record-preview-copy{gap:5px}.customer-requests--compact .customer-record-preview-copy p{-webkit-line-clamp:2;line-height:1.4}.customer-requests--compact .customer-record-inspector__footer{padding:8px 12px 10px}}.customer-execution-meter{background:#e8f0fe;height:6px}.customer-execution-meter>span{background:#0b57d0}@media (max-width:900px){.customer-view-header{flex-direction:column;align-items:flex-start;min-height:0;padding:17px 16px 15px}.customer-view-header__actions{justify-content:flex-start;width:100%}}@media (max-width:520px){.customer-view-header h1{font-size:1.3rem}.customer-view-header__primary{flex:1}.customer-request-filters,.customer-execution-filters,.customer-visit-filters{padding:10px}}.customer-home__hero:after,.customer-home__next:after{background:var(--color-primary)}.customer-button--accent,.customer-button--accent:not(:disabled):hover{color:#fff;background:var(--color-primary);border-color:var(--color-primary);box-shadow:none;transform:none}.customer-quotation-row__version,.customer-quotation-document__spine,.customer-request-card__rail,.customer-request-ticket__rail{background:var(--color-primary);border-color:var(--color-primary)}.customer-quotation-totals,.customer-request-form__aside{color:var(--color-foreground);border:1px solid var(--color-border);border-left:4px solid var(--color-primary);background:#fff;border-radius:8px;box-shadow:0 1px 2px #3c404314}.customer-quotation-totals .customer-eyebrow,.customer-quotation-totals .is-total dd,.customer-request-form__aside .customer-eyebrow{color:var(--color-primary)}.customer-quotation-totals>small,.customer-quotation-totals>p,.customer-quotation-totals dt,.customer-request-form__aside p,.customer-request-form__aside small{color:var(--color-secondary-text)}.customer-quotation-totals dl>div,.customer-request-form__aside small{border-color:var(--color-border-soft)}.customer-quotation-document,.customer-request-ticket{border-color:var(--color-border);background:#fff;box-shadow:0 1px 2px #3c404314}.customer-quotation-notes,.customer-policy-page__support{border-left-color:var(--color-primary)}.customer-visit-card__date,.customer-visit-appointment__date{background:var(--color-primary);box-shadow:none}.customer-modal-window__surface{color:#202124;background:#fff;border-color:#dadce0eb;border-radius:16px;width:min(1080px,100vw - 310px);height:min(760px,100vh - 130px);box-shadow:0 8px 20px #3c40432e}.customer-modal-window:before{content:"";z-index:1245;pointer-events:auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#20212447;position:absolute;inset:0}.customer-modal-window.is-minimized:before{display:none}.customer-modal-window__surface.is-dragging{border-color:#0b57d0;box-shadow:0 12px 28px #3c40433d}.customer-modal-window__titlebar{color:#202124;min-height:48px;box-shadow:none;background:#f8fafd;border-bottom-color:#dadce0;padding:7px 9px 7px 16px}.customer-modal-window__title-copy strong{color:#202124;font-family:var(--font-mono);font-size:.8125rem}.customer-modal-window__title-copy small{color:#5f6368;font-size:.6875rem}.customer-modal-window__actions button{color:#3c4043;background:#fff;border-color:#dadce0;border-radius:8px;width:30px;height:30px}.customer-modal-window__actions button[data-window-action]:hover{color:#0b57d0;background:#e8f0fe;border-color:#c2d7f8}.customer-modal-window__body,.customer-request-create--window,.customer-request-create--window .customer-request-form,.customer-request-create--window .customer-request-form__main,.customer-request-create--window .customer-request-form__actions{background:#fff}.customer-modal-window__body{overscroll-behavior:contain;padding:0}.customer-shell__sidebar-brand .customer-brand__mark img{width:30px;height:30px}.customer-request-create--window .customer-request-form__main{padding:16px}.customer-request-create--window .customer-request-form__actions{box-shadow:none;border-top-color:#e8eaed}@media (max-width:1199.98px){.customer-modal-window__surface{width:calc(100vw - 24px)}}.customer-home{gap:20px}.customer-home__heading{align-items:center;padding:6px 2px 4px}.customer-home__heading h1{color:#202124;font-family:var(--font-sans);letter-spacing:-.025em;margin:5px 0 6px;font-size:clamp(1.75rem,3vw,2.35rem);font-weight:650;line-height:1.12}.customer-home__heading p{color:#5f6368;max-width:64ch;font-size:.9375rem;line-height:1.55}.customer-home__next{color:#202124;background:#fff;border:1px solid #dadce0;border-left:5px solid #0b57d0;border-radius:12px;min-height:160px;padding:clamp(24px,4vw,36px) clamp(24px,5vw,44px);box-shadow:0 1px 3px #3c404329}.customer-home__next:after{display:none}.customer-home__next-kicker{color:#0b57d0;font-family:var(--font-sans);letter-spacing:0;text-transform:none;font-size:.75rem;font-weight:700}.customer-home__next h2{color:#202124;max-width:26ch;font-family:var(--font-sans);letter-spacing:-.018em;margin:8px 0;font-size:clamp(1.35rem,2.6vw,1.9rem);font-weight:650;line-height:1.2}.customer-home__next p{color:#5f6368;max-width:62ch;font-size:.9375rem;line-height:1.55}@media (max-width:640px){.customer-home__heading{flex-direction:column;align-items:flex-start;gap:16px}.customer-home__heading-actions{justify-content:flex-start;width:100%}.customer-home__next{flex-direction:column;align-items:flex-start;gap:20px;padding:24px 20px}.customer-home__next .customer-button{justify-content:center;width:100%}}.customer-card{background:#fff;border-color:#dadce0;border-radius:12px;padding:clamp(18px,2.5vw,24px);box-shadow:0 1px 2px #3c40431a}.customer-card__header{gap:14px;margin-bottom:18px}.customer-card__header h1,.customer-card__header h2{color:#202124;font-family:var(--font-sans);letter-spacing:-.015em;font-weight:650}.customer-button--primary{color:#fff;box-shadow:none;background:#0b57d0;border-color:#0b57d0}.customer-button--primary:not(:disabled):hover{color:#fff;background:#174ea6;border-color:#174ea6;transform:none;box-shadow:0 1px 2px #3c404329}.customer-button--secondary{color:#0b57d0;box-shadow:none;background:#fff;border-color:#dadce0}.customer-button--secondary:not(:disabled):hover,.customer-button--quiet:not(:disabled):hover{color:#174ea6;background:#e8f0fe;border-color:#c2d7f8}.customer-button:focus-visible{outline-offset:2px;outline:2px solid #0b57d0}.customer-input,.customer-select,.customer-textarea{color:#202124;box-shadow:none;background:#fff;border-color:#dadce0}.customer-input:hover,.customer-select:hover,.customer-textarea:hover{border-color:#9aa0a6}.customer-input:focus,.customer-select:focus,.customer-textarea:focus{border-color:#0b57d0;box-shadow:0 0 0 2px #0b57d029}.customer-status--warning{color:#8f4e00;background:#fef7e0;border-color:#f2d58a}.customer-alert--warning{color:#6f4e00;background:#fef7e0;border-color:#f2d58a #f2d58a #f2d58a #f5b625}.customer-shell__header{min-height:64px;box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6f8fceb;border-bottom:1px solid #dadce0db}.customer-shell__header-inner{align-items:center;gap:18px;width:100%;min-height:64px;margin:0;padding:0 22px;display:flex}.customer-shell__topbar-left{flex:none;align-items:center;gap:18px;min-width:0;display:flex}.customer-shell__active-module-icon{color:#0b57d0;background:#e8f0fe;border:1px solid #c9d9f3;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;display:inline-grid;box-shadow:0 1px 2px #3c40431f}.customer-shell__active-module-icon svg{width:20px;height:20px}.customer-shell__topbar-context{gap:2px;min-width:150px;line-height:1.15;display:grid}.customer-shell__topbar-context small{color:#5f6368;font-size:.75rem;font-weight:700}.customer-shell__topbar-context strong{color:#202124;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:700;overflow:hidden}.customer-shell__topbar-actions{align-items:center;gap:8px;display:flex}.customer-shell__topbar-button{color:#3c4043;background:#fff;border:1px solid #dadce0;border-radius:14px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:.78rem;font-weight:700;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex;box-shadow:0 1px 2px #3c404314}.customer-shell__topbar-button:hover{color:#0b57d0;background:#f8faff;border-color:#c6dafc;box-shadow:0 1px 3px #3c404324}.customer-shell__search{color:#5f6368;background:#eaf1fb;border:1px solid #0000;border-radius:23px;flex:0 620px;align-items:center;gap:12px;width:min(620px,100%);min-width:240px;height:46px;margin-left:auto;padding:0 16px;transition:background-color .15s,border-color .15s,box-shadow .15s;display:flex;position:relative}.customer-shell__search:focus-within{background:#fff;border-color:#d7e3f7;box-shadow:0 1px 4px #3c404338}.customer-shell__search>svg{flex:none;width:20px;height:20px}.customer-shell__search input{color:#202124;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0}.customer-shell__search input::placeholder{color:#5f6368}.customer-shell__search-results{z-index:70;background:#fff;border:1px solid #e1e5eb;border-radius:16px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #3c404333}.customer-shell__search-result{color:#3c4043;border-radius:10px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;text-decoration:none;display:grid}.customer-shell__search-result:hover,.customer-shell__search-result:focus-visible{color:#0b57d0;background:#f1f5fb;outline:0}.customer-shell__search-result svg{width:18px;height:18px}.customer-shell__search-result span{gap:2px;min-width:0;display:grid}.customer-shell__search-result strong{font-size:.86rem}.customer-shell__search-result small{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.customer-shell__search-empty{color:#6b7280;text-align:center;margin:0;padding:12px;font-size:.8rem}.customer-shell__header .customer-account{flex:none}.customer-shell__header .customer-account__trigger{width:42px;min-width:42px;height:42px;box-shadow:none;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:inline-grid}.customer-shell__header .customer-account__trigger:hover,.customer-shell__header .customer-account__trigger:focus-visible{box-shadow:none;background:#e8eaed;outline:0}.customer-shell__header .customer-account__avatar{width:34px;height:34px}@media (max-width:1050px){.customer-shell__header-inner,.customer-shell__topbar-left{gap:10px}.customer-shell__topbar-context{min-width:120px}.customer-shell__topbar-actions{display:none}}@media (max-width:1199.98px){.customer-shell__header-inner{grid-template-columns:minmax(0,1fr) auto;min-height:64px;padding:0 12px;display:grid}.customer-shell__topbar-left{grid-template-columns:auto auto minmax(0,1fr);min-width:0;display:grid}.customer-shell__active-module-icon{width:34px;height:34px}.customer-shell__topbar-context{min-width:0}.customer-shell__topbar-context small{font-size:.68rem}.customer-shell__topbar-context strong{font-size:.9rem}.customer-shell__search{display:none}}.customer-account__avatar{overflow:hidden}.customer-account__avatar,.customer-account__avatar>span,.customer-account__avatar img{border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.customer-account__avatar img{-o-object-fit:cover;object-fit:cover}.customer-notifications{flex:none;position:relative}.customer-notifications__trigger{color:#3c4043;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:inline-grid;position:relative}.customer-notifications__trigger:hover,.customer-notifications__trigger:focus-visible,.customer-notifications__trigger[aria-expanded=true]{color:#0b57d0;background:#e8eaed;outline:0}.customer-notifications__trigger>svg{width:21px;height:21px}.customer-notifications__trigger>span{color:#fff;background:#c5221f;border:2px solid #f6f8fc;border-radius:10px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:.625rem;font-weight:800;display:grid;position:absolute;top:1px;right:-2px}.customer-notifications__panel{z-index:90;color:#202124;background:#fff;border:1px solid #dadce0;border-radius:18px;width:min(430px,100vw - 24px);position:absolute;top:calc(100% + 10px);right:-48px;overflow:hidden;box-shadow:0 8px 28px #3c40433d}.customer-notifications__panel>header{background:#f8fafd;border-bottom:1px solid #e8eaed;justify-content:space-between;align-items:center;min-height:66px;padding:12px 14px 12px 18px;display:flex}.customer-notifications__panel>header>div{gap:3px;display:grid}.customer-notifications__panel>header strong{font-size:1rem}.customer-notifications__panel>header span{color:#188038;font-size:.7rem;font-weight:700}.customer-notifications__panel>header button,.customer-notifications__query>button{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.customer-notifications__panel>header button:hover,.customer-notifications__query>button:hover{color:#0b57d0;background:#e8eaed}.customer-notifications__tabs{border-bottom:1px solid #e8eaed;align-items:center;gap:4px;min-height:48px;padding:6px 10px;display:flex}.customer-notifications__tabs>button{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:17px;min-height:34px;padding:0 10px;font-size:.75rem;font-weight:700}.customer-notifications__tabs>button.is-active{color:#0b57d0;background:#e8f0fe}.customer-notifications__tabs>button span{margin-left:4px}.customer-notifications__tabs .customer-notifications__mark-all{color:#0b57d0;align-items:center;gap:5px;margin-left:auto;display:inline-flex}.customer-notifications__tabs button:disabled{opacity:.45;cursor:default}.customer-notifications__query{border-bottom:1px solid #e8eaed;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 12px;display:grid}.customer-notifications__query label{color:#5f6368;background:#eef3fb;border:1px solid #0000;border-radius:19px;align-items:center;gap:8px;min-height:38px;padding:0 12px;display:flex}.customer-notifications__query label:focus-within{background:#fff;border-color:#c2d7f8}.customer-notifications__query input{color:#202124;width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:.78rem}.customer-notifications__list{overscroll-behavior:contain;max-height:min(430px,100vh - 260px);overflow-y:auto}.customer-notifications__list>p{color:#5f6368;text-align:center;padding:28px}.customer-notifications__list article{background:#fff;border-bottom:1px solid #f1f3f4;grid-template-columns:minmax(0,1fr) auto;display:grid;position:relative}.customer-notifications__list article.is-unread{background:#f5f9ff}.customer-notifications__list article>button:first-child{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:11px;padding:14px 8px 14px 16px;display:grid}.customer-notifications__list article>button:first-child>svg{color:#0b57d0;background:#e8f0fe;border-radius:50%;width:30px;height:30px;padding:6px}.customer-notifications__list article>button:first-child>span{gap:4px;min-width:0;display:grid}.customer-notifications__list article strong{font-size:.8rem}.customer-notifications__list article span span{color:#5f6368;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.74rem;line-height:1.4;display:-webkit-box;overflow:hidden}.customer-notifications__list article small{color:#80868b;font-size:.68rem}.customer-notifications__list article>button:last-child:not(:first-child){color:#0b57d0;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;margin:14px 10px 0 0;display:grid}.customer-notifications__list article>button:last-child:hover{background:#e8f0fe}.customer-notifications__error{color:#b3261e;background:#fce8e6;justify-content:space-between;align-items:center;padding:9px 12px;font-size:.72rem;display:flex}.customer-notifications__error button{color:inherit;background:0 0;border:0;font-weight:800}.customer-notifications__empty{color:#5f6368;text-align:center;align-content:center;place-items:center;gap:8px;min-height:190px;padding:30px;display:grid}.customer-notifications__empty>svg{color:#0b57d0;width:34px;height:34px}.customer-notifications__empty strong{color:#202124}.customer-notifications__empty span{font-size:.76rem}.customer-settings__backdrop{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#20212452;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.customer-settings{color:#202124;background:#fff;border:1px solid #dadce0;border-radius:18px;grid-template-rows:auto minmax(0,1fr);width:min(920px,100vw - 48px);max-height:min(720px,100dvh - 48px);display:grid;overflow:hidden;box-shadow:0 14px 42px #3c404347}.customer-settings__header{background:#f8fafd;border-bottom:1px solid #dadce0;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;padding:12px 14px 12px 20px;display:grid}.customer-settings__heading-icon{color:#0b57d0;background:#e8f0fe;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.customer-settings__heading-icon svg{width:21px;height:21px}.customer-settings__header h2,.customer-settings__header p,.customer-settings__section-heading h3,.customer-settings__section-heading p{margin:0}.customer-settings__header h2{font-size:1rem}.customer-settings__header p{color:#5f6368;margin-top:3px;font-size:.74rem}.customer-settings__header>button{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.customer-settings__header>button:hover{background:#e8eaed}.customer-settings__layout{grid-template-columns:220px minmax(0,1fr);min-height:0;display:grid}.customer-settings__nav{background:#f8fafd;border-right:1px solid #e8eaed;align-content:start;gap:5px;padding:18px 12px;display:grid}.customer-settings__nav>span{color:#5f6368;text-transform:uppercase;padding:0 12px 8px;font-size:.68rem;font-weight:800}.customer-settings__nav button{color:#3c4043;min-height:42px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:21px;align-items:center;gap:11px;padding:0 12px;font-size:.8rem;font-weight:700;display:flex}.customer-settings__nav button svg{width:19px;height:19px}.customer-settings__nav button:hover{background:#eef3fb}.customer-settings__nav button.is-active{color:#0b57d0;background:#d3e3fd}.customer-settings__content{overscroll-behavior:contain;min-height:0;overflow-y:auto}.customer-settings__section{flex-direction:column;min-height:100%;padding:26px 30px 0;display:flex}.customer-settings__section-heading{padding-bottom:20px}.customer-settings__section-heading h3{font-size:1.3rem}.customer-settings__section-heading p{color:#5f6368;margin-top:6px;font-size:.82rem}.customer-settings__loading{color:#5f6368;margin:14px 30px 0}.customer-settings__feedback{border-radius:8px;align-items:center;gap:8px;margin:14px 30px 0;padding:10px 12px;font-size:.78rem;display:flex}.customer-settings__feedback.is-error{color:#b3261e;background:#fce8e6}.customer-settings__feedback.is-success{color:#137333;background:#e6f4ea}.customer-settings__profile-card{background:#fff;border:1px solid #dadce0;border-radius:14px;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;display:grid}.customer-settings__avatar,.customer-settings__avatar img,.customer-settings__avatar>span{border-radius:50%;place-items:center;width:68px;height:68px;display:grid}.customer-settings__avatar{color:#0b57d0;background:#d3e3fd;font-size:1.15rem;font-weight:800;overflow:hidden}.customer-settings__avatar img{-o-object-fit:cover;object-fit:cover}.customer-settings__profile-card>div:nth-child(2){gap:4px;min-width:0;display:grid}.customer-settings__profile-card>div:nth-child(2) span,.customer-settings__profile-card>div:nth-child(2) small{color:#5f6368;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.customer-settings__avatar-actions{align-items:center;gap:6px;display:flex}.customer-settings__avatar-actions button{color:#0b57d0;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:18px;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-size:.75rem;font-weight:700;display:inline-flex}.customer-settings__avatar-actions button.is-danger{color:#b3261e;justify-content:center;width:36px;padding:0}.customer-settings__help{color:#5f6368;margin:8px 4px 18px;font-size:.7rem}.customer-settings__identity{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.customer-settings__identity>div{border:1px solid #e8eaed;border-radius:10px;gap:4px;padding:13px 14px;display:grid}.customer-settings__identity dt{color:#5f6368;font-size:.68rem;font-weight:700}.customer-settings__identity dd{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8rem;font-weight:700;overflow:hidden}.customer-settings__toggles{border:1px solid #dadce0;border-radius:12px;display:grid}.customer-settings__sound-picker{background:#f8fafd;border-bottom:1px solid #e8eaed;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:12px 14px;display:grid}.customer-settings__sound-picker.is-disabled{opacity:.58}.customer-settings__sound-picker>label{color:#3c4043;grid-template-columns:minmax(0,1fr);gap:5px;font-size:.72rem;font-weight:700;display:grid}.customer-settings__sound-picker select{color:#202124;width:min(320px,100%);min-height:38px;font:inherit;background:#fff;border:1px solid #dadce0;border-radius:8px;padding:0 34px 0 11px}.customer-settings__sound-picker small{color:#5f6368;font-size:.68rem;font-weight:500}.customer-settings__sound-picker>button{color:#0b57d0;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.customer-settings__sound-picker>button:hover:not(:disabled){background:#e8f0fe;border-color:#c2d7f8}.customer-settings__sound-picker>button:disabled{cursor:default}.customer-settings__toggle{cursor:pointer;border-bottom:1px solid #e8eaed;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-height:64px;padding:12px 14px;display:grid}.customer-settings__toggle:last-child{border-bottom:0}.customer-settings__toggle>span{gap:3px;display:grid}.customer-settings__toggle strong{font-size:.8rem}.customer-settings__toggle small{color:#5f6368;font-size:.71rem}.customer-settings__toggle input{opacity:0;pointer-events:none;position:absolute}.customer-settings__toggle i{background:#bdc1c6;border-radius:11px;width:38px;height:22px;transition:background .14s;position:relative}.customer-settings__toggle i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .14s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #3c40434d}.customer-settings__toggle input:checked+i{background:#0b57d0}.customer-settings__toggle input:checked+i:after{transform:translate(16px)}.customer-settings__toggle input:focus-visible+i{outline-offset:2px;outline:3px solid #0b57d03d}.customer-settings__quiet-hours{border:1px solid #dadce0;border-radius:12px;gap:12px;margin-top:14px;padding:14px;display:grid}.customer-settings__quiet-hours>label{align-items:center;gap:10px;display:flex}.customer-settings__quiet-hours>label span{gap:2px;display:grid}.customer-settings__quiet-hours strong{font-size:.78rem}.customer-settings__quiet-hours small{color:#5f6368;font-size:.7rem}.customer-settings__quiet-hours>div{grid-template-columns:repeat(2,minmax(0,180px));gap:12px;display:grid}.customer-settings__quiet-hours>div label,.customer-settings__password-fields>label{color:#5f6368;gap:6px;font-size:.72rem;font-weight:700;display:grid}.customer-settings__quiet-hours input[type=time],.customer-settings__password-fields input{color:#202124;min-height:40px;font:inherit;background:#fff;border:1px solid #dadce0;border-radius:8px;padding:0 11px}.customer-settings__security-card{background:#f5f9ff;border:1px solid #d3e3fd;border-radius:12px;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px;padding:16px;display:grid}.customer-settings__security-card>span{color:#0b57d0;background:#d3e3fd;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.customer-settings__security-card>div{gap:3px;display:grid}.customer-settings__security-card strong{font-size:.82rem}.customer-settings__security-card small{color:#5f6368;font-size:.72rem}.customer-settings__password-fields{gap:12px;margin-top:18px;display:grid}.customer-settings__password-fields>label>span{display:grid;position:relative}.customer-settings__password-fields input{padding-right:44px}.customer-settings__password-fields button{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:3px;right:3px}.customer-settings__footer{background:#fff;border-top:1px solid #e8eaed;justify-content:flex-end;margin:auto -30px 0;padding:14px 30px;display:flex;position:sticky;bottom:0}.customer-settings__footer button{color:#fff;cursor:pointer;background:#0b57d0;border:1px solid #0b57d0;border-radius:20px;align-items:center;gap:8px;min-height:40px;padding:0 18px;font-size:.78rem;font-weight:800;display:inline-flex}.customer-settings__footer button:disabled{opacity:.5;cursor:default}.customer-sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:768px){.customer-notifications__panel{width:auto;position:fixed;top:70px;left:12px;right:12px}.customer-settings__backdrop{padding:0}.customer-settings{border:0;border-radius:0;width:100vw;min-height:100dvh;max-height:100dvh}.customer-settings__layout{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr}.customer-settings__nav{border-bottom:1px solid #e8eaed;border-right:0;padding:8px 12px;display:flex;overflow-x:auto}.customer-settings__nav>span{display:none}.customer-settings__nav button{flex:1 0 auto;justify-content:center}.customer-settings__section{padding:22px 18px 0}.customer-settings__profile-card{grid-template-columns:68px minmax(0,1fr)}.customer-settings__avatar-actions{grid-column:1/-1}.customer-settings__identity{grid-template-columns:1fr}.customer-settings__footer{margin-inline:-18px;padding-inline:18px}}@media (max-width:1100px){.service-journey{overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-color:#5f63685c transparent;scrollbar-width:thin;grid-template-columns:none;grid-auto-columns:minmax(132px,1fr);grid-auto-flow:column;padding:10px 2px 12px;scroll-padding-inline:2px;overflow-x:auto}.service-journey__step{scroll-snap-align:start}.customer-request-overview__progress{min-width:0;overflow:hidden}.customer-quotation-pdf__viewer{min-height:clamp(500px,66dvh,620px)}}@media (max-width:1199.98px){.customer-shell__main{width:min(100% - 32px,1180px);padding:22px 0 40px}.customer-shell__footer{width:min(100% - 32px,1180px)}.customer-shell__header-inner{grid-template-columns:minmax(0,1fr) 42px 42px;align-items:center;gap:6px;min-width:0}.customer-shell__topbar-left{gap:10px;width:100%;overflow:hidden}.customer-shell__topbar-actions,.customer-shell__search{display:none}.customer-notifications,.customer-shell__header .customer-account{justify-self:end;min-width:0}.customer-notifications__trigger,.customer-shell__header .customer-account__trigger{width:42px;min-width:42px;height:42px}.customer-request-heading,.customer-home__heading,.customer-request-detail__topline{flex-wrap:wrap}.customer-record-workbench{grid-template-columns:minmax(0,1fr)}.customer-record-inspector{max-height:none;position:relative;top:auto}.customer-data-table__scroll,.customer-record-detail__table-scroll{overscroll-behavior-x:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}}@media (max-width:640px){.customer-shell__header-inner{grid-template-columns:minmax(0,1fr) 44px 44px;gap:2px;padding-inline:8px}.customer-shell__topbar-left{gap:6px}.customer-shell__active-module-icon{width:32px;height:32px}.customer-shell__topbar-context small{display:none}.customer-shell__topbar-context strong{font-size:.84rem}.customer-notifications__trigger,.customer-shell__header .customer-account__trigger{width:44px;min-width:44px;height:44px}.customer-shell__main,.customer-shell__footer{width:min(100% - 20px,1180px)}.customer-shell__main{padding-top:16px}.customer-page,.customer-home,.customer-requests,.customer-quotations,.customer-request-detail{gap:16px}.customer-card,.customer-request-filters,.customer-execution-filters{padding:16px}.customer-card__header{gap:8px;margin-bottom:14px}.customer-request-overview .customer-request-ticket{gap:14px;padding:18px 16px 18px 0}.customer-request-overview__progress{gap:14px;padding:18px 16px}.service-journey{grid-auto-columns:minmax(118px,42vw)}.service-journey__step{grid-template-rows:auto 1fr;grid-template-columns:none;gap:10px;padding-right:10px}.service-journey__trigger{grid-template-rows:auto 1fr;grid-template-columns:none;gap:10px}.service-journey__step:after{width:auto;height:2px;inset:15px 0 auto 31px}.service-journey__copy p{display:none}.customer-request-detail__topline{align-items:center}.customer-request-facts,.customer-record-detail__facts,.customer-record-detail__columns{grid-template-columns:minmax(0,1fr)}.customer-request-technician{grid-template-columns:72px minmax(0,1fr)}.customer-request-technician__photo{min-height:92px}.customer-quotation-pdf>header{flex-direction:column;align-items:stretch}.customer-quotation-pdf>header .customer-button{width:100%}.customer-quotation-pdf__viewer{min-height:min(62dvh,500px)}.customer-data-table{margin:0}.customer-data-table table{min-width:780px}.customer-data-table__footer{gap:8px}.customer-record-window{border-radius:0;width:100vw;height:calc(100dvh - 64px);max-height:none;bottom:0;right:0;top:64px!important;left:0!important;transform:none!important}.customer-record-window__body{padding:10px}.customer-modal-window__surface{border-width:0;border-radius:0;width:100vw;height:100dvh;min-height:0;max-height:none;top:0!important;left:0!important;transform:none!important}.customer-settings__sound-picker{grid-template-columns:minmax(0,1fr)}.customer-settings__sound-picker>button{justify-self:end}.customer-button,.customer-data-table__pager button,.customer-shell__sidebar-toggle,.customer-shell__mobile-sidebar-toggle{min-height:44px}.customer-data-table__pager button,.customer-shell__sidebar-toggle,.customer-shell__mobile-sidebar-toggle{min-width:44px}}@media (max-width:380px){.customer-shell__active-module-icon{display:none}.customer-shell__topbar-left{grid-template-columns:auto minmax(0,1fr)}.customer-request-technician{grid-template-columns:minmax(0,1fr)}.customer-request-technician__photo{grid-template-rows:auto;grid-template-columns:auto minmax(0,1fr);justify-content:start;min-height:0}.customer-request-technician__photo>small{text-align:left}.customer-request-form__actions{grid-template-columns:minmax(0,1fr)}}html,body,#root{width:100%;max-width:100%;min-height:100%}*,:before,:after{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--color-background);min-height:100vh;color:var(--color-foreground);font-family:var(--font-sans);margin:0;font-weight:400;position:relative;overflow-x:hidden}button,input,select,textarea{font:inherit}button:not(:disabled),[role=button]:not(:disabled){cursor:pointer}img,video,canvas,iframe,svg{max-width:100%}#root{min-height:100vh;overflow-x:clip}
