@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:#171a1f;background:#f4f6f8;font-synthesis:none;--ink: #171a1f;--muted: #6b7280;--line: #dfe3e8;--soft: #f4f6f8;--green: #147d64;--green-soft: #e5f5ef;--coral: #d45b43;--coral-soft: #fff0ec;--blue: #426da9;--blue-soft: #eaf1fa}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6f8}button,input,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}code,pre,textarea{font-family:DM Mono,monospace}h1,h2,h3,p{margin-top:0}.public-shell{min-height:100vh;background:#f4f6f8}.public-header{position:sticky;z-index:30;top:0;height:68px;border-bottom:1px solid rgba(216,221,227,.9);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.public-header-inner{width:min(1180px,calc(100% - 48px));height:100%;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px}.brand-mark{position:relative;width:38px;height:38px;flex:none;display:grid;place-items:center;overflow:hidden;border:1px solid #343a42;border-radius:6px;background:var(--ink);color:#fff}.brand-mark:before{content:"";position:absolute;width:8px;height:8px;top:0;right:0;background:#43c59e}.brand-mark svg{position:relative;z-index:1}.brand-mark i{position:absolute;z-index:2;width:28px;height:2px;background:#43c59e;transform:rotate(-42deg);box-shadow:0 0 0 2px var(--ink)}.brand strong{display:block;font-size:15px}.brand span{display:block;margin-top:2px;color:var(--muted);font-size:12px}.brand-link{color:inherit;text-decoration:none}.public-brand{width:fit-content;gap:10px}.public-brand .brand-mark{width:34px;height:34px;border-radius:7px}.public-brand strong{font-size:14px;letter-spacing:-.01em}.public-nav{height:40px;padding:3px;display:flex;align-items:center;gap:2px;border:1px solid #e6e9ed;border-radius:8px;background:#f8f9fa}.public-nav a,.public-nav button{height:32px;padding:0 13px;display:inline-flex;align-items:center;border:0;border-radius:6px;background:transparent;color:#59616b;text-decoration:none;white-space:nowrap;font-size:12px;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.public-nav a:hover,.public-nav button:hover{background:#fff;color:var(--ink);box-shadow:0 1px 3px #141b2314}.trust-note{display:flex;align-items:center;gap:7px;color:var(--green);font-size:13px;font-weight:600}.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:7px}.language-control{height:34px;margin:0;padding-left:9px;display:flex;align-items:center;gap:2px;border-radius:6px;color:#7a828c}.language-control:hover{background:#f4f6f8;color:var(--ink)}.language-control .language-select{height:32px;max-width:112px;padding-left:5px;border:0;background:transparent;box-shadow:none}.header-divider{width:1px;height:22px;margin:0 4px;background:#e2e6ea}.nav-login{height:36px;padding:0 11px;border:0;border-radius:6px;background:transparent;color:#4e5660;font-size:12px;font-weight:600}.nav-login:hover{background:#f1f3f5;color:var(--ink)}.nav-register{min-height:36px;padding:0 15px;border-radius:6px;box-shadow:0 1px 2px #0b56452e}.language-select{height:34px;max-width:132px;padding:0 28px 0 10px;border:1px solid #cfd5dc;border-radius:5px;background:#fff;color:#414852;font-size:11px;font-weight:600;outline:none}.language-select:focus{border-color:var(--green);box-shadow:0 0 0 3px #147d641a}.language-select.dark{width:100%;max-width:none;border-color:#3b424b;background:#252a31;color:#d7dce2}.public-main{width:min(1180px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr);align-items:stretch;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 18px 60px #20273014;overflow:hidden}.public-hero{min-height:680px;padding:68px 24px;display:grid;place-items:center;background:radial-gradient(circle at 50% 0,#fff 0,#f4f6f8 64%)}.public-hero .public-query{width:min(720px,100%);min-height:540px;border:1px solid var(--line);border-radius:10px;box-shadow:0 22px 70px #2027301a}.public-capabilities{padding:82px max(24px,calc((100vw - 1180px)/2));border-top:1px solid var(--line);background:#fff}.public-section-copy{max-width:650px;margin-bottom:34px}.public-section-copy>span{color:var(--green);font-size:10px;font-weight:700;letter-spacing:.14em}.public-section-copy h2{margin:9px 0 10px;font-size:28px}.public-section-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.capability-grid article{min-height:220px;padding:25px;border:1px solid var(--line);border-radius:8px;background:#fafbfc}.capability-grid article>svg{color:var(--green)}.capability-grid h3{margin:22px 0 9px;font-size:16px}.capability-grid p{min-height:62px;margin-bottom:18px;color:var(--muted);font-size:12px;line-height:1.7}.capability-grid button,.capability-grid a{padding:0;display:inline-flex;align-items:center;gap:6px;border:0;background:none;color:var(--green);text-decoration:none;font-size:12px;font-weight:700}.auth-modal{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;padding:24px;display:grid;place-items:center;overflow-y:auto;background:rgba(16,20,25,.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.auth-modal-card{position:relative;width:min(460px,100%);border-radius:9px;overflow:hidden;box-shadow:0 30px 90px #0000004d}.auth-modal-card>.icon-button{position:absolute;z-index:2;top:13px;right:13px}.auth-modal-card .auth-panel{border:0;background:#fff}.public-query{min-height:600px;padding:54px 64px;display:flex;flex-direction:column;justify-content:center;background:#fff}.section-heading{display:flex;gap:14px;margin-bottom:34px}.heading-icon,.metric-icon{flex:none;width:42px;height:42px;border-radius:7px;display:grid;place-items:center;color:var(--green);background:var(--green-soft)}.heading-icon.coral,.metric-icon.coral{color:var(--coral);background:var(--coral-soft)}.metric-icon.blue{color:var(--blue);background:var(--blue-soft)}.metric-icon.green{color:var(--green);background:var(--green-soft)}.section-heading h1{margin-bottom:6px;font-size:28px;line-height:1.25}.section-heading p,.auth-copy p,.view-title p,.key-heading p{margin-bottom:0;color:var(--muted);font-size:14px}.query-form,.auth-form,.recharge-form{display:grid;gap:10px}label{color:#444b55;font-size:12px;font-weight:600;margin-top:5px}input,textarea{width:100%;border:1px solid #cfd5dc;border-radius:6px;background:#fff;color:var(--ink);outline:none;transition:border .15s,box-shadow .15s}input{height:44px;padding:0 13px}input:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #147d641a}.primary-input{height:50px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #cfd5dc;border-radius:6px;color:#8b929c}.primary-input:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #147d641a}.primary-input input{height:46px;padding:0;border:0;box-shadow:none;font-family:DM Mono,monospace}.captcha-row{display:grid;grid-template-columns:minmax(110px,1fr) 150px 44px;gap:8px}.captcha-row input{text-transform:uppercase;font-family:DM Mono,monospace;font-weight:500;letter-spacing:3px}.captcha-image{width:150px;height:44px;padding:0;overflow:hidden;display:grid;place-items:center;border:1px solid #cfd5dc;border-radius:6px;background:#f8f9fa}.captcha-image img{width:100%;height:100%;object-fit:cover}.icon-button{width:36px;height:36px;min-width:36px;padding:0;display:inline-grid;place-items:center;border:0;border-radius:5px;background:transparent;color:#606873}.icon-button:hover{background:#edf0f3;color:var(--ink)}.captcha-row>.icon-button{width:44px;height:44px}.button{min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:6px;font-weight:600;font-size:13px}.button.wide{width:100%;margin-top:10px}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:#0d6d57}.button.dark{background:var(--ink);color:#fff}.button.dark:hover{background:#2d3239}.button.secondary{border-color:#cbd1d8;background:#fff;color:var(--ink)}.button.ghost{background:transparent;color:var(--muted)}.button.danger{background:#b94232;color:#fff}.query-result{margin-top:24px;min-height:0;max-height:0;opacity:0;padding:0 18px;overflow:hidden;border:1px solid transparent;border-radius:6px;transition:all .2s}.query-result.visible{min-height:104px;max-height:130px;opacity:1;padding:16px 18px;border-color:#b9dfd2;background:var(--green-soft)}.query-result span,.query-result small{display:block;color:#527168;font-size:11px}.query-result strong{display:block;margin:7px 0;font-size:24px}.query-result small{font-family:DM Mono,monospace;overflow-wrap:anywhere}.auth-panel{padding:42px 38px;border-left:1px solid var(--line);background:#f9fafb}.segmented{height:40px;display:grid;grid-template-columns:1fr 1fr;padding:3px;border:1px solid var(--line);border-radius:6px;background:#edf0f3}.segmented button{display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:4px;background:transparent;color:var(--muted);font-size:13px;font-weight:600}.segmented button.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #00000014}.auth-copy{margin:34px 0 26px}.auth-copy h2{margin-bottom:7px;font-size:22px}.auth-form{gap:8px}.password-field{position:relative}.password-field input{padding-right:46px}.password-field .icon-button{position:absolute;right:4px;top:4px}.auth-panel .captcha-row{grid-template-columns:minmax(80px,1fr) 125px 36px;gap:6px}.auth-panel .captcha-image{width:125px}.auth-panel .captcha-row>.icon-button{width:36px;min-width:36px}footer{min-height:70px;width:min(1180px,calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:space-between;color:#89909a;font-size:11px}footer nav{display:flex;gap:18px}footer a{color:inherit;text-decoration:none}footer a:hover{color:var(--green)}.toast{position:fixed;z-index:50;right:24px;bottom:24px;min-width:280px;max-width:min(420px,calc(100vw - 32px));display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:6px;background:#fff;box-shadow:0 14px 38px #181e262e;font-size:13px}.toast.success{border-left-color:var(--green)}.toast.error{border-left-color:var(--coral)}.toast span{flex:1}.toast button{padding:0;border:0;background:none;color:var(--muted)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:244px 1fr;background:#f4f6f8}.sidebar{position:sticky;top:0;height:100vh;padding:22px 14px 16px;display:flex;flex-direction:column;border-right:1px solid #2e333a;background:#1d2127;color:#fff}.brand.compact{padding:0 8px}.brand.compact .brand-mark{width:34px;height:34px;background:#101318}.sidebar nav{display:grid;gap:5px;margin-top:42px}.sidebar-group{display:grid;gap:5px;margin-bottom:24px}.sidebar-group>span{padding:0 12px 7px;color:#6f7884;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sidebar nav button{height:43px;padding:0 12px;display:flex;align-items:center;gap:11px;border:0;border-radius:6px;background:transparent;color:#aeb5bf;font-size:13px;font-weight:500}.sidebar nav button:hover{background:#272c33;color:#fff}.sidebar nav button.active{background:#eef7f3;color:#105f4e}.sidebar-language{margin-top:auto;padding:0 7px 8px}.support-link{height:42px;padding:0 12px;display:flex;align-items:center;gap:10px;border-radius:6px;color:#aeb5bf;text-decoration:none;font-size:12px}.support-link:hover{background:#272c33;color:#fff}.sidebar-account{margin-top:auto;padding:12px 7px 0;display:grid;grid-template-columns:34px minmax(0,1fr) 36px;align-items:center;gap:9px;border-top:1px solid #343a42}.support-link+.sidebar-account{margin-top:8px}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:6px;background:#3a424c;font-size:13px;font-weight:700}.sidebar-account strong,.sidebar-account span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-account strong{font-size:11px}.sidebar-account span{margin-top:3px;color:#8f98a4;font-size:10px}.sidebar .icon-button{color:#89929e}.dashboard-main{min-width:0}.desktop-topbar{position:sticky;z-index:20;top:0;height:64px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.desktop-topbar>div{display:flex;align-items:center;gap:10px}.desktop-topbar>div:first-child span{color:#9aa1aa;font-size:11px}.desktop-topbar>div:first-child span:after{content:"/";margin-left:10px;color:#c7ccd2}.desktop-topbar strong{font-size:13px}.desktop-topbar a,.topbar-credit{height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border-radius:5px;color:#606873;text-decoration:none;font-size:11px;font-weight:600}.desktop-topbar a:hover{background:#f0f2f4;color:var(--ink)}.topbar-credit{background:var(--green-soft);color:var(--green)}.topbar-avatar{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#252a31;color:#fff;font-size:11px;font-weight:700}.workspace-view{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:46px 0 64px}.view-title{min-height:56px;margin-bottom:30px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.view-title h2{margin-bottom:6px;font-size:24px}.inline-stat{height:44px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--green)}.inline-stat span{color:var(--muted);font-size:11px}.inline-stat strong{font-size:16px}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.overview-view{max-width:1080px}.overview-hero{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#fff}.credit-summary{padding:30px;border-right:1px solid var(--line);background:#f8fbfa}.credit-summary span,.credit-summary small,.credit-summary strong{display:block}.credit-summary span{color:var(--muted);font-size:11px;font-weight:600}.credit-summary strong{margin:15px 0 12px;color:var(--green);font-size:40px;letter-spacing:-.04em}.credit-summary small{color:#89919a;font-size:10px}.overview-primary{padding:27px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px}.overview-primary>div>svg{color:var(--green)}.overview-primary h3{margin:12px 0 7px;font-size:18px}.overview-primary p{max-width:470px;margin:0;color:var(--muted);font-size:12px;line-height:1.6}.overview-primary .button{flex:none}.overview-status-grid{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.overview-status-grid button{min-width:0;padding:18px;display:grid;grid-template-columns:24px minmax(0,1fr) 18px;align-items:center;gap:11px;text-align:left;border:1px solid var(--line);border-radius:8px;background:#fff;color:#59616b}.overview-status-grid button:hover{border-color:#b8c0c8;box-shadow:0 5px 16px #1920280d}.overview-status-grid span,.overview-status-grid strong,.overview-status-grid small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-status-grid span{color:var(--muted);font-size:10px}.overview-status-grid strong{margin:5px 0;color:var(--ink);font-size:13px}.overview-status-grid small{color:#9098a1;font-size:9px}.metrics>button{min-height:176px;padding:20px;text-align:left;border:1px solid var(--line);border-radius:7px;background:#fff}.metrics>button:hover{border-color:#aeb6c0;box-shadow:0 6px 18px #2027300f}.metrics span,.metrics strong,.metrics small{display:block}.metrics span{margin-top:18px;color:var(--muted);font-size:12px}.metrics strong{margin:6px 0 13px;overflow:hidden;text-overflow:ellipsis;font-size:26px}.metrics small{display:flex;align-items:center;gap:5px;color:#5e6670;font-size:11px}.quick-panel{margin-top:18px;padding:23px;display:grid;grid-template-columns:220px 1fr;gap:26px;border:1px solid var(--line);border-radius:7px;background:#fff}.quick-panel h3{margin-bottom:6px;font-size:16px}.quick-panel p{margin:0;color:var(--muted);font-size:12px}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick-actions button{min-height:68px;padding:12px 14px;display:grid;grid-template-columns:24px 1fr 18px;align-items:center;gap:9px;text-align:left;border:1px solid var(--line);border-radius:6px;background:#fafbfc;color:var(--ink)}.quick-actions button>span{font-size:12px;font-weight:600}.quick-actions small{display:block;margin-top:4px;color:var(--muted);font-size:10px;font-weight:400}.batch-layout,.recharge-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px}.batch-summary{margin-bottom:16px;padding:13px 16px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--line);border-radius:7px;background:#fff}.batch-summary>div{padding:0 14px;border-right:1px solid #edf0f2}.batch-summary>div:first-child{padding-left:0}.batch-summary>div:last-child{padding-right:0;border:0}.batch-summary span,.batch-summary strong{display:block}.batch-summary span{color:var(--muted);font-size:9px}.batch-summary strong{margin-top:5px;font-size:16px}.batch-summary .valid strong{color:var(--green)}.batch-summary .warning strong{color:#a06d13}.batch-summary .danger strong{color:var(--coral)}.editor-panel,.results-panel,.deposit-panel,.orders-panel,.key-panel,.code-panel,.password-panel{min-width:0;border:1px solid var(--line);border-radius:7px;background:#fff;overflow:hidden}.editor-toolbar{min-height:44px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fafbfc;color:#515963;font-size:11px;font-weight:600}.editor-actions{display:flex;align-items:center;gap:3px}.editor-actions button{height:30px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:4px;background:transparent;color:#69727c;font-size:10px}.editor-actions button:hover{background:#edf0f3;color:var(--ink)}.editor-panel textarea{height:420px;padding:16px;resize:vertical;border:0;border-radius:0;box-shadow:none;line-height:1.8;font-size:12px}.batch-progress{margin:0 14px 14px;padding:11px 12px;border:1px solid var(--line);border-radius:6px;background:#fafbfc}.batch-progress-copy{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:10px}.batch-progress-copy strong{color:var(--ink);font-family:DM Mono,monospace;font-size:11px}.batch-progress-track{height:6px;margin-top:8px;overflow:hidden;border-radius:3px;background:#e3e7eb}.batch-progress-track i{display:block;height:100%;border-radius:inherit;background:var(--green);transition:width .2s ease}.editor-panel .button{margin:0 14px 14px;width:calc(100% - 28px)}.batch-submit-row{min-height:64px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line)}.batch-submit-row>span{color:var(--muted);font-size:10px}.editor-panel .batch-submit-row .button{width:auto;min-width:116px;margin:0}.results-panel{min-height:520px}.results-panel{display:flex;flex-direction:column}.empty-state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#a0a7b0}.empty-state p{margin:0;font-size:12px}.result-list{max-height:476px;overflow:auto}.results-panel .result-list{flex:1}.result-row{min-height:52px;padding:10px 14px;display:grid;grid-template-columns:minmax(0,1fr) 130px;align-items:center;gap:16px;border-bottom:1px solid #edf0f2}.result-row code{overflow:hidden;text-overflow:ellipsis;color:#5d6570;font-size:11px}.result-row strong{text-align:right;font-size:13px}.result-summary{min-height:52px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);background:#fafbfc}.result-summary span{color:var(--muted);font-size:10px}.result-summary strong{font-size:10px}.recharge-layout{grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr)}.deposit-panel{padding:22px}.deposit-panel h3{margin-bottom:14px;font-size:15px}.deposit-destination{margin-bottom:14px}.deposit-qr{min-height:218px;margin-bottom:12px;padding:16px;display:flex;align-items:center;justify-content:center;gap:20px;border:1px solid var(--line);border-radius:6px;background:#fff}.deposit-qr svg{flex:none;width:168px;height:168px}.deposit-qr>div{min-width:0}.deposit-qr strong,.deposit-qr span,.deposit-qr small{display:block}.deposit-qr strong{margin-bottom:7px;font-size:14px}.deposit-qr span{color:#4f5863;font-size:11px;line-height:1.5}.deposit-qr small{margin-top:8px;color:var(--green);font-size:10px;font-weight:600}.deposit-qr.empty{min-height:150px;color:#9aa2ac;background:#fafbfc}.address-box{min-height:48px;padding:7px 8px 7px 12px;display:grid;grid-template-columns:22px minmax(0,1fr) 36px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:6px;background:#fafbfc;color:var(--green)}.address-box code{overflow:hidden;text-overflow:ellipsis;color:#424a54;font-size:11px}.notice{margin:14px 0 22px;padding:11px 12px;display:flex;gap:9px;border-left:3px solid var(--coral);background:var(--coral-soft);color:#8a493d}.notice p{margin:0;font-size:11px;line-height:1.55}.plan-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.plan-switch button{min-height:92px;padding:12px;text-align:left;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--muted)}.plan-switch strong,.plan-switch span{display:block}.plan-switch strong{color:var(--ink);font-size:14px}.plan-switch span{margin-top:7px;font-size:11px;font-weight:600}.plan-switch button.active{border-color:var(--green);background:var(--green-soft);color:var(--green);box-shadow:0 0 0 1px var(--green)}.plan-switch button.active strong{color:var(--green)}.create-order{margin-top:8px}.payment-amount{margin-top:8px;padding:13px;display:grid;grid-template-columns:minmax(0,1fr) 36px;align-items:center;border:1px solid #9bcdbf;border-radius:6px;background:var(--green-soft)}.payment-amount>span{grid-column:1 / -1;margin-bottom:5px;color:#547269;font-size:10px}.payment-amount strong{color:var(--green);font-family:DM Mono,monospace;font-size:18px}.payment-amount small{grid-column:1 / -1;margin-top:7px;color:#5f716c;font-size:10px}.amount-warning{grid-column:1 / -1;margin-top:11px;padding:10px;display:flex;align-items:flex-start;gap:7px;border:1px solid #e7a99d;border-radius:5px;background:#fff0ec;color:#a13f30}.amount-warning svg{flex:none;margin-top:1px}.amount-warning b{font-size:12px;line-height:1.55}.automatic-payment{min-height:58px;padding:12px;display:flex;align-items:center;gap:11px;border:1px solid #b9dfd2;border-radius:6px;background:var(--green-soft);color:var(--green)}.automatic-payment svg{flex:none}.automatic-payment strong,.automatic-payment span{display:block}.automatic-payment strong{font-size:12px}.automatic-payment span{margin-top:4px;color:#547269;font-size:10px;line-height:1.45}.recharge-form .button{margin-top:8px}.orders-panel{min-height:460px}.order-list{max-height:540px;overflow:auto}.order-row{min-height:78px;padding:13px 15px;display:grid;grid-template-columns:minmax(0,1fr) 66px 100px;align-items:center;gap:12px;border-bottom:1px solid #edf0f2}.order-row strong,.order-row code{display:block}.order-row strong{margin-bottom:6px;font-size:12px}.order-row code{color:var(--muted);font-size:9px}.order-row>span:last-child{text-align:right;color:var(--muted);font-size:10px}.status{padding:5px 7px;border-radius:4px;text-align:center;font-size:10px;font-weight:700}.status.pending{background:#fff5dc;color:#8a6413}.status.confirmed{background:var(--green-soft);color:var(--green)}.status.rejected{background:var(--coral-soft);color:var(--coral)}.status.waiting_payment{background:var(--blue-soft);color:var(--blue)}.status.expired{background:#edf0f3;color:#737b85}.api-view{max-width:980px}.api-steps{margin-bottom:18px;padding:17px 20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:7px;background:#fff}.api-steps>div{display:grid;grid-template-columns:30px 1fr;column-gap:10px;align-items:center}.api-steps>div>span{grid-row:1 / 3;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#edf0f3;color:#747c86;font-size:10px;font-weight:700}.api-steps>div.done>span{background:var(--green-soft);color:var(--green)}.api-steps strong{font-size:11px}.api-steps small{margin-top:3px;color:var(--muted);font-size:9px}.key-panel{padding:24px}.key-heading{display:flex;gap:13px}.key-heading h3{margin-bottom:5px;font-size:15px}.key-value{min-height:52px;margin-top:20px;padding:7px 8px 7px 13px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #cfd5dc;border-radius:6px;background:#f8f9fa}.key-value-actions{display:flex}.key-value code{overflow-wrap:anywhere;color:#343b44;font-size:12px}.key-actions{min-height:44px;margin-top:15px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.danger-copy{margin-right:auto;color:var(--coral);font-size:11px}.code-panel{margin-top:18px}.code-tabs{min-height:46px;padding:6px 9px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fafbfc}.code-tabs>div{display:flex;gap:3px}.code-tabs>div button{height:30px;padding:0 11px;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:10px;font-weight:600}.code-tabs>div button.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #0000001a}.api-call-warning{padding:12px 14px;display:flex;align-items:flex-start;gap:8px;border-bottom:1px solid #e7a99d;background:var(--coral-soft);color:#9a3f31}.api-call-warning svg{flex:none}.api-call-warning strong{font-size:12px;line-height:1.5}.code-panel pre{margin:0;padding:20px;overflow-x:auto;background:#20252b;color:#dce8e3;font-size:11px;line-height:1.7}.response-example{padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.response-example>div{min-width:0;padding:12px;border:1px solid var(--line);border-radius:5px}.response-example p{margin:8px 0;color:var(--muted);font-size:10px}.response-code{padding:3px 6px;border-radius:3px;font-size:9px;font-weight:700}.response-code.success{background:var(--green-soft);color:var(--green)}.response-code.warning{background:#fff5dc;color:#8a6413}.response-example code{overflow-x:auto;color:#4b535d;font-size:10px}.security-view{max-width:720px}.password-panel{padding:24px}.password-form{max-width:440px;margin-top:24px;display:grid;gap:9px}.password-toggle{margin:5px 0;display:flex;align-items:center;gap:8px;cursor:pointer}.password-toggle input{width:16px;height:16px;margin:0}.password-form .button{margin-top:7px}.mobile-topbar,.mobile-nav,.mobile-more-menu{display:none}.page-loader{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:13px}.recharge-steps{margin-bottom:18px;padding:14px 20px;display:flex;align-items:center;border:1px solid var(--line);border-radius:7px;background:#fff}.recharge-steps>div{display:flex;align-items:center;gap:7px;color:#9299a2}.recharge-steps>div span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#edf0f3;font-size:9px;font-weight:700}.recharge-steps>div strong{white-space:nowrap;font-size:10px}.recharge-steps>div.active{color:var(--green)}.recharge-steps>div.active span{background:var(--green-soft)}.recharge-steps>i{flex:1;height:1px;margin:0 12px;background:#e3e7eb}@media (max-width: 900px){.public-shell{display:block}.public-header{position:relative;height:auto;min-height:68px}.public-header-inner{width:calc(100% - 32px);padding:9px 0;grid-template-columns:1fr auto;gap:8px}.public-nav{grid-column:1 / -1;grid-row:2;width:100%;justify-content:center;overflow-x:auto}.public-hero{min-height:auto;padding:34px 16px}.public-hero .public-query{min-height:auto}.capability-grid{grid-template-columns:1fr}.public-main{width:calc(100% - 32px);margin:24px auto;grid-template-columns:1fr}.public-query{min-height:auto;padding:38px 30px}.auth-panel{border-left:0;border-top:1px solid var(--line)}footer{width:calc(100% - 40px);height:48px}.dashboard-shell{display:block}.sidebar,.desktop-topbar{display:none}.mobile-topbar{height:62px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff}.mobile-tools{display:flex;align-items:center;gap:4px}.mobile-tools a{color:#606873}.mobile-nav{height:58px;padding:7px 12px;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;border-bottom:1px solid var(--line);background:#fff;overflow-x:auto}.mobile-nav button{min-width:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:9px}.mobile-nav button.active{background:var(--green-soft);color:var(--green)}.mobile-more-menu{position:absolute;z-index:25;right:12px;width:180px;padding:7px;display:grid;gap:3px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 12px 30px #181e2629}.mobile-more-menu button{height:40px;padding:0 10px;display:flex;align-items:center;gap:9px;border:0;border-radius:5px;background:transparent;color:#555e68;font-size:11px}.mobile-more-menu button:hover{background:#f1f3f5}.workspace-view{width:calc(100% - 32px);padding:30px 0 50px}.overview-hero{grid-template-columns:1fr}.credit-summary{border-right:0;border-bottom:1px solid var(--line)}.overview-status-grid{grid-template-columns:1fr}.batch-summary{grid-template-columns:repeat(5,minmax(90px,1fr));overflow-x:auto}.api-steps{grid-template-columns:1fr;gap:14px}.response-example,.metrics{grid-template-columns:1fr}.metrics>button{min-height:150px}.quick-panel,.batch-layout,.recharge-layout{grid-template-columns:1fr}}@media (max-width: 560px){.trust-note,.brand span,.language-control,.header-divider{display:none}.public-header-inner{width:calc(100% - 24px)}.public-nav{justify-content:stretch}.public-nav a,.public-nav button{flex:1;justify-content:center;padding:0 8px;font-size:11px}.nav-login{padding:0 7px}.nav-register{padding:0 11px}.public-capabilities{padding:52px 18px}.public-section-copy h2{font-size:23px}.public-main{width:calc(100% - 20px);margin:10px auto 18px}.public-query,.auth-panel{padding:28px 18px}.section-heading h1{font-size:23px}.captcha-row,.auth-panel .captcha-row{grid-template-columns:minmax(0,1fr) 118px 40px}.captcha-image,.auth-panel .captcha-image{width:118px}.auth-panel .captcha-row>.icon-button{width:40px}footer{width:calc(100% - 28px)}footer span:last-child{display:none}.view-title{display:block}.inline-stat{margin-top:14px;width:fit-content}.quick-actions{grid-template-columns:1fr}.overview-primary{align-items:flex-start;flex-direction:column}.overview-primary .button{width:100%}.batch-submit-row{align-items:stretch;flex-direction:column}.editor-panel .batch-submit-row .button{width:100%}.recharge-steps{padding:12px 10px;overflow-x:auto}.recharge-steps>i{min-width:20px;margin:0 7px}.order-row{grid-template-columns:minmax(0,1fr) 62px}.deposit-qr{flex-direction:column;text-align:center}.order-row>span:last-child{grid-column:1 / -1;text-align:left}.key-actions{align-items:flex-end;flex-wrap:wrap}.danger-copy{width:100%}.toast{right:16px;bottom:16px;min-width:0}}
