code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#dbeafe;--accent:#f59e0b;--accent-dark:#d97706;--dark:#0f172a;--dark-soft:#1e293b;--text:#1f2937;--text-secondary:#6b7280;--text-light:#9ca3af;--bg:#f8fafc;--surface:#fff;--border:#e5e7eb;--border-light:#f1f5f9;--success:#059669;--danger:#dc2626;--radius-sm:6px;--radius:10px;--radius-lg:14px;--shadow-sm:0 1px 3px #0000000f;--shadow:0 4px 12px #0000000f;--shadow-lg:0 8px 24px #00000014;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Permanent Marker",cursive,sans-serif;--max-width:1260px}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;background:var(--bg);color:#1f2937;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);margin:0}.app-container{align-items:center;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%}h1.title{color:#fff;color:var(--surface);font-family:Permanent Marker,cursive,sans-serif;font-family:var(--font-display);font-size:2.6rem;letter-spacing:1.5px;margin:0 0 15px;text-shadow:0 2px 8px #0003}h3.subtitle{color:#6b7280;color:var(--text-secondary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:1rem;font-weight:600;letter-spacing:.2px;margin:0 0 12px}.hero-banner{align-items:center;background:linear-gradient(135deg,#0f172a,#1e3a5f 50%,#2563eb);background:linear-gradient(135deg,var(--dark) 0,#1e3a5f 50%,var(--primary) 100%);display:flex;flex-direction:column;gap:10px;margin-bottom:0;padding:40px 0 32px;width:100%}.hero-banner h3.subtitle{color:#ffffffbf;margin-top:4px}.carousel-wrapper{align-items:center;background:#ffffff14;display:flex;height:30px;margin-bottom:15px;width:100%}.carousel-label{color:#f59e0b;color:var(--accent);flex-shrink:0;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:0 12px;text-transform:uppercase;white-space:nowrap}.player-category-carousel,.stat-carousel{flex:1 1;height:30px;min-width:0;overflow:hidden;position:relative}.carousel-track{animation:scroll-left 30s linear infinite}.carousel-track,.player-carousel-track{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;transform:translateZ(0);white-space:nowrap;will-change:transform}.player-carousel-track{animation:scroll-left-player 50s linear infinite}.carousel-item{color:#fff9;display:inline-block;font-size:.85rem;font-weight:500;letter-spacing:.3px;padding:0 20px}@keyframes scroll-left{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes scroll-left-player{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.quick-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:8px 0 14px;max-width:600px}.quick-chip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:20px;color:#ffffffe6;cursor:pointer;font-size:.8rem;font-weight:500;padding:5px 14px;transition:all .2s;white-space:nowrap}.quick-chip:hover{background:#f59e0b;background:var(--accent);border-color:#f59e0b;border-color:var(--accent);box-shadow:0 2px 10px #f59e0b59;color:#0f172a;color:var(--dark);transform:translateY(-1px)}.quick-chip:disabled{cursor:not-allowed;opacity:.4;transform:none}.query-form{display:flex;gap:10px;margin-bottom:0;max-width:680px;width:90%}.query-input{background:#ffffff1a;border:2px solid #fff3;border-radius:10px;border-radius:var(--radius);color:#fff;flex:1 1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:.95rem;outline:none;padding:12px 16px;transition:all .2s}.query-input::placeholder{color:#ffffff73}.query-input:focus{background:#ffffff26;border-color:#f59e0b;border-color:var(--accent)}@keyframes slow-flash{0%{filter:brightness(1)}50%{filter:brightness(1.5)}to{filter:brightness(1)}}.submit-btn{background:#f59e0b;background:var(--accent);border:none;border-radius:10px;border-radius:var(--radius);color:#0f172a;color:var(--dark);cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:.95rem;font-weight:700;letter-spacing:.3px;padding:12px 28px;transition:all .2s}.submit-btn.thinking{animation:slow-flash 1.2s infinite}.submit-btn:hover{background:#d97706;background:var(--accent-dark);box-shadow:0 2px 10px #f59e0b4d}.submit-btn:disabled{background:#ffffff26;color:#fff6;cursor:not-allowed}.result-area{align-items:flex-start;display:flex;justify-content:center;max-width:1260px;max-width:var(--max-width);min-height:48px;padding:24px 16px 8px;width:100%}.result-box{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);box-shadow:0 4px 12px #0000000f;box-shadow:var(--shadow);color:#1f2937;color:var(--text);font-size:1rem;max-width:650px;min-width:350px;padding:1.5rem 2rem;white-space:pre-wrap}.enrichment-card,.result-box{border-radius:14px;border-radius:var(--radius-lg)}.enrichment-card{background:linear-gradient(135deg,#0f172a,#2563eb);background:linear-gradient(135deg,var(--dark) 0,var(--primary) 100%);color:#fff;margin-bottom:16px;padding:20px 24px}.enrichment-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.enrichment-badge{background:#f59e0b;background:var(--accent);border-radius:6px;border-radius:var(--radius-sm);color:#0f172a;color:var(--dark);font-size:.8rem;font-weight:800;padding:3px 10px}.enrichment-name{font-size:1.3rem;font-weight:700}.enrichment-club{font-size:.9rem;font-style:italic;opacity:.75}.enrichment-stats{display:flex;flex-wrap:wrap;gap:12px}.enrichment-stat{align-items:center;background:#ffffff1a;border-radius:10px;border-radius:var(--radius);display:flex;flex-direction:column;min-width:80px;padding:10px 16px}.enrichment-stat-value{color:#f59e0b;color:var(--accent);font-size:1.35rem;font-weight:700}.enrichment-stat-label{font-size:.7rem;letter-spacing:.5px;margin-top:4px;opacity:.8;text-align:center;text-transform:uppercase}.explanation-card{background:linear-gradient(135deg,#1e293b,#334155);border-left:4px solid #f59e0b;border-left:4px solid var(--accent);border-radius:10px;border-radius:var(--radius);color:#e2e8f0;margin-bottom:16px;padding:18px 22px}.explanation-header{align-items:center;display:flex;gap:8px;margin-bottom:10px}.explanation-icon{font-size:1.1rem}.explanation-title{color:#f59e0b;color:var(--accent);font-size:.85rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.explanation-text{font-size:.95rem;line-height:1.65;margin:0}.spinner{align-items:center;display:flex;height:48px;justify-content:center;margin:16px 0}.spinner-circle{animation:spin .8s linear infinite;border:3px solid #dbeafe;border-top:3px solid #2563eb;border:3px solid var(--primary-light);border-radius:50%;border-top-color:var(--primary);height:28px;width:28px}@keyframes spin{to{transform:rotate(1turn)}}.section-card{margin:0 auto;padding:0 16px}.section-card,.top-tables-row{max-width:1260px;max-width:var(--max-width);width:100%}.top-tables-row{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:32px 16px 0}.top-table{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0000000f;box-shadow:var(--shadow);flex:1 1 280px;font-size:.9rem;max-width:400px;overflow:hidden;padding:1rem .8rem;transition:box-shadow .2s}.top-table:hover{box-shadow:0 8px 24px #00000014;box-shadow:var(--shadow-lg)}.top-table h2{color:#1f2937;color:var(--text);font-size:1rem;font-weight:700;margin:0 0 10px;text-align:center}.history-table{border-collapse:initial;border-radius:10px;border-radius:var(--radius);border-spacing:0;font-size:.88rem;overflow:hidden;width:100%}.history-table td,.history-table th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:8px 10px;text-align:left;vertical-align:top}.history-table th{background:#1e293b;background:var(--dark-soft);color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.history-table tbody tr:nth-child(2n){background:#f1f5f9;background:var(--border-light)}.history-table tbody tr:hover{background:#dbeafe;background:var(--primary-light)}.top-table .history-table{font-size:.82rem;table-layout:fixed;width:100%}.top-table td,.top-table th{overflow:hidden;padding:6px 5px;text-overflow:ellipsis;white-space:nowrap}.top-table td:last-child,.top-table th:last-child{padding-right:10px;text-align:right}.top-table tbody tr:first-child{background:linear-gradient(90deg,#fef3c7,#ffe066);font-weight:700}.top-table tbody tr:first-child td:first-child:before{content:""}.top-table tbody tr:nth-child(2){background:linear-gradient(90deg,#f1f5f9,#cbd5e1)}.top-table tbody tr:nth-child(3){background:linear-gradient(90deg,#fef3c7,#d4a054)}.top-table tbody tr:hover{background:#dbeafe;background:var(--primary-light)}.history-area{align-items:center;display:flex;flex-direction:column;margin:24px 0;max-width:1260px;max-width:var(--max-width);padding:0 16px;width:100%}.history-area h2{color:#1f2937;color:var(--text);font-size:1.2rem;font-weight:700;margin-bottom:8px}.history-area .history-table{border:1px solid #e5e7eb;border:1px solid var(--border);max-width:800px}.h2h-section,.history-area .history-table{border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0000000f;box-shadow:var(--shadow);width:100%}.h2h-section{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);margin:24px auto;max-width:900px;padding:1.5rem}.h2h-section h2{color:#1f2937;color:var(--text);font-size:1.2rem;font-weight:700;margin:0 0 1rem;text-align:center}.h2h-form{align-items:center;display:flex;flex-direction:column;gap:12px}.h2h-toggle{border:2px solid #2563eb;border:2px solid var(--primary);border-radius:10px;border-radius:var(--radius);display:flex;overflow:hidden}.h2h-toggle-btn{background:#fff;background:var(--surface);border:none;color:#2563eb;color:var(--primary);cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:.85rem;font-weight:600;padding:7px 20px;transition:all .2s}.h2h-toggle-btn.active{background:#2563eb;background:var(--primary);color:#fff}.h2h-inputs{align-items:center;display:flex;gap:12px}.h2h-input{border:2px solid #e5e7eb;border:2px solid var(--border);border-radius:10px;border-radius:var(--radius);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:.95rem;padding:10px 14px;transition:border-color .2s;width:200px}.h2h-input:focus{border-color:#2563eb;border-color:var(--primary);outline:none}.h2h-vs{color:#dc2626;color:var(--danger);font-size:1rem;font-weight:800}.h2h-btn{background:#2563eb;background:var(--primary);border:none;border-radius:10px;border-radius:var(--radius);color:#fff;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:.95rem;font-weight:600;padding:10px 32px;transition:all .2s}.h2h-btn:hover{background:#1d4ed8;background:var(--primary-dark);box-shadow:0 2px 10px #2563eb40}.h2h-btn:disabled{cursor:not-allowed;opacity:.5}.h2h-error{color:#dc2626;color:var(--danger);font-size:.9rem;font-weight:500;margin-top:8px;text-align:center}.h2h-results{align-items:stretch;display:flex;gap:0;margin-top:1.5rem}.h2h-card{background:linear-gradient(135deg,#0f172a,#2563eb);background:linear-gradient(135deg,var(--dark) 0,var(--primary) 100%);color:#fff;display:flex;flex:0 0 170px;flex-direction:column;justify-content:center;padding:1.2rem .8rem;text-align:center}.h2h-card:first-child{border-radius:14px 0 0 14px;border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.h2h-card:last-child{border-radius:0 14px 14px 0;border-radius:0 var(--radius-lg) var(--radius-lg) 0}.h2h-card h3{font-size:1.05rem;margin:0 0 4px}.h2h-sub{font-size:.75rem;margin:2px 0;opacity:.75}.h2h-stats-compare{background:#fff;background:var(--surface);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);border-top:1px solid #e5e7eb;border-top:1px solid var(--border);display:flex;flex:1 1;flex-direction:column}.h2h-stat-row{align-items:center;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--border-light);display:flex;padding:5px 12px}.h2h-stat-row:nth-child(2n){background:#f1f5f9;background:var(--border-light)}.h2h-stat-name{color:#6b7280;color:var(--text-secondary);flex:1 1;font-size:.72rem;letter-spacing:.3px;text-transform:uppercase}.h2h-stat-name,.h2h-val{font-weight:600;text-align:center}.h2h-val{color:#1f2937;color:var(--text);font-size:.9rem;width:70px}.h2h-winner{color:#059669;color:var(--success);font-weight:800}.league-table-section{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0000000f;box-shadow:var(--shadow);margin:24px auto;max-width:800px;padding:1.5rem;width:100%}.league-table-section h2{color:#1f2937;color:var(--text);font-size:1.2rem;font-weight:700;margin:0 0 1rem;text-align:center}.league-table{border-collapse:collapse;font-size:.9rem;width:100%}.league-table th{background:#1e293b;background:var(--dark-soft);color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.4px;padding:10px 8px;text-align:center;text-transform:uppercase}.league-table th:first-child{border-radius:6px 0 0 0;border-radius:var(--radius-sm) 0 0 0}.league-table th:last-child{border-radius:0 6px 0 0;border-radius:0 var(--radius-sm) 0 0}.league-table td{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);font-size:.88rem;padding:8px;text-align:center}.league-table td:nth-child(2){font-weight:600;text-align:left}.league-table tbody tr:nth-child(2n){background:#f1f5f9;background:var(--border-light)}.league-table tbody tr:hover{background:#dbeafe;background:var(--primary-light)}.league-ucl{border-left:4px solid #2563eb;border-left:4px solid var(--primary)}.league-uel{border-left:4px solid #f59e0b;border-left:4px solid var(--accent)}.league-relegated{background:#fef2f2!important;border-left:4px solid #dc2626;border-left:4px solid var(--danger)}.league-legend{color:#6b7280;color:var(--text-secondary);display:flex;font-size:.78rem;gap:20px;justify-content:center;margin-top:12px}.legend-item{align-items:center;display:flex;gap:6px}.legend-color{border-radius:3px;height:12px;width:12px}.legend-color.ucl{background:#2563eb;background:var(--primary)}.legend-color.uel{background:#f59e0b;background:var(--accent)}.legend-color.relegated{background:#dc2626;background:var(--danger)}.footer{background:#0f172a;background:var(--dark);color:#fff9;font-size:.85rem;margin-top:32px;padding:24px 16px;text-align:center;width:100%}.footer a{color:#f59e0b;color:var(--accent);font-weight:600;text-decoration:none}.footer a:hover{text-decoration:underline}.footer p{color:#fff6;font-size:.8rem;margin:6px 0 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.h2h-section,.history-area,.league-table-section,.top-tables-row{animation:fadeInUp .4s ease-out}@media (max-width:900px){h1.title{font-size:1.8rem}.hero-banner{padding:28px 0 24px}.query-form{width:95%}.top-tables-row{align-items:center;flex-direction:column;gap:16px;padding-top:20px}.top-table{max-width:95vw;width:100%}.result-box{max-width:98vw;min-width:0}.h2h-results{flex-direction:column;gap:0}.h2h-card{flex:none;width:100%}.h2h-card:first-child{border-radius:14px 14px 0 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.h2h-card:last-child{border-radius:0 0 14px 14px;border-radius:0 0 var(--radius-lg) var(--radius-lg)}.h2h-stats-compare{order:3}.h2h-inputs{flex-direction:column}.league-table-section{overflow-x:auto}.quick-chips{gap:6px}.player-category-carousel,.stat-carousel{height:30px}}
/*# sourceMappingURL=main.0d51f7f9.css.map*/