.wallet-connect-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a0b0d80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;justify-content:center;align-items:center}.wallet-connect-modal{background-color:var(--background-color);border:1px solid var(--border-color);color:var(--primaryColor);border-radius:8px;box-shadow:0 4px 8px #0000001a;width:400px;max-width:90%;z-index:10000}.wallet-connect-header{padding:16px;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;-webkit-user-select:none;user-select:none}.wallet-connect-header>button.close{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:var(--primaryColor);fill:var(--primaryColor);background-color:var(--background-color);cursor:pointer}.wallet-connect-header>button.close:hover{border:1px solid rgba(254,121,1,.3);background-color:#fe79011a}.wallet-connect-header>button.close svg{display:flex}.wallet-connect-header>button.close .close-x-path{stroke:var(--primaryColor);transition:stroke .2s ease}.wallet-list{max-height:400px;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.wallet-list>button{display:flex;align-items:center;gap:12px;height:64px;justify-content:space-between;padding:12px;color:#fff;width:100%;text-align:left;cursor:pointer;border-radius:10px;border:1px solid var(--border-color);background-color:var(--button-background-color)}.wallet-list>button:disabled{opacity:.3;cursor:not-allowed}.wallet-list>button:hover{border:1px solid rgba(254,121,1,.3);background-color:#fe79011a}.wallet-icon{display:flex}.wallet-icon img{max-height:32px;filter:var(--icon-filter)}.wallet-name{font-size:x-large;text-align:left}.wallet-connected{padding:10px;font-size:medium;color:green}div.wallet-not-installed,div.wallet-waiting-plugin{padding:10px;font-size:medium}.wallet-connect-error{padding:16px 16px 0}.wallet-connect-error>p{color:#ff4d4d;text-align:center;background-color:#ff4d4d1a;font-size:14px;font-weight:bolder;padding:20px 10px;border-radius:10px;border:1px solid #ff4d4d}.wallet-connect-light-theme{--background-color: #fafafa;--primaryColor: #000000;--border-color: #bbbbbb;--button-background-color: #ffffff;--icon-filter: invert(1) hue-rotate(180deg) !important}.wallet-connect-dark-theme{--background-color: #1e1e1e;--primaryColor: #ffffff;--border-color: #333333;--button-background-color: #2a2a2a;--icon-filter: unset}.wallet-connect-moto-theme{--background-color: #171239;--primaryColor: #9698e2;--border-color: #201b4e;--button-background-color: #140932;--icon-filter: unset}:root{--bg: #f2f2f0;--surface: #fbfbf9;--surface-strong: #ffffff;--ink: #101010;--muted: #4d4d4d;--line: #bcbcbc;--accent: #121212;--accent-strong: #000000;--ok: #101010;--shadow-soft: 0 12px 26px rgba(0, 0, 0, .06);--shadow-card: 0 20px 40px rgba(0, 0, 0, .1)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--ink);background:radial-gradient(circle at 11% 9%,#0000000a,#0000 36%),linear-gradient(180deg,#f6f6f4,#f2f2f0 52%,#eeeeec);font-family:Nimbus Sans,Liberation Sans,Helvetica Neue,Arial,sans-serif;line-height:1.45}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.34;background-image:linear-gradient(rgba(0,0,0,.042) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.042) 1px,transparent 1px);background-size:34px 34px}.landing{width:min(1140px,94vw);margin:1.7rem auto 3rem;display:grid;gap:.85rem;position:relative;z-index:1}.ux-guide-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;display:grid;place-items:center;padding:1rem;background:#0000008f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ux-guide-dialog{width:min(700px,96vw);display:grid;gap:.85rem;box-shadow:0 26px 72px #00000073}.ux-guide-list{margin:0;padding-left:1.15rem;display:grid;gap:.38rem;color:var(--ink)}.grid,.flow-grid,.mini-grid{display:grid;gap:1rem}.grid,.flow-grid{grid-template-columns:1fr 1fr}.mini-grid{grid-template-columns:1fr 1fr;gap:.85rem}.wallet-linker-section{display:grid;grid-template-columns:1fr;gap:1rem}.card{position:relative;overflow:hidden;background:color-mix(in srgb,var(--surface) 94%,white);border:1px solid var(--line);border-radius:16px;padding:1rem;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{border-color:#8d8d8d;box-shadow:var(--shadow-card);transform:translateY(-1px)}.hero{padding:1.15rem;background:radial-gradient(circle at 96% 6%,#0000000a,#0000 34%),var(--surface)}.hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.hero-brand{display:grid;gap:.3rem;min-width:0}.hero-actions{display:grid;grid-template-columns:auto auto;grid-template-areas:"api connect" "theme faucet";justify-content:end;gap:.5rem}.hero-faucet-button{grid-area:faucet;white-space:nowrap}.hero-theme-button{grid-area:theme;display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:.2rem;white-space:nowrap;border-radius:999px;border-color:#1111111f;background:transparent;box-shadow:none}.hero-theme-button:hover{border-color:#1111112e}.hero-theme-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:118px;height:52px;border-radius:999px;background:linear-gradient(180deg,#fff,#ececec);box-shadow:inset 0 1px #ffffffeb,inset 0 -1px #00000014,0 8px 20px #1111111f;transition:background .18s ease,box-shadow .18s ease}.hero-theme-toggle.is-dark{background:linear-gradient(180deg,#2b2b2f,#17171a);box-shadow:inset 0 1px #ffffff0f,inset 0 -1px #00000059,0 8px 20px #1111112e}.hero-theme-toggle-track-icon{position:absolute;top:50%;right:14px;display:block;width:30px;height:30px;object-fit:contain;transform:translateY(-50%);opacity:.92;-webkit-user-select:none;user-select:none}.hero-theme-toggle.is-dark .hero-theme-toggle-track-icon{right:auto;left:14px}.hero-theme-toggle-thumb{position:absolute;top:4px;left:4px;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(180deg,#fff,#f1f1f1);box-shadow:0 4px 10px #1111112e,inset 0 1px #fffffff2;transition:transform .22s cubic-bezier(.22,1,.36,1),background .18s ease}.hero-theme-toggle.is-dark .hero-theme-toggle-thumb{transform:translate(66px);background:linear-gradient(180deg,#3e3e42,#222225)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero-api-button{grid-area:api;white-space:nowrap}.hero-connect-button{grid-area:connect;white-space:nowrap}.hero-connect-button.connected{border-color:#161616;background:#111;color:#f4f4f4}.brand-lockup{display:inline-flex;align-items:center;margin:0 0 .35rem}.brand-wordmark{display:block;width:auto;height:clamp(2.5rem,5vw,3.5rem);max-width:min(100%,23rem);flex:0 0 auto}.site-credit{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;margin:.35rem auto 0;color:var(--muted);font-size:.76rem;letter-spacing:.04em;text-transform:lowercase}.site-credit-wordmark{display:block;width:auto;height:.9rem}.site-credit-link{display:inline-flex;align-items:center;gap:.38rem;color:inherit;text-decoration:none}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.15em;font-size:.71rem;color:#2f2f2f;font-weight:700;font-style:italic}h1,h2,h3{font-weight:700;letter-spacing:-.02em}h1{margin:.36rem 0 0;font-size:clamp(1.65rem,2.8vw,2.55rem);line-height:1.08;text-wrap:balance}h2{margin:0;font-size:1.03rem}.flow-icon-title{display:inline-flex;align-items:center;gap:.42rem}.flow-icon-title img{width:22px;height:22px;object-fit:contain;display:block}.flow-icon-title span{font-size:.96rem;line-height:1}.bridge-card{gap:.9rem}.bridge-direction-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.bridge-direction-choice{width:100%;display:grid;place-items:center;padding:.7rem .5rem;border-radius:12px;border:1px solid #c4c4c4;background:#f8f8f6}.bridge-direction-choice .flow-icon-title{justify-content:center}.bridge-direction-choice.selected{border-color:#141414;background:#151515;color:#f5f5f5;box-shadow:0 10px 18px #0000002e}.bridge-panel{display:grid;gap:.85rem;border-top:1px dashed #c9c9c9;padding-top:.75rem}.opnet-token-panel{display:grid;gap:.7rem;padding:.85rem;border:1px dashed #c2c2c2;border-radius:14px;background:#ffffff94}.token-contract-list{display:grid;gap:.65rem}.token-contract-item{display:grid;gap:.45rem;padding:.72rem;border:1px solid #d3d3d3;border-radius:12px;background:color-mix(in srgb,var(--surface-strong) 92%,white)}.token-contract-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.token-contract-title{display:inline-flex;align-items:center;gap:.45rem}.token-contract-title img{width:18px;height:18px;object-fit:contain;display:block}.token-contract-address{display:block;margin:0;padding:.55rem .65rem;border-radius:10px;border:1px solid #d7d7d7;background:#f5f5f3;overflow-wrap:anywhere}.token-contract-balance,.token-action-status{margin:0;font-size:.84rem}.token-contract-actions{display:flex;flex-wrap:wrap;gap:.5rem}h3{margin:0}.lede{margin:.68rem 0 0;color:var(--muted);max-width:68ch}.banner{margin-top:.88rem;border:1px solid #8f8f8f;background:#f0f0ed;color:#1d1d1d;border-radius:999px;padding:.5rem .78rem;font-weight:700;display:inline-flex;width:fit-content}.powered-by{margin-top:.35rem;display:inline-flex;align-items:center;gap:.5rem;width:fit-content;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);padding:.3rem .58rem .3rem .52rem;color:var(--muted);font-size:.75rem;font-weight:700}.brand-meta{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;margin-top:.35rem}.brand-social-link{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);color:var(--ink);transition:transform .16s ease,border-color .16s ease,background .16s ease}.brand-social-link:hover{transform:translateY(-1px);border-color:#8d8d8d;background:#fff}.brand-social-link img{display:block;width:.88rem;height:.88rem}.powered-by img{height:.95rem;width:auto;display:block;opacity:.95}.powered-by a{display:inline-flex;align-items:center}.wallet,.flow-policy,.flow-card,.status-panel,.wallet-linker{display:grid;gap:.85rem}.api-summary-grid{gap:.7rem}.api-summary-subgrid{display:grid;gap:.3rem}.api-summary-subgrid p{margin:0}.wallet-linker-rail{position:relative;display:grid;grid-template-columns:68px auto 68px;justify-content:center;align-items:center;gap:.5rem;padding:.15rem .2rem .9rem;margin-bottom:.2rem}.network-side-button{width:68px;height:68px;border:0;background:transparent;padding:0;display:grid;place-items:center;z-index:2}.network-side-button.ready .network-overlay-badge{filter:drop-shadow(0 0 1px rgba(0,0,0,.55))}.network-mark{position:relative;width:66px;height:66px}.network-base-logo{width:56px;height:56px;object-fit:contain;display:block;margin:5px}.network-overlay-badge{position:absolute;right:-2px;bottom:-2px;width:28px;height:28px;display:grid;place-items:center;padding:0}.network-overlay-badge img{width:100%;height:100%;object-fit:contain}.wallet-center{display:grid;justify-items:center;gap:.35rem;z-index:2}.opbridge-symbol{width:min(100px,24vw);height:auto}.link-copy{margin:0;position:relative;width:84px;height:1.3rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:.76rem}.link-copy span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;transition:opacity .26s ease,transform .26s ease}.word-connect{opacity:1;transform:translateY(0)}.word-linked{opacity:0;transform:translateY(4px)}.link-copy.linked .word-connect{opacity:0;transform:translateY(-4px)}.link-copy.linked .word-linked{opacity:1;transform:translateY(0)}.card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.flow-direction-head{position:relative;justify-content:center;min-height:24px}.flow-direction-head .pill{position:absolute;right:0;top:50%;transform:translateY(-50%);border-color:var(--line);background:var(--surface-strong);color:var(--ink)}.flow-direction-head .pill.ok{border-color:#2b8a3e;background:var(--surface-strong);color:#1f6f35}.muted{margin:0;color:var(--muted);line-height:1.4}.actions{display:flex;flex-wrap:wrap;gap:.55rem}input,select,button{width:100%;border:1px solid var(--line);background:var(--surface-strong);color:inherit;border-radius:10px;padding:.7rem .82rem;font:inherit}input,select{transition:border-color .16s ease,box-shadow .16s ease}input:focus-visible,select:focus-visible,button:focus-visible{outline:none;border-color:#333;box-shadow:0 0 0 3px #0000001f}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-weight:700;width:auto;transition:transform .14s ease,box-shadow .16s ease,border-color .16s ease}button:hover{border-color:#707070;transform:translateY(-1px)}button:disabled{opacity:.62;cursor:default;transform:none}button.primary{background:linear-gradient(180deg,#1d1d1d,#0a0a0a);border-color:#0a0a0a;color:#fafafa;box-shadow:0 8px 18px #00000038}button.primary:hover{border-color:#000}.pill{border:1px solid #a5a5a5;background:#f1f1ef;color:#3f3f3f;border-radius:999px;padding:.29rem .58rem;font-size:.72rem;font-weight:700;white-space:nowrap}.pill.ok{border-color:#1b1b1b;background:#151515;color:#f6f6f6}.kv{margin:0;display:grid;gap:.6rem}.kv>div{display:grid;grid-template-columns:144px 1fr;gap:.5rem;border-top:1px dashed #c7c7c7;padding-top:.55rem}.kv dt{color:var(--muted);font-size:.84rem}.kv dd,.status-panel code,.route-box p,.log-box,.heartbeat-list code{font-family:IBM Plex Mono,JetBrains Mono,monospace}.kv dd{margin:0;word-break:break-word;font-size:.84rem}.checklist ol{margin:.35rem 0 0;padding-left:1.1rem;display:grid;gap:.38rem;color:var(--muted)}.route-box,.mini-grid>div{display:grid;gap:.62rem;border:1px dashed #bcbcbc;border-radius:12px;background:#f6f6f3;padding:.8rem}.route-box>div{display:grid;gap:.22rem}.route-box>div+div{border-top:1px dashed #cbcbcb;padding-top:.54rem}.route-box h3{font-size:.86rem;color:var(--muted)}.route-box p{margin:0;font-size:.82rem;word-break:break-word}.notice{margin:0;border:1px solid #a8a8a8;background:#f2f2ef;color:#282828;border-radius:11px;padding:.62rem .72rem;font-size:.88rem}.notice.ok{border-color:#161616;background:#111;color:#f4f4f4}.bridge-status-popup{position:fixed;right:1rem;bottom:1rem;z-index:23;width:min(420px,calc(100vw - 2rem));display:grid;gap:.6rem;padding:.9rem;box-shadow:0 20px 44px #0000002e}.bridge-status-popup-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.bridge-status-popup-head h3{margin:0}.bridge-status-popup-close{padding:.4rem .7rem;white-space:nowrap}.tx-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:24;display:grid;place-items:center;padding:1rem;background:#00000085;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tx-confirm-dialog{width:min(620px,96vw);display:grid;gap:.8rem}.tx-confirm-dialog code{font-family:IBM Plex Mono,JetBrains Mono,monospace;word-break:break-all}.wallet-connect-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:24;display:grid;place-items:center;padding:1rem;background:#00000085;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wallet-connect-dialog{width:min(620px,96vw);max-height:min(88vh,860px);overflow:auto;display:grid;gap:.8rem}.wallet-connect-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.wallet-connect-panel{display:grid;gap:.85rem}.wallet-options-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet-provider-logo-row{display:flex;gap:.55rem;margin-bottom:.45rem}.wallet-provider-logo-button{width:44px;height:44px;display:grid;place-items:center;padding:.35rem;border-radius:999px;margin-bottom:0}.wallet-provider-logo-button.active{border-color:#2b8a3e;background:#e9f9ef}.wallet-provider-logo{width:100%;height:100%;object-fit:contain;display:block}.faucet-modal-panel{display:grid;gap:.85rem}.faucet-head{justify-content:flex-end}.faucet-status-pill{max-width:100%}.api-modal-panel{display:grid;gap:.85rem}.api-status-head{justify-content:flex-end}.api-status-pill.ok{border-color:#2b8a3e;background:#e9f9ef;color:#1f6f35}.api-health-check{margin-left:.4rem;color:#2b8a3e;font-weight:700}.log-box{margin:0;border:1px solid #c6c6c6;border-radius:12px;background:#fdfdfd;padding:.74rem;color:#171717;font-size:.78rem;line-height:1.38;white-space:pre-wrap;word-break:break-word}.log-box.compact{max-height:220px;overflow:auto}.heartbeat-list{margin:0;padding-left:1rem;display:grid;gap:.55rem}.heartbeat-list li{color:var(--ink)}.heartbeat-list li .pill{margin-left:.35rem;vertical-align:middle}.field{display:grid;gap:.33rem}.field>span{color:var(--muted);font-size:.82rem}.token-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.52rem}.token-choice{width:100%;display:grid;justify-items:center;gap:.34rem;padding:.58rem .4rem .52rem;border-radius:12px;border:1px solid #c5c5c5;background:#f8f8f6;color:#202020}.token-choice img{width:28px;height:28px;object-fit:contain;display:block}.token-choice span{font-size:.72rem;letter-spacing:.05em}.token-choice.selected{border-color:#131313;background:#121212;color:#f6f6f6;box-shadow:0 8px 16px #0000002e}.mini-grid h3{margin:0 0 .36rem;font-size:.92rem}.mini-grid p,.mini-grid ul{margin:0;color:var(--muted)}.mini-grid ul{padding-left:1rem;display:grid;gap:.25rem}.card,.hero,.banner{animation:riseIn .36s ease both}.grid>.card:nth-child(2),.flow-grid>.card:nth-child(2),.mini-grid>div:nth-child(2){animation-delay:70ms}@keyframes riseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}html[data-theme=dark]{--bg: #101114;--surface: #171a20;--surface-strong: #1d2128;--ink: #f1f4f8;--muted: #aeb6c2;--line: #313947;--accent: #f5f7fb;--accent-strong: #ffffff;--ok: #f3f5f8;--shadow-soft: 0 14px 28px rgba(0, 0, 0, .45);--shadow-card: 0 24px 44px rgba(0, 0, 0, .5)}html[data-theme=dark] body{background:radial-gradient(circle at 11% 9%,#ffffff0f,#fff0 36%),linear-gradient(180deg,#161a22,#10141c 52%,#0b0f16)}html[data-theme=dark] body:before{background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px)}html[data-theme=dark] .card{background:color-mix(in srgb,var(--surface) 96%,black)}html[data-theme=dark] .card:hover{border-color:#4f596b}html[data-theme=dark] .hero{background:radial-gradient(circle at 96% 6%,#ffffff14,#fff0 34%),var(--surface)}html[data-theme=dark] .eyebrow{color:#cbd2dc}html[data-theme=dark] .hero-connect-button.connected,html[data-theme=dark] .bridge-direction-choice.selected,html[data-theme=dark] .pill.ok,html[data-theme=dark] .notice.ok,html[data-theme=dark] .token-choice.selected{border-color:#d5dbe6;background:#eff3f9;color:#14171c}html[data-theme=dark] button.primary{background:linear-gradient(180deg,#eceff5,#d9dee8);border-color:#cfd6e4;color:#13161d;box-shadow:0 10px 22px #00000047}html[data-theme=dark] input:focus-visible,html[data-theme=dark] select:focus-visible,html[data-theme=dark] button:focus-visible{border-color:#a6b2c8;box-shadow:0 0 0 3px #879dc557}html[data-theme=dark] .bridge-direction-choice,html[data-theme=dark] .token-choice,html[data-theme=dark] .pill,html[data-theme=dark] .notice,html[data-theme=dark] .route-box,html[data-theme=dark] .mini-grid>div,html[data-theme=dark] .banner,html[data-theme=dark] .log-box{border-color:#394253;background:#1a1f28;color:var(--ink)}html[data-theme=dark] .opnet-token-panel,html[data-theme=dark] .token-contract-item,html[data-theme=dark] .token-contract-address{border-color:#394253;background:#1a1f28;color:var(--ink)}html[data-theme=dark] .api-status-pill.ok{border-color:#45b167;background:#173124;color:#8fe2ab}html[data-theme=dark] .bridge-status-popup{box-shadow:0 24px 50px #0000006b}html[data-theme=dark] .flow-direction-head .pill{border-color:#394253;background:#1a1f28;color:var(--ink)}html[data-theme=dark] .flow-direction-head .pill.ok{border-color:#45b167;background:#1a1f28;color:#8fe2ab}html[data-theme=dark] .bridge-panel,html[data-theme=dark] .kv>div,html[data-theme=dark] .route-box>div+div{border-top-color:#394253}@media (max-width: 960px){.grid,.flow-grid,.mini-grid{grid-template-columns:1fr}.card-head{align-items:flex-start;flex-direction:column}.flow-direction-head{align-items:center;flex-direction:row;justify-content:center;padding-right:86px}.bridge-direction-picker{gap:.5rem}.bridge-direction-choice{padding:.62rem .42rem}.kv>div{grid-template-columns:1fr;gap:.2rem}.token-contract-meta{align-items:flex-start;flex-direction:column}.actions button{width:100%}.wallet-linker-rail{grid-template-columns:62px auto 62px;gap:.35rem;padding-bottom:.8rem}.network-side-button,.network-mark{width:62px;height:62px}.network-base-logo{width:52px;height:52px;margin:5px}.network-overlay-badge{width:25px;height:25px;padding:0}.opbridge-symbol{width:min(84px,24vw)}}@media (max-width: 620px){.landing{width:min(1120px,96vw);margin-top:1rem;gap:.75rem}.ux-guide-overlay{padding:.7rem}.card,.hero{border-radius:14px;padding:.88rem}.banner{font-size:.84rem}.brand-wordmark{height:2.15rem}.bridge-status-popup{right:.8rem;bottom:.8rem;width:min(100vw - 1.6rem,420px)}.hero-top{flex-direction:column;align-items:flex-start}.hero-actions{width:100%;grid-template-columns:1fr;grid-template-areas:"connect" "faucet" "api" "theme"}.hero-faucet-button,.hero-api-button,.hero-connect-button,.hero-theme-button{width:100%}.hero-theme-button{justify-content:center}.wallet-linker-rail{grid-template-columns:58px auto 58px;gap:.2rem;padding:.1rem 0 .7rem}.network-side-button,.network-mark{width:58px;height:58px}.network-base-logo{width:48px;height:48px;margin:5px}.network-overlay-badge{width:23px;height:23px;padding:0}.opbridge-symbol{width:min(72px,22vw)}.link-copy{width:72px;font-size:.7rem}.token-picker{grid-template-columns:repeat(2,minmax(0,1fr))}}
