:root{--bg:#0b0d10;--panel:#14171c;--panel-2:#1c2128;--border:#2a2f37;--text:#e6e8eb;--muted:#9aa0a6;--accent:#7c5cff;--accent-2:#5a3fe0;--user:#2b6cb0}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px}button{cursor:pointer}button,input,textarea{font-family:inherit}a{color:var(--accent)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#3a414d}::selection{background:rgba(124,92,255,.4)}a,button{transition:background .12s ease,opacity .12s ease,color .12s ease,border-color .12s ease}.cc-nav-item:hover{background:var(--panel-2)!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}