@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600;700&display=swap");:root{--bg:#f7f5f1;--bg-panel:#ffffff;--ink:#141816;--muted:#6a736c;--line:#e6e2da;--accent:#0f5c45;--accent-hover:#0c4a37;--accent-soft:#e7f1ec;--danger:#a33b32;--sidebar:#121a16;--sidebar-ink:#f3f6f3;--sidebar-muted:#9aa89f;--sidebar-line:rgba(243,246,243,0.1);--sidebar-hover:rgba(243,246,243,0.06);--sidebar-active:#1c2a23;--shadow:0 1px 2px rgba(20,24,22,0.04);--radius:14px;--radius-sm:10px;--sidebar-w:248px;--font-display:"Instrument Serif",Georgia,serif;--font-body:"Manrope","Segoe UI",sans-serif;--ease:cubic-bezier(0.22,1,0.36,1)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:14.5px;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}::selection{background:var(--accent-soft)}