:root{--paper:#f4f7f5;--card:#fff;--ink:#17211e;--muted:#68726f;--green:#1e6757;--line:#dce5e1;--radius:26px}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{width:min(1120px,calc(100% - 36px));margin:auto}.topbar{height:86px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;color:var(--ink);font-size:20px;text-decoration:none}.brand span{display:grid;place-items:center;width:32px;height:32px;border-radius:11px;background:var(--green);color:white;font-family:Georgia,serif}.topbar nav{display:flex;gap:22px}.topbar nav a{color:var(--muted);text-decoration:none;font-size:14px}.private{font-size:12px;color:var(--muted);font-weight:700}.private i{display:inline-block;width:8px;height:8px;background:#37a37e;border-radius:50%;margin-right:5px}
a{color:inherit}
