:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #0ea5e9;--primary-blue-light: #0284c7;--secondary-cyan: #0ea5e9;--secondary-cyan-light: #0284c7;--accent-orange: #FF6B35;--accent-gold: #FFB347;--bg-gradient-start: #0F2942;--bg-gradient-end: #1A4D6F;--text-dark: #1E293B;--text-light: #64748B;--card-bg: #FFFFFF;--border-light: #E2E8F0;--success-green: #10B981;--warning-yellow: #F59E0B;--danger-red: #EF4444}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans JP,Hiragino Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;background:#fff;position:relative}a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible,[role=button]:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.header{background:linear-gradient(135deg,#0ea5e9,#0284c7);padding:1.5rem 2rem;box-shadow:0 4px 20px #0003;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-transform:translateZ(0);transform:translateZ(0)}.header>div{max-width:1920px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{display:flex;align-items:center;gap:1rem;flex-shrink:0}.logo h1{color:#fff;font-size:1.75rem;font-weight:700;letter-spacing:.5px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.nav{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.nav-btn{padding:.625rem 1.25rem;background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.nav-btn.active{background:#fff;color:#0ea5e9;border-color:#fff;box-shadow:0 4px 12px #ffffff4d}.nav-btn:focus-visible{outline:3px solid white;outline-offset:2px}.nav-btn.active:focus-visible{outline:3px solid #0ea5e9;outline-offset:2px}.menu-toggle-btn{font-size:1.5rem;padding:.5rem 1rem;cursor:pointer}.mobile-menu-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 8px 24px #0003;z-index:1000;padding:.5rem 0}.mobile-menu-item{display:block;padding:1rem 1.5rem;color:var(--text-dark);text-decoration:none;font-weight:500;border-bottom:1px solid var(--border-light)}.mobile-menu-item:last-child{border-bottom:none}.mobile-menu-item:hover,.mobile-menu-item:active{background:#f8fafc;color:#0ea5e9}.mobile-menu-item:focus-visible{outline:2px solid #0ea5e9;outline-offset:-2px;background:#f8fafc}.container{max-width:1920px;margin:0 auto;padding:2rem 1.5rem}.main-content{width:100%}.race-list-section h2{color:#1e293b!important;font-size:2rem;margin-bottom:2rem;text-shadow:none;font-weight:700}.race-list-section label{display:block;margin-bottom:.75rem;font-weight:600;color:#1e293b!important;font-size:1.1rem}.race-list-section select{width:100%;max-width:400px;padding:1rem 1.25rem;font-size:1.05rem;border-radius:12px;border:2px solid var(--border-light);background-color:#fff;color:var(--text-dark);cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.race-list-section select:hover{border-color:#0ea5e9}.race-list-section select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e933}.race-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem}.race-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 4px 16px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.race-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0ea5e9,#ff6b35)}.race-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000040;border-color:#0ea5e9}.race-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid #F1F5F9}.race-card-header h3{color:#0ea5e9;font-size:1.5rem;font-weight:700}.race-number{background:linear-gradient(135deg,var(--accent-orange),var(--accent-gold));color:#fff;padding:.5rem 1rem;border-radius:50px;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #ff6b354d}.race-info{display:grid;gap:1rem;margin-bottom:1.5rem}.info-item{display:flex;flex-direction:column;gap:.4rem}.info-item .label{font-size:.875rem;color:var(--text-light);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-item .value{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.predict-btn{width:100%;padding:1.125rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0ea5e94d}.predict-btn:hover{transform:scale(1.02);box-shadow:0 8px 24px #0ea5e966}.predict-btn:active{transform:scale(.98)}.predict-btn:focus-visible{outline:3px solid #0ea5e9;outline-offset:2px}.analyzing{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000026}.spinner{width:64px;height:64px;border:6px solid #F3F4F6;border-top:6px solid #0ea5e9;border-radius:50%;margin:0 auto 2rem;animation:spin 1s linear infinite}.analyzing p{font-size:1.5rem;color:var(--text-dark);font-weight:700;margin-bottom:.5rem}.analyzing-detail{color:var(--text-light);font-size:1.05rem!important;font-weight:400!important}.prediction-section{margin-top:3rem}.prediction-section h2{color:#1e293b!important;font-size:2rem;margin-bottom:2rem;text-shadow:none;font-weight:700}.prediction-result{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 8px 32px #00000026}.confidence-bar{margin-bottom:2.5rem}.confidence-label{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-dark);font-weight:600}.bar{height:36px;background:#e5e7eb;border-radius:50px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.bar-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#10b981);transition:width 1.5s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:flex-end;padding-right:1.25rem;color:#fff;font-weight:700;font-size:1rem;box-shadow:0 2px 8px #0ea5e966}.top-pick{margin-bottom:2.5rem}.top-pick h3{color:var(--accent-orange);font-size:1.75rem;margin-bottom:1.25rem;font-weight:700}.player-card{display:flex;align-items:center;gap:2rem;padding:2rem;background:linear-gradient(135deg,#fff5f0,#ffe8dc);border:3px solid var(--accent-orange);border-radius:16px;box-shadow:0 8px 24px #ff6b3533}.player-number{font-size:3.5rem;font-weight:900;color:var(--accent-orange);background:#fff;border-radius:50%;width:100px;height:100px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #ff6b354d;flex-shrink:0}.player-details{flex:1;min-width:0}.player-details h4{font-size:1.75rem;color:var(--text-dark);margin-bottom:.75rem;font-weight:700}.stats{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:1rem;color:var(--text-light)}.stats span{font-weight:500}.ai-score{text-align:center;flex-shrink:0}.score-label{font-size:.95rem;color:var(--text-light);margin-bottom:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.score-value{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#0ea5e9,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reasoning{margin:2.5rem 0;padding:2rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:5px solid #0ea5e9;border-radius:12px;box-shadow:0 4px 12px #0ea5e91a}.reasoning h4{color:var(--text-dark);margin-bottom:1.25rem;font-size:1.4rem;font-weight:700}.reasoning li{padding:.75rem 0;color:var(--text-dark);font-size:1.05rem;line-height:1.6}.reasoning li:before{content:"✓ ";color:#0ea5e9;font-weight:900;margin-right:.75rem;font-size:1.2rem}.social-share-wrapper{margin:1.5rem 0;text-align:center}.all-players{margin-top:2.5rem}.all-players h4{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.all-players .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;box-shadow:0 4px 16px #00000014}.players-table{width:100%;min-width:600px;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px}.players-table th{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;padding:1.125rem 1rem;text-align:left;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.players-table th:first-child{border-top-left-radius:12px}.players-table th:last-child{border-top-right-radius:12px}.players-table td{padding:1.125rem 1rem;border-bottom:1px solid #F1F5F9;color:var(--text-dark);font-size:.95rem}.players-table tbody tr{transition:background-color .2s ease}.players-table tbody tr:last-child td{border-bottom:none}.players-table tr.recommended{background:linear-gradient(90deg,#fff5f0,#fffbf8)}.players-table tr.recommended:hover{background:linear-gradient(90deg,#ffede5,#fff5f0)}.score-badge{background:linear-gradient(135deg,#0ea5e9,#10b981);color:#fff!important;padding:.5rem 1rem;border-radius:50px;font-weight:700;font-size:.95rem;display:inline-block;box-shadow:0 2px 8px #0ea5e94d}.footer{background:#0ea5e9;color:#fff!important;text-align:center;padding:2.5rem 2rem;margin-top:4rem;box-shadow:0 -4px 20px #0003}.footer p{margin:.75rem 0;font-size:.95rem;opacity:.9;line-height:1.6;color:#fff!important}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(max-width:1024px){.container{padding:1.5rem 1rem}.race-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.prediction-result{padding:2rem}}@media(max-width:768px){.header{padding:1rem .75rem}.header>div{flex-direction:column;align-items:flex-start;gap:.75rem}.logo h1{font-size:1.4rem}.logo-icon{font-size:2rem}.nav{width:100%;justify-content:flex-start;overflow:visible;flex-wrap:wrap;gap:.5rem;padding-bottom:.25rem;position:relative}.nav-btn{padding:.5rem 1rem;font-size:.85rem;min-height:44px;flex-shrink:0}.menu-toggle-btn{font-size:1.3rem;min-width:44px;min-height:44px}.mobile-menu-item{padding:.875rem 1.25rem;font-size:.9rem;min-height:44px}.container{padding:1rem .75rem}.race-list-section h2,.prediction-section h2{font-size:1.5rem;margin-bottom:1.25rem}.race-list-section select{font-size:1rem;padding:.875rem 1rem}.race-grid{grid-template-columns:1fr;gap:1rem}.race-card{padding:1.25rem}.race-card-header h3{font-size:1.3rem}.race-number{font-size:1rem;padding:.5rem .875rem}.info-item .value{font-size:1.125rem}.predict-btn{padding:1rem;font-size:1.05rem;min-height:48px}.player-card{flex-direction:column;text-align:center;padding:1.5rem;gap:1.25rem}.player-number{width:80px;height:80px;font-size:2.5rem}.player-details h4{font-size:1.5rem}.stats{flex-direction:column;gap:.5rem;text-align:center}.score-value{font-size:2.5rem}.prediction-result{padding:1.5rem}.top-pick h3{font-size:1.5rem}.reasoning{padding:1.5rem}.reasoning h4{font-size:1.25rem}.reasoning li{font-size:1rem}.all-players h4{font-size:1.3rem}.players-table{font-size:.85rem}.players-table th,.players-table td{padding:.75rem .5rem}.analyzing{padding:2.5rem 1.25rem}.analyzing p{font-size:1.25rem}.analyzing-detail{font-size:1rem!important}}@media(max-width:480px){.header{padding:.875rem .625rem}.logo h1{font-size:1.2rem}.logo-icon{font-size:1.75rem}.nav{gap:.4rem;overflow:visible;flex-wrap:wrap}.nav-btn{padding:.4rem .8rem;font-size:.8rem;min-height:40px}.menu-toggle-btn{font-size:1.2rem;min-width:44px;min-height:44px}.mobile-menu-item{padding:.75rem 1rem;font-size:.85rem;min-height:44px}.container{padding:.875rem .625rem}.race-list-section h2,.prediction-section h2{font-size:1.3rem}.race-card{padding:1rem}.race-card-header h3{font-size:1.2rem}.race-number{font-size:.9rem;padding:.4rem .75rem}.info-item .label{font-size:.8rem}.info-item .value{font-size:1rem}.predict-btn{font-size:1rem;padding:.875rem}.player-card{padding:1rem;gap:.75rem}.player-number{width:60px;height:60px;font-size:2rem}.player-details h4{font-size:1.3rem}.stats{font-size:.9rem}.score-value{font-size:2.25rem}.prediction-result{padding:1rem}.top-pick h3{font-size:1.2rem;margin-bottom:.75rem}.reasoning,.statistical-insights,.data-guide{padding:1rem;margin:1rem 0}.reasoning h4,.statistical-insights h4,.data-guide h4{font-size:1.1rem;margin-bottom:.75rem}.reasoning li,.statistical-insights li{font-size:.875rem;padding:.5rem 0}.confidence-bar,.top-pick{margin-bottom:1rem}.all-players{margin-top:1rem}.detailed-analysis{margin-top:1rem;padding-top:1rem}.social-share-wrapper{margin:.75rem 0}.all-players h4{font-size:1.1rem;margin-bottom:.75rem}.players-table{font-size:.8rem}.players-table th,.players-table td{padding:.625rem .375rem}.players-table-detailed{font-size:.8rem;min-width:600px}.players-table-detailed th,.players-table-detailed td{padding:.625rem .375rem}.analyzing{padding:2rem 1rem}.spinner{width:48px;height:48px}.analyzing p{font-size:1.125rem}}.detailed-analysis{margin-top:2.5rem;padding-top:2.5rem;border-top:3px solid #E2E8F0}.detailed-analysis h3{font-size:1.75rem;margin-bottom:1.5rem;color:var(--text-dark);font-weight:700}.enhanced-table{margin-bottom:2rem;overflow-x:auto}.players-table-detailed{width:100%;min-width:800px;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014}.players-table-detailed th{background:linear-gradient(135deg,#334155,#475569);color:#fff;padding:1rem .75rem;text-align:center;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.players-table-detailed th:first-child{border-top-left-radius:12px}.players-table-detailed th:last-child{border-top-right-radius:12px}.players-table-detailed td{padding:1rem .75rem;text-align:center;border-bottom:1px solid #F1F5F9;color:var(--text-dark);font-size:.95rem}.players-table-detailed tbody tr{transition:background-color .2s ease}.players-table-detailed tbody tr:hover{background:#f8fafc}.players-table-detailed tbody tr:last-child td{border-bottom:none}.fire{margin-left:.25rem;font-size:1.1rem}.statistical-insights{margin:2rem 0;padding:1.75rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;border-left:5px solid #0ea5e9;box-shadow:0 4px 12px #0ea5e91a}.statistical-insights h4{color:var(--text-dark);margin-bottom:1.25rem;font-size:1.4rem;font-weight:700}.statistical-insights ul{list-style:none;padding-left:0}.statistical-insights li{padding:.875rem 0;color:var(--text-dark);font-size:1.05rem;line-height:1.6;border-bottom:1px solid rgba(14,165,233,.1)}.statistical-insights li:last-child{border-bottom:none}.statistical-insights li:before{content:"📊 ";margin-right:.75rem;font-size:1.1rem}.data-guide{margin-top:2rem;padding:1.75rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:12px;border-left:5px solid var(--warning-yellow);box-shadow:0 4px 12px #f59e0b1a}.data-guide h4{color:var(--text-dark);margin-bottom:1.25rem;font-size:1.4rem;font-weight:700}.guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:1rem}.guide-item{background:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.guide-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.guide-item strong{display:block;color:var(--accent-orange);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.guide-item p{font-size:.9rem;color:var(--text-light);margin:0;line-height:1.5}@media(max-width:768px){.detailed-analysis{padding-top:2rem}.detailed-analysis h3{font-size:1.4rem}.enhanced-table{margin-bottom:1.5rem}.players-table-detailed{font-size:.85rem;min-width:700px}.players-table-detailed th,.players-table-detailed td{padding:.75rem .5rem}.statistical-insights,.data-guide{padding:1.25rem}.statistical-insights h4,.data-guide h4{font-size:1.2rem}.statistical-insights li{font-size:.95rem}.guide-grid{grid-template-columns:1fr;gap:1rem}}.race-result{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e0f2fe);border-radius:16px;border:2px solid #0ea5e9;box-shadow:0 4px 12px #0ea5e926}.race-result h4{font-size:1.5rem;color:#1e293b;margin:0 0 1.5rem;text-align:center}.result-podium{display:flex;justify-content:center;gap:1.5rem;margin:2rem 0}.podium-item{flex:1;max-width:150px;text-align:center;padding:2rem 1rem;border-radius:12px;box-shadow:0 4px 8px #00000026;transition:transform .2s}.podium-item:hover{transform:translateY(-4px)}.podium-item.first{background:linear-gradient(135deg,gold,#ffed4e);border:3px solid #daa520}.podium-item.second{background:linear-gradient(135deg,silver,#e8e8e8);border:3px solid #a9a9a9}.podium-item.third{background:linear-gradient(135deg,#cd7f32,#e4a672);border:3px solid #b8732c}.podium-item .rank{font-size:.9rem;font-weight:600;color:#475569;margin-bottom:.5rem}.podium-item .boat-number{font-size:3rem;font-weight:700;color:#1e293b;line-height:1}.podium-item.first .boat-number{color:#854d0e}.podium-item.second .boat-number{color:#475569}.podium-item.third .boat-number{color:#78350f}.accuracy-check{margin:2rem 0;display:flex;flex-direction:column;gap:1rem}.check-item{text-align:center}.hit{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;font-weight:700;font-size:1.3rem;border-radius:12px;box-shadow:0 4px 12px #10b9814d;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.miss{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#ef4444,#f87171);color:#fff;font-weight:700;font-size:1.2rem;border-radius:12px;box-shadow:0 4px 12px #ef44444d}.top3-hit{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;font-weight:700;font-size:1.1rem;border-radius:10px;box-shadow:0 4px 12px #8b5cf64d}.comparison{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.comparison h5{font-size:1.1rem;color:#1e293b;margin:0 0 1rem;text-align:center}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.comparison-item{text-align:center}.comparison-label{font-size:.9rem;color:#64748b;margin-bottom:.75rem;font-weight:600}.comparison-value{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.boat-badge{display:inline-block;width:45px;height:45px;line-height:45px;text-align:center;font-size:1.2rem;font-weight:700;border-radius:8px;background:#e2e8f0;color:#1e293b;box-shadow:0 2px 4px #0000001a}.boat-badge.gold{background:linear-gradient(135deg,gold,#ffed4e);color:#854d0e;border:2px solid #daa520}.boat-badge.silver{background:linear-gradient(135deg,silver,#e8e8e8);color:#475569;border:2px solid #a9a9a9}.boat-badge.bronze{background:linear-gradient(135deg,#cd7f32,#e4a672);color:#78350f;border:2px solid #b8732c}@media(max-width:768px){.race-result{margin-top:.5rem;padding:.75rem}.race-result h4{font-size:1rem;margin:0 0 .5rem}.result-podium{gap:.5rem;margin:.5rem 0;flex-direction:row!important}.podium-item{flex:1;max-width:none!important;padding:.5rem .25rem;min-height:auto}.podium-item .rank{font-size:.75rem!important;margin-bottom:.25rem}.podium-item .boat-number{font-size:1.75rem!important}.podium-rank{font-size:.75rem!important}.podium-number{font-size:1.75rem!important}.podium-boat-number{font-size:.75rem!important}.accuracy-check{margin:.5rem 0;gap:.5rem}.comparison-grid{grid-template-columns:1fr;gap:1rem}.hit,.miss{font-size:.85rem;padding:.5rem 1rem}.top3-hit{font-size:.8rem;padding:.4rem .8rem}.hit-races-section{padding:1rem!important}.hit-races-section h2{font-size:1.3rem!important}.hit-races-section h3{font-size:1rem!important}.hit-races-section>div>div:first-of-type{grid-template-columns:1fr!important}.hit-races-section>div:last-of-type>div{flex-direction:column!important;gap:.75rem!important}.hit-races-section>div:last-of-type>div>div{width:100%}}.blog-preview-section{margin-top:3rem;padding:2.5rem;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a}.blog-preview-section h2{color:#1e293b;font-size:1.75rem;margin-bottom:.75rem;text-align:center}.blog-preview-lead{text-align:center;color:#64748b;font-size:1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.blog-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.blog-preview-card{display:flex;flex-direction:column;padding:1.5rem;background:#f8fafc;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.blog-preview-card:hover{background:#f0f9ff;border-color:#0ea5e9;transform:translateY(-4px);box-shadow:0 8px 24px #0ea5e926}.blog-preview-category{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:.75rem;font-weight:600;border-radius:50px;margin-bottom:.75rem;align-self:flex-start}.blog-preview-title{font-size:1.05rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-preview-desc{font-size:.875rem;color:#64748b;line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem}.blog-preview-meta{font-size:.8rem;color:#94a3b8;display:flex;align-items:center;gap:.5rem}.blog-preview-cta{text-align:center}.blog-preview-btn{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;text-decoration:none;border-radius:50px;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 16px #0ea5e94d}.blog-preview-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0ea5e966}@media(max-width:768px){.blog-preview-section{margin-top:2rem;padding:1.5rem}.blog-preview-section h2{font-size:1.4rem}.blog-preview-lead{font-size:.9rem;margin-bottom:1.5rem}.blog-preview-grid{grid-template-columns:1fr;gap:1rem}.blog-preview-card{padding:1.25rem}.blog-preview-title{font-size:1rem}.venue-guide-link a{padding:1rem 1.25rem;gap:.75rem}.venue-guide-icon{font-size:1.5rem}.venue-guide-title{font-size:1rem}.venue-guide-desc{font-size:.8rem}}@media(max-width:480px){.blog-preview-section{margin-top:1.5rem;padding:1rem}.blog-preview-section h2{font-size:1.2rem}.blog-preview-lead{font-size:.85rem}.blog-preview-card{padding:1rem}.blog-preview-title{font-size:.95rem}.blog-preview-desc{font-size:.8rem}.blog-preview-btn{padding:.875rem 1.5rem;font-size:.9rem}.venue-guide-link a{padding:.875rem 1rem}.venue-guide-title{font-size:.9rem}.venue-guide-desc{font-size:.75rem}.venue-guide-arrow{font-size:1.25rem}}@media(max-width:320px){.header{padding:.5rem .375rem}.logo h1{font-size:1rem}.logo-icon{font-size:1.5rem}.nav-btn{padding:.35rem .6rem;font-size:.75rem;min-height:38px}.container{padding:.5rem .375rem}.race-list-section h2,.prediction-section h2{font-size:1.1rem}.race-card{padding:.75rem}.race-card-header h3{font-size:1rem}.race-number{font-size:.8rem;padding:.3rem .5rem}.info-item .label{font-size:.75rem}.info-item .value{font-size:.85rem}.predict-btn{font-size:.85rem;padding:.75rem}.player-card{padding:.75rem;gap:.5rem}.player-number{width:50px;height:50px;font-size:1.75rem}.player-details h4{font-size:1.1rem}.score-value{font-size:1.75rem}.top-pick h3{font-size:1rem}.reasoning,.statistical-insights,.data-guide{padding:.75rem}.reasoning h4,.statistical-insights h4,.data-guide h4{font-size:.95rem}.reasoning li,.statistical-insights li{font-size:.8rem}.all-players h4{font-size:.95rem}.players-table{font-size:.75rem}.players-table th,.players-table td{padding:.5rem .25rem}.result-podium{gap:.35rem}.podium-item{padding:.4rem .2rem}.podium-item .rank{font-size:.75rem!important}.podium-item .boat-number{font-size:1.5rem!important}.hit,.miss{font-size:.75rem;padding:.4rem .75rem}.top3-hit{font-size:.75rem;padding:.35rem .6rem}.boat-badge{width:36px;height:36px;line-height:36px;font-size:1rem}.race-cards-grid{grid-template-columns:1fr}.players-table{min-width:480px}.players-table-detailed{min-width:550px}}.app-header{background:linear-gradient(135deg,#0ea5e9,#0284c7);padding:1.5rem 2rem;box-shadow:0 4px 20px #0003;position:sticky;top:0;z-index:1000;border-bottom:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{max-width:1920px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative}.logo{display:flex;align-items:center;gap:1rem;flex-shrink:0;cursor:pointer;transition:transform .2s}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:2.5rem;animation:float 3s ease-in-out infinite;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.logo h1{color:#fff;font-size:1.75rem;font-weight:700;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.nav{display:flex;gap:.75rem;flex-wrap:wrap}.nav-btn{padding:.625rem 1.25rem;background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease;white-space:nowrap}.nav-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.nav-btn.active{background:#fff;color:#0ea5e9;border-color:#fff;box-shadow:0 4px 12px #0003}.menu-btn{font-size:1.5rem;padding:.5rem 1rem;line-height:1}.submenu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:200px;overflow:hidden;z-index:1001;animation:slideDown .2s ease-out}.submenu-item{display:block;padding:1rem 1.5rem;color:#1e293b;text-decoration:none;transition:background .2s;font-weight:500;border-bottom:1px solid #e2e8f0}.submenu-item:last-child{border-bottom:none}.submenu-item:hover{background:#f0f9ff;color:#0ea5e9}.submenu-item.active{background:#e0f2fe;color:#0284c7;font-weight:600}@media(max-width:768px){.app-header{padding:1rem .75rem}.header-content{flex-direction:column;align-items:flex-start;gap:.75rem}.logo h1{font-size:1.4rem}.logo-icon{font-size:2rem}.nav{width:100%;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.nav::-webkit-scrollbar{display:none}.nav-btn{padding:.5rem 1rem;font-size:.85rem;min-height:44px;flex-shrink:0}.menu-btn{font-size:1.3rem;padding:.5rem .8rem}.submenu{right:0;min-width:180px}.submenu-item{padding:.875rem 1.25rem;font-size:.9rem}}@media(max-width:480px){.app-header{padding:.875rem .625rem}.logo h1{font-size:1.2rem}.logo-icon{font-size:1.75rem}.nav{gap:.4rem}.nav-btn{padding:.4rem .8rem;font-size:.8rem;min-height:40px}.menu-btn{font-size:1.2rem;padding:.4rem .7rem}.submenu{min-width:160px}.submenu-item{padding:.75rem 1rem;font-size:.85rem}}.update-status{display:inline-flex;align-items:center;gap:1rem;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;margin-bottom:1rem;flex-wrap:wrap}.update-status.fresh{background:#e8f5e9;color:#2e7d32;border:1px solid #4caf50}.update-status.stale{background:#fff3e0;color:#e65100;border:1px solid #ff9800}.update-icon{font-size:1.1rem}.update-text{display:flex;flex-direction:column;gap:.15rem}.update-relative{font-size:.85rem;opacity:.8}.refresh-button{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#06c;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.refresh-button:hover:not(:disabled){background:#0052a3;transform:translateY(-1px);box-shadow:0 2px 8px #0066cc4d}.refresh-button:active:not(:disabled){transform:translateY(0)}.refresh-button:disabled{background:#ccc;cursor:not-allowed;opacity:.7}.refresh-button.refreshing .refresh-icon{animation:spin 1s linear infinite}.refresh-icon{font-size:1.1rem;display:inline-block}.update-status-container{display:flex;flex-direction:column;gap:.5rem}.update-info{margin:0;padding:0 .5rem;font-size:.85rem;color:#64748b;font-weight:400}@media(max-width:768px){.update-status{font-size:.85rem;padding:.4rem .8rem;width:100%;justify-content:center}.update-relative{font-size:.75rem}.refresh-button{font-size:.85rem;padding:.4rem .8rem}.refresh-text{display:none}.refresh-icon{font-size:1.2rem}.update-info{font-size:.75rem;text-align:center}}.accuracy-dashboard{max-width:1200px;margin:2rem auto;padding:0 1rem}.dashboard-header{text-align:center;margin-bottom:2rem}.accuracy-dashboard h2{font-size:2rem;margin-bottom:.5rem;color:#0ea5e9;font-weight:800;text-shadow:0 2px 4px rgba(14,165,233,.3)}.last-updated{font-size:.9rem;color:#64748b;margin:0}.model-selector{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.model-selector button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;cursor:pointer;transition:all .2s;min-width:120px}.model-selector button:hover{border-color:#0ea5e9;color:#0ea5e9;transform:translateY(-2px);box-shadow:0 4px 8px #0ea5e933}.model-selector button.active{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-color:#0ea5e9;color:#fff;box-shadow:0 4px 12px #0ea5e966;transform:translateY(-2px)}.loading,.error-message,.no-data-message{text-align:center;padding:3rem 1rem;color:#64748b;font-size:1.1rem}.error-message{background:#fff3cd;border-radius:8px;color:#856404;padding:1.5rem;text-align:center}.error-message p{margin-bottom:1rem}.reload-button{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0ea5e94d}.reload-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e980}.no-data-message .data-collection-status{font-size:1.2rem;font-weight:600;margin-bottom:1rem;white-space:pre-line}.no-data-message .model-info{background:#e0f2fe;border-left:4px solid #0ea5e9;padding:1rem 1.5rem;margin-top:1.5rem;border-radius:8px;color:#0c4a6e;font-size:1rem;line-height:1.6}.model-comparison-table tr.selected-model{background:#eff6ff;border-left:4px solid #0ea5e9}.model-comparison-table tr.selected-model td{color:#1e293b}.reliability-warning{display:flex;gap:1rem;padding:1rem 1.5rem;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:8px;margin-bottom:2rem;align-items:flex-start}.reliability-warning .warning-icon{font-size:1.5rem;flex-shrink:0}.reliability-warning .warning-content{flex:1}.reliability-warning strong{display:block;color:#92400e;margin-bottom:.5rem;font-size:1rem}.reliability-warning p{color:#78350f;margin:0;font-size:.9rem;line-height:1.5}.best-model-section{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #0ea5e94d;border:2px solid #0ea5e9}.best-model-section h3{font-size:1.5rem;color:#0c4a6e;margin:0 0 1.5rem;font-weight:800;text-align:center}.best-model-card{background:#fff;border-radius:12px;padding:1.5rem}.model-badge{display:inline-block;font-size:1.5rem;font-weight:800;padding:.75rem 1.5rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0ea5e966}.model-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.model-stat-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f8fafc;border-radius:8px}.model-stat-item.highlight{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #0ea5e9}.model-stat-item .stat-label{font-size:.9rem;color:#64748b;font-weight:600}.model-stat-item .stat-value{font-size:1.5rem;font-weight:800;color:#1e293b}.model-stat-item .stat-value.large{font-size:2rem}.recovery-trend-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;border:2px solid #e2e8f0}.recovery-trend-section h3{font-size:1.5rem;color:#1e293b;margin:0 0 1.5rem;font-weight:800;text-align:center}.chart-note{text-align:center;margin-top:1rem;color:#64748b;font-size:.9rem;font-weight:600}.best-performance{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #f59e0b4d;border:2px solid #f59e0b}.best-performance h3{font-size:1.5rem;color:#92400e;margin:0 0 1.5rem;font-weight:800;text-align:center}.best-performance-content{background:#fff;border-radius:12px;padding:1.5rem}.best-date{font-size:1.3rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.best-stats{display:flex;justify-content:space-around;gap:1rem;flex-wrap:wrap}.best-stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-radius:8px;background:#f8fafc;flex:1;min-width:140px}.best-stat-item.highlight{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;transform:scale(1.05)}.best-stat-item .stat-label{font-size:.85rem;color:#64748b;font-weight:600;text-align:center}.best-stat-item .stat-value{font-size:1.8rem;font-weight:800;color:#1e293b}.best-stat-item.highlight .stat-value{font-size:2.2rem}.stat-section{margin-bottom:2rem}.stats-table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.stats-table-container h3{font-size:1.3rem;color:#0f172a;margin:0 0 .5rem;font-weight:700}.stats-meta{font-size:.9rem;color:#475569;margin:0 0 1rem;font-weight:600}.stats-table{width:100%;max-width:600px;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.stats-table thead{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff}.stats-table th{padding:1rem;text-align:left;font-weight:700;font-size:.95rem}.stats-table th:nth-child(2),.stats-table th:nth-child(3){text-align:center}.stats-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.stats-table tbody tr:last-child{border-bottom:none}.stats-table td{padding:1rem;color:#1e293b}.stats-table .bet-type{font-weight:600}.stats-table .hit-rate,.stats-table .recovery-rate{text-align:center;font-weight:600}.daily-history{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.daily-history h3{font-size:1.3rem;color:#0f172a;margin:0 0 1rem;font-weight:700}.daily-history-table{width:100%;min-width:800px;border-collapse:collapse;font-size:.9rem}.daily-history-table thead{background:linear-gradient(135deg,#475569,#64748b);color:#fff}.daily-history-table th{padding:.75rem .5rem;text-align:center;font-weight:700;font-size:.85rem;border-right:1px solid rgba(255,255,255,.2)}.daily-history-table th:last-child{border-right:none}.daily-history-table .sub-header{background:linear-gradient(135deg,#64748b,#475569)}.daily-history-table .sub-th{font-size:.75rem;padding:.5rem .25rem;font-weight:600}.daily-history-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.daily-history-table tbody tr:last-child{border-bottom:none}.daily-history-table tbody tr:hover{background:#f8fafc}.daily-history-table td{padding:.75rem .5rem;text-align:center;color:#1e293b}.daily-history-table .date-cell{font-weight:600;color:#475569;text-align:left;white-space:nowrap}.daily-history-table .races-cell{color:#64748b}.daily-history-table .hit-rate{color:#0ea5e9;font-weight:600}.daily-history-table .recovery-rate{font-weight:700}.accuracy-info{background:#fff;border-radius:12px;padding:2rem;border:1px solid #e2e8f0;border-left:4px solid #0ea5e9}.accuracy-info h4{font-size:1.2rem;color:#0f172a;margin:0 0 1.5rem;font-weight:700;text-align:center}.accuracy-info .info-section{margin-bottom:1.5rem}.accuracy-info .info-section:last-child{margin-bottom:0}.accuracy-info h5{font-size:1rem;color:#1e293b;margin:0 0 .75rem;font-weight:700}.accuracy-info ul{list-style:none;padding:0;margin:0}.accuracy-info li{padding:.5rem 0;color:#475569;font-size:.9rem;line-height:1.6}.accuracy-info p{margin:0;color:#475569;font-size:.9rem;line-height:1.6}.accuracy-info strong{color:#1e293b}@media(max-width:1024px){.stats-table{max-width:100%}.daily-history-table{min-width:700px;font-size:.85rem}}@media(max-width:768px){.accuracy-dashboard{padding:0 .5rem}.accuracy-dashboard h2{font-size:1.5rem;margin-bottom:1.5rem}.model-selector{gap:.75rem}.model-selector button{padding:.625rem 1.25rem;font-size:.9rem;min-width:100px}.best-performance{padding:1.25rem}.best-performance h3{font-size:1.25rem}.best-performance-content{padding:1.25rem}.best-date{font-size:1.1rem}.best-stat-item{min-width:120px}.best-stat-item .stat-value{font-size:1.5rem}.best-stat-item.highlight .stat-value{font-size:1.8rem}.stat-section{margin-bottom:1.5rem}.stats-table-container{padding:1.25rem}.stats-table-container h3{font-size:1.1rem}.stats-meta{font-size:.85rem}.stats-table th,.stats-table td{padding:.75rem .5rem;font-size:.9rem}.daily-history{padding:1.25rem}.daily-history h3{font-size:1.1rem}.daily-history-table{min-width:650px;font-size:.8rem}.daily-history-table th,.daily-history-table td{padding:.6rem .4rem}.daily-history-table .sub-th{font-size:.75rem;padding:.4rem .2rem}.accuracy-info{padding:1.25rem}.accuracy-info li{font-size:.85rem}}@media(max-width:480px){.accuracy-dashboard{margin:1rem auto}.accuracy-dashboard h2{font-size:1.3rem}.model-selector{gap:.5rem}.model-selector button{padding:.5rem 1rem;font-size:.85rem;min-width:90px}.best-performance{padding:1rem}.best-performance h3{font-size:1.1rem;margin-bottom:1rem}.best-performance-content{padding:1rem}.best-date{font-size:1rem;margin-bottom:1rem}.best-stats{flex-direction:column}.best-stat-item{min-width:auto;width:100%}.best-stat-item .stat-label{font-size:.8rem}.best-stat-item .stat-value{font-size:1.3rem}.best-stat-item.highlight .stat-value{font-size:1.6rem}.stat-section{margin-bottom:1.25rem}.stats-table-container{padding:1rem}.stats-table-container h3{font-size:1rem}.stats-meta{font-size:.8rem}.stats-table th,.stats-table td{padding:.625rem .4rem;font-size:.85rem}.daily-history{padding:1rem}.daily-history h3{font-size:1rem}.daily-history-table{min-width:600px;font-size:.75rem}.daily-history-table th,.daily-history-table td{padding:.5rem .3rem}.daily-history-table .sub-th{font-size:.75rem}.accuracy-info{padding:1rem}.accuracy-info h4{font-size:.95rem}.accuracy-info li{font-size:.8rem;padding:.4rem 0}}.venue-selector{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;border:2px solid #e2e8f0}.venue-selector label{font-size:1rem;font-weight:600;color:#1e293b}.venue-selector select{padding:.75rem 1rem;font-size:1rem;font-weight:600;border:2px solid #e2e8f0;background:#fff;color:#1e293b;border-radius:8px;cursor:pointer;transition:all .2s;min-width:200px}.venue-selector select:hover{border-color:#0ea5e9}.venue-selector select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.venue-detailed-analysis{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;border:2px solid #e2e8f0}.venue-detailed-analysis h3{font-size:1.5rem;color:#1e293b;margin:0 0 .5rem;font-weight:800;text-align:center}.venue-detailed-analysis .section-description{text-align:center;color:#64748b;font-size:.9rem;margin:0 0 1.5rem}.venue-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.venue-strategy-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;border:2px solid #e2e8f0}.venue-strategy-section h3{font-size:1.5rem;color:#1e293b;margin:0 0 .5rem;font-weight:800;text-align:center}.venue-strategy-section .section-description{text-align:center;color:#64748b;font-size:.9rem;margin:0 0 1.5rem}.strategy-model-selector{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.strategy-model-selector button{padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;cursor:pointer;transition:all .2s;min-width:110px}.strategy-model-selector button:hover{border-color:#0ea5e9;color:#0ea5e9;transform:translateY(-1px);box-shadow:0 2px 6px #0ea5e933}.strategy-model-selector button.active{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-color:#0ea5e9;color:#fff;box-shadow:0 2px 8px #0ea5e966;transform:translateY(-1px)}.venue-strategy-table{width:100%;border-collapse:collapse;font-size:.9rem}.venue-strategy-table thead{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff}.venue-strategy-table th{padding:1rem .75rem;text-align:center;font-weight:700;font-size:.9rem}.venue-strategy-table th:first-child{text-align:left}.venue-strategy-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.venue-strategy-table tbody tr:last-child{border-bottom:none}.venue-strategy-table tbody tr:hover{background:#f8fafc}.venue-strategy-table td{padding:.75rem;text-align:center;color:#1e293b}.venue-strategy-table .venue-name{font-weight:700;text-align:left;color:#1e293b}.venue-strategy-table .strategy-cell{font-weight:600;color:#0ea5e9}.venue-strategy-table .recovery-rate{font-weight:700}.venue-strategy-section .table-note{text-align:center;margin-top:1rem;color:#64748b;font-size:.9rem;margin-bottom:0;font-weight:600}@media(max-width:768px){.venue-selector{flex-direction:column;gap:.5rem;padding:.75rem}.venue-selector select{width:100%;min-width:auto}.venue-detailed-analysis{padding:1.25rem}.venue-detailed-analysis h3{font-size:1.25rem}.venue-stats-grid{grid-template-columns:1fr}.venue-strategy-section{padding:1.25rem}.venue-strategy-section h3{font-size:1.25rem}.venue-strategy-table{font-size:.8rem}.venue-strategy-table th,.venue-strategy-table td{padding:.6rem .4rem}}@media(max-width:480px){.venue-detailed-analysis{padding:1rem}.venue-detailed-analysis h3{font-size:1.1rem}.venue-strategy-section{padding:1rem}.venue-strategy-section h3{font-size:1.1rem}.venue-strategy-table{font-size:.75rem}.venue-strategy-table th,.venue-strategy-table td{padding:.5rem .3rem}}.history-link-container{text-align:center;margin-bottom:1.5rem}.history-link{display:inline-block;padding:.5rem 1rem;color:#64748b;text-decoration:none;font-size:.9rem;transition:all .2s}.history-link:hover{color:#0ea5e9}@media(max-width:320px){.accuracy-dashboard h2{font-size:1.1rem}.model-selector button{padding:.4rem .75rem;font-size:.75rem;min-width:80px}.best-performance{padding:.75rem}.best-performance h3{font-size:.95rem}.best-date{font-size:.85rem}.best-stat-item .stat-value{font-size:1.1rem}.best-stat-item.highlight .stat-value{font-size:1.3rem}.stats-table-container h3,.daily-history h3{font-size:.9rem}.daily-history-table{min-width:550px}.accuracy-info h4{font-size:.85rem}.accuracy-info li{font-size:.75rem}.venue-detailed-analysis h3,.venue-strategy-section h3{font-size:.95rem}.strategy-model-selector button{padding:.4rem .75rem;font-size:.75rem;min-width:80px}}.social-share-buttons{display:flex;gap:12px;align-items:center;justify-content:center;padding:8px 0}.social-share-button{cursor:pointer;transition:all .2s ease;outline:none}.social-share-button:hover{opacity:.8;transform:translateY(-2px)}.social-share-button:active{transform:translateY(0)}@media(max-width:768px){.social-share-buttons{gap:10px}}.model-selector{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:0;flex-wrap:wrap}.model-selector button{padding:.75rem 1.5rem;background:transparent;color:#64748b;border:none;border-bottom:3px solid transparent;cursor:pointer;font-weight:400;font-size:1rem;transition:all .2s;min-width:120px}.model-selector button:hover{color:#0ea5e9;transform:translateY(-2px)}.model-selector button.active{background:#0ea5e9;color:#fff!important;border-bottom:3px solid #0ea5e9;font-weight:700}.model-selector button.active.standard{background:#10b981;border-bottom-color:#10b981}.model-selector button.active.safe-bet{background:#0ea5e9;border-bottom-color:#0ea5e9}.model-selector button.active.upset-focus{background:#f59e0b;border-bottom-color:#f59e0b}.period-selector{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:0;flex-wrap:wrap}.period-selector button{padding:.75rem 1.5rem;background:transparent;color:#64748b;border:none;border-bottom:3px solid transparent;cursor:pointer;font-weight:400;font-size:1rem;transition:all .2s}.period-selector button:hover{color:#0ea5e9}.period-selector button.active{background:#0ea5e9;color:#fff!important;border-bottom:3px solid #0ea5e9;font-weight:700}.venue-stats-section{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.venue-stats-section h2{margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:1.5rem;color:#1e293b}.venue-stats-table{width:100%;border-collapse:collapse;font-size:.95rem}.venue-stats-table thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.venue-stats-table th{padding:1rem;text-align:left;font-weight:700;color:#1e293b}.venue-stats-table th.text-right{text-align:right}.venue-stats-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s}.venue-stats-table tbody tr.top-3{background:#667eea0d}.venue-stats-table tbody tr:hover{background:#667eea1a}.venue-stats-table td{padding:1rem;text-align:left}.venue-stats-table td.text-right{text-align:right}.rank-cell{font-size:1.2rem;font-weight:700;color:#1e293b}.rank-cell.rank-1{color:#f59e0b}.rank-cell.rank-2{color:#94a3b8}.rank-cell.rank-3{color:#cd7f32}.venue-name{font-weight:500;color:#1e293b}.hit-count{font-weight:700;color:#0ea5e9}.total-payout{font-weight:700;color:#dc2626}.hit-races-section{margin-bottom:2rem;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.hit-races-section.today{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.hit-races-section.yesterday{background:linear-gradient(135deg,#94a3b8,#64748b)}.hit-races-section h2{color:#fff!important;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.race-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.race-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:transform .2s}.race-card.clickable:hover{transform:translateY(-2px)}.race-card.yesterday{opacity:.95}.race-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.race-card-venue{font-weight:700;font-size:1.1rem;color:#1e293b}.race-card-number{font-size:.9rem;color:#64748b}.hit-badge{background:#22c55e;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:700}.hit-badge.yesterday{background:#94a3b8}.hit-types-list{margin-bottom:.75rem}.hit-type-item{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid #e2e8f0}.hit-type-item:last-child{border-bottom:none}.hit-type-label{color:#475569;font-weight:500}.hit-type-payout{color:#0ea5e9;font-weight:700}.total-payout-section{border-top:2px solid #e2e8f0;padding-top:.75rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.total-payout-label{font-weight:700;color:#1e293b}.total-payout-value{font-size:1.2rem;font-weight:700;color:#dc2626}.show-more-button{margin-top:1rem;padding:.75rem 1.5rem;background:#fff;color:#0ea5e9;border:none;border-radius:8px;cursor:pointer;font-weight:700;width:100%;transition:background .2s}.show-more-button:hover{background:#f8fafc}.show-more-button.yesterday{color:#64748b}.stats-box{margin-top:1.5rem;padding:1rem;background:#fff3;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stats-flex{display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem}.stat-item{text-align:center}.hit-races-section .stat-label{font-size:.9rem;color:#ffffffe6;margin-bottom:.25rem}.hit-races-section .stat-value{font-size:1.8rem;font-weight:700;color:#fff}.no-data-container{padding:3rem 2rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.no-data-container .icon{font-size:3rem;margin-bottom:1rem}.no-data-container h2{color:#64748b;margin-bottom:.5rem}.no-data-container p{color:#94a3b8}@media(max-width:768px){.model-selector button,.period-selector button{padding:.625rem 1.25rem;font-size:.9rem;min-width:100px}.venue-stats-section{padding:1.25rem}.venue-stats-table th,.venue-stats-table td{padding:.75rem .5rem;font-size:.9rem}.race-cards-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:480px){.model-selector,.period-selector{gap:.5rem}.model-selector button,.period-selector button{padding:.5rem 1rem;font-size:.85rem;min-width:90px}.venue-stats-section{padding:1rem}.venue-stats-table th,.venue-stats-table td{padding:.625rem .4rem;font-size:.85rem}.race-cards-grid{grid-template-columns:1fr}}.todays-picks{padding:.75rem}.picks-header{text-align:center;margin-bottom:1rem}.picks-header h2{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.picks-description{font-size:.8rem;color:#6b7280}.accordion-controls{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.accordion-btn{padding:.5rem 1rem;font-size:.85rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;transition:all .15s}.accordion-btn:hover{background:#e2e8f0;color:#1e293b}.venue-accordion-list{display:flex;flex-direction:column;gap:.75rem}.venue-accordion{border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.venue-header{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;transition:all .2s}.venue-header:hover{opacity:.95}.venue-header.expanded{border-radius:12px 12px 0 0}.venue-header-name{flex:1;text-align:left}.venue-header-count{font-size:.85rem;opacity:.9}.venue-header .toggle-icon{font-size:.75rem;opacity:.8}.venue-races{background:#f8fafc;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.picks-loading,.picks-error,.picks-empty{text-align:center;padding:2rem 1rem;color:#6b7280}.picks-loading .spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto .75rem}.picks-error button{margin-top:.75rem;padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer}.picks-empty-sub{font-size:.75rem;margin-top:.25rem}.picks-summary{text-align:center;margin-bottom:.75rem;font-size:.85rem;color:#6b7280}.overall-summary{margin:.75rem 0 1rem;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.summary-header{padding:.75rem 1rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4);font-size:.9rem;font-weight:700;color:#fff}.summary-stats{padding:1rem;background:#f8fafc;display:flex;flex-direction:column;gap:.5rem}.summary-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.overall-summary .summary-row .stat-label{font-size:.85rem;color:#1e293b;font-weight:600}.overall-summary .summary-row .stat-value{font-size:1.1rem;font-weight:700;color:#1e293b}.overall-summary .summary-row .stat-arrow{color:#475569;font-size:.9rem}.recovery-rate{font-size:1.1rem;font-weight:700}.recovery-rate.positive{color:#059669}.recovery-rate.negative{color:#dc2626}.summary-detail{font-size:.85rem;color:#64748b;margin-top:.25rem}.featured-races-section{margin:1rem 0 1.5rem;padding:1rem;background:linear-gradient(135deg,#fff8e1,#ffecb3);border-radius:12px;border:2px solid #ffc107}.featured-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.featured-header h3{margin:0;font-size:1.1rem;color:#f57c00}.featured-badge{font-size:.7rem;background:#ff9800;color:#fff;padding:.2rem .5rem;border-radius:4px}.featured-races-list{display:flex;flex-direction:column;gap:.5rem}.featured-more-btn{display:block;width:100%;margin-top:.75rem;padding:.6rem;background:#fff;border:1px solid #ffc107;border-radius:8px;color:#f57c00;font-weight:600;cursor:pointer;transition:background .15s}.featured-more-btn:hover{background:#fff8e1}.picks-list{display:flex;flex-direction:column;gap:.75rem}.pick-card{background:#fff;border-radius:12px;padding:.75rem;color:#1e293b;border:1px solid #e2e8f0;border-left:4px solid #7c3aed;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:transform .15s,box-shadow .15s}.pick-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.pick-card:active{transform:translateY(0)}.pick-card[data-bet-type=trio]{border-left-color:#7c3aed}.pick-card[data-bet-type=win]{border-left-color:#0284c7}.pick-card[data-bet-type=place]{border-left-color:#db2777}.pick-card.finished{opacity:.9}.pick-card.hit{box-shadow:0 0 0 3px #10b981,0 2px 8px #10b98166}.pick-card.highlighted{box-shadow:0 0 0 3px #fbbf24,0 4px 12px #fbbf2466;transform:scale(1.02)}.pick-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.pick-venue-info{display:flex;align-items:baseline;gap:.35rem}.pick-venue{font-weight:700;font-size:1rem}.pick-race-no,.pick-time{font-size:.85rem;color:#64748b}.pick-card-body{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.pick-bet-type{padding:.2rem .5rem;background:#f1f5f9;border-radius:4px;font-size:.75rem;font-weight:600;color:#475569}.pick-prediction{font-size:1.25rem;font-weight:700}.pick-result{display:flex;align-items:center;gap:.35rem;padding:.4rem .6rem;border-radius:6px;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.pick-result.hit{background:#d1fae5;color:#065f46}.pick-result.miss{background:#fee2e2;color:#991b1b}.result-icon{font-size:.9rem}.result-payout{margin-left:auto;font-weight:700}@media(min-width:768px){.todays-picks{padding:1.5rem;max-width:600px;margin:0 auto}.picks-header{margin-bottom:1.5rem}.picks-header h2{font-size:1.5rem}.picks-list{gap:1rem}.pick-card{padding:1rem}}.toggle-icon{font-size:.75rem;color:#64748b}@media(max-width:480px){.todays-picks{padding:.5rem}.picks-header h2{font-size:1.1rem}.picks-description{font-size:.75rem}.featured-races-section{margin:.75rem 0 1rem;padding:.75rem}.featured-header{flex-wrap:wrap;gap:.5rem}.featured-header h3{font-size:1rem}.featured-badge{font-size:.65rem}.accordion-controls{gap:.35rem;margin-bottom:.75rem}.accordion-btn{padding:.4rem .75rem;font-size:.8rem}.venue-header{padding:.6rem .75rem;font-size:.9rem}.venue-races,.pick-card{padding:.5rem}.pick-card-header{margin-bottom:.35rem}.pick-result{gap:.25rem;padding:.3rem .4rem;font-size:.75rem}.overall-summary{margin:.5rem 0 .75rem}.summary-header{padding:.6rem .75rem;font-size:.85rem}.summary-stats{padding:.75rem}.summary-row .stat-value,.recovery-rate{font-size:1rem}}.share-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.share-button-primary{background:#1da1f2;color:#fff}.share-button-primary:hover{background:#1a8cd8;transform:translateY(-1px);box-shadow:0 2px 8px #1da1f24d}.share-button-secondary{background:#f0f0f0;color:#1da1f2}.share-button-secondary:hover{background:#e0e0e0}.share-button:active{transform:translateY(0)}.twitter-icon{flex-shrink:0}@media(max-width:768px){.share-button{padding:6px 12px;font-size:13px}.twitter-icon{width:14px;height:14px}}.blog-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;min-height:100vh;background:#fff}.blog-header{text-align:center;margin-bottom:3rem}.blog-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1e293b}.blog-header p{font-size:1.1rem;color:#64748b}.featured-section{margin-bottom:3rem}.featured-section h2{font-size:1.8rem;margin-bottom:1.5rem;color:#1e293b}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.featured-card{position:relative;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:12px;padding:2rem;color:#fff!important;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px #0000001a}.featured-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.featured-content h3{font-size:1.5rem;margin:.5rem 0 1rem;color:#fff!important}.featured-content .description{color:#ffffffe6;line-height:1.6;margin-bottom:1rem}.category-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem;justify-content:center}.category-filter button{padding:.5rem 1.25rem;border:2px solid #e2e8f0;background:#fff;border-radius:25px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease;color:#475569}.category-filter button:hover{border-color:#0ea5e9;color:#0ea5e9}.category-filter button.active{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;border-color:#0ea5e9}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.blog-card{position:relative;background:#fff;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;border:2px solid #e2e8f0;transition:all .3s ease;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:#0ea5e9}.blog-card-content h3{font-size:1.25rem;margin:.75rem 0 1rem;color:#1e293b;line-height:1.4}.blog-card-content .description{color:#64748b;line-height:1.6;margin-bottom:1rem;flex-grow:1}.category-badge{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;border-radius:15px;font-size:.85rem;font-weight:600}.meta{display:flex;gap:1rem;font-size:.9rem;color:#64748b;margin-bottom:.75rem}.meta .date,.meta .read-time{display:flex;align-items:center;gap:.25rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.tag{font-size:.85rem;color:#0ea5e9;background:#f1f5f9;padding:.25rem .75rem;border-radius:15px}.no-posts{text-align:center;padding:4rem 2rem;color:#64748b}@media(max-width:768px){.blog-header h1{font-size:2rem}.featured-grid,.blog-grid{grid-template-columns:1fr}.category-filter{justify-content:flex-start}}@media(max-width:320px){.blog-header h1{font-size:1.5rem}.blog-header p{font-size:.9rem}.category-filter button{padding:.4rem .75rem;font-size:.8rem}.blog-card-content{padding:.75rem}.blog-card-content h2{font-size:1rem}.blog-card-content .description{font-size:.85rem}.tag{font-size:.75rem;padding:.2rem .5rem}}.new-badge{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #ef44444d;z-index:1}.blog-post-container{max-width:800px;margin:0 auto;padding:2rem 1rem;min-height:100vh;background:#fff}.blog-post-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.back-link{display:inline-block;color:#0ea5e9;text-decoration:none;margin-bottom:1rem;font-weight:500;transition:color .3s ease}.back-link:hover{color:#0284c7}.blog-post-header h1{font-size:2.5rem;line-height:1.3;margin:1rem 0;color:#1e293b}.post-meta{display:flex;gap:1.5rem;margin:1rem 0;color:#64748b;font-size:.95rem}.blog-post-content{line-height:1.8;font-size:1.05rem;color:#334155;margin-bottom:3rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.blog-post-content h1{font-size:2rem;margin:2.5rem 0 1rem;color:#1e293b;border-bottom:3px solid #0ea5e9;padding-bottom:.5rem}.blog-post-content h2{font-size:1.75rem;margin:2rem 0 1rem;color:#1e293b;border-left:4px solid #0ea5e9;padding-left:1rem}.blog-post-content h3{font-size:1.5rem;margin:1.5rem 0 .75rem;color:#1e293b}.blog-post-content h4{font-size:1.25rem;margin:1.25rem 0 .5rem;color:#475569}.blog-post-content p{margin:1rem 0;line-height:1.8}.blog-post-content ul,.blog-post-content ol{margin:1rem 0;padding-left:2rem}.blog-post-content li{margin:.5rem 0}.blog-post-content a{color:#0ea5e9;text-decoration:none;border-bottom:1px solid #0ea5e9;transition:all .3s ease}.blog-post-content a:hover{color:#0284c7;border-bottom-color:#0284c7}.blog-post-content blockquote{border-left:4px solid #0ea5e9;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#64748b;background:#f1f5f9;padding:1rem 1rem 1rem 2rem;border-radius:0 8px 8px 0}.blog-post-content code{background:#f1f5f9;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#e91e63}.blog-post-content pre{background:#1e293b;color:#f1f5f9;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.blog-post-content pre code{background:none;padding:0;color:inherit;font-size:.95em}.blog-post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;overflow-x:auto;display:block}.blog-post-content th,.blog-post-content td{border:1px solid #e2e8f0;padding:.75rem;text-align:left}.blog-post-content th{background:#f1f5f9;font-weight:600;color:#1e293b}.blog-post-content tr:hover{background:#f8fafc}.blog-post-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.blog-post-content hr{border:none;border-top:2px solid #e2e8f0;margin:2rem 0}.related-posts{margin:4rem 0 3rem;padding-top:2rem;border-top:2px solid #e2e8f0}.related-posts h2{font-size:1.75rem;margin-bottom:1.5rem;color:#1e293b}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.related-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column}.related-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:#0ea5e9}.related-card h3{font-size:1.15rem;margin:.75rem 0 .5rem;color:#1e293b;line-height:1.4}.related-card p{color:#64748b;font-size:.95rem;line-height:1.6;flex-grow:1;margin:.5rem 0 1rem}.read-more{color:#0ea5e9;font-weight:500;font-size:.9rem}.post-cta{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;padding:3rem 2rem;border-radius:12px;text-align:center;margin:3rem 0}.post-cta h3{font-size:1.75rem;margin-bottom:.5rem;color:#fff!important}.post-cta p{margin-bottom:1.5rem;opacity:.9;color:#fff!important}.cta-button{background:#fff;color:#0ea5e9!important;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease}.loading,.error{text-align:center;padding:4rem 2rem;color:#1e293b}.loading .spinner{width:50px;height:50px;border:5px solid #e2e8f0;border-top-color:#0ea5e9;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.error h2{color:#ef4444;margin-bottom:1rem}.back-button{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:#0ea5e9;color:#fff!important;text-decoration:none;border-radius:8px;transition:all .3s ease}.back-button:hover{background:#0284c7;transform:scale(1.05)}@media(max-width:768px){.blog-post-container{padding:1rem}.blog-post-header h1{font-size:1.75rem}.blog-post-content{font-size:1rem}.blog-post-content h1{font-size:1.5rem}.blog-post-content h2{font-size:1.35rem}.blog-post-content h3{font-size:1.2rem}.related-grid{grid-template-columns:1fr}.post-cta{padding:2rem 1rem}}.about-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;min-height:100vh;background:#fff}.about-header{text-align:center;margin-bottom:4rem}.about-header h1{font-size:3rem;margin-bottom:.5rem;color:#1e293b}.about-header p{font-size:1.3rem;color:#64748b}.about-section{margin-bottom:4rem}.about-section h2{font-size:2rem;margin-bottom:1.5rem;color:#1e293b;border-left:5px solid #0ea5e9;padding-left:1rem}.about-section p{font-size:1.1rem;line-height:1.8;color:#64748b;margin-bottom:1rem}.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.data-category{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.data-category:hover{border-color:#0ea5e9;box-shadow:0 5px 15px #0ea5e91a}.data-category h3{font-size:1.3rem;margin-bottom:1rem;color:#0ea5e9;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.data-category ul{list-style:none;padding:0}.data-category li{color:#475569;position:relative;padding:.5rem 0 .5rem 1.5rem}.data-category li:before{content:"✓";position:absolute;left:0;color:#0ea5e9;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:#0ea5e9}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;margin-bottom:.75rem;color:#1e293b}.feature-card p{font-size:1rem;color:#64748b;line-height:1.6}.ai-explanation{margin-top:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.ai-step{display:flex;gap:1rem;align-items:flex-start;background:#f8fafc;padding:1.25rem;border-radius:12px;border:1px solid #e2e8f0}.step-number{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.step-content h3{font-size:1.3rem;margin-bottom:.5rem;color:#1e293b}.step-content p{color:#64748b;margin:0}.note{text-align:center;color:#64748b;font-style:italic;margin-top:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.stat-card{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;border-radius:12px;padding:2rem;text-align:center}.stat-value{font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.stats-note{text-align:center;color:#64748b;font-size:.95rem;margin-top:1.5rem}.terms h3{font-size:1.3rem;margin-top:2rem;margin-bottom:.75rem;color:#1e293b}.terms p,.terms ul{color:#64748b;line-height:1.8}.terms ul{padding-left:2rem}.terms li{margin:.5rem 0}.about-cta{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;padding:4rem 2rem;border-radius:12px;text-align:center;margin-top:4rem}.about-cta h2{font-size:2.5rem;margin-bottom:1rem;color:#fff!important;border:none;padding:0}.about-cta p{font-size:1.2rem;margin-bottom:2rem;color:#fff!important;opacity:.9}.cta-button{background:#fff;color:#0ea5e9!important;border:none;padding:1rem 3rem;font-size:1.2rem;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.about-header h1{font-size:2rem}.about-section h2{font-size:1.5rem}.data-grid,.features-grid,.stats-grid,.ai-explanation{grid-template-columns:1fr}.ai-step{flex-direction:column;align-items:center;text-align:center}.about-cta h2{font-size:1.75rem}}@media(max-width:320px){.about-container{padding:1rem .5rem}.about-header h1{font-size:1.5rem}.about-header p{font-size:1rem}.about-section{margin-bottom:2rem}.about-section h2{font-size:1.2rem}.about-section p{font-size:.95rem}.feature-card{padding:1.25rem}.feature-icon{font-size:2rem}.stat-card{padding:1.25rem}.stat-value{font-size:2rem}.about-cta{padding:2rem 1rem}.about-cta h2{font-size:1.4rem}.cta-button{padding:.75rem 2rem;font-size:1rem}}.faq-container{max-width:900px;margin:0 auto;padding:2rem 1rem;min-height:100vh;background:#fff}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1e293b}.faq-header p{font-size:1.1rem;color:#64748b}.faq-category{margin-bottom:3rem}.faq-category h2{font-size:1.75rem;margin-bottom:1.5rem;color:#1e293b;border-left:5px solid #0ea5e9;padding-left:1rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#0ea5e9}.faq-item.open{border-color:#0ea5e9;box-shadow:0 5px 15px #0ea5e91a}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;transition:background .3s ease}.faq-question:hover{background:#f8fafc}.faq-item.open .faq-question{background:#f1f5f9}.question-text{flex:1;font-size:1.1rem;font-weight:600;color:#1e293b;padding-right:1rem}.toggle-icon{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#0ea5e9;color:#fff!important;border-radius:50%;font-size:1.5rem;font-weight:700;transition:transform .3s ease}.faq-item.open .toggle-icon{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{font-size:1.05rem;line-height:1.8;color:#475569;margin:0}.faq-cta{background:linear-gradient(135deg,#0ea5e9,#0284c7)!important;color:#fff!important;padding:3rem 2rem;border-radius:12px;text-align:center;margin-top:4rem}.faq-cta h2{font-size:2rem;margin-bottom:.75rem;color:#fff!important}.faq-cta p{font-size:1.1rem;margin-bottom:2rem;color:#fff!important;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-button,.try-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease}.contact-button{background:#fff;color:#0ea5e9!important}.contact-button:hover{transform:scale(1.05);box-shadow:0 10px 30px #0003}.try-button{background:#fff3;color:#fff!important;border:2px solid white}.try-button:hover{background:#fff;color:#0ea5e9;transform:scale(1.05)}@media(max-width:768px){.faq-header h1{font-size:2rem}.faq-category h2{font-size:1.5rem}.question-text{font-size:1rem}.faq-answer p{font-size:.95rem}.cta-buttons{flex-direction:column}.contact-button,.try-button{width:100%}}@media(max-width:320px){.faq-container{padding:1rem .5rem}.faq-header h1{font-size:1.5rem}.faq-header p{font-size:.9rem}.faq-category h2{font-size:1.2rem}.faq-question{padding:.75rem 1rem}.question-text{font-size:.9rem}.faq-answer{padding:.75rem 1rem}.faq-answer p,.faq-answer li{font-size:.85rem}.faq-cta h2{font-size:1.3rem}.contact-button,.try-button{padding:.75rem 1.5rem;font-size:.95rem}}.how-to-use-container{max-width:900px;margin:0 auto;padding:2rem;background:#fff;color:#1e293b;min-height:100vh}.how-to-use-header{text-align:center;margin-bottom:3rem}.how-to-use-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.how-to-use-header p{font-size:1.1rem;color:#64748b}.steps-navigation{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.step-nav-btn{flex:1;min-width:120px;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;transition:all .3s ease}.step-nav-btn:hover{background:#f1f5f9;border-color:#0ea5e980;transform:translateY(-2px)}.step-nav-btn.active{background:linear-gradient(135deg,#0ea5e9,#0284c7);border-color:#0ea5e9;color:#fff!important}.step-nav-btn.completed{border-color:#10b981;color:#10b981}.step-icon{font-size:1.5rem}.step-number{font-size:.85rem;font-weight:600}.step-content{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;padding:2rem;margin-bottom:2rem;min-height:500px}.step-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.step-icon-large{font-size:3rem}.step-header h2{font-size:1.8rem;margin:0}.step-body{line-height:1.8}.step-body p{margin-bottom:1.5rem}.step-body strong{color:#0ea5e9;font-weight:600}.step-detail{background:#f1f5f9;border-left:4px solid #0ea5e9;padding:1.5rem;margin:1.5rem 0;border-radius:8px}.step-detail h4{color:#0ea5e9;margin-top:0;margin-bottom:1rem;font-size:1.2rem}.step-detail ul{margin:0;padding-left:1.5rem}.step-detail li{margin-bottom:.75rem}.step-detail ul ul{margin-top:.5rem;margin-bottom:0}.example-box{background:#0ea5e91a;border:2px solid rgba(14,165,233,.3);padding:1.5rem;margin:1.5rem 0;border-radius:8px}.example-title{font-weight:700;color:#0ea5e9;margin-bottom:.5rem}.tip-box{background:#10b9811a;border:2px solid rgba(16,185,129,.3);padding:1.5rem;margin:1.5rem 0;border-radius:8px}.tip-box h4{color:#10b981;margin-top:0;margin-bottom:1rem;font-size:1.2rem}.warning-box{background:#ef44441a;border:2px solid rgba(239,68,68,.3);padding:1.5rem;margin:1rem 0;border-radius:8px}.warning-box p{margin:.5rem 0}.warning-box strong{color:#ef4444}.warning-box a{color:#60a5fa;text-decoration:underline}.warning-box a:hover{color:#93c5fd}.model-comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1rem 0}.model-card{padding:1.5rem;border-radius:12px;border:2px solid}.model-card.standard{background:#0ea5e91a;border-color:#0ea5e980}.model-card.safe-bet{background:#10b9811a;border-color:#10b98180}.model-card.upset-focus{background:#f59e0b1a;border-color:#f59e0b80}.model-card h5{margin-top:0;margin-bottom:.5rem;font-size:1.2rem}.model-card p{font-size:.95rem;margin-bottom:1rem;font-weight:600}.model-card ul{margin:0;padding-left:1.5rem;font-size:.9rem}.model-card li{margin-bottom:.5rem}.step-navigation-buttons{display:flex;justify-content:space-between;gap:1rem;margin-bottom:3rem}.nav-button{flex:1;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.nav-button.prev{background:#e2e8f0;color:#1e293b}.nav-button.prev:hover{background:#e2e8f0;transform:translate(-4px)}.nav-button.next{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important}.nav-button.next:hover{transform:translate(4px);box-shadow:0 4px 15px #0ea5e966}.nav-button.finish{background:linear-gradient(135deg,#10b981,#059669);color:#fff!important}.nav-button.finish:hover{transform:scale(1.05);box-shadow:0 4px 15px #10b98166}.faq-link-section{text-align:center;padding:2rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px}.faq-link-section h3{margin-top:0;margin-bottom:.5rem;font-size:1.5rem;color:#1e293b!important}.faq-link-section p{color:#64748b!important;margin-bottom:1.5rem}.faq-button{padding:1rem 2rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.faq-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0ea5e966}@media(max-width:768px){.how-to-use-container{padding:1rem}.how-to-use-header h1{font-size:2rem}.how-to-use-header p{font-size:1rem}.steps-navigation{gap:.5rem}.step-nav-btn{min-width:100px;padding:.75rem .5rem}.step-icon{font-size:1.2rem}.step-number{font-size:.75rem}.step-content{padding:1.5rem;min-height:auto}.step-header{flex-direction:column;text-align:center;gap:.5rem}.step-icon-large{font-size:2.5rem}.step-header h2{font-size:1.5rem}.step-detail,.example-box,.tip-box,.warning-box{padding:1rem}.model-comparison{grid-template-columns:1fr}.step-navigation-buttons{flex-direction:column}.nav-button{width:100%}.faq-link-section{padding:1.5rem}}@media(max-width:1024px)and (min-width:769px){.steps-navigation{flex-wrap:wrap}.step-nav-btn{flex:1 1 30%}}@media(max-width:320px){.how-to-use-container{padding:.75rem .5rem}.how-to-use-header h1{font-size:1.5rem}.how-to-use-header p{font-size:.9rem}.step-nav-btn{min-width:80px;padding:.5rem .25rem}.step-icon{font-size:1rem}.step-number{font-size:.7rem}.step-content{padding:1rem}.step-icon-large{font-size:2rem}.step-header h2{font-size:1.2rem}.step-detail,.example-box,.tip-box,.warning-box{padding:.75rem}.model-card{padding:1rem}.model-card h5{font-size:1rem}.nav-button{padding:.75rem 1rem;font-size:.95rem}.faq-link-section{padding:1rem}.faq-link-section h3{font-size:1.2rem}.faq-button{padding:.75rem 1.5rem;font-size:.95rem}}.breadcrumb{margin:20px 0;font-size:14px}.breadcrumb-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.breadcrumb-item{display:flex;align-items:center;gap:8px}.breadcrumb-item a{color:#0ea5e9;text-decoration:none;transition:color .2s}.breadcrumb-item a:hover{color:#0284c7;text-decoration:underline}.breadcrumb-separator{color:#64748b;-webkit-user-select:none;user-select:none}.breadcrumb-current{color:#1e293b;font-weight:500}@media(max-width:768px){.breadcrumb{font-size:12px;margin:15px 0}}.mct-wrapper{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;border:2px solid #e2e8f0}.mct-wrapper.mct-compact{padding:0;margin-bottom:0;box-shadow:none;border:none;border-radius:0;background:transparent}.mct-title{font-size:1.5rem;color:#1e293b;margin:0 0 1.5rem;font-weight:800;text-align:center}.mct-scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.mct-table{width:100%;min-width:600px;border-collapse:collapse}.mct-table-compact{min-width:550px;font-size:.9rem}.mct-table th{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1rem;text-align:center;font-weight:700;color:#1e293b;border-bottom:2px solid #e2e8f0}.mct-table-compact th{padding:.6rem .4rem;font-size:.85rem}.mct-table .mct-sub-header th{font-size:.85rem;padding:.5rem;font-weight:600;color:#64748b}.mct-table-compact .mct-sub-header th{font-size:.75rem;padding:.3rem}.mct-table td{padding:1rem;text-align:center;border-bottom:1px solid #e2e8f0;color:#1e293b}.mct-table-compact td{padding:.6rem .4rem}.mct-table tbody tr:hover{background:#f8fafc}.mct-model-name{font-weight:700;color:#1e293b;text-align:left!important;white-space:nowrap}.mct-races{color:#64748b;font-weight:600}.mct-hit{color:#1e293b;font-weight:600}.mct-recovery{font-weight:700}@media(max-width:768px){.mct-wrapper{padding:1.5rem 1rem}.mct-title{font-size:1.25rem;margin-bottom:1rem}.mct-table th{padding:.75rem .5rem;font-size:.9rem}.mct-table .mct-sub-header th{font-size:.75rem;padding:.4rem}.mct-table td{padding:.75rem .5rem;font-size:.9rem}.mct-table-compact th{padding:.5rem .3rem;font-size:.8rem}.mct-table-compact .mct-sub-header th{font-size:.75rem}.mct-table-compact td{padding:.5rem .3rem;font-size:.8rem}}@media(max-width:480px){.mct-wrapper{padding:1rem .75rem}.mct-table{min-width:520px}.mct-table-compact{min-width:480px}.mct-table th{padding:.5rem .3rem;font-size:.8rem}.mct-table .mct-sub-header th{font-size:.75rem;padding:.3rem}.mct-table td{padding:.5rem .3rem;font-size:.8rem}}@media(max-width:320px){.mct-wrapper{padding:.75rem .5rem}.mct-title{font-size:1rem}.mct-table{min-width:480px}.mct-table-compact{min-width:450px}.mct-table th,.mct-table td{padding:.4rem .2rem;font-size:.75rem}}.race-history-page{min-height:100vh;background:#fff;padding:2rem 1rem}.race-history-container{max-width:1200px;margin:0 auto}.page-header h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:none}.page-description{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}.dates-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a}.no-data{text-align:center;padding:3rem;color:#64748b}.month-groups{display:flex;flex-direction:column;gap:1.5rem}.month-group{border:2px solid #e9ecef;border-radius:12px;transition:all .3s ease}.month-group:hover{border-color:#0ea5e9;box-shadow:0 2px 8px #0ea5e91a}.month-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);cursor:pointer;transition:background .3s ease}.month-header:hover{background:linear-gradient(135deg,#e8eaf0,#b8c5d9)}.month-title{display:flex;align-items:center;gap:.75rem}.month-title h2{font-size:1.3rem;color:#333;margin:0}.expand-icon{font-size:.9rem;color:#0ea5e9;transition:transform .3s ease}.month-summary{font-size:.95rem;color:#475569;font-weight:500}.dates-list{display:grid;gap:1rem;padding:1.5rem;background:#fafafa}.date-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:1.25rem;text-decoration:none;color:inherit;transition:all .3s ease;display:block;overflow:hidden}.date-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a;border-color:#0ea5e9}.date-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.date-card-header h3{font-size:1.2rem;color:#333;margin:0}.race-count{font-size:.9rem;color:#475569;background:#e9ecef;padding:.3rem .8rem;border-radius:20px}.date-card-footer{text-align:right;margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.view-detail{color:#0ea5e9;font-weight:600;font-size:.9rem}@media(max-width:768px){.page-header h1{font-size:2rem}.month-header{flex-direction:column;align-items:flex-start;gap:.75rem}.month-summary{font-size:.85rem}.date-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.race-count{align-self:flex-start}.date-card .model-comparison-table th{padding:.6rem .3rem;font-size:.75rem}.date-card .model-comparison-table .sub-header th{padding:.4rem .2rem;font-size:.75rem}.date-card .model-comparison-table td{padding:.6rem .3rem;font-size:.75rem}}@media(max-width:480px){.race-history-page{padding:1rem .5rem}.dates-section{padding:1.5rem 1rem}.month-title h2{font-size:1.1rem}.date-card .model-comparison-table th{padding:.5rem .2rem;font-size:.75rem}.date-card .model-comparison-table .sub-header th{padding:.35rem .15rem;font-size:.75rem}.date-card .model-comparison-table td{padding:.5rem .2rem;font-size:.75rem}}@media(max-width:320px){.race-history-page{padding:.75rem .375rem}.page-header h1{font-size:1.5rem}.page-description{font-size:.9rem}.dates-section{padding:1rem .5rem}.month-title h2{font-size:.95rem}.month-summary{font-size:.75rem}.dates-list{padding:1rem .5rem}.date-card{padding:.75rem}.date-card-header h3{font-size:1rem}.race-count{font-size:.75rem;padding:.25rem .6rem}.view-detail{font-size:.8rem}}.race-detail-page{min-height:100vh;background:#fff;padding:2rem 1rem}.race-detail-container{max-width:1400px;margin:0 auto}.page-header{text-align:center;margin-bottom:2rem;color:#1e293b}.page-header h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:none;font-weight:700}.back-link{color:#0ea5e9;text-decoration:none;font-size:1rem;transition:color .3s ease}.back-link:hover{color:#0284c7;text-decoration:underline}.stats-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000026}.model-selector{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.model-selector button{flex:1;min-width:150px;padding:.75rem 1.5rem;background:#0ea5e91a;color:#0ea5e9;border:2px solid #E2E8F0;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.model-selector button:hover{background:#0ea5e933;border-color:#0ea5e9}.model-selector button.active{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;border-color:transparent;box-shadow:0 4px 12px #0ea5e94d}.stats-table-container{margin-top:2rem}.stats-table-container h3{font-size:1.5rem;margin-bottom:1rem;color:#1e293b}.stats-meta{font-size:.95rem;color:#64748b;margin-bottom:1rem}.stats-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.stats-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.stats-table th{padding:1rem;text-align:left;font-weight:600;color:#1e293b;border-bottom:2px solid #E2E8F0}.stats-table td{padding:1rem;border-bottom:1px solid #E2E8F0}.stats-table tbody tr:last-child td{border-bottom:none}.stats-table tbody tr:hover{background:#f8fafc}.bet-type{font-weight:600;color:#1e293b}.hit-rate{color:#0ea5e9;font-weight:600}.recovery-rate{font-weight:600}.race-list-section{margin-bottom:2rem}.race-list-section h2{font-size:1.75rem;color:#1e293b!important;margin-bottom:1.5rem;text-shadow:none}.race-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.race-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:1.5rem;box-shadow:0 4px 15px #00000026;transition:all .3s ease;border:2px solid transparent}.race-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0003;border-color:#0ea5e9}.race-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.race-card-header h3{font-size:1.25rem;color:#1e293b;font-weight:600}.race-number{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;padding:.5rem 1rem;border-radius:12px;font-weight:700;font-size:1.1rem}.predict-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#ffb347);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff6b354d;margin-top:1rem}.predict-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3566}.predict-btn:active{transform:translateY(0)}.prediction-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000026}.prediction-section h2{font-size:1.75rem;margin-bottom:2rem;color:#1e293b!important;border-bottom:3px solid #0ea5e9;padding-bottom:.75rem}.prediction-error{text-align:center;padding:2rem;color:#ef4444;font-weight:600}.prediction-result{display:flex;flex-direction:column;gap:2rem}.confidence-bar{background:#f8fafc;border-radius:12px;padding:1.5rem}.confidence-label{margin-bottom:.75rem;font-size:1.1rem;color:#1e293b}.confidence-label strong{color:#0ea5e9;font-size:1.3rem}.bar{height:24px;background:#e2e8f0;border-radius:12px;overflow:hidden;position:relative}.bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:12px;transition:width 1s ease-out;box-shadow:0 0 10px #10b9814d}.top-pick{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:16px;padding:2rem;border:3px solid #FFB347}.top-pick h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1e293b}.player-card{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.player-card.featured{border:2px solid #FFB347}.player-number{font-size:3rem;font-weight:900;color:#ff6b35;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:50%;border:3px solid #FF6B35}.player-details h4{font-size:1.5rem;margin-bottom:.75rem;color:#1e293b}.player-details .stats{display:flex;gap:1rem;flex-wrap:wrap;font-size:.95rem;color:#64748b}.ai-score{text-align:center}.score-label{font-size:.85rem;color:#64748b;margin-bottom:.5rem}.score-value{font-size:2rem;font-weight:900;color:#0ea5e9}.reasoning{background:#f8fafc;border-radius:12px;padding:1.5rem}.reasoning h4{font-size:1.25rem;margin-bottom:1rem;color:#1e293b}.reasoning ul{list-style:none;padding-left:0}.reasoning li{padding:.75rem;margin-bottom:.5rem;background:#fff;border-left:4px solid #0ea5e9;border-radius:6px;color:#1e293b!important}.race-result{background:#f0fdf4;border-radius:12px;padding:1.5rem;border:2px solid #10B981}.race-result h4{font-size:1.25rem;margin-bottom:1.5rem;color:#1e293b}.result-podium{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.podium-item{text-align:center;padding:1.5rem;border-radius:12px;min-width:100px}.podium-item.first{background:linear-gradient(135deg,gold,#ffc700);border:3px solid #DAA520}.podium-item.second{background:linear-gradient(135deg,silver,#a8a8a8);border:3px solid #808080}.podium-item.third{background:linear-gradient(135deg,#cd7f32,#b87333);border:3px solid #8B4513}.podium-item .rank{font-size:.9rem;color:#1e293b;margin-bottom:.5rem;font-weight:600}.podium-item .boat-number{font-size:2.5rem;font-weight:900;color:#1e293b}.accuracy-check{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.check-item{text-align:center;padding:1rem;border-radius:8px;font-weight:600}.check-item .hit{color:#10b981;background:#ecfdf5;padding:.5rem;border-radius:6px}.check-item .miss{color:#ef4444;background:#fef2f2;padding:.5rem;border-radius:6px}.all-players{background:#f8fafc;border-radius:12px;padding:1.5rem}.all-players h4{font-size:1.25rem;margin-bottom:1rem;color:#1e293b}.all-players .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}.players-table{width:100%;min-width:600px;border-collapse:collapse;background:#fff;border-radius:8px}.players-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.players-table th{padding:1rem;text-align:left;font-weight:600;color:#1e293b;border-bottom:2px solid #E2E8F0}.players-table td{padding:1rem;border-bottom:1px solid #E2E8F0}.players-table tbody tr:hover{background:#f8fafc}.players-table tbody tr.recommended{background:#fff7ed}.players-table tbody tr.recommended:hover{background:#ffedd5}.score-badge{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;padding:.4rem .8rem;border-radius:6px;font-weight:700}.loading-container,.error-container{text-align:center;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000026}.loading-container p,.error-container p{color:#1e293b;margin-top:1rem}.spinner{border:4px solid #E2E8F0;border-top:4px solid #0ea5e9;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container h3{color:#ef4444;margin-bottom:1rem;font-size:1.5rem}.btn-primary{display:inline-block;padding:.875rem 1.75rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;text-decoration:none;border-radius:12px;font-weight:700;margin-top:1.5rem;transition:all .3s ease;box-shadow:0 4px 12px #0ea5e94d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0ea5e966}@media(max-width:768px){.page-header h1{font-size:2rem}.model-selector button{min-width:100px;font-size:.9rem;padding:.6rem 1rem}.race-grid{grid-template-columns:1fr}.player-card{grid-template-columns:auto 1fr;gap:1rem}.player-number{width:60px;height:60px;font-size:2rem}.ai-score{grid-column:span 2}.result-podium{flex-direction:column}.accuracy-check{grid-template-columns:1fr}}@media(max-width:480px){.race-detail-page{padding:1rem .5rem}.stats-section,.prediction-section{padding:1.5rem 1rem}.page-header h1{font-size:1.75rem}.model-selector{flex-direction:column}.model-selector button{width:100%}.player-details h4{font-size:1.25rem}.player-details .stats{font-size:.85rem}}.venue-guide-link{margin-top:2rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0ea5e926}.venue-guide-link a{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#e0f2fe,#bae6fd);text-decoration:none;transition:all .3s ease}.venue-guide-link a:hover{background:linear-gradient(135deg,#bae6fd,#7dd3fc);transform:translate(4px)}.venue-guide-icon{font-size:2rem;flex-shrink:0}.venue-guide-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.venue-guide-title{font-size:1.1rem;font-weight:700;color:#0369a1}.venue-guide-desc{font-size:.9rem;color:#0284c7}.venue-guide-arrow{font-size:1.5rem;color:#0ea5e9;font-weight:700}@media(max-width:768px){.venue-guide-link a{padding:1rem 1.25rem;gap:.75rem}.venue-guide-icon{font-size:1.5rem}.venue-guide-title{font-size:1rem}.venue-guide-desc{font-size:.8rem}}@media(max-width:480px){.venue-guide-link a{padding:.875rem 1rem}.venue-guide-title{font-size:.9rem}.venue-guide-desc{font-size:.75rem}.venue-guide-arrow{font-size:1.25rem}}@media(max-width:320px){.race-detail-page{padding:.75rem .375rem}.stats-section,.prediction-section{padding:1rem .75rem}.page-header h1{font-size:1.4rem}.model-selector button{padding:.5rem .75rem;font-size:.8rem;min-width:80px}.player-card{padding:.75rem;gap:.5rem}.player-number{width:45px;height:45px;font-size:1.5rem}.player-details h4{font-size:1rem}.player-details .stats{font-size:.75rem}.score-value{font-size:1.5rem}.reasoning,.all-players{padding:.75rem}.reasoning h4,.all-players h4{font-size:1rem}.reasoning li{padding:.5rem;font-size:.85rem}.players-table{min-width:500px;font-size:.75rem}.players-table th,.players-table td{padding:.5rem .375rem}.podium-item{padding:.75rem;min-width:70px}.podium-item .boat-number{font-size:1.75rem}.podium-item .rank{font-size:.75rem}}.profile-container{max-width:900px;margin:0 auto;padding:2rem 1rem;min-height:100vh;background:#fff}.profile-header{text-align:center;margin-bottom:3rem}.profile-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1e293b}.profile-header p{font-size:1.2rem;color:#64748b}.profile-card-section{margin-bottom:3rem}.profile-card{display:flex;gap:2rem;align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px;padding:2rem}.profile-image{flex-shrink:0}.profile-image img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #0ea5e9}.profile-image-placeholder{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#0284c7);display:flex;align-items:center;justify-content:center;font-size:4rem}.profile-info{flex:1}.profile-name{font-size:2rem;color:#1e293b;margin-bottom:.5rem}.profile-title{font-size:1.1rem;color:#64748b;margin-bottom:1rem}.profile-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#0ea5e9;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem}.profile-section{margin-bottom:3rem}.profile-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:#1e293b;border-left:5px solid #0ea5e9;padding-left:1rem}.profile-section p{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:1rem}.story-timeline{margin-top:1.5rem}.story-item{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.story-item:last-child{border-bottom:none}.story-icon{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem}.story-content h3{font-size:1.3rem;color:#1e293b;margin-bottom:.75rem}.story-content p{margin:0}.story-example{font-size:.95rem;color:#94a3b8;font-style:italic;margin-top:.5rem;padding-left:1rem;border-left:2px solid #e2e8f0}.lessons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.lesson-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.lesson-card:hover{border-color:#0ea5e9;box-shadow:0 5px 15px #0ea5e91a}.lesson-icon{font-size:2.5rem;margin-bottom:1rem}.lesson-card h3{font-size:1.2rem;color:#1e293b;margin-bottom:.75rem}.lesson-card p{font-size:1rem;color:#64748b;margin:0}.lesson-example{font-size:.9rem;color:#94a3b8;font-style:italic;margin-top:.5rem;padding-left:1rem;border-left:2px solid #e2e8f0}.experience-list{margin-top:1.5rem}.experience-item{display:flex;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #e2e8f0}.experience-item:last-child{border-bottom:none}.experience-period{flex-shrink:0;width:120px;font-size:.95rem;color:#0ea5e9;font-weight:600}.experience-content h3{font-size:1.2rem;color:#1e293b;margin-bottom:.5rem}.experience-content p{font-size:1rem;color:#64748b;margin:0}.social-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem}.social-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.social-link.twitter{background:#1a1a1a;color:#fff}.social-link.twitter:hover{background:#333}.social-link.github{background:#24292e;color:#fff}.social-link.github:hover{background:#3a3f44}.social-icon{font-size:1.2rem}.contact-note{font-size:1rem;color:#64748b}.contact-note a{color:#0ea5e9;text-decoration:none}.contact-note a:hover{text-decoration:underline}.profile-cta{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;padding:3rem 2rem;border-radius:12px;text-align:center;margin-top:3rem}.profile-cta h2{font-size:2rem;margin-bottom:1rem;color:#fff;border:none;padding:0}.profile-cta p{font-size:1.1rem;margin-bottom:1.5rem;color:#fff;opacity:.9}.cta-button{background:#fff;color:#0ea5e9;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease}.cta-button:hover{transform:scale(1.05);box-shadow:0 10px 30px #0003}@media(max-width:768px){.profile-header h1{font-size:2rem}.profile-card{flex-direction:column;text-align:center}.profile-info{text-align:center}.profile-tags{justify-content:center}.profile-section h2{font-size:1.5rem}.story-item{flex-direction:column;align-items:center;text-align:center}.story-example,.lesson-example{border-left:none;padding-left:0}.lessons-grid{grid-template-columns:1fr}.experience-item{flex-direction:column;gap:.5rem}.experience-period{width:auto}.profile-cta h2{font-size:1.5rem}}.accuracy-history-page{max-width:1200px;margin:0 auto;padding:20px;min-height:100vh;background:#f5f5f5}.page-header{margin-bottom:24px}.back-link{display:inline-block;color:#0ea5e9;text-decoration:none;font-size:14px;margin-bottom:12px}.back-link:hover{text-decoration:underline}.page-header h1{font-size:24px;color:#333;margin:0}.no-data{background:#fff;border-radius:12px;padding:40px 20px;text-align:center;color:#475569}.no-data p{margin:8px 0}.loading{text-align:center;padding:40px;color:#475569}.error-message{background:#fff3e0;padding:20px;border-radius:8px;text-align:center;color:#e65100}.model-comparison-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;border:2px solid #e2e8f0}.model-comparison-section h3{font-size:1.5rem;color:#1e293b;margin:0 0 1.5rem;font-weight:800;text-align:center}.table-wrapper{overflow-x:auto}.model-comparison-table{width:100%;border-collapse:collapse}.model-comparison-table th{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1rem;text-align:center;font-weight:700;color:#1e293b;border-bottom:2px solid #e2e8f0}.model-comparison-table .sub-header th{font-size:.85rem;padding:.5rem;font-weight:600;color:#64748b}.model-comparison-table td{padding:1rem;text-align:center;border-bottom:1px solid #e2e8f0;color:#1e293b}.model-comparison-table .model-name{font-weight:700;color:#1e293b;text-align:left}.model-comparison-table .races-cell,.model-comparison-table .hit-rate{color:#1e293b;font-weight:600}.model-comparison-table .recovery-rate{font-weight:700}@media(max-width:768px){.accuracy-history-page{padding:16px}.page-header h1{font-size:20px}.model-comparison-section{padding:1rem}.model-comparison-section h3{font-size:1.1rem}.model-comparison-table{font-size:.8rem;min-width:700px}.model-comparison-table th,.model-comparison-table td{padding:.5rem .3rem}.model-comparison-table .sub-header th{font-size:.75rem}}@media(max-width:320px){.accuracy-history-page{padding:12px}.page-header h1{font-size:1.1rem}.back-link{font-size:12px}.model-comparison-section{padding:.75rem}.model-comparison-section h3{font-size:.95rem}.model-comparison-table{min-width:600px}}.content-hub-page{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#fff);padding:2rem 1rem}.content-hub-container{max-width:1200px;margin:0 auto}.hub-header{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:16px;color:#fff;box-shadow:0 8px 32px #0ea5e94d}.hub-header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:800}.hub-lead{font-size:1.1rem;opacity:.95;max-width:600px;margin:0 auto;line-height:1.6}.hub-section{margin-bottom:3rem;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.section-icon{font-size:1.75rem}.section-header h2{font-size:1.5rem;color:#1e293b;font-weight:700;margin:0}.section-desc{color:#64748b;font-size:1rem;margin-bottom:1.5rem;line-height:1.6}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.article-card{display:block;padding:1.5rem;background:#f8fafc;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.article-card:hover{background:#f0f9ff;border-color:#0ea5e9;transform:translateY(-4px);box-shadow:0 8px 24px #0ea5e926}.article-card h3{font-size:1.05rem;color:#1e293b;font-weight:700;margin-bottom:.5rem;line-height:1.4}.article-card p{font-size:.9rem;color:#64748b;line-height:1.5;margin:0}.venue-section{background:linear-gradient(135deg,#fef3c7,#fde68a)}.venue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;margin-bottom:1.5rem}.venue-card{display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;background:#fff;border-radius:8px;text-decoration:none;transition:all .3s ease;border:2px solid transparent;box-shadow:0 2px 8px #0000000d}.venue-card:hover{border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b33}.venue-code{font-size:.75rem;color:#94a3b8;font-weight:600}.venue-name{font-size:.95rem;color:#1e293b;font-weight:700}.venue-overview-link{text-align:center}.overview-btn{display:inline-block;padding:.875rem 1.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;text-decoration:none;border-radius:50px;font-weight:700;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 12px #f59e0b4d}.overview-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66}.hub-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:16px;color:#fff;box-shadow:0 8px 32px #0ea5e94d}.hub-cta h2{font-size:1.75rem;margin-bottom:.75rem}.hub-cta p{font-size:1rem;opacity:.95;margin-bottom:1.5rem}.cta-btn{display:inline-block;padding:1rem 2rem;background:#fff;color:#0ea5e9;text-decoration:none;border-radius:50px;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 16px #0000001a}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.hub-footer{background:#0ea5e9;color:#fff;text-align:center;padding:2rem;margin-top:3rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem}.footer-links a{color:#ffffffe6;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#fff}.hub-footer p{opacity:.8;font-size:.9rem;margin:0}@media(max-width:768px){.content-hub-page{padding:1.5rem .75rem}.hub-header{padding:1.5rem}.hub-header h1{font-size:1.75rem}.hub-lead{font-size:1rem}.hub-section{padding:1.5rem;margin-bottom:2rem}.section-header h2{font-size:1.25rem}.article-grid{grid-template-columns:1fr;gap:1rem}.article-card{padding:1.25rem}.venue-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.venue-card{padding:.5rem .25rem}.venue-code{font-size:.7rem}.venue-name{font-size:.85rem}.hub-cta{padding:2rem 1.5rem}.hub-cta h2{font-size:1.4rem}}@media(max-width:480px){.content-hub-page{padding:1rem .5rem}.hub-header{padding:1.25rem;margin-bottom:2rem}.hub-header h1{font-size:1.5rem}.hub-lead{font-size:.9rem}.hub-section{padding:1rem;margin-bottom:1.5rem}.section-icon{font-size:1.5rem}.section-header h2{font-size:1.1rem}.section-desc{font-size:.9rem;margin-bottom:1rem}.article-card{padding:1rem}.article-card h3{font-size:.95rem}.article-card p{font-size:.85rem}.venue-grid{grid-template-columns:repeat(3,1fr)}.venue-card{padding:.5rem .25rem}.venue-name{font-size:.8rem}.overview-btn{padding:.75rem 1.25rem;font-size:.9rem}.hub-cta{padding:1.5rem 1rem}.hub-cta h2{font-size:1.25rem}.hub-cta p{font-size:.9rem}.cta-btn{padding:.875rem 1.5rem;font-size:1rem}.hub-footer{padding:1.5rem 1rem}.footer-links{gap:1rem}.footer-links a{font-size:.85rem}}@media(max-width:320px){.hub-header h1{font-size:1.3rem}.hub-lead{font-size:.85rem}.section-header h2{font-size:1rem}.venue-grid{grid-template-columns:repeat(3,1fr);gap:.4rem}.venue-name{font-size:.75rem}}.admin-rules-page{max-width:1200px;margin:0 auto;padding:1rem;min-height:100vh;background:#f5f7fa}.admin-header{margin-bottom:1.5rem}.admin-header .back-link{display:inline-block;color:#0ea5e9;text-decoration:none;font-size:.875rem;margin-bottom:.5rem}.admin-header .back-link:hover{text-decoration:underline}.admin-header h1{font-size:1.5rem;color:#1e293b;margin:0 0 .25rem;font-weight:700}.admin-badge{display:inline-block;background:#7c3aed;color:#fff;font-size:.75rem;padding:.2rem .5rem;border-radius:4px;margin:0}.operation-period{color:#64748b;font-size:.875rem;margin:.5rem 0 0}.loading-state,.error-state{text-align:center;padding:3rem 1rem;color:#64748b}.loading-state .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#7c3aed;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.error-state button{margin-top:1rem;padding:.5rem 1rem;background:#7c3aed;color:#fff;border:none;border-radius:6px;cursor:pointer}.overall-summary-card{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem}.summary-main{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:1rem}.summary-label{font-weight:600}.summary-value{font-weight:700}.summary-arrow{color:#94a3b8}.recovery-badge{padding:.25rem .5rem;border-radius:4px;font-weight:700;font-size:.9rem}.recovery-badge.positive{background:#10b981;color:#fff}.recovery-badge.negative{background:#ef4444;color:#fff}.overall-summary-card .summary-detail{margin-top:.5rem;font-size:.875rem;color:#94a3b8}.tab-navigation{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{padding:.6rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-weight:600;font-size:.9rem;cursor:pointer;white-space:nowrap;transition:all .15s}.tab-btn:hover{background:#f8fafc;color:#1e293b}.tab-btn.active{background:#7c3aed;border-color:#7c3aed;color:#fff}.tab-content{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #00000014}.weekly-chart-section{margin-bottom:1.5rem}.weekly-chart-section h3{font-size:1.1rem;color:#1e293b;margin:0 0 1rem}.weekly-chart{display:flex;align-items:flex-end;gap:.5rem;height:150px;padding:1rem;background:#f8fafc;border-radius:8px;overflow-x:auto}.week-bar-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-width:50px;flex:1;height:100%}.week-bar{width:100%;max-width:40px;min-height:20px;border-radius:4px 4px 0 0;display:flex;align-items:flex-start;justify-content:center;padding-top:4px;transition:height .3s}.week-bar.positive{background:linear-gradient(180deg,#10b981,#059669)}.week-bar.negative{background:linear-gradient(180deg,#ef4444,#dc2626)}.bar-value{font-size:.7rem;font-weight:700;color:#fff}.week-label{margin-top:.25rem;font-size:.7rem;color:#64748b}.rules-table-section h3{font-size:1.1rem;color:#1e293b;margin:0 0 1rem}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.rules-table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:700px}.rules-table th{background:#f8fafc;padding:.75rem .5rem;text-align:left;font-weight:600;color:#475569;border-bottom:2px solid #e2e8f0;white-space:nowrap}.rules-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.rules-table th.sortable:hover{background:#f1f5f9}.rules-table th.sorted{color:#7c3aed}.rules-table td{padding:.6rem .5rem;border-bottom:1px solid #e2e8f0;color:#1e293b}.rules-table tbody tr:hover{background:#f8fafc}.rule-id{font-family:monospace;font-weight:600;color:#7c3aed}.rule-desc{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.num-cell{text-align:right;font-family:monospace}.num-cell.recovery.positive{color:#059669;font-weight:700}.num-cell.recovery.negative{color:#dc2626;font-weight:700}.bet-type-badge{display:inline-block;padding:.2rem .4rem;border-radius:4px;font-size:.75rem;font-weight:600}.bet-type-badge.small{font-size:.65rem;padding:.15rem .3rem}.bet-type-badge.win{background:#dbeafe;color:#1e40af}.bet-type-badge.place{background:#fce7f3;color:#be185d}.bet-type-badge.trio{background:#ede9fe;color:#6d28d9}.bet-type-badge.exacta{background:#fef3c7;color:#b45309}.venue-tab .venue-selector{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.venue-selector label{font-weight:600;color:#475569}.venue-selector select{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;background:#fff}.venue-summary{background:#f8fafc;border-radius:8px;padding:1rem;margin-bottom:1rem}.venue-summary h3{font-size:1rem;color:#1e293b;margin:0 0 .75rem}.venue-stats{display:flex;flex-wrap:wrap;gap:1rem}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:#64748b}.stat-value{font-size:1.1rem;font-weight:700;color:#1e293b}.stat-value.recovery.positive{color:#059669}.stat-value.recovery.negative{color:#dc2626}.today-tab .empty-state{text-align:center;padding:2rem;color:#64748b}.today-summary{background:#f8fafc;border-radius:8px;padding:1rem;margin-bottom:1rem}.today-summary h3{font-size:1rem;color:#1e293b;margin:0 0 .75rem}.today-summary .summary-stats{display:flex;flex-wrap:wrap;gap:1rem}.today-races .venue-group{margin-bottom:1.5rem}.venue-group-header{font-size:1rem;color:#1e293b;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.race-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.race-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem}.race-card.hit{border-color:#10b981;background:#ecfdf5}.race-card.finished:not(.hit){opacity:.8}.race-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.race-no{font-weight:700;color:#1e293b}.race-time{font-size:.8rem;color:#64748b}.race-card-body{margin-bottom:.5rem}.prediction-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.prediction-label{font-size:.8rem;color:#64748b}.prediction-value{font-size:1.1rem;font-weight:700;color:#1e293b}.rules-info{display:flex;flex-wrap:wrap;gap:.25rem}.rule-tag{font-size:.7rem;padding:.15rem .35rem;border-radius:4px;background:#e2e8f0;color:#475569}.rule-tag.win{background:#dbeafe;color:#1e40af}.rule-tag.place{background:#fce7f3;color:#be185d}.rule-tag.trio{background:#ede9fe;color:#6d28d9}.rule-tag.exacta{background:#fef3c7;color:#b45309}.race-card-result{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;border-radius:4px;font-size:.85rem}.race-card-result.hit{background:#d1fae5;color:#065f46}.race-card-result.miss{background:#fee2e2;color:#991b1b}.result-label{font-size:.75rem}.result-value{font-weight:700}.payout{margin-left:auto;font-weight:700;color:#059669}.history-filters{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-size:.875rem;color:#64748b}.filter-group input[type=date]{padding:.4rem .5rem;border:1px solid #e2e8f0;border-radius:4px;font-size:.875rem}.history-info{font-size:.875rem;color:#64748b;margin-bottom:.75rem}.history-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.history-summary .summary-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.history-summary .summary-label{font-weight:600;color:#374151}.history-summary .summary-value{color:#1f2937}.history-summary .recovery-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.history-summary .recovery-badge.positive{background:#dcfce7;color:#166534}.history-summary .recovery-badge.negative{background:#fee2e2;color:#991b1b}.history-summary .summary-detail{font-size:.8rem;color:#64748b;margin-top:.4rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.pagination button{padding:.4rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;font-size:.875rem;cursor:pointer}.pagination button:hover:not(:disabled){background:#e2e8f0}.pagination button:disabled{opacity:.5;cursor:not-allowed}.page-info{font-size:.875rem;color:#64748b}@media(max-width:768px){.admin-rules-page{padding:.75rem}.admin-header h1{font-size:1.25rem}.summary-main{font-size:.9rem}.tab-btn{padding:.5rem 1rem;font-size:.85rem}.tab-content{padding:.75rem}.weekly-chart{height:120px}.rules-table{font-size:.8rem}.race-cards{grid-template-columns:1fr}}@media(max-width:480px){.admin-rules-page{padding:.5rem}.admin-header h1{font-size:1.1rem}.overall-summary-card{padding:.75rem}.summary-main{font-size:.85rem;flex-direction:column;align-items:flex-start;gap:.25rem}.summary-arrow{display:none}.recovery-badge{margin-top:.5rem}.tab-navigation{gap:.35rem}.tab-btn{padding:.4rem .75rem;font-size:.8rem}.tab-content{padding:.5rem}.weekly-chart-section h3,.rules-table-section h3{font-size:1rem}.venue-stats,.today-summary .summary-stats{gap:.75rem}.stat-value{font-size:1rem}.history-filters{flex-direction:column;gap:.5rem}}
