.cancel-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease-out}.cancel-modal-content{background:#2a2a2a;border:1px solid #444;border-radius:16px;max-width:500px;width:100%;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease-out;overflow:hidden}.cancel-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #444}.cancel-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#e0e0e0}.cancel-modal-close{background:none;border:none;color:#b0b0b0;font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;line-height:1}.cancel-modal-close:hover:not(:disabled){background:#3a3a3a;color:#e0e0e0}.cancel-modal-close:disabled{opacity:.5;cursor:not-allowed}.cancel-modal-body{padding:2rem 1.5rem}.cancel-modal-icon{font-size:4rem;text-align:center;margin-bottom:1rem}.cancel-modal-message{text-align:center;font-size:1.25rem;font-weight:600;color:#e0e0e0;margin-bottom:1.5rem}.cancel-modal-info{background:#1a1a1a;border:1px solid #444;border-radius:8px;padding:1.5rem;color:#b0b0b0;line-height:1.6}.cancel-modal-info p{margin:0 0 1rem}.cancel-modal-info p:last-child{margin-bottom:0}.cancel-modal-info strong{color:#4ade80}.cancel-modal-info ul{margin:.5rem 0 1rem 1.5rem;padding:0}.cancel-modal-info li{margin-bottom:.5rem}.cancel-modal-note{margin-top:1rem;padding-top:1rem;border-top:1px solid #444;font-size:.9rem;color:#888;font-style:italic}.cancel-modal-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #444;justify-content:flex-end}.cancel-modal-button{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none}.cancel-modal-button:disabled{opacity:.6;cursor:not-allowed}.cancel-modal-button-secondary{background:#3a3a3a;color:#e0e0e0}.cancel-modal-button-secondary:hover:not(:disabled){background:#4a4a4a}.cancel-modal-button-primary{background:#ef4444;color:#fff}.cancel-modal-button-primary:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}@media (max-width: 768px){.cancel-modal-content{max-width:100%}.cancel-modal-footer{flex-direction:column}.cancel-modal-button{width:100%}}.home{min-height:100vh;display:flex;flex-direction:column}.home-nav{padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo-container{display:flex;align-items:center;gap:1rem}.nav-logo-image{height:50px;width:auto;object-fit:contain}.nav-logo-text{font-size:1.5rem;font-weight:700;color:#2563eb}.nav-mobile-toggle{display:none;background:none;border:none;color:#1a1a1a;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{color:#4b5563;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s;padding:.5rem 0;border-bottom:2px solid transparent}.nav-link:hover{color:#2563eb;border-bottom-color:#2563eb}.nav-link-button{background:#2563eb;color:#fff!important;padding:.5rem 1.25rem;border-radius:6px;border:none;transition:background .2s;border-bottom:none!important}.nav-link-button:hover{background:#1d4ed8;color:#fff!important}.nav-user{display:flex;align-items:center;gap:1rem;padding-left:1rem;border-left:1px solid #e5e7eb}.nav-user-email{color:#6b7280;font-size:.9rem;transition:color .2s}.subscription-dropdown-container{position:relative}.subscription-dropdown-toggle{background:#2563eb;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:.5rem}.subscription-dropdown-toggle:hover{background:#1d4ed8}.subscription-dropdown-toggle.canceling{background:#dc2626}.subscription-dropdown-toggle.canceling:hover{background:#b91c1c}.subscription-status-text{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.subscription-period-end{font-size:.75rem;opacity:.9;font-weight:400}.dropdown-arrow{font-size:.7rem;transition:transform .2s}.subscription-dropdown-toggle.open .dropdown-arrow{transform:rotate(180deg)}.subscription-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;min-width:200px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;z-index:1000;overflow:hidden}.subscription-dropdown-item{width:100%;padding:.75rem 1rem;border:none;background:transparent;color:#1a1a1a;text-align:left;cursor:pointer;font-size:.9rem;font-weight:400;transition:background .15s;border-bottom:1px solid #f3f4f6}.subscription-dropdown-item:last-child{border-bottom:none}.subscription-dropdown-item:hover:not(:disabled){background:#f9fafb}.subscription-dropdown-item.subscribe{color:#2563eb}.subscription-dropdown-item.cancel{color:#dc2626}.subscription-dropdown-item:disabled,.subscription-dropdown-item.disabled{opacity:.6;cursor:not-allowed;background:transparent}.subscription-dropdown-item.disabled{padding:.75rem 1rem;color:#9ca3af;font-style:italic}.subscription-period-end-small{font-size:.8rem;opacity:.8}.nav-signout{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:background .2s}.nav-signout:hover{background:#dc2626}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;background:#f9fafb;position:relative;overflow:hidden}.hero-container{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-title{font-size:4.5rem;font-weight:800;line-height:1.1;color:#1a1a1a;margin:0}.gradient-text{color:#2563eb}.hero-subtitle{font-size:1.35rem;color:#4b5563;line-height:1.7;margin:0}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-button-primary{padding:1rem 2.5rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.1rem;transition:background .2s;display:inline-block}.hero-button-primary:hover{background:#1d4ed8}.hero-button-secondary{padding:1rem 2.5rem;background:transparent;color:#2563eb;text-decoration:none;border:2px solid #2563eb;border-radius:6px;font-weight:600;font-size:1.1rem;transition:all .2s;display:inline-block}.hero-button-secondary:hover{background:#2563eb;color:#fff}.hero-visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.floating-card{position:absolute;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000001a;transition:all .2s}.floating-card:hover{transform:translateY(-4px);border-color:#2563eb;box-shadow:0 4px 6px #0000001a}.card-icon{font-size:2rem;color:#2563eb;font-weight:600}.card-label{color:#1a1a1a;font-weight:600;font-size:1.1rem}.card-1{top:10%;left:10%;animation:float1 6s ease-in-out infinite}.card-2{top:50%;right:10%;transform:translateY(-50%);animation:float2 7s ease-in-out infinite}.card-3{bottom:10%;left:30%;animation:float3 8s ease-in-out infinite}@keyframes float1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes float2{0%,to{transform:translateY(-50%) rotate(0)}50%{transform:translateY(-70%) rotate(-2deg)}}@keyframes float3{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(1deg)}}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-button{padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.hero-button.primary{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;box-shadow:0 4px 15px #4ade8066}.hero-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4ade8099}.hero-button.secondary{background:transparent;color:#4ade80;border:2px solid #4ade80}.hero-button.secondary:hover{background:#4ade80;color:#fff}.tools-section{padding:6rem 2rem;background:#fff;position:relative}.tools-container{max-width:1400px;margin:0 auto}.tools-header{text-align:center;margin-bottom:4rem}.tools-title{font-size:3rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem}.tools-subtitle{font-size:1.25rem;color:#4b5563}.tools-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.tool-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem;text-decoration:none;color:inherit;overflow:hidden;transition:all .2s;display:flex;flex-direction:column;min-height:300px}.tool-card-bg{display:none}.tool-card:hover{transform:translateY(-4px);border-color:#2563eb;box-shadow:0 4px 6px #0000001a}.tool-card-large{grid-row:span 2;justify-content:center}.tool-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.tool-icon-large{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.tool-icon{font-size:1.75rem;font-weight:700;color:#2563eb;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.tool-card h3{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.tool-card-large h3{font-size:2.5rem}.tool-card p{color:#4b5563;line-height:1.7;font-size:1.1rem;margin-bottom:1.5rem;flex:1}.tool-card-large p{font-size:1.25rem}.tool-features{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:auto}.tool-feature-badge{background:#eff6ff;color:#2563eb;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;border:1px solid #dbeafe}.tool-badge-premium{margin-top:auto;display:inline-block;background:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:700;text-align:center;width:fit-content}.stats-section{padding:4rem 2rem;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.stat-item{text-align:center;padding:2rem}.stat-number{font-size:3rem;font-weight:800;color:#2563eb;margin-bottom:.5rem}.stat-label{color:#4b5563;font-size:1.1rem;font-weight:500}.cta{padding:6rem 2rem;background:#fff;text-align:center;position:relative;overflow:hidden}.cta-container{max-width:900px;margin:0 auto;position:relative;z-index:1}.cta-title{font-size:3rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem}.cta-subtitle{font-size:1.35rem;color:#4b5563;margin-bottom:3rem;line-height:1.7}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button-primary{display:inline-block;padding:1.25rem 3rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:6px;font-size:1.25rem;font-weight:700;transition:background .2s}.cta-button-primary:hover{background:#1d4ed8}.cta-button-secondary{display:inline-block;padding:1.25rem 3rem;background:transparent;color:#2563eb;text-decoration:none;border:2px solid #2563eb;border-radius:6px;font-size:1.25rem;font-weight:700;transition:all .2s}.cta-button-secondary:hover{background:#2563eb;color:#fff}.home-footer{padding:2rem;background:#fff;border-top:1px solid #e5e7eb;text-align:center}.footer-container{max-width:1200px;margin:0 auto}.home-footer p{color:#6b7280;font-size:.9rem}.cancel-success-toast{position:fixed;top:1rem;right:1rem;z-index:10001;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.cancel-success-content{background:#10b981;color:#fff;padding:1rem 1.5rem;border-radius:8px;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 6px #0000001a;max-width:400px}.cancel-success-icon{font-size:1.5rem;font-weight:700}@media (max-width: 768px){.cancel-success-toast{top:auto;bottom:1rem;right:1rem;left:1rem}.cancel-success-content{max-width:100%}}@media (max-width: 768px){.home-nav{padding:1rem}.nav-container{flex-wrap:wrap}.nav-logo-image{height:40px}.nav-logo-text{font-size:1.25rem}.nav-mobile-toggle{display:block;margin-left:auto}.nav-links{display:none;flex-direction:column;width:100%;gap:0;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.nav-links.nav-links-open{display:flex}.nav-link{padding:.75rem 0;width:100%;text-align:left;border-bottom:1px solid #e5e7eb;font-size:.95rem}.nav-link:last-child{border-bottom:none}.nav-link-button{width:100%;text-align:center;margin-top:.5rem;padding:.75rem 1.25rem}.nav-user{flex-direction:column;align-items:stretch;gap:.75rem;border-left:none;border-top:1px solid #e5e7eb;padding:1rem 0 0;margin-top:.5rem;width:100%}.nav-user-email{text-align:center;font-size:.85rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.subscription-dropdown-container{width:100%}.subscription-dropdown-toggle{width:100%;justify-content:center}.subscription-dropdown-menu{position:static;margin-top:.5rem;width:100%}.nav-signout{width:100%;padding:.75rem}.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{order:2}.hero-visual{order:1;height:300px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.floating-card{padding:1.5rem}.card-icon{font-size:2rem}.card-label{font-size:.9rem}.tools-grid{grid-template-columns:1fr}.tool-card-large{grid-row:span 1}.tools-title{font-size:2rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-number,.cta-title{font-size:2rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-button-primary,.cta-button-secondary{width:100%;text-align:center}}.custom-select{position:relative;width:100%}.custom-select-trigger{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;background-color:#fff;color:#1a1a1a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s;font-weight:400}.custom-select-trigger:hover{border-color:#9ca3af;background-color:#fff}.custom-select.open .custom-select-trigger{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background-color:#fff}.custom-select-trigger .placeholder{color:#9ca3af}.custom-select-arrow{color:#6b7280;font-size:.7rem;transition:transform .2s;margin-left:.5rem}.custom-select.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-options{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;z-index:1000;max-height:300px;overflow-y:auto;margin-top:4px}.custom-select-options::-webkit-scrollbar{width:6px}.custom-select-options::-webkit-scrollbar-track{background:#f9fafb;border-radius:3px}.custom-select-options::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.custom-select-options::-webkit-scrollbar-thumb:hover{background:#9ca3af}.custom-select-option{padding:.75rem 1rem;color:#1a1a1a;cursor:pointer;transition:all .15s;border-bottom:1px solid #f3f4f6;font-weight:400}.custom-select-option:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.custom-select-option:last-child{border-bottom:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.custom-select-option:hover{background-color:#f9fafb;color:#1a1a1a}.custom-select-option.selected{background-color:#eff6ff;color:#2563eb;font-weight:500}.custom-select-option.selected:hover{background-color:#dbeafe;color:#2563eb}.craft{min-height:100vh;padding:2rem;background:#f9fafb}.craft-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2.5rem;border:1px solid #e5e7eb}.craft-header{margin-bottom:2rem;border-bottom:2px solid #e5e7eb;padding-bottom:1rem;position:relative}.craft-back{color:#2563eb;text-decoration:none;font-weight:600;display:block;margin-bottom:1rem;transition:color .2s;text-align:left;width:fit-content}.craft-back:hover{color:#1d4ed8}.craft-header h1{font-size:2.5rem;margin:.5rem 0;display:inline-flex;align-items:center;gap:.5rem;justify-content:center;width:100%}.craft-header .subtitle{text-align:center}.craft-header h1>span:first-child{color:#2563eb}.craft-header .subtitle{color:#4b5563;font-size:1.1rem;margin-top:.5rem;margin-bottom:1rem}.backend-error{margin-top:1rem;padding:1rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-size:.9rem}.backend-error code{background:#fff;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;color:#dc2626}.error-message{margin-top:1rem;padding:1rem;background:#fee2e2;border:1px solid #dc2626;border-radius:8px;color:#991b1b;font-size:.9rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.error-close{background:#dc3545;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.error-close:hover{background:#c82333}.retry-button{margin-left:1rem;padding:.5rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.retry-button:hover{background:#1d4ed8}.craft-form{display:grid;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#1a1a1a}.form-group select{padding:.75rem 2.5rem .75rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:all .2s;background-color:#fff!important;color:#1a1a1a!important;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232563eb' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;width:100%}.form-group select:hover{border-color:#2563eb;background-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232563eb' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important}.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background-color:#fff!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232563eb' d='M6 9L1 4h10z'/%3E%3C/svg%3E")!important}.form-group select option{background-color:#fff!important;color:#1a1a1a!important;padding:.75rem!important;border:none}.form-group select option:hover,.form-group select option:focus{background-color:#eff6ff!important;color:#1a1a1a!important}.form-group select option:checked,.form-group select option[selected]{background-color:#eff6ff!important;color:#1a1a1a!important}.view-buttons{display:flex;gap:.5rem}.view-buttons button{flex:1;padding:.75rem;border:1px solid #d1d5db;background:#fff;color:#1a1a1a;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s;font-weight:500}.view-buttons button:hover{border-color:#2563eb;background:#fff;color:#2563eb}.view-buttons button.active{background:#2563eb;color:#fff;border-color:#2563eb;font-weight:600}.checkbox-group{display:flex;gap:1.5rem;flex-wrap:wrap}.checkbox-group label{display:flex;align-items:center;gap:.5rem;font-weight:400;cursor:pointer}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-group label.disabled{opacity:.5;cursor:not-allowed}.checkbox-group input[type=checkbox]:disabled{cursor:not-allowed}.outrights-notice{margin-bottom:.5rem;padding:.75rem;background:#eff6ff;border:1px solid #3b82f6;border-radius:6px;color:#1e40af;font-size:.9rem;font-style:italic}.fetch-button{padding:1rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.fetch-button:disabled{opacity:.6;cursor:not-allowed}.craft-results{margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.results-header h2{color:#1a1a1a;margin:0}.team-filter-input{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;min-width:250px;background-color:#fff!important;color:#1a1a1a!important}.team-filter-input:focus{outline:none;border-color:#2563eb}.no-markets-message{padding:1.5rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;text-align:center;font-size:.95rem;margin-bottom:1rem}.odds-table-container{display:flex;flex-direction:column;gap:2rem}.game-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1.5rem}.market-section{background:#f9fafb;border-radius:8px;padding:1rem;border:1px solid #e5e7eb}.market-section-title{margin:0 0 1rem;color:#2563eb;font-size:1.1rem;font-weight:600;padding-bottom:.5rem;border-bottom:2px solid #2563eb}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.bookmaker-comparison{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.bookmaker-name{font-weight:600;color:#2563eb;font-size:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:.5rem}.market-type{font-size:.85rem;color:#999;font-weight:600;text-transform:uppercase;margin-bottom:.25rem}.outcome-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.outcome-row:last-child{border-bottom:none}.outcome-name{font-size:.9rem;color:#1a1a1a;flex:1}.total-line-display{font-weight:600;color:#2563eb;font-size:1rem;text-align:center;padding:.5rem;background:#eff6ff;border-radius:4px;margin-bottom:.5rem}.game-header-clickable{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;border-radius:8px;cursor:pointer;transition:all .2s;margin-bottom:0}.game-header-clickable:hover{transform:translateY(-2px);box-shadow:0 2px 4px #0000001a}.game-header-content{flex:1}.game-header-clickable h3{margin:0 0 .5rem;color:#1a1a1a;font-size:1.3rem}.game-meta{display:flex;gap:1rem;font-size:.9rem;color:#6b7280;flex-wrap:wrap}.game-meta span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.expand-icon{font-size:1.2rem;color:#2563eb;transition:transform .2s}.game-markets-dropdown{margin-top:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.odds-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.odds-table thead{background:#2563eb;color:#fff}.odds-table th{padding:1rem;text-align:left;font-weight:600}.odds-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;color:#1a1a1a}.odds-table tbody tr:hover{background:#f9fafb}.odds-value{font-weight:600;color:#2563eb;font-size:1.1rem}.point-value{color:#999;font-size:.9rem;font-weight:400}.spread-value{font-weight:600;color:#2563eb;font-size:1rem}.total-line{font-weight:600;color:#2563eb;font-size:1.1rem;text-align:center}.arbitrage-table-container{overflow-x:auto}.arbitrage-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;min-width:1000px;border:1px solid #e5e7eb}.arbitrage-table thead{background:#2563eb;color:#fff}.arbitrage-table th{padding:1rem;text-align:left;font-weight:600;white-space:nowrap}.arbitrage-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;color:#1a1a1a}.arbitrage-table tbody tr:hover{background:#f9fafb}.arbitrage-table tbody tr.high-profit{background:#fef3c7}.game-names{display:flex;flex-direction:column;gap:.25rem}.vs{font-size:.8rem;color:#777;font-style:italic}.profit-cell{text-align:center}.profit-badge{display:inline-block;padding:.4rem .8rem;border-radius:20px;font-weight:600;font-size:.9rem}.profit-badge.high{background:#dcfce7;color:#166534}.profit-badge.medium{background:#fef3c7;color:#92400e}.profit-badge.low{background:#fee2e2;color:#991b1b}.stake-cell{text-align:right;font-family:Courier New,monospace;color:#6b7280;font-size:.9rem}.return-cell{text-align:right;font-family:Courier New,monospace;color:#2563eb;font-weight:600;font-size:.95rem}.profit-amount-cell{text-align:right}.profit-amount{display:inline-block;padding:.3rem .6rem;border-radius:6px;font-weight:600;font-size:.9rem;font-family:Courier New,monospace}.profit-amount.positive{background:#10b981;color:#fff}.arb-margin-cell{text-align:center}.arb-margin-badge{display:inline-block;padding:.4rem .8rem;border-radius:6px;font-weight:600;font-size:.9rem;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.arb-margin-badge.low-margin{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.low-margin-flag{margin-left:.3rem;font-size:.85rem;vertical-align:middle}.low-margin-arb{background:#fef3c7!important;border-left:3px solid #f59e0b}.low-margin-arb:hover{background:#fde68a!important}.clickable-row{cursor:pointer;transition:background-color .2s}.clickable-row:hover{background:#f9fafb!important}.expand-icon-cell{text-align:center;width:40px}.expand-icon{display:inline-block;transition:transform .3s;color:#2563eb;font-size:.8rem}.expand-icon.expanded{transform:rotate(180deg)}.expanded-row{background:#f9fafb}.expanded-content{padding:0!important;border-bottom:2px solid #e5e7eb}.stake-calculator{padding:1.5rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin:.5rem}.stake-calculator h3{margin:0 0 1rem;color:#2563eb;font-size:1.2rem}.calculator-input-group{margin-bottom:1.5rem}.calculator-input-group label{display:block;margin-bottom:.5rem;color:#1a1a1a;font-weight:500}.input-with-symbol{display:flex;align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem;transition:border-color .2s}.input-with-symbol:focus-within{border-color:#2563eb}.currency-symbol{color:#2563eb;font-weight:600;margin-right:.5rem;font-size:1rem}.stake-input{flex:1;background:transparent;border:none;color:#1a1a1a;font-size:1rem;outline:none;font-family:Courier New,monospace}.stake-input::placeholder{color:#9ca3af}.calculator-results{margin-top:1rem}.result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.result-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.result-item.highlight{background:#dcfce7;border-color:#86efac}.result-label{color:#4b5563;font-size:.9rem}.result-value{font-weight:600;font-family:Courier New,monospace;color:#1a1a1a;font-size:1rem}.return-value{color:#2563eb}.profit-value,.profit-percent-value{color:#10b981;font-size:1.1rem}.calculator-error{padding:1rem;background:#fee2e2;border:1px solid #dc2626;border-radius:6px;color:#991b1b;text-align:center}.calculator-placeholder{padding:1rem;text-align:center;color:#6b7280;font-style:italic}@media (max-width: 768px){.craft{padding:1rem}.craft-container{padding:1.5rem}.game-meta{font-size:.8rem;gap:.5rem}.game-meta span{white-space:normal;word-break:break-word;max-width:100%}.game-header-clickable h3{font-size:1.1rem;word-break:break-word}.bookmaker-name{font-size:.9rem;word-break:break-word;overflow-wrap:break-word}.comparison-grid{grid-template-columns:1fr}.odds-table-container{overflow-x:auto}.arbitrage-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}}.info-icon-button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#4ade8033;border:1px solid rgba(74,222,128,.4);color:#4ade80;cursor:pointer;font-size:1.2rem;font-weight:700;margin-left:.5rem;transition:all .2s;vertical-align:middle;line-height:1;padding:0}.info-icon-button:hover{background:#4ade804d;border-color:#4ade80;transform:scale(1.1)}.info-icon-button.active{background:#4ade8066;border-color:#4ade80}.info-icon{display:block;line-height:1}.info-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.info-modal-content{background:#1a1a1a;border:1px solid #333;border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #000c;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.info-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #333}.info-modal-header h2{margin:0;color:#4ade80;font-size:1.25rem;font-weight:600}.info-modal-close{background:transparent;border:none;color:#b0b0b0;font-size:2rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;line-height:1;padding:0}.info-modal-close:hover{background:#2a2a2a;color:#e0e0e0}.info-modal-body{padding:1.5rem;color:#e0e0e0;line-height:1.5;font-size:.875rem}.info-modal-body h3{color:#4ade80;margin-top:1.25rem;margin-bottom:.5rem;font-size:1rem;font-weight:600}.info-modal-body h3:first-child{margin-top:0}.info-modal-body p{margin:.5rem 0;color:#b0b0b0;font-size:.875rem}.info-modal-body strong{color:#e0e0e0;font-weight:600}.info-modal-body code{background:#2a2a2a;padding:.15rem .4rem;border-radius:4px;font-family:Courier New,monospace;color:#4ade80;font-size:.8em}.info-modal-body ul{margin:.5rem 0;padding-left:1.25rem}.info-modal-body li{margin:.35rem 0;color:#b0b0b0;font-size:.875rem}.info-modal-body ol{margin:.5rem 0;padding-left:1.25rem}.info-modal-body ol li{margin:.35rem 0;color:#b0b0b0;font-size:.875rem}.info-modal-body .formula{background:#1e1e1e;border:1px solid #333;border-radius:6px;padding:.75rem;margin:.75rem 0;font-family:Courier New,monospace;text-align:center;color:#4ade80;font-size:.85rem}.info-modal-body .highlight{background:#4ade801a;border-left:3px solid #4ade80;padding:.6rem;margin:.75rem 0;border-radius:4px;font-size:.875rem}.ev-bets-page{min-height:100vh;background:#f9fafb;color:#1a1a1a;padding:2rem}.ev-bets-header{margin-bottom:3rem;position:relative}.back-link{display:block;color:#2563eb;text-decoration:none;margin-bottom:1rem;font-size:.95rem;transition:color .2s;text-align:left;width:fit-content}.back-link:hover{color:#1d4ed8}.ev-bets-header h1{font-size:2.5rem;margin:.5rem 0;display:inline-flex;align-items:center;gap:.5rem;justify-content:center;width:100%}.ev-bets-header .subtitle{text-align:center}.ev-bets-header h1>span:first-child{color:#2563eb}.subtitle{color:#4b5563;font-size:1.1rem;margin-top:.5rem}.ev-bets-container{max-width:1200px;margin:0 auto}.ev-bets-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin-bottom:2rem;display:flex;gap:1.5rem;align-items:flex-end;flex-wrap:wrap}.form-group{flex:1;min-width:200px}.odds-format-toggle{display:flex;gap:.5rem;border:1px solid #d1d5db;border-radius:6px;padding:2px;background:#f9fafb}.odds-format-button{flex:1;padding:.5rem 1rem;border:none;background:transparent;color:#4b5563;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s;font-weight:500}.odds-format-button:hover{color:#2563eb;background:#fff}.odds-format-button.active{background:#fff;color:#2563eb;font-weight:600;box-shadow:0 1px 2px #0000000d}.form-group label{display:block;margin-bottom:.5rem;color:#1a1a1a;font-weight:600;font-size:.95rem}.fetch-button{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.fetch-button:hover:not(:disabled){background:#1d4ed8}.fetch-button:disabled{opacity:.5;cursor:not-allowed}.error-message{background:#fee2e2;border:1px solid #dc2626;border-radius:8px;padding:1rem;color:#991b1b;margin-bottom:2rem;text-align:center}.ev-bets-results{margin-top:2rem}.results-header{text-align:center;margin-bottom:2rem}.results-header h2{font-size:2rem;color:#1a1a1a;margin-bottom:.5rem}.results-subtitle{color:#4b5563;font-size:.95rem}.bets-list{display:flex;flex-direction:column;gap:1.5rem}.bet-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.bet-card:hover{transform:translateY(-2px);box-shadow:0 2px 4px #0000001a;border-color:#2563eb}.bet-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.bet-game{flex:1}.bet-game h3{margin:0 0 .5rem;color:#1a1a1a;font-size:1.3rem}.bet-market{display:inline-block;background:#eff6ff;color:#2563eb;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600}.bet-ev{text-align:right}.ev-label{display:block;font-size:.85rem;color:#6b7280;margin-bottom:.25rem}.ev-value{font-size:1.5rem;font-weight:700}.ev-value.positive{color:#10b981}.bet-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.bet-details>div{color:#1a1a1a;font-size:.95rem}.bet-details strong{color:#2563eb;margin-right:.5rem}.bet-probabilities{display:flex;gap:2rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem;flex-wrap:wrap}.prob-item{display:flex;flex-direction:column;gap:.25rem}.prob-label{font-size:.85rem;color:#6b7280}.prob-value{font-size:1.1rem;font-weight:600;color:#1a1a1a}.prob-value.positive{color:#10b981}.bet-time{color:#6b7280;font-size:.9rem;padding-top:1rem;border-top:1px solid #e5e7eb}.bet-time strong{color:#2563eb;margin-right:.5rem}.no-results{text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem}.no-results-subtitle{margin-top:.5rem;font-size:.95rem;color:#9ca3af}@media (max-width: 768px){.ev-bets-form{flex-direction:column;align-items:stretch}.bet-header{flex-direction:column;gap:1rem}.bet-ev{text-align:left}.bet-probabilities{flex-direction:column;gap:1rem}.bet-details{grid-template-columns:1fr}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;width:100%}.auth-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2.5rem;width:100%;max-width:400px;position:relative}.auth-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#666;cursor:pointer;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;line-height:1;padding:0}.auth-close:hover{background:#f3f4f6;color:#1a1a1a}.auth-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:#1a1a1a}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-field label{font-weight:500;color:#333;font-size:.9rem}.auth-field input{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .2s}.auth-field input:focus{outline:none;border-color:#4f46e5}.auth-button{padding:.75rem 1.5rem;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem}.auth-button:hover:not(:disabled){background:#4338ca}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.9rem;text-align:center}.auth-success{color:#059669;text-align:center;line-height:1.6;margin:0 auto;max-width:100%}.auth-card{display:flex;flex-direction:column}.auth-card>*{width:100%}.auth-card p{text-align:center}.auth-form{text-align:left}.auth-toggle{text-align:center;margin-top:1.5rem;color:#666;font-size:.9rem}.auth-link{background:none;border:none;color:#4f46e5;cursor:pointer;font-weight:600;text-decoration:underline;padding:0;font-size:inherit}.auth-link:hover{color:#4338ca}.payments-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#1a1a1a}.payments-container{width:100%;max-width:600px}.payments-back{display:inline-block;color:#fff;text-decoration:none;font-size:1rem;margin-bottom:1.5rem;opacity:.9;transition:opacity .2s}.payments-back:hover{opacity:1;text-decoration:underline}.payments-header{text-align:center;color:#fff;margin-bottom:2rem}.payments-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.payments-header .subtitle{font-size:1.1rem;opacity:.9}.subscription-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.subscription-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.subscription-header h2{font-size:1.8rem;margin-bottom:1rem;color:#333}.price{font-size:3rem;font-weight:700;color:#667eea}.price .period{font-size:1.2rem;font-weight:400;color:#666;margin-left:.5rem}.features-list{margin-bottom:2rem}.feature-item{display:flex;align-items:center;padding:1rem 0;font-size:1.1rem;color:#333}.feature-icon{color:#10b981;font-weight:700;font-size:1.3rem;margin-right:1rem;width:24px;text-align:center}.subscribe-button{width:100%;padding:1rem 2rem;font-size:1.2rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-bottom:1rem}.subscribe-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.subscribe-button:disabled{opacity:.6;cursor:not-allowed}.cancel-note{text-align:center;font-size:.9rem;color:#666;margin-top:1rem}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.success-message{background:#fff;border-radius:16px;padding:3rem;text-align:center;box-shadow:0 20px 60px #0000004d}.success-message h2{color:#10b981;font-size:2rem;margin-bottom:1rem}.success-message p{color:#666;font-size:1.1rem}.loading{text-align:center;color:#fff;font-size:1.2rem}@media (max-width: 768px){.payments-page{padding:1rem}.subscription-card{padding:1.5rem}.payments-header h1{font-size:2rem}.price{font-size:2.5rem}}.App{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;min-height:100vh;color:#1a1a1a}code{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Courier New,monospace}
