@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=IBM+Plex+Sans+SC:wght@400;500;600;700&display=swap";:root{--bg:#f3f6f8;--surface:#fff;--surface-2:#f7fafb;--line:#d9e2ea;--text:#15202b;--muted:#5b6b7c;--accent:#0f8f7b;--accent-deep:#0b6f60;--accent-soft:#e6f6f2;--sky:#2a7de1;--ok:#1a9f63;--ok-soft:#e8f8ef;--warn:#c4811a;--warn-soft:#fff6e8;--danger:#d14545;--danger-soft:#fdeeee;--shadow:0 10px 30px #15202b0f;--radius:18px;--font:"IBM Plex Sans SC", "DM Sans", "PingFang SC", "Microsoft YaHei", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font);color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:radial-gradient(900px 420px at 0 -10%,#0f8f7b1a,#0000 55%),radial-gradient(700px 360px at 100% 0,#2a7de114,#0000 50%),linear-gradient(#f7fafb 0%,#f3f6f8 48%,#eef3f6 100%);line-height:1.55}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}button,input,textarea,select{font:inherit}a{color:var(--sky)}code{background:var(--accent-soft);color:var(--accent-deep);border-radius:6px;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.exchange{width:min(1080px,100% - 28px);margin:0 auto;padding:22px 0 56px}.exchange-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.exchange-brand{align-items:center;gap:12px;display:flex}.exchange-brand strong{font-size:18px;display:block}.exchange-brand span{color:var(--muted);font-size:12px}.exchange-logo{color:#fff;background:linear-gradient(145deg,#12a08a,#1d7fd0);border-radius:14px;place-items:center;width:42px;height:42px;font-weight:700;display:grid;box-shadow:0 8px 20px #0f8f7b47}.exchange-hero{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;margin-bottom:16px;padding:24px}.exchange-hero h1{letter-spacing:-.03em;margin:0 0 8px;font-size:clamp(24px,4vw,32px)}.exchange-hero>p{color:var(--muted);max-width:62ch;margin:0}.stat-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.stat-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:16px}.stat-card.active{border-color:#0f8f7b59;box-shadow:0 0 0 3px #0f8f7b14}.stat-card-top{color:var(--muted);justify-content:space-between;font-size:13px;display:flex}.stat-num{letter-spacing:-.04em;margin-top:10px;font-size:34px;font-weight:750}.stat-num.accent{color:var(--accent-deep)}.exchange-note{color:var(--muted);margin:12px 0 0;font-size:12px}.exchange-grid{grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);gap:16px;margin-bottom:16px;display:grid}.guide-list{counter-reset:step;gap:14px;margin:0;padding:0;list-style:none;display:grid}.guide-list li{background:var(--surface-2);border:1px solid var(--line);counter-increment:step;border-radius:14px;gap:4px;padding:14px 14px 14px 52px;display:grid;position:relative}.guide-list li:before{content:counter(step);background:var(--accent-soft);width:26px;height:26px;color:var(--accent-deep);border-radius:50%;place-items:center;font-size:13px;font-weight:700;display:grid;position:absolute;top:14px;left:14px}.guide-list strong{font-size:14px}.guide-list span{color:var(--muted);font-size:12px}.token-step{border-top:1px dashed var(--line);gap:14px;padding-top:8px;display:grid}.disabled-block{opacity:.55;pointer-events:none}.counter-pill{background:var(--accent-soft);color:var(--accent-deep);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.account-title{margin-bottom:4px;font-size:16px;font-weight:700}.fail-box{background:var(--danger-soft);border:1px solid #f3c4c4;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.result-text{gap:8px;display:grid}.app-shell{width:min(920px,100% - 28px);margin:0 auto;padding:24px 0 64px}.app-shell.wide{width:min(1120px,100% - 28px)}.app-shell.narrow{width:min(480px,100% - 28px)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px}.panel-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 0;display:flex}.panel-head h2{margin:0;font-size:17px;font-weight:700}.panel-head p{color:var(--muted);margin:4px 0 0;font-size:13px}.form-grid{gap:14px;display:grid}.field{gap:8px;display:grid}.field label{color:var(--muted);font-size:13px;font-weight:600}.field-row{flex-wrap:wrap;gap:10px;display:flex}.input,.textarea,.select{border:1px solid var(--line);background:var(--surface-2);width:100%;color:var(--text);border-radius:14px;outline:none;padding:13px 14px}.input:focus,.textarea:focus,.select:focus{background:#fff;border-color:#0f8f7b8c;box-shadow:0 0 0 4px #0f8f7b1f}.textarea{resize:vertical;min-height:148px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.6}.textarea.has-content{background:#fff;border-color:#0f8f7b59}.token-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.token-chip{background:var(--warn-soft);color:var(--warn);border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.token-chip.ok{background:var(--ok-soft);color:var(--ok)}.hint{color:var(--muted);font-size:12px}.hint.ok{color:var(--ok)}.hint.warn{color:var(--warn)}.actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.btn{appearance:none;cursor:pointer;border:1px solid #0000;border-radius:12px;padding:11px 16px;font-weight:650}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg, var(--accent), #1aa0c0);color:#fff;box-shadow:0 8px 18px #0f8f7b40}.btn-secondary{border-color:var(--line);color:var(--text);background:#fff}.btn-ghost{border-color:var(--line);color:var(--muted);background:0 0;border-radius:10px;padding:8px 12px;font-size:12px}.btn-danger{background:var(--danger-soft);color:var(--danger);border-color:#f3c4c4}.btn-block{justify-content:center;width:100%}a.btn{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.alert{border:1px solid #0000;border-radius:14px;padding:12px 14px;font-size:13px}.alert-error{background:var(--danger-soft);color:#9f2d2d;border-color:#f3c4c4}.alert-ok{background:var(--ok-soft);color:#176b45;border-color:#bfe9d2}.mb{margin-bottom:14px}.tabs{flex-wrap:wrap;gap:8px;display:flex}.tab{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;padding:7px 12px;font-size:13px}.tab.active{color:#fff;background:var(--accent);border-color:var(--accent);font-weight:700}.task-list{gap:12px;display:grid}.task-card{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;gap:12px;padding:14px;display:grid}.task-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.mono{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.task-meta{color:var(--muted);flex-wrap:wrap;gap:8px 14px;font-size:12px;display:flex}.badge{border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.badge:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.badge-queued{color:#5b6b7c;background:#eef2f5}.badge-extracting{color:#1d6fc0;background:#e8f2fc}.badge-done{color:#176b45;background:var(--ok-soft)}.badge-awaiting{color:#9a5b0a;background:#fff2d8}.badge-failed{color:#9f2d2d;background:var(--danger-soft)}.badge-canceled{color:#5b6b7c;background:#eef2f5}.progress-block{gap:8px;display:grid}.progress-head{justify-content:space-between;gap:10px;font-size:13px;font-weight:600;display:flex}.progress-head .pct{color:var(--accent-deep)}.progress-track{background:#e3ebf1;border-radius:999px;height:10px;overflow:hidden}.progress-fill{border-radius:inherit;background:linear-gradient(90deg,#12a08a,#2a7de1);height:100%;transition:width .45s}.progress-fill.pulse{background-image:linear-gradient(90deg,#12a08a,#2a7de1,#12a08a);background-size:200% 100%;animation:1.4s linear infinite shimmer}.progress-fill.done{background:var(--ok)}.progress-fill.awaiting{background:linear-gradient(90deg,#d99b2b,#f0bd55)}.progress-fill.failed{background:var(--danger)}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.task-stage-steps{color:#98a5a0;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;font-size:10px;display:grid}.task-stage-steps span{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.task-stage-steps i{background:#d4dcd8;border-radius:50%;flex:none;width:6px;height:6px}.task-stage-steps span.complete,.task-stage-steps span.current{color:#167657;font-weight:700}.task-stage-steps span.complete i,.task-stage-steps span.current i{background:#20a377}.task-stage-steps span.current i{box-shadow:0 0 0 4px #20a3771f}.task-result{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.task-result-private{background:#3dab7a11;border:1px solid #3dab7a33;border-radius:14px;padding:14px}.task-result-check{color:#fff;background:#29936a;border-radius:13px;flex:none;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.qr-thumb{object-fit:cover;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;width:84px;height:84px}.qr-modal{z-index:50;background:#0f17208c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.qr-modal-card{background:#fff;border-radius:20px;gap:12px;width:min(420px,100%);padding:18px;display:grid}.qr-modal-card img{background:#fff;border-radius:12px;width:100%}.empty{text-align:center;color:var(--muted);padding:36px 12px}.pager{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:14px;font-size:13px;display:flex}.hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.brand{gap:8px;display:grid}.brand-mark{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);align-items:center;gap:10px;font-size:12px;font-weight:700;display:inline-flex}.brand-mark span{background:linear-gradient(135deg, var(--accent), var(--sky));border-radius:999px;width:10px;height:10px}.brand h1{margin:0;font-size:clamp(26px,4vw,36px)}.brand p{color:var(--muted);max-width:52ch;margin:0}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:720px}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:12px;font-size:13px}th{color:var(--muted);background:var(--surface-2);font-weight:600}.row-active td{background:var(--accent-soft)}.inline-label{color:var(--muted);white-space:nowrap;align-items:center;gap:8px;font-size:13px;display:flex}.input.compact{width:88px}.created-box{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;gap:10px;padding:12px;display:grid}@media (width<=900px){.exchange-grid,.stat-cards{grid-template-columns:1fr}.field-row{flex-direction:column}.input.compact{width:100%}}:root{--bg:#f2f4ef;--surface:#fff;--surface-2:#f6f8f5;--line:#dce3dd;--text:#12231f;--muted:#62716c;--accent:#179b73;--accent-deep:#0c7255;--accent-soft:#e4f4ed;--sky:#327aee;--shadow:0 24px 70px #1c342d14;--radius:22px}body{background:linear-gradient(#12231f07 1px,#0000 1px) 0 0/32px 32px,linear-gradient(90deg,#12231f07 1px,#0000 1px) 0 0/32px 32px,radial-gradient(800px 440px at 85% -5%,#4dcda133,#0000 55%),#f2f4ef;min-width:320px}.exchange{width:min(1180px,100% - 40px);padding:26px 0 72px}.exchange-top{margin-bottom:22px}.exchange-brand{gap:14px}.exchange-brand strong{letter-spacing:-.02em;font-size:17px}.exchange-brand span{letter-spacing:.04em;margin-top:2px;display:block}.exchange-logo{color:#c7ffe7;background:#142c27;border-radius:15px;width:46px;height:46px;box-shadow:0 12px 28px #142c2733}.exchange-top-actions{align-items:center;gap:8px;display:flex}.exchange-top .btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8}.exchange-top .display-link{color:var(--accent-deep);border-color:#179b7340}.exchange-hero{color:#f6fff9;background:radial-gradient(560px 240px at 75% 5%,#68ebbd33,#0000 70%),linear-gradient(132deg,#102a25 0%,#173d34 58%,#0e312b 100%);border:0;border-radius:30px;margin-bottom:20px;padding:clamp(28px,5vw,52px);position:relative;overflow:hidden;box-shadow:0 32px 80px #0c2d2533}.exchange-hero:after{content:"";border:1px solid #bdffe133;border-radius:50%;width:340px;height:340px;position:absolute;bottom:-220px;right:-160px;box-shadow:0 0 0 34px #bdffe109,0 0 0 76px #bdffe106}.hero-kicker,.eyebrow{color:#8fe1bf;letter-spacing:.16em;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:700;display:inline-flex}.live-dot{background:#55dda8;border-radius:50%;flex:none;width:8px;height:8px;animation:2s ease-in-out infinite livePulse;box-shadow:0 0 0 5px #55dda81f}.live-dot.offline{background:#f59b72;box-shadow:0 0 0 5px #f59b721f}@keyframes livePulse{50%{box-shadow:0 0 0 9px #55dda800}}.exchange-hero h1{z-index:1;letter-spacing:-.06em;max-width:720px;margin:14px 0 12px;font-size:clamp(34px,6vw,58px);line-height:1.04;position:relative}.exchange-hero>p{z-index:1;color:#edfff7ad;max-width:680px;font-size:15px;position:relative}.hero-links{z-index:2;gap:12px;width:min(310px,25vw);display:grid;position:absolute;top:clamp(54px,6vw,78px);right:clamp(28px,5vw,52px)}.hero-link-card{color:#f4fff8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff13;border:1px solid #c4ffe629;border-radius:20px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:86px;padding:16px;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:grid;box-shadow:0 18px 38px #05181326}.hero-link-card:hover{background:#67dcae24;border-color:#7eecbe7a;transform:translateY(-2px)}.hero-link-icon{color:#0c3027;background:#83e2ba;border-radius:15px;place-items:center;width:46px;height:46px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:800;display:grid}.hero-link-card span:not(.hero-link-icon){gap:4px;display:grid}.hero-link-card small{color:#eafff58c;font-size:11px}.hero-link-card strong{font-size:16px}.hero-link-card em{color:#8fe1bf;font-size:18px;font-style:normal}.stat-cards{z-index:1;gap:10px;max-width:760px;margin-top:30px;position:relative}.stat-card,.stat-card.active{color:#f4fff8;min-height:126px;box-shadow:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border:1px solid #e0fff11f;padding:18px}.stat-card.active{background:#68deb01f;border-color:#7beec061}.stat-card-top{color:#ebfff599;letter-spacing:.03em}.stat-icon{color:#88dcb9;letter-spacing:.12em;font-family:DM Sans,sans-serif;font-size:10px}.stat-num,.stat-num.accent{color:#f6fff9;margin-top:14px;font-size:40px}.exchange-note{z-index:1;color:#ebfff580;position:relative}.exchange-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr);gap:20px;margin-bottom:20px}.panel{box-shadow:var(--shadow);border-color:#29483e1f;margin-bottom:20px}.panel-head{padding:24px 26px 0}.panel-head h2{letter-spacing:-.025em;font-size:19px}.panel-body{padding:20px 26px 26px}.form-grid{gap:22px}.field{gap:9px}.field label{color:#344a43}.field-row{flex-wrap:nowrap}.field-row .input{flex:1;width:auto;min-width:0}.input,.textarea,.select{background:#f7f9f6;border-color:#dce4de;border-radius:15px;padding:14px 16px;transition:border-color .2s,box-shadow .2s,background .2s}.textarea{min-height:176px}.input:hover,.textarea:hover,.select:hover{border-color:#bccbc2}.btn{border-radius:13px;transition:transform .18s,box-shadow .18s,border-color .18s}.btn:not(:disabled):hover{transform:translateY(-1px)}.btn-primary{background:#173d34;min-height:50px;box-shadow:0 12px 26px #12403433}.btn-primary:not(:disabled):hover{background:#0e7054;box-shadow:0 16px 32px #125c463d}.btn-secondary{border-color:#ced9d2}.token-step{gap:18px;padding-top:22px}.counter-pill{padding:6px 12px}.guide-panel{color:#effbf5;background:radial-gradient(260px 180px at 100% 0,#5ed3a533,#0000 65%),#19362f;border:0;align-self:start;position:sticky;top:18px;box-shadow:0 24px 60px #15362e29}.guide-panel .panel-head p,.guide-panel .guide-list span{color:#ecfff699}.guide-list{gap:10px}.guide-list li{background:#ffffff0e;border-color:#ddffee1a;padding:17px 15px 17px 56px}.guide-list li:before{color:#b4f4d7;background:#74e5b821;top:17px}.task-card{background:#fbfcfa;border-color:#e0e6e1;padding:18px}.task-card:hover{border-color:#c7d7ce}.qr-thumb{border-radius:15px;width:96px;height:96px;padding:5px}.tab{transition:all .18s}.tab.active{background:#173d34;border-color:#173d34}.qr-display{color:#f3fff8;background-color:#081512;background-image:linear-gradient(#c0ffe209 1px,#0000 1px),linear-gradient(90deg,#c0ffe209 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-height:100vh;padding:24px clamp(18px,4vw,56px) 48px;position:relative;overflow:hidden}.qr-display-glow{pointer-events:none;filter:blur(90px);opacity:.18;border-radius:50%;width:42vw;height:42vw;position:fixed}.qr-display-glow-one{background:#4fe0a7;top:-28vw;left:-8vw}.qr-display-glow-two{background:#2b81f7;bottom:-30vw;right:-25vw}.qr-display-top{z-index:1;justify-content:space-between;align-items:center;gap:20px;width:min(1480px,100%);margin:0 auto 24px;display:flex;position:relative}.qr-display-brand{color:inherit;align-items:center;gap:13px;text-decoration:none;display:inline-flex}.qr-display-logo{color:#aef2d2;background:#ffffff0f;border:1px solid #9bf6d133;border-radius:15px;place-items:center;width:46px;height:46px;font-weight:800;display:grid}.qr-display-brand strong,.qr-display-brand small{display:block}.qr-display-brand strong{font-size:17px}.qr-display-brand small{color:#e3fff373;letter-spacing:.18em;margin-top:2px;font-family:DM Sans,sans-serif;font-size:9px}.qr-display-status{color:#bdebd6;background:#ffffff0b;border:1px solid #c7ffe71a;border-radius:999px;align-items:center;gap:9px;padding:10px 14px;font-size:12px;display:flex}.qr-display-status small{color:#dcffee6b;border-left:1px solid #c7ffe71f;padding-left:9px}.qr-display-layout{z-index:1;grid-template-columns:minmax(0,1.5fr) minmax(310px,.6fr);gap:20px;width:min(1480px,100%);margin:0 auto;display:grid;position:relative}.qr-stage,.qr-history{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0b;border:1px solid #ccffe91a;border-radius:30px;box-shadow:0 34px 90px #00000038}.qr-stage{flex-direction:column;align-items:center;min-height:calc(100vh - 130px);padding:clamp(26px,4vw,52px);display:flex}.qr-stage-heading{justify-content:space-between;align-items:flex-start;gap:20px;width:100%;display:flex}.qr-stage h1{letter-spacing:-.05em;margin:8px 0 0;font-size:clamp(28px,4vw,48px);line-height:1.08}.qr-source-note{color:#e1fff28f;margin:10px 0 0;font-size:12px}.success-seal{color:#8df0c5;background:#58dda61a;border:1px solid #6cebb847;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:700}.success-seal.seal-expired{color:#ffb6a5;background:#ee694d1a;border-color:#ff91784d}.success-seal.seal-completed{color:#9af2cd;background:#58dda621}.qr-canvas{aspect-ratio:1;background:#fff;border-radius:30px;width:min(48vh,430px);margin:auto 0;padding:clamp(14px,2vw,22px);position:relative;box-shadow:0 30px 90px #00000057,0 0 0 10px #ffffff09}.qr-canvas img{object-fit:contain;border-radius:14px;width:100%;height:100%}.qr-canvas.is-expired{background:#ffffff12}.qr-expired-cover{color:#ffd4c8;background:#221815eb;border:1px dashed #ef806480;border-radius:16px;align-content:center;place-items:center;gap:8px;width:100%;height:100%;display:grid}.qr-expired-cover strong{font-size:24px}.qr-expired-cover span{color:#ffe2da94;font-size:12px}.scan-countdown{background:#5bd29f12;border:1px solid #78e5b733;border-radius:16px;place-items:center;gap:3px;min-width:250px;margin-top:24px;padding:12px 20px;display:grid}.scan-countdown span,.scan-countdown small{color:#e1fff27a;font-size:10px}.scan-countdown strong{color:#84edc1;letter-spacing:.06em;font-family:DM Sans,sans-serif;font-size:30px}.scan-countdown.countdown-expired{background:#ee694d12;border-color:#ff917838}.scan-countdown.countdown-expired strong{color:#ffab98}.scan-countdown.countdown-completed strong{color:#9af2cd}.qr-corners{pointer-events:none;opacity:.7;border:2px solid #69e2b1;border-color:#69e2b1 #0000;border-radius:36px;position:absolute;inset:-9px}.qr-current-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:min(700px,100%);margin-top:28px;display:grid}.qr-current-meta>div{background:#ffffff09;border:1px solid #d6ffed17;border-radius:15px;min-width:0;padding:13px 16px}.qr-current-meta small,.qr-current-meta strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.qr-current-meta small{color:#e1fff26e;font-size:10px}.qr-current-meta strong{margin-top:5px;font-size:13px}.qr-stage-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;display:flex}.display-action{color:#dff9ed;cursor:pointer;background:#ffffff0d;border:1px solid #ceffea24;border-radius:12px;padding:11px 16px;text-decoration:none}.display-action-primary{color:#082018;background:#78e5b7;border-color:#78e5b7;font-weight:700}.display-action-complete{color:#082018;background:#f1c365;border-color:#f1c365;font-weight:800}.display-action:disabled{cursor:wait;opacity:.62}.qr-action-error{color:#ff9f8e;text-align:center;width:100%;margin:2px 0 0;font-size:12px}.scan-review-note{color:#e1fff26b;text-align:center;margin:12px 0 0;font-size:11px}.qr-waiting{text-align:center;place-items:center;margin:auto;display:grid}.qr-waiting-mark{color:#78e5b7;background:#77e8b70d;border:1px dashed #91edc838;border-radius:28px;place-items:center;width:110px;height:110px;margin-bottom:22px;font-size:48px;display:grid}.qr-waiting strong{font-size:22px}.qr-waiting p{color:#e1fff27a;max-width:420px}.qr-history{min-height:calc(100vh - 130px);padding:24px 16px 16px}.qr-history-head{justify-content:space-between;align-items:flex-start;padding:0 8px 18px;display:flex}.qr-history h2{letter-spacing:-.04em;margin:6px 0 0;font-size:25px}.history-count{color:#8fe1bf;text-align:center;background:#66e2b11a;border-radius:999px;min-width:34px;padding:6px 9px;font-size:12px;font-weight:700}.qr-history-list{gap:8px;max-height:calc(100vh - 230px);padding-right:3px;display:grid;overflow:auto}.qr-history-item{color:#edfdf5;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:10px;display:grid}.qr-history-item:hover,.qr-history-item.active{background:#ffffff0e;border-color:#81eabf24}.qr-history-item.active{box-shadow:inset 3px 0 #69e2b1}.qr-history-item.completed:not(.active){opacity:.58}.qr-history-item.state-expired,.qr-history-item.state-completed{filter:saturate(.25)}.qr-history-item.state-expired{opacity:.42}.qr-history-item.state-completed{opacity:.56}.history-state-icon{color:#e7fff3c7;background:#ffffff14;border-radius:11px;place-items:center;width:58px;height:58px;font-size:24px;font-weight:800;display:grid}.qr-history-item.state-expired .history-state-icon{color:#ffc3b5;background:#ee694d1f}@media (width<=1180px){.hero-links{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:760px;margin-top:22px;position:relative;top:auto;right:auto}}.qr-history-item img{object-fit:contain;background:#fff;border-radius:11px;width:58px;height:58px;padding:4px}.qr-history-item strong,.qr-history-item small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.qr-history-item small{color:#e3fff36b;margin-top:4px;font-size:10px}.qr-history-item em{color:#e3fff34d;font-family:DM Sans,sans-serif;font-size:10px;font-style:normal}.qr-history-empty{color:#e3fff361;text-align:center;padding:48px 12px;font-size:13px}@media (width<=900px){.exchange{width:min(100% - 24px,720px);padding-top:16px}.exchange-top{align-items:flex-start}.exchange-top-actions{flex-direction:column;align-items:stretch}.exchange-top-actions .btn{justify-content:center}.exchange-hero{border-radius:24px;padding:28px 22px}.exchange-hero h1{font-size:clamp(32px,11vw,48px)}.hero-links{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:760px;margin-top:22px;position:relative;top:auto;right:auto}.exchange-grid,.stat-cards{grid-template-columns:1fr}.stat-card{min-height:104px}.guide-panel{position:static}.field-row{flex-direction:column}.field-row .input{width:100%}.qr-display{padding:18px 14px 32px}.qr-display-top{align-items:flex-start}.qr-display-status small{display:none}.qr-display-layout{grid-template-columns:1fr}.qr-stage,.qr-history{border-radius:24px;min-height:auto}.qr-stage{padding:24px 18px}.qr-canvas{width:min(82vw,390px);margin:44px 0 24px}.qr-current-meta{grid-template-columns:1fr}.qr-history-list{max-height:none}}@media (width<=560px){.exchange-brand span,.exchange-top .display-link{display:none}.exchange-top-actions{flex-direction:row}.panel-head,.panel-body{padding-left:18px;padding-right:18px}.qr-display-brand small,.qr-display-status{display:none}.qr-stage-heading{align-items:flex-start}.hero-links{grid-template-columns:1fr}}.pair-selector{background:#f4f7f3;border:1px solid #dce4de;border-radius:15px;gap:6px;padding:5px;display:inline-flex}.pair-count{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;font-weight:800}.pair-count.active{color:#fff;background:var(--accent);box-shadow:0 7px 16px #179b7338}.pair-count:disabled{cursor:not-allowed;opacity:.55}.pair-list{gap:14px;display:grid}.pair-entry{background:linear-gradient(145deg,#fff 0%,#f7faf7 100%);border:1px solid #dce5df;border-radius:20px;gap:15px;padding:18px;display:grid;box-shadow:0 10px 24px #1a372e0d}.pair-entry-head{grid-template-columns:auto 1fr auto;align-items:center;gap:11px;display:grid}.pair-entry-head>div{gap:2px;display:grid}.pair-entry-head strong{color:var(--text);font-size:14px}.pair-entry-head span:not(.pair-number):not(.pair-status){color:var(--muted);font-size:12px}.pair-number{color:#fff;background:#173d34;border-radius:11px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.pair-status{color:#697772;background:#edf1ee;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.pair-status.valid{color:#176b45;background:var(--ok-soft)}.pair-status.invalid{color:#9f2d2d;background:var(--danger-soft)}.pair-status.checking{color:#6f5917;background:#fff6d8}.pair-fields{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:12px;display:grid}.textarea.pair-token{min-height:112px}.btn-small{min-height:32px;padding:6px 10px;font-size:12px}.pair-actions{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:12px;display:grid}.submitted-token-stack{background:#f4fbf7;border:1px solid #cfe8dc;border-radius:18px;overflow:hidden}.submitted-token-head{border-bottom:1px solid #dcebe3;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.submitted-token-head>div{gap:3px;display:grid}.submitted-token-head strong{color:#164d3d;font-size:13px}.submitted-token-head span{color:#70847c;font-size:11px}.submitted-token-head>span{color:#177051;background:#e0f3e8;border-radius:999px;padding:5px 9px;font-weight:800}.submitted-token-list{display:grid}.submitted-token-row{border-bottom:1px solid #e1eee7;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 16px;display:grid}.submitted-token-row:last-child{border-bottom:0}.submitted-token-check{color:#fff;background:#22966b;border-radius:9px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.submitted-token-row>div{gap:3px;min-width:0;display:grid}.submitted-token-row strong,.submitted-token-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.submitted-token-row strong{color:#173e33;font-size:12px}.submitted-token-row span,.submitted-token-row time{color:#73847e;font-size:10px}@media (width<=720px){.pair-selector{justify-content:space-between;width:100%}.pair-count{flex:1}.pair-fields,.pair-actions{grid-template-columns:1fr}.pair-entry{padding:15px}.task-stage-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.submitted-token-row{grid-template-columns:auto minmax(0,1fr)}.submitted-token-row time{grid-column:2}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.activity-board{grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:16px;margin:0 0 20px;display:grid}.activity-overview,.recent-success-panel{color:#effcf5;background:#111d1a;border:1px solid #defff117;border-radius:24px;overflow:hidden;box-shadow:0 20px 48px #142d2524}.activity-overview{background:radial-gradient(440px 190px at 100% 0,#4dcda11f,#0000 68%),#111d1a;padding:22px 24px 18px}.activity-heading,.recent-success-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.activity-heading h2,.recent-success-head h2{color:#f4fff8;letter-spacing:-.025em;margin:4px 0 0;font-size:18px}.activity-eyebrow{color:#64d5a8;letter-spacing:.15em;font-family:DM Sans,sans-serif;font-size:9px;font-weight:800}.activity-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.target-badge,.connection-badge{color:#abefd1;background:#53c29714;border:1px solid #70e2b529;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:10px;font-weight:800;display:inline-flex}.target-badge{color:#ffe4a1;background:#ffcd6714;border-color:#ffcd672e}.connection-badge .live-dot{width:6px;height:6px;box-shadow:0 0 0 4px #55dda817}.connection-badge.offline{color:#ffc1a6;background:#f07d6014;border-color:#f07d6033}.connection-badge.offline .live-dot{background:#ef8064;box-shadow:0 0 0 4px #ef806417}.activity-metrics{border-top:1px solid #e1fff214;border-bottom:1px solid #e1fff214;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:20px;display:grid}.activity-metric{border-right:1px solid #e1fff214;min-width:0;padding:17px 14px}.activity-metric:first-child{padding-left:0}.activity-metric:last-child{border-right:0;padding-right:0}.activity-metric>span{color:#e8fff48f;white-space:nowrap;align-items:center;gap:7px;font-size:11px;display:flex}.activity-metric i{background:#93a29d;border-radius:3px;flex:none;width:7px;height:7px}.activity-metric strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin-top:9px;font-family:DM Sans,sans-serif;font-size:22px;line-height:1.1;display:block;overflow:hidden}.activity-metric.metric-last strong{font-size:12px;line-height:1.45}.metric-waiting i{background:#d79a62}.metric-processing i{background:#58acd0}.metric-success i,.metric-rate i{background:#58b587}.metric-failed i{background:#e47769}.metric-last i{background:#6ad7c0}.metric-rate strong{color:#7de4b7}.activity-caption{color:#e8fff45c;margin:12px 0 0;font-size:10px}.recent-success-panel{background:linear-gradient(#357d631f,#0000 28%),#152520;padding:22px 0 0}.recent-success-head{padding:0 20px 15px}.recent-success-head>span{color:#7de4b7;background:#50bb911c;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.recent-success-list{border-top:1px solid #e1fff214;max-height:226px;overflow:auto}.recent-success-row{border-bottom:1px solid #e1fff211;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 20px;animation:.32s both successRowIn;display:grid}@keyframes successRowIn{0%{opacity:0;transform:translateY(4px)}}.success-check{color:#b9f7d9;background:#4ebd8f24;border-radius:9px;place-items:center;width:24px;height:24px;font-size:12px;font-weight:900;display:grid}.recent-success-row>div{min-width:0}.recent-success-row strong,.recent-success-row span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.recent-success-row strong{color:#ebfff4;font-size:12px}.recent-success-row div span{color:#e7fff361;margin-top:3px;font-size:9px}.recent-success-row em{color:#e7fff37a;font-family:DM Sans,sans-serif;font-size:10px;font-style:normal}.recent-success-empty{color:#e7fff361;text-align:center;padding:42px 20px;font-size:12px}@media (width<=1040px){.activity-board{grid-template-columns:1fr}.recent-success-list{max-height:250px}}@media (width<=760px){.activity-overview{padding:20px 18px 16px}.activity-heading{flex-direction:column}.activity-heading-actions{justify-content:flex-start}.activity-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-metric,.activity-metric:first-child,.activity-metric:last-child{border-bottom:1px solid #e1fff214;border-right:1px solid #e1fff214;padding:14px 10px}.activity-metric:nth-child(2n){border-right:0}.activity-metric:nth-last-child(-n+2){border-bottom:0}}
