: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;display:flex;place-items:center;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}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#0d1117;color:#f0f6fc;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.loading,.error{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;text-align:center}.spinner{width:40px;height:40px;border:4px solid #21262d;border-top:4px solid #58a6ff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error button{background:#58a6ff;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;margin-top:10px}.error button:hover{background:#1f6feb}.hero{background:linear-gradient(135deg,#0d1117,#161b22);padding:60px 0;border-bottom:1px solid #21262d;animation:fadeInUp .8s ease-out}.title{font-size:3.5rem;font-weight:700;text-align:center;margin-bottom:10px;background:linear-gradient(135deg,#58a6ff,#79c0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.crash-icon{font-size:4rem;margin-right:10px}.subtitle{text-align:center;font-size:1.2rem;color:#8b949e;margin-bottom:40px}.price-section{max-width:600px;margin:0 auto;text-align:center}.current-price{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px}.price{font-size:3.5rem;font-weight:700;color:#f0f6fc}.change{font-size:1.5rem;font-weight:600;padding:8px 16px;border-radius:8px}.change.positive{background-color:#2ea04333;color:#3fb950}.change.negative{background-color:#f8514933;color:#f85149}.ath-comparison{display:flex;justify-content:space-between;align-items:center;background:#161b22;padding:20px;border-radius:12px;border:1px solid #21262d}.ath{font-size:1.1rem;color:#8b949e}.drop{font-size:1.1rem;font-weight:600;color:#f85149}.main{flex:1;padding:40px 0}section{margin-bottom:50px;animation:fadeInUp .8s ease-out}h2{font-size:2rem;font-weight:600;margin-bottom:30px;color:#f0f6fc;text-align:center}.severity-meter{text-align:center}.meter{max-width:600px;margin:0 auto}.meter-bar{width:100%;height:30px;background:#21262d;border-radius:15px;overflow:hidden;margin-bottom:20px;border:1px solid #30363d}.meter-fill{height:100%;background:linear-gradient(90deg,#3fb950,orange 40%,#ff4500,red);transition:width .8s ease-out;border-radius:15px}.severity-label{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:2px}.crash-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:30px}.crash-bar{background:#161b22;border:1px solid #21262d;border-radius:12px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.crash-bar:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000004d}.crash-bar.current{border-color:#58a6ff;background:linear-gradient(135deg,#0d1117,#1c2128);box-shadow:0 0 20px #58a6ff33}.crash-info{margin-bottom:20px}.crash-year{font-size:1.2rem;font-weight:700;color:#58a6ff;margin-bottom:5px}.crash-bar.current .crash-year{color:orange}.crash-drop{font-size:2rem;font-weight:700;color:#f85149;margin-bottom:5px}.crash-range{font-size:.9rem;color:#8b949e;margin-bottom:5px}.crash-recovery{font-size:.8rem;color:#8b949e}.bar{height:120px;display:flex;align-items:flex-end;justify-content:center}.bar-fill{width:40px;background:linear-gradient(180deg,#f85149,#da3633);border-radius:4px 4px 0 0;min-height:10px;transition:height .8s ease-out}.crash-bar.current .bar-fill{background:linear-gradient(180deg,orange,#ff8c00)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.stat-card{background:#161b22;border:1px solid #21262d;border-radius:12px;padding:30px 20px;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-3px);border-color:#58a6ff}.stat-value{font-size:2rem;font-weight:700;color:#58a6ff;margin-bottom:10px}.stat-label{color:#8b949e;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.footer{background:#010409;border-top:1px solid #21262d;padding:30px 0;text-align:center;margin-top:auto}.footer p{color:#8b949e;margin-bottom:5px}.footer a{color:#58a6ff;text-decoration:none}.footer a:hover{text-decoration:underline}.disclaimer{font-size:.8rem;opacity:.7}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.container{padding:0 15px}.title{font-size:2.5rem}.crash-icon{font-size:3rem}.price{font-size:2.5rem}.change{font-size:1.2rem}.current-price{flex-direction:column;gap:10px}.ath-comparison{flex-direction:column;gap:10px;text-align:center}.crash-chart{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hero{padding:40px 0}.title,.price{font-size:2rem}.stats-grid{grid-template-columns:1fr}}
