body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--ifk-blue:#1e3a8a;--ifk-gold:#ffb000;--color-primary:#184ea4;--color-track-bg:#e5e7eb;--color-track-fill:#3c8d6b;--color-thumb:#184ea4;--color-thumb-ring:#fff;--input-border:#d1d5db;--input-border-muted:#e5e7eb;--text-muted:#6b7280;--ms-gap:1.25rem;--ms-min:120px;--ms-dot-d:24px;--ms-line-h:4px;--team-flag-size:40px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f9fafb;color:#1f2937;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}a{color:#1e3a8a;color:var(--ifk-blue);text-decoration:none}a:hover{text-decoration:underline}h1{color:#1e3a8a;color:var(--ifk-blue);font-size:1.8rem;font-weight:600;margin-bottom:1rem}h2{font-size:1.4rem;margin-bottom:.75rem}h2,h3{color:#1f2937;font-weight:500}h3{font-size:1.15rem;margin-bottom:.5rem}.container{margin:0 auto;max-width:1100px;padding:2rem}.centered{text-align:left}.section-title{font-size:1.25rem;font-weight:600;margin:1rem 0 .5rem}.grid-2{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.grid-2-col,.squad-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1rem}.grid-2-col .squad-group table{margin-bottom:1rem}.squad-group{background-color:#fff;border-radius:4px;padding:1rem}.filter-panel{margin-bottom:2rem}.filter-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.table td.seasons,.table th.seasons{color:#6b7280;color:var(--text-muted);font-size:.8rem;line-height:1.3;white-space:normal;word-break:break-word}.champion{background-color:#facc15;font-weight:700}.playoff{border-bottom:2px solid #1f2937;border-top:2px solid #1f2937}.relegation{background-color:#fee2e2}#matcherpage .table{table-layout:fixed}#matcherpage .table td,#matcherpage .table th{white-space:normal;word-break:break-word}#matcherpage .table td:first-child,#matcherpage .table th:first-child{min-width:7rem}#matcherpage .table td:nth-child(2),#matcherpage .table th:nth-child(2){min-width:12rem;word-break:keep-all}#matcherpage .table td:nth-child(3),#matcherpage .table th:nth-child(3){min-width:8rem;padding-right:1rem;white-space:nowrap}#matcherpage .table td:nth-child(4),#matcherpage .table th:nth-child(4){min-width:14rem}#matcherpage .table td:nth-child(5),#matcherpage .table th:nth-child(5){min-width:4rem;text-align:center;white-space:nowrap}#matcherpage .table td:nth-child(6),#matcherpage .table th:nth-child(6){min-width:6rem;text-align:right}.navbar{background-color:#184ea4;background-color:var(--color-primary);color:#fff;padding:.75rem 1.5rem}.navbar-inner{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1100px}.navbar-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.navbar-links{display:flex;flex-wrap:wrap;gap:1rem}.navbar-links a{border-bottom:2px solid #0000;color:#fff;font-weight:500;padding:.25rem .5rem;text-decoration:none}.navbar-links a.active{border-bottom:2px solid #facc15}.hamburger{background:#0000;border:0;cursor:pointer;display:none;height:28px;margin-left:auto;padding:0;width:36px}.hamburger-bar{background:#fff;border-radius:2px;display:block;height:3px;margin:5px 0;transition:transform .2s ease,opacity .2s ease;width:100%}.hamburger.is-open .hamburger-bar:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.is-open .hamburger-bar:nth-child(2){opacity:0}.hamburger.is-open .hamburger-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.hamburger{display:block}.navbar-links{background:#184ea4;background:var(--color-primary);border-radius:8px;display:none;flex-direction:column;gap:.25rem;margin-top:.5rem;padding:.5rem;width:100%}.navbar-links.open{display:flex}.navbar-links a{border-bottom:none;padding:.5rem}.navbar-links a.active{background:#ffffff26;border-radius:6px}}#home .subtitle{font-size:1.6rem;margin-bottom:1rem}#home .history-title,#home .subtitle{color:#1e3a8a;color:var(--ifk-blue);font-weight:700}#home .history-title{font-size:1.25rem;margin-bottom:.5rem}#home .history-datepicker{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000a;display:flex;gap:.75rem;margin:.5rem 0 0;max-width:580px;padding:.75rem 1rem}#home .date-nav{align-items:center;align-self:center;background:#184ea4;background:var(--color-primary);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.25rem;font-weight:700;height:44px;justify-content:center;width:56px}#home .date-nav:hover{filter:brightness(.95)}#home .date-input-block{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.35rem}#home .date-label{color:#374151;font-size:.95rem;font-weight:500;text-align:left;width:100%}#home .date-input-row{align-items:center;display:flex;width:100%}#home .date-input{background:#fff;border:1px solid #d1d5db;border:1px solid var(--input-border);border-radius:10px;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.8rem;font-weight:600;height:44px;letter-spacing:.5px;max-width:360px;padding:.5rem .75rem;width:100%}#home .date-input:focus{border-color:#184ea4;border-color:var(--color-primary);box-shadow:0 0 6px #184ea459;outline:none}#home .date-today-wrap{display:flex;justify-content:center;width:100%}#home .button.today{background:#184ea4;background:var(--color-primary);border:none;border-radius:9999px;box-shadow:0 6px 16px #184ea426;color:#fff;cursor:pointer;display:inline-block;font-weight:700;margin-top:.2rem;padding:.4rem .9rem}#home .button.today:hover{filter:brightness(.95)}#season .season-summary{margin-bottom:2rem}#season .season-summary h2{color:#1e3a8a;color:var(--ifk-blue);font-size:1.5rem;margin-bottom:.2rem}#season .season-summary a{color:#1e3a8a;color:var(--ifk-blue);font-weight:500}#season .season-summary a:hover{text-decoration:underline}#season .season-summary ul{list-style:disc;margin-top:.5rem;padding-left:1.25rem}#season .table td:nth-child(3),#season .table td:nth-child(4),#season .table td:nth-child(5),#season .table th:nth-child(3),#season .table th:nth-child(4),#season .table th:nth-child(5){white-space:normal;word-break:break-word}.pitch{background-color:#fff;border-bottom:2px solid #000;border-left:2px solid #000;border-right:2px solid #000;height:400px;margin:0 auto 2rem;max-width:600px;position:relative;width:90%}.midline{background-color:#000;height:2px;left:0;position:absolute;top:100px;width:100%;z-index:2}.center-circle{background-color:#fff;border:2px solid #000;height:120px;top:40px;transform:translateX(-50%);width:120px;z-index:1}.center-circle,.center-spot{border-radius:50%;left:50%;position:absolute}.center-spot{background-color:#000;height:6px;top:100px;transform:translate(-50%,-50%);width:6px;z-index:3}.penalty-box{height:100px;left:20%;width:60%}.goal-box,.penalty-box{border:2px solid #000;bottom:0;position:absolute}.goal-box{height:40px;left:30%;width:40%;z-index:4}.penalty-spot{background-color:#000;bottom:60px;height:6px;left:50%;width:6px}.penalty-spot,.player{border-radius:50%;position:absolute;transform:translateX(-50%)}.player{align-items:center;background-color:#1e3a8a;background-color:var(--ifk-blue);border:2px solid #000;color:#fff;display:flex;font-size:1rem;font-weight:700;height:50px;justify-content:center;overflow:visible;text-align:center;width:50px;z-index:5}.player .name{color:#1e3a8a;color:var(--ifk-blue);font-size:.65rem;font-weight:400;position:absolute;top:54px;white-space:nowrap;width:max-content;z-index:6}body[data-formation="2-3-5"] .p1{bottom:60px;left:50%}body[data-formation="2-3-5"] .p2{bottom:140px;left:70%}body[data-formation="2-3-5"] .p3{bottom:140px;left:30%}body[data-formation="2-3-5"] .p4{bottom:200px;left:75%}body[data-formation="2-3-5"] .p5{bottom:200px;left:50%}body[data-formation="2-3-5"] .p6{bottom:200px;left:25%}body[data-formation="2-3-5"] .p7{bottom:270px;left:90%}body[data-formation="2-3-5"] .p8{bottom:270px;left:70%}body[data-formation="2-3-5"] .p9{bottom:280px;left:50%}body[data-formation="2-3-5"] .p10{bottom:270px;left:30%}body[data-formation="2-3-5"] .p11{bottom:270px;left:10%}body[data-formation="4-4-2"] .p1{bottom:60px;left:50%}body[data-formation="4-4-2"] .p2{bottom:140px;left:85%}body[data-formation="4-4-2"] .p3{bottom:140px;left:65%}body[data-formation="4-4-2"] .p4{bottom:140px;left:35%}body[data-formation="4-4-2"] .p5{bottom:140px;left:15%}body[data-formation="4-4-2"] .p6{bottom:200px;left:80%}body[data-formation="4-4-2"] .p7{bottom:200px;left:60%}body[data-formation="4-4-2"] .p8{bottom:200px;left:40%}body[data-formation="4-4-2"] .p9{bottom:200px;left:20%}body[data-formation="4-4-2"] .p10{bottom:280px;left:60%}body[data-formation="4-4-2"] .p11{bottom:280px;left:40%}body[data-formation="4-3-3"] .p1{bottom:60px;left:50%}body[data-formation="4-3-3"] .p2{bottom:140px;left:85%}body[data-formation="4-3-3"] .p3{bottom:140px;left:65%}body[data-formation="4-3-3"] .p4{bottom:140px;left:35%}body[data-formation="4-3-3"] .p5{bottom:140px;left:15%}body[data-formation="4-3-3"] .p6{bottom:200px;left:70%}body[data-formation="4-3-3"] .p7{bottom:200px;left:50%}body[data-formation="4-3-3"] .p8{bottom:200px;left:30%}body[data-formation="4-3-3"] .p9{bottom:290px;left:80%}body[data-formation="4-3-3"] .p10{bottom:290px;left:50%}body[data-formation="4-3-3"] .p11{bottom:290px;left:20%}body[data-formation="4-2-4"] .p1{bottom:60px;left:50%}body[data-formation="4-2-4"] .p2{bottom:140px;left:85%}body[data-formation="4-2-4"] .p3{bottom:140px;left:65%}body[data-formation="4-2-4"] .p4{bottom:140px;left:35%}body[data-formation="4-2-4"] .p5{bottom:140px;left:15%}body[data-formation="4-2-4"] .p6{bottom:200px;left:65%}body[data-formation="4-2-4"] .p7{bottom:200px;left:35%}body[data-formation="4-2-4"] .p8{bottom:270px;left:85%}body[data-formation="4-2-4"] .p9{bottom:280px;left:60%}body[data-formation="4-2-4"] .p10{bottom:280px;left:40%}body[data-formation="4-2-4"] .p11{bottom:270px;left:15%}body[data-formation="3-4-3"] .p1{bottom:60px;left:50%}body[data-formation="3-4-3"] .p2{bottom:140px;left:75%}body[data-formation="3-4-3"] .p3{bottom:140px;left:50%}body[data-formation="3-4-3"] .p4{bottom:140px;left:25%}body[data-formation="3-4-3"] .p5{bottom:200px;left:80%}body[data-formation="3-4-3"] .p6{bottom:200px;left:60%}body[data-formation="3-4-3"] .p7{bottom:200px;left:40%}body[data-formation="3-4-3"] .p8{bottom:200px;left:20%}body[data-formation="3-4-3"] .p9{bottom:270px;left:80%}body[data-formation="3-4-3"] .p10{bottom:280px;left:50%}body[data-formation="3-4-3"] .p11{bottom:270px;left:20%}body[data-formation="4-2-3-1"] .p1{bottom:60px;left:50%}body[data-formation="4-2-3-1"] .p2{bottom:140px;left:85%}body[data-formation="4-2-3-1"] .p3{bottom:140px;left:65%}body[data-formation="4-2-3-1"] .p4{bottom:140px;left:35%}body[data-formation="4-2-3-1"] .p5{bottom:140px;left:15%}body[data-formation="4-2-3-1"] .p6{bottom:200px;left:65%}body[data-formation="4-2-3-1"] .p7{bottom:200px;left:35%}body[data-formation="4-2-3-1"] .p8{bottom:250px;left:75%}body[data-formation="4-2-3-1"] .p9{bottom:260px;left:50%}body[data-formation="4-2-3-1"] .p10{bottom:250px;left:25%}body[data-formation="4-2-3-1"] .p11{bottom:320px;left:50%}#player .fact-box p{margin-bottom:.5rem}#player .career-block{line-height:1.5;margin-bottom:1rem;margin-top:.5rem;padding-left:1rem}#player .career-block p{margin-bottom:.25rem}.total-row{background-color:#f9f9f9;font-weight:700}.match-meta-container{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000000a;margin:2rem auto;max-width:90%;padding:1.5rem}.match-meta-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}.meta-tag{background-color:#f1f5f9;border-radius:9999px;color:#374151;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;margin-right:1.25rem;padding:.4rem .75rem}.meta-tag strong{color:#111827;margin-right:.25rem}.match-header{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;padding-top:1rem}.match-header-row{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:1fr auto 1fr}.match-header-row>:first-child{justify-self:end}.match-header-row>:nth-child(2){justify-self:center}.match-header-row>:last-child{justify-self:start}.match-header-row .team-name-bold{white-space:nowrap}.match-meta-tags.meta-center{justify-content:center}#matchpage .event-wrapper{margin:0 auto 1rem;max-width:700px}#matchpage .card-emoji{margin-right:.35rem}.lineups-container{flex-direction:row;justify-content:space-between;margin:2rem auto;max-width:1200px}#matchpage .lineups-row,.lineups-container{display:flex;flex-wrap:wrap;gap:2rem}.lineup-team-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;flex:1 1;min-width:280px;padding:1rem}.team-name{font-size:1.2rem;margin-bottom:.75rem;text-align:left}.team-name-bold{font-size:1.4rem;font-weight:700}.substitutes-box{margin-bottom:1.5rem}.lineup-title,.substitutes-title{color:#1f2937;font-size:1.1rem;font-weight:700;margin:1rem 0 .5rem;text-align:left}.lineup-box h4:not(.lineup-title){font-size:1rem;font-weight:500;margin:1rem 0 .5rem;text-align:left}.player-row{border-bottom:1px dotted #e5e7eb;display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:.2rem;padding:.25rem 0;text-align:left}.player-row.starter{font-weight:700}.player-subinfo{color:#6b7280;font-size:.9rem;font-style:italic;margin-left:.25rem}.result-badge{background-color:#1f2937;border-radius:8px;color:#fff;font-weight:700;padding:.4rem 1rem}.match-margin-bottom{margin-bottom:2rem}#matchpage .events-table{border-collapse:collapse;font-size:.88rem;margin:0 auto 1rem;max-width:700px}#matchpage .events-table td{line-height:1.18;padding:.18rem .45rem;vertical-align:middle}#matchpage .events-table td.left{text-align:right}#matchpage .events-table td.right{text-align:left}#matchpage .events-table td.left a,#matchpage .events-table td.right a{align-items:center;display:inline-flex;justify-content:flex-start;margin-left:.35rem;max-width:28ch;min-width:22ch;overflow:hidden;text-align:left;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}#matchpage .events-table td.score{font-feature-settings:"tnum" 1,"tnum";font-size:.95em;font-variant-numeric:tabular-nums;font-weight:700;padding-left:0;padding-right:0;text-align:center}#matchpage .events-table .card-emoji,#matchpage .events-table td.score .card-emoji.mid{font-size:.9em;line-height:1;margin-right:.35rem;vertical-align:middle}#matchpage .events-table col.col-left{width:46%}#matchpage .events-table col.col-score{width:8%}#matchpage .events-table col.col-right{width:46%}#matchpage .match-team{align-items:center;display:inline-flex;gap:.5rem}#matchpage .team-logo--match{height:28px;object-fit:contain;width:auto}.team-logo--match{height:28px;vertical-align:middle;width:auto}.match-team--home .team-logo--match{margin-right:.4rem}.match-team--away .team-logo--match{margin-left:.4rem}#matchpage .events-table .name-cell{display:inline-block;margin-left:.35rem;max-width:28ch;min-width:22ch;overflow:hidden;text-align:left;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}#matchpage .events-table .name-cell a{display:inline}#matchpage .events-table .min{font-feature-settings:"tnum" 1,"tnum";font-variant-numeric:tabular-nums;margin-right:.1rem}@media (min-width:900px){#matchpage .team-logo--match{height:32px}}@media (max-width:768px){#matchpage .events-table td.left a,#matchpage .events-table td.right a{max-width:22ch;min-width:18ch}}.filter-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 16px 36px #00000014;padding:1.25rem 1.75rem}.filter-card-title{color:#1f2937;font-size:1.25rem;font-weight:800;margin-bottom:.5rem;text-align:center}.filter-cards-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:1rem}.range-slider{--track-h:8px;--thumb-d:22px;--thumb-shadow:0 2px 8px #0003;--track-bg:var(--color-track-bg);--track-fill:var(--color-track-fill);--thumb-bg:var(--color-thumb);--thumb-ring:var(--color-thumb-ring);padding:.75rem 0 1.75rem;position:relative;z-index:0}.range-track{height:var(--thumb-d);pointer-events:none;position:relative}.range-track:before{background:linear-gradient(to right,var(--track-bg) 0,var(--track-bg) var(--from-pct),var(--track-fill) var(--from-pct),var(--track-fill) var(--to-pct),var(--track-bg) var(--to-pct),var(--track-bg) 100%);border-radius:999px;content:"";height:var(--track-h);left:0;position:absolute;right:0;top:calc((var(--thumb-d) - var(--track-h))/2)}.range-input{-webkit-appearance:none;appearance:none;background:#0000;inset:0;outline:none;pointer-events:none;position:absolute;width:100%}.range-input::-webkit-slider-runnable-track{background:#0000;border:none;height:var(--track-h)}.range-input::-moz-range-track{background:#0000;border:none;height:var(--track-h)}.range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--thumb-bg);border:4px solid var(--thumb-ring);border-radius:50%;box-shadow:var(--thumb-shadow);cursor:pointer;height:var(--thumb-d);pointer-events:auto;width:var(--thumb-d)}.range-input::-moz-range-thumb{background:var(--thumb-bg);border:4px solid var(--thumb-ring);border-radius:50%;box-shadow:var(--thumb-shadow);cursor:pointer;height:var(--thumb-d);pointer-events:auto;width:var(--thumb-d)}.range-input--from{z-index:2}.range-input--to{z-index:3}.range-ticks{align-items:start;display:grid!important;grid-auto-columns:1fr;grid-auto-flow:column;margin-top:.5rem}.range-tick{color:#6b7280;color:var(--text-muted);font-size:.85rem;text-align:center}.range-tick-mark{background:#9ca3af;border-radius:1px;display:block;height:10px;margin:0 auto .25rem;width:2px}.range-tick-label{white-space:nowrap}.range-slider--sm{--track-h:6px;--thumb-d:16px;--thumb-shadow:0 1px 3px #00000026;padding:.25rem 0 1rem}.range-slider--sm .range-tick{font-size:.72rem}.range-slider--sm .range-tick-mark{height:8px}.range-badges{display:flex;gap:.5rem;justify-content:center;margin-top:.6rem}.badge-pill{align-items:center;background:linear-gradient(135deg,#184ea4,#184ea4);background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary) 100%);border-radius:9999px;box-shadow:0 6px 16px #184ea440;color:#fff;display:inline-flex;font-weight:700;justify-content:center;letter-spacing:.2px;min-width:44px;padding:.35rem .7rem}.range-slider--sm+.range-badges .badge-pill{font-size:.85rem;min-width:38px;padding:.25rem .6rem}.badge-pill--input{-moz-appearance:textfield;background:#fff;border:2px solid #184ea4;border:2px solid var(--color-primary);box-shadow:0 6px 16px #184ea426;color:#1f2937;font-weight:700;text-align:center;width:80px}.badge-pill--input:focus{box-shadow:0 0 6px #184ea459;outline:none}.badge-pill--input::-webkit-inner-spin-button,.badge-pill--input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filter-container{flex-wrap:wrap;position:relative;z-index:5}.filter-container,.opponent-label{align-items:center;display:flex;gap:1rem}.filters input[type=text]:not(.search-input),.filters select:not(.search-input){background:#fff;border:1px solid #e5e7eb;border:1px solid var(--input-border-muted);border-radius:6px;color:#1f2937;font-size:.95rem;padding:.25rem .5rem}.search-input{border:2px solid #d1d5db;border:2px solid var(--input-border);border-radius:8px;flex:1 1;font-size:1.1rem;max-width:400px;outline:none;padding:.6rem 1rem;position:relative;transition:border-color .2s,box-shadow .2s;z-index:6}.search-input:focus{border-color:#184ea4;border-color:var(--color-primary);box-shadow:0 0 6px #184ea466}.table-meta{color:#4b5563;font-size:.95rem;margin:.5rem 0 .75rem}#about .about-lead{color:#374151;font-size:1rem;margin-bottom:1rem;margin-top:.25rem}.about-card{background:#f3f4f6;border-radius:12px;margin-bottom:1rem;padding:1rem 1.25rem}.kallor-list{list-style:disc;margin:.25rem 0 .75rem 1.25rem}.about-note{color:#4b5563}.about-meta{border-top:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:.9rem;gap:1rem;justify-content:space-between;margin-top:1.25rem;padding-top:.75rem}.about-meta .last-updated{text-align:right}.season-nav{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:1rem 0 2rem}.season-nav-spacer{flex:1 1;min-width:.5rem}.btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;display:inline-flex;font-weight:700;line-height:1;padding:.7rem 1.1rem}.btn,.btn:hover{text-decoration:none}.btn-primary,.btn-secondary{background:#184ea4;background:var(--color-primary);border-color:#184ea4;border-color:var(--color-primary);color:#fff}.btn-primary:hover,.btn-secondary:hover{filter:brightness(.96)}.btn-disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;pointer-events:none}.btn-nav{border-radius:9999px;box-shadow:0 8px 20px #0000000f;gap:.75rem;padding:.9rem 1.4rem;transition:transform .05s ease,box-shadow .2s ease,background-color .2s ease}.btn-nav:hover{box-shadow:0 10px 24px #0000001a;transform:translateY(-1px)}.btn-nav:active{transform:translateY(0)}.btn-nav .icon-badge{align-items:center;background:#ffffff2e;border-radius:9999px;box-shadow:inset 0 0 0 1px #0000000f;display:inline-flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.btn-nav .icon-badge svg{height:18px;width:18px}.btn-nav .label{white-space:nowrap}.btn-disabled.btn-nav{border-radius:9999px;box-shadow:none;opacity:.7}#dashboard .filters{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.25rem}#dashboard .filters label{align-items:center;display:flex;gap:.25rem}#dashboard .match-count{color:#374151;font-weight:500;margin:.25rem 0 .75rem}.match-content-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr;margin-top:1.5rem}.content-right{display:flex;flex-direction:column;gap:1rem}#dashboard .lineups-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.row-highlight{background:#1e3a8a14}@media (max-width:900px){#dashboard .lineups-row,.match-content-grid{grid-template-columns:1fr}}.timeline-filter{background:#f8fbff;border:1px solid #c7d2fe;border-radius:16px;box-shadow:0 1px 0 #1e3a8a0d,0 6px 18px #1e3a8a0d;margin-bottom:1rem;padding:.85rem}.chipbar{display:flex;gap:.6rem;margin-bottom:.5rem;overflow-x:auto;padding-bottom:.25rem}.chipbar::-webkit-scrollbar{height:6px}.chipbar::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.chip{background:#fff;border:1px solid #d1d5db;border-radius:999px;box-shadow:0 1px 0 #00000005;cursor:pointer;flex:0 0 auto;font-size:.92rem;font-weight:500;letter-spacing:.01em;line-height:1;padding:.45rem .85rem;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.chip:hover{background:#eef2ff;border-color:#c7d2fe;box-shadow:0 0 0 3px #1e3a8a14}.chip:focus-visible{box-shadow:0 0 0 3px #1e3a8a40;outline:none}.chip.is-active{background:#e0e7ff;border-color:#93c5fd;box-shadow:inset 0 1px 2px #1e3a8a1f,0 0 0 2px #1e3a8a0f;color:#1e3a8a;color:var(--ifk-blue)}.tf-meta{color:#475569;font-size:.9rem;margin-top:.15rem}#history .timeline{border-left:3px solid #1e3a8a;border-left:3px solid var(--ifk-blue);margin:2rem auto;max-width:960px;padding-left:2rem;position:relative}#history .timeline-item{margin-bottom:1.25rem;position:relative}#history .timeline-dot{background:#1e3a8a;background:var(--ifk-blue);border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px #00000014;height:18px;left:-1.1rem;position:absolute;top:.7rem;width:18px}#history .timeline-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 10px #0000000d;padding:1rem 1.25rem}#history .timeline-header{align-items:center;display:flex;gap:.5rem;justify-content:space-between}#history .year{color:#1e3a8a;color:var(--ifk-blue);font-size:1.25rem;font-weight:700;margin:0}#history .timeline-badge{align-items:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#1e3a8a;color:var(--ifk-blue);display:inline-flex;font-size:.85rem;font-weight:600;gap:.35rem;padding:.15rem .5rem}#history .timeline-ico{line-height:1}#history .timeline-title{font-weight:600;margin:.35rem 0 .25rem}#history .timeline-text{color:#444;line-height:1.55;margin:0}#history .timeline-linkwrap{margin:.55rem 0 0}#history .timeline-links{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.45rem}#history .timeline-link{color:#1e3a8a;color:var(--ifk-blue);font-weight:500;text-decoration:none}#history .timeline-link:hover{text-decoration:underline}#history .timeline-item.is-banner .timeline-content{background:#fef9c3;border:2px solid #facc15}#history .timeline-item.is-banner .timeline-title{color:#b45309;font-weight:700}@media (max-width:640px){#history .timeline{padding-left:1.5rem}#history .year{font-size:1.1rem}}.milestones-hline{margin:1.5rem 0 2rem;overflow-x:auto;padding:12px 0 .25rem;padding-top:calc(var(--ms-dot-d)/2);position:relative}.milestones-items{grid-gap:1.25rem;grid-gap:var(--ms-gap);align-items:start;display:grid;gap:1.25rem;gap:var(--ms-gap);grid-auto-columns:minmax(120px,1fr);grid-auto-columns:minmax(var(--ms-min),1fr);grid-auto-flow:column;position:relative;z-index:1}.milestones-item{position:relative;text-align:center}.milestones-item:before{background:#1e3a8a;background:var(--ifk-blue);content:"";height:4px;height:var(--ms-line-h);left:50%;pointer-events:none;position:absolute;top:10px;top:calc(var(--ms-dot-d)/2 - var(--ms-line-h)/2);width:calc(100% + 1.25rem);width:calc(100% + var(--ms-gap));z-index:0}.milestones-item:last-child:before{display:none}.milestones-dot{background:#fff;border:4px solid #ffb000;border:4px solid var(--ifk-gold);border-radius:50%;box-shadow:0 0 0 2px #fff;height:16px;margin:0 auto .4rem;position:relative;width:16px;z-index:1}.milestones-dot.is-gold{border-color:#ffb000;border-color:var(--ifk-gold)}.milestones-year{color:#1e3a8a;color:var(--ifk-blue);font-size:clamp(.9rem,.8rem + .3vw,1.05rem);font-weight:800;line-height:1.1}.milestones-title{text-wrap:balance;color:#111827;font-size:clamp(.85rem,.78rem + .25vw,.95rem);font-weight:700;line-height:1.15;margin-top:.15rem;margin-inline:auto;max-width:14ch}.milestones-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.35rem}.milestones-link{background:#eef2ff;border:1px solid #c7d2fe;border-radius:9999px;color:#1e3a8a;color:var(--ifk-blue);display:inline-block;font-size:.9rem;font-weight:700;padding:.25rem .6rem;text-decoration:none}.milestones-link:hover{filter:brightness(.98);text-decoration:none}@media (max-width:640px){:root{--ms-gap:.9rem;--ms-min:100px}}#record-detail .section,#records .section{margin-bottom:1.5rem}.record-list.compact{grid-gap:.35rem;display:grid;gap:.35rem;list-style:none;margin:0;padding:0}.record-row.compact{grid-gap:.5rem .6rem;align-items:baseline;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:grid;gap:.5rem .6rem;grid-template-columns:auto auto 1fr auto;padding:.35rem .5rem}.record-title{color:#111827;font-weight:600;white-space:nowrap}.dot{color:#9ca3af}.record-lead{color:#374151;min-width:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-link{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-weight:600;margin-left:.5rem;padding:.15rem .5rem;text-decoration:none;white-space:nowrap}.record-link:hover{background:#eef2ff;border-color:#c7d2fe}#records h1{margin:0 0 .75rem}.section.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem}.section-header{grid-gap:.5rem;display:grid;gap:.5rem;margin-bottom:.75rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;font-size:.75rem;padding:.125rem .5rem}.muted{color:#6b7280}.actions{margin-top:.25rem}@media (max-width:768px){body{padding:0 1rem}.container{padding:1rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.05rem}.grid-2{gap:1rem;grid-template-columns:1fr}.navbar-inner{align-items:flex-start;flex-direction:column;gap:.5rem}.navbar-links{width:100%}.filter-grid{grid-template-columns:1fr}.pitch{height:300px}.player{font-size:.85rem;height:40px;width:40px}.player .name{font-size:.55rem;top:44px}#home .subtitle,#season .season-summary h2{font-size:1.2rem}#season .season-summary ul{padding-left:1rem}}.team-logo{display:inline-block;image-rendering:auto;object-fit:contain}.table td .team-logo{margin-right:.5rem;max-width:56px}:root{--team-name-size:1.8rem;--team-flag-size:1.2rem;--team-logo-scale:6}.team-header{grid-row-gap:.6rem;display:grid;grid-template-areas:"name-row" "facts" "logo";grid-template-columns:1fr;margin-bottom:1rem;row-gap:.6rem}@media (min-width:860px){.team-header{align-items:start;column-gap:1.25rem;grid-template-areas:"name-row name-row name-row" "facts    logo     .";grid-template-columns:minmax(320px,520px) auto minmax(320px,520px)}}.team-name-row{align-items:baseline;display:inline-flex;gap:.6rem;grid-area:name-row;justify-content:center}.team-flag{display:inline-block;height:1.2rem!important;height:var(--team-flag-size)!important;max-height:none!important;vertical-align:initial;width:auto!important}.team-name{color:#1e3a8a;color:var(--ifk-blue);font-size:1.8rem;font-size:var(--team-name-size);font-weight:600;line-height:1;margin:0}.team-header .snabbfakta{grid-area:facts;margin:0}.team-header .snabbfakta__wrap{max-width:520px}.team-header .team-logo,.team-header .team-logo img,.team-header .team-logo svg{grid-area:logo;height:10.8rem!important;height:calc(var(--team-name-size)*var(--team-logo-scale))!important;justify-self:center;max-height:none!important;max-width:none!important;object-fit:contain;width:auto!important}.snabbfakta{margin-bottom:1rem;margin-top:.5rem}.snabbfakta__wrap{margin:0;max-width:480px;text-align:left}.snabbfakta__wrap h2{margin-bottom:.25rem}.snabbfakta__note{color:#6b7280;font-size:.9rem;margin:0 0 .4rem;text-align:left}.snabbfakta__list{grid-row-gap:.1rem;row-gap:.1rem}.snabbfakta__list li{line-height:1.35;padding:.1rem 0}.snabbfakta__list strong{margin-right:.25rem}.summary-table{margin-top:1rem}.summary-table .table-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0000000f;margin:0 0 1.25rem;max-width:100%;overflow-x:auto;padding:0}.summary-table h2{margin:0 0 .5rem;max-width:none;text-align:left}.summary-table .table{background:#0000;border-collapse:collapse;display:table;margin:0;table-layout:fixed;width:100%}.summary-table .table caption{background:#f9fafb;caption-side:top;color:#6b7280;font-size:.9rem;padding:.75rem 1rem;text-align:left}.summary-table .table thead th{background:#f3f6fb}.summary-table .table tbody tr:nth-child(2n){background:#fafbfc}.summary-table .table tbody tr:nth-child(odd){background:#fff}.summary-table .table td,.summary-table .table th{border-bottom:1px solid #edf2f7;white-space:normal;word-break:break-word}.summary-table .table td:first-child,.summary-table .table th:first-child{width:48%}.summary-table .table td:nth-child(2),.summary-table .table td:nth-child(3),.summary-table .table td:nth-child(4),.summary-table .table td:nth-child(5),.summary-table .table th:nth-child(2),.summary-table .table th:nth-child(3),.summary-table .table th:nth-child(4),.summary-table .table th:nth-child(5){width:13%}.summary-table .table td.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:left}.summary-table .table thead th:nth-child(2),.summary-table .table thead th:nth-child(3),.summary-table .table thead th:nth-child(4),.summary-table .table thead th:nth-child(5){text-align:left}.snabbfakta__list{grid-row-gap:.2rem;display:grid;list-style:none;margin:0;padding:0;row-gap:.2rem}.season-nav.two{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin:.5rem 0 1rem}.season-nav.two .btn-nav{border-radius:9999px;padding:.55rem 1rem}.season-nav.two .prev:before{content:"← "}.season-nav.two .next:after{content:" →"}.btn-nav .btn-sub{font-weight:500;margin-left:.35rem;opacity:.9}.table{background-color:#fff;border:1px solid #e5e7eb;border-collapse:collapse;display:inline-table;font-size:.85rem;line-height:1.25;margin:0;table-layout:auto;width:auto}.table thead{background-color:#f1f5f9;border-bottom:1px solid #e5e7eb;font-weight:600}.table td,.table th{border-bottom:1px solid #e5e7eb;color:#1f2937;font-weight:400;padding:.25rem .45rem;text-align:left;white-space:nowrap}.table td.num,.table th.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.table tbody tr:nth-child(2n){background-color:#f9fafb}.table--full{display:table;table-layout:fixed;width:100%}@media (max-width:768px){.table--full{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}.squad-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:.5rem}.squad-group{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000000d;padding:.6rem .75rem}.squad-group h3{color:#111827;font-size:1.05rem;margin:.15rem 0 .5rem}.table-compact td,.table-compact th{font-size:.88rem;line-height:1.3;padding:.22rem .45rem}.table-compact .num{text-align:right}.player-cell a{display:inline-block;max-width:24ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0000000f;margin:0 0 1rem;max-width:100%;overflow-x:auto;padding:0}.table-card.shrink{display:inline-block;width:auto}.table--squad .group-row td{background:#f1f5f9;border-bottom:1px solid #e5e7eb;color:#1f2937;font-weight:700}.table--squad td,.table--squad th{padding:.35rem .5rem}.table--squad td.num,.table--squad th.num{white-space:nowrap;width:1%}#matches .section:first-of-type{display:block;width:100%}#matches .rounds-grid{grid-gap:1rem 1.25rem;align-items:start;display:grid;gap:1rem 1.25rem;grid-template-columns:repeat(2,minmax(340px,max-content));justify-content:start}#matches .rounds-grid .section.shrink{display:inline-block;max-width:100%;width:auto}@media (max-width:900px){#matches .rounds-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.ca75b03c.css.map*/