*{box-sizing:border-box;margin:0;padding:0}:root{--background:#0a0a0b;--foreground:#fafafa;--card:#141416;--card-foreground:#fafafa;--card-hover:#1a1a1e;--popover:#141416;--popover-foreground:#fafafa;--primary:#e11d48;--primary-foreground:#fff;--primary-hover:#be123c;--secondary:#1f1f23;--secondary-foreground:#fafafa;--muted:#27272a;--muted-foreground:#a1a1aa;--accent:#e11d48;--accent-foreground:#fff;--destructive:#ef4444;--destructive-foreground:#fafafa;--border:#27272a;--input:#27272a;--ring:#e11d48;--radius:0.75rem;--gradient-start:#e11d48;--gradient-end:#f97316}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0b;background:var(--background);color:#fafafa;color:var(--foreground);font-family:Bebas Neue,-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;line-height:1.5;margin:0;min-height:100vh}.error,.loading{align-items:center;color:#a1a1aa;color:var(--muted-foreground);display:flex;font-size:1rem;justify-content:center;min-height:50vh}.error{color:#ef4444;color:var(--destructive)}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #27272a;border-top-color:#e11d48;border:3px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:40px;width:40px}.app-layout,.main-content{display:flex;min-height:100vh}.main-content{background:radial-gradient(ellipse at top right,#e11d4808 0,#0000 50%),radial-gradient(ellipse at bottom left,#f9731608 0,#0000 50%);flex:1 1;flex-direction:column;margin-left:280px}.top-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--card);border-bottom:1px solid var(--border);padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:30}.header-content{align-items:center;display:flex;justify-content:space-between}.logout-button{background-color:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .2s}.logout-button:hover{background-color:#dc2626;box-shadow:0 2px 8px #ef44444d;transform:translateY(-1px)}.page-title{font-size:2rem;font-weight:700;letter-spacing:-.025em;margin:0}.content-area{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.container{padding:0;width:100%}@media (max-width:1024px){.sidebar{transform:translateX(-100%);transition:transform .3s}.sidebar.open{transform:translateX(0)}.main-content{margin-left:0}}@media (max-width:768px){.content-area,.top-header{padding:1rem}}.sidebar{background:linear-gradient(180deg,var(--card) 0,#0d0d0f 100%);border-right:1px solid var(--border);display:flex;flex-direction:column;height:100vh;overflow-y:auto;position:fixed;width:280px;z-index:40}.sidebar-header{border-bottom:1px solid var(--border);padding:1.5rem}.sidebar-brand{font-size:1.75rem;font-weight:700;gap:.5rem;letter-spacing:-.025em}.brand-icon,.sidebar-brand{align-items:center;display:flex}.brand-icon{color:var(--foreground);height:32px;justify-content:center;width:32px}.brand-icon svg{height:28px;width:28px}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--gradient-start) 0,var(--gradient-end) 100%);-webkit-background-clip:text;background-clip:text;line-height:1;padding-top:2px}.sidebar-nav{flex:1 1;padding:1rem 0}.nav-section{margin-bottom:3rem}.nav-section-title{color:var(--muted-foreground);font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1.5rem;text-transform:uppercase}.nav-list{list-style:none;margin:0;padding:0}.nav-item{align-items:center;border-radius:0 var(--radius) var(--radius) 0;color:var(--muted-foreground);display:flex;font-size:1rem;font-weight:500;gap:1rem;margin-bottom:.25rem;margin-right:1rem;padding:1rem 1.5rem;position:relative;text-decoration:none;transition:all .2s ease}.nav-item:hover{background:var(--secondary);color:var(--foreground)}.nav-item.active{background:linear-gradient(90deg,#e11d4826,#0000);color:var(--primary);font-weight:600}.nav-item.active:before{background:var(--primary);border-radius:0 2px 2px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.nav-item.compact{font-size:.95rem;padding:.875rem 1.5rem}.nav-icon{align-items:center;display:flex;flex-shrink:0;font-size:1.25rem;justify-content:center;text-align:center;transition:all .2s ease;width:24px}.nav-icon svg,.team-logo-small{height:20px;width:20px}.team-logo-small{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));flex-shrink:0;transition:transform .2s ease}.nav-item.compact:hover .team-logo-small{transform:scale(1.1)}.sidebar-footer{border-top:1px solid var(--border);padding:1.5rem}.footer-info{text-align:center}.footer-text{color:var(--foreground);font-size:1rem;font-weight:600}.footer-subtext{color:var(--muted-foreground);font-size:.875rem;margin-top:.25rem}.admin-link{align-items:center;background:linear-gradient(135deg,var(--gradient-start) 0,var(--gradient-end) 100%);border-radius:var(--radius);box-shadow:0 4px 15px -3px #e11d4866;color:var(--primary-foreground);display:inline-flex;font-size:.8125rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .3s ease}.admin-link:hover{box-shadow:0 8px 25px -5px #e11d4880;transform:translateY(-2px)}.search-section{margin-bottom:2.5rem}.search-wrapper{width:100%}.search-bar{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);flex:2 1;font-size:.9rem;padding:1rem 1.25rem;transition:all .3s ease}.search-bar-single{flex:none;width:100%}.search-bar:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e11d481a;outline:none}.search-bar::placeholder{color:var(--muted-foreground)}.filters-row,.filters-section{margin-bottom:1rem}.filters-row{align-items:stretch;display:flex;flex-wrap:wrap;gap:1rem}.filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--card);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23a1a1aa' d='M6 8.825 1.175 4l1.063-1.062L6 6.7l3.763-3.762L10.825 4z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;flex:1 1;font-size:.875rem;padding:.75rem 2.5rem .75rem 1rem;transition:border-color .2s}.filter-select:focus{border-color:var(--ring);outline:none}.results-info{color:var(--muted-foreground);font-size:.875rem}.players-table-container{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto}.players-table{border-collapse:collapse;min-width:800px;width:100%}.players-table thead{background:var(--secondary)}.players-table th{border-bottom:1px solid var(--border);color:var(--muted-foreground);font-size:.875rem;font-weight:600;letter-spacing:.05em;padding:1rem 1.25rem;text-align:left;text-transform:uppercase}.players-table tbody tr{border-bottom:1px solid var(--border);transition:background-color .15s}.players-table tbody tr:hover{background:var(--secondary)}.players-table tbody tr:last-child{border-bottom:none}.players-table td{font-size:.95rem;font-weight:400;padding:1rem 1.25rem}.photo-cell{width:60px}.player-photo-small{border-radius:50%;height:40px;object-fit:cover;width:40px}.player-photo-placeholder-small{align-items:center;background:var(--secondary);border-radius:50%;color:var(--secondary-foreground);display:flex;font-size:.875rem;font-weight:600;height:40px;justify-content:center;width:40px}.name-cell strong{color:var(--foreground);font-size:1.05rem;font-weight:600;letter-spacing:.01em}.player-link{transition:color .2s}.player-link:hover{color:var(--primary)}.captain-indicator{color:#fbbf24;font-weight:700}.position-tag{background:var(--secondary);border-radius:var(--radius);display:inline-block;font-size:.8rem;font-weight:500;padding:.375rem .75rem}.number-cell{text-align:center}.jersey-number-small{color:var(--muted-foreground);font-size:.95rem;font-weight:600}.nationality-info{align-items:center;display:flex;gap:.5rem}.flag-icon-small{border-radius:2px;height:15px;object-fit:cover;width:20px}.stats-cell{color:var(--muted-foreground);font-size:.75rem}.mini-stats{white-space:nowrap}.no-results{color:var(--muted-foreground);font-size:.875rem;padding:3rem;text-align:center}.stats-header{margin-bottom:2.5rem;padding:0}.stats-header h1{color:var(--foreground);font-size:2.75rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.75rem}.stats-subtitle{color:var(--muted-foreground);font-size:1rem;font-weight:400;margin-bottom:2rem}.stats{display:flex;flex-wrap:wrap;gap:1.5rem}.stat-card{align-items:center;background:linear-gradient(135deg,var(--card) 0,var(--secondary) 100%);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex:1 1;flex-direction:column;gap:.5rem;justify-content:center;min-width:180px;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.stat-card:before{background:linear-gradient(90deg,var(--gradient-start) 0,var(--gradient-end) 100%);content:"";height:3px;left:0;position:absolute;right:0;top:0}.stat-card:hover{border-color:var(--primary);box-shadow:0 12px 40px -12px #e11d4840;transform:translateY(-4px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--gradient-start) 0,var(--gradient-end) 100%);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;letter-spacing:-.05em}.stat-label{font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-top:.5rem;text-transform:uppercase}@media (max-width:768px){.stats{flex-direction:column}.stats-header h1{font-size:1.75rem}}@media (max-width:640px){.search-bar{max-width:100%}.filters-row{align-items:stretch;flex-direction:column}.filter-select{width:100%}.players-table{font-size:.75rem}.players-table td,.players-table th{padding:.5rem}}.teams-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.team-card{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:2rem;position:relative;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.team-card:after{background:linear-gradient(135deg,#0000,#e11d4808);content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.team-card:hover{border-color:var(--primary);box-shadow:0 20px 40px -15px #e11d4833;transform:translateY(-6px)}.team-card:hover:after{opacity:1}.team-logo{height:90px;margin-bottom:2.5rem;position:relative;width:90px;z-index:1}.team-card:hover .team-logo{transform:scale(1.1)}.team-logo-placeholder{align-items:center;background:var(--secondary);border-radius:50%;color:var(--secondary-foreground);display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;margin-bottom:2.5rem;width:80px}.team-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;position:relative;transition:color .3s ease;z-index:1}.team-card:hover h3{color:var(--primary)}.team-info{font-size:.875rem}.team-founded,.team-info{color:var(--muted-foreground)}.team-founded{font-size:.75rem;margin-top:.5rem}@media (max-width:768px){.teams-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.back-button{align-items:center;color:var(--muted-foreground);display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:2.5rem;text-decoration:none;transition:color .2s}.back-button:hover{color:var(--foreground)}.team-detail{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.team-info-header{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:2rem;margin-bottom:3rem;padding-bottom:2rem}.team-logo-large{height:120px;object-fit:contain;width:120px}.team-details h2{font-size:2rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.5rem}.player-count{color:var(--muted-foreground);font-size:.875rem}.position-group{margin-bottom:3rem}.position-title{align-items:center;border-bottom:2px solid var(--border);display:flex;justify-content:space-between;margin-bottom:2.5rem;padding-bottom:.75rem}.position-title h3{font-size:1.25rem;font-weight:600}.position-count{background:var(--secondary);border-radius:9999px;color:var(--secondary-foreground);font-size:.75rem;font-weight:500;padding:.25rem .75rem}.players-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.player-card{grid-column-gap:1rem;grid-row-gap:.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);column-gap:1rem;cursor:pointer;display:grid;grid-template-columns:72px 1fr;grid-template-rows:auto auto;padding:1rem;row-gap:.5rem;text-decoration:none;transition:all .2s}.player-card:hover{border-color:var(--ring);transform:translateY(-2px)}.player-card-left{align-items:center;display:flex;grid-column:1;grid-row:1;justify-content:center;position:relative}.player-photo{object-fit:cover}.player-photo,.player-photo-placeholder{border-radius:50%;height:56px;width:56px}.player-photo-placeholder{align-items:center;background:var(--secondary);color:var(--secondary-foreground);display:flex;font-size:1.25rem;font-weight:600;justify-content:center}.player-number{align-self:center;color:var(--muted-foreground);font-size:1.25rem;grid-column:1;grid-row:2;justify-self:center}.captain-badge{align-items:center;background:#fbbf24;border:2px solid var(--card);border-radius:50%;color:#78350f;display:flex;font-size:.625rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-4px;top:-4px;width:20px}.player-card-right{display:flex;flex:1 1;flex-direction:column;grid-column:2;grid-row:1;justify-content:flex-start;min-width:0}.player-name{font-size:1rem;font-weight:600;letter-spacing:.01em;line-height:1.3;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-position{color:var(--muted-foreground);font-size:.75rem;margin-bottom:.5rem}.player-details{align-items:center;align-self:center;display:flex;flex-wrap:wrap;gap:1rem;grid-column:2;grid-row:2}.player-nationality{align-items:center;color:var(--muted-foreground);display:flex;font-size:.75rem;gap:.375rem}.flag-icon{border-radius:2px;height:12px;object-fit:cover;width:16px}.player-age{color:var(--muted-foreground);font-size:.75rem}@media (max-width:768px){.team-info-header{flex-direction:column;text-align:center}.players-grid{grid-template-columns:1fr}}.player-detail{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.player-profile-header{grid-gap:3rem;border-bottom:1px solid var(--border);display:grid;gap:3rem;grid-template-columns:auto 1fr;margin-bottom:3rem;padding-bottom:2rem}.player-photo-section{position:relative}.player-photo-large{border:1px solid var(--border);border-radius:var(--radius);height:200px;object-fit:cover;width:200px}.player-photo-placeholder-large{background:var(--secondary);border-radius:var(--radius);color:var(--secondary-foreground);font-size:3rem;height:200px;width:200px}.jersey-number-large,.player-photo-placeholder-large{align-items:center;display:flex;font-weight:700;justify-content:center}.jersey-number-large{background:var(--primary);border:3px solid var(--card);border-radius:50%;bottom:-12px;color:var(--primary-foreground);font-size:1.5rem;height:56px;position:absolute;right:-12px;width:56px}.captain-badge-large{background:#fbbf24;border-radius:9999px;color:#78350f;font-size:.75rem;font-weight:700;padding:.375rem .75rem;position:absolute;right:8px;top:8px}.player-main-info h1{font-size:2.5rem;font-weight:700;letter-spacing:.01em;line-height:1.2;margin-bottom:.75rem}.common-name{color:var(--muted-foreground);font-style:italic}.common-name,.player-team-info{margin-bottom:1rem}.position-badge{background:var(--secondary);border-radius:var(--radius);color:var(--secondary-foreground);display:inline-block;font-size:.875rem;font-weight:500;margin-right:.5rem;padding:.25rem .75rem}.detailed-position{color:var(--muted-foreground);font-size:.875rem}.nationality-section{align-items:center;display:flex;font-size:1rem;gap:.75rem}.flag-large{border-radius:2px;height:18px;object-fit:cover;width:24px}.player-details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.detail-section{background:var(--secondary);border-radius:var(--radius);padding:1.5rem}.detail-section h3{font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.detail-item,.detail-section h3{border-bottom:1px solid var(--border)}.detail-item{display:flex;justify-content:space-between;padding:.625rem 0}.detail-item:last-child{border-bottom:none}.detail-label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.detail-value{color:var(--foreground);font-size:.875rem;font-weight:600}.stats-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin-top:1rem}.stat-box{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;text-align:center}.stat-value{font-size:1.75rem;font-weight:700;letter-spacing:-.025em;line-height:1}.stat-value.primary{color:var(--primary)}.stat-value.yellow{color:#fbbf24}.stat-value.red{color:#ef4444}.stat-box .stat-label{color:var(--muted-foreground);font-size:.75rem;font-weight:500;margin-top:.25rem}@media (max-width:1024px){.player-profile-header{grid-template-columns:1fr;text-align:center}.player-photo-section{margin:0 auto}}@media (max-width:640px){.player-details-grid{grid-template-columns:1fr}}.fixtures-container{width:100%}.fixtures-controls{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:2.5rem;padding:1rem 1.25rem}.filter-buttons{display:flex;gap:.5rem}.filter-btn{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted-foreground);cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:all .2s ease}.filter-btn:hover{background:var(--muted);color:var(--foreground)}.filter-btn.active{background:linear-gradient(135deg,var(--gradient-start) 0,var(--gradient-end) 100%);border-color:#0000;box-shadow:0 4px 12px -2px #e11d4866;color:var(--primary-foreground)}.days-selector{align-items:center;display:flex;gap:.75rem}.days-selector label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.days-selector select{-webkit-appearance:none;appearance:none;background:var(--secondary);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23a1a1aa' d='M6 8.825 1.175 4l1.063-1.062L6 6.7l3.763-3.762L10.825 4z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 2rem .625rem 1rem;transition:all .2s ease}.days-selector select:hover{border-color:var(--primary)}.days-selector select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e11d481a;outline:none}.fixtures-list{display:flex;flex-direction:column;gap:2rem}.fixture-date-group{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.date-header{align-items:center;background:linear-gradient(90deg,#e11d481a,#0000);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1rem 1.5rem}.date-header h3{color:var(--foreground);font-size:1rem;font-weight:600}.date-count{background:var(--secondary);border-radius:9999px;color:var(--muted-foreground);font-size:.75rem;font-weight:500;padding:.25rem .75rem}.fixtures-grid{grid-gap:1px;background:var(--border);display:grid;gap:1px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.fixture-card{background:var(--card);color:var(--foreground);display:flex;flex-direction:column;text-decoration:none;transition:all .2s ease}.fixture-card:hover{background:var(--card-hover)}.fixture-time{color:var(--primary);font-size:.875rem;font-weight:600;margin-bottom:.75rem}.fixture-teams{gap:.5rem}.fixture-team{align-items:center;display:flex;gap:.75rem}.team-logo-small{height:28px;object-fit:contain;width:28px}.fixture-team .team-name{flex:1 1;font-size:.9375rem;font-weight:500}.fixture-team .team-score{font-size:1.125rem;font-weight:700;min-width:24px;text-align:right}.fixture-vs{color:var(--muted-foreground);font-size:.75rem;padding-left:2.75rem}.fixture-status,.fixture-vs{font-weight:600;letter-spacing:.05em;text-transform:uppercase}.fixture-status{align-self:flex-start;border-radius:9999px;font-size:.6875rem;margin-top:.75rem;padding:.375rem .75rem}.fixture-status.upcoming{background:#3b82f626;color:#60a5fa}.fixture-status.finished{background:#22c55e26;color:#4ade80}.import-container{margin:0 auto;max-width:1200px}.import-actions{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}@media (max-width:1024px){.import-actions{grid-template-columns:1fr}}.import-action-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;min-height:320px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.import-action-card:before{background:linear-gradient(90deg,var(--gradient-start) 0,var(--gradient-end) 100%);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.import-action-card:hover{border-color:var(--primary);box-shadow:0 8px 24px #e11d4826;transform:translateY(-4px)}.import-action-card:hover:before{opacity:1}.action-icon{align-items:center;display:flex;font-size:3rem;justify-content:center;margin-bottom:1rem}.action-icon svg{height:48px;transition:all .3s ease;width:48px}.import-action-card:first-child .action-icon svg{color:#10b981}.import-action-card:nth-child(2) .action-icon svg{color:#3b82f6}.import-action-card:nth-child(3) .action-icon svg{color:#f59e0b}.import-action-card:hover .action-icon svg{transform:scale(1.1)}.import-action-card.status-loading{background:linear-gradient(135deg,#3b82f60d,#3b82f605);border-color:#3b82f6}.import-action-card.status-success{background:linear-gradient(135deg,#10b9810d,#10b98105);border-color:#10b981}.import-action-card.status-error{background:linear-gradient(135deg,#ef44440d,#ef444405);border-color:#ef4444}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.import-action-button.status-success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px -3px #10b98166}.import-action-button.status-error{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px -3px #ef444466}.import-action-card h3{color:var(--foreground);font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.action-description{color:var(--muted-foreground);flex:1 1;font-size:.875rem;line-height:1.5;margin-bottom:1.5rem}.import-action-button{background:linear-gradient(135deg,var(--gradient-start) 0,var(--gradient-end) 100%);border:none;border-radius:var(--radius);box-shadow:0 4px 15px -3px #e11d4866;color:var(--primary-foreground);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.import-action-button:hover:not(:disabled){box-shadow:0 8px 25px -5px #e11d4880;transform:translateY(-2px)}.import-action-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.import-action-button.active{animation:pulse 2s infinite;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.days-input-group{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.days-input-group label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.days-select{-webkit-appearance:none;appearance:none;background:var(--input);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23a1a1aa' d='M6 8.825 1.175 4l1.063-1.062L6 6.7l3.763-3.762L10.825 4z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;font-size:.875rem;padding:.5rem 2rem .5rem 1rem;transition:border-color .2s ease}.days-select:focus{border-color:var(--primary);outline:none}.days-select:disabled{cursor:not-allowed;opacity:.5}.import-info{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.info-card{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.info-card h4{color:var(--foreground);font-size:1rem;font-weight:600;margin-bottom:1rem}.info-card ol,.info-card ul{color:var(--muted-foreground);font-size:.875rem;line-height:1.8;list-style-position:inside}.info-card strong{color:var(--primary);font-family:Monaco,Menlo,monospace}.console-controls{align-items:center;display:flex;gap:1rem}.message-count{background:var(--card);border-radius:9999px;color:var(--muted-foreground);font-size:.75rem;padding:.25rem .75rem}.import-sections{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.import-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all .3s ease}.import-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #e11d481a}.import-card h3{color:var(--foreground);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.import-description{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1rem}.import-form{display:flex;flex-direction:column;gap:.75rem}.import-input{background:var(--input);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:.875rem;padding:.75rem;transition:all .2s ease}.import-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e11d481a;outline:none}.import-input:disabled{cursor:not-allowed;opacity:.5}.import-button{background:linear-gradient(135deg,var(--gradient-start) 0,var(--gradient-end) 100%);border:none;border-radius:var(--radius);box-shadow:0 4px 15px -3px #e11d4866;color:var(--primary-foreground);cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.import-button:hover:not(:disabled){box-shadow:0 8px 25px -5px #e11d4880;transform:translateY(-2px)}.import-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.import-button.bulk{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 15px -3px #6366f166}.import-button.bulk:hover:not(:disabled){box-shadow:0 8px 25px -5px #6366f180}.import-console{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-top:2rem;overflow:hidden}.console-header{align-items:center;background:var(--secondary);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1rem 1.5rem}.console-header h3{font-size:1rem;font-weight:600;margin:0}.clear-button{background:var(--muted);border:none;border-radius:var(--radius);color:var(--foreground);cursor:pointer;font-size:.75rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.clear-button:hover{background:var(--primary)}.console-messages{font-family:Monaco,Menlo,monospace;font-size:.8125rem;line-height:1.6;max-height:400px;overflow-y:auto;padding:1rem}.console-message{align-items:flex-start;display:flex;gap:.75rem;padding:.375rem 0}.console-message.error{color:#ef4444}.console-message.success{color:#10b981}.console-message.warning{color:#f59e0b}.console-message.info,.message-time{color:var(--muted-foreground)}.message-time{flex-shrink:0;opacity:.7}.message-text{word-break:break-word}.help-toggle-button{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;font-size:.875rem;font-weight:500;margin-top:1rem;padding:.625rem 1.25rem;transition:all .2s ease}.help-toggle-button:hover{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.help-section{animation:slideDown .3s ease;margin-top:2rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.help-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr}.help-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.help-card h3{color:var(--foreground);font-size:1.125rem;font-weight:600;margin-bottom:1rem}.help-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto}.help-item{align-items:center;background:var(--secondary);border-radius:calc(var(--radius)*.5);display:flex;gap:.75rem;padding:.5rem;transition:background .2s ease}.help-item:hover{background:var(--muted)}.help-id{color:var(--primary);font-family:Monaco,Menlo,monospace;font-size:.875rem;font-weight:600;min-width:60px}.help-name{color:var(--foreground);flex:1 1;font-size:.875rem}.help-use-button{background:var(--primary);border:none;border-radius:calc(var(--radius)*.5);color:var(--primary-foreground);cursor:pointer;font-size:.75rem;font-weight:500;padding:.25rem .75rem;transition:all .2s ease}.help-use-button:hover{box-shadow:0 2px 8px #e11d484d;transform:scale(1.05)}.help-note{background:var(--secondary);border-radius:calc(var(--radius)*.5);color:var(--muted-foreground);font-size:.8125rem;line-height:1.5;margin-top:1rem;padding:.75rem}.help-note strong{color:var(--primary);font-family:Monaco,Menlo,monospace}@media (max-width:768px){.help-grid{grid-template-columns:1fr}}.fixture-tabs{border-bottom:2px solid var(--border);display:flex;gap:1rem;margin:2rem 0}.fixture-tabs button{background:#0000;border:none;color:var(--muted-foreground);cursor:pointer;font-weight:500;padding:.75rem 1.5rem;position:relative;transition:all .2s}.fixture-tabs button:hover{color:var(--foreground)}.fixture-tabs button.active{color:var(--primary)}.fixture-tabs button.active:after{background:var(--primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0}.fixture-events{margin:2rem 0}.fixture-events h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.event-filter{margin:1rem 0 2rem}.filter-chips{display:flex;flex-wrap:wrap;gap:.75rem}.filter-chip{align-items:center;background:#0000;border:2px solid #ffffff1a;border-radius:8px;color:#ffffffb3;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;gap:.5rem;padding:.5rem .875rem;transition:all .2s ease}.filter-chip:hover{background:#ffffff0d;border-color:#fff3;color:#ffffffe6}.filter-chip.selected{background:#22c55e33;border-color:#22c55e80;color:#22c55e}.filter-chip.clear{background:#0000;border-color:#ef444480;color:#ef4444}.filter-chip.clear:hover{background:#ef44441a;border-color:#ef4444b3}.filter-chip .event-icon{font-size:1rem}.period-section{margin-bottom:2rem}.period-section h4{background:var(--secondary);border-radius:calc(var(--radius)*.5);font-size:1rem;font-weight:500;margin-bottom:1rem;padding:.5rem 1rem}.events-timeline{display:flex;flex-direction:column;gap:.75rem}.event-item{align-items:flex-start;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);display:flex;gap:1rem;padding:1rem;transition:all .2s}.event-item:hover{border-color:var(--primary);box-shadow:0 2px 8px #0000000d;transform:translateX(4px)}.event-item.home{border-left:3px solid var(--primary)}.event-item.away{border-left:3px solid var(--secondary-foreground)}.event-time{align-items:center;display:flex;flex-direction:column;min-width:60px}.event-minute{color:var(--foreground);font-size:1.125rem;font-weight:600}.extra-minute{color:var(--muted-foreground);font-size:.875rem}.event-icon-wrapper{align-items:center;background:var(--secondary);border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.event-icon{font-size:1.25rem}.event-icon.goal{color:#10b981}.event-icon.own-goal{color:#ef4444}.event-icon.yellow-card{color:#eab308}.event-icon.red-card{color:#ef4444}.event-icon.substitution{color:#3b82f6}.event-icon.penalty{color:#8b5cf6}.event-icon.offside{color:#f97316}.event-icon.handball{color:#ec4899}.event-icon.foul{color:#f59e0b}.event-details{flex:1 1}.event-player,.event-type{color:var(--foreground);margin-bottom:.25rem}.event-player{font-size:.9375rem}.event-related{color:var(--muted-foreground);font-size:.875rem}.in-out{font-weight:500}.event-info,.event-result,.event-team{color:var(--muted-foreground);font-size:.875rem;margin-top:.25rem}.no-events{color:var(--muted-foreground);padding:3rem;text-align:center}.substitution-arrow{align-items:center;display:inline-flex;font-size:1.25rem;margin-right:.5rem;vertical-align:middle}.substitution-arrow.in{color:#22c55e}.substitution-arrow.out{color:#ef4444}.event-player,.event-related{align-items:center;display:flex}.event-related{margin-top:.25rem}.disputed-positions{margin:2rem 0}.disputed-positions h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.disputed-list{display:flex;flex-direction:column;gap:1rem}.disputed-item{background:var(--card);border:1px solid var(--border);border-left:3px solid var(--destructive);border-radius:var(--radius);display:flex;gap:1rem;padding:1rem}.disputed-minute{color:var(--foreground);font-size:1.125rem;font-weight:600;min-width:60px}.disputed-details{flex:1 1}.disputed-type{color:var(--destructive);font-weight:600;margin-bottom:.5rem}.disputed-decision{font-size:.9375rem;margin-bottom:.5rem}.disputed-description{color:var(--muted-foreground);font-size:.875rem;margin-bottom:.5rem}.disputed-votes{color:var(--primary);font-size:.875rem;font-weight:500}.no-disputed{color:var(--muted-foreground);padding:3rem;text-align:center}.match-stats{margin:2rem 0}.match-stats h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.stats-summary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-item{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);display:flex;justify-content:space-between;padding:1rem}.stat-label{color:var(--muted-foreground);font-size:.9375rem}.stat-value{color:var(--primary);font-size:1.5rem;font-weight:600}.fixture-state{background:var(--secondary);border-radius:calc(var(--radius)*.5);color:var(--secondary-foreground);display:inline-block;font-size:.875rem;font-weight:500;margin-top:1rem;padding:.5rem 1rem}.venue-city{color:var(--muted-foreground);font-size:.875rem;margin-top:.25rem}.fixture-header-modern{background:linear-gradient(135deg,#1a1a2e,#0f0f1e);border-radius:calc(var(--radius)*2);box-shadow:0 10px 30px #0000004d;margin-bottom:2rem;padding:2rem}.fixture-date-header{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.fixture-date-header h3{color:var(--primary);font-size:1.2rem;margin-bottom:.5rem}.fixture-date-header p{color:var(--muted-foreground);font-size:1rem}.fixture-matchup-modern{justify-content:space-between}.fixture-matchup-modern,.team-section{align-items:center;display:flex;gap:2rem}.team-section{flex:1 1;flex-direction:row;justify-content:center}.team-section.home{justify-content:flex-end}.team-section.away{justify-content:flex-start}.team-content{align-items:center;display:flex;flex-direction:column;text-align:center}.team-logo{filter:drop-shadow(0 4px 6px rgba(0,0,0,.3));height:100px;margin-bottom:1rem;object-fit:contain;transition:transform .3s ease;width:100px}.team-logo:hover{transform:scale(1.1)}.team-name{color:var(--foreground);font-size:1.5rem;font-weight:600;margin:.5rem 0}.team-score{color:var(--primary);font-size:3rem;text-shadow:0 2px 4px #0000004d}.match-info-center{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:120px}.score-display{font-size:3rem}.score-separator{color:var(--muted-foreground);font-size:2rem;font-weight:300;margin:0 .5rem}.vs-separator{border:2px solid var(--border);border-radius:var(--radius);color:var(--muted-foreground);font-size:1.5rem;font-weight:600;padding:.5rem 1rem}.match-status{margin-top:1rem;text-align:center}.status-badge{background:var(--primary);border-radius:calc(var(--radius)*.5);color:var(--primary-foreground);display:inline-block;font-size:.75rem;font-weight:600;margin-bottom:.25rem;padding:.25rem .75rem}.match-status.finished .status-badge{background:#10b981}.match-status.upcoming .status-badge{background:#3b82f6}.status-text{color:var(--muted-foreground);display:block;font-size:.875rem;margin-top:.25rem}.fixture-venue-inline{border-top:1px solid #ef444433;margin-top:.75rem;padding-top:.75rem}.fixture-venue-inline .venue-label{color:#9ca3af;font-size:.85rem;letter-spacing:.5px;margin-right:.5rem;text-transform:uppercase}.fixture-venue-inline .venue-name{color:#fff;font-size:1rem;font-weight:500}.timeline-container{margin:0 auto;max-width:1000px;padding:1.5rem 1rem;position:relative}.timeline-line{background:linear-gradient(180deg,#0000,#3b82f61a 10%,#3b82f633 50%,#3b82f61a 90%,#0000);border-radius:2px;bottom:20px;left:50%;position:absolute;top:20px;transform:translateX(-50%);width:3px}.timeline-period{margin:1rem 0 1.5rem;position:relative;text-align:center;z-index:3}.period-marker{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:30px;box-shadow:0 4px 15px #ef44444d;color:#fff;display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:1px;padding:.75rem 2rem;position:relative;text-transform:uppercase}.timeline-event{align-items:center;display:flex;margin:2rem 0;position:relative}.timeline-minute{background:#1e293bf2;border:1px solid #60a5fa80;border-radius:20px;box-shadow:0 2px 8px #00000080;color:#60a5fa;font-size:.85rem;font-weight:700;left:50%;margin-top:-14px;min-width:45px;padding:.35rem .75rem;position:absolute;text-align:center;top:50%;transform:translateX(-50%);z-index:3}.timeline-minute .extra{font-size:.85rem;opacity:.7}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.timeline-dot{display:none}.timeline-event.home .timeline-dot{border-color:#3b82f6}.timeline-event.away .timeline-dot{border-color:#64748b}.event-content{max-width:calc(50% - 40px);position:relative;width:320px}.event-content.left{display:flex;justify-content:flex-end;margin-left:calc(50% - 380px);margin-right:auto}.event-content.right{display:flex;justify-content:flex-start;margin-left:calc(50% + 60px)}.event-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1e1e1ef2,#141414f2);border:1px solid #4b4b4b80;border-radius:10px;box-shadow:0 1px 3px #00000080,0 10px 25px -5px #000000b3;display:block;max-width:100%;padding:.5rem .75rem;position:relative;width:320px}.event-card-single-line{align-items:center;display:flex;gap:.75rem}.event-card-single-line.away-team,.event-card-single-line.home-team{flex-direction:row}.event-card-single-line.away-team .event-info{text-align:right}.event-info{display:flex;flex:1 1;flex-direction:column;gap:.15rem}.event-header{align-items:center;border-bottom:1px solid #4b4b4b80;display:flex;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem}.event-content.left .event-header{justify-content:flex-end}.event-content.right .event-header{justify-content:flex-start}.event-time{color:var(--primary);font-size:.9rem;font-weight:600;min-width:40px}.event-time .extra{color:var(--muted-foreground);font-size:.8rem}.event-body{font-size:.85rem}.event-type{color:#fff;font-weight:600;margin-bottom:.15rem}.event-player{color:#e5e5e5;font-size:.85rem;font-weight:500;line-height:1.2}.event-team-logo{background:#fff;border-radius:50%;box-shadow:0 1px 2px #0000001a;flex-shrink:0;height:20px;object-fit:contain;padding:2px;width:20px}.event-result.score{color:#ef4444;flex-shrink:0;font-size:.9rem;font-weight:700;text-shadow:0 0 10px #ef444480}.event-related{color:#9ca3af;font-size:.75rem;font-style:italic;line-height:1.2}.player-link{border-bottom:1px dotted #ffffff4d;color:inherit;text-decoration:none;transition:all .2s ease}.player-link:hover{border-bottom-color:#10b981;color:#10b981}.event-related .player-link{font-style:inherit}.team-link{align-items:center;color:inherit;display:flex;flex-direction:column;text-decoration:none;transition:all .3s ease}.team-link:hover{transform:translateY(-2px)}.team-link:hover .team-name{color:#10b981}.team-link:hover .team-logo{filter:drop-shadow(0 6px 12px rgba(0,0,0,.4));transform:scale(1.1)}.event-summary-item .player-link{border-bottom:1px dotted #fff3}.event-summary-item .player-link:hover{border-bottom-color:#fbbf24;color:#fbbf24}.timeline-event .event-icon{filter:drop-shadow(0 0 4px currentColor);flex-shrink:0;font-size:.9rem}.timeline-event .event-icon.goal{color:#4ade80;font-size:1rem}.timeline-event .event-icon.yellow-card{color:#fbbf24;filter:drop-shadow(0 0 8px #fbbf24)}.timeline-event .event-icon.red-card{color:#f87171;filter:drop-shadow(0 0 8px #f87171)}.timeline-event .event-icon.substitution{color:#60a5fa}.timeline-event .event-icon.own-goal{color:#ef4444}.timeline-event .event-icon.penalty{color:#a78bfa}.timeline-event .event-icon.offside{color:#94a3b8}@media (max-width:768px){.timeline-container{padding:1rem .5rem}.timeline-line{left:30px}.timeline-dot{height:16px;left:30px;width:16px}.timeline-minute{display:none}.event-content{margin-left:60px!important;max-width:calc(100% - 60px);width:100%}.event-content.left,.event-content.left .event-header,.event-content.right,.event-content.right .event-header{justify-content:flex-start}.event-card{border-radius:8px;padding:.4rem .6rem;width:100%}.timeline-event.away .event-card{background:linear-gradient(135deg,#f1f5f9fa,#e2e8f0fa)}.period-marker{font-size:.8rem;padding:.5rem 1rem}.fixture-matchup-modern{flex-direction:column;gap:1rem}.team-section{gap:1rem;width:100%}.team-section,.team-section.away,.team-section.home{justify-content:center}.team-content{align-items:center;flex-direction:row;gap:1rem}.team-logo{height:60px;margin-bottom:0;width:60px}.team-score{font-size:2rem}.match-info-center{flex-direction:row;gap:1rem;justify-content:center;width:100%}}.live-commentator{margin:0 auto;max-width:1400px;min-height:calc(100vh - 100px);padding:2rem}.commentator-header{margin-bottom:2.5rem;text-align:center}.commentator-header h1{align-items:center;display:inline-flex;font-size:3rem;font-weight:700;gap:1rem;justify-content:center;letter-spacing:2px;margin-bottom:.75rem;text-transform:uppercase}.commentator-header .header-icon{animation:glow 2s ease-in-out infinite alternate;color:#22c55e;font-size:2.8rem}@keyframes glow{0%{filter:drop-shadow(0 0 2px #22c55e)}to{filter:drop-shadow(0 0 8px #22c55e)}}.header-subtitle{color:var(--muted-foreground);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:1.1rem;font-weight:400}.fixture-selection{display:flex;flex-direction:column;gap:2rem}.fixture-group{background:linear-gradient(145deg,var(--card) 0,#141416cc 100%);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 20px #0000004d;padding:1.75rem}.group-title{align-items:center;display:flex;font-size:1.4rem;font-weight:600;gap:.75rem;letter-spacing:1px;margin-bottom:1.25rem;text-transform:uppercase}.group-title.live{color:#22c55e}.group-title.recent{color:#a1a1aa}.group-title.upcoming{color:#3b82f6}.live-indicator{animation:pulse 1.5s ease-in-out infinite;background:#22c55e;border-radius:50%;box-shadow:0 0 10px #22c55e;height:12px;width:12px}@keyframes pulse{0%,to{box-shadow:0 0 10px #22c55e;opacity:1;transform:scale(1)}50%{box-shadow:0 0 20px #22c55e;opacity:.6;transform:scale(1.15)}}.fixture-cards{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.fixture-card{background:linear-gradient(135deg,var(--secondary) 0,#1f1f23e6 100%);border:1px solid var(--border);border-radius:12px;cursor:pointer;overflow:hidden;padding:1.25rem;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1)}.fixture-card:before{background:linear-gradient(90deg,#0000,var(--primary),#0000);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s ease}.fixture-card:hover{border-color:var(--primary);box-shadow:0 8px 30px #e11d4826;transform:translateY(-4px)}.fixture-card:hover:before{opacity:1}.fixture-card.live{border-left:4px solid #22c55e}.fixture-card.live:before{background:linear-gradient(90deg,#22c55e,#0000);height:2px;opacity:1}.fixture-card.recent{border-left:4px solid #6b7280}.fixture-card.upcoming{border-left:4px solid #3b82f6}.fixture-teams{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.team-row{align-items:center;display:flex;gap:.75rem}.team-logo-sm{height:28px;width:28px}.team-logo-md,.team-logo-sm{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));object-fit:contain}.team-logo-md{height:36px;width:36px}.team-logo-xs{height:22px;object-fit:contain;width:22px}.team-name{flex:1 1;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.3px}.team-score{color:var(--foreground);font-size:1.3rem;font-weight:700;min-width:28px;text-align:right}.fixture-meta{align-items:center;border-top:1px solid #ffffff14;display:flex;gap:.75rem;justify-content:space-between;padding-top:.75rem}.state-badge{border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.35rem .75rem;text-transform:uppercase}.state-badge.live{animation:liveBadge 2s ease-in-out infinite;background:#22c55e33;border:1px solid #22c55e4d;color:#22c55e}@keyframes liveBadge{0%,to{opacity:1}50%{opacity:.7}}.state-badge.finished{background:#6b728033;border:1px solid #6b72804d;color:#9ca3af}.time-badge{background:#3b82f626;border:1px solid #3b82f640;border-radius:6px;color:#60a5fa;font-size:.85rem;font-weight:600;padding:.35rem .75rem}.positions-count,.time-badge{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif}.positions-count{background:#ffffff0d;border-radius:4px;color:var(--muted-foreground);font-size:.8rem;padding:.25rem .5rem}.all-fixtures-link{padding:1.5rem;text-align:center}.browse-all-btn{align-items:center;background:linear-gradient(135deg,var(--secondary) 0,#27272a 100%);border:1px solid var(--border);border-radius:10px;color:var(--foreground);display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.95rem;font-weight:500;gap:.6rem;letter-spacing:.3px;padding:.9rem 2rem;text-decoration:none;transition:all .25s ease}.browse-all-btn:hover{background:linear-gradient(135deg,var(--card-hover) 0,#323237 100%);border-color:var(--primary);box-shadow:0 4px 15px #e11d4826;transform:translateY(-2px)}.browse-all-btn svg{font-size:1.2rem}.no-fixtures{background:linear-gradient(145deg,var(--card) 0,#141416f2 100%);border:1px solid var(--border);border-radius:24px;box-shadow:0 8px 40px #0006;margin:0 auto;max-width:600px;padding:5rem 2.5rem;text-align:center}.no-fixtures .empty-icon-wrapper{align-items:center;background:linear-gradient(135deg,#e11d4826,#f973161a);border:2px solid #e11d4833;border-radius:50%;display:inline-flex;height:120px;justify-content:center;margin-bottom:2rem;width:120px}.no-fixtures .empty-icon{color:var(--primary);font-size:4rem;opacity:.7}.no-fixtures h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--foreground),#a1a1aa);-webkit-background-clip:text;background-clip:text;font-size:2rem;letter-spacing:1.5px;margin-bottom:1rem;text-transform:uppercase}.no-fixtures p{color:var(--muted-foreground);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:400px}.browse-all-btn.primary,.no-fixtures .browse-all-btn.primary{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));border:none;box-shadow:0 4px 20px #e11d4859;color:#fff;font-weight:600;padding:1.1rem 2.5rem}.browse-all-btn.primary:hover,.no-fixtures .browse-all-btn.primary:hover{box-shadow:0 8px 30px #e11d4873;transform:translateY(-3px)}.active-match-panel{display:flex;flex-direction:column;gap:1.5rem}.match-header-bar{background:linear-gradient(145deg,var(--card) 0,#141416f2 100%);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 20px #00000040;gap:1.5rem;justify-content:space-between;padding:1.25rem 1.75rem}.back-btn,.match-header-bar{align-items:center;display:flex}.back-btn{background:var(--secondary);border:1px solid var(--border);border-radius:8px;color:var(--foreground);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.9rem;font-weight:500;gap:.5rem;padding:.65rem 1.25rem;transition:all .2s ease}.back-btn:hover{background:var(--card-hover);border-color:var(--muted-foreground)}.match-info-compact{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:center}.team-display{font-size:1.15rem;font-weight:600;letter-spacing:.5px}.score-display,.team-display{align-items:center;display:flex;gap:.75rem}.score-display{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--foreground),#a1a1aa);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.score-display .separator{-webkit-text-fill-color:var(--muted-foreground);color:var(--muted-foreground)}.match-state{min-width:90px;text-align:right}.commentator-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;min-height:550px}@media (max-width:1024px){.commentator-content{grid-template-columns:1fr}}.positions-panel{background:linear-gradient(145deg,var(--card) 0,#141416f2 100%);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 20px #00000040;display:flex;flex-direction:column;overflow:hidden}.panel-header{align-items:center;background:#0003;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.panel-header h3{font-size:1.15rem;font-weight:600;letter-spacing:.5px}.add-position-btn{align-items:center;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));border:none;border-radius:8px;box-shadow:0 2px 10px #e11d484d;color:#fff;cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.85rem;font-weight:600;gap:.4rem;padding:.6rem 1rem;transition:all .2s ease}.add-position-btn:hover{box-shadow:0 4px 15px #e11d4866;transform:translateY(-1px)}.loading-inline{display:flex;justify-content:center;padding:3rem}.loading-spinner.small{border-width:3px;height:28px;width:28px}.no-positions{color:var(--muted-foreground);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.95rem;padding:3rem 2rem;text-align:center}.positions-list{flex:1 1;flex-direction:column;overflow-y:auto}.position-card,.positions-list{display:flex;gap:1rem;padding:1.25rem}.position-card{background:linear-gradient(135deg,var(--secondary) 0,#1f1f23f2 100%);border:1px solid var(--border);border-radius:12px;transition:all .2s ease}.position-card:hover{border-color:#ffffff26;transform:translateX(3px)}.position-minute{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;min-width:50px}.position-minute .minute{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.position-content{display:flex;flex:1 1;flex-direction:column;gap:.6rem}.position-type{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:.6rem}.position-type svg{font-size:1.1rem;opacity:.8}.decision-badge{border-radius:4px;font-size:.65rem;font-weight:700;letter-spacing:.3px;padding:.2rem .5rem;text-transform:uppercase}.decision-badge.given{background:#22c55e33;border:1px solid #22c55e4d;color:#22c55e}.decision-badge.not-given{background:#ef444433;border:1px solid #ef44444d;color:#ef4444}.position-description{font-size:.9rem;line-height:1.5}.affected-team,.position-description{color:var(--muted-foreground);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif}.affected-team{font-size:.8rem}.affected-team .label{margin-right:.3rem;opacity:.6}.involved-players{display:flex;flex-wrap:wrap;gap:.4rem}.player-chip{background:#ffffff14;border-radius:5px;color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.75rem;padding:.25rem .6rem}.position-actions{display:flex;flex-direction:column;gap:.5rem}.position-actions button{align-items:center;background:#0003;border:1px solid var(--border);border-radius:8px;color:var(--muted-foreground);cursor:pointer;display:flex;height:34px;justify-content:center;transition:all .2s ease;width:34px}.position-actions .edit-btn:hover{background:#3b82f633;border-color:#3b82f6;color:#3b82f6}.position-actions .delete-btn:hover{background:#ef444433;border-color:#ef4444;color:#ef4444}.form-panel{background:linear-gradient(145deg,var(--card) 0,#141416f2 100%);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 20px #00000040;display:flex;flex-direction:column;max-height:80vh;overflow:hidden}.form-panel .panel-header{flex-shrink:0}.close-btn{align-items:center;background:#0000;border:1px solid var(--border);border-radius:8px;color:var(--muted-foreground);cursor:pointer;display:flex;height:34px;justify-content:center;transition:all .2s ease;width:34px}.close-btn:hover{background:#ef444433;border-color:#ef4444;color:#ef4444}.position-form{flex:1 1;gap:1.5rem;overflow-y:auto;padding:1.5rem}.form-section,.position-form{display:flex;flex-direction:column}.form-section{gap:.6rem}.form-section label{color:var(--muted-foreground);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.quick-select-grid{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.quick-select-grid{grid-template-columns:repeat(2,1fr)}}.quick-btn{align-items:center;background:var(--secondary);border:2px solid var(--border);border-radius:10px;color:var(--foreground);cursor:pointer;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;gap:.4rem;padding:1rem .5rem;transition:all .2s ease}.quick-btn svg{color:var(--muted-foreground);color:var(--btn-color,var(--muted-foreground));font-size:1.4rem;transition:all .2s ease}.quick-btn span{font-size:.7rem;font-weight:500;text-align:center}.quick-btn:hover{background:#ffffff08;border-color:var(--btn-color,var(--primary))}.quick-btn:hover svg{transform:scale(1.1)}.quick-btn.selected{background:#ffffff0d;border-color:var(--btn-color,var(--primary));box-shadow:0 0 15px #e11d4833;box-shadow:0 0 15px rgba(var(--btn-color-rgb,225,29,72),.2)}.quick-btn.selected svg{transform:scale(1.15)}.decision-buttons{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}.decision-btn{background:var(--secondary);border:2px solid var(--border);border-radius:10px;color:var(--foreground);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:1rem;font-weight:600;padding:1rem 1.25rem;transition:all .2s ease}.decision-btn.selected,.decision-btn:hover{border-color:var(--btn-color,var(--primary))}.decision-btn.selected{background:#ffffff0d;box-shadow:0 0 15px #e11d4833;box-shadow:0 0 15px rgba(var(--btn-color-rgb,225,29,72),.2);color:var(--primary);color:var(--btn-color,var(--primary))}.minute-input{background:var(--secondary);border:2px solid var(--border);border-radius:10px;color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:1.5rem;font-weight:700;padding:1rem 1.25rem;text-align:center;transition:all .2s ease;width:120px}.minute-input:focus{border-color:var(--primary);box-shadow:0 0 15px #e11d4833;outline:none}.position-form textarea{background:var(--secondary);border:2px solid var(--border);border-radius:10px;color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.95rem;min-height:80px;padding:1rem;resize:vertical;transition:all .2s ease}.position-form textarea:focus{border-color:var(--primary);box-shadow:0 0 15px #e11d4826;outline:none}.position-form textarea::placeholder{color:var(--muted-foreground);opacity:.6}.team-select-buttons{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}.team-select-btn{align-items:center;background:var(--secondary);border:2px solid var(--border);border-radius:10px;color:var(--foreground);cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.9rem;font-weight:500;gap:.6rem;justify-content:center;padding:1rem 1.25rem;transition:all .2s ease}.team-select-btn:hover{border-color:var(--muted-foreground)}.team-select-btn.selected{background:#e11d481a;border-color:var(--primary);box-shadow:0 0 15px #e11d4826}.players-selection{background:var(--secondary);border:2px solid var(--border);border-radius:10px;display:flex;flex-direction:column;gap:1.25rem;max-height:220px;overflow-y:auto;padding:1rem}.team-players h4{color:var(--muted-foreground);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.3px;margin-bottom:.6rem;text-transform:uppercase}.player-chips{display:flex;flex-wrap:wrap;gap:.4rem}.player-select-chip{align-items:center;background:#0000004d;border:1px solid var(--border);border-radius:6px;color:var(--foreground);cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.75rem;gap:.3rem;padding:.35rem .6rem;transition:all .15s ease}.player-select-chip:hover{background:#ffffff0d;border-color:var(--muted-foreground)}.player-select-chip.selected{background:#e11d4833;border-color:var(--primary);color:#ff6b8a}.player-number{font-weight:700;opacity:.6}.media-section{background:var(--secondary);border:2px solid var(--border);border-radius:10px;padding:1rem}.media-section summary{color:var(--muted-foreground);cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.9rem;font-weight:500}.media-inputs{gap:1rem;margin-top:1rem}.input-group,.media-inputs{display:flex;flex-direction:column}.input-group{gap:.35rem}.input-group label{color:var(--muted-foreground);font-size:.75rem;letter-spacing:.3px;text-transform:uppercase}.input-group input{background:#0000004d;border:1px solid var(--border);border-radius:8px;color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.85rem;padding:.6rem .85rem;transition:all .2s ease}.input-group input:focus{border-color:var(--primary);outline:none}.submit-message{border-radius:10px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:.9rem;font-weight:500;padding:1rem 1.25rem;text-align:center}.submit-message.success{background:#22c55e26;border:1px solid #22c55e4d;color:#22c55e}.submit-message.error{background:#ef444426;border:1px solid #ef44444d;color:#ef4444}.submit-btn{align-items:center;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));border:none;border-radius:10px;box-shadow:0 4px 15px #e11d484d;color:#fff;cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;font-size:1.05rem;font-weight:600;gap:.6rem;justify-content:center;letter-spacing:.5px;padding:1.15rem;text-transform:uppercase;transition:all .25s ease}.submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #e11d4866;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.quick-add-panel{align-items:center;background:linear-gradient(145deg,var(--card) 0,#141416f2 100%);border:2px dashed #ffffff1a;border-radius:16px;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center;transition:all .3s ease}.quick-add-panel:hover{border-color:#e11d484d}.big-add-btn{align-items:center;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));border:none;border-radius:16px;box-shadow:0 8px 30px #e11d4859;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:1rem;padding:2.5rem 4rem;transition:all .3s ease}.big-add-btn:hover{box-shadow:0 12px 40px #e11d4873;transform:translateY(-4px)}.big-add-btn svg{font-size:3.5rem}.big-add-btn span{font-size:1.2rem;font-weight:600;letter-spacing:.5px}.big-add-btn span,.hint-text{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif}.hint-text{color:var(--muted-foreground);font-size:.95rem;line-height:1.5;margin-top:2rem;max-width:300px}@media (max-width:768px){.live-commentator{padding:1.25rem}.commentator-header h1{font-size:2rem}.match-header-bar{flex-direction:column;gap:1rem;padding:1.25rem}.match-info-compact{flex-direction:column;gap:.75rem}.score-display{font-size:2rem}.commentator-content{grid-template-columns:1fr}.quick-add-panel{padding:2.5rem 1.5rem}.big-add-btn{padding:2rem 3rem}.big-add-btn svg{font-size:2.5rem}}
/*# sourceMappingURL=main.feec840c.css.map*/