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}.app{background:linear-gradient(to bottom right,#dbeafe,#fff,#faf5ff)}.container{padding:0 1rem;width:100%}.main-content{padding:2rem 0}.header{margin-bottom:2rem;text-align:center}.header-title{gap:.75rem;margin-bottom:1rem}.header-icon,.header-title{align-items:center;display:flex;justify-content:center}.header-icon{background-color:#2563eb;border-radius:.75rem;padding:.75rem}.header-icon svg{color:#fff;height:2rem;width:2rem}.main-title{color:#1f2937;font-size:2.25rem;font-weight:700;line-height:2.5rem;margin:0}.subtitle{color:#4b5563;font-size:1.25rem;line-height:1.75rem;margin:0 auto 1.5rem;max-width:42rem}.search-mode-container{align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:28rem;padding:.5rem}.search-mode-button{align-items:center;background:none;border:none;border-radius:.5rem;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s}.search-mode-button.active{background-color:#2563eb;color:#fff}.search-mode-button.inactive{background-color:initial;color:#64748b}.search-mode-button.inactive:hover{background-color:#e2e8f0;color:#334155}.search-mode-button svg{height:1.25rem;width:1.25rem}.toggle-container{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 2px 0 #0000000d;display:flex;gap:.75rem;justify-content:center;margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:28rem;padding:1rem}.toggle-label{font-size:.875rem;font-weight:500}.toggle-label.active{color:#111827}.toggle-label.inactive{color:#6b7280}.toggle-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;padding:0}.toggle-button svg{height:2rem;width:2rem}.toggle-button.active svg{color:#2563eb}.toggle-button.inactive svg{color:#9ca3af}.content-wrapper{margin:0 auto;max-width:72rem}.search-form{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.form-header{gap:.75rem;margin-bottom:1.5rem}.form-icon{align-items:center;background-color:#dbeafe;border-radius:.5rem;display:flex;justify-content:center;padding:.5rem}.form-icon svg{color:#2563eb;height:1.5rem;width:1.5rem}.form-title{color:#1f2937;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0}.form-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr;margin-bottom:1.5rem}.player-form-grid,.team-form-grid{grid-template-columns:1fr;margin:0 auto;max-width:32rem}@media (min-width:768px){.form-grid{grid-template-columns:repeat(3,1fr)}.player-form-grid,.team-form-grid{grid-template-columns:1fr}}.form-label{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.form-label svg{color:#6b7280;height:1rem;width:1rem}.form-input,.form-select{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;line-height:1.5rem;padding:.75rem 1rem;transition:all .2s;width:100%}.form-input:focus,.form-select:focus{border-color:#0000;box-shadow:0 0 0 2px #3b82f6;outline:none}.form-input::placeholder{color:#9ca3af}.form-help{color:#6b7280;font-size:.75rem;margin-top:.25rem}.stat-checkboxes{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.checkbox-label{align-items:center;border-radius:.375rem;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background-color .2s}.checkbox-label:hover{background-color:#f8fafc}.checkbox-input{accent-color:#2563eb;border:1px solid #d1d5db;border-radius:.25rem;cursor:pointer;height:1rem;width:1rem}.checkbox-text{color:#374151;font-size:.875rem;font-weight:500}.submit-button{background:linear-gradient(90deg,#2563eb,#1d4ed8);display:flex;font-family:inherit;font-size:1rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s;width:100%}.submit-button:hover:not(:disabled){background:linear-gradient(90deg,#1d4ed8,#1e40af)}.submit-button:disabled{cursor:not-allowed;opacity:.5}.loading-spinner,.submit-button svg{height:1.25rem;width:1.25rem}.loading-spinner{border:2px solid;border-color:#0000 #0000 #fff}.error-alert{align-items:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;display:flex;gap:.75rem;margin-bottom:1.5rem}.error-alert svg{color:#dc2626;height:1.25rem;width:1.25rem}.error-text{color:#b91c1c}.results-section{margin-bottom:1.5rem}.results-title{color:#1f2937;font-size:1.5rem;font-weight:700;line-height:2rem;margin-bottom:1rem}.results-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.results-grid{grid-template-columns:repeat(3,1fr)}}.result-card{background-color:#fff;border:1px solid #f3f4f6;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:box-shadow .3s}.result-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.card-header{margin-bottom:1.5rem}.player-info h3{color:#1f2937;font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:0 0 .5rem;text-transform:capitalize}.player-details{color:#4b5563;flex-wrap:wrap;font-size:.875rem}.player-details svg{height:1rem;width:1rem}.player-details .club{text-transform:capitalize}.player-stats-section{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:1.5rem;padding:1rem}.player-stats-section:last-child{margin-bottom:0}.section-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.section-header svg{color:#475569;height:1.25rem;width:1.25rem}.section-title{color:#334155;font-size:1rem;font-weight:600;margin:0}.stats-content{display:flex;flex-direction:column;gap:.75rem}.player-stat-row{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;justify-content:space-between;padding:.75rem}.player-stat-label{align-items:center;color:#64748b;display:flex;flex:1 1;font-size:.875rem;font-weight:500;gap:.5rem;min-width:0}.player-stat-label svg{color:#94a3b8;height:1rem;width:1rem}.player-stat-value{align-items:center;display:flex;min-width:0}.stat-number{color:#1e293b;font-size:.875rem;font-weight:600}.stat-number.blue{color:#2563eb}.stat-number.green{color:#16a34a}.stat-number.purple{color:#9333ea}.stat-number.red{color:#dc2626}.pattern-section{margin-bottom:1rem}.pattern-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.pattern-header svg{color:#4b5563;height:1.25rem;width:1.25rem}.pattern-label{color:#374151;font-size:.875rem;font-weight:600}.pattern-display{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;font-size:1.5rem;letter-spacing:.05em;line-height:2rem}.points-section{margin-bottom:1rem}.points-label{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.points-list{display:flex;flex-wrap:wrap;gap:.25rem}.points-chip{background-color:#f3f4f6;border-radius:.25rem;color:#374151;font-size:.875rem;padding:.25rem .5rem}.team-result-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;grid-column:1/-1;margin:0 auto;max-width:600px;padding:1.5rem;transition:box-shadow .3s}.team-result-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.team-card-header{margin-bottom:1.5rem}.matchup-info{gap:1rem}.matchup-icon,.matchup-info{align-items:center;display:flex}.matchup-icon{background-color:#dbeafe;border-radius:.75rem;justify-content:center;padding:.75rem}.matchup-icon svg{color:#2563eb;height:1.5rem;width:1.5rem}.matchup-title{color:#1f2937;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0 0 .25rem}.matchup-meta{align-items:center;color:#4b5563;display:flex;font-size:.875rem;gap:.5rem}.team-stats-section{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:1.5rem;padding:1rem}.team-stats-section:last-child{margin-bottom:0}.team-stat-row{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;justify-content:space-between;padding:.75rem}.team-stat-label{align-items:center;color:#64748b;display:flex;flex:1 1;font-size:.875rem;font-weight:500;gap:.5rem;min-width:0}.team-stat-label svg{color:#94a3b8;height:1rem;width:1rem}.team-stat-values{align-items:center;display:flex;min-width:0}.team-stat-value{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.empty-state{padding:3rem 0;text-align:center}.empty-icon{color:#9ca3af;display:flex;justify-content:center;margin-bottom:1rem}.empty-icon svg{height:4rem;width:4rem}.empty-title{color:#4b5563;font-size:1.25rem;line-height:1.75rem;margin-bottom:1rem}.info-box{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;margin:0 auto;max-width:28rem;padding:1rem}.info-title{color:#1e40af;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.sample-chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.sample-chip{background-color:#dbeafe;border-radius:.25rem;color:#1d4ed8;font-size:.75rem;padding:.25rem .5rem}.stat-multi-select{background:#fff;height:200px;overflow-y:auto;position:relative;z-index:10}.threshold-section{margin-top:1rem}.threshold-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.threshold-input{padding:.3rem;width:100px}.threshold-summary{color:#4ade80;font-size:.85rem;margin-top:.25rem}.threshold-box{background-color:#f8f9ff;border:1px solid #e1e4f2;border-radius:8px;display:flex;flex-direction:column;font-size:.9rem;gap:4px;margin-top:.5rem;padding:8px 12px}.threshold-detail,.threshold-pattern{color:#333}.threshold-detail{color:#374151}.form-error-alert{background:#ffe6e6;border-radius:6px;color:#b10000;margin:1rem 0;padding:10px;text-align:center}.missing-threshold{background-color:#fff4f4;border:2px solid red}.popup-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.welcome-popup{animation:popupSlideIn .3s ease-out;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #333;border-radius:16px;box-shadow:0 20px 50px #0009;max-width:480px;padding:0;width:90%}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-header{align-items:center;background:#0a0a0a80;border-bottom:1px solid #333;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.popup-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.5rem;font-weight:800;margin:0}.popup-close{align-items:center;background:none;border:none;border-radius:8px;color:#ccc;cursor:pointer;display:flex;font-size:1.8rem;height:35px;justify-content:center;padding:0;transition:all .3s ease;width:35px}.popup-close:hover{background:#ff6b351a;color:#ff6b35}.popup-content{padding:1.5rem}.popup-content p{color:#fff;font-size:1rem;line-height:1.5;margin-bottom:1rem;text-align:center}.popup-content strong{color:#ff6b35}.popup-features{background:#ff6b350d;border:1px solid #ff6b3533;border-radius:8px;margin:1.5rem 0;padding:1rem}.popup-features h4{color:#ff6b35;font-size:1rem;font-weight:600;margin:0 0 .5rem;text-align:center}.popup-features ul{list-style:none;margin:0;padding-left:0}.popup-features li{color:#ccc;font-size:.9rem;line-height:1.4;margin-bottom:.5rem;padding-left:1.2rem;position:relative}.popup-features li:before{color:#ff6b35;content:"•";font-weight:700;left:0;position:absolute}.popup-reminder{background:#ff6b351a;border:1px solid #ff6b354d;border-radius:8px;margin:1.5rem 0;padding:1rem;text-align:center}.popup-reminder p{color:orange;font-size:.95rem;font-weight:600;margin:0}.popup-actions{margin-top:1rem;text-align:center}.popup-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.popup-actions .btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);box-shadow:0 4px 15px #ff6b354d;color:#fff}.popup-actions .btn-primary:hover{box-shadow:0 8px 25px #ff6b3580;transform:translateY(-2px)}.popup-basketball{margin-bottom:1rem;text-align:center}@media (max-width:768px){.welcome-popup{margin:1rem;max-width:95%}.popup-header{padding:1.2rem 1.2rem .8rem}.popup-header h2{font-size:1.3rem}.popup-content{padding:1.2rem}}.container{max-width:1000px}.about-title{font-size:2rem;margin-bottom:1.5rem}.about-paragraph{margin-bottom:1rem}.about-list{margin:1rem 0 1.5rem 1.5rem}.blog-page .features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.blog-card{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #333;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;transition:transform .3s ease,border-color .3s ease}.blog-card:hover{border-color:#ff6b35;transform:translateY(-5px)}.blog-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-description{flex-grow:1;margin-bottom:1.5rem}.btn.btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:8px;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn.btn-primary:hover{box-shadow:0 8px 25px #ff6b3566;transform:translateY(-2px)}.pricing-page-container{padding:2rem;text-align:center}.pricing-page-title{color:wheat;font-size:2.5rem;margin-bottom:2rem}.pricing-page-cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.pricing-page-card{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #eee;border-radius:16px;box-shadow:0 4px 24px #00000014;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;width:240px}.pricing-page-card-header{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem;min-height:100px}.pricing-page-plan-name{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-page-plan-price{color:#ff6b35;font-size:2rem;font-weight:800;margin-bottom:1rem}.pricing-page-plan-description{color:#ccc;font-size:.95rem;margin-bottom:1.5rem}.pricing-page-button-wrapper{margin-top:auto}.modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal{background:#1e1e1e;border-radius:12px;box-shadow:0 0 20px #0000004d;color:#fff;max-width:90%;padding:2rem;width:400px}.modal-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.btn-danger{background-color:#e63946;color:#fff}.btn-secondary{background-color:#777}.btn-cancel{background-color:#f39c12;color:#fff}@media (max-width:640px){.modal-buttons{flex-wrap:wrap;justify-content:flex-end}.modal-buttons .btn{flex:0 0 auto;max-width:100%}.modal{box-sizing:border-box;max-width:400px;overflow:hidden;width:90%}}h2,h3{color:#ff6b35;margin-bottom:.5rem}.result-card{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #333;border-radius:1rem;box-shadow:0 0 24px #00000040;color:#f5f5f7;margin-bottom:1.5rem;padding:1.5rem}.card-header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.player-info h3{font-size:1.2rem;margin:0}.player-details{align-items:center;color:#ccc;display:flex;gap:.5rem}.advanced-metrics,.pattern-section,.points-section,.stats-grid,.team-stats-section{margin-top:1rem}.stat-card-blue,.stat-header{background-color:#1a1a1a;border:1px solid #333;border-radius:.5rem;padding:.75rem;text-align:center}.stat-label,.stat-value{display:block}.stat-value{color:#ff6b35;font-size:1.25rem;font-weight:700;margin-top:.25rem}.pattern-display,.points-chip{background:#1a1a1a;border:1px solid #333;border-radius:1rem;color:#ff6b35;display:inline-block;margin:.25rem;padding:.5rem 1rem}.advanced-metrics .metric-item,.team-stats-grid .team-stat-item{color:#ccc;display:flex;font-size:.95rem;justify-content:space-between;padding:.25rem 0}.team-stats-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr)}.search-form{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#1c1c1ebf;border:1px solid #ffffff1a;border-radius:1.5rem;box-shadow:0 0 24px #00000040;color:#f5f5f5;margin-bottom:2rem;padding:2rem;transition:all .3s ease}.search-form:hover{box-shadow:0 0 32px #ff6b354d;transform:scale(1.01)}.form-wrapper{margin:0 auto;max-width:1200px;width:100%}.form-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.form-title{align-items:flex-start;color:#fff;flex-direction:column;font-size:1.25rem;gap:.5rem}.form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:1rem}@media screen and (min-width:1024px){.form-grid{grid-template-columns:repeat(4,1fr)}}.form-label{color:#ccc;display:block;font-weight:500;margin-bottom:.25rem}.form-group{display:flex;flex-direction:column}.form-error-alert{color:#ff4d4f;font-size:.95rem;font-weight:500;margin-bottom:.75rem}.submit-button{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(135deg,#ff6b35,#f7931e);border:none;border-radius:.5rem;box-shadow:none;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;outline:none;padding:.75rem 1.25rem;transition:all .3s ease}.submit-button:hover{box-shadow:0 8px 25px #ff6b3566;transform:translateY(-2px)}.submit-button:active,.submit-button:focus,.submit-button:focus-visible,.submit-button:focus-within{background:linear-gradient(135deg,#ff6b35,#f7931e)!important;box-shadow:none!important;color:#fff!important;outline:none!important}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff1a;border-left-color:#ff6b35;border-radius:50%;display:inline-block;height:1em;vertical-align:middle;width:1em}@keyframes spin{to{transform:rotate(1turn)}}.css-13cymwt-control,.css-1nmdiq5-menu{background-color:#2a2a2a!important;border:1px solid #555!important;color:#fff!important}.css-1dimb5e-singleValue{color:#fff!important}.css-1p3m7a8-multiValue{background-color:#ff6b35!important;color:#000!important}@media screen and (max-width:600px){.form-grid{grid-template-columns:1fr}}.page{padding-top:300px}.main-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#ccc);-webkit-background-clip:text;color:#fff;font-size:2rem;font-weight:900;letter-spacing:-.5px;margin-top:1.5rem;text-align:center}.modern-tab-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 30px #0000001a;display:flex;justify-content:center;margin:1rem auto 2rem;max-width:420px;padding:.5rem}.modern-tab{background:#0000;border:none;border-radius:12px;color:#ccc;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:.75rem;transition:all .3s ease}.modern-tab.active{background:linear-gradient(90deg,#ff6b35,#f7931e);box-shadow:0 0 10px #ff6b3566;color:#fff}.modern-tab:hover:not(.active){background-color:#ffffff0d}.main-content{padding-top:100px}.dashboard-content{align-items:center;display:flex;flex-direction:column;margin-top:5rem}.submit-button,.submit-button.orange-bg,.submit-button.orange-bg:active,.submit-button.orange-bg:focus,.submit-button.orange-bg:focus-visible,.submit-button.orange-bg:hover{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#ff6b35,#f7931e)!important;border:none!important;box-shadow:none!important;color:#fff!important;outline:none!important}.submit-button.orange-bg:hover{box-shadow:0 8px 25px #ff6b3566!important;transform:translateY(-2px)}.submit-button.orange-bg{-webkit-tap-highlight-color:transparent}.profile-container{background-color:#1c1c1e;display:flex;justify-content:center;min-height:100vh;padding:3rem 1rem}.profile-card{background-color:#ffffff0d;border-radius:1rem;box-shadow:0 0 20px #ff6b351a;color:#f5f5f5;max-width:700px;padding:2rem;width:100%}.profile-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.profile-subtitle{color:#aaa;font-size:.95rem;margin-bottom:2rem}.profile-item{border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1rem 0}.profile-item:first-of-type{border-top:none}.label{color:#ccc;font-weight:600}.value{color:#f5f5f5;font-weight:500}.status-msg{border-radius:6px;font-size:.95rem;margin-bottom:1rem;padding:10px 14px;text-align:center}.status-msg.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-msg.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.pricing-container{padding:2rem;text-align:center}.pricing-title{color:wheat;margin-bottom:2rem}.pricing-card{background:#fff;border:1px solid #eee;box-shadow:0 4px 24px #00000014;justify-content:flex-start;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;width:240px}.plan-description{color:#555;flex-grow:1;font-size:1rem;margin-bottom:1.25rem;min-height:48px}.plan-btn{border-radius:8px;font-size:1rem;margin-top:auto;padding:.75rem 0;width:100%}.plan-price{font-weight:700;margin-bottom:1.5rem}.price-amount{color:#ff6b35}.price-period{color:#888;font-size:1rem;margin-left:.2rem}.btn{border-radius:6px;font-weight:700;padding:10px 20px;transition:background-color .2s ease}.btn-primary{background-color:#007bff}.btn-upgrade{background-color:#ff6b35;color:#fff}.btn-disabled{background-color:#ccc;color:#666;cursor:not-allowed}.btn-primary:hover,.btn-upgrade:hover{filter:brightness(90%)}.btn-downgrade{background-color:#ffc107;color:#000}.btn-downgrade:hover{filter:brightness(90%)}.pattern,.points-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;max-height:120px;overflow-y:auto;padding:.5rem 0}.points-chip{background:linear-gradient(135deg,#2a2a2a,#1f1f1f);border:1px solid #444;border-radius:999px;box-shadow:0 2px 6px #0000004d;color:#ff6b35;font-size:.9rem;font-weight:500;padding:.45rem .9rem;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.points-chip:hover{box-shadow:0 4px 12px #ff6b354d;cursor:default;transform:scale(1.05)}.pattern::-webkit-scrollbar,.points-list::-webkit-scrollbar{height:6px}.pattern::-webkit-scrollbar-thumb,.points-list::-webkit-scrollbar-thumb{background-color:#555;border-radius:3px}.error-alert{animation:fadeIn .3s ease;background-color:#ff4d4d1a;border:1px solid #ff4d4f;border-radius:8px;color:#ff4d4f;font-size:.95rem;font-weight:500;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:600px;padding:1rem;text-align:center}.hamburger{background:none;border:none;color:#fff;cursor:pointer;font-size:28px}.hamburger,.nav .logout-button{display:none}.logout-button{background:none;border:none;color:inherit;cursor:pointer;display:block;font:inherit;padding:.5rem 1rem;text-align:center;width:100%}@media screen and (max-width:768px){.nav .logout-button{display:block}.auth-buttons{display:none}.hamburger{display:block}.nav{background-color:#111;display:none;flex-direction:column;gap:10px;left:0;padding:15px;position:absolute;right:0;top:60px;z-index:10}.nav.open{display:flex}.nav-link{border-bottom:1px solid #333;color:#fff;padding:10px 0;text-decoration:none}}.logo-image{height:60px;object-fit:contain;transition:transform .2s ease;width:200px}.logo-image:hover{transform:scale(1.05)}.card-header.reformatted{align-items:flex-start;border-bottom:1px solid #333;display:flex;flex-direction:column;margin-bottom:1rem;padding-bottom:1rem}.highlight-title{color:#ff6b35;font-size:1.25rem;font-weight:700;min-height:48px;white-space:normal}.season-separator{color:#ccc;font-size:.95rem;font-weight:400;margin-left:.25rem}.club-line{color:#ccc;font-size:.95rem;margin-top:.25rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0a0a0a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.app{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0af2;border-bottom:1px solid #333;left:0;position:fixed;right:0;top:0;z-index:1000}.nav-wrapper{justify-content:space-between;padding:1rem 0}.logo,.logo-section,.nav-wrapper{align-items:center;display:flex}.logo{gap:12px}.basketball-silhouette{align-items:center;color:#ff6b35;display:flex}.mobile-only{display:none}.logo-text{color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:-.5px}.nav{align-items:center;display:flex;gap:2rem}.nav-link{color:#ccc;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#ff6b35}.auth-buttons{align-items:center;display:flex;gap:1rem}.menu-toggle{background:none;color:#fff;display:none;padding:.5rem}.btn,.menu-toggle{border:none;cursor:pointer}.btn{align-items:center;border-radius:8px;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #ff6b3566;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #333;color:#fff}.btn-secondary:hover{background:#333;border-color:#555}.btn-outline{background:#0000;border:2px solid #ff6b35;color:#fff}.btn-outline:hover{background:#ff6b35;color:#fff}.btn-large{font-size:1rem;padding:1rem 2rem}.hero{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);overflow:hidden;padding:120px 0 80px;position:relative}.hero:before{background:radial-gradient(circle at 30% 20%,#ff6b351a 0,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{color:#ccc;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-visual{align-items:center;display:flex;justify-content:center}.player-silhouette{animation:float 3s ease-in-out infinite;color:#ff6b35;opacity:.8}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.stats-section{background:#111;padding:80px 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stat-card{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #333;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-icon{color:#ff6b35;display:flex;justify-content:center;margin-bottom:1rem}.stat-number{color:#fff;font-size:3rem;font-weight:900;margin-bottom:.5rem}.stat-label{color:#ccc;font-size:.9rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.features-section{background:#0a0a0a;padding:80px 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-subtitle{color:#ccc;font-size:1.2rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #333;border-radius:16px;padding:2.5rem;transition:all .3s ease}.feature-card:hover{border-color:#ff6b35;transform:translateY(-5px)}.feature-icon{color:#ff6b35;margin-bottom:1.5rem}.feature-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#ccc;line-height:1.6}.cta-section{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);padding:80px 0;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-subtitle{color:#ccc;font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer{background:#111;border-top:1px solid #333;padding:60px 0 20px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-section h4,.footer-title{margin-bottom:1rem}.footer-title{color:#fff;font-weight:700}.footer-link{color:#ccc;display:block;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#ff6b35}.footer-text{color:#ccc;line-height:1.6;margin-top:1rem}.footer-bottom{border-top:1px solid #333;color:#888;padding-top:2rem;text-align:center}@media (max-width:768px){.menu-toggle,.mobile-only{display:block}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0af2;border-top:1px solid #333;display:none;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:100%}.nav-open{display:flex}.auth-buttons{display:none}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.features-grid,.footer-content{grid-template-columns:1fr}.footer-content{gap:2rem}.cta-title{font-size:2rem}.cta-buttons,.pricing-cards{align-items:center;flex-direction:column}.pricing-cards{display:flex}.pricing-card{max-width:400px;width:90%}}@media (max-width:480px){.hero-title{font-size:2rem}.mobile-only{display:block}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.stat-number{font-size:2.5rem}.feature-card{padding:1.5rem}}.basketball-bounce{align-items:center;animation:bounce 2s ease-in-out infinite;display:flex;justify-content:center;margin-top:30px;transform-origin:bottom}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}.basketball-bounce:after{animation:shadowBounce 2s ease-in-out infinite;background:#00000026;border-radius:50%;bottom:0;content:"";height:10px;position:absolute;transform:translateY(120px);width:50px}@keyframes shadowBounce{0%,to{opacity:.3;transform:scale(1) translateY(120px)}50%{opacity:.1;transform:scale(.6) translateY(120px)}}.auth-wrapper{align-items:center;background:radial-gradient(circle at 30% 20%,#ff6b3514,#0000 80%);display:flex;justify-content:center;min-height:100vh;padding:3rem 1rem}.auth-card{background:linear-gradient(135deg,#1a1a1a,#111);border:1px solid #333;border-radius:16px;box-shadow:0 20px 50px #0009;max-width:400px;padding:2rem 2.5rem;width:100%}.auth-logo{align-items:center;color:#ff6b35;display:flex;font-size:1.5rem;font-weight:700;gap:10px;margin-bottom:1rem}.auth-title{color:#fff;font-size:2rem;font-weight:800;margin-bottom:.5rem}.auth-subtitle{color:#ccc;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-label{color:#ddd;font-size:.9rem;font-weight:500}.auth-input{background:#0a0a0a;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s}.auth-input:focus{border-color:#ff6b35;outline:none}.auth-submit{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.auth-footer{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;text-align:center}.auth-link{color:#f7931e;font-size:.9rem;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-or{color:#888;font-size:.8rem}.auth-social{background:#0a0a0a;border:1px solid #333;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem;transition:all .3s ease}.auth-social:hover{background:#111;border-color:#ff6b35}.auth-social.google:before{content:"🌐 "}.auth-social.facebook:before{content:"📘 "}.auth-alt{color:#ccc;font-size:.9rem}.auth-alt a{color:#ff6b35;font-weight:600;text-decoration:none}.auth-alt a:hover{text-decoration:underline}.faq-section{background:#0a0a0a;padding:80px 0}.faq-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:800px}.faq-item{background:linear-gradient(135deg,#1a1a1a,#111);border:1px solid #333;border-radius:12px;cursor:pointer;padding:1.5rem 2rem;transition:border-color .3s ease}.faq-item:hover{border-color:#ff6b35}.faq-question{color:#fff;font-size:1.2rem;font-weight:700}.faq-answer{color:#ccc;display:none;font-size:1rem;line-height:1.6;margin-top:.75rem}.faq-item.open .faq-answer{display:block}.pricing-section{background:#111;padding:80px 0;text-align:center}.pricing-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.pricing-subtitle{color:#ccc;font-size:1.1rem;margin-bottom:3rem}.pricing-cards{grid-gap:2rem;align-items:stretch;display:grid;display:flex;flex-wrap:wrap;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.pricing-card{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #333;border-radius:16px;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;max-width:320px;padding:2rem;transition:transform .3s ease}.pricing-action{margin-top:auto}.pricing-card:hover{border-color:#ff6b35;transform:translateY(-5px)}.plan-name{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.plan-price{color:#ff6b35;font-size:2rem;font-weight:800;margin-bottom:1rem}.plan-description{color:#ccc;font-size:.95rem;margin-bottom:1.5rem}.about-section{background:#0a0a0a;color:#fff;padding:80px 0}.about-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:2rem;text-align:center}.about-description{font-size:1.2rem;margin:0 auto 1.5rem}.about-description,.about-paragraph{color:#ccc;max-width:800px;text-align:center}.about-paragraph{margin:0 auto 1rem}.about-list,.about-paragraph{font-size:1rem;line-height:1.8}.about-list{color:#ccc;list-style:none;margin:1.5rem auto;max-width:800px;padding-left:1rem;text-align:center}.social-icons a{color:#ff6b35;transition:color .3s ease}.social-icons a:hover{color:#e65a00}.blog-card .feature-description{flex-grow:1}.blog-card .btn{margin-top:auto}.blog-card .blog-title{align-items:flex-start;display:flex;line-height:1.3;min-height:48px}
/*# sourceMappingURL=main.b9554c54.css.map*/