/* Review tool, loaded after wheelhouse.css and app.css. Only what those leave to the page. */
.app { padding-bottom: var(--s-section); min-height: 60vh; }
.page-head--app .t-small { color: var(--muted); }
.toolbar { display: grid; gap: var(--s-3); margin-bottom: var(--s-4); }
.tabs a { text-decoration: none; }
.rows { margin-top: var(--s-2); }
.hints { margin-top: var(--s-3); }
.crumbs { display: flex; gap: var(--s-3); align-items: center; padding-block: var(--s-3) var(--s-4); font-size: var(--t-label); letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.crumbs a { color: var(--ink); }
.who { display: flex; gap: var(--s-2); align-items: center; flex-wrap: wrap; }
.stack .t-label { color: var(--muted); }
.stack .cap { margin-bottom: var(--s-2); }
.stack .grow { flex: 1; min-width: 12rem; }
.login { max-width: 26rem; padding-block: var(--s-section); }
.login .t-heading { margin-bottom: var(--s-4); }
.settings { display: grid; gap: var(--s-5); }
.settings .section-head { padding-top: var(--s-4); border-top: 1px solid var(--hairline); }
.caps { display: grid; grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr)); gap: var(--s-2) var(--s-4); }
.reel-modal { cursor: zoom-out; }
.reel-modal img { max-width: 94vw; max-height: 94vh; display: block; margin: auto; }
