*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--red:#E30613;--red-2:#b8050f;--red-soft:rgba(227,6,19,0.10);--red-line:rgba(227,6,19,0.28);--ink:#16161c;--ink-2:#24242c;--bg:#f4f5f7;--bg-grid:rgba(20,20,26,0.035);--surface:#ffffff;--surface-2:#f7f8fa;--border:rgba(20,20,26,0.10);--border-2:rgba(20,20,26,0.16);--text:#17171f;--text2:#5a5a6a;--text3:#8b8b99;--green:#16a34a;--green-bg:rgba(22,163,74,0.10);--amber:#d97706;--amber-bg:rgba(217,119,6,0.10);--danger:#dc2626;--danger-bg:rgba(220,38,38,0.10);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow:0 1px 2px rgba(16,16,24,0.04),0 8px 24px rgba(16,16,24,0.06)}body,html{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background:var(--bg);color:var(--text);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.6}input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{border-color:var(--red-line)!important;box-shadow:0 0 0 3px var(--red-soft)}