*{box-sizing:border-box}*,body{margin:0;padding:0}body{font-family:var(--font-family);font-size:.9rem;line-height:1.5;color:var(--text-primary);background-color:var(--background-muted)}button,input,select,textarea{font-family:inherit}.page{display:grid;grid-template-columns:56px 1fr;background:var(--background-primary);overflow:hidden}.page,.page__sidebar{height:calc(100vh - var(--masthead-height))}.page__sidebar{padding:0;position:fixed;top:var(--masthead-height);left:0;width:56px;z-index:90}.page__content{grid-column:2;padding:.75rem;display:flex;flex-direction:column;gap:2rem;overflow:auto}