:root{--page-width:1440px;--container-width:1200px;--primary-color:#6e3ce4;--primary-light:#8154e9;--primary-border:#c4b5fd;--background-color:#fafafa;--background-alt:#f4f4f5;--text-color:#1f1f1f;--text-muted:#6b7280;--border-color:#d4d4d8;--grey-color:#4b5563;--grey-light:#9ca3af;--white-color:#ffffff;--black-color:#000000;--success-color:#22c55e;--success-light:#dcfce7;--success-border:#86efac;--danger-color:#ef4444;--danger-light:#fee2e2;--danger-border:#fca5a5;--warning-color:#facc15;--warning-light:#fef9c3;--warning-border:#fde68a;--info-color:#3b82f6;--info-light:#dbeafe;--info-border:#93c5fd;--toastify-color-success:#22c55e;--toastify-color-error:#ef4444;--toastify-color-info:#6e3ce4}*{box-sizing:border-box;padding:0;margin:0}html{font-size:62.5%;scroll-behavior:smooth;overflow-x:hidden}body{display:flex;flex-direction:column;background:var(--background-color);color:var(--text-color);font-size:1.6rem;min-height:100vh}main{flex:1 1}h1{font-size:2.4rem}h2{font-size:2rem}h3{font-size:1.8rem}p{font-size:1.6rem}ol,ul{list-style:none}a{color:var(--primary-color);text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}