.sportsbook-container{flex-direction:column;width:100%;min-height:calc(100vh - 200px);display:flex;position:relative}.loader-container{justify-content:center;align-items:center;width:100%;min-height:400px;display:flex}.loader{border:4px solid #ffffff1a;border-top-color:#f5a623;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sportsbook-state{text-align:center;background:#ffffff0d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;max-width:500px;margin:40px auto;padding:40px;display:flex}.sportsbook-error h3{color:#ef4444;margin-bottom:1rem;font-size:1.5rem}.sportsbook-error p{color:#9ca3af;margin-bottom:1.5rem}.sportsbook-action-btn{color:#000;background:#f5a623;border-radius:6px;padding:10px 24px;font-weight:600;transition:opacity .2s}.sportsbook-action-btn:hover{opacity:.9}.sportsbook-embed-content{flex:1;width:100%}
