@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=IBM+Plex+Mono:wght@300;400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg-base:#0C0B09;--bg-surface:#131210;--bg-elevated:#1A1916;--border-heavy:#38352A;--border-light:#2A2820;--border-subtle:#221F18;--text-primary:#EDE8DC;--text-secondary:#C0B8A8;--text-muted:#968E82;--text-ghost:#706860;--gold:#C8A84A;--gold-dim:#907840;--gold-dark:#1A0E00;--status-active:#5CB872;--status-error:#C05858}body,html{height:100%;background-color:var(--bg-base);color:var(--text-primary);font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:300;letter-spacing:-.01em}a{color:inherit;text-decoration:none}button{cursor:pointer;font-size:11px;letter-spacing:.08em}button,input,select,textarea{font-family:IBM Plex Mono,monospace;border-radius:0}input,select,textarea{font-size:13px;outline:none}*{border-radius:0!important}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--border-heavy)}