*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh;font-family:system-ui,-apple-system,sans-serif}body{background:#1a1510;color:#fff}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-nav{display:flex;gap:0;padding:.5rem 1rem;background:#0006;border-bottom:1px solid rgba(255,255,255,.1)}.app-nav-link{padding:.5rem 1rem;color:#fffc;text-decoration:none;font-weight:500;border-radius:6px}.app-nav-link:hover{color:#fff;background:#ffffff14}.app-nav-link--active{color:#fff;background:#ffffff26}.app-main{flex:1;display:flex;flex-direction:column;min-height:0}.screen{min-height:100vh;display:flex;flex-direction:column;background-size:cover;background-position:center;background-repeat:no-repeat}.screen-background{background-image:url(/background-market.png)}.screen--intro-scroll{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.screen--intro-scroll .screen-content{justify-content:flex-start;padding-top:max(1.5rem,env(safe-area-inset-top,1rem));padding-bottom:2rem}.screen-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.screen-title{font-family:Georgia,serif;font-size:2rem;font-weight:400;color:#fff;margin:0 0 1rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}@media (max-width: 600px){.look-for-header .screen-title{font-size:1.1rem}}.screen-center-image{max-width:90vw;max-height:40vh;object-fit:contain;margin:1rem 0}.king-portrait{max-height:38vh;border-radius:8px}.celebrate-panel{background:#c4a574 url(/cardgame/blank-card.png) center / cover no-repeat;padding:2.75rem 2.25rem 2.25rem;min-height:380px;max-width:440px;width:85vw;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box;border-radius:28px;overflow:hidden;box-shadow:0 4px 20px #00000040}.celebrate-panel{position:relative}.celebrate-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;border-radius:28px;pointer-events:none}.celebrate-panel>*{position:relative;z-index:1}.celebrate-panel .screen-title{margin:0 0 .5rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.celebrate-panel .success-profit{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.celebrate-panel-xp-label{font-size:.95rem;color:#fffffff2;margin-bottom:.5rem}.celebrate-panel-xp-pill{display:flex;align-items:center;gap:.25rem;background:#64748bbf;padding:.35rem .5rem;border-radius:8px;color:#fff}.celebrate-panel-xp-pill .celebrate-panel-xp-value{color:#fff;font-weight:600}.treasure-chest-card,.market-closed-card{border-radius:16px;overflow:hidden}.screen-warehouse-wrap{margin-top:auto;margin-left:auto;margin-right:auto;width:100%;max-width:600px;padding-bottom:1rem}.warehouse-panel{background:url(/warehouse-panel.png) center/100% 100% no-repeat;min-height:150px;padding:1.5rem 3rem;display:flex;flex-direction:column;justify-content:center}.warehouse-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.warehouse-title{font-family:Georgia,serif;font-size:1.25rem;color:#fff;margin:0}.warehouse-coins{display:flex;align-items:center;gap:.25rem;font-size:1.1rem;font-weight:600}.warehouse-coins img{width:24px;height:24px}.warehouse-resources{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.warehouse-resource{display:flex;flex-direction:column;align-items:center;gap:.25rem}.warehouse-resource img{width:36px;height:36px;object-fit:contain}.warehouse-resource span{font-size:.9rem;font-weight:600}.timer-wrap{position:absolute;top:1rem;right:1rem;width:56px;height:56px}.timer-circle-bg{fill:none;stroke:#fff3;stroke-width:4}.timer-circle-progress{fill:none;stroke:#4a9eff;stroke-width:4;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center;transition:stroke-dashoffset .5s linear}.timer-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.25rem;font-weight:700;color:#fff}.spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.characters-image{width:100%;max-width:min(90vw,640px)}.offers-by-column{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;width:100%;max-width:min(90vw,640px);margin:1rem 0}@media (max-width: 600px){.offers-by-column{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:.35rem;max-width:100%;margin:.5rem 0}.offer-bubble{min-width:0;width:100%;max-width:100%;padding:.35rem .4rem}.offer-top{min-width:0;margin-bottom:.3rem}.offer-resource{flex-shrink:0}.offer-price{min-width:0;flex-shrink:1}.offer-tag{font-size:.6rem;padding:.12rem .3rem;margin-bottom:.25rem}.offer-arrows{margin-top:.2rem}.offer-arrows img{width:28px;height:28px}}.offer-column{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:80px}.offers-row{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin:1rem 0}.offer-bubble{position:relative;background:#fffffff2;color:#333;padding:1rem 1.25rem;border-radius:16px;min-width:120px;cursor:pointer;transition:transform .1s,box-shadow .1s;box-shadow:0 2px 8px #0003}.offer-bubble:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(255,255,255,.95)}.offer-bubble:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000004d}.offer-bubble:active{transform:scale(.98)}.offer-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.offer-resource{display:flex;align-items:center;gap:.25rem}.offer-resource img{width:42px;height:42px;object-fit:contain}.offer-price{display:flex;align-items:center;gap:.35rem;font-weight:700;font-size:1.5rem}.offer-price img{width:32px;height:32px}@media (max-width: 600px){.offer-resource img{width:24px;height:24px}.offer-price{font-size:.8rem}.offer-price img{width:18px;height:18px}}.offer-tag{display:block;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.02em;text-align:center}.offer-tag--excellent{background:#d4edda;color:#155724}.offer-tag--good{background:#cce5ff;color:#004085}.offer-tag--ok{background:#fff3cd;color:#856404}.offer-tag--pricy,.offer-tag--bad{background:#f8d7da;color:#721c24}.offer-arrows{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.35rem}.offer-arrows img{width:56px;height:56px;object-fit:contain}.success-profit{font-size:2.5rem;font-weight:700;color:#fff;margin:.5rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}.success-profit img{width:40px;height:40px}.success-total{font-size:1.1rem;color:#ffffffe6;margin:.5rem 0 0;display:flex;align-items:center;justify-content:center;gap:.35rem}.success-total-amount{font-weight:700}.success-total-icon{width:22px;height:22px}.btn-cool{margin-top:1.5rem;padding:.75rem 2rem;font-size:1.1rem;font-weight:600;color:#fff;background:#2a8a3e;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.btn-cool:hover{background:#338c47}.btn-cool:active{transform:scale(.98)}.intro-panel{width:100%;max-width:520px;max-height:85vh;margin:auto;background:url(/welcome-panel.png) center top no-repeat;background-size:contain;aspect-ratio:520 / 720;border-radius:4px;display:flex;flex-direction:column;min-height:0}.intro-content{width:100%;max-width:520px;margin:auto;text-align:center;padding:7rem 5rem 5rem;border-radius:4px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(44,36,25,.6) rgba(44,36,25,.15)}.intro-content::-webkit-scrollbar{width:10px}.intro-content::-webkit-scrollbar-track{background:#2c241926;border-radius:5px}.intro-content::-webkit-scrollbar-thumb{background:#2c241999;border-radius:5px}.intro-content::-webkit-scrollbar-thumb:hover{background:#2c2419bf}.intro-content .screen-title{color:#2c2419;text-shadow:none;margin-top:0;margin-bottom:1.5rem}.intro-text{margin:.5rem 0;line-height:1.6;color:#2c2419}.intro-text p{margin:0 0 1rem;font-size:1rem}.intro-text p:last-child{margin-bottom:0}.intro-debug-switch{display:flex;align-items:center;gap:.5rem;margin:1rem 0;cursor:pointer;font-size:.9rem;color:#ffffffe6;text-align:left;max-width:380px;margin-left:auto;margin-right:auto}.intro-debug-switch input{flex-shrink:0}.intro-highlight{font-size:1.05rem}.intro-highlight strong{color:#1a1510}.intro-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1rem 0;cursor:pointer;-webkit-user-select:none;user-select:none}.intro-toggle input{width:1.1rem;height:1.1rem;accent-color:#2a8a3e;cursor:pointer}.intro-toggle span{font-size:1rem;color:#2c2419}.intro-loops-label{margin-top:1rem;margin-bottom:.5rem!important;font-weight:600;color:#2c2419}.intro-loops{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.intro-loop-btn{width:2.5rem;height:2.5rem;padding:0;font-size:1.1rem;font-weight:600;color:#2c2419;background:#2c241914;border:2px solid rgba(44,36,25,.35);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.intro-loop-btn:hover{background:#2c241926;border-color:#2c241980}.intro-loop-btn--selected{background:#2a8a3e;border-color:#2a8a3e;color:#fff}.intro-loop-btn--selected:hover{background:#2a8a3ee6}@media (max-width: 600px){.intro-screen-content{padding:0;min-height:100vh}.intro-panel{width:100%;min-height:100vh;max-height:none;aspect-ratio:auto;background:url(/welcome-panel.png) center center no-repeat;background-size:contain;background-color:#1a1510;display:flex;align-items:center;justify-content:center}.intro-content{max-width:95vw;max-height:50vh;padding:3.75rem 2.5rem 2.5rem;flex:none}.intro-content .screen-title{font-size:1.35rem;margin-bottom:1rem}.intro-text{margin:1rem 0}.intro-text p{font-size:.875rem}.intro-highlight{font-size:.9rem}.intro-loops-label{font-size:.9rem;margin-top:.75rem}.intro-loop-btn{width:2.25rem;height:2.25rem;font-size:1rem}.intro-toggle span{font-size:.9rem}.intro-content .btn-cool{padding:.6rem 1.5rem;font-size:1rem}}.market-closed-text{font-family:Georgia,serif;font-size:1.25rem;text-align:center;max-width:320px;margin:1rem 0}.btn-play-again{margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#1a1510;background:#e8c547;border:none;border-radius:8px;cursor:pointer}.btn-play-again:hover{background:#f0d050}.card-game-tribute-game-over{color:#e8a0a0;font-size:1.1rem;text-align:center;margin:1rem 0 .5rem;font-weight:500}.card-game-tribute-costs{text-align:center;margin:1rem 0 .5rem}.card-game-tribute-line{color:#ffffffe6;font-size:1rem;margin:.35rem 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem}.card-game-tribute-coin{width:22px;height:22px;vertical-align:middle;display:inline-block}.card-game-tribute-pay-btn{display:inline-flex;align-items:center;gap:.35rem}.card-game-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;max-width:min(90vw,420px);margin:0 0 .35rem}.card-game-header-title{margin:0;font-size:1.5rem;display:flex;align-items:center;gap:.4rem}.card-game-header-icon{width:2.5em;height:2.5em;object-fit:contain;flex-shrink:0}.card-game-header .card-game-date{margin:0;flex-shrink:0;text-align:right;font-size:.85rem}.card-game-date{color:#ffffffd9;font-size:.9rem;margin-bottom:.25rem;text-align:center}.news-screen-content{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem;max-height:100vh;min-height:0;box-sizing:border-box}.news-screen-content>*:not(.news-ticker){flex-shrink:0}.news-intro{margin:0;color:#ffffffe6;font-size:.95rem;flex-shrink:0}.news-attack-report{padding:1rem;background:#781e1e66;border:1px solid rgba(200,80,80,.6);border-radius:12px;flex-shrink:0}.news-attack-report-heading{margin:0 0 .5em;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffc8c8f2}.news-attack-report-title{margin:0 0 .25em;font-size:1rem;font-weight:600;color:#fff}.news-attack-report-detail{margin:0;font-size:.9rem;color:#ffffffe6;line-height:1.4}.news-ticker{display:flex;flex-direction:column;gap:1rem;flex:1 1 0;min-height:0;max-height:40vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.news-ticker-entry{display:flex;gap:1rem;align-items:flex-start;padding:.75rem;background:#00000040;border-radius:12px;border:1px solid rgba(255,255,255,.15)}.news-thumbnail{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.news-ticker-text{flex:1;min-width:0}.news-headline{margin:0 0 .35em;font-size:1rem;font-family:Georgia,serif;color:#fff}.news-body{margin:0;font-size:.9rem;color:#ffffffe0;line-height:1.4}.news-duration{display:inline-block;margin-top:.35em;font-size:.8rem;color:#ffffffb3}.news-continue-btn{flex-shrink:0;margin-top:auto;align-self:center;min-width:12rem;max-width:min(320px,100%)}.news-loading{margin:0;color:#fffc;font-style:italic}.screen:has(.card-game-bottom){padding-bottom:130px}.card-game-bottom{position:fixed;bottom:0;left:0;right:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;padding:.75rem 1rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);flex-wrap:wrap}.card-game-home-ships-storage,.card-game-home-ships-chips{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.card-game-home-ship-indicator,.card-game-home-ship-chip{display:inline-block;padding:.2rem .5rem;font-size:.75rem;color:#fffffff2;background:#ffffff26;border-radius:999px;white-space:nowrap}.card-hand{flex:0 0 auto;max-width:520px;min-height:80px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.75rem}.card-hand--empty .card-hand-list{align-items:center}.card-hand-empty-label{color:#fff9;font-size:.9rem}.card-hand-capacity-ring{position:relative;flex-shrink:0}.card-hand-capacity-svg{display:block;transform:rotate(-90deg)}.card-hand-capacity-bg{stroke:#fff3}.card-hand-capacity-fill{stroke:#ffffffe6;transition:stroke-dasharray .2s ease}.card-hand-capacity-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;line-height:1;pointer-events:none}.card-hand--compact .card-hand-capacity-text{font-size:.6rem}.card-hand-list{display:flex;justify-content:center;align-items:flex-end;gap:.5rem;padding:0 .5rem;flex-wrap:wrap;flex:1 1 auto;min-width:0}.card-hand-card{width:64px;cursor:default;transition:transform .15s ease,filter .15s ease}.card-hand-card--highlight{transform:scale(1.15);z-index:2;cursor:pointer}.card-hand-card--highlight.card-hand-card--selected{filter:brightness(1.2);box-shadow:0 0 0 2px #ffd700cc}.card-hand-card-inner{position:relative;width:100%;aspect-ratio:2.5 / 3.5;overflow:hidden;border-radius:12px}.card-hand-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:12px}.card-hand-card-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:65%;height:65%;object-fit:contain;pointer-events:none}.card-hand-card-count{position:absolute;bottom:8%;right:10%;min-width:1.25em;height:1.25em;padding:0 .25em;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;background:#000000a6;border-radius:50%;line-height:1;box-sizing:border-box;pointer-events:none}.card-hand--compact .card-hand-card{width:52px}.card-hand--compact .card-hand-card-inner,.card-hand--compact .card-hand-card-bg{border-radius:10px}.card-hand--compact .card-hand-card-icon{width:58%;height:58%}.card-hand--compact .card-hand-card-count{min-width:1.1em;height:1.1em;font-size:.65rem;bottom:6%;right:8%}.card-game-coins{flex:0 0 auto;display:flex;align-items:center;gap:.35rem;font-size:1.25rem;font-weight:700;color:#fff}.card-game-coins img{width:28px;height:28px}.card-game-coins-gain{margin-left:.5rem;padding:.2rem .5rem;background:#2a8a3ee6;color:#fff;font-weight:600;font-size:.9rem;border-radius:6px}.card-game-sell-bar{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.5rem 1rem;background:#00000059;border-radius:8px;margin-top:.5rem}.card-game-sell-bar .btn-cool{margin-top:0}.offer-bubble--disabled{opacity:.5;cursor:not-allowed}.card-game-next-wrap{display:flex;justify-content:center;padding:.5rem 1rem;margin-bottom:.5rem}.card-game-next-btn{flex-shrink:0}.card-game-next-wrap .btn-cool{background:#2563eb}.card-game-next-wrap .btn-cool:hover{background:#3b82f6}.card-game-offers{gap:.2rem}.offer-bubble--stacked .offer-top{flex-direction:column;align-items:center;gap:.35rem;margin-bottom:.25rem}.offer-bubble--stacked .offer-price{justify-content:center}.card-game-tabs{display:flex;gap:.2rem;margin:.25rem 0 .4rem;max-width:min(90vw,420px);margin-left:auto;margin-right:auto}.card-game-tab{flex:1;padding:.35rem .45rem;font-size:.85rem;font-weight:600;color:#ffffffe6;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.card-game-tab:hover{background:#ffffff40;color:#fff}.card-game-tab--active{background:#4a8050;color:#fff;border:2px solid #6ba872;box-shadow:inset 0 1px #ffffff26,0 0 0 1px #00000026}.screen--sell .card-game-tab--active{background:#b53c3c;border-color:#d45a5a;box-shadow:inset 0 1px #fff3,0 0 0 1px #0003}.screen--sell .card-game-tab:hover:not(:disabled){background:#ffffff40}.screen--sell .offer-row-btn{background:#a83838}.screen--sell .offer-row-btn:hover:not(:disabled){background:#b53c3c}.screen--sell .offer-row-btn--primary{background:#b53c3c}.screen--sell .offer-row-btn--primary:hover:not(:disabled){background:#c44}.screen--sell .card-game-next-wrap .btn-cool{background:#2563eb}.screen--sell .card-game-next-wrap .btn-cool:hover{background:#3b82f6}.card-game-section-heading{font-size:1rem;font-weight:600;color:#fffffff2;margin:1.25rem 0 .5rem;text-align:center}.build-improve-content{max-width:520px;margin:0 auto}.build-improve-shop{display:flex;flex-direction:column;gap:1.5rem}.build-improve-lane{display:flex;flex-direction:column;gap:.75rem}.build-improve-lane-title{font-size:1rem;font-weight:700;color:#fffffff2;text-transform:uppercase;letter-spacing:.06em;margin:0;padding-bottom:.35rem;border-bottom:2px solid rgba(255,255,255,.35)}.build-improve-lane-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;width:100%}.build-improve-lane-items--row{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.build-improve-lane-items--row .build-improve-item--ship{flex:0 0 auto;width:280px;scroll-snap-align:start}.build-improve-item{background:#252530;border-radius:12px;padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.25);min-width:0}.build-improve-item--ship{display:flex;flex-direction:column}.build-improve-ship-card-top{display:flex;flex-direction:row;gap:.75rem;margin-bottom:.75rem;min-height:0}.build-improve-ship-image{flex:0 0 auto;width:90px;height:120px;object-fit:cover;object-position:center top;border-radius:8px;background:#0003}.build-improve-ship-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.25rem}.build-improve-ship-info .build-improve-item-title{margin:0;font-size:1rem}.build-improve-upgrade-card-top{display:flex;flex-direction:row;gap:.75rem;margin-bottom:.75rem;min-height:0}.build-improve-upgrade-image{flex:0 0 auto;width:90px;height:120px;object-fit:cover;object-position:center center;border-radius:8px;background:#0003}.build-improve-upgrade-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.25rem}.build-improve-upgrade-info .build-improve-item-title{margin:0;font-size:1rem}.build-improve-upgrade-info .build-improve-item-desc,.build-improve-upgrade-info .build-improve-item-stats,.build-improve-ship-info .build-improve-item-desc,.build-improve-ship-info .build-improve-item-stats{margin:0;font-size:.85rem}.build-improve-ship-send-btns{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem}.build-improve-ship-send-btns .build-improve-btn{flex:1 1 auto;min-width:0}.build-improve-ship-cargo-list{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.build-improve-ship-cargo-row{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.build-improve-cargo-icon{width:24px;height:24px;object-fit:contain}.build-improve-cargo-counts{font-size:.85rem;color:#ffffffe6;min-width:6rem}.build-improve-ship-cargo-btns{display:flex;gap:.35rem;margin-left:auto}.build-improve-btn--small{padding:.2rem .4rem;font-size:.75rem}.build-improve-item-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .35rem}.build-improve-item-desc{font-size:.9rem;color:#ffffffd9;margin:0 0 .5rem}.build-improve-item-stats{font-size:.9rem;color:#ffffffe6;margin:0 0 .5rem}.build-improve-item-bonus{color:#3b82f6}.build-improve-price-card{background:#00000040;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.5rem .75rem;margin:.5rem 0 .25rem}.build-improve-price-heading{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.build-improve-cost{font-size:1.05rem;font-weight:600;color:#fff;margin:0;display:flex;flex-direction:column;gap:.25rem}.build-improve-cost-line{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.build-improve-cost-icon{width:22px;height:22px;vertical-align:middle;display:inline-block}.build-improve-tribute-warning{font-size:.85rem;color:#e86c6c;margin:.35rem 0 .25rem;line-height:1.35}.build-improve-btn{margin-top:.25rem}.build-improve-btn:disabled{background:#5a5a5a;cursor:not-allowed;opacity:1}.build-improve-btn--selected{background:#1e6b2e;box-shadow:inset 0 0 0 2px #fff6}.build-improve-max{font-size:.9rem;color:#fffc;font-style:italic}.build-improve-inline-icon{width:18px;height:18px;vertical-align:middle;display:inline-block}.card-game-offer-list{display:flex;flex-direction:column;gap:.4rem;width:100%;max-width:min(90vw,420px);margin:1rem auto;max-height:42vh;overflow-y:auto}@media (max-width: 600px){.screen-content:has(.card-game-header){max-height:calc(100vh - 200px);min-height:0;justify-content:flex-start}.screen-content:has(.card-game-header) .card-game-offer-list{flex:1 1 0;min-height:0;max-height:none;margin-top:.25rem}}.offer-bubble--list{padding:.5rem .75rem;min-width:0;display:flex;flex-direction:row;align-items:center;gap:.75rem;border-radius:12px}.offer-bubble--list:before{display:none}.offer-list-resource{display:flex;align-items:center;gap:.4rem;min-width:0;flex:1}.offer-list-resource img{width:28px;height:28px;object-fit:contain;flex-shrink:0}.offer-list-resource-name{font-weight:600;text-transform:capitalize;font-size:.95rem}@media (max-width: 600px){.offer-list-resource-name,.offer-list-qty{display:none}}.offer-list-price{display:flex;align-items:center;gap:.25rem;font-weight:700;font-size:1.1rem;flex-shrink:0}.offer-list-price img{width:22px;height:22px}.offer-list-price--with-modifier{flex-wrap:wrap;gap:.15rem .35rem}.offer-row-sell-boost,.offer-row-buy-discount{font-size:.75rem;font-weight:600;color:#3b82f6;opacity:.95}.offer-list-qty{font-size:.8rem;opacity:.9;flex-shrink:0}.offer-row{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fffffff2;color:#333;border-radius:12px;box-shadow:0 2px 8px #0003;min-width:0}.offer-row-info{display:flex;align-items:center;gap:.5rem .75rem;min-width:0;flex:1;flex-wrap:wrap}.offer-row-controls{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.offer-row-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 .35rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;background:#2d5a27;color:#fff;transition:opacity .15s,background .15s}.offer-row-btn:hover:not(:disabled){opacity:.9;background:#3a6b32}.offer-row-btn:disabled{opacity:.5;cursor:not-allowed}.offer-row-btn--primary{padding:0 .6rem;font-size:.9rem}.offer-row-btn--cancel{background:#666;font-size:.85rem;padding:0 .4rem}.offer-row-btn--cancel:hover:not(:disabled){background:#555}.offer-row-amount{min-width:1.5rem;text-align:center;font-weight:700;font-size:.95rem}
