@import"https://cdn.jsdelivr.net/gh/luttje/css-pokemon-gameboy@main/dist-lib/css-pokemon-gameboy.css";:root{font-family:Verdana,Tahoma,sans-serif;line-height:1.4;color:#1a1a1a;background:#d7dbce}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.page-with-side-ads{width:100%}.side-ad{display:none}.app-shell{width:min(1100px,100%);margin:0 auto;padding:.75rem;display:grid;gap:.75rem}.side-ad-slot{border:3px solid #1f2a16;border-radius:6px;background:#edf2de;min-height:600px;padding:.5rem}.side-ad-slot--placeholder{display:grid;align-content:start;gap:.4rem}.side-ad-title{margin:0;font-weight:700;font-size:.9rem}.side-ad-note{margin:0;font-size:.85rem;color:#324427}.gb-container{border:3px solid #1f2a16;background:#f1f4e6;border-radius:6px;box-shadow:inset 0 -2px #b5b9ad}.top-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;padding:.5rem}.right-controls{display:flex;align-items:center;gap:.4rem}.lang-switch{display:inline-flex;gap:.25rem}.lang-switch .gb-btn{min-width:40px;padding:.25rem .45rem;font-size:1rem}.brand-title{margin:0;text-align:center;font-size:1.15rem}.main-nav{padding:.5rem;display:flex;flex-wrap:wrap;gap:.4rem}.app-content{padding:.8rem;min-height:360px}.panel h2,.panel h3{margin:0 0 .5rem}.panel p{margin:0 0 .6rem}.home-grid{display:grid;gap:.8rem}.panel{border:2px solid #38472d;border-radius:4px;background:#f8faf2;padding:.75rem}.cta-row{display:flex;flex-wrap:wrap;gap:.5rem}.daily-form,.auth-form{display:grid;gap:.65rem}.daily-form label,.auth-form label{display:grid;gap:.3rem;font-size:.9rem}.gb-input{min-height:44px;border:2px solid #233016;border-radius:4px;padding:.45rem;background:#fcfef7}.gb-btn{min-height:44px;border:2px solid #233016;border-radius:4px;background:#dce8c9;color:#1d2517;padding:.45rem .75rem;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.gb-btn:hover{background:#cfe0b2}.gb-btn:focus-visible,.gb-input:focus-visible{outline:3px solid #4f6b2c;outline-offset:2px}.gb-btn-small{min-height:38px;padding:.3rem .6rem}.gb-btn-alt{background:#e9e2be}.nav-btn.active,.is-active{background:#b8ce8d}.status-loading,.status-empty,.status-error,.status-ok{padding:.45rem;border-radius:4px;font-size:.9rem}.status-empty{background:#ecefdc}.status-loading{background:#dbe7f6}.status-error{background:#f7dedc}.status-ok{background:#dcefd3}.auth-icon-button{min-width:44px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:grid;place-items:center;padding:.75rem}.auth-modal{width:min(100%,480px);padding:.75rem}.auth-modal-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem}.auth-modal-header h2{margin:0}.auth-modal-tabs{display:flex;gap:.5rem;margin-bottom:.75rem}.progress-box code,code{background:#e3ead5;border-radius:4px;padding:.2rem .35rem;display:inline-block}.progress-grid-wrapper{display:grid;gap:.65rem}.captured-pokemon-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.captured-pokemon-card{border:2px solid #2a3720;border-radius:4px;background:#eef3df;padding:.5rem;text-align:center;display:grid;gap:.25rem}.captured-pokemon-image-wrap{min-height:72px;display:grid;place-items:center}.captured-pokemon-image{width:72px;height:72px;image-rendering:pixelated}.captured-pokemon-name{margin:0;font-size:.9rem;font-weight:700;word-break:break-word}.captured-pokemon-id{margin:0;font-size:.8rem;color:#324427}@media (min-width: 768px){.app-shell{padding:1rem}.captured-pokemon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.page-with-side-ads{display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1100px) minmax(160px,220px);gap:.75rem;align-items:start;max-width:1600px;margin:0 auto;padding:0 .75rem}.side-ad{display:block;position:sticky;top:.75rem}.app-shell{width:100%;max-width:1100px}.home-grid{grid-template-columns:1.45fr 1fr}.captured-pokemon-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.daily-page-lead{margin-top:0}.daily-setup{display:grid;gap:.75rem}.daily-time-selector{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.daily-time-output{min-width:4.5rem;font-weight:700;text-align:center}.daily-session{display:grid;gap:.75rem;margin-top:.5rem}.daily-session-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.daily-global-clock{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.daily-global-clock-label{font-size:.9rem}.daily-global-clock-value{font-variant-numeric:tabular-nums;font-weight:700;font-size:1.15rem}.daily-session-grid{display:grid;gap:.75rem}.daily-battle-panel{padding:.75rem;display:grid;gap:.65rem}.daily-wild-pokemon{text-align:center;display:grid;gap:.25rem}.daily-wild-image-wrap{min-height:104px;display:grid;place-items:center}.daily-wild-image{width:96px;height:96px;image-rendering:pixelated}.daily-wild-image--shake{animation:daily-red-shake .28s linear infinite}@keyframes daily-red-shake{0%{transform:translate(0)}25%{transform:translate(-1px)}50%{transform:translate(1px)}75%{transform:translate(-1px)}to{transform:translate(0)}}.daily-wild-name{margin:0;font-size:1.05rem;font-weight:700}.daily-wild-id{margin:0;font-size:.85rem;color:#324427}.daily-hp-bar{margin-top:.25rem;width:100%;min-width:0;display:grid;gap:.25rem}.daily-hp-bar label{font-size:.85rem;font-weight:700}.daily-hp-track{border:2px solid #233016;background:#d8ddc8;border-radius:4px;overflow:hidden;width:100%;height:14px}.daily-hp-fill{height:100%;min-width:0;transition:width .2s linear,background-color .2s linear}.daily-hp-fill--green{background:#5aa934}.daily-hp-fill--yellow{background:#d2b437}.daily-hp-fill--red{background:#c94a3f}.daily-hp-numbers{margin:0;font-size:.85rem;text-align:center}.daily-actions{margin-top:.25rem}.daily-history-panel{padding:.75rem;min-height:8rem}.daily-history-title{margin:0 0 .5rem;font-size:1rem}.daily-throws-list{margin:0;padding-left:1.1rem;display:grid;gap:.35rem;font-size:.88rem;max-height:220px;overflow-y:auto}.daily-throw-item{display:grid;grid-template-columns:auto 1fr;gap:.35rem;align-items:baseline}.daily-throw-index{font-weight:700;color:#2a3720}.daily-results-modal{width:min(100%,520px);padding:.75rem;max-height:min(90vh,640px);overflow-y:auto}.daily-results-modal-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem}.daily-results-modal-header h2{margin:0;font-size:1.1rem}.daily-results-summary{margin:0 0 .75rem;padding-left:1.1rem;font-size:.92rem}.daily-results-throws{margin:0;padding-left:1.1rem;display:grid;gap:.4rem;font-size:.88rem}.daily-results-throws li{display:grid;grid-template-columns:auto 1fr auto;gap:.35rem;align-items:baseline}.daily-results-throw-index{font-weight:700}.daily-results-throw-meta{word-break:break-word}.daily-results-throw-outcome{font-weight:700;white-space:nowrap}.daily-results-throw-outcome--captured{color:#2d5a1f}.daily-results-throw-outcome--miss{color:#5a3010}.daily-results-throw-outcome--no_chance{color:#444}@media (min-width: 1024px){.daily-session-grid{grid-template-columns:1.35fr 1fr;align-items:start}.daily-throws-list{max-height:360px}}button,input{font:inherit}.auth-icon{font-size:1rem;line-height:1}.auth-icon-text{font-size:.8rem}@media (max-width: 479px){.brand-title{font-size:1rem}}
