:root{--ink: #1C1A17;--stone: #EDEAE3;--stone-dark: #DDD7C9;--paper: #FAF8F4;--navy: #26364A;--navy-deep: #1B2734;--red: #7A1F2B;--red-dark: #5C151F;--ochre: #B9791F;--ochre-deep: #8E5A12;--green: #4C7A5E;--green-dark: #355843;--line: rgba(28, 26, 23, .12)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--stone);color:var(--ink);-webkit-font-smoothing:antialiased}button,input,select{font-family:inherit}.shell{max-width:440px;margin:0 auto;min-height:100vh;background:var(--paper);display:flex;flex-direction:column;position:relative;box-shadow:0 0 35px #00000012}.shell-wide{max-width:1080px;margin:0 auto;min-height:100vh;background:var(--paper);display:flex;flex-direction:column;position:relative;box-shadow:0 0 40px #0000000f}header.top{padding:14px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--paper);z-index:30}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:34px;height:34px;border-radius:9px;background:var(--red);display:flex;align-items:center;justify-content:center;color:#fff;font-family:Barlow Condensed,sans-serif;font-weight:800;font-size:19px}.brand-mark.navy{background:var(--navy)}.brand-mark.ochre{background:var(--ochre)}.brand-name{font-weight:700;font-size:15.5px;line-height:1.1}.brand-sub{font-size:11px;color:#6b6459}.role-switch-bar{display:flex;background:#e4e0d6;border-bottom:1px solid var(--line);padding:6px 12px;gap:8px;font-size:12px;justify-content:center}.role-switch-btn{padding:4px 10px;border-radius:6px;border:none;background:transparent;color:#555;font-weight:600;cursor:pointer;text-decoration:none}.role-switch-btn.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #0000001a}
