@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg:#faf9f6;--text:#111;--text-muted:#7b7b78;--text-sub:#626260;--accent:#ff5600;--border:#dedbd6;--white:#fff;--black-80:#313130;--sidebar-bg:#111;--sidebar-text:hsla(0,0%,100%,.6);--sidebar-text-active:#fff;--sidebar-hover:hsla(0,0%,100%,.07);--sidebar-w:260px;--sidebar-cw:56px;--bottom-nav-h:56px;--r-btn:4px;--r-card:8px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}input,textarea{font-family:inherit}