:root{color-scheme:dark}*{box-sizing:border-box}body,html{height:100%;margin:0}body{background:#0b1020;color:#eef2ff;font:14px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,sans-serif}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.site-header{position:sticky;top:0;background:rgba(11,16,32,.8);backdrop-filter:blur(8px);border-bottom:1px solid hsla(0,0%,100%,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.brand{font-weight:700;letter-spacing:.2px}.nav a{margin-left:16px;color:#c7d2fe;text-decoration:none}.nav a:hover{text-decoration:underline}.site-footer{border-top:1px solid hsla(0,0%,100%,.08);padding:16px 0;color:#94a3b8}.container{max-width:1100px;margin:0 auto;padding:16px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card,.grid{gap:1rem;padding:1rem}.card{background:#161b22;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.4);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.6)}.card-header{display:flex;align-items:center;gap:.5rem}.icon{width:28px;height:28px}.card-body{display:flex;flex-direction:row;gap:1rem}.chart-container{flex:2;min-width:150px}.indicators{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.25rem}.price{font-size:1.2rem;font-weight:700}.positive{color:#16c784}.negative{color:#ea3943}.updated{font-size:.85rem;color:#8b949e;margin-top:.5rem}.card-footer{display:flex;justify-content:space-between;font-size:.8rem;color:#94a3b8}.card-footer p{margin:0}.badge{display:inline-block;padding:4px 8px;font-size:12px;background:#1f2937;color:#c7d2fe}.badge,.bar{border-radius:999px}.bar{height:10px;background:#334155;overflow:hidden}.bar>span{display:block;height:100%;background:linear-gradient(90deg,#60a5fa,#a78bfa)}.coin-header{display:flex;align-items:center;gap:.75rem}.icon-lg{width:48px;height:48px}.chart-section{margin-top:2rem;background:#161b22;padding:1rem;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.4)}.kpis{margin-top:1rem;font-size:.9rem;color:#cbd5e1;display:flex;gap:2rem}.description{margin-top:2rem;line-height:1.6;color:#e2e8f0}.skeleton{height:200px;background:linear-gradient(90deg,#222,#333,#222);animation:pulse 1.4s ease-in-out infinite;border-radius:10px}@keyframes pulse{0%{background-position:0}to{background-position:200%}}.volatility{color:#fc0;font-weight:700}