:root{--sidebar-w:208px;--topbar-h:56px;--line:#e4e4e7;--line2:#d4d4d8;--txt:#333;--muted:#707070;--hint:#9a9a9a;--accent:#6b4eff;--accent-bg:#f1eeff;--th-bg:#f5f5f6;--card:#fff;--page-bg:#fafafa;--radius:6px}*{box-sizing:border-box}body{margin:0;font-family:Malgun Gothic,맑은 고딕,-apple-system,sans-serif;color:var(--txt);background:var(--page-bg);font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}.app{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column}.brand{padding:14px 18px;border-bottom:1px solid var(--line)}.brand .logo{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:20px;color:var(--accent)}.brand .vendor{margin-top:10px;font-size:15px;font-weight:700;color:var(--txt)}.brand .vlink{font-size:12px;color:var(--muted);margin-top:2px}.menu{list-style:none;margin:0;padding:0;overflow-y:auto}.menu>li>.m-top{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;height:52px;font-size:14px;color:var(--muted);cursor:pointer;border-bottom:1px solid #f3f3f3}.menu>li>.m-top:hover{background:#fafafa}.menu>li.open>.m-top{color:var(--accent)}.m-top .chev{font-size:11px;color:var(--hint);transition:transform .15s}.menu>li.open .m-top .chev{transform:rotate(90deg)}.submenu{list-style:none;margin:0;padding:0;display:none;background:#fbfbfc}.menu>li.open .submenu{display:block}.submenu li{padding:11px 20px 11px 32px;font-size:13px;color:var(--muted);cursor:pointer;border-bottom:1px solid #f5f5f5}.submenu li:hover{background:#f4f2ff;color:var(--accent)}.submenu li.active{color:var(--accent);background:var(--accent-bg);border-left:3px solid var(--accent);padding-left:29px;font-weight:700}.menu .single .m-top{cursor:pointer}.menu .single.active .m-top{color:var(--accent);background:var(--accent-bg);border-left:3px solid var(--accent);padding-left:17px}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:var(--topbar-h);min-height:var(--topbar-h);background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 22px}.topbar .tb-status{font-size:13px;color:var(--muted)}.topbar .tb-status b{color:var(--accent)}.topbar .tb-util{display:flex;align-items:center;gap:18px;font-size:13px;color:var(--muted)}.topbar .tb-util .tb-link:hover,.topbar .tb-util a:hover{color:var(--accent)}.topbar .tb-util .tb-link{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;padding:0}.topbar .tb-util .tb-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.banner{background:var(--accent);color:#fff;text-align:center;font-size:13px;padding:7px;font-weight:500}.content{padding:22px 26px;overflow-y:auto}.page-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px}.page-head h1{font-size:20px;font-weight:700;margin:0}.breadcrumb{font-size:12px;color:var(--hint)}.filter{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:14px 16px;margin-bottom:14px;display:grid;grid-template-columns:90px 1fr;gap:10px 14px;align-items:center}.filter .flabel{font-size:13px;color:var(--muted)}.filter .frow{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.chip{border:1px solid var(--line2);border-radius:4px;background:#fff;padding:6px 12px;font-size:13px;color:var(--muted);cursor:pointer}.chip.on{background:var(--accent);border-color:var(--accent);color:#fff}.radio{font-size:13px;color:var(--muted);display:inline-flex;align-items:center;gap:4px;cursor:default;margin-right:4px}.inp{padding:0 10px;color:var(--hint);background:#fff}.inp,.sel{border:1px solid var(--line2);border-radius:4px;height:32px;font-size:13px;display:inline-flex;align-items:center;min-width:120px}.sel{padding:0 26px 0 10px;color:var(--muted);background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><path d='M0 2l5 5 5-5' fill='none' stroke='%23999'/></svg>") no-repeat right 9px center}select.sel{appearance:none;-webkit-appearance:none;-moz-appearance:none}select.sel::-ms-expand{display:none}.btn-search{background:#f0f0f2;border:1px solid var(--line2);border-radius:4px;height:32px;padding:0 22px;font-size:13px;color:var(--txt);cursor:pointer}.actionbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.actionbar .cnt{font-size:13px;color:var(--muted)}.actionbar .cnt b{color:var(--txt)}.btns{display:flex;gap:8px;flex-wrap:wrap}.btn{border:1px solid var(--line2);border-radius:4px;background:#fff;padding:7px 14px;font-size:13px;color:var(--txt);cursor:pointer;display:inline-flex;align-items:center;gap:5px}.btn:hover{background:#fafafa}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn.excel{color:#1d7044;border-color:#cfe6d8}.btn:disabled{opacity:.5;cursor:not-allowed}.link-button{border:0;background:transparent;color:var(--accent);font:inherit;cursor:pointer;padding:0;text-decoration:none}.link-button:hover{text-decoration:underline}.tbl-wrap{border:1px solid var(--line);border-radius:var(--radius);overflow:auto;background:#fff}table.wf{width:100%;border-collapse:collapse;font-size:13px;white-space:nowrap}table.wf th{background:var(--th-bg);color:var(--muted);font-weight:700;padding:11px 12px;text-align:center;border-bottom:1px solid var(--line)}table.wf thead th{position:sticky;top:0}table.wf tfoot td,table.wf tfoot th{border-top:1px solid var(--line)}table.wf td{padding:11px 12px;text-align:center;color:var(--hint);border-bottom:1px solid #f2f2f2}table.wf tr:last-child td{border-bottom:none}table.wf tr.shipment-row-warning td{background:#fff8df;color:#6f5a18}table.wf tr.shipment-row-overdue td{background:#fff0f0;color:#8f2b2b}.seller-table-thumb{width:44px;height:44px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--line);border-radius:4px;background:#f6f6f8}.seller-table-link{border:0;background:transparent;color:var(--accent);font:inherit;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.seller-table-link:hover{color:#4b0065}.empty td{padding:40px;color:var(--hint);text-align:center}.pager{display:flex;gap:4px;margin-top:14px}.pager,.pager span{justify-content:center}.pager span{min-width:28px;height:28px;display:inline-flex;align-items:center;border:1px solid var(--line2);border-radius:4px;font-size:13px;color:var(--muted);background:#fff}.pager span.cur{background:var(--accent);border-color:var(--accent);color:#fff}.kpi-bar{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:16px 20px;display:flex;align-items:center;gap:30px;flex-wrap:wrap;margin-bottom:14px}.kpi-bar .date{font-weight:700;font-size:15px}.kpi-bar .kpi{font-size:13px;color:var(--muted)}.kpi-bar .kpi b{color:var(--accent);margin-left:6px}.cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.dcard{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:16px 18px}.dcard h3{font-size:15px;font-weight:700;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--line)}.dcard .row{display:flex;justify-content:space-between;font-size:13px;color:var(--muted);padding:5px 0}.dcard .row b{color:var(--accent)}.wide-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:14px 18px;margin-bottom:14px;display:flex;align-items:center;gap:24px}.wide-card .wc-title{font-weight:700;font-size:14px;min-width:150px}.wide-card .wc-body{font-size:13px;color:var(--muted)}.umma-tag{display:inline-block;background:#eef9f2;color:#1d7044;border:1px solid #cfe6d8;border-radius:4px;font-size:11px;padding:2px 7px;margin-left:6px}.form-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:0;margin-bottom:14px}.form-row{display:grid;grid-template-columns:160px 1fr;border-bottom:1px solid #f0f0f0}.form-row:last-child{border-bottom:none}.form-row .fl{background:#f7f7f8;padding:14px 16px;font-size:13px;color:var(--txt);display:flex;align-items:center;gap:4px}.form-row .fl .req{color:#d84a3a}.form-row .fv{padding:12px 16px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.note{font-size:12px;color:var(--hint);margin:8px 2px}.placeholder-screen{border:1px dashed var(--line2);border-radius:var(--radius);background:#fff;padding:60px;text-align:center;color:var(--hint);font-size:14px}.info-box{border:1px solid var(--line);background:#fafafa;border-radius:var(--radius);padding:14px 18px;margin-bottom:14px;font-size:12.5px;color:var(--muted)}.info-box .ib-title{font-weight:700;color:var(--txt);margin:10px 0 6px}.info-box .ib-title:first-child{margin-top:0}.info-box ul{margin:0 0 4px;padding-left:18px}.info-box li{margin:3px 0;line-height:1.55}.sec-head{font-size:15px;font-weight:700;color:var(--txt);margin:18px 0 10px;padding-bottom:8px;border-bottom:2px solid var(--txt);overflow:hidden}.chart-box{border:1px dashed var(--line2);border-radius:var(--radius);background:#fafafe;color:var(--muted);text-align:center;padding:60px 20px;margin-bottom:14px;font-size:13px}.hint-q{display:inline-block;width:15px;height:15px;line-height:15px;text-align:center;border-radius:50%;background:#ddd;color:#fff;font-size:10px;font-weight:700}.editor-box{border:1px solid var(--line2);border-radius:4px;min-height:160px;background:#fff;display:flex;flex-direction:column}.editor-toolbar{border-bottom:1px solid #eee;padding:8px 10px;font-size:12px;color:var(--hint);background:#fafafa}.two-pane{display:grid;grid-template-columns:1fr 1fr;gap:14px}.screen{display:none}.screen.active{display:block}.scaffold-tag{font-size:11px;color:#fff;background:var(--accent);border-radius:3px;padding:2px 7px;margin-left:8px;vertical-align:middle}.mode-banner{background:#efe9ff;border:1px solid #d6ccff;border-radius:var(--radius);padding:10px 14px;margin:14px 0;font-size:12.5px;color:var(--accent)}.mode-banner b{font-weight:700}label.chk,label.rad{display:inline-flex;align-items:center;gap:5px;margin-right:14px;cursor:pointer;font-size:13px;color:var(--txt)}input[type=checkbox],input[type=radio]{width:14px;height:14px;margin:0}.btn.lg{height:38px;padding:0 30px;font-size:14px;font-weight:700}.inline-action{margin-left:8px}.push-right{margin-left:auto}.inline-note{margin:0}.note.gray{color:var(--hint)}.note.warn{color:#d84a3a}.note.sec-note{float:right;font-weight:400;color:var(--accent)}.row-line{align-items:center;flex-wrap:wrap;margin:2px 0 8px}.row-line,.stack{display:flex;gap:8px}.stack{flex-direction:column}.fixed-label{min-width:170px}.left-cell{text-align:left!important;color:var(--txt)!important}.muted-text{color:var(--hint)}.inline-radio-list{line-height:2.2}.radwrap{display:flex;flex-direction:column;gap:3px}.cond{display:none;margin-top:10px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#fafafe}.cond.on{display:block}.inline-cond{display:none}.inline-cond.on{display:inline-flex;align-items:center;gap:6px;margin-left:8px}.tag{display:inline-block;background:var(--accent);color:#fff;font-size:10px;font-weight:700;border-radius:3px;padding:1px 6px;margin-left:6px;vertical-align:middle}.inp.full{min-width:440px}.inp.num{justify-content:flex-end}.sel.sm{min-width:70px}.filebox{border:1px dashed var(--line2);border-radius:4px;padding:18px;color:var(--hint);text-align:center;background:#fafafe;min-width:300px}.filebox.dragging{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.editor{border:1px solid var(--line2);border-radius:4px;min-height:120px;background:#fff}.editor .tb{border-bottom:1px solid #eee;padding:8px 10px;font-size:12px;color:var(--hint);background:#fafafa}.editor .area{min-height:90px}.editor textarea.area{display:block;width:100%;border:0;resize:vertical;padding:10px;color:var(--muted);font-size:13px;outline:none;background:#fff}.seller-rich-editor{width:100%;min-height:220px}.seller-rich-toolbar{display:flex;flex-wrap:wrap;gap:4px}.seller-rich-toolbar button{height:26px;border:1px solid var(--line2);border-radius:4px;background:#fff;color:#444;padding:0 8px;font-size:12px;cursor:pointer}.seller-rich-toolbar button.on,.seller-rich-toolbar button:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.seller-rich-toolbar button:disabled{opacity:.45;cursor:not-allowed}.seller-rich-content{min-height:180px;padding:12px}.seller-rich-content .tiptap{min-height:156px;outline:none}.seller-rich-content .tiptap p{margin:0 0 8px}.seller-rich-content .tiptap table{border-collapse:collapse;margin:8px 0}.seller-rich-content .tiptap td,.seller-rich-content .tiptap th{border:1px solid var(--line2);min-width:72px;padding:6px 8px}.seller-rich-source{display:block;width:100%;min-height:180px;border:0;padding:12px;font-family:Consolas,monospace;font-size:12px;resize:vertical;outline:none}.seller-image-uploader{display:grid;gap:10px}.seller-image-uploader .filebox{cursor:pointer;width:100%}.seller-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;max-width:620px}.seller-image-thumb{border:1px solid var(--line);border-radius:4px;background:#fff;overflow:hidden}.seller-image-thumb img{display:block;width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:#f6f6f8}.seller-image-thumb div{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 7px;font-size:11px;color:var(--muted)}.seller-image-thumb button{border:0;background:transparent;color:#c0392b;font-size:11px;cursor:pointer}table.form{width:100%;border-collapse:collapse}table.form tr{border-bottom:1px solid var(--line)}table.form tr:first-child{border-top:1px solid var(--line)}table.form th{width:190px;background:#f7f7f9;text-align:left;vertical-align:top;padding:16px;font-weight:700;color:var(--txt);font-size:13px}table.form td{padding:14px 16px;vertical-align:top}table.qty{border-collapse:collapse;margin-top:4px}table.qty td,table.qty th{border:1px solid var(--line);padding:6px 10px;font-size:12px;text-align:center}table.qty th{background:var(--th-bg)}table.tbl{width:100%;border-collapse:collapse}table.tbl td,table.tbl th{border:1px solid var(--line);padding:8px 10px;font-size:12px;text-align:center}table.tbl th{background:var(--th-bg)}.tbl-empty{color:var(--hint);padding:16px}.submit-wrap{text-align:center;margin-top:26px;display:flex;gap:10px;justify-content:center}.legend{font-size:11.5px;color:var(--hint);margin-top:14px;border-top:1px dashed var(--line);padding-top:10px}.guide{background:#efe9ff;border-radius:6px;padding:12px 14px;color:var(--accent);font-size:12.5px;margin-bottom:14px;line-height:1.7}.step{font-weight:700;margin:14px 0 8px;font-size:13.5px}.result{border:1px solid var(--line);border-radius:6px;padding:12px 14px;margin-top:8px;background:#fafafe;font-size:12.5px}.modal-table{margin-top:8px}.invoice-row,.modal-table{border:1px solid var(--line)}.invoice-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-radius:var(--radius);padding:10px 14px;background:#fafafe;margin-bottom:12px}.invoice-row .flabel{min-width:120px;font-weight:700;color:var(--muted);font-size:12.5px}.shipment-bulk-textarea{width:100%;min-height:180px;border:1px solid var(--line2);border-radius:4px;padding:10px;font:13px Consolas,monospace;color:var(--txt);resize:vertical}.frm{width:100%;border-collapse:collapse}.frm th{width:120px;background:var(--th-bg);text-align:left;font-weight:700}.frm td,.frm th{padding:12px}.frm td,.frm th,.perm{border:1px solid var(--line)}.perm{border-radius:var(--radius);overflow:hidden}.perm-row{display:grid;grid-template-columns:150px 1fr;border-bottom:1px solid var(--line)}.perm-row:last-child{border-bottom:none}.perm-grp{background:var(--th-bg);font-weight:700;align-items:center;gap:6px;border-right:1px solid var(--line)}.perm-grp,.perm-items{padding:12px 14px;display:flex}.perm-items{flex-wrap:wrap;gap:6px 18px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;align-items:flex-start;justify-content:center;padding:60px 16px;z-index:50;overflow:auto}.overlay.on{display:flex}.modal{background:#fff;border-radius:8px;width:680px;max-width:100%;box-shadow:0 12px 40px rgba(0,0,0,.25)}.modal.sm{width:560px}.modal.lg{width:880px}.modal.xl{width:920px}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line)}.modal-head h3{margin:0;font-size:17px;font-weight:700}.modal-x{border:0;background:transparent;cursor:pointer;font-size:20px;color:var(--hint);line-height:1;padding:0}.modal-body{padding:20px}.modal-foot{padding:14px 20px;border-top:1px solid var(--line);display:flex;gap:8px;justify-content:center}.delivery-setup-wireframe .linkq{float:right;font-size:12px;font-weight:400;color:var(--accent)}.delivery-setup-wireframe table.form{width:100%;border-collapse:collapse}.delivery-setup-wireframe table.form tr{border-bottom:1px solid var(--line)}.delivery-setup-wireframe table.form tr:first-child{border-top:1px solid var(--line)}.delivery-setup-wireframe table.form th{width:200px;background:#f7f7f9;text-align:left;vertical-align:top;padding:18px 16px;font-weight:700;color:var(--txt);font-size:13px}.delivery-setup-wireframe table.form td{padding:16px;vertical-align:top}.delivery-setup-wireframe label.chk,.delivery-setup-wireframe label.rad{display:inline-flex;align-items:center;gap:5px;margin-right:14px;cursor:pointer;font-size:13px;color:var(--txt)}.delivery-setup-wireframe input[type=checkbox],.delivery-setup-wireframe input[type=radio]{width:14px;height:14px;margin:0}.delivery-setup-wireframe .row-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:2px 0}.delivery-setup-wireframe .stack{display:flex;flex-direction:column;gap:8px}.delivery-setup-wireframe .tag{display:inline-block;margin-left:6px;padding:2px 6px;border-radius:4px;background:#eef9f2;border:1px solid #cfe6d8;color:#1d7044;font-size:11px;font-weight:700}.delivery-setup-wireframe .btn.lg{height:38px;padding:0 28px;font-size:14px}.delivery-setup-wireframe .submit-wrap{text-align:center;margin:18px 0}.delivery-setup-wireframe .legend{margin-top:18px;border:1px dashed var(--line2);border-radius:var(--radius);padding:12px 14px;background:#fafafe;color:var(--muted);font-size:12.5px;line-height:1.8}.seller-region-selector{width:100%}.seller-region-selector .inp{background:#fff}.seller-region-panel{margin-top:10px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:12px}.seller-region-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.seller-region-columns{display:grid;grid-template-columns:180px 180px minmax(240px,1fr);gap:10px;align-items:start}.seller-region-label{margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:700}.seller-region-columns .sel{width:100%;margin-bottom:8px}.seller-region-checks{min-height:96px;max-height:180px;overflow:auto;border:1px solid var(--line);border-radius:var(--radius);padding:10px;background:#fafafe}.seller-region-checks .chk{margin-bottom:7px}.seller-region-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.seller-region-chip{height:26px;border:1px solid #cfe6d8;border-radius:4px;background:#eef9f2;color:#1d7044;padding:0 8px;font-size:12px;font-weight:700;cursor:pointer}.seller-region-chip:hover{background:#e2f4e9}.seller-auth-shell{min-height:100vh;background:#fbf7fc;color:#25212a}.seller-auth-topbar{height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:760px;margin:0 auto;padding:0 20px}.seller-auth-brand{display:inline-flex;align-items:center;gap:8px;color:#5f0080;font-size:24px;font-weight:900}.seller-auth-brand span{display:inline-grid;place-items:center;height:22px;border-radius:5px;background:#5f0080;color:#fff;padding:0 6px;font-size:10px;font-weight:900}.seller-auth-home-link{border:1px solid #eadfec;border-radius:6px;background:#fff;color:#6f6475;padding:7px 11px;font-size:12px;font-weight:800}.seller-auth-home-link:hover{border-color:#5f0080;color:#5f0080}.seller-auth-panel{display:flex;align-items:flex-start;justify-content:center;padding:28px 20px 64px}.seller-auth-card{width:100%;max-width:480px;border:1px solid #eadfec;border-radius:8px;background:#fff;padding:30px;box-shadow:0 12px 32px rgba(95,0,128,.1)}.seller-auth-eyebrow{margin:0 0 10px;color:#5f0080;font-size:13px;font-weight:900}.seller-auth-card h2{margin:0;color:#25212a;font-size:28px;line-height:1.22;font-weight:900;word-break:keep-all}.seller-auth-desc{margin:10px 0 22px;color:#6f6475;font-size:14px;line-height:1.65;font-weight:650;word-break:keep-all}.seller-auth-form{display:grid;gap:14px}.seller-auth-field{display:grid;gap:8px;color:#25212a;font-size:13px;font-weight:850}.seller-auth-field input{width:100%;height:52px;border:1.5px solid #eadfec;border-radius:8px;background:#fff;padding:0 14px;color:#25212a;font-size:16px;font-weight:700;outline:none;transition:border-color .15s,box-shadow .15s}.seller-auth-field input::-moz-placeholder{color:#aaa1ad;font-weight:600}.seller-auth-field input::placeholder{color:#aaa1ad;font-weight:600}.seller-auth-field input:focus{border-color:#5f0080;box-shadow:0 0 0 3px rgba(95,0,128,.1)}.seller-auth-field input:disabled{background:#f7f2f8;color:#8b7f90;cursor:not-allowed}.seller-auth-password{position:relative;display:block}.seller-auth-password input{padding-right:50px}.seller-auth-password button{position:absolute;right:8px;top:50%;display:grid;place-items:center;width:36px;height:36px;transform:translateY(-50%);border:0;border-radius:6px;background:transparent;color:#6f6475;cursor:pointer}.seller-auth-password button:hover{background:#fbf7fc;color:#5f0080}.seller-auth-password svg{width:17px;height:17px}.seller-auth-progress{height:8px;margin:-4px 0 18px;border-radius:999px;background:#f0e5f4;overflow:hidden}.seller-auth-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5f0080,#8f3ab2);transition:width .2s ease}.seller-auth-nav-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.seller-auth-stepper{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;margin-bottom:10px}.seller-auth-nav-row .seller-auth-stepper{flex:1;margin-bottom:0}.seller-auth-step-chip{height:28px;display:grid;place-items:center;border:1px solid #eadfec;border-radius:6px;background:#fff;color:#8b7f90;font-size:11px;font-weight:850}.seller-auth-step-chip.is-active{border-color:#e5c9ef;background:#f8f1fb;color:#5f0080}.seller-auth-options{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#6f6475;font-size:13px;font-weight:700}.seller-auth-options label{display:inline-flex;align-items:center;gap:7px;cursor:pointer}.seller-auth-options input{width:17px;height:17px;accent-color:#5f0080}.seller-auth-find-links{display:inline-flex;align-items:center;gap:8px}.seller-auth-footer a,.seller-auth-options a{color:#5f0080;font-weight:900}.seller-auth-inline{display:grid;grid-template-columns:minmax(0,1fr) 116px;gap:8px}.seller-auth-inline button{height:52px;border:1.5px solid #eadfec;border-radius:8px;background:#fbf7fc;color:#25212a;font-size:13px;font-weight:900;cursor:pointer}.seller-auth-inline button:hover:not(:disabled){border-color:#5f0080;color:#5f0080}.seller-auth-inline button:disabled{cursor:not-allowed;opacity:.45}.seller-auth-inline button.seller-auth-confirm.is-ready{background:#5f0080;border-color:#5f0080;color:#fff}.seller-auth-inline button.seller-auth-confirm.is-ready:hover{background:#4b0065;color:#fff}.seller-auth-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;border:0;border-radius:8px;background:#5f0080;color:#fff;font-size:15px;font-weight:900;cursor:pointer;transition:background .15s,opacity .15s}.seller-auth-submit:hover:not(:disabled){background:#4b0065}.seller-auth-submit:disabled{cursor:not-allowed;opacity:.55}.seller-auth-back{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;width:-moz-max-content;width:max-content;max-width:100%;border:0;background:transparent;color:#6f6475;padding:0;font-size:13px;font-weight:850;cursor:pointer}.seller-auth-back svg{width:16px;height:16px;flex:0 0 auto}.seller-auth-error,.seller-auth-message,.seller-auth-verified{border-radius:8px;padding:11px 12px;font-size:13px;font-weight:750;line-height:1.45}.seller-auth-message{border:1px solid #e5c9ef;background:#f8f1fb;color:#5f0080}.seller-auth-error{border:1px solid #ffd5d2;background:#fff1f1;color:#b42318}.seller-auth-verified{display:flex;align-items:center;gap:7px;border:1px solid #e5c9ef;background:#f8f1fb;color:#5f0080}.seller-auth-verified svg{width:16px;height:16px}.seller-auth-status-card{display:grid;gap:5px;border:1px solid #e5c9ef;border-radius:8px;background:#f8f1fb;padding:12px;color:#5f0080}.seller-auth-status-card b{font-size:13px}.seller-auth-status-card span{font-size:12.5px;font-weight:700}.seller-auth-summary{border:1px solid #eadfec;border-radius:8px;background:#fff;padding:4px 14px}.seller-auth-summary dl{margin:0}.seller-auth-summary div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;padding:12px 0;border-bottom:1px solid #f1e6f4}.seller-auth-summary div:last-child{border-bottom:0}.seller-auth-summary dt{color:#8b7f90;font-size:12px;font-weight:850}.seller-auth-summary dd{margin:0;color:#25212a;font-size:13px;font-weight:800;word-break:break-word}.seller-auth-footer{margin-top:22px;text-align:center;color:#6f6475;font-size:13px;font-weight:700}.seller-auth-footer a{margin-left:6px;border-bottom:1px solid #5f0080;padding-bottom:1px}.pending-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--page-bg)}.pending-card{width:min(420px,100%);border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:24px}.pending-card h1{margin:0 0 8px;font-size:22px}.pending-card p{margin:0 0 18px;color:var(--muted);font-size:13px}@media (max-width:960px){.seller-auth-panel{padding-top:18px}}@media (max-width:560px){.seller-auth-topbar{height:58px;padding:0 14px}.seller-auth-panel{padding:12px 12px 38px}.seller-auth-card{padding:24px 18px}.seller-auth-card h2{font-size:24px}.seller-auth-nav-row{align-items:flex-start}.seller-auth-stepper{grid-template-columns:repeat(3,minmax(0,1fr))}.seller-auth-inline{grid-template-columns:1fr}.seller-auth-inline button{width:100%}.seller-auth-summary div{grid-template-columns:1fr;gap:4px}}