:root{--bg:#f6efe7;--surface:#fffaf5;--surface2:#f4e9df;--ink:#28211d;--muted:#756a61;--line:#e6d8cb;--primary:#c45f43;--primary2:#a94a34;--ok:#2f8a63;--bad:#bd3d36;--warn:#a97019;--shadow:0 18px 55px rgba(100,62,40,.10)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;background:radial-gradient(1000px 500px at 90% -10%,rgba(196,95,67,.12),transparent 60%),var(--bg);color:var(--ink)}a{color:inherit}.wrap{width:min(1100px,calc(100% - 32px));margin:auto}.top{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.logo{width:38px;height:38px;border-radius:12px;background:var(--primary);display:grid;place-items:center;color:white;box-shadow:0 8px 24px rgba(196,95,67,.22)}.muted{color:var(--muted)}.hero{text-align:center;padding:64px 0 34px}.hero h1{font-size:clamp(34px,6vw,58px);margin:0 0 12px;letter-spacing:-.04em}.hero h1 span{color:var(--primary)}.hero p{margin:0;color:var(--muted);font-size:17px}.panel{background:rgba(255,250,245,.88);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:26px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.step{padding:12px;border:1px solid var(--line);border-radius:14px;color:var(--muted);font-size:14px}.step.on{border-color:rgba(196,95,67,.45);background:rgba(196,95,67,.08);color:var(--primary);font-weight:700}.field{margin:15px 0}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.input,.textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:white;color:var(--ink);padding:13px 14px;outline:none;font-size:14px}.textarea{min-height:170px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.55}.input:focus,.textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(196,95,67,.10)}.btn{appearance:none;border:0;border-radius:14px;padding:12px 18px;font-weight:800;cursor:pointer;background:var(--primary);color:white}.btn:hover{background:var(--primary2)}.btn.secondary{background:var(--surface2);color:var(--ink);border:1px solid var(--line)}.btn:disabled{opacity:.55;cursor:not-allowed}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.row>*{flex:1}.alert{padding:12px 14px;border-radius:14px;margin:12px 0;font-size:14px;border:1px solid}.alert.ok{background:#edf8f2;color:var(--ok);border-color:#cce9da}.alert.bad{background:#fff0ef;color:var(--bad);border-color:#f0cac6}.alert.warn{background:#fff7e8;color:var(--warn);border-color:#ead8b7}.facts{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fact{background:var(--surface2);border-radius:14px;padding:13px}.fact small{display:block;color:var(--muted);margin-bottom:4px}.footer{text-align:center;color:var(--muted);font-size:12px;padding:34px 0}.navlink{font-size:13px;text-decoration:none;color:var(--muted);margin-left:16px}.navlink:hover{color:var(--primary)}.grid2{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.admin-shell{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.side{border-right:1px solid var(--line);background:rgba(255,250,245,.9);padding:22px 14px}.side .brand{padding:0 8px 18px}.menu button{width:100%;text-align:left;border:0;background:transparent;padding:11px 12px;border-radius:12px;color:var(--muted);cursor:pointer;font-weight:650;margin:2px 0}.menu button.on,.menu button:hover{background:rgba(196,95,67,.09);color:var(--primary)}.main{padding:28px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px}.stat b{font-size:28px}.tablewrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:var(--surface)}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}th{color:var(--muted);font-size:12px}.pill{padding:4px 8px;border-radius:999px;font-size:11px;background:var(--surface2)}.hide{display:none!important}@media(max-width:820px){.grid2,.cards{grid-template-columns:1fr}.admin-shell{grid-template-columns:1fr}.side{position:static;border-right:0;border-bottom:1px solid var(--line)}.menu{display:flex;overflow:auto}.menu button{width:auto;white-space:nowrap}.facts{grid-template-columns:1fr}.main{padding:18px}.hero{padding-top:42px}}

/* v0.3.0 operations console */
:root{--ops-bg:#eef3f6;--ops-side:#142128;--ops-side2:#1b2b33;--ops-primary:#178575;--ops-primary2:#0e6d60;--ops-line:#d7e0e5;--ops-panel:#ffffff;--ops-text:#1d2a31;--ops-muted:#6d7a82;--ops-soft:#f5f8f9;--ops-green:#2c9a72;--ops-red:#d65d55;--ops-orange:#d89b3c}
.admin-body{background:var(--ops-bg);color:var(--ops-text);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;line-height:1.45}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(900px 500px at 70% 0%,rgba(23,133,117,.10),transparent 62%),var(--ops-bg);padding:24px}.login-card{width:min(440px,100%);background:#fff;border:1px solid var(--ops-line);border-radius:18px;padding:30px;box-shadow:0 18px 60px rgba(30,55,67,.10)}.login-brand,.ops-brand{display:flex;align-items:center;gap:10px}.login-brand{margin-bottom:28px}.login-brand b,.ops-brand b{display:block;font-size:18px}.login-brand small,.ops-brand small{display:block;color:#8fa0aa;font-size:11px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;border:2px solid currentColor;color:#fff}.login-brand .brand-mark{color:var(--ops-primary);border-color:var(--ops-primary)}.login-title{font-size:24px;font-weight:800;margin-bottom:5px}.sub{color:var(--ops-muted);font-size:13px}.login-card label{display:block;font-size:12px;font-weight:700;margin:14px 0}.login-card .input{margin-top:6px}.full{width:100%}
.ops-shell{min-height:100vh;display:grid;grid-template-columns:176px minmax(0,1fr);background:var(--ops-bg)}.ops-side{position:sticky;top:0;height:100vh;background:var(--ops-side);color:#d8e0e4;padding:18px 10px 14px;display:flex;flex-direction:column;z-index:20}.ops-brand{padding:2px 9px 18px;color:#fff}.ops-brand .brand-mark{width:26px;height:26px;font-size:12px}.ops-brand b{font-size:15px}.ops-menu{display:flex;flex-direction:column;gap:3px;overflow:auto;padding-right:2px}.ops-menu button{appearance:none;border:0;background:transparent;color:#b8c4ca;border-radius:6px;padding:9px 10px;display:flex;align-items:center;gap:10px;text-align:left;font-size:13px;cursor:pointer}.ops-menu button span{width:16px;text-align:center;color:#9fb0b8}.ops-menu button:hover{background:var(--ops-side2);color:#fff}.ops-menu button.on{background:#f4f7f8;color:#17242b;font-weight:700}.ops-menu button.on span{color:var(--ops-primary)}.side-logout{margin-top:auto;background:transparent;border:1px solid #31434d;color:#b9c5ca;border-radius:6px;padding:9px 10px;text-align:left;cursor:pointer}.side-logout:hover{color:#fff;border-color:#62737b}
.ops-main{min-width:0;padding:22px 18px 40px}.ops-topbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.ops-topbar small{color:var(--ops-muted);font-size:11px}.ops-topbar h1{margin:2px 0 0;font-family:inherit;font-size:25px;letter-spacing:-.02em}.top-actions{display:flex;align-items:center;gap:8px}.refresh-note{border:1px solid var(--ops-line);background:#fff;border-radius:999px;padding:7px 10px;font-size:11px;color:var(--ops-muted)}
.admin-body .btn{border-radius:6px;padding:9px 13px;font-size:12px;font-weight:700}.admin-body .btn.primary{background:var(--ops-primary);color:#fff}.admin-body .btn.primary:hover{background:var(--ops-primary2)}.admin-body .btn.ghost{background:#f7fafb;color:#35434b;border:1px solid var(--ops-line);text-decoration:none}.admin-body .input{border:1px solid var(--ops-line);border-radius:6px;padding:9px 10px;background:#fff;font-size:12px;box-shadow:none}.admin-body .input:focus{border-color:#7cb9ae;box-shadow:0 0 0 2px rgba(23,133,117,.08)}
.admin-body .panel{background:var(--ops-panel);border:1px solid var(--ops-line);border-radius:9px;padding:13px;box-shadow:0 1px 2px rgba(28,47,56,.025)}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px}.panel-head h3{font-family:inherit;margin:0;font-size:15px;letter-spacing:0}.panel-head p{margin:3px 0 0;color:var(--ops-muted);font-size:11px}.hero-panel{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#f5fbf9,#fff)}.hero-panel h2{font-family:inherit;margin:3px 0;font-size:22px}.hero-panel>div>small{font-weight:800;color:#71838b;font-size:10px;letter-spacing:.06em}
.metric-grid{display:grid;gap:10px}.metric-grid.eight{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.metric-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric{background:#fff;border:1px solid var(--ops-line);border-radius:8px;padding:12px 13px;min-height:82px}.metric span{display:block;color:#65747c;font-size:11px;font-weight:700}.metric b{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:24px;letter-spacing:-.04em;margin:4px 0 1px}.metric small{display:block;color:#829098;font-size:10px}.grid{display:grid;gap:12px}.grid.two{grid-template-columns:1.5fr .8fr}.grid.dev-layout{grid-template-columns:320px minmax(0,1fr)}.mt16{margin-top:12px}.mt8{margin-top:8px}
.table-wrap{overflow:auto;border:1px solid #e4eaed;border-radius:7px}.admin-body table{width:100%;border-collapse:collapse;font-size:11px;background:#fff}.admin-body th,.admin-body td{padding:10px 9px;border-bottom:1px solid #edf1f3;text-align:left;white-space:nowrap;vertical-align:middle}.admin-body th{background:#f5f8f9;color:#62727a;font-size:10px;font-weight:700}.admin-body td small{display:block;color:#89969c;font-size:9px;margin-top:2px}.admin-body tbody tr:hover{background:#fbfdfd}.empty-cell{text-align:center!important;color:#97a2a7!important;padding:28px!important}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.state{display:inline-block;border-radius:999px;padding:3px 7px;font-size:9px;font-weight:700;background:#eef3f4;color:#56656d}.state.completed,.state.active,.state.ACTIVE,.state.available,.state.assigned{background:#e7f6ef;color:#237b5d}.state.processing,.state.reserved,.state.queued,.state.running{background:#eef5ff;color:#4776a5}.state.failed,.state.disabled,.state.DECLINED{background:#fff0ee;color:#b9544e}.state.FROZEN{background:#fff7e8;color:#a77422}.tag{display:inline-block;border-radius:4px;background:#eef3ff;color:#5267ba;border:1px solid #d8e0ff;padding:2px 6px;font-size:9px}.tag.green{background:#eaf8f2;color:#24775d;border-color:#cdeade}.cap{display:inline-block;border-radius:5px;padding:5px 7px;font-size:9px;border:1px solid}.cap.good{background:#effaf6;color:#23785e;border-color:#c8e9dc}.cap.warn{background:#fff5ef;color:#a65a3d;border-color:#f1d1c1}.mini-btn{appearance:none;background:#f5f8f9;border:1px solid var(--ops-line);border-radius:5px;padding:5px 7px;font-size:9px;color:#33424a;cursor:pointer;margin-right:3px}.mini-btn:hover{border-color:#9eb7c0}.mini-select{border:1px solid var(--ops-line);border-radius:5px;padding:5px 7px;font-size:10px;background:#fff}.link-btn{border:0;background:transparent;color:var(--ops-primary);cursor:pointer;font-size:11px}
.filter-bar,.inline-form{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:7px;margin-bottom:10px;padding:9px;background:#f7fafb;border:1px solid #e2e9ec;border-radius:7px}.filter-bar.wide{grid-template-columns:repeat(6,minmax(110px,1fr))}.inline-form{grid-template-columns:repeat(6,minmax(110px,1fr));align-items:center}.check{display:flex;align-items:center;gap:6px;font-size:11px;color:#53636a}.secret-box,.code-block{background:#13242b;color:#d6e8e4;border-radius:7px;padding:14px;overflow:auto;font:11px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.secret-box{max-height:220px}.secret-line{margin-top:8px;background:#fff;padding:8px;border-radius:5px;color:#8a5f20;word-break:break-all}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.detail-grid>div{border:1px solid #e3e9ec;background:#f8fafb;border-radius:7px;padding:10px}.detail-grid small{display:block;color:#7e8d94;font-size:9px;margin-bottom:4px}.detail-grid b{display:block;font-size:11px;word-break:break-word}.status-list>div{display:flex;justify-content:space-between;padding:10px 2px;border-bottom:1px solid #edf1f3;font-size:11px}.status-list span{color:#77858c}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#9ca8ad}.dot.ok{background:#2cac7a}.dot.bad{background:#d45b55}.positive{color:#24805e}.negative{color:#b5544f}.rule-list{list-style:none;margin:0;padding:0}.rule-list li{padding:10px;border-bottom:1px solid #edf1f3;font-size:11px}.rule-list li span{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#e7f6ef;color:#268060;margin-right:8px}.module-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.module-card{border:1px solid var(--ops-line);border-radius:8px;padding:12px;display:flex;gap:10px;align-items:center}.module-card small{display:block;color:var(--ops-muted);margin-top:3px}.empty-state{padding:34px;text-align:center;color:#829097;font-size:12px}.big-version{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:38px;font-weight:800;margin:12px 0}.dev-list{display:flex;flex-direction:column;gap:6px}.dev-item{border:1px solid #e2e9ec;background:#fff;border-radius:7px;padding:10px;display:flex;align-items:center;gap:8px;text-align:left;cursor:pointer}.dev-item.on{border-color:#78c1b4;background:#eef9f6}.dev-item b,.dev-item small{display:block}.dev-item small{color:#7e8b92;font-size:9px;margin-top:3px}.alert{border-radius:7px;padding:10px 12px;font-size:11px}.alert.ok{background:#edf9f5;border:1px solid #c6e7da;color:#236e57}.alert.bad{background:#fff1ef;border:1px solid #efcbc6;color:#a94d47}.alert.warn{background:#fff8e9;border:1px solid #ecdcb7;color:#90651f}
.hide{display:none!important}
@media(max-width:1200px){.metric-grid.eight{grid-template-columns:repeat(2,1fr)}.metric-grid.five{grid-template-columns:repeat(3,1fr)}.filter-bar.wide{grid-template-columns:repeat(3,1fr)}.inline-form{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:1fr}.grid.dev-layout{grid-template-columns:280px 1fr}}
@media(max-width:760px){.ops-shell{grid-template-columns:1fr}.ops-side{position:static;height:auto}.ops-menu{display:grid;grid-template-columns:repeat(3,1fr)}.side-logout{margin-top:10px}.ops-main{padding:14px 10px}.ops-topbar{gap:10px}.top-actions{flex-wrap:wrap;justify-content:flex-end}.metric-grid.eight,.metric-grid.five,.metric-grid.four{grid-template-columns:repeat(2,1fr)}.grid.dev-layout{grid-template-columns:1fr}.filter-bar,.filter-bar.wide,.inline-form,.detail-grid{grid-template-columns:1fr}.module-cards{grid-template-columns:1fr}}

/* ===== v0.3.1 public redemption UI ===== */
.redeem-body{
  --r-bg:#eef6ff;--r-card:#fff;--r-ink:#102b55;--r-muted:#7890b6;--r-line:#cfe0f6;
  --r-blue:#55a3f7;--r-blue2:#84b4ee;--r-cyan:#28b8c4;--r-purple:#b6a0fb;
  margin:0;min-height:100vh;color:var(--r-ink);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;
  background:linear-gradient(180deg,#edf6ff 0%,#f1f7ff 100%);overflow-x:hidden;position:relative;
}
.redeem-body *{box-sizing:border-box}
.redeem-bg-orb{position:fixed;pointer-events:none;z-index:0;opacity:.34;filter:blur(.2px)}
.redeem-bg-orb.orb-a{width:390px;height:390px;border:28px solid #dfeeff;border-radius:50%;right:-170px;top:-90px}
.redeem-bg-orb.orb-b{width:460px;height:300px;border:28px solid #dcecff;border-radius:50%;left:-210px;bottom:-70px;transform:rotate(-17deg)}
.redeem-bg-orb.orb-c{width:170px;height:170px;background:#e1eef9;border-radius:50%;right:4%;bottom:-20px;filter:blur(6px)}
.redeem-shell{width:min(900px,calc(100% - 36px));margin:0 auto;position:relative;z-index:1;padding:24px 0 70px}
.redeem-header{display:flex;justify-content:space-between;align-items:flex-start;margin:0 0 18px}
.redeem-brand{display:flex;flex-direction:column;gap:3px}.redeem-brand .eyebrow{font-size:7px;letter-spacing:.18em;color:#6995cb;font-weight:800}.redeem-brand strong{font-size:15px;color:#14305a;letter-spacing:.02em}
.query-top-btn{display:inline-flex;align-items:center;gap:6px;text-decoration:none;border:1px solid #b7d0ef;color:#3c6da6;background:rgba(255,255,255,.66);border-radius:7px;padding:7px 12px;font-size:11px;font-weight:700;box-shadow:0 1px 0 rgba(53,101,150,.04)}
.query-top-btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7}
.redeem-progress{height:68px;position:relative;display:grid;grid-template-columns:repeat(4,1fr);align-items:start;margin:0 auto 18px;width:64%}
.progress-line{position:absolute;top:13px;left:12.5%;right:12.5%;height:1px;background:#bed4ee;z-index:-1}
.progress-item{text-align:center;color:#91a7c6;font-size:9px;font-weight:600;position:relative}.progress-item span{margin:0 auto 7px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eef6ff;border:1px solid #bad3f0;color:#7f9fc6;font-size:8px;box-shadow:0 0 0 3px rgba(238,246,255,.8)}.progress-item b{display:block;font-size:9px;font-weight:650}
.progress-item.active{color:#3788df}.progress-item.active span{background:#3b9bf4;color:#fff;border-color:#3b9bf4;box-shadow:0 5px 14px rgba(59,155,244,.28)}.progress-item.done span{background:#dff4f2;border-color:#8dd6cf;color:#238e88}.progress-item.done{color:#5d96aa}
.redeem-card{background:rgba(255,255,255,.94);border:1px solid #cfe0f4;border-radius:17px;min-height:470px;box-shadow:0 18px 42px rgba(77,128,179,.11);display:grid;grid-template-columns:minmax(0,1.4fr) minmax(250px,.75fr);overflow:hidden}
.redeem-card-main{padding:39px 32px 42px 48px;min-width:0}.flow-step h1,.query-main h1{font-size:31px;line-height:1.1;letter-spacing:-.045em;margin:11px 0 8px;color:#102b55}.flow-step .lead,.query-main .lead{font-size:11px;color:#7890b6;margin:0}.step-chip{display:inline-block;background:#eaf3ff;color:#448ee6;border-radius:999px;font-size:9px;font-weight:800;padding:6px 10px}
.form-zone{max-width:520px;margin-top:76px}.field-label{display:block;color:#405f88;font-size:10px;font-weight:700;margin:0 0 6px}.input-shell{height:45px;border:1px solid #b9d2ef;border-radius:9px;background:#fff;display:flex;align-items:center;overflow:hidden;transition:.18s}.input-shell:focus-within{border-color:#6faff2;box-shadow:0 0 0 3px rgba(88,164,241,.09)}.redeem-input{border:0;outline:0;flex:1;min-width:0;padding:0 14px;background:transparent;font-size:12px;color:#17355f}.redeem-input::placeholder{color:#a8bdd9}.mono-input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.input-icon-btn{width:44px;align-self:stretch;border:0;background:#f7faff;color:#88a8cf;display:grid;place-items:center;cursor:pointer}.input-icon-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6}
.plan-preview{margin-top:9px;border:1px solid #c7d9ef;border-radius:9px;padding:10px 13px;background:#f9fbff}.plan-preview small{display:block;font-size:9px;color:#7890b6;margin-bottom:4px}.plan-preview strong{display:block;font-size:13px;color:#15345f}.security-note{display:flex;align-items:center;gap:7px;color:#7591b5;font-size:9px;margin:12px 2px 14px}.security-note svg{width:13px;height:13px;fill:none;stroke:#26aebd;stroke-width:1.8;flex:none}
.primary-flow-btn,.secondary-flow-btn{height:41px;border-radius:8px;border:0;font-size:12px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.primary-flow-btn{width:100%;background:#82afe9;color:#fff;box-shadow:0 9px 18px rgba(79,143,219,.16)}.primary-flow-btn:hover{background:#68a3e9}.primary-flow-btn:disabled{opacity:.58;cursor:not-allowed}.btn-inline-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.46);border-top-color:#fff;border-radius:50%;display:inline-block;flex:none;animation:redeemSpin .72s linear infinite}.secondary-flow-btn{background:#f5f9fe;color:#55779f;border:1px solid #cbdcf0}.button-row{display:grid;grid-template-columns:.42fr 1fr;gap:10px;margin-top:16px}.link-flow{width:auto}
.redeem-message{max-width:520px}.flow-alert{border-radius:8px;padding:9px 11px;margin:0 0 12px;font-size:10px;border:1px solid}.flow-alert.ok{background:#eefaf6;color:#26795e;border-color:#c9eadb}.flow-alert.bad{background:#fff2f1;color:#a9504a;border-color:#f0cac5}.flow-alert.warn{background:#fff8eb;color:#916725;border-color:#ead8b4}
.textarea-shell{position:relative}.redeem-textarea{width:100%;height:150px;resize:vertical;border:1px solid #bdd5ef;border-radius:9px;padding:13px 64px 13px 14px;outline:0;background:#fff;font:10px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;color:#17355f}.redeem-textarea:focus{border-color:#6faff2;box-shadow:0 0 0 3px rgba(88,164,241,.09)}.textarea-paste{position:absolute;right:8px;top:8px;border:1px solid #c8dcef;background:#f4f9ff;color:#5e87b3;border-radius:6px;padding:5px 9px;font-size:9px;cursor:pointer}.token-hint{margin-top:10px;color:#6d8bad;font-size:9px}.token-hint span{color:#27a8b6;margin-right:5px}
.account-summary{max-width:520px;margin-top:55px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.account-summary>div,.query-facts>div{border:1px solid #cbdcf0;background:#f9fbff;border-radius:9px;padding:11px 12px}.account-summary small,.query-facts small{display:block;font-size:9px;color:#7a95b6;margin-bottom:4px}.account-summary strong,.query-facts b{font-size:12px;color:#16365f;word-break:break-all}.processing-note{max-width:520px;margin:11px 0 0;padding:10px 12px;border-radius:8px;background:#f2f8ff;color:#5f7fa5;font-size:9px;border:1px solid #d7e5f5}
.result-card{max-width:520px;margin-top:64px;border-radius:11px;border:1px solid;padding:18px;display:flex;gap:13px;align-items:center}.result-card.ok{background:#effaf7;border-color:#c8e9df;color:#2e7f68}.result-card.warn{background:#fff9ec;border-color:#ead8b4;color:#8e6a2e}.result-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.8);font-weight:900}.result-icon.loading{font-size:0}.result-icon.loading::after{content:"";width:18px;height:18px;border:3px solid rgba(127,155,194,.24);border-top-color:#5f9fe4;border-radius:50%;animation:redeemSpin .72s linear infinite}@keyframes redeemSpin{to{transform:rotate(360deg)}}.result-card strong{font-size:14px}.result-card p{margin:4px 0 0;font-size:10px;line-height:1.5}
.redeem-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 28px 35px 10px}.shield-art{position:relative;width:180px;height:205px;margin-top:-52px}.shield-card{position:absolute;width:144px;height:176px;left:18px;top:12px;transform:rotate(8deg);filter:drop-shadow(0 15px 17px rgba(67,154,221,.13))}.shield-card rect{fill:#fbfdff;stroke:#a9d7ff;stroke-width:2}.shield-card path{fill:none;stroke:#2e9fe7;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.check-badge{position:absolute;right:3px;top:12px;width:28px;height:28px;background:#32bdbd;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:900;z-index:3;box-shadow:0 8px 14px rgba(50,189,189,.24)}.orbit{position:absolute;left:3px;right:3px;height:25px;border:8px solid rgba(143,201,244,.33);border-top-color:rgba(180,154,246,.65);border-radius:50%;bottom:31px;transform:rotate(-10deg)}.benefit-list{list-style:none;padding:0;margin:22px 0 0;color:#6f8faf;font-size:10px;line-height:2.75;align-self:flex-start;margin-left:24px}.benefit-list span{display:inline-grid;width:20px;color:#24aabd;font-weight:900}
.clipboard-toast{position:fixed;left:50%;top:47%;transform:translate(-50%,-50%);z-index:50;width:92px;height:82px;border-radius:4px;background:rgba(45,45,48,.88);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 14px 30px rgba(0,0,0,.2)}.clipboard-toast span{font-size:35px;font-weight:200;line-height:1}.clipboard-toast small{font-size:9px;margin-top:8px}
.query-card{min-height:430px}.query-main{padding-top:48px}.query-zone{margin-top:50px}.query-inside-btn{height:31px;margin-right:6px;border:0;border-radius:6px;background:#6aa6e9;color:#fff;padding:0 16px;font-weight:700;cursor:pointer}.query-result{margin-top:14px}.query-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.shield-art.compact{transform:scale(.88);margin-top:-10px}
@media(max-width:900px){.redeem-progress{width:86%}.redeem-card{grid-template-columns:1fr}.redeem-visual{display:none}.redeem-card-main{padding:34px}.form-zone{margin-top:52px}.redeem-shell{width:min(720px,calc(100% - 24px))}}
@media(max-width:560px){.redeem-shell{padding-top:16px}.redeem-header{align-items:center}.redeem-progress{width:100%;height:64px}.progress-item b{font-size:8px}.redeem-card-main{padding:28px 20px 32px}.flow-step h1,.query-main h1{font-size:27px}.form-zone{margin-top:44px}.button-row,.account-summary,.query-facts{grid-template-columns:1fr}.query-top-btn{padding:7px 9px}.query-top-btn svg{display:none}}

/* ===== v0.3.2 public redemption UI — desktop scale tuned to reference ===== */
@media (min-width: 901px){
  .redeem-shell{
    width:min(1180px,calc(100% - 48px));
    padding:32px 0 92px;
  }
  .redeem-header{margin-bottom:24px}
  .redeem-brand{gap:5px}
  .redeem-brand .eyebrow{font-size:9px;letter-spacing:.20em}
  .redeem-brand strong{font-size:19px}
  .query-top-btn{gap:8px;border-radius:9px;padding:10px 16px;font-size:13px}
  .query-top-btn svg{width:17px;height:17px}

  .redeem-progress{
    width:66%;
    height:88px;
    margin:0 auto 24px;
  }
  .progress-line{top:17px;left:12.5%;right:12.5%}
  .progress-item{font-size:11px}
  .progress-item span{
    width:32px;height:32px;margin-bottom:10px;
    font-size:10px;box-shadow:0 0 0 4px rgba(238,246,255,.86)
  }
  .progress-item b{font-size:11px}

  .redeem-card{
    min-height:750px;
    border-radius:21px;
    grid-template-columns:minmax(0,1.48fr) minmax(320px,.78fr);
    box-shadow:0 24px 58px rgba(77,128,179,.12)
  }
  .redeem-card-main{padding:56px 54px 62px 72px}
  .flow-step h1,.query-main h1{
    font-size:44px;line-height:1.08;margin:14px 0 11px
  }
  .flow-step .lead,.query-main .lead{font-size:14px}
  .step-chip{font-size:11px;padding:7px 12px}

  .form-zone{max-width:650px;margin-top:112px}
  .field-label{font-size:12px;margin-bottom:8px}
  .input-shell{height:58px;border-radius:11px}
  .redeem-input{padding:0 18px;font-size:15px}
  .input-icon-btn{width:56px}
  .input-icon-btn svg{width:19px;height:19px}
  .plan-preview{margin-top:12px;border-radius:11px;padding:14px 17px}
  .plan-preview small{font-size:11px;margin-bottom:5px}
  .plan-preview strong{font-size:17px}
  .security-note{gap:9px;font-size:11px;margin:17px 3px 19px}
  .security-note svg{width:15px;height:15px}
  .primary-flow-btn,.secondary-flow-btn{height:51px;border-radius:10px;font-size:14px}
  .button-row{gap:12px;margin-top:20px}

  .flow-alert{border-radius:10px;padding:12px 14px;margin-bottom:15px;font-size:12px}
  .redeem-message{max-width:650px}
  .redeem-textarea{height:210px;border-radius:11px;padding:16px 82px 16px 17px;font-size:12px}
  .textarea-paste{right:10px;top:10px;border-radius:7px;padding:7px 12px;font-size:11px}
  .token-hint{margin-top:12px;font-size:11px}

  .account-summary{max-width:650px;margin-top:82px;gap:12px}
  .account-summary>div,.query-facts>div{border-radius:11px;padding:15px 16px}
  .account-summary small,.query-facts small{font-size:11px;margin-bottom:5px}
  .account-summary strong,.query-facts b{font-size:14px}
  .processing-note{max-width:650px;margin-top:14px;padding:13px 15px;border-radius:10px;font-size:11px}
  .result-card{max-width:650px;margin-top:92px;border-radius:13px;padding:22px;gap:16px}
  .result-icon{width:44px;height:44px}
  .result-card strong{font-size:17px}
  .result-card p{font-size:12px}

  .redeem-visual{padding:42px 42px 46px 8px}
  .shield-art{width:235px;height:270px;margin-top:-78px}
  .shield-card{width:188px;height:230px;left:24px;top:16px}
  .check-badge{right:4px;top:13px;width:35px;height:35px;font-size:18px}
  .orbit{left:5px;right:5px;height:32px;border-width:10px;bottom:39px}
  .benefit-list{font-size:12px;line-height:2.9;margin-top:28px;margin-left:34px}
  .benefit-list span{width:24px}

  .clipboard-toast{width:112px;height:100px}
  .clipboard-toast span{font-size:42px}
  .clipboard-toast small{font-size:11px;margin-top:9px}

  .query-card{min-height:650px}
  .query-main{padding-top:60px}
  .query-zone{margin-top:78px}
  .query-inside-btn{height:39px;margin-right:8px;border-radius:7px;padding:0 20px;font-size:12px}
  .query-result{margin-top:18px}
  .query-facts{gap:10px}
}

/* ===== v0.3.4 desktop operations console scale-up ===== */
@media (min-width:1201px){
  .admin-body{font-size:15px}
  .ops-shell{grid-template-columns:220px minmax(0,1fr)}
  .ops-side{padding:22px 14px 18px}
  .ops-brand{padding:4px 10px 24px;gap:12px}
  .ops-brand .brand-mark{width:34px;height:34px;font-size:15px}
  .ops-brand b{font-size:18px}
  .ops-brand small{font-size:12px}
  .ops-menu{gap:5px}
  .ops-menu button{border-radius:8px;padding:12px 13px;gap:12px;font-size:14px;min-height:44px}
  .ops-menu button span{width:20px;font-size:15px}
  .side-logout{border-radius:8px;padding:11px 13px;font-size:13px}

  .ops-main{padding:30px 28px 54px}
  .ops-topbar{margin-bottom:24px}
  .ops-topbar small{font-size:12px}
  .ops-topbar h1{font-size:31px;margin-top:4px}
  .top-actions{gap:10px}
  .refresh-note{padding:9px 13px;font-size:12px}

  .admin-body .btn{border-radius:7px;padding:10px 15px;font-size:13px}
  .admin-body .input{border-radius:7px;padding:11px 12px;font-size:13px;min-height:40px}
  .admin-body .panel{border-radius:11px;padding:17px}
  .panel-head{gap:18px;margin-bottom:16px}
  .panel-head h3{font-size:18px}
  .panel-head p{margin-top:5px;font-size:12px}
  .hero-panel h2{font-size:27px}
  .hero-panel>div>small{font-size:11px}

  .metric-grid{gap:13px}
  .metric{border-radius:10px;padding:16px 17px;min-height:104px}
  .metric span{font-size:12px}
  .metric b{font-size:31px;margin:7px 0 3px}
  .metric small{font-size:11px}
  .grid{gap:16px}
  .grid.dev-layout{grid-template-columns:380px minmax(0,1fr)}
  .mt16{margin-top:16px}.mt8{margin-top:10px}

  .table-wrap{border-radius:9px}
  .admin-body table{font-size:13px}
  .admin-body th,.admin-body td{padding:14px 12px}
  .admin-body th{font-size:12px;height:44px}
  .admin-body td small{font-size:11px;margin-top:3px}
  .empty-cell{padding:38px!important}
  .state{padding:5px 9px;font-size:11px}
  .tag{padding:3px 8px;font-size:11px}
  .cap{padding:7px 9px;font-size:11px}
  .mini-btn{border-radius:6px;padding:7px 9px;font-size:11px;margin-right:4px}
  .mini-select{border-radius:6px;padding:7px 9px;font-size:11px}
  .link-btn{font-size:12px}

  .filter-bar,.inline-form{gap:10px;margin-bottom:14px;padding:12px;border-radius:9px;grid-template-columns:repeat(4,minmax(150px,1fr))}
  .filter-bar.wide{grid-template-columns:repeat(6,minmax(135px,1fr))}
  .inline-form{grid-template-columns:repeat(6,minmax(135px,1fr))}
  .check{gap:8px;font-size:12px}
  .secret-box,.code-block{border-radius:9px;padding:17px;font-size:12px;line-height:1.7}
  .detail-grid{gap:11px}
  .detail-grid>div{border-radius:9px;padding:13px}
  .detail-grid small{font-size:11px;margin-bottom:5px}
  .detail-grid b{font-size:13px}
  .status-list>div{padding:13px 3px;font-size:13px}
  .rule-list li{padding:13px;font-size:13px}
  .module-cards{gap:13px}
  .module-card{border-radius:10px;padding:15px;gap:12px}
  .module-card small{font-size:11px}
  .empty-state{padding:44px;font-size:13px}
  .big-version{font-size:46px;margin:16px 0}
  .dev-list{gap:9px}
  .dev-item{border-radius:9px;padding:13px;gap:10px}
  .dev-item small{font-size:11px;margin-top:4px}
  .alert{border-radius:9px;padding:12px 14px;font-size:12px}
}

/* ===== v0.3.5 visual card selection ===== */
.selection-panel{background:linear-gradient(180deg,#fff,#fbfdfd)}
.selection-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:end}
.selection-grid label{display:block;min-width:0}.selection-grid label>small{display:block;color:var(--ops-muted);font-size:11px;font-weight:700;margin:0 0 6px}
.selection-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding-top:13px;border-top:1px solid #e8edef}
.switch-line{display:flex;align-items:center;gap:9px;color:#4e5f68;font-size:12px;font-weight:650;cursor:pointer}.switch-line input{width:17px;height:17px;accent-color:var(--ops-primary)}
.selection-note{margin-top:10px;padding:10px 12px;border-radius:7px;background:#f3f8f7;border:1px solid #dbeae6;color:#64777e;font-size:11px;line-height:1.6}
.selection-state{font-size:11px;color:#a16d26;background:#fff7e8;border:1px solid #ead8b7;border-radius:999px;padding:6px 10px}.selection-state.saved{color:#26795e;background:#eefaf6;border-color:#c9eadb}
.mini-btn.active-choice{background:#e8f7f3;border-color:#91d3c2;color:#137464;font-weight:800}
@media(max-width:1280px){.selection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.selection-grid{grid-template-columns:1fr}.selection-actions{align-items:flex-start;flex-direction:column}.selection-actions .btn{width:100%}}
/* v0.3.6 OpenAI Direct capability states */
.admin-body .cap.bad{background:#fff0ee;color:#b9544e;border-color:#f0c7c3}

/* ===== v0.3.7 CDK management + batch query ===== */
.cdk-plan-tabs{display:flex;gap:9px;flex-wrap:wrap;margin:14px 0 12px}.cdk-plan-tabs button{appearance:none;border:1px solid var(--ops-line);background:#fff;color:#53646d;border-radius:9px;padding:9px 14px;font-weight:750;cursor:pointer}.cdk-plan-tabs button b{display:inline-grid;min-width:22px;height:22px;place-items:center;margin-left:7px;border-radius:999px;background:#edf3f5;font-size:11px}.cdk-plan-tabs button.on{border-color:var(--ops-primary);color:var(--ops-primary);background:#eff9f7}.cdk-plan-tabs button.on b{background:#dff2ed}.cdk-bulkbar{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:10px 0 12px;padding:10px 12px;background:#f7fafb;border:1px solid var(--ops-line);border-radius:8px}.cdk-bulkbar label{font-size:12px;font-weight:700;color:#43545d}.cdk-bulkbar span{font-size:11px;color:#73828a;margin-right:auto}.admin-body .btn.danger,.mini-btn.danger{background:#fff3f1;color:#b74f46;border:1px solid #efc6c0}.admin-body .btn.danger:hover,.mini-btn.danger:hover{background:#fde7e3}.check-col{width:36px;text-align:center!important}.code-copy{appearance:none;border:0;background:transparent;padding:0;color:#17344b;font:700 12px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer}.code-copy:hover{color:var(--ops-primary);text-decoration:underline}.row-actions{display:flex;gap:6px;align-items:center}.muted-mini{font-size:10px;color:#9aa6ac}.generated-panel{border:1px solid #d6e5e1;background:#f6fbfa;border-radius:9px;padding:12px;margin:12px 0}.generated-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.generated-head b{font-size:12px}.generated-panel .secret-box{margin:0;max-height:220px;overflow:auto;white-space:pre-wrap}

.batch-query-card{display:block;min-height:700px}.batch-query-main{padding:55px 70px 60px}.batch-query-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:28px;margin-top:38px}.batch-query-inputbox,.batch-query-results{border:1px solid #c9dcf3;border-radius:15px;background:rgba(255,255,255,.76);padding:20px;min-width:0}.query-textarea{height:285px;min-height:285px;font-size:13px;line-height:1.75;padding:16px}.query-input-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:#8099bb;font-size:11px}.query-batch-btn{width:180px;flex:none}.query-results-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid #dce8f5}.query-results-head small{display:block;color:#7d96b7;font-size:10px}.query-results-head b{display:block;margin-top:4px;font-size:13px;color:#17365f}.query-copy-btn{height:34px;padding:0 12px;font-size:10px;width:auto}.batch-results-empty{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8ea7c8;text-align:center}.batch-results-empty p{max-width:350px;font-size:11px;line-height:1.7}.query-empty-icon{font-size:38px;color:#7fa7dc}.batch-results{max-height:430px;overflow:auto;padding-right:4px}.query-item{border:1px solid #d7e5f5;border-radius:10px;padding:13px;margin-top:10px;background:#fbfdff}.query-item.success{border-color:#c4e7da;background:#f4fbf8}.query-item.failed,.query-item.notfound{border-color:#efd0cb;background:#fff8f7}.query-item-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:9px;border-bottom:1px solid rgba(190,210,234,.6)}.query-item-top>b{font-size:11px;word-break:break-all}.gpt-result{font-size:9px;font-weight:800;padding:5px 8px;border-radius:999px;white-space:nowrap}.gpt-result.success{background:#dff5eb;color:#227b5f}.gpt-result.failed{background:#fde7e4;color:#a74c43}.gpt-result.pending{background:#fff4d9;color:#95691e}.gpt-result.idle{background:#edf3f9;color:#69829f}.query-item-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.query-item-grid>div{background:rgba(245,249,254,.8);border-radius:7px;padding:8px}.query-item-grid small{display:block;color:#8199b8;font-size:8px}.query-item-grid b{display:block;color:#1b3a63;font-size:10px;margin-top:3px;word-break:break-all}.query-order-message{margin-top:9px;color:#6f89aa;font-size:9px;line-height:1.55}.query-state.bad{font-size:9px;color:#a74c43;background:#fde7e4;padding:4px 8px;border-radius:999px}.query-item.notfound p{font-size:10px;color:#9a5b55;margin:9px 0 0}.query-bottom-row{margin-top:20px}.query-bottom-row .secondary-flow-btn{width:140px}
@media(max-width:900px){.batch-query-main{padding:34px}.batch-query-layout{grid-template-columns:1fr}.batch-query-card{min-height:0}.query-item-grid{grid-template-columns:1fr 1fr}.query-textarea{height:220px;min-height:220px}}
@media(max-width:560px){.batch-query-main{padding:28px 20px}.query-item-grid{grid-template-columns:1fr}.query-input-foot{align-items:stretch;flex-direction:column}.query-batch-btn{width:100%}.cdk-bulkbar{align-items:stretch}.cdk-bulkbar .btn{flex:1 1 46%}}

/* ===== v0.3.8 homepage utilities + subscription refresh ===== */
.home-utility-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.home-utility-card{min-height:76px;display:grid;grid-template-columns:44px 1fr 20px;align-items:center;gap:11px;text-decoration:none;border:1px solid #c9dcf3;border-radius:12px;background:#f9fcff;color:#17365f;padding:12px 14px;transition:.16s ease;box-shadow:0 7px 18px rgba(83,137,196,.05)}
.home-utility-card:hover{border-color:#84b6ee;background:#f3f9ff;transform:translateY(-1px);box-shadow:0 10px 24px rgba(83,137,196,.10)}
.home-utility-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#eaf4ff;color:#4f94df;font-size:22px;font-weight:800}
.home-utility-card span:nth-child(2){display:flex;flex-direction:column;gap:4px}.home-utility-card b{font-size:13px}.home-utility-card small{font-size:9px;color:#7c96b7;line-height:1.45}.home-utility-card em{font-style:normal;color:#78a7da;font-size:18px}
.done-actions{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:10px;margin-top:16px;max-width:650px}
.refresh-safe-note{margin-top:12px;border:1px solid #d5e7f2;background:#f4fbff;color:#6885a5;border-radius:9px;padding:10px 12px;font-size:10px;line-height:1.6}
.refresh-card .query-empty-icon{font-size:42px}
@media(max-width:900px){.home-utility-grid{grid-template-columns:1fr}.done-actions{grid-template-columns:1fr}.home-utility-card{min-height:70px}}

/* ===== v0.3.9 public batch recharge ===== */
.home-utility-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-utility-card.featured{border-color:#9ec8f3;background:linear-gradient(180deg,#f7fbff,#edf6ff)}
.home-utility-card.featured .home-utility-icon{background:#dceeff;color:#2f83db}
.refresh-home-card{grid-column:1/-1}
.batch-recharge-card{display:block;min-height:760px}.batch-recharge-main{padding:48px 56px 56px}.batch-recharge-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:24px;margin-top:34px}.batch-recharge-inputs,.batch-recharge-results{border:1px solid #c9dcf3;border-radius:15px;background:rgba(255,255,255,.78);padding:18px;min-width:0}.batch-recharge-inputs{display:flex;flex-direction:column;gap:13px}.batch-recharge-block{min-width:0}.batch-block-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.batch-block-head .field-label{margin:0}.batch-block-head span{font-size:10px;color:#7c95b6}.batch-recharge-textarea{height:170px;min-height:170px;font-size:11px;line-height:1.6;padding:12px 13px}.batch-import-zone{appearance:none;border:1px dashed #8db8e7;background:#f7fbff;border-radius:11px;min-height:72px;color:#4779ad;padding:12px 14px;display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;text-align:left;cursor:pointer}.batch-import-zone:hover{border-color:#5f9fe4;background:#f1f8ff}.batch-import-icon{width:40px;height:40px;border-radius:10px;background:#e5f1ff;display:grid;place-items:center;font-size:22px;font-weight:800;color:#438edc}.batch-import-zone span:nth-child(2){display:flex;flex-direction:column;gap:4px}.batch-import-zone b{font-size:12px}.batch-import-zone small{font-size:9px;line-height:1.45;color:#7893b3}.batch-match-note{border-radius:9px;background:#f4f8fd;color:#738eae;border:1px solid #d8e5f4;padding:9px 11px;font-size:9px;line-height:1.5}.batch-match-note.ok{background:#eefaf6;color:#2d7d64;border-color:#cce9de}.batch-match-note.bad{background:#fff5f3;color:#a6554e;border-color:#f0d1cd}.batch-run-controls{display:grid;grid-template-columns:120px 1fr 88px;gap:9px;align-items:end}.batch-run-controls label{font-size:9px;color:#6f89a9;font-weight:700}.batch-run-controls select{width:100%;height:41px;margin-top:5px;border:1px solid #cbdcf0;border-radius:8px;background:#fff;color:#24466f;padding:0 9px}.batch-run-controls .secondary-flow-btn{height:41px}.batch-recharge-results{display:flex;flex-direction:column}.batch-results-head{flex:none}.batch-result-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.batch-recharge-results-list{margin-top:4px;max-height:585px;overflow:auto;padding-right:3px;min-height:360px}.batch-task-row{border:1px solid #d8e5f3;border-radius:10px;background:#fbfdff;margin-top:9px;padding:11px 12px}.batch-task-row.completed{border-color:#c5e7dc;background:#f4fbf8}.batch-task-row.failed{border-color:#efd0cb;background:#fff8f7}.batch-task-row.processing{border-color:#d9e3f5;background:#f8fbff}.batch-task-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.batch-task-title{min-width:0}.batch-task-title b{display:block;color:#183961;font-size:10px;word-break:break-all}.batch-task-title small{display:block;margin-top:3px;color:#8299b7;font-size:8px}.batch-task-status{font-size:8px;font-weight:800;padding:5px 7px;border-radius:999px;white-space:nowrap;background:#edf3f9;color:#69829f}.batch-task-row.completed .batch-task-status{background:#dff5eb;color:#237b60}.batch-task-row.failed .batch-task-status{background:#fde7e4;color:#a74c43}.batch-task-row.processing .batch-task-status{background:#e6f1ff;color:#3978bb}.batch-task-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:9px}.batch-task-grid>div{background:rgba(244,248,253,.85);border-radius:6px;padding:7px}.batch-task-grid small{display:block;font-size:7px;color:#8299b7}.batch-task-grid b{display:block;font-size:9px;color:#24456c;margin-top:2px;word-break:break-all}.batch-task-message{font-size:8px;color:#7189a7;line-height:1.5;margin-top:8px;word-break:break-word}.batch-task-row.failed .batch-task-message{color:#9d5a52}.batch-progressbar{height:5px;border-radius:999px;background:#edf3f9;overflow:hidden;margin-top:8px}.batch-progressbar span{display:block;height:100%;background:#75ade8;width:0;transition:width .2s}.batch-task-row.completed .batch-progressbar span{background:#56bd9a}.batch-task-row.failed .batch-progressbar span{background:#dc847b}.batch-recharge-results .batch-results-empty{min-height:360px}
@media(max-width:1050px){.home-utility-grid{grid-template-columns:1fr}.batch-recharge-layout{grid-template-columns:1fr}.batch-recharge-card{min-height:0}.batch-recharge-main{padding:34px}.batch-recharge-results-list{max-height:480px}}
@media(max-width:560px){.batch-recharge-main{padding:28px 20px}.batch-run-controls{grid-template-columns:1fr}.batch-result-actions{justify-content:flex-start}.batch-task-grid{grid-template-columns:1fr 1fr}.batch-recharge-textarea{height:145px;min-height:145px}}

/* ===== v0.4.0 public polish: no quote + Access Token refresh ===== */
@media(min-width:901px){.account-summary{grid-template-columns:repeat(3,1fr)}}
.refresh-token-layout .query-textarea{height:230px;min-height:230px}
.token-refresh-result{padding:14px 0 0}
.token-refresh-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.token-refresh-grid>div{border:1px solid #d7e5f5;background:#f8fbff;border-radius:9px;padding:12px}
.token-refresh-grid small{display:block;color:#8299b7;font-size:9px}
.token-refresh-grid b{display:block;color:#1d3e68;font-size:12px;margin-top:4px;word-break:break-all}
.token-response-details{margin-top:12px;border:1px solid #d8e5f4;border-radius:9px;background:#fbfdff;overflow:hidden}
.token-response-details summary{cursor:pointer;padding:10px 12px;color:#5f7fa5;font-size:10px;font-weight:700}
.token-response-details pre{margin:0;border-top:1px solid #e1ebf6;padding:12px;max-height:320px;overflow:auto;background:#f6faff;color:#24456c;font:10px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;word-break:break-word}
.batch-task-grid{grid-template-columns:repeat(2,1fr)}
@media(max-width:560px){.token-refresh-grid{grid-template-columns:1fr}.batch-task-grid{grid-template-columns:1fr}}


/* v0.5.0 iOS Gift Card channel */
.ios-config-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ios-config-grid label{display:flex;flex-direction:column;gap:6px}.ios-config-grid label small{font-size:11px;color:#667981;font-weight:700}.ios-config-grid .switch-line{grid-column:1/-1;flex-direction:row;align-items:center;padding:10px 12px;border:1px solid #dfe9e6;border-radius:8px;background:#f8fbfa}.ios-import-area{width:100%;min-height:180px;resize:vertical;border:1px solid var(--ops-line);border-radius:8px;background:#fbfdfd;padding:12px;font:12px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;outline:none}.ios-import-area:focus{border-color:#7cb9ae;box-shadow:0 0 0 2px rgba(23,133,117,.08)}.ios-import-meta{grid-template-columns:minmax(220px,1fr) auto!important;margin-top:10px}.ios-flow-strip{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:15px;border:1px dashed #bed8d1;border-radius:10px;background:#f7fbfa;color:#39535a}.ios-flow-strip b{font-size:12px}.ios-flow-strip span{color:var(--ops-primary);font-size:17px}

.ios-home-card .home-utility-icon{font-size:19px}.ios-public-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;margin-top:26px}.ios-claim-box{position:relative}.ios-apple-mark{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;margin-bottom:18px;background:linear-gradient(145deg,#eef5ff,#dfeeff);color:#315f9b;font-size:28px;box-shadow:0 10px 24px rgba(79,128,185,.12)}.ios-redeem-btn{margin-top:16px;width:100%}.ios-gift-result{padding:0!important}.ios-gift-success{padding:20px}.ios-gift-badge{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:#edf6ff;color:#3d76b3;font-size:25px;margin-bottom:14px}.ios-gift-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:16px}.ios-gift-meta>div{border:1px solid #dce8f5;background:#f9fcff;border-radius:10px;padding:10px}.ios-gift-meta small{display:block;color:#8195ad;font-size:10px;margin-bottom:4px}.ios-gift-meta b{display:block;color:#263c58;font-size:13px}.ios-gift-code-wrap{border:1px solid #a9c9ed;background:linear-gradient(180deg,#f8fbff,#eef6ff);border-radius:12px;padding:14px}.ios-gift-code-wrap>small{display:block;color:#708aa9;font-size:10px;margin-bottom:8px;font-weight:700}.ios-gift-code{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.ios-gift-code b{font:800 15px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;color:#163f6e;word-break:break-all}.ios-gift-code button{border:0;background:#2f83db;color:#fff;border-radius:8px;padding:9px 14px;font-weight:800;cursor:pointer}

@media(max-width:1050px){.ios-public-layout{grid-template-columns:1fr}.ios-gift-meta{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:760px){.ios-config-grid{grid-template-columns:1fr}.ios-import-meta{grid-template-columns:1fr!important}.ios-gift-meta{grid-template-columns:1fr}.ios-flow-strip{align-items:flex-start;flex-direction:column}.ios-flow-strip span{transform:rotate(90deg)}}


/* ===== v0.5.15 subscription refresh guide ===== */
.refresh-page-main{padding-bottom:46px}
.refresh-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}
.refresh-title-badge{flex:0 0 auto;margin-top:4px;display:flex;align-items:center;gap:8px;border:1px solid #cfe4f8;background:linear-gradient(180deg,#f8fcff,#eef7ff);border-radius:999px;padding:8px 12px;color:#4d81b7;box-shadow:0 8px 22px rgba(77,129,183,.07)}
.refresh-title-badge>span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#32bdbd;color:white;font-size:12px;font-weight:900}
.refresh-title-badge small{font-size:10px;font-weight:800;letter-spacing:.04em}
.refresh-token-layout{margin-top:34px;align-items:stretch}
.refresh-input-panel,.refresh-result-panel{position:relative;border:1px solid #cbdff4!important;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,252,255,.90))!important;box-shadow:0 13px 34px rgba(70,123,179,.07)}
.refresh-result-panel{padding-top:18px!important}
.refresh-panel-kicker{display:flex;align-items:center;gap:9px;margin-bottom:16px;color:#456d99}
.refresh-panel-kicker>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#eaf4ff;color:#3c88da;font-size:9px;font-weight:900}
.refresh-panel-kicker>b{font-size:12px}
.refresh-safe-note-strong{display:flex;align-items:flex-start;gap:9px;background:#f2fbfb;border-color:#cbe9e8;color:#507d82}
.refresh-safe-note-strong>span{flex:0 0 24px;width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#daf4f2;color:#1c9b98;font-size:14px;font-weight:900}
.refresh-safe-note-strong div{min-width:0}
.refresh-safe-note-strong b{display:block;color:#347173;font-size:10px;margin-bottom:2px}
.refresh-safe-note-strong small{display:block;color:#66888c;font-size:9px;line-height:1.55}
.refresh-guide{margin-top:24px;border:1px solid #c9dcf3;border-radius:16px;background:linear-gradient(145deg,#fbfdff 0%,#f4f9ff 56%,#fbfeff 100%);padding:22px;box-shadow:0 14px 36px rgba(75,129,186,.07);overflow:hidden;position:relative}
.refresh-guide:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-95px;top:-120px;background:radial-gradient(circle,rgba(102,174,238,.13),rgba(102,174,238,0) 70%);pointer-events:none}
.refresh-guide-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.refresh-guide-eyebrow{display:block;color:#4b91d7;font-size:8px;font-weight:900;letter-spacing:.20em;margin-bottom:5px}
.refresh-guide-head h2{font-size:20px;margin:0;color:#173a63;letter-spacing:-.02em}
.refresh-guide-head p{margin:5px 0 0;color:#7891ad;font-size:10px}
.refresh-login-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:39px;border-radius:9px;padding:0 14px;text-decoration:none;background:#2f83db;color:#fff;font-size:10px;font-weight:800;box-shadow:0 8px 20px rgba(47,131,219,.18);transition:.16s ease}
.refresh-login-btn:hover{background:#2475c7;transform:translateY(-1px)}
.refresh-login-btn span{font-size:14px}
.refresh-guide-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;position:relative;z-index:1}
.refresh-guide-step{position:relative;min-height:142px;border:1px solid #d6e5f5;border-radius:12px;background:rgba(255,255,255,.88);padding:15px;box-shadow:0 7px 18px rgba(69,121,175,.04)}
.refresh-step-no{position:absolute;right:12px;top:10px;color:#c7d9eb;font:800 17px/1 ui-monospace,SFMono-Regular,Menlo,monospace}
.refresh-step-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#eaf4ff;color:#3186db;font-size:16px;font-weight:900;margin-bottom:12px}
.refresh-guide-step h3{margin:0;color:#183d67;font-size:12px}
.refresh-guide-step p{margin:7px 0 0;color:#718daa;font-size:9px;line-height:1.65}
.refresh-guide-bottom{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);gap:11px;margin-top:11px;position:relative;z-index:1}
.refresh-format-card,.refresh-check-card{border-radius:12px;padding:14px;border:1px solid #d5e4f3;background:#fff}
.refresh-format-title{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.refresh-format-title>span{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#eef6ff;color:#4c8fd2;font-size:15px}
.refresh-format-title div{display:flex;flex-direction:column;gap:2px}.refresh-format-title b{font-size:10px;color:#24496f}.refresh-format-title small{font-size:8px;color:#8aa0b7}
.refresh-format-card code{display:block;border-radius:8px;background:#143e55;color:#d6f8ee;padding:10px 12px;font:9px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.refresh-format-card p{font-size:8px;color:#879ab0;margin:7px 0 0}
.refresh-check-card{background:linear-gradient(180deg,#f8fcfb,#f2faf8);border-color:#cfe7e0}
.refresh-check-title{display:flex;align-items:center;gap:8px;color:#39796d;font-size:10px}
.refresh-check-title>span{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:#dff4ed;color:#238d75;font-size:11px;font-weight:900}
.refresh-check-card ul{list-style:none;padding:0;margin:9px 0 0;display:grid;gap:7px}
.refresh-check-card li{display:flex;align-items:flex-start;gap:7px;color:#64827d;font-size:8px;line-height:1.45}
.refresh-check-card li>span{color:#20a389;font-weight:900}
.refresh-warning{position:relative;z-index:1;display:flex;align-items:flex-start;gap:9px;margin-top:11px;border:1px solid #f1d7aa;background:#fff9ee;border-radius:11px;padding:11px 13px;color:#8a6a35}
.refresh-warning>span{flex:0 0 23px;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#f5e1bb;color:#a66d16;font-size:11px;font-weight:900}
.refresh-warning p{margin:1px 0 0;font-size:8px;line-height:1.6}.refresh-warning b{color:#7b591f}
.refresh-bottom-actions{display:flex;gap:9px;justify-content:flex-start}.refresh-bottom-actions .link-flow{width:auto;padding:0 18px}
@media(max-width:900px){.refresh-title-row{align-items:center}.refresh-guide-steps,.refresh-guide-bottom{grid-template-columns:1fr}.refresh-guide-step{min-height:118px}.refresh-guide-head{align-items:flex-start}.refresh-guide{padding:18px}}
@media(max-width:560px){.refresh-title-row{display:block}.refresh-title-badge{display:none}.refresh-token-layout{margin-top:24px}.refresh-guide-head{display:block}.refresh-login-btn{width:100%;margin-top:13px}.refresh-guide{padding:15px}.refresh-guide-steps{gap:9px}.refresh-guide-step{min-height:0}.refresh-guide-bottom{gap:9px}.refresh-bottom-actions{flex-direction:column}.refresh-bottom-actions .link-flow{width:100%}}


/* ===== v0.5.15 token guide refinements ===== */
.refresh-guide-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.refresh-login-btn-ghost{background:#fff;color:#397dbf;border:1px solid #bcd9f4;box-shadow:none}
.refresh-login-btn-ghost:hover{background:#f3f9ff;color:#2d70b0}
.refresh-guide-steps-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.refresh-guide-step p b{color:#2e659b;font-weight:900}
.refresh-guide-bottom-token{grid-template-columns:minmax(0,1.32fr) minmax(260px,.68fr)}
.refresh-json-card pre{margin:0;max-width:100%;overflow:auto;border-radius:9px;background:#123f55;padding:0}
.refresh-json-card pre code{display:block;overflow:visible;text-overflow:clip;white-space:pre;padding:12px 14px;color:#d8f7ee;background:transparent;font:9px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace}
.refresh-warning-strong{border-color:#efc982;background:linear-gradient(90deg,#fff9ec,#fffdf8)}
@media(max-width:1080px){.refresh-guide-steps-four{grid-template-columns:repeat(2,minmax(0,1fr))}.refresh-guide-bottom-token{grid-template-columns:1fr}}
@media(max-width:760px){.refresh-guide-actions{width:100%;justify-content:stretch}.refresh-guide-actions .refresh-login-btn{flex:1}.refresh-guide-head{flex-direction:column;align-items:stretch}}
@media(max-width:560px){.refresh-guide-steps-four{grid-template-columns:1fr}.refresh-guide-actions{display:grid;grid-template-columns:1fr}.refresh-guide-actions .refresh-login-btn{width:100%}.refresh-json-card pre code{font-size:8px}}

/* ===== v0.5.16 homepage beginner guide ===== */
.home-newbie-guide{margin-top:16px;border:1px solid #c9ddf6;border-radius:18px;background:linear-gradient(145deg,#fbfdff 0%,#f4f9ff 58%,#ffffff 100%);padding:20px;box-shadow:0 14px 34px rgba(66,121,181,.08);position:relative;overflow:hidden}
.home-newbie-guide:before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-95px;top:-120px;background:radial-gradient(circle,rgba(83,162,239,.16),rgba(83,162,239,0) 70%);pointer-events:none}
.home-guide-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}
.home-guide-kicker{display:block;color:#3e8fe3;font-size:8px;font-weight:900;letter-spacing:.18em;margin-bottom:5px}
.home-guide-top h2{margin:0;color:#123965;font-size:18px;line-height:1.25;letter-spacing:-.02em}
.home-guide-top p{margin:5px 0 0;color:#7690ad;font-size:10px;line-height:1.6}
.home-guide-time{flex:none;border:1px solid #cae0f8;background:#fff;color:#397fc3;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800;box-shadow:0 6px 14px rgba(76,137,198,.07)}
.home-guide-steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.home-guide-step{min-height:118px;border:1px solid #d6e6f7;border-radius:13px;background:rgba(255,255,255,.91);padding:13px;position:relative;box-shadow:0 7px 18px rgba(59,115,172,.04)}
.home-guide-no{position:absolute;right:10px;top:9px;color:#bad1e8;font-size:9px;font-weight:900;letter-spacing:.08em}
.home-guide-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#eaf4ff;color:#2f8de1;font-size:13px;font-weight:900;margin-bottom:10px}
.home-guide-step b{display:block;color:#173e68;font-size:11px;margin-bottom:5px}
.home-guide-step small{display:block;color:#7790ab;font-size:8.5px;line-height:1.65}
.home-guide-token{position:relative;z-index:1;margin-top:10px;border:1px solid #cfe1f4;border-radius:13px;background:linear-gradient(90deg,#f8fbff,#f3f9ff);padding:12px 13px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.home-guide-token-copy{display:flex;align-items:flex-start;gap:10px;min-width:0}
.home-guide-token-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:#e5f2ff;color:#2b88d8;font-size:13px;font-weight:900;flex:none}
.home-guide-token-copy b{display:block;color:#173d67;font-size:10.5px;margin-bottom:3px}
.home-guide-token-copy small{display:block;color:#718aa6;font-size:8.5px;line-height:1.6}
.home-guide-token-copy strong{color:#326da5}
.home-guide-actions{display:flex;align-items:center;gap:7px;flex:none}
.home-guide-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:34px;padding:0 12px;border-radius:9px;background:#4b96df;color:#fff;text-decoration:none;font-size:9px;font-weight:900;white-space:nowrap;box-shadow:0 7px 16px rgba(63,138,210,.18);transition:.18s ease}
.home-guide-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(63,138,210,.23)}
.home-guide-btn.ghost{background:#fff;color:#367ec1;border:1px solid #bcd9f4;box-shadow:none}
.home-guide-example{position:relative;z-index:1;margin-top:10px;display:grid;grid-template-columns:minmax(190px,.8fr) minmax(0,1.2fr);gap:10px;align-items:center}
.home-guide-example>div{border:1px solid #d4e6f6;background:#fbfdff;border-radius:11px;padding:10px 11px;display:grid;grid-template-columns:auto 1fr;column-gap:7px;row-gap:2px;align-items:center}
.home-guide-example>div>span{grid-row:1/3;display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#e9f8f4;color:#18a37e;font-weight:900;font-size:10px}
.home-guide-example b{color:#21466e;font-size:9.5px}.home-guide-example small{color:#7a91aa;font-size:8px;line-height:1.5}
.home-guide-example code{display:block;overflow:auto;border-radius:11px;background:#123d58;color:#dff9f0;padding:11px 12px;font-size:8.5px;white-space:nowrap;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}
.home-guide-warning{position:relative;z-index:1;margin-top:10px;border:1px solid #f0d7a7;border-radius:11px;background:#fffaf0;padding:10px 11px;display:flex;align-items:flex-start;gap:8px;color:#8a6424}
.home-guide-warning>span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#fff0cf;color:#b9770e;font-size:10px;font-weight:900;flex:none}
.home-guide-warning p{margin:0;font-size:8.5px;line-height:1.65}.home-guide-warning b{color:#745114}
.home-utility-grid-end{display:none}
@media(max-width:1100px){.home-guide-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.home-guide-token{align-items:flex-start;flex-direction:column}.home-guide-actions{width:100%}.home-guide-btn{flex:1}.home-guide-example{grid-template-columns:1fr}}
@media(max-width:640px){.home-newbie-guide{padding:15px;border-radius:15px}.home-guide-top{display:block}.home-guide-time{display:inline-flex;margin-top:10px}.home-guide-steps{grid-template-columns:1fr}.home-guide-step{min-height:0}.home-guide-actions{display:grid;grid-template-columns:1fr}.home-guide-btn{width:100%}.home-guide-example code{font-size:7.5px}.home-guide-top h2{font-size:16px}}


/* v0.5.18 - dedicated beginner guide (fixed CSS) */
.home-guide-entry-wrap{margin-top:12px}
.home-guide-entry{min-height:62px;display:grid;grid-template-columns:40px 1fr 26px;align-items:center;gap:12px;padding:10px 14px;border:1px solid #b9d6f5;border-radius:12px;background:linear-gradient(100deg,#f8fbff 0%,#eef7ff 100%);text-decoration:none;color:#17365f;box-shadow:0 8px 20px rgba(70,126,188,.06);transition:.18s ease}
.home-guide-entry:hover{transform:translateY(-1px);border-color:#7fb5eb;box-shadow:0 12px 26px rgba(70,126,188,.12)}
.home-guide-entry-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#dfefff;color:#2f83db;font-size:17px;font-weight:900}
.home-guide-entry-copy{display:flex;flex-direction:column;gap:3px}.home-guide-entry-copy b{font-size:13px;color:#153b67}.home-guide-entry-copy small{font-size:9px;line-height:1.5;color:#7893b2}
.home-guide-entry-arrow{display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:#fff;color:#3e8fe3;font-weight:900;box-shadow:0 4px 12px rgba(62,143,227,.11)}
.guide-page{display:block;min-height:0;padding:0}
.guide-page.hide{display:none}
.guide-main{padding:42px 48px 38px;width:100%}
.guide-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:26px}
.guide-hero h1{font-size:34px;line-height:1.08;margin:10px 0 8px;color:#0b315c;letter-spacing:-.03em}.guide-hero .lead{margin:0;color:#718dad;font-size:13px}
.guide-hero-badge{width:72px;height:72px;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#eef7ff,#dfefff);border:1px solid #c8dff7;box-shadow:0 10px 25px rgba(65,128,192,.11);color:#317fd0;flex:none}.guide-hero-badge span{font-size:24px;font-weight:900;line-height:1}.guide-hero-badge small{font-size:9px;font-weight:800;margin-top:5px;color:#7197bf}
.guide-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;position:relative}.guide-flow:before{content:"";position:absolute;height:1px;left:7%;right:7%;top:38px;background:linear-gradient(90deg,#bbd9f8,#8fc0ef,#bbd9f8);z-index:0}
.guide-step-card{position:relative;z-index:1;min-height:250px;border:1px solid #d0e1f3;border-radius:18px;background:rgba(255,255,255,.96);padding:17px;box-shadow:0 12px 28px rgba(64,116,173,.07)}
.guide-step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.guide-step-num{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:25px;border-radius:999px;background:#e8f3ff;color:#3689dc;font-size:10px;font-weight:900}.guide-step-symbol{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#edf6ff,#dceeff);color:#2f86da;font-size:15px;font-weight:900;border:1px solid #d1e5f9}
.guide-step-card h3{margin:0 0 9px;color:#173f6a;font-size:16px}.guide-step-card p{margin:0;color:#748ca8;font-size:10px;line-height:1.75}
.guide-tip{margin-top:15px;border-radius:10px;background:#f3f8fd;border:1px solid #dce9f6;padding:9px 10px;color:#6483a6;font-size:9px;line-height:1.55}.guide-tip.success{background:#f0faf7;border-color:#cdece2;color:#4d8c7a}
.guide-action-link{margin-top:15px;height:35px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;background:#438fdc;color:#fff;text-decoration:none;font-size:9.5px;font-weight:900;box-shadow:0 7px 17px rgba(57,132,208,.18)}
.guide-example-panel{margin-top:18px;border:1px solid #cfe2f5;border-radius:16px;background:linear-gradient(100deg,#f8fbff,#f1f8ff);padding:14px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:14px;align-items:center}.guide-example-copy{display:flex;gap:11px;align-items:flex-start}.guide-example-check{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#e5f7f1;color:#15a37c;font-weight:900;flex:none}.guide-example-copy b{display:block;color:#1d466f;font-size:11px;margin-bottom:4px}.guide-example-copy p{margin:0;color:#718aa6;font-size:9px;line-height:1.6}.guide-example-copy strong{color:#2d6da7}.guide-example-panel code{display:block;overflow:auto;white-space:nowrap;border-radius:11px;background:#123c58;color:#dff8ee;padding:12px 14px;font-size:9px}
.guide-security{margin-top:12px;border:1px solid #efd49e;border-radius:14px;background:#fff9ee;padding:12px 14px;display:flex;align-items:flex-start;gap:10px}.guide-security>span{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#ffedc5;color:#b87811;font-weight:900;flex:none}.guide-security b{display:block;color:#77521c;font-size:10px;margin-bottom:3px}.guide-security p{margin:0;color:#92713f;font-size:9px;line-height:1.65}
.guide-bottom-actions{margin-top:18px;display:grid;grid-template-columns:150px 1fr;gap:10px}.guide-bottom-actions .primary-flow-btn,.guide-bottom-actions .secondary-flow-btn{margin:0;min-height:44px}
@media(max-width:1050px){.guide-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-flow:before{display:none}.guide-step-card{min-height:220px}.guide-example-panel{grid-template-columns:1fr}}
@media(max-width:640px){.guide-main{padding:24px 18px}.guide-hero h1{font-size:28px}.guide-hero-badge{width:60px;height:60px;border-radius:18px}.guide-flow{grid-template-columns:1fr}.guide-step-card{min-height:0}.guide-example-panel code{font-size:7.5px}.guide-bottom-actions{grid-template-columns:1fr}.home-guide-entry{grid-template-columns:38px 1fr 24px}}
