html,body,#root{height:100%;overflow:hidden}.container{max-width:1100px;margin:0 auto;padding:2rem 2rem 1.5rem;height:100%;display:flex;flex-direction:column;overflow:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.header{animation:fadeInUp .6s ease-out both;margin-bottom:1.25rem}.title{font-size:2.25rem;font-weight:600;color:#fafafa;letter-spacing:-.03em;line-height:1.1;margin-bottom:.5rem}.header-stats{display:flex;align-items:baseline;gap:1rem}.current-value{display:flex;flex-direction:column;gap:.15rem}.value-amount{font-size:2rem;font-weight:700;color:#fbbf24;letter-spacing:-.02em;line-height:1.2;transition:color .15s ease}.value-amount.hovering{color:#fafafa}.value-meta{font-size:.85rem;color:#6b6b6b;transition:color .15s ease}.hint{color:#3f3f46}.amount-clickable{cursor:pointer;border-bottom:2px dashed rgba(251,191,36,.3);transition:border-color .2s ease}.amount-clickable:hover{border-bottom-color:#fbbf24}.amount-edit-wrapper{display:inline-flex;align-items:baseline;gap:.25rem}.amount-input{font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;color:#fbbf24;background:#fbbf2414;border:1px solid rgba(251,191,36,.3);border-radius:6px;padding:.1em .3em;width:4em;outline:none}.amount-input:focus{border-color:#fbbf24;box-shadow:0 0 0 2px #fbbf2426}.amount-edit-label{font-size:.6em;color:#6b6b6b;font-weight:400}.chart-wrapper{flex:1;animation:fadeInUp .6s ease-out .15s both;min-height:0}.chart-container{width:100%;height:100%;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.06);background:#ffffff03}.footer{animation:fadeInUp .6s ease-out .3s both;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#525252;flex-wrap:wrap}.footer a{color:#6b6b6b;text-decoration:none;transition:color .2s ease}.footer a:hover{color:#fbbf24}.footer-sep{color:#333}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;color:#6b6b6b;font-size:.95rem}.loading-spinner{width:32px;height:32px;border:3px solid rgba(251,191,36,.15);border-top-color:#fbbf24;border-radius:50%;animation:spin .8s linear infinite}.error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;flex:1;text-align:center}.error h2{color:#f87171;font-size:1.25rem;font-weight:600}.error p{color:#6b6b6b;font-size:.9rem}@media(max-width:768px){.container{padding:1.25rem .75rem .75rem}.title{font-size:1.5rem}.header{margin-bottom:.75rem}.value-amount{font-size:1.5rem}.value-meta{font-size:.78rem}.footer{font-size:.7rem;gap:.3rem}}*{margin:0;padding:0;box-sizing:border-box}::selection{background:#fbbf244d;color:#fafafa}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f1115;background:radial-gradient(ellipse at center,#16181d,#0f1115 70%);color:#e4e4e7;color-scheme:dark}
