@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Syne:wght@600;700;800&display=swap");*{box-sizing:border-box}:root{--bg:#F4F6F4;--card:#FFFFFF;--border:#E2E5E1;--border-strong:#CFD3CC;--text:#14201A;--text-soft:#4F5B54;--text-muted:#8B948D;--lime:#C8F547;--lime-deep:#5A7E1E;--pitch:#0E2418;--pitch-soft:#18382A;--danger:#C8324C;--warn:#C68A1F;--success:#2E8C5C}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--lime-deep);text-decoration:none;font-weight:600}a:hover{text-decoration:underline}button{font-family:inherit}input,select,textarea{font-family:inherit;font-size:13.5px}::selection{background:var(--lime);color:var(--pitch)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}