@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=IBM+Plex+Mono:wght@400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f4f0e6;--surface:#efeae0;--ink:#0a2a4f;--sub:rgba(10,42,79,.6);--mute:rgba(10,42,79,.42);--line:rgba(10,42,79,.16);--line-soft:rgba(10,42,79,.08);--accent:#1f4fbb;--accent-soft:rgba(31,79,187,.09);--minor:#8b3a3a;--cleared:#3e8f6b;--pending:#9c5a1b;--serif:"Cormorant Garamond","Times New Roman",serif;--sans:"Helvetica Neue",Helvetica,sans-serif;--mono:"IBM Plex Mono","Menlo",monospace}body,html{height:100%;overflow:hidden}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none}button,input{font:inherit;color:inherit}input{outline:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:2px}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:10px;height:10px;border-radius:50%;background:var(--bg);border:1.5px solid var(--accent);margin-top:-4px}input[type=range]::-webkit-slider-runnable-track{height:1px;background:var(--line)}input[type=range]::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:var(--bg);border-style:solid;border:1.5px var(--accent)}