:root{font-family:Inter,"Microsoft YaHei",sans-serif;color:#172033;background:#f5f8fc}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f8fbff 0,#eff5fb 100%)}header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100% - 1120px)/2));background:#fff;border-bottom:1px solid #e7edf5}.brand{font-weight:800;font-size:20px;color:#16233a;text-decoration:none}.brand i{display:inline-grid;place-items:center;width:34px;height:34px;margin-right:8px;background:#1475e8;color:#fff;border-radius:10px;font-style:normal}.status{font-size:13px;color:#68778c}.status:first-letter{color:#18a66a}main{width:min(980px,calc(100% - 32px));margin:auto}
main.main-wide{width:min(1180px,calc(100% - 32px))}.hero{text-align:center;padding:62px 0 36px}.pill{display:inline-block;color:#1a72d8;background:#e9f3ff;border-radius:99px;padding:7px 13px;font-size:13px;font-weight:700}.hero h1{margin:16px 0 10px;font-size:42px;letter-spacing:-1.5px;color:#0f5fb8}.hero p{margin:0;color:#718097}.promises{display:flex;justify-content:center;gap:26px;margin-top:22px;color:#58708c;font-size:14px}.panel{display:grid;grid-template-columns:280px 1fr;background:#fff;border:1px solid #e3eaf3;border-radius:20px;box-shadow:0 16px 42px #27558116;overflow:hidden}.panel aside{padding:34px;background:linear-gradient(150deg,#f5f9ff,#edf5ff);border-right:1px solid #e6edf5}.muted{color:#7b8ca2;font-size:14px;margin:0 0 8px}.panel h2{margin:0 0 10px;font-size:25px}.panel aside>p:not(.muted){font-size:14px;color:#657890;line-height:1.7}ol{list-style:none;padding:20px 0 0;margin:20px 0 0;border-top:1px solid #d9e5f2;counter-reset:steps}ol li{position:relative;padding:0 0 19px 31px;color:#8a9aae;font-size:14px;counter-increment:steps}ol li:before{content:counter(steps);position:absolute;left:0;top:-4px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#d7e1ed;color:#637990;font-size:12px;font-weight:700}ol .active{color:#176ecb;font-weight:800}ol .active:before{background:#1976dc;color:#fff}.work{padding:40px}.step{display:flex;gap:13px;align-items:start}.step b{display:grid;place-items:center;flex:0 0 27px;height:27px;border-radius:50%;background:#1375dd;color:#fff;font-size:14px}.step h3{margin:1px 0 6px;font-size:18px}.step p{margin:0;color:#75869a;font-size:14px}form{display:flex;gap:12px;margin-top:25px}input,textarea{width:100%;border:1px solid #d5e1ef;border-radius:10px;background:#f9fbfe;color:#213046;padding:14px 16px;font:inherit;outline:none;transition:.2s}input:focus,textarea:focus{border-color:#1d78dd;box-shadow:0 0 0 4px #237bdd17;background:#fff}textarea{min-height:174px;resize:vertical;font:13px ui-monospace,Consolas,monospace}#json-form{display:block}#json-form button{margin-top:14px}button{border:0;background:linear-gradient(135deg,#147de8,#075bb7);color:#fff;border-radius:10px;padding:13px 20px;font:inherit;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 5px 12px #126ed52b}button:hover{filter:brightness(1.07)}.notice{min-height:20px;margin:13px 0;color:#dd5d47;font-size:14px}.quiet,.text-button{border:0;padding:0;background:none;box-shadow:none;color:#2679ce;text-decoration:none;font-size:13px;font-weight:700}.text-button{margin-top:20px}.hidden{display:none!important}.detected{margin-top:13px;padding:12px 14px;border-radius:9px;color:#19705a;background:#ecfaf4;border:1px solid #c5ead8;font-size:14px}.modal{position:fixed;inset:0;background:#09172985;display:grid;place-items:center;padding:20px;z-index:3}.dialog{width:min(420px,100%);padding:33px;border-radius:18px;background:#fff;box-shadow:0 24px 70px #06142655;text-align:center}.modal-icon{display:grid;place-items:center;width:46px;height:46px;margin:auto auto 14px;border-radius:50%;background:#e5f4ff;color:#1375dd;font-size:25px;font-weight:800}.dialog h2{margin:8px 0 12px}.dialog p{color:#6d7e92;font-size:14px}.email{display:block;margin:17px 0;padding:13px;border-radius:9px;background:#f2f7fc;color:#1167bd;word-break:break-all}.warning{background:#fff8e9;padding:10px;border-radius:8px;color:#926818!important}.actions{display:flex;gap:10px;margin-top:22px}.actions button{flex:1}.secondary{background:#edf2f7;color:#536b85;box-shadow:none}footer{text-align:center;color:#91a0b3;font-size:13px;padding:42px 16px}
.warn-inline{color:#926818!important;background:#fff8e9;padding:10px 12px;border-radius:8px;margin:8px 0 0;font-size:13px;line-height:1.5}
.order-panel{margin-bottom:40px}
.status-card{padding:22px;border-radius:14px;background:linear-gradient(145deg,#f7fbff,#eef5fc);border:1px solid #dce8f5}
.status-badge{display:inline-block;padding:6px 12px;border-radius:99px;font-size:13px;font-weight:800;background:#dfeaf7;color:#2a5f9e}
.status-badge.st-running,.status-badge.st-claimed{background:#e7f1ff;color:#1365c9}
.status-badge.st-success{background:#e6f8ef;color:#147a4b}
.status-badge.st-failed{background:#fdeceb;color:#c0392b}
.status-badge.st-queued{background:#f0f3f7;color:#5a6b80}
.status-badge.st-canceled{background:#f0f3f7;color:#6b7280}
.order-actions{display:flex;align-items:center;gap:16px;margin-top:18px;flex-wrap:wrap}
.cancel-btn{border:0;background:#fff;color:#c0392b;border:1px solid #f0c4be;border-radius:10px;padding:10px 16px;font:inherit;font-weight:800;cursor:pointer;box-shadow:none}
.cancel-btn:hover{background:#fdeceb}
.cancel-btn:disabled{opacity:.55;cursor:not-allowed}
.order-actions .text-button{margin-top:0}
#cancel-hint{margin:8px 0 0;font-size:12px;color:#8a9bb0;min-height:16px}
.member-box{margin-top:12px;padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.5;border:1px solid #e3ebf5;background:#f7fbff;color:#3d5a7a}
.member-box.ok{background:#ecfaf4;border-color:#c5ead8;color:#19705a}
.member-box.member{background:#fff8e9;border-color:#f0e0b8;color:#926818}
.member-box.bad{background:#fdeceb;border-color:#f0c4be;color:#c0392b}
.member-box.muted{background:#f5f7fa;border-color:#e8eef5;color:#7b8ca2}
.member-box strong{font-weight:800}
.status-msg{margin:14px 0 6px;font-size:18px;font-weight:700;color:#1a2b42}
.status-email{margin:0;color:#6a7d94;font-size:14px}
.progress-bar{height:8px;border-radius:99px;background:#e3ebf5;margin:18px 0;overflow:hidden}
.progress-bar i{display:block;height:100%;width:15%;background:linear-gradient(90deg,#2b86e8,#1a5fbf);border-radius:99px;transition:width .35s}
.progress-bar i.ok{background:linear-gradient(90deg,#2bb673,#1a8f55)}
.progress-bar i.fail{background:linear-gradient(90deg,#e86a5a,#c0392b)}
.event-log{list-style:none;margin:0;padding:0;max-height:280px;overflow:auto}
.event-log li{display:flex;gap:12px;padding:10px 0;border-top:1px solid #edf2f8;font-size:13px;color:#3d4f66}
.event-log time{flex:0 0 72px;color:#8a9bb0;font-variant-numeric:tabular-nums}
.event-log .empty{color:#9aabbf;border:0}
/* Session 工作台：左提交 + 右记录 */
.panel-workbench{grid-template-columns:240px 1fr}
.workbench{display:grid;grid-template-columns:1fr 300px;min-height:420px}
.workbench-left{padding:32px 28px;border-right:1px solid #e8eef6}
.workbench-right{padding:22px 18px;background:linear-gradient(180deg,#f8fbff,#f3f7fc);display:flex;flex-direction:column}
.history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.history-head h3{margin:0;font-size:16px;color:#1a2b42}
.history-desc{margin:0 0 12px;font-size:12px}
.plain-sm{border:0;background:#e8eef6;color:#4d6177;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:none}
.plain-sm:hover{filter:brightness(1.05)}
.history-list{list-style:none;margin:0;padding:0;overflow:auto;flex:1;max-height:480px}
.history-empty{color:#9aabbf;font-size:13px;padding:20px 8px;text-align:center}
.history-item{background:#fff;border:1px solid #e3ebf5;border-radius:12px;padding:12px 12px 10px;margin-bottom:10px;box-shadow:0 2px 8px #2755810a}
.history-item.ok{border-color:#b8e6cc}
.history-item.fail{border-color:#f0c4be}
.history-item.run{border-color:#c5daf5}
.hi-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px}
.hi-status{font-size:12px;font-weight:800;padding:3px 8px;border-radius:99px;background:#eef3f9;color:#3d5a7a}
.history-item.ok .hi-status{background:#e6f8ef;color:#147a4b}
.history-item.fail .hi-status{background:#fdeceb;color:#c0392b}
.history-item.run .hi-status{background:#e7f1ff;color:#1365c9}
.hi-top time{font-size:11px;color:#8a9bb0;font-variant-numeric:tabular-nums}
.hi-email{font-size:13px;font-weight:700;color:#1a2b42;word-break:break-all;margin-bottom:4px}
.hi-msg{font-size:12px;color:#6a7d94;line-height:1.45}
.hi-msg a{color:#176ecb;font-weight:700;text-decoration:none}
.form-actions{display:flex;align-items:center;gap:14px;margin-top:14px;flex-wrap:wrap}
.form-actions button{margin:0}
#session-form{display:block;margin-top:25px}
#session-form textarea{display:block;width:100%;min-height:190px}
#session-form .detected,#session-form .member-box{width:100%;overflow-wrap:anywhere;word-break:break-word}
#session-form .form-actions{justify-content:flex-end}
.inline-progress{position:relative;overflow:hidden;min-height:270px;margin-top:24px;padding:28px;border:1px solid #c7ddf5;border-radius:20px;background:radial-gradient(circle at 90% 8%,#d9edff 0,transparent 30%),linear-gradient(135deg,#fafdff,#eaf4ff);box-shadow:0 15px 34px #176ecb12}
.inline-progress:before{content:"";position:absolute;right:-75px;bottom:-95px;width:230px;height:230px;border:34px solid #b9ddff4d;border-radius:50%}
.inline-progress-head{position:relative;z-index:1;display:flex;align-items:flex-start;gap:15px}
.inline-progress-pulse{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:15px;background:linear-gradient(135deg,#167be2,#075caf);box-shadow:0 8px 18px #146fd845}
.inline-progress-pulse i{width:12px;height:12px;border:2px solid #fff;border-radius:50%;border-top-color:transparent;animation:progress-spin 1s linear infinite}
.inline-progress-eyebrow{margin:1px 0 6px;color:#2579cf;font-size:11px;font-weight:900;letter-spacing:1.4px}
.inline-progress h3{margin:0;color:#12335a;font-size:25px;letter-spacing:-.5px}
.inline-progress-head #inline-progress-message{margin:7px 0 0;color:#607c9c;font-size:14px;line-height:1.55}
.inline-progress-email{margin:10px 0 0;padding:8px 11px;border:1px solid #c9e0f7;border-radius:9px;background:#ffffff9c;color:#50708f;font-size:13px;line-height:1.45;overflow-wrap:anywhere;word-break:break-word}
.inline-progress-email strong{margin-left:5px;color:#126cca;font-weight:800}
.inline-progress-track{position:relative;z-index:1;height:9px;margin:28px 0 26px;overflow:hidden;border-radius:99px;background:#d9e6f4}
.inline-progress-track i{display:block;width:12%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#167be2,#56b5ff);box-shadow:0 0 14px #1882ec8c;transition:width .55s cubic-bezier(.2,.8,.2,1)}
.inline-progress-steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;list-style:none;margin:0;padding:0;border:0}
.inline-progress-steps li{position:relative;display:grid;justify-items:start;gap:8px;padding:0;color:#8ba0b9;font-size:13px;font-weight:800;line-height:1.35;min-width:0}
.inline-progress-steps li:before{display:none}
.inline-progress-steps i{display:grid;place-items:center;width:32px;height:32px;border-radius:11px;background:#dce7f3;color:#66829f;font-style:normal;font-size:13px;transition:.3s}
.inline-progress-steps li.active{color:#126cca}.inline-progress-steps li.active i{background:#1479dd;color:#fff;box-shadow:0 0 0 6px #d8ebff;animation:progress-breathe 1.5s ease-in-out infinite}
.inline-progress-steps li.done{color:#16805d}.inline-progress-steps li.done i{background:#21aa74;color:#fff}
.inline-progress-steps li.failed{color:#c84f3b}.inline-progress-steps li.failed i{background:#df624e;color:#fff}
.inline-progress[data-state="success"] .inline-progress-pulse{background:linear-gradient(135deg,#27ae78,#087e55)}
.inline-progress[data-state="success"] .inline-progress-pulse i{width:13px;height:7px;border:0;border-left:2px solid #fff;border-bottom:2px solid #fff;border-radius:0;animation:none;transform:rotate(-45deg)}
.inline-progress[data-state="failed"] .inline-progress-pulse,.inline-progress[data-state="canceled"] .inline-progress-pulse{background:linear-gradient(135deg,#e36b57,#b53a34)}
.inline-progress[data-state="success"] .inline-progress-track i{background:linear-gradient(90deg,#22aa74,#72d9aa)}
.inline-progress[data-state="failed"] .inline-progress-track i,.inline-progress[data-state="canceled"] .inline-progress-track i{background:linear-gradient(90deg,#df624e,#f3a08f)}
@keyframes progress-spin{to{transform:rotate(360deg)}}
@keyframes progress-breathe{50%{box-shadow:0 0 0 10px #d8ebff88}}
#logout-btn{margin-top:16px;display:block}
.home-button{width:100%;margin-top:16px;padding:11px 13px;border:1px solid #bcd7f4;border-radius:10px;background:#fff;color:#176ecb;font-size:13px;font-weight:800;box-shadow:none}
.home-button:hover{background:#f2f8ff;filter:none}
.panel-workbench.hidden #logout-btn{display:none}
.workbench-right.super-active{box-shadow:inset 0 0 0 1px #d4e6fa}

.service-tabs{display:grid;grid-template-columns:repeat(2,1fr);width:min(620px,100%);margin:0 auto 22px;padding:6px;background:#edf2f7;border:1px solid #e1e8f0;border-radius:15px;box-shadow:0 8px 24px #2755810d}
.service-tab{padding:13px 20px;border:0;border-radius:11px;background:transparent;color:#61748b;box-shadow:none;font-weight:800}
.service-tab:hover{background:#f8fbff;filter:none;color:#236ebc}
.service-tab.active{background:#fff;color:#1267bd;box-shadow:0 3px 12px #274f7d18}
.card-query-section{padding:30px 34px;background:#fff;border:1px solid #e3eaf3;border-radius:20px;box-shadow:0 16px 42px #27558112}
.query-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.query-heading h2{margin:6px 0 8px;font-size:25px}
.query-heading p{margin:0;color:#718097;font-size:14px;line-height:1.65}
.query-eyebrow{color:#1a72d8;font-size:11px;font-weight:900;letter-spacing:2px}
.query-limit{flex:0 0 auto;padding:7px 11px;border-radius:99px;background:#eef5fd;color:#52708f;font-size:12px;font-weight:700}
.card-query-form{display:block;margin-top:22px}
.card-query-form label{display:block;margin-bottom:9px;color:#31465f;font-size:14px;font-weight:800}
.card-query-form textarea{min-height:116px;max-height:260px;line-height:1.65}
.query-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px}
#card-query-count{color:#718097;font-size:13px;font-variant-numeric:tabular-nums}
#card-query-count.over-limit{color:#c0392b;font-weight:800}
.query-actions button:disabled{opacity:.5;cursor:not-allowed;filter:none}
.query-message{margin-bottom:0}
.query-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}
.query-summary span{padding:12px 14px;border:1px solid #e2eaf4;border-radius:12px;background:#f7faff;color:#5c7088;font-size:12px}
.query-summary strong{display:block;margin-bottom:3px;color:#17375c;font-size:20px}
.query-summary .good{background:#effaf5;border-color:#ccecdc;color:#187753}
.query-summary .good strong{color:#159260}
.query-summary .warn{background:#fff7f2;border-color:#f4dacd;color:#9b5f43}
.query-summary .warn strong{color:#d06438}
.query-summary .muted-result{background:#f6f7f9;color:#768394}
.query-results{display:grid;gap:9px;max-height:520px;margin-top:12px;overflow:auto;padding-right:3px}
.query-result{padding:14px 16px;border:1px solid #e3eaf3;border-radius:13px;background:#fbfdff}
.query-result-main{display:flex;align-items:center;justify-content:space-between;gap:14px}
.query-result-main code{color:#185fae;font:700 13px ui-monospace,Consolas,monospace;word-break:break-all}
.query-status{flex:0 0 auto;padding:4px 9px;border-radius:99px;background:#e8f7f0;color:#168257;font-size:12px;font-weight:800}
.query-used .query-status,.query-disabled .query-status,.query-exhausted .query-status{background:#fff0ed;color:#c74f3a}
.query-not_found .query-status{background:#edf1f6;color:#6e7e92}
.query-result-meta{display:flex;gap:8px 18px;flex-wrap:wrap;margin-top:8px;color:#7b8ca2;font-size:12px}
.query-history{margin-top:13px;border-top:1px solid #e7edf5;padding-top:11px}
.query-history summary{cursor:pointer;color:#3e5874;font-size:13px;font-weight:800;list-style-position:outside}
.query-history[open] summary{margin-bottom:10px;color:#176ecb}
.query-history-list{display:grid;gap:7px;max-height:360px;overflow:auto}
.query-history-row{display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(100px,.65fr) minmax(165px,.85fr);gap:14px;padding:11px 13px;border:1px solid #e6edf5;border-radius:10px;background:#f8fbfe}
.query-history-row>div{min-width:0}
.query-history-label{display:block;margin-bottom:4px;color:#8a9aaf;font-size:11px;font-weight:700}
.query-history-row strong,.query-history-row time{display:block;color:#273c55;font-size:12px;word-break:break-all;font-variant-numeric:tabular-nums}
.query-history-row .history-success{color:#168257}
.query-history-row .history-failed,.query-history-row .history-canceled{color:#c74f3a}
.query-history-row .history-queued,.query-history-row .history-claimed,.query-history-row .history-running,.query-history-row .history-requeued{color:#176ecb}
.query-history-empty{margin:0;padding:14px;border-radius:10px;background:#f7f9fc;color:#8a9aaf;font-size:12px;text-align:center}
.query-load-more{display:block;width:100%;margin-top:9px;padding:10px 14px;border:1px solid #d8e5f3;background:#fff;color:#176ecb;box-shadow:none;font-size:12px}
.query-load-more:hover{background:#f1f7fd;filter:none}
.query-load-more:disabled{opacity:.55;cursor:not-allowed}

@media(max-width:900px){
  .panel-workbench{grid-template-columns:1fr}
  .workbench{grid-template-columns:1fr}
  .workbench-left{border-right:0;border-bottom:1px solid #e8eef6}
  .workbench-right{max-height:360px}
  .query-summary{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){.inline-progress-steps{grid-template-columns:repeat(2,1fr)}}

/* 兑换首页：更清晰的层级与更现代的视觉语言 */
body{background:radial-gradient(circle at 50% -180px,#ddecff 0,transparent 480px),linear-gradient(180deg,#f9fcff 0,#edf5fc 100%)}
header{height:68px;background:#ffffffdb;backdrop-filter:blur(16px);border-bottom-color:#dfeaf5}
.brand{font-size:21px;letter-spacing:-.4px}.brand i{width:38px;height:38px;border-radius:12px;box-shadow:0 9px 18px #1475e82e}
.hero{padding:30px 0 38px}.pill{display:inline-flex;align-items:center;color:#0869c9;background:linear-gradient(135deg,#ddecff,#f7fbff);border:1px solid #d7e9ff;border-radius:99px;padding:10px 19px;font-size:17px;font-weight:900;letter-spacing:.2px;box-shadow:0 8px 22px #237bdd14}.hero h1{margin-top:19px;font-size:50px;color:#095eb9;text-shadow:0 7px 20px #1e77d51a}.hero p{font-size:16px}.promises{gap:12px;margin-top:25px}.promises span{padding:7px 12px;border:1px solid #dce9f6;border-radius:99px;background:#ffffff9c}
.service-tabs{padding:7px;border-radius:17px;box-shadow:0 12px 30px #27558112}.service-tab{padding:14px 20px;border-radius:12px;font-size:16px}.service-tab.active{box-shadow:0 5px 16px #274f7d18}
#activate{border-color:#dce8f5;border-radius:24px;box-shadow:0 24px 60px #27558118}#activate aside{position:relative;padding:40px 36px;background:linear-gradient(155deg,#f8fbff,#e9f4ff)}#activate aside:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1983eb,#6ac4ff)}#activate h2{font-size:29px;letter-spacing:-.8px}#activate .work{padding:45px 50px}#activate .step{gap:15px}#activate .step b{flex-basis:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#2590f4,#0c65c7);box-shadow:0 8px 17px #1678dd3e;font-size:15px}#activate .step h3{font-size:21px}#activate form{margin-top:28px}#activate input{min-height:62px;border-radius:14px;background:#fbfdff;font-size:16px}#activate button[type="submit"]{min-height:62px;border-radius:14px;padding-inline:25px;font-size:16px;box-shadow:0 10px 20px #126ed538}
.activate-code-field{display:block;position:relative;flex:1;min-width:0}.activate-code-field input{box-sizing:border-box;text-transform:uppercase;font-weight:400}.activate-code-field>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#activate-form{align-items:center}#code::placeholder,#batch-codes::placeholder,#card-query-input::placeholder{color:#a8b5c5;opacity:1;font-weight:400}
.batch-activate{margin-top:22px;border:1px solid #d8e8f8;border-radius:14px;background:#f2f8ff;overflow:hidden}.batch-activate>summary{display:flex;align-items:center;gap:10px;padding:15px 18px;color:#176ecb;font-size:15px;font-weight:850;cursor:pointer;list-style:none}.batch-activate>summary::-webkit-details-marker{display:none}.batch-plus{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border-radius:8px;background:#d9ebff;color:#176ecb;font-size:19px;line-height:1}.batch-plus:before{content:"+"}.batch-activate[open] .batch-plus:before{content:"−"}.batch-activate[open]>summary{border-bottom:1px solid #dbe8f6;background:#edf6ff}.batch-activate>p{margin:15px 18px 0;color:#6d8097;font-size:13px;line-height:1.55}.batch-activate form{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin:14px 18px 0!important}.batch-activate label{grid-column:1/-1;color:#31465f;font-size:13px;font-weight:800}.batch-activate textarea{grid-column:1;min-height:112px;max-height:250px;text-transform:uppercase;line-height:1.55}.batch-activate button{grid-column:2;min-height:52px!important;margin:0!important;padding:12px 20px!important;font-size:14px!important}.batch-activate .notice,.batch-validation-summary{margin-left:18px;margin-right:18px}.batch-validation-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px;margin-bottom:17px}.batch-validation-summary span,.batch-progress-grid span{min-width:0;padding:10px 11px;border:1px solid #dfeaf5;border-radius:11px;background:#fff;color:#647a92;font-size:11px;line-height:1.35}.batch-validation-summary strong,.batch-progress-grid strong{display:block;margin-bottom:3px;color:#173b63;font-size:19px;font-variant-numeric:tabular-nums}.batch-progress{position:relative;z-index:2;margin:18px 0 0;padding:16px;border:1px solid #cfe2f5;border-radius:15px;background:linear-gradient(135deg,#f8fcff,#edf6ff)}.batch-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:#17436f}.batch-progress-head span{max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8194a9;font:11px ui-monospace,Consolas,monospace}.batch-progress-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.batch-progress-grid span{background:#ffffffc7}.batch-progress-grid .good strong{color:#15865c}.batch-progress-grid .warn strong{color:#c45f3c}.batch-progress-grid .run strong{color:#176ecb}.batch-progress>p{margin:11px 2px 0;color:#647a92;font-size:12px;line-height:1.5}.batch-progress.exhausted{border-color:#f0d4c6;background:#fff9f5}.batch-progress.exhausted>p{color:#a05a3d;font-weight:750}
@media(max-width:680px){.hero{padding:48px 0 30px}.hero h1{font-size:34px}.pill{font-size:15px;padding:8px 14px}.promises{flex-wrap:wrap;gap:8px}.promises span{font-size:12px}#activate .work{padding:28px 24px}#activate aside{padding:28px 24px}#activate input,#activate button[type="submit"]{min-height:54px}.activate-code-field{width:100%}}

/* Session 提交页 */
#form-page{border-color:#d8e7f6;border-radius:25px;box-shadow:0 26px 66px #2755811c}#form-page>aside{padding:42px 36px;background:radial-gradient(circle at 18% 7%,#fff 0,transparent 30%),linear-gradient(155deg,#f5faff,#e4f1ff)}#form-page>aside:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#197fe9,#74d2ff)}#form-page .workbench{min-height:560px;background:#fff}#form-page .workbench-left{position:relative;padding:42px 36px;background:linear-gradient(135deg,#fff 0,#fbfdff 74%,#f3f9ff 100%)}#form-page .workbench-left:after{content:"";position:absolute;right:-95px;top:-120px;width:270px;height:270px;border:34px solid #e6f2ff8c;border-radius:50%;pointer-events:none}#form-page .workbench-left>.step,#form-page .workbench-left>form,#form-page .workbench-left>.notice,#form-page .workbench-left>.inline-progress,#form-page .workbench-left>.text-button{position:relative;z-index:1}#form-page .step{padding:0 0 20px;border-bottom:1px solid #e7eef7}#form-page .step b{flex-basis:38px;height:38px;border-radius:13px;font-size:16px;background:linear-gradient(135deg,#2390f5,#0a63c6);box-shadow:0 10px 21px #1678dd45}#form-page .step h3{font-size:23px;letter-spacing:-.45px}#form-page .warn-inline{margin-top:10px;padding:13px 15px;border:1px solid #f6e5bf;border-radius:12px;background:linear-gradient(135deg,#fffaf0,#fff5df);box-shadow:0 8px 18px #c6922810}#session-form{margin-top:24px;padding:18px;border:1px solid #dbe9f7;border-radius:18px;background:#f9fcff;box-shadow:0 11px 25px #2a6eaf0a}#session-form textarea{min-height:210px;border-radius:13px;background:#fff;line-height:1.55}#session-form textarea:focus{box-shadow:0 0 0 5px #237bdd14}#session-form .form-actions{margin-top:16px}#session-form .form-actions button{min-height:56px;border-radius:13px;padding-inline:25px;font-size:16px;box-shadow:0 11px 22px #126ed53b}.detected,.member-box{border-radius:12px}.notice{font-weight:700}#form-page .workbench-right{padding:28px 24px;background:linear-gradient(180deg,#f8fbff,#edf5ff);border-left:1px solid #e1ebf6}#form-page .history-head{padding-bottom:13px;border-bottom:1px solid #dce8f5}#form-page .history-head h3{font-size:19px;letter-spacing:-.3px}.history-desc{line-height:1.55}.plain-sm{padding:8px 12px;border:1px solid #dce8f5;border-radius:9px;background:#fff;box-shadow:0 4px 10px #2755810a}.history-item{padding:14px;border-radius:15px;box-shadow:0 7px 17px #2755810d;transition:transform .2s,box-shadow .2s}.history-item:hover{transform:translateY(-2px);box-shadow:0 12px 24px #27558115}.hi-status{padding:5px 9px}.hi-email{font-size:14px;line-height:1.4}.hi-msg{line-height:1.55}.history-empty{margin-top:26px;padding:34px 12px;border:1px dashed #cbddec;border-radius:14px;background:#ffffff8f}
@media(max-width:900px){#form-page .workbench-left{padding:32px 28px}#form-page .workbench-right{padding:26px 22px}}@media(max-width:680px){#form-page>aside{padding:28px 24px}#form-page .workbench-left{padding:28px 20px}#session-form{padding:12px}#session-form textarea{min-height:180px}#form-page .workbench-right{padding:24px 20px}.batch-activate form{grid-template-columns:1fr}.batch-activate textarea,.batch-activate button{grid-column:1;width:100%}.batch-validation-summary,.batch-progress-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.batch-progress-head{align-items:flex-start;flex-direction:column}.batch-progress-head span{max-width:100%}}

/* 进度卡片不使用半圆装饰；提交记录始终位于背景装饰上方 */
.inline-progress:before{display:none}
#form-page .workbench-right{position:relative;z-index:3}
@media(max-width:680px){header{padding:0 16px}.status{display:none}.hero{padding:24px 0 28px}.hero h1{font-size:31px}.promises{gap:10px;font-size:12px}.panel{grid-template-columns:1fr}.panel aside{border:0;border-bottom:1px solid #e6edf5;padding:25px}.panel aside ol{display:none}.work{padding:25px}form{display:block}form button{width:100%;margin-top:12px}.service-tabs{margin-bottom:16px}.service-tab{padding:12px 10px}.card-query-section{padding:24px 20px}.query-heading{display:block}.query-limit{display:inline-block;margin-top:12px}.query-actions{align-items:stretch;flex-direction:column}.query-actions button{width:100%}.query-summary{grid-template-columns:1fr 1fr}.query-result-main{align-items:flex-start;flex-direction:column}.query-status{align-self:flex-start}.query-history-row{grid-template-columns:1fr;gap:9px}.query-history-list{max-height:460px}}
