@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--pitch-dark:#0a3d2a;--pitch-green:#146b3a;--pitch-light:#1e8c4f;--trophy-gold:#d4af37;--trophy-gold-light:#f0d878;--trophy-gold-dark:#a6821f;--surface:#faf8f5;--surface-warm:#f3efe8;--surface-card:#fff;--ink:#1a1a1a;--ink-secondary:#3d3d3d;--muted:#6b6b6b;--line:#e0dcd5;--line-strong:#c9c4bb;--accent-red:#bf0a30;--accent-blue:#002868;--accent-mex-green:#006847;--sticker-border:#c9c4bb;--sticker-shadow:0 4px 0 #00000014, 0 8px 24px #0000000f;--sticker-shadow-hover:0 6px 0 #0000001a, 0 12px 32px #0000001a;--font-display:"Bebas Neue", Impact, "Arial Narrow", sans-serif;--font-body:"Outfit", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;font-family:var(--font-body)}.site-shell{flex-direction:column;min-height:100vh;display:flex}.container{width:min(1200px,100% - 32px);margin:0 auto}.site-header{border-bottom:1px solid var(--line);background:var(--surface-card);z-index:50;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:20px;min-height:68px;display:flex}.brand{font-family:var(--font-display);letter-spacing:.02em;color:var(--pitch-dark);align-items:center;gap:10px;font-size:24px;display:flex}.brand-logo{object-fit:contain;border-radius:6px;width:40px;height:40px;display:block}.footer-brand{font-family:var(--font-display);letter-spacing:.02em;color:#ffffffe6;align-items:center;gap:10px;margin-bottom:18px;font-size:20px;display:flex}.footer-logo{object-fit:contain;border-radius:6px;width:32px;height:32px;display:block}.nav{flex-wrap:wrap;gap:8px;display:flex}.nav a{color:var(--muted);border-radius:999px;padding:8px 14px;font-size:14px;font-weight:600;transition:all .2s}.nav a:hover{color:var(--pitch-dark);background:var(--surface-warm)}.hero{background:radial-gradient(ellipse at 20% 50%, #d4af371f 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, #146b3a14 0%, transparent 50%), linear-gradient(135deg, var(--surface) 0%, var(--surface-warm) 100%);border-bottom:1px solid var(--line);padding:80px 0 64px;position:relative;overflow:hidden}.hero:before{content:"";opacity:.6;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='none' stroke='%23d4af37' stroke-width='0.5' opacity='0.15' d='M50 5 L90 25 L90 75 L50 95 L10 75 L10 25 Z'/%3E%3Cpath fill='none' stroke='%23d4af37' stroke-width='0.5' opacity='0.15' d='M50 5 L50 25 M10 25 L30 35 M90 25 L70 35 M10 75 L30 65 M90 75 L70 65 M50 95 L50 75'/%3E%3Cpath fill='none' stroke='%23146b3a' stroke-width='0.5' opacity='0.1' d='M30 35 L70 35 L50 75 Z'/%3E%3C/svg%3E") 50%/contain no-repeat;width:400px;height:400px;animation:8s ease-in-out infinite float;position:absolute;top:-100px;right:-80px}.hero:after{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='%23146b3a' stroke-width='0.6' opacity='0.08'/%3E%3Ccircle cx='50' cy='50' r='30' fill='none' stroke='%23146b3a' stroke-width='0.4' opacity='0.06'/%3E%3Cpath d='M50 5 L50 95 M5 50 L95 50' stroke='%23146b3a' stroke-width='0.3' opacity='0.05'/%3E%3C/svg%3E") 50%/contain no-repeat;width:300px;height:300px;animation:10s ease-in-out infinite reverse float;position:absolute;bottom:-60px;left:-60px}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.eyebrow{color:var(--trophy-gold-dark);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 12px;font-size:13px;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:var(--trophy-gold);border-radius:2px;width:24px;height:3px;display:inline-block}h1,h2,h3,h4{font-family:var(--font-display);overflow-wrap:anywhere;margin:0;line-height:1.1}h1{letter-spacing:.02em;color:var(--pitch-dark);font-size:clamp(48px,10vw,96px)}h2{letter-spacing:.02em;color:var(--pitch-dark);margin-bottom:16px;font-size:clamp(36px,6vw,56px)}h3{letter-spacing:.01em;color:var(--ink-secondary);font-size:clamp(24px,4vw,32px)}p{overflow-wrap:anywhere;margin:0}.lead{max-width:640px;color:var(--muted);margin:20px 0 0;font-size:18px;font-weight:400;line-height:1.7}.actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.button{border:2px solid var(--pitch-green);background:var(--pitch-green);color:#fff;min-height:48px;font-family:var(--font-body);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #146b3a40}.button:hover{background:var(--pitch-light);border-color:var(--pitch-light);transform:translateY(-2px);box-shadow:0 8px 24px #146b3a59}.button.secondary{color:var(--pitch-dark);border-color:var(--line-strong);box-shadow:none;background:0 0}.button.secondary:hover{border-color:var(--pitch-green);color:var(--pitch-green);background:#146b3a0a;box-shadow:0 4px 12px #146b3a1a}.button.danger{border-color:var(--accent-red);background:var(--accent-red);box-shadow:0 4px 12px #bf0a3040}.button.danger:hover{background:#a00828;box-shadow:0 8px 24px #bf0a3059}.section{padding:64px 0}.section.alt{background:var(--surface-warm);border-block:1px solid var(--line)}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:32px;display:flex}.section-head h2{margin-bottom:0}.muted{color:var(--muted);line-height:1.7}.grid{gap:20px;display:grid}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--line);background:var(--surface-card);border-radius:12px;padding:24px;transition:all .25s}.card-link{text-decoration:none}.card-link:hover{border-color:var(--trophy-gold);box-shadow:var(--sticker-shadow-hover);transform:translateY(-4px)}.product-card{padding:0;overflow:hidden}.product-card img{aspect-ratio:4/3;object-fit:contain;background:#f0ece4;width:100%;display:block}.product-card div{padding:20px}.credit{color:var(--muted);margin-top:14px;font-size:13px}.tool-layout{grid-template-columns:280px 1fr;align-items:start;gap:20px;display:grid}.tool-surface{gap:20px;display:grid}.filter-panel{border:1px solid var(--line);background:var(--surface-card);border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:16px;padding:24px;display:grid}.filters{position:sticky;top:88px}.notice{border-left:4px solid var(--trophy-gold);background:linear-gradient(90deg,#d4af3714,#0000)}.quick-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;max-height:320px;padding-right:4px;display:grid;overflow:auto}.quick-chip{border:1.5px solid var(--line);background:var(--surface-card);min-height:36px;color:var(--ink);cursor:pointer;font-size:12px;font-weight:700;font-family:var(--font-body);border-radius:6px;transition:all .15s}.quick-chip:hover{border-color:var(--pitch-green);color:var(--pitch-green)}.quick-chip.owned{border-color:var(--pitch-green);color:var(--pitch-dark);background:linear-gradient(135deg,#e8f5ec,#d4edda)}.sticker-image,.sticker-placeholder{aspect-ratio:3/4;background:var(--surface-card);border-radius:8px;width:100%}.sticker-placeholder.compact{aspect-ratio:5/3;min-height:110px}.sticker-image{object-fit:contain;border:1px solid var(--sticker-border);box-shadow:var(--sticker-shadow)}.sticker-placeholder{text-align:center;border:1px solid var(--sticker-border);box-shadow:var(--sticker-shadow);align-content:center;place-items:center;gap:6px;padding:16px;transition:all .2s;display:grid;position:relative;overflow:hidden}.sticker-placeholder:before{content:"";background:linear-gradient(90deg, var(--pitch-green), var(--pitch-light));opacity:.7;height:6px;position:absolute;bottom:0;left:0;right:0}.sticker-placeholder.owned{border-color:var(--pitch-green);box-shadow:0 4px #146b3a26,0 8px 24px #146b3a1f}.sticker-placeholder.owned:before{background:linear-gradient(90deg, var(--pitch-green), var(--trophy-gold));opacity:1}.sticker-placeholder .sticker-code{color:var(--pitch-dark);font-family:var(--font-display);letter-spacing:.02em;font-size:32px;line-height:1}.sticker-placeholder .sticker-team{color:var(--ink-secondary);font-size:14px;font-weight:700;font-family:var(--font-body)}.sticker-placeholder .sticker-player,.sticker-placeholder .sticker-category{color:var(--muted);font-size:12px;font-family:var(--font-body)}.sticker-placeholder .sticker-owned-mark{background:var(--pitch-green);color:#fff;z-index:2;border-radius:50%;place-items:center;width:28px;height:28px;font-size:14px;font-weight:800;display:grid;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #146b3a66}.sticker-card{gap:14px;display:grid}.sticker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sticker-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.badge{color:var(--muted);font-size:12px;font-weight:700;font-family:var(--font-body);white-space:nowrap;background:#edf1f5;border-radius:999px;padding:4px 12px}.badge.owned{color:var(--pitch-dark);background:linear-gradient(135deg,#e8f5ec,#d4edda)}.badge.duplicate{color:#7a5c00;background:linear-gradient(135deg,#fff8e1,#ffecb3)}.progress-track{border:1px solid var(--line);background:#e8e4de;border-radius:999px;height:14px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--pitch-green), var(--pitch-light), var(--trophy-gold));border-radius:999px;height:100%;transition:width .6s cubic-bezier(.22,1,.36,1);position:relative}.progress-fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d);width:40px;position:absolute;top:0;bottom:0;right:0}.progress-card{gap:18px;display:grid}.progress-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.progress-caption{color:var(--pitch-dark);margin:0;font-weight:600}.stat{gap:6px;min-width:0;display:grid}.stat strong{font-family:var(--font-display);color:var(--pitch-dark);overflow-wrap:normal;font-size:clamp(28px,4vw,40px);line-height:1}.stat span{text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:600}.row{justify-content:space-between;align-items:center;gap:12px;display:flex}.counter{align-items:center;gap:8px;display:inline-flex}.counter button{border:1.5px solid var(--line);background:var(--surface-card);cursor:pointer;width:36px;height:36px;color:var(--ink);border-radius:8px;font-weight:700;transition:all .15s}.counter button:hover{border-color:var(--pitch-green);color:var(--pitch-green);background:#146b3a0a}.list-box{white-space:pre-wrap;min-height:220px}.selector-card,.missing-hero{justify-content:space-between;align-items:center;gap:18px;display:flex}.result-head{justify-content:space-between;align-items:end;gap:16px;display:flex}.toolbar-actions{flex-wrap:wrap;gap:10px;display:flex}.segmented{border:1.5px solid var(--line);background:var(--surface);border-radius:999px;padding:4px;display:inline-flex}.segmented button{color:var(--muted);cursor:pointer;font-weight:700;font-family:var(--font-body);background:0 0;border:0;border-radius:999px;padding:10px 18px;transition:all .2s}.segmented button.active{background:var(--pitch-dark);color:#fff;box-shadow:0 2px 8px #0a3d2a40}.missing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.missing-card{grid-template-columns:150px 1fr;align-items:center;gap:18px;display:grid}.load-more{justify-content:center;padding:10px 0 0;display:flex}.faq-accordion{border:1px solid var(--line);background:var(--surface-card);border-radius:12px;overflow:hidden}.faq-item{border-bottom:1px solid var(--line)}.faq-item:last-child{border-bottom:none}.faq-question{cursor:pointer;width:100%;font-family:var(--font-body);color:var(--ink);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:700;transition:background .2s;display:flex}.faq-question:hover{background:var(--surface-warm)}.faq-question span:first-child{flex:1}.faq-icon{background:var(--surface-warm);width:28px;height:28px;color:var(--pitch-dark);border-radius:50%;flex-shrink:0;place-items:center;font-size:18px;font-weight:700;transition:all .2s;display:grid}.faq-item.open .faq-icon{background:var(--pitch-green);color:#fff}.faq-answer{transition:max-height .35s cubic-bezier(.22,1,.36,1),opacity .25s;overflow:hidden}.faq-answer p{padding:0 24px 20px;line-height:1.75}.site-footer{border-top:1px solid var(--line);background:var(--pitch-dark);color:#fff9;margin-top:auto;padding:40px 0;font-size:14px}.site-footer a{color:#fffc;transition:color .2s}.site-footer a:hover{color:var(--trophy-gold)}.footer-links{flex-wrap:wrap;gap:16px;margin-bottom:18px;display:flex}.group-card{gap:14px;padding:22px;display:grid}.group-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.group-card-head h3{color:var(--pitch-dark);margin:0;font-size:22px}.group-teams{flex-wrap:wrap;gap:6px;display:flex}.team-chip{background:var(--surface-warm);color:var(--muted);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.group-progress{gap:8px;margin-top:auto;display:grid}.field{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;gap:8px;font-size:13px;font-weight:700;display:grid}.field input,.field select,.field textarea{border:1.5px solid var(--line);background:var(--surface-card);width:100%;color:var(--ink);border-radius:8px;padding:12px 14px;font-size:15px;font-weight:500;transition:border-color .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--pitch-green);outline:none}@media (max-width:860px){.header-inner,.section-head{flex-direction:column;align-items:flex-start}.grid.cols-2,.grid.cols-3,.grid.cols-4,.tool-layout,.filter-panel,.sticker-grid,.missing-grid,.missing-card{grid-template-columns:1fr}.progress-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.selector-card,.missing-hero,.result-head{flex-direction:column;align-items:flex-start}.filters{position:static}.quick-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.hero{padding-top:52px}.hero:before,.hero:after{display:none}}
