:root{--pred-green: #10b981;--pred-red: #ef4444;--pred-green-bg: rgba(16, 185, 129, .1);--pred-red-bg: rgba(239, 68, 68, .1);--pred-green-border: rgba(16, 185, 129, .3);--pred-red-border: rgba(239, 68, 68, .3);--pred-tab-height: 64px;--pred-price-bar-height: 56px}.pred-price-bar{position:fixed;top:64px;left:0;right:0;z-index:30;background:var(--card);border-bottom:1px solid rgba(0,0,0,.05);padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;backdrop-filter:blur(10px)}[data-theme=dark] .pred-price-bar{border-bottom-color:#ffffff0d}.pred-price-bar__left{display:flex;align-items:center;gap:8px}.pred-price-bar__icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#38a1d8,#63b4e0);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px}.pred-price-bar__value{font-size:1.5rem;font-weight:800;background:linear-gradient(90deg,#38a1d8,#63b4e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pred-price-bar__change{font-size:.875rem;font-weight:600;padding:4px 8px;border-radius:6px}.pred-price-bar__change--up{color:var(--pred-green);background:var(--pred-green-bg)}.pred-price-bar__change--down{color:var(--pred-red);background:var(--pred-red-bg)}.pred-price-bar__chart{flex:1;max-width:120px;height:32px}@media (max-width: 480px){.pred-price-bar{gap:6px}.pred-price-bar__change{padding:2px 6px;font-size:.75rem}.pred-price-bar__chart{max-width:70px;flex-shrink:0}.pred-price-bar__chart canvas{width:100%!important;height:28px!important}}@media (min-width: 768px){.pred-price-bar{display:none}}.pred-bottom-nav{display:none}@media (max-width: 768px){.pred-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--card);border-top:1px solid rgba(0,0,0,.05);padding:8px 0;padding-bottom:calc(8px + env(safe-area-inset-bottom));height:var(--pred-tab-height);box-shadow:0 -4px 20px #0000001a}[data-theme=dark] .pred-bottom-nav{border-top-color:#ffffff0d}.pred-main-content{padding-bottom:calc(var(--pred-tab-height) + 16px)}}.pred-tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted);text-decoration:none;transition:all .2s ease;padding:4px;cursor:pointer;background:none;border:none;font-family:inherit}.pred-tab-item:hover,.pred-tab-item:focus{color:var(--primary)}.pred-tab-item.active{color:var(--primary)}.pred-tab-item__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.pred-tab-item__icon svg{width:100%;height:100%}.pred-tab-item__label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pred-tab-item__badge{position:absolute;top:0;right:50%;transform:translate(12px);min-width:16px;height:16px;background:var(--pred-green);color:#fff;font-size:10px;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.pred-section{display:none;padding:16px}.pred-section.active{display:block}@media (max-width: 768px){.pred-price-bar{padding:6px 12px;top:64px}.pred-main-content{margin-top:44px!important;padding-top:8px!important;padding-left:10px!important;padding-right:10px!important}.pred-section.active{padding-top:4px}.pred-form-card{padding:8px;border-radius:8px}.pred-streak-banner{padding:4px 6px;margin-bottom:6px;border-radius:5px}.pred-streak-banner__fire{font-size:12px}.pred-streak-banner__count{font-size:.7rem}.pred-streak-banner__label{font-size:.55rem}.pred-streak-banner__multiplier{font-size:.6rem}.pred-timeframe-grid{gap:2px;margin-bottom:6px}.pred-tf-btn{padding:3px 1px;border-radius:4px;font-size:.6rem;min-height:28px}.pred-tf-btn__xp{font-size:.45rem;margin-top:0}.pred-reward-display{display:none}.pred-direction-grid{gap:6px!important}.pred-dir-btn{flex-direction:row!important;padding:8px 16px!important;border-radius:6px!important;font-size:.8rem!important;gap:4px!important}.pred-dir-btn__arrow{width:14px!important;height:14px!important}.pred-potential-reward{padding:4px 6px;margin-top:6px;font-size:.6rem}.pred-section-title{font-size:.85rem;margin-bottom:6px}.pred-form-card label{font-size:.55rem;margin-bottom:2px}.pred-main-content{margin-top:40px!important;padding-top:4px!important}}@media (min-width: 768px){.pred-section{display:none!important}}.pred-form-card{background:var(--card);border-radius:16px;padding:20px;border:1px solid rgba(0,0,0,.05)}[data-theme=dark] .pred-form-card{border-color:#ffffff0d}.pred-streak-banner{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(135deg,#f973161a,#ea580c0d);border:1px solid rgba(249,115,22,.2);border-radius:12px;margin-bottom:20px}.pred-streak-banner__left{display:flex;align-items:center;gap:8px}.pred-streak-banner__fire{font-size:24px;animation:pulse 1s ease-in-out infinite}.pred-streak-banner__count{font-weight:800;font-size:1.25rem}.pred-streak-banner__label{color:var(--muted);font-size:.875rem}.pred-streak-banner__multiplier{font-weight:700;color:#f97316;font-size:1.125rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.pred-timeframe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px}@media (max-width: 400px){.pred-timeframe-grid{grid-template-columns:repeat(3,1fr)}}.pred-tf-btn{padding:12px 8px;border-radius:10px;font-weight:700;font-size:.875rem;text-align:center;transition:all .2s ease;border:2px solid transparent;background:var(--bg);color:var(--fg);cursor:pointer}.pred-tf-btn:hover:not(.unavailable){border-color:var(--primary);transform:translateY(-1px)}.pred-tf-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.pred-tf-btn.unavailable{opacity:.4;cursor:not-allowed}.pred-tf-btn__xp{display:block;font-size:10px;font-weight:500;opacity:.7;margin-top:2px}.pred-reward-display{text-align:center;padding:16px;background:linear-gradient(135deg,#38a1d81a,#38a1d80d);border-radius:12px;margin-bottom:20px}.pred-reward-display__label{font-size:.875rem;color:var(--muted);margin-bottom:4px}.pred-reward-display__value{font-size:1.75rem;font-weight:800;color:var(--primary)}.pred-direction-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pred-dir-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 16px;border-radius:16px;font-weight:700;font-size:1.125rem;transition:all .2s ease;border:2px solid transparent;cursor:pointer}.pred-dir-btn--long{background:linear-gradient(135deg,#10b98126,#10b9810d);color:#10b981;border:2px solid rgba(16,185,129,.3)}.pred-dir-btn--long:hover:not(:disabled){background:#10b981;color:#fff;border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 24px #10b98166}.pred-dir-btn--short{background:linear-gradient(135deg,#ef444426,#ef44440d);color:#ef4444;border:2px solid rgba(239,68,68,.3)}.pred-dir-btn--short:hover:not(:disabled){background:#ef4444;color:#fff;border-color:#ef4444;transform:translateY(-2px);box-shadow:0 8px 24px #ef444466}.pred-dir-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.pred-dir-btn__arrow{width:20px;height:20px}.pred-active-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:8px;margin-bottom:16px}.pred-active-header__title{font-size:1.25rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.pred-active-header__count{font-size:.875rem;font-weight:600;padding:4px 12px;border-radius:20px;background:#38a1d81a;color:var(--primary);flex-shrink:0}.pred-active-empty{text-align:center;padding:40px 20px;color:var(--muted)}.pred-active-empty__icon{width:64px;height:64px;margin:0 auto 16px;opacity:.5}.pred-active-empty__title{font-weight:600;font-size:1.125rem;margin-bottom:4px;color:var(--fg)}.pred-active-empty__subtitle{font-size:.875rem}.pred-active-card{background:var(--card);border-radius:12px;padding:12px;margin-bottom:8px;border:1px solid rgba(0,0,0,.05);transition:all .2s ease}[data-theme=dark] .pred-active-card{border-color:#ffffff0d}.pred-active-card:hover{border-color:var(--primary)}.pred-active-card--won{background:linear-gradient(135deg,var(--pred-green-bg),rgba(16,185,129,.05));border-color:var(--pred-green-border)}.pred-active-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.pred-active-card__direction{display:flex;align-items:center;gap:10px}.pred-active-card__icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.pred-active-card__icon--long{background:var(--pred-green-bg);color:var(--pred-green)}.pred-active-card__icon--short{background:var(--pred-red-bg);color:var(--pred-red)}.pred-active-card__info{display:flex;flex-direction:column}.pred-active-card__label{font-weight:700;font-size:1rem}.pred-active-card__entry{font-size:.875rem;color:var(--muted)}.pred-active-card__status{text-align:right}.pred-active-card__pnl{font-size:1.125rem;font-weight:700}.pred-active-card__pnl--positive{color:var(--pred-green)}.pred-active-card__pnl--negative{color:var(--pred-red)}.pred-active-card__time{font-size:.75rem;color:var(--muted)}.pred-active-card__claim{width:100%;padding:10px;border-radius:10px;background:linear-gradient(135deg,var(--pred-green),#059669);color:#fff;font-weight:700;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease}.pred-active-card__claim:hover{transform:translateY(-1px);box-shadow:0 4px 16px #10b98166}.pred-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}@media (min-width: 640px){.pred-stats-grid{grid-template-columns:repeat(5,1fr)}}.pred-stat-item{background:var(--card);border-radius:16px;padding:16px;text-align:center;border:1px solid rgba(0,0,0,.05)}[data-theme=dark] .pred-stat-item{border-color:#ffffff0d}.pred-stat-item__value{font-size:1.75rem;font-weight:800;margin-bottom:4px}.pred-stat-item__value--blue{color:var(--primary)}.pred-stat-item__value--green{color:var(--pred-green)}.pred-stat-item__value--orange{color:#f97316}.pred-stat-item__label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.pred-leaderboard-header{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.pred-leaderboard-header__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.pred-leaderboard-header__title{font-size:1.25rem;font-weight:700}.pred-lb-countdown{font-size:.8125rem;font-weight:600;color:var(--primary);background:#38a1d81a;padding:4px 10px;border-radius:12px;white-space:nowrap}.pred-lb-countdown:empty{display:none}.pred-leaderboard-tabs{display:flex;gap:8px}.pred-lb-tab{padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;background:var(--bg);color:var(--muted);border:none;cursor:pointer;transition:all .2s ease}.pred-lb-tab:hover{color:var(--primary)}.pred-lb-tab.active{background:var(--primary);color:#fff}.pred-lb-list{display:flex;flex-direction:column;gap:8px}@media (min-width: 768px){.pred-lb-list{display:none}}.pred-lb-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--card);border-radius:10px;border:1px solid rgba(0,0,0,.05);transition:all .2s ease}[data-theme=dark] .pred-lb-card{border-color:#ffffff0d}.pred-lb-card:hover{background:#38a1d80d}.pred-lb-card--you{background:#38a1d81a;border-color:var(--primary)}.pred-lb-card__rank{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.pred-lb-card__rank--1{background:linear-gradient(135deg,gold,orange);color:#333}.pred-lb-card__rank--2{background:linear-gradient(135deg,silver,#a0a0a0);color:#333}.pred-lb-card__rank--3{background:linear-gradient(135deg,#cd7f32,#b87333);color:#fff}.pred-lb-card__rank--default{background:var(--bg);color:var(--muted)}.pred-lb-card__info{flex:1;min-width:0}.pred-lb-card__name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pred-lb-card__you-badge{display:inline-block;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;background:var(--primary);color:#fff;margin-left:6px}.pred-lb-card__winrate{font-size:.8125rem;color:var(--muted);opacity:.9;margin-top:2px}.pred-lb-card__value{font-weight:700;font-size:1.125rem;color:var(--primary)}.pred-lb-table-wrap{display:none}@media (min-width: 768px){.pred-lb-table-wrap{display:block;background:var(--card);border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.05)}[data-theme=dark] .pred-lb-table-wrap{border-color:#ffffff0d}}.pred-history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.pred-history-header__title{font-size:1.25rem;font-weight:700}.pred-history-filters{display:flex;gap:8px}.pred-history-filter{padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;background:var(--bg);color:var(--muted);border:none;cursor:pointer;transition:all .2s ease}.pred-history-filter:hover{color:var(--primary)}.pred-history-filter.active{background:var(--primary);color:#fff}.pred-history-list{display:flex;flex-direction:column;gap:8px}@media (min-width: 768px){.pred-history-list{display:none}}.pred-history-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--card);border-radius:10px;border:1px solid rgba(0,0,0,.05)}[data-theme=dark] .pred-history-card{border-color:#ffffff0d}.pred-history-card__icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.pred-history-card__icon--long{background:var(--pred-green-bg);color:var(--pred-green)}.pred-history-card__icon--short{background:var(--pred-red-bg);color:var(--pred-red)}.pred-history-card__info{flex:1;min-width:0}.pred-history-card__label{font-weight:600}.pred-history-card__prices{font-size:.75rem;color:var(--muted)}.pred-history-card__result{text-align:right}.pred-history-card__badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:700}.pred-history-card__badge--won{background:var(--pred-green-bg);color:var(--pred-green)}.pred-history-card__badge--lost{background:var(--pred-red-bg);color:var(--pred-red)}.pred-history-card__xp{font-size:.75rem;color:var(--pred-green);font-weight:600;margin-top:2px}.pred-history-claim-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:20px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.pred-history-claim-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.pred-history-claim-btn:active{transform:translateY(0)}.pred-claim-pulse{animation:claim-pulse 2s ease-in-out infinite}@keyframes claim-pulse{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 8px #10b98100}}.pred-history-table-wrap{display:none}@media (min-width: 768px){.pred-history-table-wrap{display:block;background:var(--card);border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.05)}[data-theme=dark] .pred-history-table-wrap{border-color:#ffffff0d}}.pred-pagination{display:flex;justify-content:center;gap:8px;margin-top:16px}.pred-pagination__btn{padding:8px 12px;border-radius:8px;font-size:.875rem;font-weight:500;background:var(--card);color:var(--fg);border:1px solid rgba(0,0,0,.05);cursor:pointer;transition:all .2s ease}[data-theme=dark] .pred-pagination__btn{border-color:#ffffff0d}.pred-pagination__btn:hover{background:#38a1d81a;border-color:var(--primary)}.pred-pagination__btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.pred-winners-grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 640px){.pred-winners-grid{grid-template-columns:repeat(3,1fr)}}.pred-winner-card{background:var(--card);border-radius:16px;padding:24px 16px;text-align:center;border:1px solid rgba(0,0,0,.05)}[data-theme=dark] .pred-winner-card{border-color:#ffffff0d}.pred-winner-card__badge{display:inline-flex;align-items:center;gap:4px;padding:6px 16px;border-radius:20px;font-size:.75rem;font-weight:700;margin-bottom:12px}.pred-winner-card__badge--gold{background:linear-gradient(135deg,gold,orange);color:#333}.pred-winner-card__badge--silver{background:linear-gradient(135deg,silver,#a0a0a0);color:#333}.pred-winner-card__badge--bronze{background:linear-gradient(135deg,#cd7f32,#b87333);color:#fff}.pred-winner-card__name{font-weight:700;font-size:1.125rem;margin-bottom:4px}.pred-winner-card__wins{font-weight:600;color:var(--primary)}.pred-winner-card__bonus{font-size:.875rem;color:var(--pred-green);margin-top:8px}.pred-podium{display:flex;flex-direction:column;align-items:center;padding:24px 16px;text-align:center}.pred-podium--empty{opacity:.6}.pred-podium__trophy{font-size:3rem;margin-bottom:16px;animation:trophy-bounce 2s ease-in-out infinite}@keyframes trophy-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.pred-podium--empty .pred-podium__trophy{animation:none;opacity:.4}.pred-podium__platforms{display:flex;align-items:flex-end;justify-content:center;gap:8px;width:100%;max-width:400px}.pred-podium__place{display:flex;flex-direction:column;align-items:center;flex:1;max-width:120px}.pred-podium__medal{font-size:2rem;margin-bottom:8px}.pred-podium__name{font-size:.75rem;font-weight:600;color:var(--text-primary);margin-bottom:4px;word-break:break-all;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pred-podium__stats{font-size:.7rem;color:var(--muted);margin-bottom:4px}.pred-podium__bonus{font-size:.65rem;color:var(--pred-green);font-weight:600;margin-bottom:8px}.pred-podium__platform{width:100%;border-radius:4px 4px 0 0}.pred-podium__place--1 .pred-podium__platform{height:80px;background:linear-gradient(180deg,gold,orange);box-shadow:0 4px 12px #ffd7004d}.pred-podium__place--1 .pred-podium__medal{font-size:2.5rem}.pred-podium__place--1 .pred-podium__name{font-size:.875rem}.pred-podium__place--2 .pred-podium__platform{height:60px;background:linear-gradient(180deg,silver,#a0a0a0);box-shadow:0 4px 12px #c0c0c04d}.pred-podium__place--3 .pred-podium__platform{height:45px;background:linear-gradient(180deg,#cd7f32,#8b4513);box-shadow:0 4px 12px #cd7f324d}.pred-podium__hint{color:var(--muted);font-size:.875rem;margin-top:16px}[data-theme=dark] .pred-podium__name{color:var(--text-primary)}@media (min-width: 640px){.pred-podium__platforms{gap:16px;max-width:500px}.pred-podium__place{max-width:150px}.pred-podium__name{font-size:.875rem}.pred-podium__place--1 .pred-podium__name{font-size:1rem}.pred-podium__stats{font-size:.75rem}.pred-podium__bonus{font-size:.7rem}.pred-podium__place--1 .pred-podium__platform{height:100px}.pred-podium__place--2 .pred-podium__platform{height:75px}.pred-podium__place--3 .pred-podium__platform{height:55px}}.pred-podium--on-platform{padding-top:16px}.pred-podium--on-platform .pred-podium__platforms{align-items:flex-end}.pred-podium--on-platform .pred-podium__platform{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;border-radius:8px 8px 0 0}.pred-podium--on-platform .pred-podium__medal{font-size:1.5rem;margin-bottom:6px}.pred-podium--on-platform .pred-podium__name{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);font-size:.7rem;margin-bottom:2px}.pred-podium--on-platform .pred-podium__stats{color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.3);font-size:.65rem}.pred-podium--on-platform .pred-podium__bonus{color:#86efac;text-shadow:0 1px 2px rgba(0,0,0,.3);font-size:.6rem;margin-top:2px}.pred-podium--on-platform .pred-podium__place--1 .pred-podium__platform{min-height:120px;height:auto}.pred-podium--on-platform .pred-podium__place--2 .pred-podium__platform{min-height:100px;height:auto}.pred-podium--on-platform .pred-podium__place--3 .pred-podium__platform{min-height:85px;height:auto}.pred-podium--on-platform .pred-podium__place--1 .pred-podium__medal{font-size:2rem}.pred-podium--on-platform .pred-podium__place--1 .pred-podium__name{font-size:.8rem}.pred-podium--on-platform .pred-podium__place--1 .pred-podium__stats{font-size:.7rem}@media (min-width: 640px){.pred-podium--on-platform .pred-podium__platform{padding:16px 12px}.pred-podium--on-platform .pred-podium__medal{font-size:1.75rem;margin-bottom:8px}.pred-podium--on-platform .pred-podium__name{font-size:.8rem}.pred-podium--on-platform .pred-podium__stats{font-size:.7rem}.pred-podium--on-platform .pred-podium__place--1 .pred-podium__medal{font-size:2.25rem}.pred-podium--on-platform .pred-podium__place--1 .pred-podium__name{font-size:.9rem}.pred-podium--on-platform .pred-podium__place--1 .pred-podium__platform{min-height:140px}.pred-podium--on-platform .pred-podium__place--2 .pred-podium__platform{min-height:115px}.pred-podium--on-platform .pred-podium__place--3 .pred-podium__platform{min-height:95px}}.pred-podium__character{width:400px;height:auto;display:block;margin:0 auto -20px;position:relative;z-index:1}@media (min-width: 640px){.pred-podium__character{width:480px;margin-bottom:-25px}}@media (min-width: 768px){.pred-podium__character{width:560px;margin-bottom:-30px}}.pred-podium__place--3 .pred-podium__character{margin-bottom:-21px}@media (min-width: 640px){.pred-podium__place--3 .pred-podium__character{margin-bottom:-26px}}@media (min-width: 768px){.pred-podium__place--3 .pred-podium__character{margin-bottom:-31px}}@media (min-width: 768px){.pred-desktop-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}}.pred-auth-required{text-align:center;padding:48px 24px}.pred-auth-required__icon{width:80px;height:80px;margin:0 auto 16px;color:var(--muted)}.pred-auth-required__title{font-size:1.25rem;font-weight:700;margin-bottom:8px}.pred-auth-required__subtitle{color:var(--muted);margin-bottom:24px}.pred-auth-required__btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--primary);color:#fff;border-radius:12px;font-weight:600;transition:all .2s ease;border:none;cursor:pointer}.pred-auth-required__btn:hover{background:var(--primary-hover);transform:translateY(-1px)}@media (max-width: 768px){#success-toast,#error-toast{bottom:calc(var(--pred-tab-height) + 16px)!important}}.pred-loading{display:flex;align-items:center;justify-content:center;padding:32px}.pred-loading__spinner{width:32px;height:32px;border:3px solid var(--primary);border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pred-section-title{font-size:1.5rem;font-weight:700;margin-bottom:20px}@media (max-width: 768px){.pred-section-title{font-size:1.25rem;margin-bottom:16px}}.pred-chart-card{background:var(--card);border-radius:16px;padding:24px;border:1px solid rgba(0,0,0,.05);margin-bottom:24px}@media (max-width: 767px){.pred-chart-card{display:none}}[data-theme=dark] .pred-chart-card{border-color:#ffffff0d}.pred-chart-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pred-chart-card__title{font-size:1rem;font-weight:700;color:var(--fg);margin-bottom:4px}.pred-chart-card__price{font-size:2rem;font-weight:800;background:linear-gradient(90deg,#38a1d8,#63b4e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pred-chart-card__change{font-size:1rem;font-weight:600;margin-left:12px}.pred-chart-card__canvas{height:200px;width:100%}.pred-desktop-main-grid{display:none}@media (min-width: 768px){.pred-desktop-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}}.pred-desktop-only{display:none}@media (min-width: 768px){.pred-desktop-only{display:block}}.pred-lb-table-compact{overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}@media (max-width: 767px){.pred-lb-table-compact{max-height:400px}}.pred-lb-table-compact::-webkit-scrollbar{width:4px}.pred-lb-table-compact::-webkit-scrollbar-track{background:transparent}.pred-lb-table-compact::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}[data-theme=dark] .pred-lb-table-compact{scrollbar-color:rgba(255,255,255,.2) transparent}[data-theme=dark] .pred-lb-table-compact::-webkit-scrollbar-thumb{background:#fff3}.pred-lb-table-compact table{font-size:.875rem}.pred-lb-table-compact th,.pred-lb-table-compact td{padding:6px 10px}.pred-winners-grid-compact{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pred-winners-grid-compact .pred-winner-card{padding:12px}.pred-winners-grid-compact .pred-winner-card__avatar{width:32px;height:32px;font-size:12px}.pred-winners-grid-compact .pred-winner-card__name{font-size:.75rem}.pred-winners-grid-compact .pred-winner-card__stat{font-size:.875rem}.pred-active-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.pred-your-rank{background:linear-gradient(135deg,#38a1d81a,#38a1d80d);border:1px solid rgba(56,161,216,.2);border-radius:12px;padding:16px}.pred-your-rank__card{display:flex;align-items:center;justify-content:space-between;gap:16px}.pred-your-rank__left{display:flex;align-items:center;gap:12px}.pred-your-rank__label{font-size:.875rem;color:var(--muted);font-weight:500}.pred-your-rank__value{font-size:1.5rem;font-weight:800;color:var(--primary)}.pred-your-rank__right{text-align:right}.pred-your-rank__winrate{display:block;font-size:1.125rem;font-weight:700;color:var(--fg)}.pred-your-rank__hint{display:block;font-size:.75rem;color:var(--muted);margin-top:2px}.pred-champions-section{display:none;background:var(--card);border-radius:16px;padding:24px;border:1px solid rgba(0,0,0,.05)}@media (min-width: 768px){.pred-champions-section{display:block}}[data-theme=dark] .pred-champions-section{border-color:#ffffff0d}.pred-winners-grid-desktop{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pred-winners-grid .pred-podium,.pred-winners-grid-desktop .pred-podium{grid-column:1 / -1;justify-self:center;width:100%;max-width:500px}@media (max-width: 480px){.ai-widget{bottom:73px!important}.ai-widget-panel{bottom:147px!important}}.pred-section-title__icon{font-size:1.25rem}.pred-section-title__live{font-size:.625rem;font-weight:700;color:#10b981;background:#10b9811a;padding:2px 6px;border-radius:4px;margin-left:8px;animation:pulse-live 2s infinite}@keyframes pulse-live{0%,to{opacity:1}50%{opacity:.6}}.pred-platform-stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}@media (max-width: 1024px){.pred-platform-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.pred-platform-stats-grid{grid-template-columns:repeat(2,1fr)}}.pred-platform-stat{background:var(--card);border-radius:12px;padding:16px;border:1px solid rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.dark .pred-platform-stat{border-color:#ffffff0d}.pred-platform-stat:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.pred-platform-stat__content{text-align:center}.pred-platform-stat__value{font-size:1.5rem;font-weight:800;color:var(--primary);line-height:1.2}.pred-platform-stat__label{font-size:.75rem;color:var(--muted);margin-top:4px;text-transform:uppercase;letter-spacing:.05em}
