@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.theme-toggle{border:1px solid var(--border);background:var(--bg-surface);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.theme-toggle:hover{color:var(--text-primary);border-color:var(--text-muted)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-shell{background:var(--bg-page);min-height:100vh;color:var(--text-primary);display:flex}.auth-shell__form-panel{flex-direction:column;flex:50%;justify-content:flex-start;padding:72px 64px 48px;display:flex}.auth-shell__form-inner{width:100%;max-width:440px;margin:0 auto}.auth-shell__header-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.auth-shell__logo{width:180px;height:auto}.auth-shell__form-slot h1{color:var(--text-primary);margin:0 0 8px;font-size:32px;font-weight:700}.auth-shell__submit-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;display:flex}.auth-submit-button{flex-shrink:0;min-width:180px;padding:12px 32px;font-size:15px;font-weight:600}.auth-shell__secondary-action{margin:0;font-size:14px}.auth-shell__placeholder-link{color:var(--text-muted);font-size:13px}.auth-shell__inline-link{color:var(--accent);font-size:13px;font-weight:600;text-decoration:underline}.auth-shell__inline-link:hover,.auth-shell__inline-link:focus-visible{text-decoration:none}.auth-shell__link-button{font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.auth-shell__legal{color:var(--text-muted);text-align:center;margin-top:32px;font-size:12px}.auth-shell__hero-panel{background:var(--bg-page);flex:50%;padding:24px;display:flex}.auth-shell__hero-card{color:#fff;background:linear-gradient(160deg,#175cd3 0%,#1e3a8a 100%);border-radius:20px;flex:1;position:relative;overflow:hidden}.auth-shell__back-link{z-index:2;color:#fff;background:#00000059;border-radius:999px;padding:8px 14px;font-size:13px;text-decoration:none;position:absolute;top:24px;left:32px}.auth-shell__back-link:hover,.auth-shell__back-link:focus-visible{outline-offset:2px;background:#00000080;outline:2px solid #fff}.hero-carousel{position:absolute;inset:0}.hero-carousel__photo{background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-carousel__scrim{background:linear-gradient(#080f280d 30%,#080f2873 60%,#080f28e0 100%);position:absolute;inset:0}.hero-carousel__content{z-index:1;max-width:480px;padding:32px 48px 48px;position:absolute;bottom:0;left:0;right:0}.hero-carousel__headline{text-shadow:0 1px 3px #00000059;margin:0 0 12px;font-size:28px}.hero-carousel__body{color:#ffffffe6;text-shadow:0 1px 2px #0000004d;margin:0;font-size:14px;line-height:1.5}.hero-carousel__dots{gap:10px;margin-top:24px;display:flex}.hero-carousel__dot{background:#fff6;border-radius:3px;width:64px;height:6px}.hero-carousel__dot--active{background:#fff}@media (width<=900px){.auth-shell__hero-panel{display:none}.auth-shell__form-panel{padding:40px 24px}}@media (width<=480px){.auth-shell__form-panel{padding:32px 16px}.auth-shell__logo{width:140px}.auth-shell__submit-row{flex-direction:column;align-items:stretch;gap:12px}.auth-submit-button{width:100%}.auth-shell__secondary-action{text-align:center}}.form-field{margin-top:16px}.form-field-label-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.form-field label{color:var(--text-primary);font-size:13px;font-weight:600}.form-field input{border:1px solid var(--border);background:var(--bg-surface);width:100%;color:var(--text-primary);border-radius:6px;margin-top:4px;padding:10px 12px;font-size:14px}.form-field input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.form-field input[aria-invalid=true]{border-color:var(--error)}.form-field-error{color:var(--error);margin:4px 0 0;font-size:12px}.password-field-wrap{position:relative}.password-field-wrap input{padding-right:48px}.password-field-toggle{width:44px;height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.password-field-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.inline-alert{border-radius:6px;align-items:flex-start;gap:8px;margin-top:16px;padding:10px 12px;font-size:13px;line-height:1.4;display:flex}.inline-alert-icon{flex-shrink:0}.inline-alert--error{background:var(--error-bg);color:var(--error);border:1px solid var(--error-border)}.inline-alert--success{background:var(--success-bg);color:var(--success);border:1px solid var(--success-border)}.admin-signup-shell{--su-page:#d8d8d8;--su-card:#fff;--su-surface:#fff;--su-soft:#f7f7f8;--su-soft2:#f1f1f3;--su-text:#262626;--su-muted:#85858b;--su-muted2:#acacb0;--su-line:#dadadd;--su-line2:#ececee;--su-blue:#1683c7;--su-blue2:#0a71b5;--su-green:#06b938;--su-yellow:#f2c443;--su-red:#f4505d;--su-panel1:#17213a;--su-panel2:#0969a9;--su-panel3:#0a8bd3;--su-shadow:0 3px 7px #0000002e;min-height:100vh;color:var(--su-text);background:var(--su-page);justify-content:center;align-items:center;padding:clamp(18px,4vh,56px) clamp(16px,4vw,58px);font-family:Poppins,Arial,sans-serif;display:flex}html[data-theme=dark] .admin-signup-shell{--su-page:#0e0f17;--su-card:#191a25;--su-surface:#191a25;--su-soft:#242532;--su-soft2:#2d2e3b;--su-text:#f3f3f5;--su-muted:#a3a3ac;--su-muted2:#747580;--su-line:#444552;--su-line2:#333440;--su-blue:#63b7ef;--su-blue2:#278fcd;--su-green:#44d86d;--su-yellow:#f0c84d;--su-red:#ff6671;--su-panel1:#11182d;--su-panel2:#064c7a;--su-panel3:#0879b6;--su-shadow:0 18px 45px #00000059}.admin-signup-shell *{box-sizing:border-box}.admin-signup-shell button,.admin-signup-shell input,.admin-signup-shell select,.admin-signup-shell textarea{font:inherit;color:var(--su-text)}.admin-signup-shell button{cursor:pointer}.admin-signup-shell .setup-shell{width:min(93vw,1650px);min-height:min(82vh,830px);box-shadow:var(--su-shadow);background:var(--su-card);border-radius:24px;grid-template-columns:minmax(360px,1fr) minmax(500px,1fr);display:grid;overflow:hidden}.admin-signup-shell .left-panel{color:#fff;background:radial-gradient(circle at 81% 60%, #4ba0dc33, transparent 33%), radial-gradient(circle at 58% 30%, #ffffff14, transparent 29%), linear-gradient(155deg, var(--su-panel1), var(--su-panel2) 64%, var(--su-panel3));padding:clamp(52px,5vw,86px) clamp(44px,5vw,82px);position:relative;overflow:hidden}.admin-signup-shell .brand{width:clamp(110px,9vw,165px);margin-bottom:clamp(15px,1.5vw,28px)}.admin-signup-shell .brand img{width:100%;height:auto;display:block}.admin-signup-shell .setup-title{letter-spacing:-.02em;margin:0 0 clamp(35px,4vw,62px);font-size:clamp(28px,2.6vw,46px);font-weight:700;line-height:1.12}.admin-signup-shell .main-steps{flex-direction:column;gap:clamp(25px,2.2vw,36px);display:flex}.admin-signup-shell .main-step{opacity:.95;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:16px;display:grid}.admin-signup-shell .main-step .circle{background:#91c6e66b;border-radius:50%;place-items:center;width:42px;height:42px;font-size:18px;font-weight:600;transition:all .2s;display:grid}.admin-signup-shell .main-step .copy strong{font-size:clamp(16px,1.1vw,20px);font-weight:500;line-height:1.2;display:block}.admin-signup-shell .main-step .copy span{color:#c5d5e5;margin-top:5px;font-size:clamp(12px,.84vw,14px);line-height:1.45;display:block}.admin-signup-shell .main-step.active .circle{border:2px solid var(--su-yellow);color:#fff;background:#ffffff1a}.admin-signup-shell .main-step.active .copy strong{color:var(--su-yellow);font-weight:600}.admin-signup-shell .main-step.done .circle{color:#fff;background:#00c840;font-size:0}.admin-signup-shell .main-step.done .circle:after{content:"✓";font-size:19px;font-weight:600}.admin-signup-shell .form-panel{background:var(--su-surface);flex-direction:column;min-width:0;padding:clamp(48px,4.4vw,76px) clamp(48px,4.5vw,78px) clamp(40px,4vw,68px);display:flex;position:relative}.admin-signup-shell .form-panel-inner{width:100%;max-width:760px;margin:auto 0}.admin-signup-shell .screen-icon{border:1.6px solid var(--su-text);border-radius:50%;place-items:center;width:46px;height:46px;margin-bottom:20px;display:grid}.admin-signup-shell .screen h2{letter-spacing:-.015em;margin:0 0 28px;font-size:clamp(22px,1.6vw,28px);line-height:1.2}.admin-signup-shell .substepper{color:var(--su-muted2);align-items:center;gap:10px;margin-bottom:28px;font-size:13px;font-weight:500;display:flex}.admin-signup-shell .substep{align-items:center;gap:8px;display:flex}.admin-signup-shell .substep .dot{border:1.5px solid;border-radius:50%;place-items:center;width:22px;height:22px;font-size:11px;display:grid}.admin-signup-shell .substep.done,.admin-signup-shell .substep.active{color:#0aa339;font-weight:600}.admin-signup-shell .substep.done .dot{color:#fff;background:#0aa339;border-color:#0aa339;font-size:0}.admin-signup-shell .substep.done .dot:after{content:"✓";font-size:12px}.admin-signup-shell .subline{background:var(--su-muted2);width:54px;height:1px}.admin-signup-shell .field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-signup-shell .field{min-width:0}.admin-signup-shell .field.full{grid-column:1/-1}.admin-signup-shell .field label,.admin-signup-shell .section-label{margin-bottom:7px;font-size:13px;font-weight:500;line-height:1.3;display:block}.admin-signup-shell .req{color:#ff4d5b}.admin-signup-shell .control{background:var(--su-surface);border:1px solid #9c9ca2;border-radius:7px;outline:none;width:100%;min-height:45px;padding:9px 12px;font-size:13px}.admin-signup-shell .control:focus{border-color:#1688ca;box-shadow:0 0 0 2px #1688ca17}.admin-signup-shell select.control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 9 5 5 5-5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px 12px;padding-right:34px}html[data-theme=dark] .admin-signup-shell select.control{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 9 5 5 5-5'/%3E%3C/svg%3E")}html[data-theme=dark] .admin-signup-shell .camera-btn{background:#0e0e12}html[data-theme=dark] .admin-signup-shell .brand-esco{color:#63b7ef}html[data-theme=dark] .admin-signup-shell .brand-chex{color:#f2c443}.admin-signup-shell .theme-toggle{z-index:80;border:1px solid var(--su-line);background:var(--su-surface);width:44px;height:44px;color:var(--su-text);border-radius:50%;place-items:center;display:grid;position:fixed;top:18px;right:20px;box-shadow:0 4px 16px #0000001f}.admin-signup-shell .theme-toggle svg{width:20px;height:20px}.admin-signup-shell .counter{border:1px solid #9c9ca2;border-radius:7px;grid-template-columns:34px minmax(0,1fr) 34px;min-height:45px;display:grid;overflow:hidden}.admin-signup-shell .counter button{color:var(--su-text);background:0 0;border:0;font-size:18px}.admin-signup-shell .counter input{text-align:center;background:0 0;border:0;outline:none;width:100%;font-size:13px}.admin-signup-shell .section-heading{margin:20px 0 14px;font-size:15px;font-weight:600}.admin-signup-shell .address-bottom{margin-top:17px}.admin-signup-shell .checkbox-row{align-items:center;gap:10px;font-size:13px;display:flex}.admin-signup-shell .checkbox-row input{accent-color:#1688ca;width:21px;height:21px}.admin-signup-shell .info-line{color:var(--su-text);align-items:flex-start;gap:8px;margin-top:10px;font-size:11px;line-height:1.45;display:flex}.admin-signup-shell .info-icon{border:1.5px solid;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;font-size:11px;display:grid}.admin-signup-shell .error-line{color:var(--su-red);align-items:center;gap:7px;margin-top:13px;font-size:12px;display:flex}.admin-signup-shell .actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-top:28px;display:flex}.admin-signup-shell .actions .skip{color:var(--su-muted);background:0 0;border:0;margin-right:auto;padding:8px 0;font-size:13px;text-decoration:underline}.admin-signup-shell .btn{border-radius:8px;min-height:48px;padding:0 24px;font-size:14px;font-weight:500}.admin-signup-shell .btn-back{border:1px solid var(--su-text);background:var(--su-surface);min-width:145px;color:var(--su-text)}.admin-signup-shell .btn-primary{border:1px solid var(--su-blue);background:var(--su-blue);color:#fff;min-width:220px}.admin-signup-shell .btn-primary:hover{background:var(--su-blue2)}.admin-signup-shell .btn:disabled{opacity:.45;cursor:not-allowed}.admin-signup-shell .upload-zone{text-align:center;background:var(--su-surface);border:1.5px dashed #9c9ca2;border-radius:9px;justify-content:center;align-items:center;min-height:115px;margin-top:12px;padding:16px;display:flex;position:relative}.admin-signup-shell .upload-zone input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.admin-signup-shell .upload-icon{margin-bottom:5px;font-size:24px;line-height:1}.admin-signup-shell .upload-zone .prompt{font-size:13px}.admin-signup-shell .upload-zone small{color:var(--su-text);margin-top:4px;font-size:10px;font-style:italic;display:block}.admin-signup-shell .file-list-title{color:var(--su-muted);margin-top:8px;font-size:11px}.admin-signup-shell .file-strip{flex-wrap:wrap;gap:10px;padding:6px 0 5px;display:flex}.admin-signup-shell .file-card{background:var(--su-surface);border:1px solid #9c9ca2;border-radius:4px;align-items:center;gap:7px;min-width:160px;max-width:240px;min-height:46px;padding:6px 8px;font-size:11px;display:flex}.admin-signup-shell .file-card .name{overflow-wrap:anywhere}.admin-signup-shell .divider{background:var(--su-line2);height:1px;margin:14px 0 17px}.admin-signup-shell .camera-btn{color:#fff;background:#272727;border:0;border-radius:7px;justify-content:center;align-items:center;gap:10px;width:100%;height:46px;font-size:13px;display:flex}.admin-signup-shell .camera-status{color:var(--su-muted);align-items:center;gap:6px;margin-top:9px;font-size:11px;display:flex}.admin-signup-shell .live-photo{border:1px solid #6fda8a;border-radius:4px;flex-wrap:wrap;align-items:center;gap:10px;min-height:62px;margin-top:9px;padding:10px 12px;display:flex}.admin-signup-shell .live-check{color:#12b83e;border:2px solid #12b83e;border-radius:50%;flex:none;place-items:center;width:20px;height:20px;font-size:11px;display:grid}.admin-signup-shell .live-copy{flex:1}.admin-signup-shell .live-copy strong{color:#12b83e;font-size:11px;display:block}.admin-signup-shell .live-copy small{color:var(--su-muted);margin-top:1px;font-size:10px;display:block}.admin-signup-shell .photo-actions{flex:none;gap:8px;display:flex}.admin-signup-shell .small-btn{border-radius:5px;height:32px;padding:0 13px;font-size:11px}.admin-signup-shell .small-btn.light{background:var(--su-surface);color:var(--su-text);border:1px solid #aaa}.admin-signup-shell .small-btn.dark{color:#fff;background:#222;border:1px solid #222}.admin-signup-shell .admin-tabs-row{align-items:center;gap:14px;margin:5px 0 20px;display:flex}.admin-signup-shell .admin-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex:auto;align-items:center;gap:8px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.admin-signup-shell .admin-tab{background:var(--su-surface);color:#1688ca;cursor:pointer;border:1px solid #1688ca;border-radius:10px;flex:none;align-items:center;gap:8px;max-width:220px;min-height:38px;padding:6px 18px;font-size:13px;display:inline-flex}.admin-signup-shell .admin-tab-text{flex-direction:column;align-items:flex-start;min-width:0;line-height:1.2;display:flex}.admin-signup-shell .admin-tab-sub{opacity:.85;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:10px;font-weight:400;overflow:hidden}.admin-signup-shell .admin-tab:hover{background:var(--su-soft)}.admin-signup-shell .admin-tab.admin-tab--active:hover{background:linear-gradient(#72c1ef,#1683c7)}.admin-signup-shell .admin-tab:focus-visible{outline-offset:2px;outline:2px solid #1688ca}.admin-signup-shell .admin-tab.admin-tab--active{color:#fff;background:linear-gradient(#72c1ef,#1683c7);border-color:#0000}.admin-signup-shell .admin-tab.admin-tab--error{border-color:var(--su-red);border-width:2px}.admin-signup-shell .admin-tab-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-signup-shell .admin-tab-error-badge{background:var(--su-red);color:#fff;text-align:center;border-radius:50%;flex:none;width:16px;height:16px;font-size:11px;font-weight:700;line-height:16px}.admin-signup-shell .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}.admin-signup-shell .control-static{min-height:45px;color:var(--su-text);align-items:center;margin:0;font-size:13px;display:flex}.admin-signup-shell .add-admin{color:var(--su-text);cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:7px;padding:5px;font-size:13px;display:inline-flex}.admin-signup-shell .add-admin:hover,.admin-signup-shell .add-admin:focus-visible{color:#1688ca}.admin-signup-shell .add-admin:focus-visible{outline-offset:2px;outline:2px solid #1688ca}.admin-signup-shell .add-admin:disabled{color:var(--su-text);opacity:.45;cursor:not-allowed}.admin-signup-shell .add-admin-wrap{flex:none;align-items:center;gap:10px;display:flex}.admin-signup-shell .add-admin-guidance{color:var(--su-text);opacity:.75;max-width:180px;font-size:11px;line-height:1.3}.admin-signup-shell .owner-status-badge{background:var(--su-soft);color:#1688ca;border-radius:999px;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.admin-signup-shell .plus-circle{border:1.4px solid;border-radius:50%;flex:0 0 21px;place-items:center;width:21px;height:21px;font-size:14px;display:grid}.admin-signup-shell .password-wrap{position:relative}.admin-signup-shell .password-wrap .control{padding-right:42px}.admin-signup-shell .eye-btn{color:var(--su-text);background:0 0;border:0;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.admin-signup-shell .welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:20px 5px;display:flex}.admin-signup-shell .welcome-icon{border:2px solid var(--su-text);border-radius:50%;place-items:center;width:92px;height:92px;margin-bottom:23px;font-size:40px;display:grid}.admin-signup-shell .welcome h2{color:var(--su-text);margin:0 0 26px;font-size:clamp(30px,3vw,44px)}.admin-signup-shell .brand-esco{color:#1683c7}.admin-signup-shell .brand-chex{color:#f2b52a}.admin-signup-shell .welcome p{max-width:560px;color:var(--su-muted);margin:0 0 30px;font-size:15px;line-height:1.6}.admin-signup-shell .signin-btn{color:#fff;background:#1683c7;border:0;border-radius:8px;min-width:150px;height:49px;font-size:14px}.admin-signup-shell .modal-backdrop{z-index:200;background:#05070ca6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.admin-signup-shell .modal{background:var(--su-surface);border:1px solid var(--su-line);border-radius:12px;width:min(620px,96vw);overflow:hidden;box-shadow:0 28px 70px #0000004d}.admin-signup-shell .modal-head{border-bottom:1px solid var(--su-line2);justify-content:space-between;align-items:center;padding:17px 19px;display:flex}.admin-signup-shell .modal-head h3{margin:0;font-size:17px}.admin-signup-shell .modal-close{background:var(--su-soft);width:31px;height:31px;color:var(--su-text);border:0;border-radius:6px;font-size:20px;line-height:1}.admin-signup-shell .modal-body{padding:18px 19px}.admin-signup-shell .camera-box{aspect-ratio:16/9;color:#fff;background:#101014;border-radius:9px;place-items:center;display:grid;position:relative;overflow:hidden}.admin-signup-shell .camera-box video,.admin-signup-shell .camera-box canvas{object-fit:cover;width:100%;height:100%}.admin-signup-shell .camera-fallback{text-align:center;color:#d2d2d8;padding:30px;font-size:12px}.admin-signup-shell .modal-actions{justify-content:flex-end;gap:9px;margin-top:15px;display:flex}.admin-signup-shell .photo-preview{aspect-ratio:4/3;object-fit:cover;background:#111;border-radius:8px;width:min(420px,90vw);margin:auto;display:block}@media (width>=1800px){.admin-signup-shell .setup-shell{width:min(92vw,1850px)}.admin-signup-shell .form-panel-inner{max-width:850px}}@media (width<=1150px){.admin-signup-shell{padding:0}.admin-signup-shell .setup-shell{border-radius:0;grid-template-columns:320px minmax(0,1fr);width:100%;min-height:100vh}.admin-signup-shell .left-panel{padding:40px 30px}.admin-signup-shell .setup-title{font-size:30px}.admin-signup-shell .form-panel{padding:42px 36px}}@media (width<=850px){.admin-signup-shell{padding:0;display:block}.admin-signup-shell .setup-shell{width:100%;min-height:100vh;display:block}.admin-signup-shell .left-panel{padding:25px 22px 22px}.admin-signup-shell .brand{margin-bottom:5px}.admin-signup-shell .setup-title{margin-bottom:22px;font-size:26px}.admin-signup-shell .main-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.admin-signup-shell .main-step{text-align:center;flex-direction:column;align-items:center;gap:7px;display:flex}.admin-signup-shell .main-step .circle{width:34px;height:34px;font-size:14px}.admin-signup-shell .main-step .copy strong{font-size:11px}.admin-signup-shell .main-step .copy span{display:none}.admin-signup-shell .form-panel{padding:32px 22px 38px}.admin-signup-shell .form-panel-inner{max-width:none}}@media (width<=620px){.admin-signup-shell .field-grid{grid-template-columns:1fr}.admin-signup-shell .theme-toggle{width:38px;height:38px;top:10px;right:10px}.admin-signup-shell .screen h2{font-size:22px}.admin-signup-shell .substepper{flex-wrap:wrap;gap:7px;font-size:11px}.admin-signup-shell .subline{width:30px}.admin-signup-shell .actions{flex-wrap:wrap}.admin-signup-shell .actions .skip{text-align:left;order:3;width:100%}.admin-signup-shell .btn{flex:1;min-width:0;padding:0 13px}.admin-signup-shell .btn-primary{min-width:0}.admin-signup-shell .admin-tab{min-height:36px;padding:5px 13px}.admin-signup-shell .live-photo{align-items:flex-start}.admin-signup-shell .photo-actions{justify-content:flex-end;width:100%}.admin-signup-shell .welcome{min-height:360px}.admin-signup-shell .welcome h2{font-size:28px}}@font-face{font-family:Poppins;src:url(/fonts/poppins/Poppins-Regular.woff2)format("woff2"),url(/fonts/poppins/Poppins-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/Poppins-Medium.woff2)format("woff2"),url(/fonts/poppins/Poppins-Medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/Poppins-SemiBold.woff2)format("woff2"),url(/fonts/poppins/Poppins-SemiBold.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}.profile-menu{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.profile-menu-sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.profile-menu-trigger{cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;min-height:44px;padding:4px 6px;display:flex}.profile-menu-trigger:hover,.profile-menu-trigger:focus-visible{background:#f9fafb}.profile-menu-trigger:focus-visible{outline-offset:2px;outline:2px solid #1577bd}.profile-menu-avatar{color:#fff;background:linear-gradient(135deg,#1577bd,#0a3757);border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:13px;font-weight:600;display:flex}.profile-menu-trigger-text{text-align:left;flex-direction:column;align-items:flex-start;line-height:1.3;display:flex}.profile-menu-name{color:#111827;font-size:14px;font-weight:600}.profile-menu-meta{color:#6b7280;font-size:12px}.profile-menu-chevron{color:#9ca3af;font-size:11px;transition:transform .15s}.profile-menu-chevron--open{transform:rotate(180deg)}.profile-menu-dropdown{z-index:1000;background:#fff;border-radius:12px;width:280px;max-width:calc(100vw - 24px);padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 30px #0f172a26,0 2px 6px #0f172a14}.profile-menu-item{color:#4b5563;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:40px;padding:10px 12px;font-family:inherit;font-size:14px;text-decoration:none;display:flex}.profile-menu-item:hover,.profile-menu-item:focus-visible{color:#111827;background:#f9fafb}.profile-menu-item:focus-visible{outline-offset:-2px;outline:2px solid #1577bd}.profile-menu-item-icon{text-align:center;color:#9ca3af;width:16px;font-size:14px}.profile-menu-item--danger,.profile-menu-item--danger .profile-menu-item-icon{color:#ef4444}.profile-menu-badge{color:#7c3aed;letter-spacing:.03em;background:#e8e5ff;border-radius:999px;margin-left:auto;padding:2px 8px;font-size:10px;font-weight:700}.profile-menu-divider{background:#f3f4f6;height:1px;margin:8px 4px}.profile-menu-section-label{letter-spacing:.04em;text-transform:uppercase;color:#9ca3af;margin:4px 12px 6px;font-size:11px;font-weight:600}.profile-menu-account-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.profile-menu-account-card{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:44px;padding:8px 12px;font-family:inherit;display:flex}.profile-menu-account-card:hover,.profile-menu-account-card:focus-visible{background:#f9fafb}.profile-menu-account-card:disabled{cursor:wait;opacity:.7}.profile-menu-account-card--selected{background:#f6f6f6;border-color:#d9d9d9}.profile-menu-account-avatar{color:#6b7280;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;font-size:12px;font-weight:600;display:flex}.profile-menu-account-avatar--active{color:#fff;background:linear-gradient(135deg,#1577bd,#0a3757)}.profile-menu-account-info{flex-direction:column;line-height:1.3;display:flex}.profile-menu-account-name{color:#111827;font-size:13px;font-weight:600}.profile-menu-account-role{color:#6b7280;font-size:12px}@media (width<=480px){.profile-menu-dropdown{width:min(320px,100vw - 16px)}.profile-menu-trigger-text{display:none}}@font-face{font-family:Poppins;src:url(/fonts/poppins/Poppins-Regular.woff2)format("woff2"),url(/fonts/poppins/Poppins-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/Poppins-Medium.woff2)format("woff2"),url(/fonts/poppins/Poppins-Medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/Poppins-SemiBold.woff2)format("woff2"),url(/fonts/poppins/Poppins-SemiBold.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/poppins/Poppins-Bold.woff2)format("woff2"),url(/fonts/poppins/Poppins-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}.escochex-dashboard{--ed-page-bg:#f4f5f7;--ed-card-bg:#fff;--ed-border:#e7e9ee;--ed-text:#1c2333;--ed-text-muted:#6b7280;--ed-text-faint:#98a2b3;--ed-accent-blue:#2f5fac;--ed-up-bg:#4fd772;--ed-down-bg:#fb4e5a;--ed-payroll-1:#bee2ff;--ed-payroll-2:#1577bd;--ed-payroll-3:#66abe9;--ed-payroll-4:#0e588d;--ed-gold-1:#ffeec6;--ed-gold-2:#febf2d;--ed-gold-3:#e6a100;--ed-gold-4:#ffcd5a;--ed-gold-5:#bf8500;--ed-offerings-header-bg:#eaf2ff;--ed-alerts-header-bg:#fdf3e3;--ed-alerts-icon:#ef8b1c;--ed-announcements-header-bg:#eaf7ee;--ed-announcements-icon:#2e9e52;background:var(--ed-page-bg);color:var(--ed-text);min-height:100vh;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15.5px}.escochex-dashboard *{box-sizing:border-box}.ed-header{border-bottom:1px solid var(--ed-border);background:#f7f8fa;justify-content:space-between;align-items:center;padding:14px 32px;display:flex}.ed-header-profile-label{color:var(--ed-text-muted);font-size:11px;display:block}.ed-header-business-name{color:var(--ed-accent-blue);align-items:center;gap:6px;font-size:15.5px;font-weight:600;display:inline-flex}.ed-header-right{align-items:center;gap:10px;display:flex}.ed-header-avatar{object-fit:cover;background:#d9dde3;border-radius:50%;width:36px;height:36px}.ed-header-user-name{font-size:13px;font-weight:600;display:block}.ed-header-user-role{color:var(--ed-text-muted);font-size:11px;display:block}.ed-header-chevron{color:var(--ed-text-faint);font-size:11px}.ed-header-dropdown{border:1px solid var(--ed-border);z-index:20;background:#fff;border-radius:10px;flex-direction:column;min-width:180px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 24px #1018281f}.ed-header-dropdown--right{left:auto;right:0}.ed-header-dropdown button{all:unset;cursor:pointer;color:var(--ed-text);border-radius:6px;padding:8px 10px;font-size:13px}.ed-header-dropdown button:hover{background:#f4f5f7}.ed-body{max-width:2100px;margin:0 auto;padding:32px 32px 56px}.ed-summary-row{align-items:stretch;gap:24px;margin-bottom:28px;display:flex}.ed-stat-grid{flex:1.45;grid-template-columns:1fr 1fr;gap:20px;display:grid}.ed-card{background:var(--ed-card-bg);border:1px solid var(--ed-border);border-radius:16px;padding:22px 24px}.ed-stat-card{flex-direction:column;justify-content:space-between;min-height:214px;display:flex}.ed-stat-header{justify-content:space-between;align-items:flex-start;display:flex}.ed-stat-label{color:var(--ed-text);align-items:center;gap:4px;font-size:13px;display:inline-flex}.ed-icon-circle{border:1px solid var(--ed-border);width:34px;height:34px;color:var(--ed-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.ed-stat-value{margin:14px 0 8px;font-size:34px;font-weight:700;line-height:1.1}.ed-stat-footer{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ed-trend{color:#fff;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.ed-trend--up{background:var(--ed-up-bg)}.ed-trend--down{background:var(--ed-down-bg)}.ed-trend-text{color:var(--ed-text-muted);font-size:12px}.ed-chart-card{flex-direction:column;flex:1;display:flex}.ed-chart-header{justify-content:space-between;align-items:flex-start;display:flex}.ed-chart-period{color:var(--ed-text-muted);background:#f1f2f5;border-radius:6px;padding:3px 8px;font-size:11px}.ed-chart-title{margin:16px 0 4px;font-size:16px;font-weight:600}.ed-chart-amount{margin:0 0 12px;font-size:26px;font-weight:700}.ed-donut-row{flex:1;align-items:center;gap:12px;display:flex}.ed-donut-legend{flex-direction:column;flex:1;gap:8px;min-width:0;font-size:11px;display:flex}.ed-donut-legend-item{color:var(--ed-text-muted);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;display:flex;overflow:hidden}.ed-donut-legend-swatch{border-radius:2px;flex-shrink:0;width:8px;height:8px}.ed-donut-wrap{flex-shrink:0;width:225px;height:225px;position:relative}.ed-donut-center{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ed-donut-center-amount{font-size:15.5px;font-weight:700}.ed-donut-center-percent{color:var(--ed-text-muted);font-size:11px}.ed-donut-empty{color:var(--ed-text-muted);text-align:center;padding:20px 0;font-size:12px}.ed-section-row{align-items:flex-start;gap:20px;display:flex}.ed-section-col{flex-direction:column;flex:1;gap:20px;min-width:0;display:flex}.ed-section-card{border:1px solid var(--ed-border);background:var(--ed-card-bg);border-radius:16px;overflow:hidden}.ed-section-header{justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.ed-section-header-left{align-items:center;gap:10px;display:flex}.ed-section-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.ed-section-title{margin:0;font-size:17px;font-weight:600}.ed-offerings-header{background:var(--ed-offerings-header-bg)}.ed-offerings-icon{color:var(--ed-accent-blue);background:#fff;border:1px solid #cfe0ff}.ed-offerings-title{color:var(--ed-accent-blue)}.ed-alerts-header{background:var(--ed-alerts-header-bg)}.ed-alerts-icon{color:var(--ed-alerts-icon);background:#fff;border:1px solid #f6ddb0}.ed-alerts-title{color:#b3660f}.ed-announcements-header{background:var(--ed-announcements-header-bg)}.ed-announcements-icon{color:var(--ed-announcements-icon);background:#fff;border:1px solid #bfe6cc}.ed-announcements-title{color:#1f7a3d}.ed-sort-control{color:var(--ed-text-muted);border:1px solid var(--ed-border);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;display:inline-flex}.ed-offerings-scroll{scrollbar-width:thin;gap:16px;padding:4px 24px 24px;display:flex;overflow-x:auto}.ed-offering-card{border:1px solid var(--ed-border);background:#fff;border-radius:14px;flex-direction:column;flex:0 0 250px;gap:8px;min-height:205px;padding:20px;display:flex;position:relative;overflow:hidden}.ed-offering-card-icon{background:#f2f7ff;border:1px solid #cfe0ff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;display:flex}.ed-offering-card-icon img{object-fit:contain;width:100%;height:100%}.ed-offering-card-watermark{opacity:.06;pointer-events:none;position:absolute}.ed-offering-card-watermark img{width:90px;height:90px}.ed-offering-card-watermark--1{bottom:-20px;right:-20px}.ed-offering-card-watermark--2{bottom:-30px;right:20px;transform:rotate(15deg)}.ed-offering-card-title{margin:4px 0 0;font-size:13px;font-weight:600}.ed-offering-card-desc{color:var(--ed-text-muted);flex:1;margin:0;font-size:11px}.ed-offering-learn-more{color:var(--ed-accent-blue);align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.ed-offering-learn-more:hover{text-decoration:underline}.ed-alerts-list{flex-direction:column;display:flex}.ed-alert-row{border-top:1px solid var(--ed-border);justify-content:space-between;align-items:center;gap:12px;padding:22px 24px;display:flex}.ed-alert-title{margin:0 0 2px;font-size:13px;font-weight:700}.ed-alert-desc{color:var(--ed-text-muted);margin:0;font-size:12px}.ed-alert-chevron{color:var(--ed-text-faint);flex-shrink:0}.ed-empty-state{text-align:center;color:var(--ed-text-muted);padding:32px 20px;font-size:13px}.ed-announcements-list{flex-direction:column;display:flex}.ed-announcement-row{border-top:1px solid var(--ed-border);justify-content:space-between;align-items:baseline;gap:12px;padding:22px 24px;display:flex}.ed-announcement-title{margin:0;font-size:13px;font-weight:700}.ed-announcement-date{color:var(--ed-text-faint);white-space:nowrap;flex-shrink:0;font-size:12px}.ed-skeleton{background:linear-gradient(90deg,#eceef2 25%,#f6f7f9 37%,#eceef2 63%) 0 0/400% 100%;border-radius:8px;animation:1.4s infinite ed-skeleton-shimmer}@keyframes ed-skeleton-shimmer{0%{background-position:100%}to{background-position:0}}.ed-section-error{color:#b3261e;padding:20px;font-size:13px}@media (width<=1100px){.ed-summary-row,.ed-section-row{flex-direction:column}}@media (width<=640px){.ed-stat-grid{grid-template-columns:1fr}.ed-body{padding:16px}.ed-header{padding:12px 16px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-page:#fff;--bg-surface:#fff;--text-primary:#101828;--border:#d0d5dd;--text-muted:#667085;--accent:#175cd3;--error:#b42318;--error-bg:#fef3f2;--error-border:#fda29b;--success:#027a48;--success-bg:#ecfdf3;--success-border:#6ce9a6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-page:#0b1220;--bg-surface:#151d2e;--text-primary:#f2f4f7;--border:#2b3446;--text-muted:#94a3b8;--accent:#5b9bff;--error:#f97066;--error-bg:#3a1a1f;--error-border:#7a2e34;--success:#32d583;--success-bg:#0f2e22;--success-border:#1e5c43}*{box-sizing:border-box}body{background:var(--bg-page);color:var(--text-primary);margin:0}.page{min-height:100vh}.page--centered{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.card{border:1px solid var(--border);border-radius:10px;width:100%;max-width:480px;padding:24px}.card h1{margin-top:0;font-size:20px}.card label{margin-top:12px;margin-bottom:4px;font-size:13px;display:block}.card input,.card select{border:1px solid var(--border);border-radius:6px;width:100%;padding:8px 10px}.card button[type=submit]{width:100%;margin-top:16px}button{border:1px solid var(--border);background:var(--accent);color:#fff;cursor:pointer;border-radius:6px;padding:8px 14px}button.link{color:var(--accent);background:0 0;border:none;padding:4px 8px;text-decoration:underline}.muted{color:var(--text-muted);font-size:13px}.error{color:var(--error);font-size:13px}.success{color:var(--success);font-size:13px}.company-list{padding:0;list-style:none}.company-list li{margin:8px 0}.company-list button{text-align:left;width:100%;color:inherit;background:0 0}.topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.topbar-brand{align-items:center;gap:12px;display:flex}.brand-logo{width:200px;height:auto;display:block}.brand-logo--topbar{width:120px}.content{flex-direction:column;gap:24px;max-width:900px;margin:0 auto;padding:24px;display:flex}table{border-collapse:collapse;width:100%;margin:12px 0}th,td{text-align:left;border-bottom:1px solid var(--border);padding:6px 8px;font-size:14px}.inline-form{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.inline-form input,.inline-form select{border:1px solid var(--border);border-radius:6px;padding:6px 8px}.inline-form-date-label{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:inline-flex}:root{--warning-bg:#fef3c7;--warning-text:#92400e;--danger-text:#b42318;--ok-text:#067647}.staging-banner{color:#fff;text-align:center;letter-spacing:.02em;background:#92400e;padding:8px 12px;font-size:13px;font-weight:600}.app-shell{flex-direction:column;display:flex}.shell-body{flex:1;min-height:0;display:flex}.side-nav{border-right:1px solid var(--border);flex-shrink:0;width:220px;padding:16px 8px}.side-nav ul{margin:0 0 16px;padding:0;list-style:none}.nav-section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:8px 0 4px;padding:0 12px;font-size:11px}.nav-link{color:inherit;border-radius:6px;padding:8px 12px;font-size:14px;text-decoration:none;display:block}.nav-link:hover{background:#175cd314}.nav-link--active{background:var(--accent);color:#fff}.nav-link--disabled{color:var(--text-muted);cursor:default}.nav-link--disabled.nav-link--active{background:var(--border);color:var(--text-muted)}.card--wide{max-width:100%}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.search-box{border:1px solid var(--border);border-radius:6px;width:100%;max-width:320px;margin:8px 0;padding:8px 10px;display:block}.pagination{align-items:center;gap:12px;margin-top:8px;display:flex}.tabs{border-bottom:1px solid var(--border);gap:4px;margin:8px 0;display:flex}.tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 12px}.tab--active{color:var(--accent);border-bottom-color:var(--accent)}.badge{border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.badge--warning,.badge--caution{background:var(--warning-bg);color:var(--warning-text)}.badge--blocked{color:var(--danger-text);background:#fee4e2}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin:12px 0;display:grid}.stat-card{border:1px solid var(--border);border-radius:8px;flex-direction:column;padding:12px;display:flex}.stat-value{font-size:28px;font-weight:700}.readiness-list{padding:0;list-style:none}.readiness-list li{padding:6px 0;font-size:14px}.readiness-ok{color:var(--ok-text)}.readiness-blocked{color:var(--danger-text)}.readiness-caution{color:var(--warning-text)}@media (width<=720px){.shell-body{flex-direction:column}.side-nav{border-right:none;border-bottom:1px solid var(--border);flex-wrap:wrap;gap:4px;width:100%;display:flex}.side-nav ul{flex-wrap:wrap;gap:4px;margin:0 0 8px;display:flex}.nav-section-label{width:100%}.content{padding:16px}.staging-banner{padding:6px 8px;font-size:11px}}.entitlement-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.entitlement-badge--coming-soon{color:var(--text-muted);background:#eef2f6}.entitlement-badge--locked{background:var(--warning-bg);color:var(--warning-text)}.entitlement-locked{align-items:center;gap:8px;display:inline-flex}.entitlement-upgrade-link{padding:0;font-size:12px}.plan-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:16px 0;display:grid}.plan-card{border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:8px;padding:16px;display:flex}.plan-card--current{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.plan-card-price{font-size:24px;font-weight:700}.billing-ownership-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin:16px 0;display:grid}.billing-ownership-card{border:1px solid var(--border);text-align:left;cursor:pointer;color:inherit;background:0 0;border-radius:10px;flex-direction:column;gap:6px;padding:16px;display:flex}.billing-ownership-card:hover{border-color:var(--accent)}.billing-ownership-card--selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:#175cd30a}.billing-ownership-card-bestfor{color:var(--text-muted);font-size:12px}.billing-ownership-summary{border:1px solid var(--border);border-radius:10px;margin-top:8px;padding:16px}.subscription-summary-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin:12px 0;display:grid}
