:root{--ink:#0a1628;--cyan:#00a89a;--gold:#b8860b;--slate:#4a5568;--muted:#718096;--rule:#cbd5e0;--panel:#f7fafc;--panel-deep:#edf2f7;--ok:#d4f4dd;--ok-deep:#48bb78;--warn:#fff4e5;--warn-deep:#f6ad55;--crit:#fed7d7;--crit-deep:#fc8181;--purple-light:#eeedfe;--purple-deep:#7c3aed}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(180deg,#fafcfe,#f4f8fb);color:var(--ink);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;border:none;background:none}button,input{font-family:inherit}input{outline:none}.scrollable{overflow-y:auto}@media (max-width:768px){body{padding-bottom:72px}}