:root,[data-theme=dark]{--bg: #0e1117;--bg-card: #161b22;--border: #30363d;--border-soft: #21262d;--text: #e6edf3;--text-bright: #f0f6fc;--text-muted: #8b949e;--accent: #2f81f7;--green: #3fb950;--red: #f85149;--orange: #d29922;--yur-bg: rgba(63, 185, 80, .06);--yur-short-bg: rgba(248, 81, 73, .06);--green-soft-bg: rgba(63, 185, 80, .04);--red-soft-bg: rgba(248, 81, 73, .04)}[data-theme=light]{--bg: #ffffff;--bg-card: #f6f8fa;--border: #d0d7de;--border-soft: #eaeef2;--text: #1f2328;--text-bright: #0d1117;--text-muted: #656d76;--accent: #0969da;--green: #1a7f37;--red: #cf222e;--orange: #9a6700;--yur-bg: rgba(26, 127, 55, .05);--yur-short-bg: rgba(207, 34, 46, .05);--green-soft-bg: rgba(26, 127, 55, .03);--red-soft-bg: rgba(207, 34, 46, .03)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}a{color:var(--accent);text-decoration:none}button{cursor:pointer;font:inherit}input{font:inherit}input:focus{outline:none;border-color:var(--accent)!important}.material-icons{font-size:18px;vertical-align:middle;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
