#root{width:100%;min-height:100vh}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f0f4f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:2.2em;line-height:1.1;margin-bottom:1rem;color:#1e40af}h2{font-size:1.8em;line-height:1.1;margin-bottom:.8rem;color:#1e3a8a}h3{color:#2563eb;font-size:1.4em;margin-bottom:.6rem}button{border-radius:6px;border:1px solid #cbd5e0;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#fff;cursor:pointer;transition:all .25s;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:.5rem}button:hover{border-color:#3b82f6;background-color:#eff6ff}button:focus,button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}button.primary{background-color:#3b82f6;color:#fff;border-color:#2563eb}button.primary:hover{background-color:#2563eb}button.secondary{background-color:#f3f4f6;color:#4b5563;border-color:#d1d5db}button.secondary:hover{background-color:#e5e7eb}button.danger{background-color:#ef4444;color:#fff;border-color:#dc2626}button.danger:hover{background-color:#dc2626}button.success{background-color:#10b981;color:#fff;border-color:#059669}button.success:hover{background-color:#059669}button:disabled{opacity:.6;cursor:not-allowed}input,select{border-radius:6px;border:1px solid #cbd5e0;padding:.6em 1em;font-size:1em;font-family:inherit;background-color:#fff;transition:border-color .25s;width:100%}input:focus,select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.container{max-width:1200px;margin:0 auto;padding:2rem}.card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1.5rem;transition:transform .2s,box-shadow .2s;border:1px solid #e2e8f0}.card:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000014,0 3px 6px #0000001f}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#4a5568}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background-color:#fff;border-radius:12px;padding:2rem;width:90%;max-width:500px;box-shadow:0 10px 25px #0003;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-group{display:flex;gap:.5rem}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-left:.5rem}.badge.live{background-color:#dcfce7;color:#166534}.badge.upcoming{background-color:#dbeafe;color:#1e40af}.badge.completed{background-color:#f3f4f6;color:#4b5563}.badge.abandoned{background-color:#fee2e2;color:#b91c1c}.badge.settled{background-color:#d1fae5;color:#065f46}.badge.pending{background-color:#fef3c7;color:#92400e}.odds-card{padding:.75rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;min-width:150px;transition:all .2s}.odds-card:hover{border-color:#bfdbfe;background-color:#f0f9ff}.back-price{color:#16a34a;font-weight:500;display:flex;align-items:center;gap:.25rem}.lay-price{color:#dc2626;font-weight:500;display:flex;align-items:center;gap:.25rem}.tournament-header{background:linear-gradient(to right,#1e40af,#3b82f6);color:#fff;padding:1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 4px 6px #3b82f633}.match-card{border-left:4px solid #3b82f6;transition:all .2s}.match-card.live{border-left-color:#10b981}.match-card.upcoming{border-left-color:#3b82f6}.match-card.completed{border-left-color:#6b7280}.info-row{display:flex;align-items:center;margin-bottom:.5rem}.info-row svg{margin-right:.5rem;color:#6b7280}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#dbeafe,#eff6ff)}.login-card{width:100%;max-width:400px;padding:2rem;border-radius:12px;box-shadow:0 10px 25px #0000001a;background-color:#fff;border:1px solid #e5e7eb}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{color:#1e40af;margin-bottom:.5rem}.login-header p{color:#6b7280}.error-message{background-color:#fee2e2;color:#b91c1c;padding:.75rem;border-radius:6px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.filter-container{display:flex;align-items:center;background-color:#fff;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.filter-container label{margin-right:.75rem;font-weight:500;color:#4b5563;display:flex;align-items:center;gap:.5rem}.filter-container select{width:auto;padding:.4em 1em;border-radius:6px}.session-card{border-left:4px solid #fbbf24;padding:1.25rem}.session-card.settled{border-left-color:#10b981}.session-card.abandoned{border-left-color:#ef4444}.session-card.pending{border-left-color:#fbbf24}.session-header{display:flex;justify-content:space-between;align-items:center}.session-result{font-size:1.25rem;font-weight:600;color:#1e40af;margin-top:.5rem}.match-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.match-detail-item{display:flex;flex-direction:column}.match-detail-item span:first-child{font-weight:500;color:#6b7280;font-size:.875rem}.match-detail-item span:last-child{font-weight:600;color:#1e3a8a;font-size:1rem}.teams-container{display:flex;justify-content:space-between;align-items:center;margin:1rem 0;padding:1rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.team{display:flex;flex-direction:column;align-items:center;text-align:center}.team-name{font-weight:600;color:#1e40af;margin-top:.5rem}.vs{font-size:1.25rem;font-weight:700;color:#6b7280}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#3b82f6;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
