:root{--paper:#f5f1e6;--panel:#fffcf3;--ink:#23352e;--muted:#637067;--forest:#264c38;--forest-dark:#163c29;--line:#d7d8c9;--amber:#e6bc59;--danger:#8c342a;--radius:16px;--shadow:0 8px 24px #263a2210;--font-body:Arial, Helvetica, sans-serif;--font-heading:Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{background:var(--paper);color:var(--ink);font-family:var(--font-body);margin:0;font-size:15px;line-height:1.6}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}a{color:inherit;text-underline-offset:4px}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled,.is-disabled{cursor:not-allowed;opacity:.48}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:4px;outline:3px solid #b8771c}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-heading);font-weight:500;line-height:1.12}h1{letter-spacing:-.05em;font-size:clamp(2.6rem,5vw,4.7rem)}h2{letter-spacing:-.03em;font-size:clamp(1.8rem,3vw,2.7rem)}h3{font-size:1.6rem}p{margin:12px 0}small{font-size:12px;line-height:1.5}strong{font-weight:650}ul,dl{margin:0;padding:0}fieldset{border:0;min-width:0;margin:22px 0;padding:0}legend{margin-bottom:12px;font-weight:600}input,select{background:var(--panel);border:1px solid var(--line);color:var(--ink);border-radius:9px;width:100%;min-height:46px;padding:12px 14px}input:disabled,select:disabled{opacity:.6}input[type=checkbox]{width:19px;height:19px;min-height:19px;accent-color:var(--forest)}.page{width:min(1152px,100% - 64px);min-height:65vh;margin:0 auto;padding:64px 0 88px}.muted{color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin:0 0 15px;font-size:11px;font-weight:700}.button{border:1px solid var(--forest);background:var(--forest);color:#fffdf6;white-space:normal;text-align:center;border-radius:9px;justify-content:center;align-items:center;gap:12px;min-height:46px;padding:11px 22px;font-weight:600;line-height:1.4;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.button:hover:not(:disabled):not(.is-disabled){background:var(--forest-dark)}.button:active:not(:disabled):not(.is-disabled){transform:translateY(1px)}.button-quiet{color:var(--forest);border-color:var(--line);background:0 0}.button-quiet:hover:not(:disabled){background:#e8eadf}.button-secondary{background:var(--panel);color:var(--forest)}.button-secondary:hover:not(:disabled):not(.is-disabled){color:#fff}.button-danger{background:var(--danger);border-color:var(--danger)}.button-large{min-height:54px;padding:14px 28px}.button-small{padding:8px 14px;font-size:13px}.button-full{width:100%;margin-top:12px}.button-row{flex-wrap:wrap;align-items:center;gap:12px;margin:22px 0;display:flex}.icon-button{border:1px solid var(--line);width:44px;min-width:44px;height:44px;color:var(--ink);background:0 0;border-radius:50%;font-size:24px;line-height:1}.text-link{text-underline-offset:5px;align-items:center;min-height:44px;font-size:14px;font-weight:600;text-decoration:underline;display:inline-flex}.text-button{color:var(--danger);background:0 0;border:0;min-height:44px;padding:10px 0;text-decoration:underline}.testnet-strip{letter-spacing:.12em;background:#e8d99f;justify-content:center;align-items:center;gap:10px;min-height:29px;font-size:10px;font-weight:700;display:flex}.testnet-strip span:last-child{letter-spacing:.05em;font-weight:400}.testnet-dot{background:#745515;border-radius:50%;width:5px;height:5px}.site-header{border-bottom:1px solid var(--line);align-items:center;gap:32px;min-height:94px;padding:22px max(32px,50vw - 576px);display:flex}.wordmark{letter-spacing:.05em;flex-shrink:0;align-items:center;gap:10px;font-size:21px;font-weight:750;text-decoration:none;display:flex}.wordmark svg{width:33px;height:33px}.site-header nav{flex:1;justify-content:center;gap:25px;display:flex}.site-header nav a{white-space:nowrap;align-items:center;min-height:44px;font-size:13px;text-decoration:none;display:flex}.site-header nav a[aria-current=page]{text-underline-offset:8px;font-weight:700;text-decoration:underline}.wallet-button{padding:11px 17px;font-size:13px}.site-footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;gap:20px;width:min(1152px,100% - 64px);margin:auto;padding:40px 0;display:flex}.site-footer p{color:var(--muted);font-size:13px}.site-footer>small{width:100%;color:var(--muted);border-top:1px solid var(--line);padding-top:15px}.footer-links{flex-wrap:wrap;align-items:flex-start;gap:20px;display:flex}.footer-links a{align-items:center;min-height:44px;font-size:12px;display:flex}.global-notice{width:min(1152px,100% - 64px);margin:20px auto -20px}.global-notice .notice{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.notice{background:#f4edcf;border:1px solid #d5ca9a;border-radius:10px;margin:18px 0;padding:16px 20px;font-size:13px}.notice p{margin:6px 0}.notice-error{color:#722c24;background:#fff0e9;border-color:#e7c7b7}.notice .button{margin-left:10px}.loading{color:var(--muted);align-items:center;gap:12px;padding:24px;display:flex}.spinner{border:2px solid var(--line);border-top-color:var(--forest);border-radius:50%;width:18px;height:18px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.panel{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px}.section{margin-top:64px}.section-heading{margin-bottom:28px}.section h2{margin-bottom:25px}.page-title{justify-content:space-between;align-items:center;gap:28px;margin-bottom:38px;display:flex}.page-title h1{font-size:clamp(2.6rem,4vw,3.8rem)}.page-title>p{font-size:14px}.page-intro{max-width:650px;margin-bottom:32px}.three-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.hero{grid-template-columns:1.15fr 1fr;align-items:center;gap:64px;min-height:410px;padding-bottom:40px;display:grid}.hero-copy{max-width:470px;margin:24px 0;font-size:18px}.hero-placeholder{color:#456042;background:#e3e9da;border:1px dashed #b5c0aa;border-radius:150px 150px 32px 32px;flex-direction:column;justify-content:center;align-items:center;min-height:370px;display:flex}.hero-placeholder p{font-family:var(--font-heading);margin:22px 0 0;font-size:24px}.hero-placeholder>span{color:var(--muted);font-size:11px}.hero-emblem{width:100px;height:100px;color:var(--forest)}.step-number{border:1px solid var(--line);border-radius:50%;margin-bottom:30px;padding:6px 10px;font-size:12px;display:inline-block}.step p{color:var(--muted);font-size:14px}.callout{border:1px solid var(--line);border-radius:var(--radius);background:#e4e9dc;grid-template-columns:1fr 1fr;gap:60px;margin-top:64px;padding:45px;display:grid}.callout p{margin-top:0}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:420px;padding:48px 28px;display:flex}.empty-state>svg{width:65px;height:65px;margin-bottom:20px}.empty-state p{max-width:500px}.empty-state .eyebrow{margin:0}.species-intro{gap:18px;margin-bottom:24px;display:flex}.portrait{color:#684c2f;background:#e7c9a2;border:1px dashed #b89977;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto;display:flex;position:relative}.portrait-raccoon{color:#495b4a;background:#d8ded8;border-color:#9fa99e}.portrait-badger{color:#5e5245;background:#ddd3c6;border-color:#ae9e87}.portrait-initial{font-family:var(--font-heading);font-size:44px;line-height:1}.portrait-label{letter-spacing:.09em;text-transform:uppercase;font-size:10px;position:absolute;bottom:16px}.portrait-large{width:225px;height:225px}.portrait-large .portrait-initial{font-size:96px}.portrait-large .portrait-label{font-size:12px;bottom:38px}.portrait-link{min-width:0;text-decoration:none;display:block}.portrait-link h2{overflow-wrap:anywhere}.chest-link{border:1px solid var(--line);background:var(--panel);border-radius:12px;align-items:center;gap:15px;padding:15px 19px;font-size:13px;text-decoration:none;display:flex}.chest-link>span:first-child{color:#97742c;font-size:34px}.chest-link small{color:var(--muted);display:block}.hideout-scene{grid-template-columns:1.1fr 1fr;gap:35px;padding:45px;display:grid}.outlaw-identity{text-align:center;flex-direction:column;align-items:center;gap:28px;display:flex}.outlaw-identity h2{overflow-wrap:anywhere;margin-bottom:15px}.status-pill{font-family:var(--font-body);min-height:27px;color:var(--muted);background:#e8e7df;border:1px solid #d4d6c9;border-radius:30px;align-items:center;padding:4px 12px;font-size:11px;display:inline-flex}.status-active{color:#365c2e;background:#e3eed9;border-color:#bdcfae}.run-details{flex-direction:column;justify-content:center;display:flex}.provisions{margin-bottom:8px;padding-bottom:25px}.provisions>div:first-child{justify-content:space-between;gap:10px;margin-bottom:12px;font-size:13px;display:flex}.provision-track{background:#dfe2d6;border-radius:20px;height:6px;overflow:hidden}.provision-track span{background:#7c9965;border-radius:20px;height:100%;display:block}.stats{gap:25px;min-width:0;display:grid}.stats-two{grid-template-columns:repeat(2,minmax(0,1fr));margin:24px 0}.stat{min-width:0}.stat dt{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:8px;font-size:11px}.stat dd{font-family:var(--font-heading);letter-spacing:-.02em;overflow-wrap:anywhere;margin:0;font-size:26px;line-height:1.2}.stat small{color:var(--muted);margin-top:9px;display:block}.action-bar{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.action-bar .button{min-height:62px;font-size:17px}.action-bar .button>span{font-size:24px}.action-note{text-align:center;color:var(--muted);font-size:12px}.activity-list{border-top:1px solid var(--line);list-style:none}.activity-list li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:18px 0;font-size:13px;display:flex}.activity-list strong{text-transform:capitalize}.activity-list p{color:var(--muted);margin:3px 0;font-size:12px}.activity-meta{color:var(--muted);flex-direction:column;flex-shrink:0;align-items:flex-end;font-size:11px;display:flex}.activity-meta .text-link{min-height:28px;font-size:11px}.empty-copy{color:var(--muted);border:1px dashed var(--line);text-align:center;border-radius:10px;padding:24px;font-size:13px}.board-controls{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:30px;display:flex}.tabs{border:1px solid var(--line);background:#e8eadf;border-radius:10px;padding:5px;display:flex}.tabs button{min-height:44px;color:var(--muted);background:0 0;border:0;border-radius:6px;padding:8px 18px;font-size:13px}.tabs button[aria-selected=true]{background:var(--panel);color:var(--forest);font-weight:700;box-shadow:0 2px 5px #0000000a}.search-field{flex:1;min-width:200px}.checkbox{align-items:center;gap:10px;min-height:44px;font-size:13px;display:flex}.outlaw-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.poster-card{box-shadow:var(--shadow);text-align:center;background:#fdf8e9;border:1px solid #d5cbb5;border-radius:10px;min-width:0;padding:23px}.poster-top{text-transform:uppercase;letter-spacing:.15em;color:#776c53;border-bottom:1px solid #d5cbb5;justify-content:space-between;margin-bottom:22px;padding-bottom:13px;font-size:11px;display:flex}.poster-card .portrait{margin-bottom:22px}.poster-card h2{overflow-wrap:anywhere;font-size:25px}.poster-card>p{font-size:12px}.poster-loot{font-family:var(--font-heading);overflow-wrap:anywhere;margin-top:16px;font-size:26px;display:block}.poster-loot span{font-family:var(--font-body);color:var(--muted);font-size:12px;font-weight:400}.poster-card .button-row{grid-template-columns:1fr 1fr;gap:8px;margin:20px 0 12px;display:grid}.poster-card .button{padding:10px 12px;font-size:12px}.eligibility-reason{color:var(--muted);min-height:32px;margin-bottom:0;line-height:1.4;font-size:11px!important}.load-more{margin:32px auto;display:flex}.profile-page{max-width:850px}.profile-poster{text-align:center;box-shadow:var(--shadow);background:#fdf8e9;border:1px solid #d5cbb5;border-radius:10px;margin-top:25px;padding:38px 60px}.wanted-heading{font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;border-bottom:1px solid #d5cbb5;margin:0 0 35px;padding-bottom:24px;font-size:40px}.profile-poster>.eyebrow{margin-top:26px}.profile-poster h1{overflow-wrap:anywhere}.profile-poster .stats{border-top:1px solid #d5cbb5;border-bottom:1px solid #d5cbb5;padding:25px 0}.profile-poster .button-row{justify-content:center}.preferences{margin-top:40px}.preferences h2{font-size:25px}.preferences p{font-size:13px}.chest-stats{background:var(--forest);border-radius:var(--radius);color:var(--panel);grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;padding:32px}.chest-stats dt,.chest-stats small{color:#ccdbca}.chest-stats .stat dd{font-size:30px}.faq{margin-top:36px}.faq details{border-bottom:1px solid var(--line);padding:8px 0}.faq summary{cursor:pointer;min-height:44px;padding:15px 0;font-weight:600}.faq p{max-width:800px;color:var(--muted);margin:5px 0 20px;font-size:14px}.contracts h2{margin-bottom:20px;font-size:25px}.contracts ul{list-style:none}.contracts li{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:9px 0;font-size:13px;display:flex}.contracts li strong{text-transform:capitalize}.legal{max-width:760px}.legal h1{font-size:3.2rem}.legal h2{margin-top:35px;font-size:25px}.legal p{margin:15px 0}.legal .notice{margin:30px 0}.sheet{border:1px solid var(--line);background:var(--panel);width:calc(100% - 32px);max-width:560px;max-height:calc(100dvh - 48px);color:var(--ink);overscroll-behavior:contain;border-radius:18px;padding:0;box-shadow:0 25px 120px #12241444}.sheet::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#15291f80}.sheet-content{padding:30px}.sheet-heading{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px;display:flex}.sheet-heading .eyebrow{margin-bottom:10px;font-size:10px}.sheet-heading h2{font-size:31px}.sheet p{font-size:13px}.field{flex-direction:column;gap:8px;margin:22px 0;font-size:13px;font-weight:600;display:flex}.field small{color:var(--muted);font-weight:400}.choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.choice{border:1px solid var(--line);background:var(--paper);text-align:center;min-height:46px;color:var(--ink);border-radius:10px;padding:14px 8px;font-size:13px}.choice.selected{border-color:var(--forest);outline:1px solid var(--forest);background:#e8eddf}.choice .portrait{width:70px;height:70px;margin-bottom:15px}.choice .portrait-initial{font-size:30px}.choice .portrait-label{font-size:7px;bottom:10px}.choice strong{text-transform:capitalize;font-size:12px}.raid-matchup{text-align:center;justify-content:center;align-items:center;gap:30px;padding:18px 0;display:flex}.raid-matchup>div{flex:1;min-width:0}.raid-matchup strong{overflow-wrap:anywhere;margin-top:12px;font-size:14px;display:block}.raid-matchup>span{font-family:var(--font-heading);font-size:25px}.end-run{border-top:1px solid var(--line);margin-top:25px;padding-top:12px}.end-run .notice{margin:10px 0}.address-box{border:1px solid var(--line);overflow-wrap:anywhere;border-radius:8px;padding:12px;font-family:monospace;font-size:12px}.utility-box{border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.utility-box h3{font-size:24px}.utility-box>small{margin-top:8px;display:block}.transaction-toast{z-index:50;border:1px solid var(--line);border-left:4px solid var(--forest);background:var(--panel);border-radius:12px;align-items:flex-start;gap:16px;width:min(430px,100vw - 48px);padding:20px 20px 16px;font-size:13px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 50px #1f32232b}.transaction-toast p{margin:7px 0;font-size:12px}.transaction-toast .text-link{min-height:30px;font-size:12px}.tx-failed,.tx-unknown{border-left-color:var(--danger)}.transaction-toast>.button{align-self:center}.skip-link{background:var(--panel);z-index:100;padding:10px 20px;position:absolute;top:-100px;left:15px}.skip-link:focus{top:15px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
:root{--paper:#faf8f1;--panel:#faf8f1;--parchment:#efe7d3;--ink:#20302b;--muted:#607269;--forest:#2e6b52;--forest-dark:#173d31;--line:#4a2f1e;--bark:#4a2f1e;--amber:#e3a63a;--amber-dark:#b87a1e;--river:#4e6e8e;--danger:#b5443a;--night:#101e19;--radius:20px;--shadow:0 4px 0 var(--bark);--font-body:var(--font-plex-sans), system-ui, sans-serif;--font-heading:var(--font-fraunces), Georgia, serif;--font-mono:var(--font-plex-mono), monospace}body{font-size:14px;line-height:1.5}h1,h2,h3{letter-spacing:-.02em;color:var(--forest-dark);font-weight:700}h1{font-size:40px}h2{font-size:32px}h3{font-size:24px}p{margin:8px 0}strong{font-weight:600}input,select{border:2px solid var(--bark);border-radius:12px;min-height:44px}input[type=checkbox]{min-height:20px}.page{width:min(1440px,100%);min-height:calc(100vh - 155px);padding:32px 48px 48px}.page-title{gap:20px;margin-bottom:24px}.page-title h1{font-size:40px}.page-title>p{font-size:14px}.eyebrow,.mono-label,.stat dt{font:400 11px/1.4 var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.mono-label{color:var(--muted);display:block}.eth-value{color:var(--river);font-variant-numeric:tabular-nums}.panel{background:var(--panel);border:2px solid var(--bark);box-shadow:none;border-radius:20px;padding:24px}.section{margin-top:28px}.section h2{margin-bottom:12px}.button{border:2px solid var(--bark);background:var(--forest);min-height:44px;color:var(--paper);box-shadow:0 4px 0 var(--bark);border-radius:12px;padding:10px 18px;transition:transform 80ms,box-shadow 80ms,background .12s}.button:hover:not(:disabled):not(.is-disabled){background:#357a5e}.button:active:not(:disabled):not(.is-disabled){box-shadow:0 1px 0 var(--bark);transform:translateY(3px)}.button:disabled,.button.is-disabled{background:var(--parchment);color:#607269;box-shadow:none;opacity:.65;border-color:#9aaaa2}.button-quiet,.button-secondary{background:var(--parchment);color:var(--ink)}.button-quiet{box-shadow:none;background:0 0}.button-quiet:hover:not(:disabled),.button-secondary:hover:not(:disabled):not(.is-disabled){color:var(--ink);background:#e6dcc2}.button-amber{background:var(--amber);color:var(--ink);font:700 20px var(--font-heading)}.button-amber:hover:not(:disabled){background:#edb552}.button-danger{background:var(--danger)}.button-small{padding:8px 12px;font-size:12px}.icon-button{color:var(--bark);background:0 0;border:none;width:44px;height:44px;font-size:28px}.text-link{color:var(--forest);font-weight:600}.site-header{border-bottom:2px solid var(--bark);background:var(--paper);z-index:5;justify-content:flex-start;align-items:center;gap:32px;height:76px;padding:0 48px;display:flex;position:relative}.wordmark{font:700 26px/1 var(--font-heading);letter-spacing:-.02em;color:var(--forest-dark);flex-shrink:0;gap:10px;display:inline-flex}.emblem{background:var(--forest-dark);width:36px;height:36px;color:var(--paper);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.emblem>span{font:italic 600 26px/1 var(--font-heading);z-index:1;position:relative}.emblem i{background:var(--amber);width:26px;height:2px;position:absolute;transform:rotate(-42deg)}.emblem i:after{content:"";border-left:6px solid var(--amber);border-top:4px solid #0000;border-bottom:4px solid #0000;position:absolute;top:-3px;right:-2px}.site-header nav{gap:6px;margin:0;display:flex}.site-header nav a{color:var(--forest-dark);white-space:nowrap;border:none;border-radius:8px;padding:8px 14px;font-size:15px;font-weight:500;text-decoration:none}.site-header nav a[aria-current=page]{background:var(--forest-dark);color:var(--paper)}.header-wallet{gap:12px;margin-left:auto;display:flex}.wallet-button{font:500 13px var(--font-mono);background:var(--parchment);color:var(--ink);box-shadow:none;padding:8px 12px}.wallet-button:hover:not(:disabled){color:var(--paper)}.wallet-dot{background:#9aaaa2;border-radius:50%;flex:none;width:10px;height:10px}.wallet-dot.connected{background:#3e7d5a}.site-header.landing-header{background:var(--night)}.landing-header .wordmark{color:var(--paper)}.landing-header .emblem{background:var(--paper);color:var(--forest-dark)}.landing-header .landing-nav{margin-left:auto}.landing-header nav a,.nav-buy{color:var(--paper);font-size:14px;font-weight:600}.nav-buy{background:0 0;border:0;padding:8px 14px}.header-play{min-width:86px}.site-footer{background:var(--parchment);border-top:2px solid var(--bark);align-items:center;gap:24px;width:100%;margin:0;padding:24px 48px;font-size:12px}.site-footer strong{font:700 16px var(--font-heading);color:var(--forest-dark)}.site-footer p{display:none}.site-footer>small{width:auto;font-family:var(--font-mono);margin-left:auto}.footer-links{gap:24px}.footer-links a{font-size:12px}.global-notice{max-width:1440px;padding:0 24px}.notice{border:2px solid var(--muted);background:var(--parchment);border-radius:12px;margin:12px 0;padding:12px 16px;font-size:13px}.notice-error{border-color:var(--danger);background:#f7e8df}.art-slot{text-align:center;font:400 11px/1.5 var(--font-mono);color:var(--bark);white-space:pre-line;justify-content:center;align-items:center;min-width:0;display:flex}.art-placeholder{border:2px dashed var(--bark);background:#faf8f173;border-radius:16px;padding:12px}.art-delivered img{object-fit:contain;width:100%;height:100%;display:block}.landing .hero{min-height:620px;color:var(--paper);background:repeating-linear-gradient(135deg,#1a2c25 0 12px,#152520 12px 24px);grid-template-columns:minmax(0,540px) 1fr;gap:56px;margin:0;padding:64px 48px 48px;display:grid}.hero h1{color:var(--paper);letter-spacing:-.025em;font-size:clamp(44px,4.8vw,68px);line-height:1.04}.hero-copy{color:var(--parchment);max-width:550px;margin:24px 0;font-size:18px;line-height:1.5}.hero-art{color:#9aaaa2;background:0 0;border-color:#9aaaa2;border-radius:20px 20px 0 0;align-self:stretch;min-height:360px;margin-top:40px}.hero-buy{border-color:var(--parchment);box-shadow:none;background:0 0}.how-section{max-width:1440px;margin:0 auto;padding:56px 48px 64px}.how-section h2{margin-bottom:32px;font-size:40px}.three-grid{gap:24px}.step{border:2px solid var(--bark);background:var(--parchment);border-radius:20px;padding:0;display:block;overflow:hidden}.step>.art-slot{border:0;border-bottom:2px solid var(--bark);background:repeating-linear-gradient(135deg,#efe7d3 0 10px,#e6dcc2 10px 20px);border-radius:0;height:220px}.step>div:last-child{padding:20px 24px}.step h3{color:var(--ink);font-size:28px}.step p{margin:6px 0 0;font-size:14px}.how-section>.text-link{margin-top:30px;display:inline-block}.hideout-layout{grid-template-columns:minmax(0,1fr) 400px;gap:32px;display:grid}.hideout-main,.hideout-sidebar{min-width:0}.hideout-scene{border:2px solid var(--bark);background:var(--parchment);border-radius:20px;padding:0;display:block;overflow:hidden}.scene-stage{background:repeating-linear-gradient(135deg,#efe7d3 0 10px,#e6dcc2 10px 20px);height:470px;position:relative}.scene-name{z-index:1;max-width:65%;font:700 22px var(--font-heading);color:var(--forest-dark);background:#faf8f1dd;border-radius:8px;padding:4px 10px;text-decoration:none;position:absolute;top:16px;left:16px}.scene-name small{font:400 10px var(--font-mono);color:var(--muted);display:block}.scene-status{position:absolute;top:16px;right:16px}.status-pill{border:2px solid var(--bark);background:var(--paper);color:var(--ink);font:600 12px var(--font-body);border-radius:999px;padding:5px 10px}.status-pill:before{content:"";background:var(--muted);border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.status-active:before{background:#3e7d5a}.creature-slot{width:42%;height:80%;position:absolute;bottom:8px;left:15%}.creature-slot>.art-slot:first-child{border-radius:20px;width:100%;height:100%;padding-bottom:80px}.creature-slot .bag-slot{border-color:var(--amber-dark);width:120px;height:90px;color:var(--amber-dark);background:#e3a63a20;border-radius:12px;font-size:10px;position:absolute;bottom:32%;left:50%;transform:translate(-50%)}.run-strip{border-top:2px solid var(--bark);background:#faf8f1ee;align-items:center;gap:12px;min-height:88px;padding:16px 20px;display:flex}.lantern{border:2px solid var(--bark);background:var(--parchment);border-radius:8px 8px 12px 12px;flex:none;width:36px;height:54px;position:relative;overflow:hidden}.lantern span{background:var(--amber);width:100%;transition:height .6s linear;position:absolute;bottom:0}.run-time strong{font:600 24px var(--font-body);font-variant-numeric:tabular-nums;white-space:nowrap}.run-stance{border-left:2px solid #4a2f1e40;align-items:center;gap:12px;margin-left:16px;padding-left:24px;display:flex}.run-stance strong{font:600 20px var(--font-heading)}.stance-hint{text-align:right;max-width:230px;color:var(--muted);margin-left:auto}.icon-slot{width:28px;height:28px;font:400 8px/1 var(--font-mono);border:1.5px dashed;border-radius:6px;flex:none;justify-content:center;align-items:center;display:inline-flex}.run-stance .icon-slot{border:2px solid var(--bark);background:var(--parchment);width:44px;height:44px;color:var(--bark);border-radius:12px}.action-bar{background:0 0;border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0 8px;padding:0;display:grid;position:static}.action-bar .button{height:72px;font:700 28px var(--font-heading);gap:12px}.action-bar .action-feed{background:var(--forest)}.action-bar .action-raid{background:var(--forest-dark)}.action-bar .action-bank{background:var(--parchment);color:var(--ink)}.action-bar .button:disabled,.action-bar .is-disabled{background:var(--parchment)}.action-bar .button>.icon-slot{font:400 8px var(--font-mono)}.hideout-sidebar{flex-direction:column;gap:20px;display:flex}.chest-link{align-items:center;gap:16px;width:auto;padding:16px 20px;text-decoration:none;display:flex}.chest-link>.art-slot{border-color:var(--river);width:84px;height:64px;color:var(--river);border-radius:10px;flex:none;font-size:9px}.chest-link h3{color:var(--ink);margin:0;font-size:20px}.chest-link small,.chest-link .text-link{font-size:12px;display:block}.bag-ledger{background:var(--parchment);gap:20px;display:grid}.bag-ledger>.stat{border-top:2px solid #4a2f1e30;padding-top:20px}.loot-stat{align-items:center;gap:12px;display:flex}.loot-coin{background:var(--amber);border:2px solid var(--amber-dark);width:44px;height:44px;font:italic 600 24px var(--font-heading);color:var(--bark);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.stat{background:0 0;border:none;min-width:0;padding:0}.stat dt{color:var(--muted);margin-bottom:4px}.stat dd{font:600 24px/1.15 var(--font-body);font-variant-numeric:tabular-nums;letter-spacing:-.02em;overflow-wrap:anywhere}.stat small{color:var(--muted);margin-top:4px;display:block}.loot-stat .stat dd{font-size:40px}.bag-ledger>.stat dd{font-size:32px}.hideout-activity h2{color:var(--ink);font-size:20px}.activity-list li{border-color:#4a2f1e30;flex-direction:column;gap:6px;padding:12px 0 12px 20px;display:flex;position:relative}.activity-list li:before{content:"";background:var(--forest);border-radius:50%;width:9px;height:9px;position:absolute;top:18px;left:0}.activity-list strong{font-size:13px;font-weight:500}.activity-list p{overflow-wrap:anywhere;margin:4px 0;font-size:12px}.activity-meta{text-align:left;font:400 10px var(--font-mono);flex-direction:row;gap:12px}.activity-meta .text-link{font-size:10px}.empty-copy{color:var(--muted);padding:12px 0;font-size:13px}.empty-hideout{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px;display:flex;position:relative}.empty-hideout>.art-slot{width:220px;height:180px;margin-bottom:16px}.empty-hideout h2{font-size:28px}.empty-hideout p{max-width:390px;margin-bottom:16px}.mobile-chest{display:none}.portrait{border:2px solid var(--bark);background:repeating-linear-gradient(135deg,#faf8f1 0 6px,#efe7d3 6px 12px);border-radius:16px;width:150px;height:150px;min-height:0;display:flex;overflow:hidden}.portrait>.art-slot{background:0 0;border:0;width:100%;height:100%;padding:8px;font-size:10px}.portrait-large{width:220px;height:220px}.sheriff-subtitle{font:italic 500 16px var(--font-heading);color:var(--muted);margin:8px 0 0}.board-controls{gap:16px;margin-bottom:24px}.tabs{background:var(--parchment);border:2px solid var(--bark);border-radius:12px;padding:4px}.tabs button{min-height:40px;color:var(--forest-dark);border-radius:8px;padding:8px 20px}.tabs button[aria-selected=true]{background:var(--forest-dark);color:var(--paper)}.search-field{max-width:300px}.outlaw-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.poster-card{background:var(--parchment);border:2px solid var(--bark);border-radius:6px 6px 3px 3px;padding:28px 20px 16px;position:relative;box-shadow:0 3px #4a2f1e40}.poster-card:before,.poster-card:after,.profile-poster:before,.profile-poster:after{content:"";background:var(--bark);border-radius:50%;width:8px;height:8px;position:absolute;top:10px}.poster-card:before,.profile-poster:before{left:12px}.poster-card:after,.profile-poster:after{right:12px}.poster-top{font:700 16px var(--font-heading);letter-spacing:.16em;color:var(--bark);justify-content:center;gap:12px;margin-bottom:12px}.poster-card .portrait{width:144px;height:144px}.poster-card h2{font:700 24px var(--font-heading);color:var(--ink);overflow-wrap:anywhere;margin:8px 0 0}.poster-card>p{font-size:12px}.poster-loot{font:600 22px var(--font-body);color:var(--ink);justify-content:center;align-items:center;gap:8px;display:flex}.poster-loot .loot-coin{width:18px;height:18px;font-size:11px}.poster-loot>span:last-child{color:var(--muted);font-size:11px}.poster-card .button-row{flex-direction:column-reverse;gap:10px;margin:12px 0;display:flex}.poster-card .button{width:100%;font:700 18px var(--font-heading)}.poster-card .button-quiet{min-height:32px;font:500 12px var(--font-body);border:0;padding:4px}.eligibility-reason{min-height:36px;color:var(--muted);font-size:11px!important}.leaderboard-grid{grid-template-columns:1fr}.leaderboard-grid .poster-card{border-radius:12px;grid-template-columns:80px minmax(0,1fr) 140px 160px 180px;align-items:center;gap:20px;padding:16px 24px;display:grid}.leaderboard-grid .portrait-link{align-items:center;gap:16px;display:flex}.leaderboard-grid .portrait{flex:none;width:64px;height:64px}.leaderboard-grid .poster-top{flex-direction:column;margin:0;font-size:12px}.leaderboard-grid .poster-card .eligibility-reason{grid-column:2/-1;min-height:0;margin:0}.profile-page{max-width:1100px}.profile-poster{border:2px solid var(--bark);background:var(--parchment);border-radius:6px;max-width:650px;margin:24px auto;padding:32px;position:relative}.wanted-heading{font:700 32px var(--font-heading);letter-spacing:.18em;color:var(--bark);margin-bottom:20px}.profile-poster h1{color:var(--ink)}.profile-poster .stats{border-color:#4a2f1e30}.preferences h2{font-size:24px}.sheet{border:2px solid var(--bark);width:min(480px,100% - 32px);max-height:calc(100dvh - 48px);box-shadow:none;background:var(--paper);color:var(--ink);border-radius:20px;padding:0}.sheet::backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#101e19a6}.sheet-content{padding:12px 20px 20px}.sheet-handle{background:#4a2f1e60;border-radius:2px;width:44px;height:4px;margin:0 auto 12px}.sheet-heading{align-items:center;gap:8px;margin-bottom:12px}.sheet-heading .eyebrow{display:none}.sheet-heading h2{color:var(--ink);font-size:28px}.sheet p{font-size:13px}.sheet .stats{gap:10px;margin:12px 0}.sheet .stat{background:var(--parchment);border-radius:12px;padding:12px 14px}.sheet .stat dd{font-size:22px}.field{margin:16px 0;font-size:13px}.choice-grid{gap:8px}.choice{border:2px solid var(--bark);background:var(--paper);color:var(--ink);border-radius:12px;padding:12px 8px;font-size:13px}.choice.selected{background:var(--parchment);border-color:var(--bark);outline:3px solid var(--amber);outline-offset:0}.choice .portrait{width:84px;height:84px;margin-bottom:8px}.choice .portrait-label{display:block}.choice .icon-slot{margin-right:6px}.pack-choice .art-slot{border-color:var(--amber-dark);width:50px;height:42px;color:var(--amber-dark);border-radius:8px;margin:0 auto 8px;padding:2px;font-size:8px}.pack-choice strong,.pack-choice small{display:block}.pack-choice small{color:var(--muted)}.pack-custom{margin:12px 0}.pack-custom summary{color:var(--muted);cursor:pointer;font-size:12px}.raid-matchup{background:0 0;border:0;padding:12px 0}.raid-matchup .portrait{width:110px;height:110px}.raid-matchup strong{font:600 18px var(--font-heading)}.address-box{font:400 12px var(--font-mono);background:var(--parchment);border:2px solid var(--bark);overflow-wrap:anywhere;border-radius:12px;padding:12px}.transaction-toast{border:2px solid var(--bark);background:var(--paper);box-shadow:0 4px 0 var(--bark);z-index:20;border-radius:12px;max-width:400px;font-size:13px;top:88px;bottom:auto;right:24px}.tx-unknown{border-color:var(--amber-dark)}.legal{max-width:850px}.legal h1{font-size:40px}.legal h2{font-size:24px}.chest-page{grid-template-columns:minmax(0,1fr) 440px;align-items:start;gap:32px 40px;display:grid}.chest-main,.chest-sidebar{flex-direction:column;gap:24px;min-width:0;display:flex}.chest-heading{align-items:center;gap:32px;display:flex}.chest-heading>.art-slot{width:220px;height:172px;color:var(--river);border-color:var(--river);background:#4e6e8e14;flex:none}.chest-heading h1{margin-bottom:10px}.chest-heading p{font-size:16px}.chest-meta{flex-direction:column;align-items:flex-start;display:flex}.chest-meta>span{white-space:nowrap;min-height:28px}.chest-meta>span:last-child{min-height:44px}.chest-activity{scrollbar-gutter:stable;height:440px;overflow-y:auto}.chest-stats{background:0 0;border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0;padding:0;display:grid}.chest-stats .stat{border:2px solid var(--bark);border-radius:20px;padding:20px 24px}.chest-stats .stat dd{color:var(--river);font-size:28px}.chest-balance{white-space:nowrap;font-variant-numeric:tabular-nums;flex-direction:column;display:flex}.chest-balance-unit{font-size:12px;font-weight:500;line-height:18px}.token-burn-row{border:2px solid var(--bark);background:#f2ddb1;border-radius:20px;grid-template-columns:56px minmax(0,1fr) minmax(100px,auto);align-items:center;gap:20px;padding:24px;display:grid;box-shadow:inset 5px 0 #a84d28}.token-burn-icon{color:#a84d28;background:#a84d2814;border-radius:50%;place-items:center;width:56px;height:56px;display:grid}.token-burn-icon svg{width:34px;height:34px}.token-burn-copy h2{color:var(--ink);font-size:22px}.token-burn-copy p{margin:6px 0 0;font-size:13px}.token-burn-proof{min-height:44px;margin-top:6px;font-size:12px}.token-burn-proof .text-link{font-size:12px}.token-burn-total{text-align:right;color:#873b20;min-width:0}.token-burn-total strong{overflow-wrap:anywhere;font:600 clamp(28px, 3vw, 44px)/1.15 var(--font-heading);font-variant-numeric:tabular-nums;display:block}.token-burn-total>span{margin-top:5px;font-size:12px;display:block}@media (max-width:1200px){.token-burn-row{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:20px}.token-burn-icon{width:44px;height:44px}.token-burn-total{text-align:left;grid-column:2}}@media (max-width:600px){.token-burn-row{border-radius:12px;padding:16px}.token-burn-copy h2{font-size:20px}.token-burn-total strong{font-size:36px}}.funding-panel{background:var(--parchment);padding:28px;container-type:inline-size}.funding-panel h2{color:var(--ink);font-size:24px}.funding-source{border-bottom:1px solid #4a2f1e30;justify-content:space-between;align-items:center;gap:12px 24px;margin-bottom:18px;padding:20px 0;display:flex}.funding-source>span{max-width:180px;font-size:14px}.funding-source>div{text-align:right;min-width:0}.funding-source strong{font:500 22px/1.4 var(--font-mono);overflow-wrap:anywhere;display:block}.funding-source small,.funding-basis{color:var(--muted);font-size:12px}.funding-basis{margin:0 0 10px}.funding-bar{background:#4a2f1e18;border-radius:5px;height:14px;display:flex;overflow:hidden}.funding-founder{--allocation-color:#89725e}.funding-operations{--allocation-color:var(--amber)}.funding-chest{--allocation-color:var(--forest-dark)}.funding-segment{background:var(--allocation-color);flex:none}.funding-segment+.funding-segment{box-shadow:-2px 0 0 var(--parchment)}.funding-allocations{grid-template-columns:1fr 1fr 1.2fr;gap:12px;margin:16px 0 0;display:grid}.funding-allocation{min-width:0;padding:16px 12px}.funding-allocation dt{align-items:center;gap:7px;font-size:13px;font-weight:500;display:flex}.funding-dot{background:var(--allocation-color);border-radius:50%;flex:none;width:8px;height:8px}.funding-allocation dd{margin:0}.funding-allocation .funding-percent{font:600 clamp(22px, 4.5cqi, 32px)/1.2 var(--font-heading);overflow-wrap:anywhere;margin:8px 0 12px}.funding-amount strong{font:500 14px/1.5 var(--font-mono);overflow-wrap:anywhere;display:block}.funding-amount>span{color:var(--muted);margin-top:2px;font-size:11px;display:block}.funding-allocation.funding-chest{background:var(--forest-dark);color:var(--paper);border-radius:12px;padding:16px}.funding-allocation.funding-chest .funding-dot{border:1px solid #d0dfd5}.funding-chest .funding-percent{color:#f4cf7e}.funding-chest .funding-amount>span{color:#d0dfd5}.funding-note{color:var(--muted);border-top:1px solid #4a2f1e30;margin:18px 0 0;padding-top:16px;font-size:12px;line-height:1.6}@container (max-width:480px){.funding-source{flex-wrap:wrap;gap:8px;padding:16px 0}.funding-source>span{flex-basis:100%;max-width:none}.funding-source>div{text-align:left}.funding-allocations{grid-template-columns:1fr;gap:0;margin-top:12px}.funding-allocation{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 12px;padding:14px 12px;display:grid}.funding-allocation .funding-percent{grid-area:1/2/3;margin:0;font-size:28px}.funding-amount{grid-column:1;display:block}.funding-amount strong{font-size:12px}.funding-allocation.funding-chest{margin-top:6px;padding:16px 12px}}.chest-sidebar h2{color:var(--ink);font-size:20px}.chest-sidebar .faq{margin-top:12px}.faq details{border-color:#4a2f1e30;padding:12px 0}.faq summary,.faq p{font-size:13px}.chest-totals{padding:20px}.chest-totals .stat dd{color:var(--river)}.chest-contracts{grid-column:1/-1}.chest-contracts summary{cursor:pointer;font-weight:600}.contracts li{border-color:#4a2f1e30}@media (max-width:1200px){.hideout-layout{grid-template-columns:minmax(0,1fr) 330px;gap:24px}.stance-hint{display:none}.scene-stage{height:430px}.chest-page{grid-template-columns:minmax(0,1fr) 340px;gap:24px}.chest-heading>.art-slot{width:130px;height:130px}.chest-stats .stat{padding:16px}.chest-stats .stat dd{font-size:22px}.site-header{gap:20px;padding:0 32px}.page{padding-left:32px;padding-right:32px}}@media (max-width:900px){.page{padding:24px}.site-header{gap:16px;padding:0 24px}.site-header nav a{padding:8px 10px;font-size:13px}.hideout-layout,.chest-page{grid-template-columns:1fr}.hideout-sidebar{grid-template-columns:1fr 1fr;display:grid}.hideout-activity{grid-column:1/-1}.outlaw-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.leaderboard-grid{grid-template-columns:1fr}.leaderboard-grid .poster-card{grid-template-columns:50px minmax(0,1fr) 90px;gap:12px}.leaderboard-grid .poster-card>.muted,.leaderboard-grid .button-row{grid-row:2}.landing .hero{grid-template-columns:1fr 1fr;gap:24px;padding:40px 24px}.hero h1{font-size:48px}.how-section{padding:40px 24px}.step>.art-slot{height:150px}.step>div:last-child{padding:16px}.step h3{font-size:22px}.step p{font-size:12px}}@media (max-width:600px){html{scroll-padding-top:16px}h1,.page-title h1{font-size:30px}h2{font-size:24px}.page{width:100%;padding:20px 16px 28px}.site-header{flex-wrap:wrap;gap:10px;height:auto;min-height:64px;padding:12px 16px 8px}.wordmark{gap:8px;font-size:22px}.emblem{width:32px;height:32px}.emblem>span{font-size:23px}.header-wallet{margin-left:auto}.wallet-button{border-radius:10px;gap:6px;min-height:36px;padding:8px;font-size:10px}.site-header nav{border:0;order:3;justify-content:space-between;width:100%;padding:8px 0 0;display:flex;overflow:visible}.site-header nav a{text-align:center;flex:1;padding:8px;font-size:13px}.site-header.landing-header{flex-wrap:nowrap;height:64px;padding:8px 16px}.landing-header .landing-nav{display:none}.header-play{min-width:72px;min-height:40px;margin-left:auto;padding:6px 14px;font-size:16px}.site-footer{flex-wrap:wrap;gap:16px;padding:20px 16px}.footer-links{flex-wrap:wrap;gap:16px}.site-footer>small{margin:0}.landing .hero{min-height:430px;padding:28px 20px 168px;display:block;position:relative}.hero-content{z-index:1;position:relative}.hero h1{max-width:370px;font-size:36px;line-height:1.05}.hero-copy{margin:14px 0;font-size:14px;line-height:1.5}.hero .button-row{flex-wrap:nowrap;gap:10px}.hero .button{min-height:48px;padding:10px 20px}.hero-art{border-radius:16px 16px 0 0;width:calc(100% - 64px);height:144px;min-height:0;margin:0;font-size:10px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.how-section{padding:24px 20px;overflow:hidden}.how-section h2{margin-bottom:16px;font-size:26px}.how-section .three-grid{scroll-snap-type:x mandatory;gap:10px;padding:0 0 12px;display:flex;overflow-x:auto}.step{scroll-snap-align:start;border-radius:16px;flex:0 0 230px;width:230px}.step>.art-slot{height:110px;font-size:10px}.step>div:last-child{padding:12px 14px}.step h3{font-size:18px}.step p{font-size:12px}.how-section>.text-link{margin-top:10px;font-size:13px}.hideout-page{padding-top:10px;padding-bottom:108px}.hideout-layout{flex-direction:column;gap:10px;display:flex}.hideout-main{display:contents}.hideout-scene{background:0 0;border:none;border-radius:0;order:0;width:100%;overflow:visible}.scene-stage{border:2px solid var(--bark);border-radius:20px;height:300px;overflow:hidden}.scene-name{background:0 0;max-width:38%;padding:0;font-size:16px;top:50px;left:10px}.scene-name small{font-size:9px}.scene-status{padding:4px 8px;font-size:11px;top:10px;left:10px;right:auto}.creature-slot{width:180px;height:220px;bottom:12px;left:50%;transform:translate(-50%)}.creature-slot>.art-slot:first-child{padding-bottom:44px;font-size:10px}.creature-slot .bag-slot{width:76px;height:50px;font-size:8px;bottom:38px}.mobile-chest{width:60px;height:44px;display:block;position:absolute;top:10px;right:10px}.mobile-chest .art-slot{border-color:var(--river);height:100%;color:var(--river);border-radius:10px;padding:4px;font-size:9px}.run-strip{border:2px solid var(--bark);border-radius:12px;gap:12px;min-height:64px;margin-top:10px;padding:8px 12px}.lantern{border-radius:6px 6px 10px 10px;width:26px;height:38px}.run-time strong{font-size:16px}.mono-label{font-size:10px}.run-stance{border:0;gap:8px;margin-left:auto;padding:0}.run-stance .mono-label{display:none}.run-stance strong{font-size:15px}.run-stance .icon-slot{border-radius:8px;width:30px;height:30px;font-size:7px}.action-bar{padding:10px 16px max(18px, env(safe-area-inset-bottom));background:var(--paper);border-top:2px solid var(--bark);z-index:10;gap:8px;margin:0;position:fixed;bottom:0;left:0;right:0}.action-bar .button{gap:6px;height:56px;min-height:56px;padding:8px;font-size:18px}.action-bar .icon-slot{display:none}.hideout-sidebar{display:contents}.hideout-sidebar>.chest-link{display:none}.bag-ledger{background:0 0;border:0;border-radius:0;order:1;grid-template-columns:1fr 1fr;gap:10px;padding:0;display:grid}.bag-ledger>div{border:2px solid var(--bark);border-radius:12px;min-width:0;padding:10px 12px}.loot-stat{background:var(--parchment);gap:8px}.loot-coin{width:28px;height:28px;font-size:16px}.loot-stat .stat dd{font-size:22px}.bag-ledger .stat dt{font-size:9px}.bag-ledger>.stat dd{font-size:16px}.bag-ledger .stat small{font-size:10px;line-height:1.35}.hideout-activity{background:0 0;border:0;order:3;padding:8px 0 0}.hideout-activity h2{margin-bottom:4px;font-size:16px}.hideout-layout>.notice,.hideout-main>.notice{order:2}.activity-list li{padding-top:8px;padding-bottom:8px}.activity-list li:before{top:14px}.empty-hideout{padding:16px}.empty-hideout>.art-slot{width:180px;height:110px;margin-bottom:8px}.empty-hideout h2{font-size:22px}.empty-hideout p{margin-bottom:8px;font-size:12px}.page-title{margin-bottom:16px}.page-title>p{display:none}.sheriff-subtitle{margin-top:4px;font-size:13px}.board-controls{grid-template-columns:minmax(0,1fr) auto;gap:12px 8px;margin-bottom:16px;display:grid}.board-controls .tabs{grid-column:1/-1;width:100%}.tabs button{flex:1;min-height:36px;padding:8px;font-size:14px}.search-field{width:auto;min-width:0;max-width:none}.search-field input{font-size:13px}.board-controls .checkbox{gap:6px;max-width:100px;font-size:11px}.outlaw-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.poster-card{padding:18px 10px 12px}.poster-card .portrait{border-radius:14px;width:96px;height:96px}.poster-card .art-slot{font-size:8px}.poster-top{margin-bottom:8px;font-size:13px}.poster-card h2{font-size:18px}.poster-card>p{font-size:10px}.poster-loot{gap:5px;margin:8px 0;font-size:16px}.poster-loot .loot-coin{width:14px;height:14px;font-size:8px}.poster-loot>span:last-child{font-size:9px}.poster-card .button{font-size:15px}.poster-card .button-row{gap:6px;margin:6px 0}.poster-card .button-quiet{font-size:11px}.eligibility-reason{line-height:1.4;font-size:10px!important}.leaderboard-grid{grid-template-columns:1fr}.leaderboard-grid .poster-card{grid-template-columns:40px minmax(0,1fr) 68px;gap:8px;padding:16px 12px}.leaderboard-grid .portrait{width:40px;height:40px}.leaderboard-grid .portrait-link{gap:8px}.leaderboard-grid h2{font-size:15px}.leaderboard-grid .poster-card .button-row{grid-column:2/-1}.leaderboard-grid .poster-card>.muted{grid-column:2}.profile-poster{padding:24px 16px}.profile-poster .portrait{width:180px;height:180px}.wanted-heading{font-size:28px}.profile-poster h1{font-size:32px}.profile-poster .stats{gap:16px}.profile-poster .stat dd{font-size:20px}.preferences{padding:20px}.preferences h2{font-size:22px}.sheet{border-bottom:0;border-radius:20px 20px 0 0;width:100%;max-width:none;max-height:calc(100dvh - 16px);margin:auto 0 0}.sheet-content{padding:10px 20px max(20px, env(safe-area-inset-bottom))}.sheet-heading h2{font-size:24px}.sheet-heading{margin-bottom:8px}.sheet .notice{font-size:12px}.choice .portrait{width:74px;height:74px}.choice{padding:10px 4px}.transaction-toast{width:auto;max-width:none;padding:12px;inset:12px 12px auto}.transaction-toast p{font-size:12px}.chest-page{flex-direction:column;gap:20px;display:flex}.chest-main,.chest-sidebar{gap:16px;width:100%}.chest-heading{gap:14px}.chest-heading>.art-slot{border-radius:14px;width:110px;height:84px;font-size:9px}.chest-heading h1{margin-bottom:4px;font-size:28px}.chest-heading p{font-size:12px}.chest-heading small{font-size:10px}.chest-stats{grid-template-columns:1fr;gap:8px}.chest-stats .stat{border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:12px 16px;display:grid}.chest-stats .stat dd{grid-area:1/2/3;font-size:22px}.chest-stats .stat small{grid-column:1;margin:0;font-size:11px}.chest-stats .stat dt{font-size:10px}.chest-contracts{width:100%}.funding-panel{border-radius:12px;padding:16px}.funding-panel h2{font-size:18px}.chest-totals{padding:16px}.chest-totals .stat dd{font-size:18px}.chest-contracts{padding:16px}.contracts li{flex-wrap:wrap;gap:6px;font-size:12px}.legal h1{font-size:30px}.legal h2{font-size:22px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.site-header{min-height:76px}.site-header nav{flex:0 auto;justify-content:flex-start}.site-header nav a[aria-current=page]{text-decoration:none}.site-footer{justify-content:flex-start}.site-footer>small{border:none;padding:0}.chest-stats dt,.chest-stats small{color:var(--muted)}.poster-top{border:none;padding-bottom:0}.activity-list{border-top:1px solid #4a2f1e30}.hideout-activity .activity-list{margin-top:12px}@media (max-width:600px){.site-header{min-height:64px}.site-header nav{flex-basis:100%}.site-header nav a{justify-content:center}.bag-ledger>.stat{border-top:2px solid var(--bark)}.hideout-activity .activity-list{margin-top:4px}}.scene-layer{pointer-events:none;position:absolute;inset:0}.scene-layer.art-placeholder{display:none}.scene-layer img{object-fit:cover}.scene-bg{z-index:0}.scene-fg{z-index:2}.creature-slot>.art-delivered:first-child{padding:0}.creature-slot:has(>.art-delivered) .bag-slot.art-placeholder{color:var(--bark);background:#faf8f1e6;bottom:0;left:112%}.portrait:has(.art-delivered){background:var(--parchment)}.portrait>.art-delivered{padding:6%}.scene-stage:has(.scene-bg.art-delivered) .scene-name{background:#faf8f1ed;border-radius:8px;padding:4px 10px}.scene-stage:has(.scene-bg.art-delivered) .empty-hideout{z-index:1;background:linear-gradient(#faf8f160 0%,#faf8f1d9 45%,#faf8f1f2 100%);position:relative}.scene-name,.scene-status,.mobile-chest{z-index:3}.landing .hero{position:relative}.hero-content{z-index:1;position:relative}.hero-art.art-delivered{border-radius:0;width:100%;height:100%;margin:0;position:absolute;inset:0;transform:none}.hero-art.art-delivered img{object-fit:cover}.hero:has(.art-delivered) .hero-content{text-shadow:0 2px 12px #101e19}.stat-eth dd{color:var(--river)}
.creature-slot .bag-slot.art-delivered{background:0 0;border:0;bottom:0;left:105%}.chest-heading>.art-delivered,.pack-choice .art-delivered{background:0 0}.step>.art-delivered{background:var(--parchment);padding:12px}.step>[data-art-slot="scene.step.3"].art-delivered{padding:0}.step>[data-art-slot="scene.step.3"] img{object-fit:cover}.landing .hero:has(.art-delivered){background:#101e19}@media (min-width:901px) and (max-width:1200px){.landing .hero:has(.art-delivered){grid-template-columns:minmax(0,44%) 1fr}.hero-art.art-delivered img{object-fit:contain;object-position:right bottom}.hero-art.art-delivered{aspect-ratio:1942/809;height:auto;min-height:0;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 25%);mask-image:linear-gradient(#0000,#000 25%)}}@media (max-width:900px){.landing .hero:has(.art-delivered){min-height:580px;padding-bottom:280px;display:block}.hero-art.art-delivered{height:280px;min-height:0;inset:auto 0 0}.hero-art.art-delivered img{object-position:right bottom}.hero-art.art-delivered:after{content:"";pointer-events:none;background:linear-gradient(#101e19 0%,#0000 30%);position:absolute;inset:0}}@media (max-width:600px){.landing .hero:has(.art-delivered){min-height:530px;padding-bottom:235px}.hero-art.art-delivered{height:235px}}.game-icon,.run-stance .game-icon{vertical-align:middle;background:0 0;border:0;border-radius:0;flex:none;width:28px;height:28px;padding:0;display:inline-flex}.game-icon img{object-fit:contain;width:100%;height:100%;display:block}.loot-coin.game-icon{width:30px;height:30px}.run-stance .game-icon{width:36px;height:36px}.state-art{flex:none;width:min(160px,100%);height:140px;margin:0 auto 14px}.state-art>.art-slot,.provisions-lantern>.art-slot{background:0 0;border:0;width:100%;height:100%;padding:0}.state-art-compact{width:76px;height:70px;margin:0}.notice.notice-illustrated{align-items:center;gap:16px;display:flex}.notice-content{flex:1;min-width:0}.notice-content>:last-child{margin-bottom:0}.activity-empty{color:var(--muted);justify-content:center;align-items:center;gap:12px;padding:16px 0;display:flex}.activity-empty p{margin:0}.activity-empty .state-art{width:90px;height:64px}.provisions-lantern{flex:none;width:42px;height:60px}.loading .provisions-lantern,.activity-empty .provisions-lantern{width:30px;height:40px}.lantern-loading{animation:1s ease-in-out 2 lantern-flicker}@keyframes lantern-flicker{0%,to{opacity:.6}50%{opacity:1}}.empty-hideout>.art-delivered{background:0 0;border:0}.empty-hideout>.art-delivered img{object-fit:contain}.scene-fg.art-delivered{background:0 0}@media (max-width:600px){.run-stance .game-icon{width:30px;height:30px}.provisions-lantern{width:30px;height:44px}.notice.notice-illustrated{gap:10px}.notice-illustrated .state-art{width:52px;height:58px}.action-bar .game-icon{display:none}}@media (prefers-reduced-motion:reduce){.lantern-loading{animation:none}}.stat dt .game-icon{width:14px;height:14px;margin-right:5px}fieldset legend .game-icon{width:22px;height:22px;margin-right:5px}.checkbox .game-icon{width:20px;height:20px}.poster-loot .loot-coin.game-icon{width:18px;height:18px}.action-raid:not(.is-disabled) .game-icon img{filter:brightness(0)invert()}@media (max-width:600px){.poster-loot .loot-coin.game-icon{width:14px;height:14px}}.scene-fg>.art-slot{background:0 0;border:0;width:22%;height:23%;padding:0;position:absolute;bottom:-4%}.scene-fg .foreground-left{left:-6%}.scene-fg .foreground-right{right:-6%;transform:scaleX(-1)}.scene-fg>.art-slot img{object-fit:contain;object-position:center bottom}
