:root{font-family:Inter,Segoe UI,system-ui,sans-serif;color:#183d37;background:#f4f3ec;font-size:16px;--accent:#165d4e}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,select,summary{cursor:pointer}button{border:0;background:var(--accent);color:white;border-radius:9px;padding:13px 19px;font-weight:650}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,a:focus-visible{outline:3px solid #cc7548;outline-offset:3px}button.secondary{background:#e4ede7;color:#214b40}input,select{border:1px solid #bccdc3;border-radius:8px;padding:10px;background:#fff;color:#183d37;max-width:100%}header{display:flex;align-items:center;justify-content:space-between;padding:24px 4vw;border-bottom:1px solid #d7dfd6}.brand{font-weight:800;font-size:25px;text-decoration:none;color:inherit}.header-actions{display:flex;gap:20px;align-items:center}.local{font-size:12px;background:#e0e8df;padding:6px 10px;border-radius:20px}main,footer{max-width:1450px;margin:auto;padding:30px 4vw}.hero{display:grid;grid-template-columns:1.35fr 1fr;gap:70px;align-items:center;padding:30px 0 50px}h1{font-size:clamp(36px,4.5vw,65px);line-height:1.04;letter-spacing:-.045em;max-width:750px;margin:18px 0 25px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:750}.intro{font-size:20px;line-height:1.6;max-width:620px;color:#4e675b}.profile,.hint{font-size:12px;line-height:1.6;color:#5f7065}.pack-panel{background:#e5eadf;border:1px solid #cfdbc9;border-radius:22px;padding:28px;text-align:center}.pack-art{width:156px;height:175px;margin:0 auto 18px;background:linear-gradient(140deg,#1b6858,#123f38);box-shadow:7px 9px 0 #bad0b8;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#e2d69b;transform:rotate(-5deg);border:5px double #789d83}.pack-art span{font-size:46px;line-height:1.2}.pack-art b{letter-spacing:.15em;font-size:14px}.pack-art small{font-size:8px;letter-spacing:.12em;margin-top:16px}.stock{display:flex;gap:9px;align-items:baseline;justify-content:center}.stock strong{font-size:35px}.pack-panel>button{width:100%;max-width:300px}#countdown{font-size:13px;font-variant-numeric:tabular-nums}#message:not(:empty){padding:14px 18px;background:#fff3d8;border:1px solid #dfbd7e;border-radius:10px;margin-bottom:20px}.tabs{display:flex;gap:10px;border-bottom:1px solid #d2dccf;padding-bottom:14px;margin-bottom:25px;flex-wrap:wrap}.tabs button{background:transparent;color:#4a6357;padding:10px 14px}.tabs button[aria-pressed=true]{background:#183d37;color:#fff}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap}.section-head p,.section-head span{font-size:14px;color:#58715f}h2{font-size:27px;letter-spacing:-.02em}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,235px),1fr));gap:20px;align-items:start}.card{border:1px solid #cbd8cc;border-top:5px solid var(--rarity);border-radius:12px;background:#fff;overflow:hidden;min-width:0;--rarity:#739484}.card[data-rarity=uncommon]{--rarity:#308b55}.card[data-rarity=rare]{--rarity:#3577b8}.card[data-rarity=super_rare]{--rarity:#8c55b8}.card[data-rarity=epic]{--rarity:#b0478b}.card[data-rarity=mythic]{--rarity:#c06538}.card[data-rarity=legendary]{--rarity:#a5791c}.card>img{width:100%;height:190px;object-fit:contain;background:#e9efea;display:block}.card-copy{padding:16px}.badge{font-size:11px;color:var(--rarity);font-weight:850;text-transform:uppercase;letter-spacing:.055em}.card h3{font-size:21px;line-height:1.2;margin:9px 0 12px;overflow-wrap:anywhere}.card .story{font-size:14px;line-height:1.55;color:#526559}.card .small{font-size:11px;line-height:1.5;color:#5c7164}.card .state{font-size:12px;font-weight:700;background:#edf3e9;padding:7px 8px;border-radius:5px}.card .gps{font-size:12px;font-variant-numeric:tabular-nums}.card details{border-top:1px solid #e2e9df;margin-top:15px;padding-top:10px;font-size:12px;overflow-wrap:anywhere}.card details p{line-height:1.6}a{color:#215b49}.filters{display:flex;gap:12px;margin:10px 0 25px;flex-wrap:wrap}.filters input{flex:1;min-width:150px}.empty{padding:50px 20px;text-align:center;border:1px dashed #b8c9b8;border-radius:12px;color:#607363}.odds{margin-top:30px;padding:18px;background:#e7ece1;border-radius:10px}#odds-list{display:flex;gap:15px;flex-wrap:wrap;margin-top:15px;font-size:13px}#settings{max-width:900px}#settings>p,#settings-form>p{line-height:1.6;color:#576d5e}.settings-grid{display:flex;gap:25px;flex-wrap:wrap}.settings-grid label{display:flex;flex-direction:column;gap:8px}.settings-actions{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.weight-row{display:flex;gap:20px;align-items:center;justify-content:space-between;margin:10px 0;max-width:600px}.weight-row input{width:130px}footer{font-size:12px;color:#60715f;border-top:1px solid #d3ddd0;line-height:1.7;margin-top:25px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}#more{margin-top:24px}@media(max-width:700px){header{padding:18px}.header-actions{gap:8px}.local{display:none}main,footer{padding:20px}.hero{grid-template-columns:1fr;gap:22px;padding:10px 0 30px}h1{font-size:42px}.intro{font-size:17px}.pack-panel{padding:23px}.pack-art{width:110px;height:120px;margin-bottom:10px}.pack-art span{font-size:30px}.pack-art b{font-size:10px}.pack-art small{font-size:6px;margin-top:10px}.cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}.card>img{height:220px}.tabs button{font-size:13px;padding:10px}.weight-row{gap:10px}.weight-row label{font-size:14px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

.account-panel{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.account-panel p{flex:1;min-width:180px;font-size:.85rem}.account-panel button{font-size:.85rem}
