:root{--font-family:"Onest",sans-serif;--bg:#080808;--bg-dot:#1c1c1c;--bg-dot-step:25px;--panel:#141414;--panel-2:#2a2a2a;--border:#23262d;--text:#e8eaed;--text-dim:#8b909a;--accent:#00f355;--accent-muted:rgba(0,243,85,0.15);--danger:#f28b82;--radius:10px;--radius-lg:16px;--gap:12px;--header-height:56px;--sidebar-width:64px;--right-panel-width:430px;--right-panel-gradient:#101010}*{box-sizing:border-box}body,html{height:100%;overflow:hidden}body{margin:0;font-family:var(--font-family);background-color:var(--bg);background-image:radial-gradient(circle,var(--bg-dot) 1px,transparent 1px);background-size:var(--bg-dot-step) var(--bg-dot-step);color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;display:block}.text-16-medium{font-size:16px;font-weight:500;line-height:1.4}.text-14-regular{font-size:14px}.text-12-dim,.text-14-regular{font-weight:400;line-height:1.4}.text-12-dim{font-size:12px;color:var(--text-dim)}.text-11-upper{font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.06em;text-transform:uppercase}