:root{font-family:Microsoft YaHei UI,Segoe UI,Arial,sans-serif;color:#101828;background:#f5f7fb;font-synthesis:none;--blue:#1457e6;--blue-dark:#0d43bd;--line:#d6deeb;--muted:#64748b;--surface:#fff;--green:#118447;--amber:#b45309;--red:#c52a2a}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.desktop-shell{display:grid;grid-template-columns:252px 1fr;min-height:100vh}.desktop-shell.nav-collapsed{grid-template-columns:78px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:252px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:10;transition:width .2s}.sidebar.collapsed{width:78px}.brand{height:92px;display:flex;align-items:center;gap:12px;padding:0 25px;color:#0d48cf}.brand-mark{width:46px;height:46px;border-radius:11px;background:#1963ed;color:#fff;display:grid;place-items:center}.brand strong{display:block;font-size:18px;white-space:nowrap}.brand span{display:block;font-size:10px;letter-spacing:.9px;color:#667085;margin-top:5px}.brand.compact{padding:0 16px}.sidebar nav{padding:24px 13px;display:grid;gap:5px}.sidebar nav button{height:50px;border:0;background:transparent;color:#344054;border-radius:9px;display:flex;align-items:center;gap:13px;padding:0 16px;text-align:left;font-size:14px}.sidebar nav button:hover{background:#f0f4fb}.sidebar nav button.active{background:#dbe8ff;color:#124dcc;font-weight:700}.sidebar nav button i{margin-left:auto;background:#f5a623;color:#fff;border-radius:10px;min-width:20px;height:20px;display:grid;place-items:center;font-size:11px;font-style:normal}.sidebar.collapsed nav button{justify-content:center;padding:0}.sidebar.collapsed nav span{display:none}.local-note{margin:auto 16px 16px;padding:13px;background:#f5f7fb;border-radius:8px;display:flex;align-items:center;gap:10px;color:#334155}.local-note b,.local-note small{display:block}.local-note small{font-size:11px;color:#64748b;margin-top:3px}.sidebar.collapsed .local-note{padding:12px;justify-content:center}.sidebar.collapsed .local-note div{display:none}.collapse-button{margin:0 15px 17px;height:40px;border:1px solid var(--line);background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;color:#475467}.app-main{grid-column:2;min-width:0}.topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:5}.top-status,.top-actions,.top-actions span{display:flex;align-items:center;gap:9px}.top-status{color:#1457e6}.top-status span{color:#64748b;margin-left:15px;font-size:13px;font-style:italic}.top-actions{gap:24px;color:#344054;font-size:13px}.top-actions button{border:0;background:transparent;color:#344054}.avatar{width:38px;height:38px;border-radius:50%;background:#e8edf5;display:grid;place-items:center;font-weight:700}.page-content{padding:31px 30px 45px;max-width:1600px;margin:0 auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.page-heading h1{font-size:27px;margin:4px 0 7px;letter-spacing:-.6px}.page-heading p{margin:0;color:#5d687b;font-size:14px}.eyebrow{font-size:10px!important;font-weight:800;letter-spacing:1.3px;color:#1457e6!important}.primary,.secondary{border-radius:8px;height:42px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;border:1px solid transparent}.primary{background:var(--blue);color:#fff;box-shadow:0 3px 8px #1457e62a}.primary:hover{background:var(--blue-dark)}.secondary{background:#fff;border-color:var(--line);color:#344054}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat-card{height:118px;background:#fff;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:15px;padding:22px;box-shadow:0 1px 2px #0f172a0b}.stat-icon{width:48px;height:48px;border-radius:9px;display:grid;place-items:center;background:#e6eeff;color:#1457e6}.stat-icon.green{background:#e6f7ed;color:#118447}.stat-icon.amber{background:#fff2df;color:#b45309}.stat-icon.purple{background:#f0eaff;color:#7048b8}.stat-icon.red{background:#ffe8e5;color:#c52a2a}.stat-card span,.stat-card strong,.stat-card small{display:block}.stat-card span{font-size:13px;color:#667085}.stat-card strong{font-family:Georgia,Songti SC,serif;font-size:22px;margin:6px 0 3px;color:#111827}.stat-card small{font-size:11px;color:#7b8494}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}.workspace-grid.with-panel{grid-template-columns:minmax(600px,1fr) 365px}.panel{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 1px 3px #0f172a0c}.panel-title{height:66px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.panel-title>div{display:flex;align-items:center;gap:10px}.panel-title h2{font-size:17px;margin:0}.panel-title span{color:#667085;font-size:12px}.panel-title button,.pair-head button,.modal-head button{border:0;background:transparent;padding:6px;color:#475467}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{height:48px;text-align:left;color:#536075;background:#fafbfc;font-weight:600;border-bottom:1px solid var(--line);padding:0 16px;white-space:nowrap}td{padding:16px;border-bottom:1px solid #e2e7ef;vertical-align:middle}tbody tr:hover{background:#f9fbff}td small,td b{display:block}td small{font-size:11px;color:#6b7280;margin-top:5px}.device-cell,.merchant-name{display:flex;align-items:center;gap:10px}.merchant-name small{margin-top:3px}.progress-wrap{display:flex;align-items:center;gap:9px;min-width:155px}.progress{width:110px;height:6px;background:#e4e9f1;border-radius:10px;overflow:hidden}.progress i{height:100%;display:block;border-radius:10px}.progress i.blue{background:#1457e6}.progress i.green{background:#118447}.progress i.amber{background:#b45309}.progress-wrap b{font-size:12px;color:#1457e6}.status-tag{display:inline-flex;align-items:center;gap:6px;border-radius:6px;padding:6px 8px;font-size:11px;font-weight:700;white-space:nowrap}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status-tag.blue{background:#e5edff;color:#1457e6}.status-tag.green{background:#dff6e8;color:#118447}.status-tag.amber{background:#fff1d9;color:#a95400}.status-tag.red{background:#ffe5e2;color:#c52a2a}.status-tag.gray{background:#edf1f6;color:#657185}.row-actions{display:flex;gap:8px;align-items:center}.row-actions button,.text-action{border:0;background:transparent;color:#1457e6;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.row-actions .danger-text{color:#c52a2a}.table-footer{height:46px;display:flex;align-items:center;justify-content:flex-end;gap:20px;padding:0 18px;color:#64748b;font-size:11px}.pair-panel{background:#fff;border:1px solid #95a2b6;border-radius:8px;padding:24px;box-shadow:0 5px 15px #11182718}.pair-head{display:flex;justify-content:space-between;align-items:flex-start}.pair-head h2{font-size:19px;margin:4px 0 0}.qr-box{width:100%;aspect-ratio:1.18;background:#eef2f8;border:2px dashed #bdc7d6;border-radius:9px;margin:25px 0 21px;display:grid;place-items:center}.qr-box img{width:73%;max-width:235px;border:15px solid #fff;border-radius:8px}.pair-panel ol{list-style:none;padding:0;margin:0;display:grid;gap:16px}.pair-panel li{display:flex;align-items:flex-start;gap:11px;font-size:13px;line-height:1.55}.pair-panel li>b{min-width:26px;height:26px;border-radius:50%;background:#dfe8ff;color:#1457e6;display:grid;place-items:center}.pair-panel li strong{color:#1457e6}.pair-address{border-top:1px solid var(--line);margin-top:23px;padding-top:17px}.pair-address span{display:block;font-size:11px;color:#64748b;margin-bottom:7px}.pair-address code{font-size:11px;background:#f1f4f8;padding:8px;display:block;overflow:hidden;text-overflow:ellipsis}.privacy-line{margin-top:16px;display:flex;align-items:center;gap:8px;font-size:11px;color:#526174}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%);background:#162033;color:#fff;border-radius:8px;padding:12px 18px;display:flex;align-items:center;gap:9px;box-shadow:0 10px 30px #0003;z-index:50}.toolbar{height:66px;display:flex;align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid var(--line)}.toolbar label{height:40px;width:310px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:8px;padding:0 11px}.toolbar input{border:0;outline:0;width:100%}.merchant-panel td{height:70px}.empty{text-align:center;padding:55px 20px;color:#64748b}.empty>div{width:58px;height:58px;border-radius:50%;background:#eff3f8;display:grid;place-items:center;margin:auto}.empty h3{color:#263247;margin:14px 0 6px}.empty p{font-size:13px;margin:0 0 16px}.log-list{padding:6px 22px}.log-list>div{display:flex;align-items:center;gap:13px;padding:17px 4px;border-bottom:1px solid var(--line)}.log-icon{width:38px;height:38px;border-radius:8px;background:#e8efff;color:#1457e6;display:grid;place-items:center}.log-list b,.log-list small{display:block}.log-list small{color:#667085;font-size:11px;margin-top:5px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.setting-card{padding:23px}.setting-card h2{margin:0 0 8px;font-size:17px}.setting-card p{font-size:13px;color:#64748b}.setting-card code{display:block;background:#f2f4f7;border-radius:7px;padding:12px;margin:15px 0}.setting-row{height:54px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.toggle{width:42px;height:23px;border:0;border-radius:20px;padding:3px;background:#cdd4df}.toggle i{display:block;width:17px;height:17px;border-radius:50%;background:#fff;transition:.2s}.toggle.on{background:#1457e6}.toggle.on i{margin-left:19px}.privacy-badge{margin-top:18px;background:#eaf7ef;color:#187344;padding:14px;border-radius:8px;display:flex;align-items:center;gap:9px;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a70;z-index:60;display:grid;place-items:center;padding:20px}.modal{width:min(460px,100%);background:#fff;border-radius:11px;box-shadow:0 25px 80px #0004}.modal-head{height:65px;border-bottom:1px solid var(--line);padding:0 21px;display:flex;align-items:center;justify-content:space-between}.modal-head h2{font-size:18px}.form{padding:22px}.form label,.mobile-form label{display:grid;gap:7px;font-size:13px;font-weight:700;margin-bottom:17px}.form input,.form select,.mobile-form input,.mobile-form select,.mobile-form textarea{width:100%;border:1px solid #cfd7e4;border-radius:8px;padding:11px 12px;background:#fff;outline:0}.form input:focus,.form select:focus,.mobile-form input:focus,.mobile-form select:focus,.mobile-form textarea:focus{border-color:#1457e6;box-shadow:0 0 0 3px #1457e61c}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.loading-screen,.mobile-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;color:#64748b;background:#f5f7fb}.mobile-app{width:100%;max-width:460px;min-height:100dvh;margin:auto;background:#f6f8fc;color:#172033}.mobile-header{height:76px;background:#fff;border-bottom:1px solid #e3e8f0;display:flex;align-items:center;padding:0 16px;gap:10px;position:sticky;top:0;z-index:5}.mobile-header .brand{padding:0;height:auto;margin-right:auto}.mobile-header .brand-mark{width:39px;height:39px}.mobile-header .brand>div:last-child{display:none}.mobile-person{text-align:right}.mobile-person b,.mobile-person span{display:block}.mobile-person b{font-size:13px}.mobile-person span{font-size:10px;color:#7b8494;margin-top:2px}.online-dot{width:9px;height:9px;border-radius:50%;background:#16a05d;box-shadow:0 0 0 4px #16a05d1c}.mobile-page{padding:20px 16px 32px}.connection-card{background:#fff;border:1px solid #d9e1ed;border-radius:12px;padding:15px;display:flex;align-items:center;gap:11px}.connection-icon{width:43px;height:43px;border-radius:10px;background:#e3f7eb;color:#128249;display:grid;place-items:center}.connection-card>div:nth-child(2){min-width:0;flex:1}.connection-card b,.connection-card span{display:block}.connection-card b{font-size:14px}.connection-card span{font-size:11px;color:#667085;margin-top:4px}.mobile-primary,.mobile-secondary{width:100%;height:52px;border-radius:11px;border:0;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:700}.mobile-primary{background:#1457e6;color:#fff;margin-top:18px;box-shadow:0 6px 16px #1457e629}.mobile-secondary{background:#fff;color:#1457e6;border:1px solid #b9c8df;margin-top:15px}.mobile-section{margin-top:27px}.mobile-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mobile-section-title h2{font-size:16px;margin:0}.mobile-section-title button{border:0;background:transparent;color:#1457e6;font-size:12px}.recent-row{background:#fff;border-bottom:1px solid #e7ebf1;padding:14px 12px;display:flex;align-items:center;gap:10px}.recent-row:first-of-type{border-radius:10px 10px 0 0}.recent-row:last-of-type{border-radius:0 0 10px 10px;border-bottom:0}.file-badge{width:40px;height:40px;border-radius:9px;background:#edf2fb;color:#4a5c7a;display:grid;place-items:center}.recent-row>div:nth-child(2){min-width:0;flex:1}.recent-row b,.recent-row span{display:block}.recent-row b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-row span{font-size:10px;color:#7b8494;margin-top:4px}.mobile-privacy{margin:25px auto 0;width:max-content;max-width:100%;font-size:11px;color:#657185;display:flex;align-items:center;gap:6px}.mobile-step-head{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;margin-bottom:21px}.mobile-step-head button{width:38px;height:38px;border:0;border-radius:9px;background:#fff;color:#334155}.mobile-step-head h1{text-align:center;font-size:19px;margin:0}.mobile-search{height:46px;background:#fff;border:1px solid #d8e0eb;border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 13px}.mobile-search input{border:0;outline:0;flex:1}.merchant-list{margin-top:14px;display:grid;gap:9px}.merchant-list button{width:100%;min-height:68px;background:#fff;border:1px solid #dbe2ec;border-radius:11px;padding:10px 12px;display:flex;align-items:center;gap:11px;text-align:left}.merchant-list button.selected{border-color:#1457e6;background:#f5f8ff}.merchant-list button>div:nth-child(2){flex:1}.merchant-list b,.merchant-list span{display:block}.merchant-list span{font-size:11px;color:#7b8494;margin-top:5px}.merchant-list button>svg:last-child{color:#1457e6;opacity:0}.merchant-list button.selected>svg:last-child{opacity:1}.merchant-circle{width:43px;height:43px;border-radius:50%;background:#eaf0fb;color:#1457e6;display:grid;place-items:center}.mobile-form{padding-top:4px}.mobile-form label{font-size:13px}.file-picker{position:relative;min-height:82px;background:#fff;border:1px dashed #aebbd0;border-radius:11px;padding:14px;display:flex;align-items:center;gap:12px;color:#1457e6}.file-picker input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.file-picker b,.file-picker span{display:block}.file-picker b{font-size:13px;color:#243047}.file-picker span{font-size:11px;color:#7b8494;margin-top:5px}.upload-summary{background:#fff;border:1px solid #dbe2ec;border-radius:11px;padding:4px 14px}.upload-summary span,.success-details span{min-height:45px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8ecf2;color:#667085;font-size:12px}.upload-summary span:last-child,.success-details span:last-child{border:0}.upload-summary b,.success-details b{color:#263247}.mobile-primary.bottom{margin-top:22px}.big-progress{text-align:center;padding:35px 5px 20px}.progress-ring{--progress:0deg;width:166px;height:166px;border-radius:50%;margin:0 auto 25px;background:conic-gradient(#1457e6 var(--progress),#e5eaf2 0);display:grid;place-items:center}.progress-ring:before{content:"";width:132px;height:132px;background:#f6f8fc;border-radius:50%;grid-area:1/1}.progress-ring>div{position:relative;grid-area:1/1}.progress-ring strong,.progress-ring span{display:block}.progress-ring strong{font-size:34px}.progress-ring span{font-size:11px;color:#7b8494;margin-top:4px}.big-progress h2{font-size:17px;margin:0 0 8px}.big-progress p{font-size:12px;color:#667085;line-height:1.6;margin:0}.success-state{text-align:center;padding:36px 4px}.success-state>div:first-child{color:#159653}.success-state h1{font-size:25px;margin:15px 0 8px}.success-state>p{font-size:13px;color:#667085}.success-details{text-align:left;background:#fff;border:1px solid #dbe2ec;border-radius:11px;padding:2px 14px;margin:24px 0}.pair-mobile{padding-bottom:25px}.pair-mobile-hero{text-align:center;background:#fff;padding:30px 20px 28px;border-radius:0 0 28px 28px}.pair-mobile-hero .brand{justify-content:center;height:auto;padding:0 0 25px}.pair-device-icon{width:82px;height:82px;border-radius:22px;background:#e6eeff;color:#1457e6;display:grid;place-items:center;margin:auto}.pair-mobile h1{font-size:23px;margin:18px 0 7px}.pair-mobile p{color:#667085;font-size:12px}.local-pill{width:max-content;margin:15px auto 0;background:#e8f7ee;color:#147744;border-radius:20px;padding:8px 13px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700}.pair-mobile .mobile-form{padding:24px 18px 0}.pair-foot{display:flex;align-items:center;justify-content:center;gap:6px;margin:20px 18px!important}.inline-error,.pending-note{border-radius:8px;padding:11px;background:#fff1e8;color:#9b4b00;display:flex;align-items:flex-start;gap:8px;font-size:11px;line-height:1.5}.pending-note{margin-bottom:16px}@media(max-width:1180px){.workspace-grid.with-panel{grid-template-columns:1fr}.pair-panel{max-width:520px}.stats-grid{grid-template-columns:repeat(2,1fr)}.top-status span{display:none}}@media(max-width:860px){.desktop-shell{grid-template-columns:78px 1fr}.sidebar{width:78px}.sidebar .brand{padding:0 16px}.sidebar .brand>div:last-child,.sidebar nav span,.sidebar nav i,.sidebar .local-note div,.sidebar .collapse-button{display:none}.sidebar nav button{justify-content:center;padding:0}.sidebar .local-note{padding:12px;justify-content:center}.top-actions span{display:none}.page-content{padding:24px 18px}.stats-grid{grid-template-columns:1fr 1fr}.page-heading{align-items:flex-start}.workspace-grid.with-panel{grid-template-columns:1fr}}@media(max-width:600px){body:has(.mobile-app){background:#f6f8fc}.desktop-shell{display:none}.mobile-app{max-width:none}.stats-grid{grid-template-columns:1fr}.page-heading{display:block}.page-heading .primary{margin-top:16px}}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card,.workspace-grid,.workspace-grid>*{min-width:0}.page-content{overflow:hidden}.progress-ring{display:none}.progress-number{margin:4px auto 20px}.progress-number strong,.progress-number span{display:block}.progress-number strong{font-size:38px;color:#1457e6}.progress-number span{font-size:12px;color:#7b8494;margin-top:5px}.mobile-progress-track{height:10px;background:#e5eaf2;border-radius:10px;overflow:hidden;margin:0 20px 25px}.mobile-progress-track i{display:block;height:100%;background:#1457e6;border-radius:10px;transition:width .2s}@media(max-width:1180px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.stats-grid{grid-template-columns:1fr}}.topbar{position:sticky}.notice-popover{position:absolute;right:62px;top:58px;width:290px;background:#fff;border:1px solid #d6deeb;border-radius:9px;padding:15px;box-shadow:0 12px 35px #17203320;z-index:20}.notice-popover b{display:block;margin-bottom:6px}.notice-popover p{margin:0;color:#64748b;font-size:12px;line-height:1.6}.photographer-pill{display:inline-flex;align-items:center;white-space:nowrap;background:#eef4ff;color:#174bb5;border-radius:6px;padding:6px 9px;font-weight:700;font-size:12px}.toolbar select{height:40px;border:1px solid #d6deeb;border-radius:8px;background:#fff;color:#344054;padding:0 32px 0 12px}.mobile-empty{margin-top:14px;background:#fff;border:1px dashed #c8d2e1;border-radius:10px;padding:20px;text-align:center;color:#667085;font-size:12px;line-height:1.6}.queue-tools{display:flex;align-items:center;gap:8px}.asset-filters{display:grid;grid-template-columns:minmax(260px,1fr) repeat(3,minmax(150px,auto));gap:10px;padding:16px;margin-bottom:18px}.asset-filters label{height:42px;border:1px solid #d6deeb;border-radius:8px;display:flex;align-items:center;gap:8px;padding:0 11px}.asset-filters input{border:0;outline:0;width:100%}.asset-filters select{height:42px;border:1px solid #d6deeb;border-radius:8px;background:#fff;padding:0 10px;color:#344054}.asset-results td{height:70px}@media(max-width:1400px){.asset-filters{grid-template-columns:1fr 1fr}}@media(max-width:700px){.asset-filters{grid-template-columns:1fr}}.page-heading{flex-wrap:wrap}.page-heading>div:first-child{min-width:0;flex:1 1 480px}.page-heading-actions{display:flex;align-items:center;gap:10px;width:100%;flex-wrap:wrap;justify-content:flex-start;margin-top:-6px}.export-result{display:flex;align-items:flex-start;gap:10px;border-radius:9px;padding:13px 15px;margin:-10px 0 18px;font-size:13px}.export-result.success{background:#eaf7ef;color:#126d3e;border:1px solid #bde5cd}.export-result.error{background:#fff0ee;color:#a32929;border:1px solid #f0c3bd}.export-result b,.export-result small{display:block}.export-result small{font-size:11px;margin-top:4px;word-break:break-all}@media(max-width:700px){.page-heading-actions{margin-top:16px}.page-heading-actions .primary,.page-heading-actions .secondary{width:100%}}.queue-tools select{height:34px;border:1px solid #d6deeb;border-radius:7px;background:#fff;padding:0 8px;color:#475467;font-size:12px}.merchant-identify-bar{padding:16px 16px 0}.merchant-identify-bar .mobile-primary{margin-top:0}.identify-message{margin-top:9px;padding:10px 12px;border-radius:8px;background:#edf4ff;color:#174ea6;font-size:11px;line-height:1.55}.store-name-note,.auto-category-note{margin:14px 16px 0;padding:11px 13px;border-radius:9px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700}.store-name-note{border:1px solid #cbd8f0;background:#edf4ff;color:#174ea6}.auto-category-note{border:1px solid #bde5cd;background:#eaf7ef;color:#126d3e}.upload-retry-bar{margin:16px 16px 0;padding:15px;border:1px solid #f0c3bd;border-radius:10px;background:#fff4f2;color:#8f2727}.upload-retry-bar b,.upload-retry-bar span{display:block}.upload-retry-bar span{font-size:11px;line-height:1.55;margin-top:5px}.upload-retry-bar .mobile-primary{margin-top:12px}.upload-retry-bar~.step .mobile-secondary{display:none}.public-gateway{min-height:100dvh;background:#f5f7fb;color:#172033;max-width:520px;margin:auto}.public-gateway header{height:78px;background:#fff;border-bottom:1px solid #e1e7f0;display:flex;align-items:center}.public-gateway header .brand{height:78px;padding:0 18px}.public-gateway main{padding:28px 18px 36px}.gateway-status{display:inline-flex;align-items:center;gap:8px;color:#1457e6;font-size:12px;font-weight:800;background:#eaf1ff;border-radius:20px;padding:8px 12px}.public-gateway h1{font-size:31px;line-height:1.2;margin:18px 0 12px;letter-spacing:-1px}.gateway-lead{color:#64748b;font-size:13px;line-height:1.75;margin:0 0 22px}.gateway-card{background:#fff;border:1px solid #d8e0eb;border-radius:14px;padding:18px;box-shadow:0 6px 22px #1720330d}.gateway-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.gateway-card-head b,.gateway-card-head span{display:block}.gateway-card-head b{font-size:17px}.gateway-card-head span{font-size:11px;color:#667085;margin-top:5px;line-height:1.5}.gateway-card label{display:grid;gap:8px;font-size:12px;font-weight:700}.gateway-card input{height:47px;border:1px solid #cfd8e6;border-radius:9px;padding:0 12px;outline:0}.gateway-card input:focus{border-color:#1457e6;box-shadow:0 0 0 3px #1457e61c}.gateway-help{margin-top:25px}.gateway-help h2{font-size:17px}.gateway-help ol{list-style:none;padding:0;margin:0;display:grid;gap:10px}.gateway-help li{background:#fff;border:1px solid #e0e6ef;border-radius:10px;padding:12px;display:flex;align-items:center;gap:11px;font-size:12px}.gateway-help li b{width:25px;height:25px;border-radius:50%;background:#e6eeff;color:#1457e6;display:grid;place-items:center}
