:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#e0e0e0;background-color:#1a1a2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh}#root{max-width:600px;margin:0 auto;padding:2rem 1rem;text-align:center}.header{margin-bottom:2rem}.header h1{font-size:2.2rem;background:linear-gradient(135deg,#e63946,#f4a261,#2a9d8f,#457b9d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.header p{color:#888;font-size:1rem}.input-section{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem;flex-wrap:wrap}.input-field{padding:.75rem 1rem;border-radius:12px;border:2px solid #333;background:#16213e;color:#e0e0e0;font-size:1rem;width:220px;outline:none;transition:border-color .2s}.input-field:focus{border-color:#f4a261}.input-field::placeholder{color:#666}.wheel-container{display:flex;justify-content:center;margin-bottom:1.5rem}.wheel-loading{color:#888;font-size:1.2rem;padding:4rem 0}.spin-button{width:180px;height:180px;border-radius:50%;border:4px solid #e63946;background:linear-gradient(135deg,#e63946,#f4a261);color:#fff;font-size:1.8rem;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #e6394666;letter-spacing:2px;margin-bottom:2rem}.spin-button:hover:not(:disabled){transform:scale(1.08);box-shadow:0 6px 30px #e6394699}.spin-button:disabled{opacity:.6;cursor:not-allowed}.result-card{background:linear-gradient(145deg,#16213e,#0f3460);border:1px solid #1a4080;border-radius:16px;padding:2rem;margin-top:1rem;margin-bottom:1.5rem;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.result-emoji{font-size:5rem;margin-bottom:.5rem}.result-gains{font-size:1.2rem;font-weight:700;color:#2a9d8f;margin-top:.75rem;padding:.5rem;background:#2a9d8f1a;border-radius:8px}.result-stock-info{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.result-ticker{background:#e63946;color:#fff;padding:.2rem .6rem;border-radius:6px;font-weight:700;font-size:1.1rem}.result-name{color:#ccc;font-size:.95rem}.result-price{color:#fff;font-weight:600;font-size:1.1rem}.result-change{font-weight:600;font-size:1rem}.result-description{color:#ddd;font-size:1rem;line-height:1.6;margin-bottom:.75rem}.result-reasoning{color:#999;font-size:.9rem;line-height:1.5}.error{color:#e63946;padding:1rem}
