/* Hyena HUB / Street edition. The live interface stays separate from the artwork. */
@font-face{font-family:'Archivo Black';font-style:normal;font-weight:400;font-display:swap;src:url('assets/street/archivo-black.ttf') format('truetype')}
@font-face{font-family:'Permanent Marker';font-style:normal;font-weight:400;font-display:swap;src:url('assets/street/permanent-marker.ttf') format('truetype')}
:root{--paper:#f7f4eb;--ink:#141916;--lime:#a9ef00;--green:#487c00;--yellow:#ffda34;--muted:#62645b;--line:#d9d8cd;--display:'Archivo Black',Impact,sans-serif;--brush:'Permanent Marker',Impact,sans-serif;--body:'Manrope',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.6 var(--body);-webkit-font-smoothing:antialiased}
body:has(dialog[open]){overflow:hidden}
::selection{background:var(--lime);color:var(--ink)}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
button{cursor:pointer}button:disabled{cursor:not-allowed}
button:focus-visible,a:focus-visible{outline:3px solid var(--green);outline-offset:5px}
input:focus-visible,select:focus-visible{outline:2px solid var(--green);outline-offset:2px}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.1}
.shell{max-width:1320px;padding:0 40px;margin:auto}
.header{min-height:88px;display:flex;align-items:center;gap:48px;position:relative;z-index:3}
.brand{width:106px;flex-shrink:0}.brand img{width:100%;mix-blend-mode:multiply}
.nav{display:flex;gap:28px;align-items:center}.nav a{font-size:13px;font-weight:800;min-height:44px;display:flex;align-items:center;gap:10px}
.nav a:hover,.text-button:hover{text-decoration:underline;text-underline-offset:5px}
.nav .active{position:relative}.nav .active:after{content:'';height:4px;background:var(--lime);position:absolute;bottom:5px;left:-3px;right:-3px;transform:rotate(-3deg)}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:28px}
.text-button{background:none;border:0;font-size:13px;font-weight:800;color:var(--ink);padding:10px 0;min-height:44px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:45px;padding:12px 21px;border:1px solid transparent;border-radius:4px;background:var(--lime);color:var(--ink);font-size:12px;font-weight:800;text-transform:uppercase;line-height:1.4;transition:background .16s,transform .16s}
.button:hover:not(:disabled){background:#b7ff12;transform:translateY(-2px)}
.button>span{font-size:19px;line-height:1;font-weight:500}
.button.small{font-size:11px;min-height:40px;padding:10px 17px;gap:20px}
.button.secondary{border-color:#96998d;background:#f7f4ebc4}.button.secondary:hover{background:#fff}
.button.full{width:100%}.button:disabled{background:#e5e6dd;color:#777b70;border-color:#d7d9cd}
.eyebrow{font-size:10px;font-weight:800;line-height:1.6;letter-spacing:2.2px}
/* An open composition: paint and paper are the scene's boundaries. */
.hero{position:relative;isolation:isolate;min-height:560px;padding:45px 20px 38px;overflow:hidden;margin:0 -20px}
.hero-scene{position:absolute;z-index:-1;right:-15px;top:-15px;height:113%;width:auto;max-width:none;mix-blend-mode:multiply;pointer-events:none;mask-image:linear-gradient(to right,transparent,#000 12%)}
.hero-copy{position:relative;width:48%;z-index:1}
.hero-copy>.eyebrow{margin-bottom:20px;font-size:9px;letter-spacing:2.3px}
.hero h1{font:400 clamp(65px,6.6vw,89px)/.93 var(--display);letter-spacing:-3px;transform:rotate(-2deg);transform-origin:left center}
.brush{font-family:var(--brush);font-weight:400;display:inline-block;color:var(--green);letter-spacing:-3px;white-space:nowrap;position:relative}
.hero .brush{font-size:.96em;line-height:1.2;margin-top:2px}
.hero .brush:after{content:'';position:absolute;height:9px;bottom:-5px;left:22%;right:1%;background:var(--ink);clip-path:polygon(0 29%,92% 0,78% 29%,100% 32%,80% 59%,95% 69%,5% 100%,11% 61%);transform:rotate(-2deg)}
.hero-description{font-size:13px;font-weight:500;line-height:1.75;margin:27px 0 19px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions .button{padding:12px 19px;gap:22px}
.platform-note{font-size:11px;color:var(--muted);margin-top:17px;display:flex;align-items:center;gap:8px}
.platform-note svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6}
.hero-doodle{position:absolute;top:40px;left:44%;transform:rotate(-11deg);font:400 18px/1 var(--brush);text-align:center;z-index:0}
.hero-doodle svg{display:block;width:46px;height:40px;fill:none;stroke:#89c800;stroke-width:4;margin:0 auto 6px;stroke-linecap:round;stroke-linejoin:round}
.games{padding:16px 0 40px;position:relative}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.section-heading h2{font-size:12px;letter-spacing:2px;font-weight:800}.section-heading>p{font-size:11px;color:var(--muted)}
.game-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.game-card{position:relative;isolation:isolate;overflow:hidden;min-height:265px;border-radius:6px;background:#161b20;color:#fff}
.game-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;object-position:60% center;transition:transform .4s}
.game-card:after{content:'';position:absolute;inset:20% 0 0;z-index:-1;background:linear-gradient(transparent 10%,#0a101257 40%,#0a1012ee 100%)}
.game-card:hover>img{transform:scale(1.035)}
.game-index{position:absolute;top:13px;left:16px;font-size:10px;letter-spacing:1px;font-weight:800;background:#131813a6;border-radius:2px;padding:2px 7px}
.game-caption{position:absolute;bottom:18px;left:20px;right:16px}.genre{font-size:9px;letter-spacing:1.6px;color:#e0e9e7;margin-bottom:7px;font-weight:700}
.game-wordmark{font:400 27px/1 var(--display);letter-spacing:-1px;margin-bottom:10px;filter:drop-shadow(0 2px 1px #0008)}
.chibi-word{font-family:var(--brush);transform:rotate(-3deg);transform-origin:left center;font-size:31px;color:#fff1ca}.chibi-word span{color:#ff9a6a}
.ninja-word{font-style:italic;font-size:28px}.ninja-word span{margin-left:6px;color:#ff6652}
.cards-word{font-family:Georgia,serif;font-weight:900;font-size:27px;letter-spacing:.5px;color:#ffe7ac}.cards-word span{margin-left:6px}
.game-caption>p:last-child{font-size:11px;line-height:1.5;color:#f0f1ed}
.footer{background:var(--ink);color:#fafbf5;position:relative;overflow:hidden}
.footer:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 0 0,#ffffff0b,transparent 70%);pointer-events:none}
.footer-inner{max-width:1320px;margin:auto;padding:24px 40px;display:flex;align-items:center;gap:30px;position:relative}
.footer-brand{display:block;width:93px;flex-shrink:0}.footer-brand img{width:100%;mix-blend-mode:screen}
.footer-motto{font:400 16px/1.2 var(--brush);transform:rotate(-3deg)}.footer-motto span{color:var(--lime)}
.copyright{font-size:10px;color:#c3c7bd;margin-left:auto}.back-top{border:1px solid #81867c;width:32px;height:32px;display:grid;place-items:center;border-radius:3px}
.preview-bar{max-width:1320px;padding:12px 40px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--muted);font-size:11px}
.preview-bar>span{font-size:9px;letter-spacing:1px}.preview-bar nav{display:flex;gap:19px;align-items:center}.preview-bar a[aria-current]{font-weight:800;color:var(--ink)}
.reset-demo{border:0;background:none;text-decoration:underline;color:inherit;padding:6px 0;font-size:11px}
.skip{position:fixed;left:16px;top:-70px;padding:12px 20px;background:var(--ink);color:#fff;z-index:20}.skip:focus{top:12px}
/* Wallet: expressive balance scene, restrained working surfaces. */
.account-actions{gap:10px;font-size:12px;font-weight:700}.account-actions>.text-button{margin-left:15px}.account-avatar{width:31px;height:31px;display:grid;place-items:center;background:var(--lime);border-radius:50%;font-weight:800}#nickname{max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wallet-main{padding:0 0 36px}
.wallet-intro{position:relative;isolation:isolate;overflow:hidden;min-height:350px;margin:0 -20px 10px;padding:24px 20px}
.wallet-scene{position:absolute;z-index:-1;right:-8px;top:-10px;height:120%;width:auto;max-width:none;mix-blend-mode:multiply;mask-image:linear-gradient(to right,transparent,#000 15%);pointer-events:none}
.balance-card{position:relative;width:49%;z-index:1}.balance-card>.eyebrow{font-size:9px;letter-spacing:2px;margin-bottom:13px}
.balance-card h1{font:400 clamp(32px,3.5vw,46px)/.98 var(--display);letter-spacing:-1.5px;transform:rotate(-1.5deg);transform-origin:left center;margin-bottom:21px}.balance-card h1 .brush{font-size:1.25em;line-height:1.2;letter-spacing:-2px}
.balance-top{display:flex;gap:8px;align-items:center}.balance-top .eyebrow{font-size:9px;letter-spacing:1.4px}
.coin-icon{width:24px;height:24px;border:2px solid #b9910a;background:var(--yellow);border-radius:50%;display:grid;place-items:center;font:bold 16px/1 var(--display);transform:rotate(-15deg)}
.balance-number{display:flex;align-items:baseline;gap:12px;margin:8px 0 12px;flex-wrap:wrap}.balance-number>span:first-child{font:400 clamp(30px,4.8vw,64px)/1 var(--display);letter-spacing:-3px;overflow-wrap:anywhere;max-width:100%}.balance-number>span:last-child{font-size:10px;letter-spacing:1px;font-weight:800}
.balance-footer{display:flex;align-items:center;gap:25px;font-size:11px;color:var(--muted);flex-wrap:wrap}.balance-footer a{font-weight:800;color:var(--ink);border-bottom:3px solid var(--lime);white-space:nowrap}
.wallet-doodle{position:absolute;right:38%;top:32px;transform:rotate(-10deg);font:400 19px/1.05 var(--brush);color:var(--ink)}
.verify-banner{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:13px 18px;margin-bottom:23px;background:#edf3cf;border-left:4px solid #91bc0a;border-radius:3px}
.verify-banner strong{font-size:12px}.verify-banner p{font-size:11px;color:#525b3d;margin-top:2px}.verify-banner button{background:var(--ink);color:#fff;border:0;border-radius:3px;padding:10px 13px;font-size:11px;font-weight:700;min-height:40px}.verify-banner button:hover{background:#343e24}
.verify-banner.verified{background:#ecf1df;padding-top:10px;padding-bottom:10px}
.wallet-columns{display:grid;grid-template-columns:1.05fr 1fr;gap:30px;margin-bottom:28px}
.wallet-section{min-width:0;padding:20px;background:#fffdf7;border-radius:5px;border:1px solid #e8e7de}
.section-label{display:flex;align-items:center;gap:9px}.section-label h2{font:800 14px/1.3 var(--body);letter-spacing:.7px}.section-num{font:400 17px/1 var(--brush);color:var(--green);transform:rotate(-7deg)}
.section-description{font-size:12px;color:var(--muted);margin:10px 0 18px}
.package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.package{color:var(--ink);background:var(--paper);border:1px solid #d8daca;border-radius:4px;padding:14px 13px 0;display:flex;flex-direction:column;align-items:flex-start;text-align:left;position:relative;min-height:177px;transition:border-color .16s,background .16s}
.package:hover:not(:disabled){background:#f1ffd2;border-color:#6f9200}.package:disabled{color:#696d60;background:#f2f2eb}
.mini-coins{font-size:26px;color:#b38600;letter-spacing:-9px;line-height:1;margin:0 0 16px;padding-right:9px}
.package strong{font:400 clamp(23px,2.4vw,31px)/1 var(--display);letter-spacing:-1.4px}.package>span:nth-last-child(2){font-size:10px;margin:5px 0 13px}
.package-cta{display:flex;justify-content:space-between;align-items:center;gap:7px;border-top:1px solid #d7dac9;width:100%;padding:9px 0;margin-top:auto;font-size:11px;font-weight:800}.package-cta b{font-size:19px;font-weight:400}.package:disabled .package-cta{color:#747a68}
.small-note{color:var(--muted);font-size:10px;line-height:1.6;margin-top:12px}
.field{display:block;font-size:12px;font-weight:700;margin-bottom:12px;min-width:0}.field>span:first-child{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px}.field small{font-size:10px;font-weight:500;color:var(--muted)}
.field input,.field select{width:100%;border:1px solid #bfc3b5;border-radius:3px;min-height:43px;padding:10px 12px;background:#fff;color:var(--ink);font-size:13px}
.field select{cursor:pointer}.field input:disabled,.field select:disabled{background:#f0f1e9;color:#75796b;opacity:1;cursor:not-allowed}
.amount-input,.password-input{display:block;position:relative}.amount-input input{padding-right:114px}.amount-input>span{position:absolute;right:12px;top:12px;font-size:11px;color:var(--muted);font-weight:500}.amount-input button{position:absolute;right:53px;top:7px;font-size:11px;padding:5px 9px;background:#eaf0dc;border:0;border-radius:3px;color:var(--ink)}
#transfer-form{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}#transfer-form>.form-error,#transfer-form>.transfer-warning,#transfer-form>.button{grid-column:1/-1}#transfer-form .field>span:first-child{flex-wrap:wrap;min-height:37px;align-content:flex-start}
.transfer-warning{display:flex;gap:8px;font-size:11px;color:var(--muted);line-height:1.6;margin:2px 0 14px}.transfer-warning>span{font-size:19px;line-height:1.2}.form-error{font-size:12px;color:#a23124;margin-bottom:10px}.form-error:empty{display:none}
.history-section{padding-top:20px;border-top:1px solid var(--line)}.history-section .section-label{margin-bottom:19px}
.history-header,.history-row{display:grid;grid-template-columns:2fr 1fr .9fr .65fr;gap:16px;align-items:center}.history-header{font-size:9px;letter-spacing:1px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:10px}.history-header>:last-child,.history-row>:last-child{text-align:right}
.history-row{padding:14px 0;border-bottom:1px solid var(--line);font-size:11px}.history-row strong{display:block;font-size:12px}.history-row small{display:block;font-size:10px;color:var(--muted);margin-top:2px}.history-status{font-size:10px;color:#4b642f}.history-amount{font-size:14px;font-weight:800}.history-amount.positive{color:#426b10}
.history-empty{padding:24px 12px;text-align:center;color:var(--muted);font-size:12px}.history-empty strong{display:block;color:var(--ink);font-size:13px;margin-bottom:3px}
/* Shared dialogs use the same type and palette without busy form backgrounds. */
dialog{width:min(490px,calc(100% - 28px));padding:32px;border:0;border-top:5px solid var(--lime);border-radius:5px;background:var(--paper);color:var(--ink);box-shadow:0 20px 90px #0005;max-height:calc(100dvh - 32px);overflow-y:auto}
dialog::backdrop{background:#10160ec2;backdrop-filter:blur(4px)}
.modal-close{position:absolute;right:9px;top:9px;background:none;border:0;color:var(--ink);font-size:27px;width:36px;height:36px}
dialog h2{font:400 30px/1.05 var(--display);letter-spacing:-1px;margin:18px 0 14px;overflow-wrap:anywhere}
dialog>p{font-size:13px;color:var(--muted);margin-bottom:20px}dialog>.eyebrow{font-size:9px;letter-spacing:1.2px;padding-right:22px;margin-bottom:0}dialog .field{margin-bottom:14px}
.modal-note{border-top:1px solid var(--line);padding-top:14px;font-size:11px!important;margin:20px 0 0!important}.modal-actions{display:flex;gap:10px;margin-top:20px}.modal-actions>.button{flex:1;font-size:11px;gap:8px;padding:12px 10px}
.transfer-summary{border-block:1px solid var(--line);padding:16px 0;margin:20px 0;display:flex;justify-content:space-between;gap:15px;font-size:14px}
.password-input input{padding-right:60px}.password-input button{position:absolute;top:7px;right:9px;padding:6px;background:none;border:0;font-size:11px;color:var(--ink)}
#toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%,20px);max-width:calc(100% - 32px);width:max-content;padding:13px 21px;border-radius:4px;background:var(--ink);color:#fff;border-left:4px solid var(--lime);box-shadow:0 4px 20px #0002;font-size:12px;z-index:30;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}#toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1450px){.hero{min-height:590px;padding-top:58px}.hero h1{font-size:94px}.hero-description{font-size:14px}.hero-doodle{top:50px}}
@media(max-width:1100px){.shell{padding:0 28px}.header{gap:32px}.hero{min-height:525px;padding-top:36px}.hero h1{font-size:76px}.hero-copy{width:50%}.hero-copy>.eyebrow{letter-spacing:1.3px;font-size:8px}.hero-scene{right:-74px;height:109%;top:0}.hero-doodle{display:none}.hero-actions{gap:9px}.hero-actions .button{font-size:11px;padding:11px 15px;gap:14px}.hero-description{font-size:12px}.game-grid{gap:13px}.game-card{min-height:250px}.game-caption{left:15px;right:12px}.game-wordmark{font-size:25px}.chibi-word{font-size:28px}.game-caption>p:last-child{font-size:10px}.wallet-columns{gap:18px}.wallet-section{padding:17px}.wallet-doodle{right:35%;font-size:16px}.wallet-scene{right:-44px}.balance-card{width:51%}#transfer-form{display:block}#transfer-form .field>span:first-child{min-height:0}.package{padding:13px 10px 0}.section-label h2{font-size:13px}.footer-inner{padding-inline:28px}.preview-bar{padding-inline:28px}}
@media(max-width:760px){
 .shell{padding:0 20px}.header{min-height:76px;gap:20px}.brand{width:91px}.nav{gap:16px}.nav a{font-size:11px}.header-actions{gap:18px}.button.small{font-size:10px;padding:10px 13px;gap:12px}.text-button{font-size:12px}
 .hero{min-height:500px;padding:34px 15px 32px;margin-inline:-15px}.hero-copy{width:57%}.hero h1{font-size:62px;letter-spacing:-2px}.hero .brush{letter-spacing:-2px}.hero-copy>.eyebrow{max-width:250px;letter-spacing:1.3px}.hero-scene{right:-130px;height:98%;top:15px}.hero-description{font-size:12px;max-width:280px}.hero-description br{display:none}.hero-actions{max-width:290px}.hero-actions .button{font-size:10px;gap:10px;padding-inline:12px}.platform-note{font-size:10px;max-width:240px}
 .games{padding:12px 0 30px}.section-heading h2{font-size:10px;letter-spacing:1.3px}.section-heading>p{font-size:10px}.game-grid{gap:10px}.game-card{min-height:235px}.game-caption{left:12px;bottom:14px}.genre{font-size:8px;letter-spacing:.8px}.game-wordmark{font-size:21px}.ninja-word span,.cards-word span{display:block;margin-left:0}.chibi-word span{display:block}.chibi-word{font-size:24px}.game-caption>p:last-child{font-size:10px;line-height:1.45}.game-index{left:12px;font-size:9px}
 .wallet-intro{min-height:330px;margin-inline:-15px;padding:20px 15px}.balance-card{width:54%}.balance-card h1{font-size:34px}.balance-number>span:first-child{font-size:46px;letter-spacing:-2px}.wallet-scene{right:-100px;height:112%;top:0}.wallet-doodle{display:none}.balance-footer{gap:8px;font-size:10px;max-width:235px}.balance-card>.eyebrow{font-size:8px}.verify-banner{align-items:flex-start;gap:12px}.verify-banner strong{font-size:11px}.verify-banner p{font-size:10px}.verify-banner button{font-size:10px;flex-shrink:0;max-width:160px}.verify-banner.verified{display:block}.wallet-columns{grid-template-columns:1fr;gap:16px}.section-label h2{font-size:14px}.package{min-height:155px;padding:14px 16px 0}.package strong{font-size:32px}#transfer-form{display:grid}#transfer-form .field>span:first-child{min-height:37px}.account-actions{gap:8px}#nickname{max-width:90px;font-size:11px}.account-actions>.text-button{margin-left:5px;font-size:11px}
 .footer-inner{padding:23px 20px;gap:22px}.footer-motto{font-size:13px}.footer-brand{font-size:17px}.copyright{font-size:9px}.preview-bar{padding-inline:20px}.preview-bar>span{font-size:8px;letter-spacing:.4px}
}
@media(max-width:560px){
 .shell{padding:0 18px}.header{min-height:73px;gap:10px}.brand{width:84px}.nav{display:none}.header-actions{gap:16px}.button.small{font-size:10px;gap:10px}.button.small>span{font-size:16px}
 .hero{min-height:740px;padding:25px 15px 340px}.hero-copy{width:100%}.hero h1{font-size:69px}.hero-copy>.eyebrow{font-size:8px;letter-spacing:1.3px;margin-bottom:17px;max-width:none}.hero .brush{font-size:.93em}.hero-description{font-size:12px;max-width:315px;margin:21px 0 16px}.hero-actions{max-width:none;gap:10px}.hero-actions .button{font-size:11px;padding:12px 16px;min-height:43px;gap:15px}.platform-note{font-size:10px;max-width:none;margin-top:13px}
 .hero-scene{width:650px;height:auto;right:-23px;top:auto;bottom:-65px;mask-image:linear-gradient(to bottom,transparent,#000 14%);z-index:-1}.hero-doodle{display:block;top:auto;left:16px;bottom:113px;font-size:17px}.hero-doodle svg{width:42px}
 .section-heading{align-items:flex-start;gap:10px}.section-heading h2{font-size:10px;letter-spacing:1px}.section-heading>p{font-size:9px;max-width:105px;text-align:right}.game-grid{grid-template-columns:1fr;gap:15px}.game-card{min-height:235px}.game-card>img{object-position:center 43%}.game-caption{left:20px;bottom:18px}.game-wordmark{font-size:27px}.chibi-word{font-size:30px}.ninja-word span,.cards-word span,.chibi-word span{display:inline}.ninja-word span,.cards-word span{margin-left:6px}.genre{font-size:9px;letter-spacing:1.5px}.game-caption>p:last-child{font-size:12px}.game-index{left:18px;top:15px;font-size:10px}
 .footer-inner{flex-wrap:wrap;gap:20px}.copyright{margin-left:auto}.footer-motto{font-size:12px}.back-top{display:none}.preview-bar{padding:12px 18px;flex-wrap:wrap;gap:5px;font-size:10px}.preview-bar nav{gap:15px}.preview-bar>span{font-size:8px}.reset-demo{font-size:10px}
 #nickname{display:none}.account-actions{gap:10px}.account-avatar{width:29px;height:29px}.wallet-intro{min-height:335px;padding-top:19px}.balance-card{width:61%}.balance-card h1{font-size:29px;letter-spacing:-1px}.balance-card h1 .brush{font-size:1.15em;letter-spacing:-1px}.balance-card>.eyebrow{font-size:8px;letter-spacing:1.1px}.wallet-scene{height:93%;right:-141px;top:18px}.balance-top .eyebrow{font-size:8px;letter-spacing:1px}.balance-number{gap:8px;margin-top:12px;margin-bottom:12px}.balance-number>span:first-child{font-size:clamp(25px,8vw,43px);letter-spacing:-2px}.balance-number>span:last-child{font-size:9px}.balance-footer{max-width:170px;align-items:flex-start;flex-direction:column;gap:8px;font-size:10px}.verify-banner{display:block;padding:12px 14px;margin-bottom:17px}.verify-banner strong{font-size:12px}.verify-banner p{font-size:11px}.verify-banner button{max-width:none;font-size:11px;margin-top:10px}.wallet-section{padding:17px 15px}.section-description{font-size:11px}.package{padding:13px 10px 0;min-height:153px}.package strong{font-size:27px}.package-cta{font-size:10px}.package-grid{gap:8px}.section-label h2{font-size:13px}.mini-coins{font-size:24px}.field input,.field select{font-size:16px;min-height:46px}#transfer-form{display:block}#transfer-form .field>span:first-child{min-height:0}.amount-input>span{top:14px}.amount-input button{top:9px}.history-header,.history-row{grid-template-columns:1.65fr .9fr .65fr;gap:9px}.history-header>:nth-child(3),.history-row>:nth-child(3){display:none}.history-header{font-size:8px;letter-spacing:.5px}.history-row{font-size:10px}.history-row strong{font-size:11px}.history-row small{font-size:9px}.history-amount{font-size:12px}.history-empty{font-size:11px}
 dialog{padding:28px 22px}dialog h2{font-size:27px}dialog>.eyebrow{font-size:8px}dialog .field input{font-size:16px}.modal-actions{flex-wrap:wrap}.modal-actions>.button{min-width:140px}.password-input button{top:10px}
}
@media(max-width:360px){.shell{padding-inline:14px}.brand{width:74px}.header-actions{gap:11px}.button.small{padding-inline:10px}.hero h1{font-size:61px}.hero-copy>.eyebrow{font-size:7px;letter-spacing:1.1px}.hero-actions .button{padding-inline:13px;font-size:10px}.hero{min-height:710px}.hero-scene{right:-53px;bottom:-55px;width:620px}.hero-doodle{bottom:94px;font-size:15px}.balance-card h1{font-size:26px}.wallet-scene{right:-157px}.package strong{font-size:24px}.package{padding-inline:8px}.footer-motto{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
