:root{--bg-color:#0f172a;--surface-color:#1e293bb3;--surface-color-solid:#1e293b;--surface-border:#ffffff1a;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-primary:#8b5cf6;--accent-primary-hover:#7c3aed;--profit-color:#10b981;--loss-color:#ef4444;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-family);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0 0,#8b5cf626 0,#0000 50%),radial-gradient(at 100% 100%,#10b9811a 0,#0000 50%);min-height:100vh}#root{flex-direction:column;min-height:100vh;display:flex}.glass-panel{background:var(--surface-color);-webkit-backdrop-filter:blur(12px);border:1px solid var(--surface-border);border-radius:16px;padding:1.5rem;box-shadow:0 4px 30px #0000001a}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;margin-bottom:.5rem;font-weight:600}h1{font-size:2.25rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.text-gradient{-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#8b5cf6,#3b82f6);-webkit-background-clip:text;background-clip:text}.profit{color:var(--profit-color)}.loss{color:var(--loss-color)}.app-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.stat-card{flex-direction:column;gap:.5rem;display:flex}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.stat-value{font-size:2rem;font-weight:700}.dashboard-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (width>=768px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}.chart-container{width:100%;height:300px;margin-top:1rem}.asset-list{flex-direction:column;gap:1rem;display:flex}.asset-item{cursor:pointer;background:#ffffff08;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.asset-item:hover{border-color:var(--surface-border);background:#ffffff0f;transform:translateY(-2px)}.asset-info{align-items:center;gap:1rem;display:flex}.asset-icon{background:var(--surface-color-solid);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.asset-name{font-weight:600}.asset-symbol{color:var(--text-secondary);font-size:.875rem}.asset-numbers{text-align:right}.asset-price{font-weight:600}.asset-change{justify-content:flex-end;align-items:center;gap:.25rem;font-size:.875rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent-primary);color:#fff}.btn-primary:hover{background:var(--accent-primary-hover)}.btn-secondary{background:var(--surface-color-solid);color:var(--text-primary);border:1px solid var(--surface-border)}.btn-secondary:hover{background:#ffffff1a}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--surface-color-solid);border:1px solid var(--surface-border);border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0006}.modal-header{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;display:block}.form-control{border:1px solid var(--surface-border);width:100%;color:var(--text-primary);font-family:var(--font-family);background:#0003;border-radius:8px;padding:.75rem 1rem;transition:border-color .2s}.form-control:focus{border-color:var(--accent-primary);outline:none}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2rem}.form-checkbox{cursor:pointer;align-items:center;gap:.5rem;display:flex}.form-checkbox input{width:1.2rem;height:1.2rem;accent-color:var(--accent-primary)}.modal-footer{border-top:1px solid var(--surface-border);justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}.tabs{border-bottom:1px solid var(--surface-border);gap:1rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-weight:500;position:relative}.tab.active{color:var(--accent-primary)}.tab.active:after{content:"";background:var(--accent-primary);border-radius:2px;height:2px;position:absolute;bottom:-.6rem;left:0;right:0}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}
