:root{--app-bg: #f5f7f4;--surface: #ffffff;--ink: #101713;--muted: #6f7872;--line: #dde2dd;--green: #16a779;--green-soft: #e3f5ee;--orange: #ff6b4a;--orange-soft: #fff0eb;--display: "DIN Alternate", "Arial Narrow", "Aptos Narrow", "Helvetica Neue", Arial, sans-serif;--body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;--mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;color:var(--ink);background:#e8ede9;font-family:var(--body);font-synthesis:none;font-size:14px;line-height:1.5;font-weight:450}*{box-sizing:border-box;letter-spacing:0}html{min-width:320px;background:#e8ede9;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:#e8ede9;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;text-rendering:optimizeLegibility}button,input,select{color:inherit;font:inherit}button,select{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:disabled,input:disabled,select:disabled{cursor:not-allowed;opacity:.42}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:2px}button svg{flex:0 0 auto}code{font-family:var(--mono)}::selection{color:#fff;background:var(--green)}#app{min-height:100vh}.dapp-page{width:100%;max-width:480px;min-height:100vh;margin:0 auto;overflow:hidden;background:var(--app-bg);isolation:isolate}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:560px){.dapp-page{border-right:1px solid var(--line);border-left:1px solid var(--line);box-shadow:0 18px 60px #1017131a}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.dapp-header{color:var(--ink);background:var(--surface)}.app-bar{display:flex;min-height:calc(54px + env(safe-area-inset-top));align-items:center;justify-content:space-between;padding:env(safe-area-inset-top) 16px 0;border-bottom:1px solid var(--line)}.app-brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink);font-family:var(--display);font-size:13px;font-weight:850;text-decoration:none}.app-mark{display:inline-grid;width:32px;height:32px;place-items:center;border-radius:8px;color:#fff;background:var(--ink);box-shadow:0 5px 12px #10171329}.header-actions,.security-state{display:flex;align-items:center}.header-actions{gap:11px}.security-state{gap:5px;color:var(--muted);font-size:12px;font-weight:650}.security-state svg{color:var(--green)}.locale-select{display:inline-flex;height:32px;align-items:center;gap:4px;border:1px solid var(--line);border-radius:8px;padding:0 7px;color:var(--muted);background:var(--app-bg)}.locale-select svg{color:var(--green)}.locale-select select{width:34px;height:30px;border:0;outline:0;appearance:none;padding:0;background:transparent;font-family:var(--mono);font-size:11px;font-weight:800}.locale-select:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #16a7791a}.icon-button,.connected-address button,.deposit-address button,.transaction-hash button{display:inline-grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;color:inherit;background:transparent}.page-heading{display:flex;min-height:76px;align-items:flex-end;justify-content:space-between;gap:16px;padding:13px 16px 14px}.page-heading p,.mobile-section-heading span,.mobile-amount-field>span:first-child,.mobile-select-field>span:first-child,.result-summary>div span{margin:0 0 4px;color:var(--muted);font-family:var(--mono);font-size:11px;font-weight:700;text-transform:uppercase}.page-heading h1{margin:0;font-family:var(--display);font-size:26px;font-weight:850;line-height:1.15}.route-status{display:grid;min-width:0;justify-items:end;padding-bottom:1px}.route-status span{display:inline-flex;align-items:center;gap:5px;color:var(--green);font-family:var(--mono);font-size:11px;font-weight:800}.route-status.session span{color:var(--muted)}.route-status.session span.ready{color:var(--green)}.route-status i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #16a7791a}.route-status strong{max-width:160px;margin-top:5px;overflow:hidden;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.mobile-feedback{display:grid;grid-template-columns:auto minmax(0,1fr) 30px;gap:9px;align-items:center;padding:12px 14px;border-top:1px solid #ffd4ca;border-bottom:1px solid #ffd4ca;color:#7c2d1d;background:var(--orange-soft);font-size:13px;line-height:1.45}.mobile-feedback.success{border-color:#bde5d6;color:#0c6549;background:var(--green-soft)}.mobile-feedback.info{border-color:var(--line);color:var(--ink);background:var(--surface)}.mobile-feedback button{display:inline-grid;width:30px;height:30px;place-items:center;border:0;border-radius:50%;color:inherit;background:transparent}.feedback-enter-active,.feedback-leave-active{transition:max-height .24s ease,opacity .2s ease}.feedback-enter-from,.feedback-leave-to{max-height:0;opacity:0}.dapp-content{background:var(--app-bg)}.mobile-flow{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:10px 8px 9px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.mobile-flow-line{position:absolute;top:23px;right:12.5%;left:12.5%;height:2px;background:var(--line)}.mobile-flow-line:after{display:block;width:var(--flow-progress);height:100%;background:var(--green);content:"";transition:width .45s cubic-bezier(.22,1,.36,1)}.status-item{position:relative;z-index:1;display:grid;min-width:0;justify-items:center;text-align:center}.flow-dot{display:inline-grid;width:27px;height:27px;place-items:center;border:2px solid var(--line);border-radius:50%;color:var(--muted);background:var(--surface);font-family:var(--mono);font-size:11px;font-weight:800}.status-item strong{margin-top:5px;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.status-item small{width:100%;margin-top:2px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.status-item.active .flow-dot{border-color:var(--orange);color:var(--orange);box-shadow:0 0 0 5px #ff6b4a1a;animation:flow-pulse 1.8s ease-out infinite}.status-item.active strong{color:var(--orange)}.status-item.ready .flow-dot{border-color:var(--green);color:#fff;background:var(--green)}.session-section{padding:13px 16px 14px;border-bottom:1px solid var(--line);background:var(--surface)}.mobile-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.mobile-section-heading h2,.result-summary h2{margin:0;font-size:17px;font-weight:750;line-height:1.25}.session-badge,.transfer-badge{flex:0 0 auto;margin:0!important;border:1px solid var(--line);border-radius:4px;padding:4px 7px;color:var(--muted)!important;background:var(--app-bg);font-family:var(--mono)!important;font-size:11px!important}.session-badge.ready{border-color:#a9dbc8;color:#0c6549!important;background:var(--green-soft)}.chain-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:10px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--app-bg)}.chain-selector button{position:relative;min-width:0;height:44px;border:0;border-right:1px solid var(--line);background:transparent;font-family:var(--mono);font-size:12px;font-weight:750;transition:color .18s ease,background .18s ease,opacity .18s ease}.chain-selector button:last-child{border-right:0}.chain-selector button.active{color:#fff;background:var(--ink)}.chain-selector button .chain-dot{display:inline-block;width:6px;height:6px;margin-right:4px;border-radius:50%;background:#c5cbc6;vertical-align:middle}.chain-selector button.available .chain-dot{background:var(--green);box-shadow:0 0 0 3px #16a77924}.chain-selector button.unavailable{color:var(--muted);opacity:.72}.chain-selector button.active.unavailable{opacity:.9}.chain-selector button.active .chain-dot{background:#fff;box-shadow:none}.chain-selector.detected-only{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.auto-chain-card{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:var(--app-bg)}.auto-chain-card.ready{border-color:#b7dfd0;background:var(--green-soft)}.auto-chain-card.gate{margin-top:0;width:100%;text-align:left}.auto-chain-tag{flex:0 0 auto;border-radius:6px;padding:4px 8px;color:#0c6549;background:#fff;font-family:var(--mono);font-size:11px;font-weight:800}.wallet-row .connect-action.stretch{width:100%}.wallet-row:has(.stretch){grid-template-columns:1fr}.wallet-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:9px}.provider-state{display:inline-flex;min-width:0;align-items:center;gap:6px;color:var(--muted);font-size:12px}.provider-state.ready{color:var(--green)}.connect-action,.primary-action,.refresh-action{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;padding:0 14px;font-size:13px;font-weight:750;transition:transform .16s ease,background .18s ease,opacity .18s ease}.connect-action{color:#fff;background:var(--ink)}.connected-address{display:grid;grid-template-columns:auto minmax(0,1fr) 34px;gap:8px;align-items:center;margin-top:12px;padding:9px 8px 9px 10px;border:1px solid var(--line);border-radius:8px;background:var(--app-bg)}.connected-address code{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.deposit-form{margin:10px 10px 0;border:1px solid var(--line);border-radius:8px;padding:14px 15px 13px;background:var(--surface);box-shadow:0 8px 24px #1017130e}.deposit-heading{margin-bottom:13px}.mobile-amount-field{display:block;padding:3px 0 10px;border-bottom:2px solid var(--ink);transition:border-color .2s ease}.mobile-amount-field:focus-within,.mobile-amount-field.filled{border-bottom-color:var(--green)}.mobile-amount-field:focus-within>span:first-child,.mobile-amount-field.filled>span:first-child{color:var(--green)}.amount-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.amount-row input{width:100%;min-width:0;height:54px;border:0;outline:0;padding:0;color:var(--ink);background:transparent;font-family:var(--display);font-size:48px;font-weight:800;line-height:1}.amount-row input:focus-visible{outline:0}.amount-row input::placeholder{color:#cbd1cc;opacity:1}.amount-row strong{max-width:90px;overflow:hidden;padding-bottom:8px;color:var(--green);font-family:var(--mono);font-size:12px;text-overflow:ellipsis}.asset-network-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.mobile-select-field{display:grid;min-width:0}.mobile-select{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:7px;align-items:center;min-width:0;height:46px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:var(--app-bg);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.mobile-select:focus-within{border-color:var(--green);background:#f8fcfa;box-shadow:0 0 0 3px #16a7791a}.mobile-select>svg:first-child{color:var(--green)}.mobile-select select{width:100%;min-width:0;height:44px;border:0;outline:0;appearance:none;background:transparent;font-size:13px;font-weight:650}.mobile-select select:focus-visible{outline:0}.action-hint{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.deposit-address{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:8px;margin-top:13px;border:1px solid #b7dfd0;border-radius:8px;padding:11px 9px 10px 11px;background:var(--green-soft)}.deposit-address>div{display:grid;gap:3px;min-width:0}.deposit-address>div span{color:#37705d;font-size:11px;font-weight:700}.deposit-address code{overflow-wrap:anywhere;font-size:12px}.deposit-address p{grid-column:1 / -1;margin:1px 0 0;color:#37705d;font-size:12px}.mobile-warning{display:flex;gap:9px;margin-top:12px;border-left:3px solid var(--orange);padding:10px;color:#7c2d1d;background:var(--orange-soft);font-size:12px;line-height:1.45}.mobile-warning p{margin:0}.deposit-actions{display:grid;grid-template-columns:46px minmax(0,1fr);gap:9px;margin-top:11px}.refresh-action{width:46px;padding:0;border:1px solid var(--line);color:var(--ink);background:var(--surface)}.primary-action{min-height:48px;justify-content:flex-start;color:#fff;background:var(--green)}.primary-action:disabled{color:#f8fffc;background:#9bd8c4;opacity:1}.primary-action svg:last-child{margin-left:auto}.details-section{margin-top:10px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.result-summary{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;padding:15px 16px}.result-icon{display:inline-grid;width:38px;height:38px;place-items:center;border-radius:50%;color:var(--muted);background:var(--app-bg)}.result-icon.complete{color:var(--green);background:var(--green-soft)}.result-summary>strong{border-radius:4px;padding:4px 7px;color:var(--muted);background:var(--app-bg);font-family:var(--mono);font-size:8px}.transaction-hash{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:8px;align-items:center;margin:0 16px 14px;border:1px solid #b7dfd0;border-radius:8px;padding:9px 8px 9px 10px;background:var(--green-soft)}.transaction-hash code{overflow-wrap:anywhere;font-size:12px}.detail-disclosure{border-top:1px solid var(--line)}.detail-disclosure>button{display:flex;width:100%;min-height:50px;align-items:center;gap:9px;border:0;padding:0 16px;background:transparent;font-size:13px;font-weight:700;transition:background .18s ease}.detail-disclosure>button[aria-expanded=true]{color:#0c6549;background:var(--green-soft)}.detail-disclosure>button svg:last-child{margin-left:auto;transition:transform .2s ease}.detail-disclosure>button svg.open{transform:rotate(180deg)}.advanced-mobile{padding:0 16px 15px}.advanced-mobile label{display:grid;gap:6px;color:var(--muted);font-size:12px}.advanced-mobile input{width:100%;min-width:0;height:40px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:var(--app-bg);font-family:var(--mono);font-size:12px}.advanced-mobile dl{display:grid;gap:8px;margin:13px 0 0}.advanced-mobile dl div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:8px}.advanced-mobile dt{color:var(--muted);font-size:12px}.advanced-mobile dd{min-width:0;margin:0;font-size:12px;text-align:right}.advanced-mobile dd code{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-log{max-height:220px;overflow:auto;margin:0 16px 15px;border-radius:8px;padding:10px;color:#bcebdc;background:var(--ink);font-family:var(--mono);font-size:11px;line-height:1.65;overflow-wrap:anywhere}.dapp-footer{display:flex;justify-content:center;padding:6px 16px 4px;color:#9aa39c;font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.02em;opacity:.72}.mobile-flow.compact{padding-top:8px;padding-bottom:6px}.mobile-flow.compact .status-item strong{font-size:10px}.mobile-flow.compact .flow-dot{width:24px;height:24px}.feedback-toast{position:fixed;left:50%;bottom:calc(var(--tabbar-height, 60px) + env(safe-area-inset-bottom,0px) + 14px);z-index:60;display:grid;grid-template-columns:auto minmax(0,1fr) 28px;gap:8px;align-items:center;width:min(420px,calc(100vw - 24px));max-width:480px;transform:translate(-50%);border:1px solid #b7dfd0;border-radius:12px;padding:12px 12px 12px 14px;color:#0c6549;background:#f3fbf7;box-shadow:0 12px 32px #10171329;font-size:13px;line-height:1.4}.feedback-toast.info{border-color:var(--line);color:var(--ink);background:var(--surface)}.feedback-toast.error{border-color:#ffd4ca;color:#7c2d1d;background:var(--orange-soft)}.feedback-toast button{display:inline-grid;width:28px;height:28px;place-items:center;border:0;border-radius:50%;color:inherit;background:transparent}.toast-enter-active,.toast-leave-active{transition:opacity .2s ease,transform .22s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,12px)}.mobile-feedback{position:fixed;top:calc(env(safe-area-inset-top,0px) + 54px);left:50%;z-index:60;width:min(480px,100vw);transform:translate(-50%);box-shadow:0 8px 24px #10171314}.mobile-action-bar{display:none!important}@media(hover:hover){.connect-action:not(:disabled):hover{background:#26302a}.primary-action:not(:disabled):hover{background:#118c66}.refresh-action:not(:disabled):hover,.detail-disclosure>button:hover{background:var(--green-soft)}}.connect-action:not(:disabled):active,.primary-action:not(:disabled):active,.refresh-action:not(:disabled):active{transform:scale(.975)}@media(max-width:360px){.page-heading{padding-right:13px;padding-left:13px}.route-status strong{max-width:120px}.mobile-flow{padding-right:5px;padding-left:5px}.status-item strong{font-size:11px}.session-section{padding-right:13px;padding-left:13px}.deposit-form{margin-right:8px;margin-left:8px;padding-right:12px;padding-left:12px}.asset-network-grid{gap:7px}.mobile-select{padding-right:8px;padding-left:8px}}@keyframes flow-pulse{0%,to{box-shadow:0 0 0 4px #ff6b4a14}50%{box-shadow:0 0 0 7px #ff6b4a24}}:root{--tabbar-height: 60px}.dapp-page{padding-bottom:calc(var(--tabbar-height) + env(safe-area-inset-bottom,0px))}.tab-bar{position:fixed;right:0;bottom:0;left:0;z-index:40;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));max-width:480px;height:calc(var(--tabbar-height) + env(safe-area-inset-bottom,0px));margin:0 auto;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom,0px);background:var(--surface)}.tab-item{display:grid;place-items:center;gap:2px;padding-top:8px;color:var(--muted);font-size:11px;font-weight:600;text-decoration:none}.tab-item.active{color:var(--green)}.tab-item:focus-visible{outline-offset:-3px}.view-stack{display:grid;gap:12px;padding:12px 12px 20px}.panel{display:grid;gap:10px;border:1px solid var(--line);border-radius:10px;padding:14px 15px;background:var(--surface);box-shadow:0 8px 24px #1017130a}.panel-note.center{text-align:center}.panel-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.panel-heading h2{margin:0;font-size:16px;font-weight:750}.panel-heading .panel-aside{color:var(--muted);font-size:12px}.panel-note{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.login-gate{justify-items:center;gap:12px;margin-top:14px;text-align:center;box-shadow:0 8px 24px #1017130a}.login-gate .gate-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;color:var(--green);background:var(--green-soft)}.login-gate h2{margin:0;font-size:16px}.login-gate p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.row-list{display:grid}.row-item{display:grid;gap:3px;width:100%;border:0;border-bottom:1px solid var(--line);padding:10px 2px;background:transparent;text-align:left}.row-item:last-child{border-bottom:0}.row-main{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.row-main strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.row-main .row-amount{flex:0 0 auto;font-size:14px;font-weight:750;font-variant-numeric:tabular-nums}.row-amount.in{color:var(--green)}.row-amount.out{color:var(--orange)}.row-sub{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px;color:var(--muted);font-size:12px}.badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:650;white-space:nowrap}.badge.ok{color:var(--green);background:var(--green-soft)}.badge.warn{color:var(--orange);background:var(--orange-soft)}.badge.plain{color:var(--muted);background:var(--app-bg)}.form-grid{display:grid;gap:9px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:4px;min-width:0}.field>span{color:var(--muted);font-size:12px;font-weight:650}.field input,.field select,.field textarea{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:8px 10px;background:var(--surface);font-size:14px}.field textarea{min-height:64px;resize:vertical;font-family:inherit}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);outline:none}.field-inline{display:flex;gap:6px;align-items:center}.field-inline input{flex:1}.check-field{display:flex;gap:8px;align-items:center;font-size:12px}.check-field input{width:16px;height:16px;min-height:0;accent-color:var(--green)}.btn-primary,.btn-ghost,.btn-danger{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:8px;padding:0 14px;font-size:13px;font-weight:750}.btn-primary{color:#fff;background:var(--green)}.btn-primary:not(:disabled):active{transform:scale(.98)}.btn-ghost{border:1px solid var(--line);color:var(--ink);background:var(--surface)}.btn-danger{color:var(--orange);background:var(--orange-soft)}.btn-mini{min-height:32px;border-radius:6px;padding:0 10px;font-size:12px}.btn-row{display:flex;flex-wrap:wrap;gap:8px}.btn-row>*{flex:1}.chip-row{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;min-height:32px;align-items:center;border:1px solid var(--line);border-radius:999px;padding:0 12px;background:var(--surface);font-size:12px;font-weight:650}.chip.active{border-color:var(--green);color:var(--green);background:var(--green-soft)}.kv-list{display:grid;gap:6px;margin:0}.kv-list>div{display:flex;gap:10px;align-items:baseline;justify-content:space-between}.kv-list dt{flex:0 0 auto;color:var(--muted);font-size:12px}.kv-list dd{margin:0;min-width:0;overflow-wrap:anywhere;font-size:13px;text-align:right}.kv-list dd code{font-size:12px}.overview-hero{display:grid;gap:4px;border-radius:10px;padding:16px 14px;color:#fff;background:var(--ink)}.overview-hero .hero-label{display:flex;align-items:center;justify-content:space-between;color:#aeb7b1;font-size:12px}.overview-hero .hero-label select{border:1px solid #2c362f;border-radius:6px;padding:2px 6px;color:#fff;background:transparent;font-size:11px}.overview-hero .hero-total{font-family:var(--display);font-size:30px;font-weight:700;font-variant-numeric:tabular-nums}.overview-hero .hero-sub{display:flex;gap:14px;color:#aeb7b1;font-size:12px}.overview-hero .hero-sub b{color:#fff;font-weight:650}.quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.quick-action{display:grid;place-items:center;gap:5px;border:1px solid var(--line);border-radius:10px;padding:12px 4px;color:var(--ink);background:var(--surface);font-size:12px;font-weight:650;text-decoration:none;box-shadow:0 4px 14px #10171308}.quick-action svg{color:var(--green)}.quick-action.primary{border-color:#9bd8c4;color:#0c6549;background:var(--green-soft)}.quick-action.primary svg{color:var(--green)}.quick-action.muted{opacity:.72;pointer-events:none}.overview-hero.guest{opacity:.92}.overview-hero.guest .hero-total{color:#aeb7b1;letter-spacing:.04em}.seller-steps .step-count{margin-left:4px;border-radius:999px;padding:1px 6px;color:var(--muted);background:var(--app-bg);font-size:11px;font-weight:700}.seller-steps button.active .step-count{color:#fff;background:#ffffff2e}.skeleton-list{display:grid;gap:0}.skeleton-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 2px;border-bottom:1px solid var(--line)}.skeleton-row:last-child{border-bottom:0}.skeleton-main{display:grid;flex:1;gap:8px;min-width:0}.skeleton-line{display:block;height:11px;border-radius:6px;background:linear-gradient(90deg,#e8ede9,#f4f7f4 45%,#e8ede9);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}.skeleton-line.short{height:9px}.skeleton-line.amount{flex:0 0 auto;height:12px}.skeleton-line.w-55{width:55%}.skeleton-line.w-35{width:35%}.skeleton-line.w-22{width:22%;max-width:72px}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.skeleton-line{animation:none}}.state-line{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.error-box{display:grid;gap:6px;border-radius:8px;padding:10px 12px;color:var(--orange);background:var(--orange-soft);font-size:13px;line-height:1.45}.empty-box{padding:18px 0;color:var(--muted);font-size:13px;text-align:center}.load-more{justify-self:center;min-height:36px}.sub-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface)}.sub-tabs button{min-height:42px;border:0;background:transparent;font-size:13px;font-weight:700}.sub-tabs button.active{color:#fff;background:var(--ink)}.deadline-pill{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 10px;color:var(--orange);background:var(--orange-soft);font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.voucher-preview{max-width:180px;max-height:180px;border:1px solid var(--line);border-radius:8px;object-fit:contain}.upload-field input[type=file]{min-height:0;border:0;padding:0;font-size:11px}.method-toggle-list{display:grid;gap:6px}.qr-thumb{max-width:120px;max-height:120px;border:1px solid var(--line);border-radius:8px}.icon-only{width:36px;min-width:36px;padding:0}.prediction-home,.prediction-detail-view,.prediction-account-view,.prediction-order-view{padding-top:8px}.prediction-topline,.prediction-control-row,.prediction-filter-row,.prediction-event-title-row,.prediction-spread-heading,.prediction-account-summary-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.prediction-main-tabs,.prediction-account-tabs{display:grid;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.prediction-main-tabs{flex:1;grid-template-columns:repeat(3,minmax(0,1fr))}.prediction-main-tabs button,.prediction-account-tabs button{display:inline-flex;min-width:0;min-height:40px;align-items:center;justify-content:center;gap:5px;border:0;border-right:1px solid var(--line);padding:0 8px;color:var(--muted);background:var(--surface);font-size:12px;font-weight:700;white-space:nowrap}.prediction-main-tabs button:last-child,.prediction-account-tabs button:last-child{border-right:0}.prediction-main-tabs button.active,.prediction-account-tabs button.active{color:var(--ink);background:var(--green-soft);box-shadow:inset 0 -2px var(--green)}.prediction-account-link{flex:0 0 auto;min-height:42px}.prediction-ranking-panel,.prediction-events-panel,.prediction-target-panel,.prediction-order-form,.prediction-ledger-panel{gap:12px}.prediction-segment{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(84px,1fr);overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--app-bg)}.prediction-segment.compact{grid-auto-columns:minmax(0,1fr)}.prediction-segment button{min-height:34px;border:0;border-right:1px solid var(--line);padding:0 10px;color:var(--muted);background:transparent;font-size:12px;font-weight:700}.prediction-segment button:last-child{border-right:0}.prediction-segment button.active{color:#fff;background:var(--ink)}.prediction-window-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:7px}.prediction-window-strip button{min-width:0;min-height:34px;border:0;border-right:1px solid var(--line);padding:0 2px;color:var(--muted);background:var(--surface);font-family:var(--mono);font-size:11px;font-weight:750}.prediction-window-strip button:last-child{border-right:0}.prediction-window-strip button.active{color:var(--green);background:var(--green-soft)}.prediction-window-strip.growth{grid-template-columns:repeat(5,minmax(0,1fr))}.prediction-generation{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4px 10px;border-left:3px solid var(--green);padding:7px 9px;color:#0c6549;background:var(--green-soft);font-size:11px}.prediction-generation.stale{border-left-color:var(--orange);color:#8a321e;background:var(--orange-soft)}.prediction-generation span{display:inline-flex;align-items:center;gap:5px;font-weight:750}.prediction-generation small{color:inherit}.prediction-ranking-list,.prediction-event-list,.prediction-ledger-list,.prediction-source-list,.prediction-spread-list{display:grid}.prediction-ranking-row{display:grid;grid-template-columns:30px minmax(0,1fr) minmax(72px,auto);gap:9px;align-items:center;min-height:78px;border-bottom:1px solid var(--line);padding:10px 0;color:inherit;text-decoration:none;transition:transform .26s ease,background-color .5s ease}.prediction-ranking-row.flash{animation:prediction-ranking-flash .9s ease-out}.prediction-ranking-move,.prediction-ranking-enter-active,.prediction-ranking-leave-active{transition:transform .26s ease,opacity .22s ease}.prediction-ranking-enter-from,.prediction-ranking-leave-to{opacity:0;transform:translateY(8px)}@keyframes prediction-ranking-flash{0%{background:#0f9d742e}to{background:transparent}}.prediction-ranking-row:last-child{border-bottom:0}.prediction-rank{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:6px;color:var(--muted);background:var(--app-bg);font-family:var(--mono);font-size:12px;font-weight:800}.prediction-rank.podium{color:#fff;background:var(--ink)}.prediction-ranking-main,.prediction-event-main,.prediction-ledger-link>span{display:grid;min-width:0;gap:3px}.prediction-ranking-main>strong,.prediction-event-main>strong,.prediction-ledger-link strong{display:-webkit-box;overflow:hidden;font-size:13px;line-height:1.35;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.prediction-meta-line{display:flex;flex-wrap:wrap;gap:4px;align-items:center;color:var(--muted);font-size:11px}.prediction-coverage{display:inline-flex;align-items:center;gap:4px;color:var(--green);font-size:10px}.prediction-coverage.warn{color:var(--orange)}.prediction-ranking-value{display:grid;grid-template-columns:minmax(0,1fr) auto;min-width:0;justify-items:end;color:var(--muted)}.prediction-ranking-value strong{grid-column:1 / -1;color:var(--ink);font-family:var(--display);font-size:17px;font-variant-numeric:tabular-nums;transition:color .22s ease}.prediction-animated-value.up{color:var(--green)}.prediction-animated-value.down{color:var(--orange)}.prediction-animated-value.moving{animation:prediction-value-tick .42s ease-out}@keyframes prediction-value-tick{0%{transform:translateY(2px);opacity:.72}to{transform:translateY(0);opacity:1}}.prediction-ranking-value small{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.prediction-search{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:7px}.prediction-search label{display:flex;min-width:0;min-height:44px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:var(--surface)}.prediction-search label:focus-within{border-color:var(--green)}.prediction-search input{min-width:0;flex:1;border:0;outline:0;background:transparent}.prediction-select{display:inline-flex;min-width:0;align-items:center;gap:6px;color:var(--muted);font-size:11px}.prediction-select select{max-width:145px;min-height:34px;border:1px solid var(--line);border-radius:6px;padding:0 7px;background:var(--surface)}.prediction-result-count{margin-left:auto;color:var(--muted);font-size:11px;white-space:nowrap}.prediction-event-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:80px;align-items:center;border-bottom:1px solid var(--line);padding:11px 1px;color:inherit;text-decoration:none}.prediction-event-row:last-child{border-bottom:0}.prediction-event-main>span,.prediction-event-main>small{color:var(--muted);font-size:11px}.prediction-event-side{display:grid;gap:8px;justify-items:end;color:var(--muted)}.prediction-back-link,.prediction-source-link{display:inline-flex;width:fit-content;align-items:center;gap:5px;color:var(--muted);font-size:12px;font-weight:700;text-decoration:none}.prediction-event-summary h2,.prediction-order-detail h3{margin:0;font-size:18px;line-height:1.35;overflow-wrap:anywhere}.prediction-event-summary>p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.prediction-event-summary dt{display:inline-flex;align-items:center;gap:5px}.prediction-spread-row,.prediction-source-row,.prediction-ledger-row{display:grid;gap:7px;border-bottom:1px solid var(--line);padding:12px 0}.prediction-spread-row:last-child,.prediction-source-row:last-child,.prediction-ledger-row:last-child{border-bottom:0}.prediction-price-route{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center;padding:8px 10px;border-radius:7px;background:var(--app-bg)}.prediction-price-route>span{display:grid;gap:2px}.prediction-price-route>span:last-child{text-align:right}.prediction-price-route small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.prediction-price-route strong{font-family:var(--display);font-size:18px}.prediction-risk-flags,.prediction-reason-list{display:flex;flex-wrap:wrap;gap:5px}.prediction-risk-flags span,.prediction-reason-list span{display:inline-flex;align-items:center;gap:4px;border-radius:5px;padding:3px 6px;color:#8a321e;background:var(--orange-soft);font-size:10px;overflow-wrap:anywhere}.prediction-source-row>p{margin:0;font-size:13px;font-weight:650;overflow-wrap:anywhere}.prediction-outcome-list{display:grid;gap:5px;border-top:1px solid var(--line);padding-top:7px}.prediction-outcome-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-width:0;font-size:11px}.prediction-outcome-label{min-width:0;color:var(--ink);font-weight:700;overflow-wrap:anywhere}.prediction-outcome-price,.prediction-outcome-missing{flex:0 0 auto;color:var(--green);font-family:var(--mono);font-size:10px}.prediction-outcome-missing{color:var(--muted)}.prediction-source-link{color:var(--green)}.prediction-target-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(132px,1fr);gap:7px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.prediction-target-strip button{display:grid;min-height:72px;gap:2px;border:1px solid var(--line);border-radius:7px;padding:9px 10px;background:var(--surface);text-align:left}.prediction-target-strip button.active{border-color:var(--green);background:var(--green-soft);box-shadow:inset 0 0 0 1px var(--green)}.prediction-target-strip button.stale{border-color:#efb9ac}.prediction-target-strip span,.prediction-target-strip small{color:var(--muted);font-size:10px}.prediction-inline-state,.prediction-warning,.prediction-fee-warning,.prediction-quote-expiry{display:flex;align-items:flex-start;gap:6px;font-size:11px}.prediction-inline-state{color:var(--muted)}.prediction-form-section{display:grid;gap:5px}.prediction-field-label{color:var(--muted);font-size:11px;font-weight:700}.prediction-trade-assets{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px 0}.prediction-warning,.prediction-fee-warning{border-left:3px solid var(--orange);padding:8px 9px;color:#8a321e;background:var(--orange-soft)}.success-box{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #bde5d6;border-radius:7px;padding:9px 10px;color:#0c6549;background:var(--green-soft);font-size:12px}.prediction-fee-preview{display:grid;gap:9px;border:1px solid #bde5d6;border-radius:7px;padding:11px;background:#f4fbf8}.prediction-fee-preview.expired{border-color:#efb9ac;background:#fff8f6}.prediction-quote-expiry{color:var(--green);font-weight:700}.prediction-fee-preview.expired .prediction-quote-expiry{color:var(--orange)}.prediction-account-summary{display:grid;gap:11px;border-radius:8px;padding:14px;color:#fff;background:var(--ink)}.prediction-account-summary-heading{color:#aeb7b1;font-size:11px;font-weight:750;text-transform:uppercase}.icon-button.light{color:#fff}.prediction-balance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px}.prediction-balance-grid article{display:grid;gap:3px;border:1px solid #303a33;border-radius:7px;padding:10px;background:#18201b}.prediction-balance-grid strong{font-family:var(--display);font-size:18px}.prediction-balance-grid strong small,.prediction-balance-grid span,.prediction-account-summary>small,.prediction-summary-empty,.prediction-summary-error{color:#aeb7b1;font-size:10px}.prediction-account-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.prediction-pager{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;gap:8px;align-items:center;border-top:1px solid var(--line);padding-top:10px}.prediction-pager-summary{min-width:0;color:var(--muted);font-size:11px;text-align:center;overflow-wrap:anywhere}.prediction-ledger-link{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;color:inherit;text-decoration:none}.prediction-ledger-link small{color:var(--muted);font-size:10px}.prediction-ledger-metrics{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:5px 10px;font-size:11px}.prediction-ledger-metrics span{color:var(--muted)}.prediction-ledger-metrics strong{font-size:12px}.prediction-pnl{border-left:3px solid var(--green);padding:6px 8px;color:#0c6549;background:var(--green-soft);font-size:11px}.prediction-settlement-net{margin:0;color:var(--green);font-size:13px;font-weight:750}.prediction-order-detail .btn-danger{width:100%}@media(max-width:359px){.prediction-account-link span{display:none}.prediction-account-link{width:42px;padding:0}.prediction-main-tabs button,.prediction-account-tabs button{padding:0 4px;font-size:11px}.prediction-account-tabs button svg{display:none}.prediction-filter-row{flex-wrap:wrap}.prediction-result-count{order:3;width:100%;margin-left:0}}
