*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0e1116;color:#e6e6e6}.app{display:flex;flex-direction:column;height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#151920;border-bottom:1px solid #262b33}.topbar-title{font-weight:600;display:flex;align-items:center;gap:6px}.topbar-actions{display:flex;gap:8px;align-items:center}.layout{display:flex;flex:1;min-height:0}.sidebar{width:220px;min-width:220px;background:#12151b;border-right:1px solid #262b33;overflow-y:auto;padding:8px}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:44}@media (max-width: 700px){.sidebar{position:fixed;top:0;left:0;bottom:0;width:82vw;max-width:320px;max-height:none;z-index:45;transform:translate(-100%);transition:transform .2s ease;box-shadow:2px 0 16px #00000080}.sidebar.open{transform:translate(0)}}.main{flex:1;display:flex;flex-direction:column;min-width:0}.toolbar{display:flex;gap:8px;padding:8px;align-items:center;flex-wrap:wrap;border-bottom:1px solid #262b33}.chart-container{flex:1;min-height:0}.watch-item{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;border-radius:6px;cursor:pointer;font-size:14px}.watch-item:hover{background:#1b2028}.watch-item.active{background:#223049}.watch-item .remove{opacity:.5;font-size:12px}.watch-item .remove:hover{opacity:1;color:#f66}button,select,input{background:#1b2028;color:#e6e6e6;border:1px solid #2c323c;border-radius:6px;padding:6px 10px;font-size:14px}button{cursor:pointer}button:hover{background:#232a35}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:#151920;border:1px solid #262b33;border-radius:10px;padding:16px;width:340px;max-width:90vw;max-height:85vh;overflow-y:auto}.topbar-menu-wrapper{position:relative}.topbar-menu{position:absolute;right:0;top:calc(100% + 4px);background:#151920;border:1px solid #262b33;border-radius:8px;padding:6px;display:flex;flex-direction:column;gap:4px;z-index:60;min-width:160px}.topbar-menu button{text-align:left;width:100%}.modal h3{margin-top:0}.form-row{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.form-row label{font-size:12px;opacity:.7}.key-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #262b33;font-size:13px}.error-text{color:#f66;font-size:13px}.dashboard{position:relative;flex:1;min-height:0;overflow-y:auto;padding:16px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.dashboard-card{background:#151920;border:1px solid #262b33;border-radius:10px;padding:14px;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none;transition:border-color .15s,background .15s,box-shadow .15s,opacity .15s}.dashboard-card:hover{border-color:#3a4250;background:#1b2028}.dashboard-card.dragging{opacity:.25}.dashboard-card-ghost{position:fixed;margin:0;pointer-events:none;z-index:100;box-shadow:0 16px 40px #0009;border-color:#3a4250;cursor:grabbing;transition:none}.dashboard-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.dashboard-card-header>div{display:flex;flex-direction:column;gap:2px}.dashboard-card-exchange{font-size:12px;opacity:.6;text-transform:capitalize}.dashboard-card-symbol{font-weight:600;font-size:16px}.dashboard-sparkline{width:100%;height:32px;display:block}.dashboard-card-price{font-size:20px;font-weight:600;font-variant-numeric:tabular-nums;margin-top:4px}.dashboard-card-change{font-size:13px;font-variant-numeric:tabular-nums}.dashboard-card-loading{height:70px;display:flex;align-items:center;opacity:.5;font-size:13px}@media (max-width: 700px){.dashboard{padding:10px}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:8px}.dashboard-card{padding:10px}.dashboard-card-symbol{font-size:14px}.dashboard-card-exchange{font-size:11px}.dashboard-sparkline{height:24px}.dashboard-card-price{font-size:16px;margin-top:2px}.dashboard-card-change{font-size:11px}.dashboard-card-loading{height:50px}}.dashboard-fab{position:fixed;right:24px;bottom:24px;width:52px;height:52px;border-radius:50%;font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;background:#26a69a;color:#0e1116;border:none;box-shadow:0 4px 14px #0006}.dashboard-fab:hover{background:#2bbfb1}.center-screen{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}
