.user-stats{display:flex;gap:20px;justify-content:center;padding:15px;background:#ffffff0d;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:5px}.stat-label{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:20px;font-weight:700}.stat-value.accuracy{color:#00ff94}.stat-value.streak{color:#fbbf24}.stat-value.rank{color:#a78bfa}.countdown-timer{display:flex;flex-direction:column;align-items:center;margin:10px 0;padding:8px 16px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.timer-label{font-size:10px;color:#8b9bb4;letter-spacing:1px;margin-bottom:2px}.timer-value{font-family:JetBrains Mono,monospace;font-size:16px;font-weight:700;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.3)}.nav-btn{width:100%;padding:12px;margin:10px 0;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;color:#fff;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.nav-btn:hover{background:#ffffff1a;transform:translateY(-1px)}.leaderboard-btn{color:gold;border-color:#ffd70033;background:#ffd7000d}.leaderboard-btn:hover{background:#ffd7001a}.home-screen{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:20px;padding-bottom:max(20px,env(safe-area-inset-bottom));background:#0f172a;background-image:radial-gradient(circle at 25px 25px,#334155 2%,transparent 0%);background-size:60px 60px;overflow:hidden}.header{display:flex;justify-content:space-between;width:100%;max-width:600px;font-size:24px;opacity:.8}.live-indicator{display:flex;align-items:center;gap:10px}.pulse{width:15px;height:15px;border-radius:50%;background:#00ff94;box-shadow:0 0 10px #00ff94;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.price-section{display:flex;flex-direction:column;align-items:center;gap:20px}.price-label{font-size:30px;color:#94a3b8}.price-value{font-size:64px;font-weight:900;letter-spacing:-3px;text-shadow:0 0 40px rgba(0,255,148,.2)}.vote-section{display:flex;flex-direction:column;align-items:center;gap:30px}.vote-label{font-size:24px;color:#64748b}.vote-buttons{display:flex;gap:20px}.vote-btn{padding:16px 50px;font-size:20px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .2s}.higher{background:#00ff94;color:#0f172a}.higher:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00ff944d}.lower{background:#ff4d4d;color:#fff}.lower:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff4d4d4d}.vote-btn:disabled{opacity:.5;cursor:not-allowed}.user-profile{display:flex;align-items:center;gap:10px;background:#ffffff1a;padding:5px 10px;border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.user-pfp{width:24px;height:24px;border-radius:50%;object-fit:cover}.user-name{font-size:14px;font-weight:600;color:#e2e8f0}.result-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:40px 20px;transition:background .5s}.result-screen.bullish{background:linear-gradient(135deg,#0f172a,#064e3b)}.result-screen.bearish{background:linear-gradient(135deg,#0f172a,#7f1d1d)}.result-header{width:100%;max-width:600px;padding-bottom:10px;font-size:24px;display:flex;justify-content:space-between;border-bottom:2px solid}.result-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;gap:20px}.result-label{font-size:30px;color:#cbd5e1}.result-choice{font-size:90px;font-weight:900;animation:scaleIn .5s ease-out}.result-message{font-size:18px;color:#94a3b8;text-align:center;margin-top:20px}.reset-btn{padding:20px 60px;font-size:20px;font-weight:700;background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2);border-radius:12px;cursor:pointer;transition:all .2s}.reset-btn:hover{background:#fff3;transform:translateY(-2px)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.result-actions{display:flex;flex-direction:column;gap:12px;width:100%}.back-link{background:none;border:none;color:#fff9;font-size:14px;cursor:pointer;text-decoration:underline;padding:8px}.back-link:hover{color:#fff}.crowd-sentiment{width:100%;max-width:500px;display:flex;flex-direction:column;gap:20px}.sentiment-header{display:flex;justify-content:space-between;font-size:18px;color:#94a3b8}.sentiment-bar{width:100%;height:60px;display:flex;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000004d}.bullish,.bearish{display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transition:all .5s ease}.bullish{background:linear-gradient(135deg,#10b981,#00ff94);color:#0f172a}.bearish{background:linear-gradient(135deg,#ef4444,#ff4d4d);color:#fff}.your-choice{text-align:center;font-size:16px;color:#cbd5e1}.your-choice strong{color:#00ff94;font-size:18px}.sentiment-message{text-align:center;font-size:14px;color:#64748b;font-style:italic}.leaderboard-screen{display:flex;flex-direction:column;height:100%;padding:20px;background:#0f1115;color:#fff}.leaderboard-header{display:flex;align-items:center;margin-bottom:20px;position:relative}.back-btn{background:none;border:none;color:#8b9bb4;font-size:14px;cursor:pointer;padding:0}.leaderboard-header h2{flex:1;text-align:center;margin:0;font-size:18px;font-weight:700;letter-spacing:1px;color:gold;text-shadow:0 0 10px rgba(255,215,0,.3)}.leaderboard-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.leaderboard-item{display:flex;align-items:center;padding:12px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.leaderboard-item.top-3{background:#ffd7001a;border-color:#ffd7004d}.rank{font-size:16px;font-weight:700;width:40px;color:#8b9bb4}.top-3 .rank{color:gold}.user-info{flex:1}.username{font-weight:600;font-size:14px}.streak{font-size:12px;color:#8b9bb4;margin-top:2px}.accuracy{font-family:JetBrains Mono,monospace;font-weight:700;color:#00ff94}.loading{text-align:center;color:#8b9bb4;margin-top:40px}.leaderboard-pfp{width:32px;height:32px;border-radius:50%;margin-right:12px;object-fit:cover;border:1px solid rgba(255,255,255,.1)}.animation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000;transition:opacity .5s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.animation-overlay.visible{opacity:1}.animation-overlay.hidden{opacity:0;pointer-events:none}.animation-overlay.win{background:#00ff9433}.animation-overlay.loss{background:#ff4d4d33}.animation-content{text-align:center;animation:popIn .5s cubic-bezier(.175,.885,.32,1.275)}.emoji{font-size:80px;margin-bottom:20px;filter:drop-shadow(0 0 20px rgba(0,0,0,.5))}.title{font-size:40px;font-weight:900;color:#fff;text-transform:uppercase;text-shadow:0 0 20px rgba(0,0,0,.5);margin-bottom:10px}.subtitle{font-size:18px;color:#ffffffe6;font-weight:500}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;position:fixed;-webkit-overflow-scrolling:touch}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f172a;color:#fff}#root{width:100%;height:100%;overflow:hidden;position:fixed;top:0;left:0}.app{width:100%;height:100%;overflow:hidden}
