/* ===========================================================================
   Dawg Pound Charlotte — watch party check-in.

   The palette, type stack and button shapes are lifted verbatim from
   dawgpoundcharlotte.com/styles.css so this reads as another page of the
   main site rather than a separate product. Change colours there first.
   =========================================================================== */

:root {
  /* Darkened from #FF3C00 to pass WCAG AA on cream and white, matching the
     main site's note. Revert there and here together. */
  --orange: #D63200;
  --brown: #311D00;
  --brown-2: #4a2e08;
  --cream: #FFF6EE;
  --ink: #1c1410;
  --white: #ffffff;

  --muted: #6b5a48;
  --line: #d8c9b6;
  --ok: #1B7F3B;
  --bad: #C2321B;
  --shadow: 0 4px 18px rgba(49, 29, 0, .08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  font-family: 'Barlow', 'Barlow Fallback', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-tap-highlight-color: rgba(214, 50, 0, .18);
}

h1, h2, h3 {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  letter-spacing: .5px;
}
img { max-width: 100%; display: block; }
a { color: var(--orange); }
[hidden] { display: none !important; }

/* Same size-adjusted fallbacks the main site uses, so first paint with
   display=optional lands close to the real face and nothing shifts. */
@font-face {
  font-family: 'Barlow Fallback';
  src: local('Arial'), local('Helvetica Neue'), local('Liberation Sans');
  size-adjust: 96%; ascent-override: 96%; descent-override: 22%; line-gap-override: 0%;
}
@font-face {
  font-family: 'Barlow Condensed Fallback';
  src: local('Arial Narrow'), local('Helvetica Neue Condensed'), local('Liberation Sans Narrow'), local('Arial');
  size-adjust: 82%; ascent-override: 108%; descent-override: 24%; line-gap-override: 0%;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* Keyboard focus must survive on every control, including the dark ones. */
:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
}
.bar :focus-visible, .wall :focus-visible {
  outline-color: #FFB08A;
}

/* ---------------------------------------------------------------------------
   Buttons — same geometry and weights as the main site
   --------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 13px 26px;
  border: none; border-radius: 8px;
  font: inherit; font-weight: 700; font-size: 1rem;
  text-decoration: none; cursor: pointer;
  text-align: center;
}
.btn-orange { background: var(--orange); color: var(--white); }
.btn-orange:hover { background: #b82b00; }
.btn-ghost { background: transparent; border: 2px solid var(--orange); color: var(--orange); }
.btn-ghost:hover { background: rgba(214, 50, 0, .12); }
.btn-dark { background: var(--brown); color: var(--white); }
.btn-dark:hover { background: var(--brown-2); }
.btn-light { background: var(--white); color: var(--brown); border: 2px solid var(--line); }
.btn:disabled { opacity: .55; cursor: not-allowed; }
.btn-block { width: 100%; }

/* ---------------------------------------------------------------------------
   Compact brand bar. The check-in page never scrolls to reach the form, so
   the header carries the logo, the wordmark and the game in one strip.
   --------------------------------------------------------------------------- */
.bar {
  background: var(--brown);
  color: var(--white);
  padding: 10px 16px;
  padding-top: max(10px, env(safe-area-inset-top));
  border-bottom: 4px solid var(--orange);
}
.bar-brand {
  display: flex; align-items: center; gap: 11px;
  text-decoration: none; color: var(--white);
}
.bar-brand img {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid var(--orange); flex-shrink: 0;
  background: var(--white); object-fit: cover;
}
.wordmark {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase;
  line-height: .88; letter-spacing: .5px;
}
.wordmark .l1 { display: block; font-size: 1.28rem; }
.wordmark .l2 { display: block; font-size: 1.62rem; color: var(--orange); }

/* Today's game strip */
.gameline {
  margin-top: 9px; padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px;
  font-size: .9rem;
}
.gameline .matchup {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: .6px;
  font-size: 1.12rem; color: var(--white);
}
.gameline .kick { color: var(--orange); font-weight: 700; }
.gameline .where { width: 100%; color: #d9c7b2; font-size: .84rem; line-height: 1.35; }
.gameline .where a { color: #e8d9c8; text-decoration: underline; }

/* ---------------------------------------------------------------------------
   Check-in screen: full height, form in the middle, submit under the thumb
   --------------------------------------------------------------------------- */
.shell {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex; flex-direction: column;
}
.shell main { flex: 1 1 auto; }

.pad { padding: 14px 16px; max-width: 560px; margin: 0 auto; width: 100%; }

.field { margin-bottom: 13px; }
.field > label,
.field > .label {
  display: block;
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: .8px;
  font-size: 1.02rem; color: var(--brown); margin-bottom: 5px;
}
.field .hint { font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--muted); font-size: .82rem; }

input[type="text"], input[type="email"], textarea {
  display: block; width: 100%;
  min-height: 52px; padding: 12px 14px;
  font: inherit; font-size: 1.06rem;
  color: var(--ink); background: var(--white);
  border: 1.5px solid var(--line); border-radius: 8px;
  -webkit-appearance: none; appearance: none;
}
textarea { min-height: 76px; resize: none; line-height: 1.45; }
input:focus, textarea:focus {
  outline: 3px solid rgba(214, 50, 0, .3);
  outline-offset: 0;
  border-color: var(--orange);
}
::placeholder { color: #9d8b76; opacity: 1; }

/* Segmented single-tap choices */
.seg { display: grid; gap: 8px; }
.seg-2 { grid-template-columns: 1fr 1fr; }
.seg-3 { grid-template-columns: repeat(3, 1fr); }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 54px; padding: 8px 6px;
  background: var(--white); color: var(--brown);
  border: 2px solid var(--line); border-radius: 8px;
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: .5px;
  font-size: 1.02rem; line-height: 1.1;
  cursor: pointer; user-select: none;
}
.seg input:checked + label {
  background: var(--orange); color: var(--white); border-color: var(--orange);
}
.seg input:focus-visible + label { outline: 3px solid var(--brown); outline-offset: 2px; }

.counter {
  display: flex; justify-content: flex-end;
  font-size: .82rem; color: var(--muted); margin-top: 4px;
  font-variant-numeric: tabular-nums;
}
.counter.warn { color: var(--bad); font-weight: 700; }

/* Optional extras, folded away so the required part fits one screen */
.extras {
  border: 1.5px solid var(--line); border-radius: 8px;
  background: var(--white); margin-bottom: 13px;
}
.extras > summary {
  list-style: none; cursor: pointer;
  min-height: 50px; display: flex; align-items: center; gap: 8px;
  padding: 12px 14px;
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: .6px;
  font-size: 1rem; color: var(--brown);
}
.extras > summary::-webkit-details-marker { display: none; }
.extras > summary::after {
  content: "+"; margin-left: auto; color: var(--orange);
  font-size: 1.45rem; line-height: 1; font-weight: 800;
}
.extras[open] > summary::after { content: "\2212"; }
.extras .extras-body { padding: 0 14px 14px; }

.check {
  display: flex; align-items: flex-start; gap: 11px;
  background: var(--cream); border: 1.5px solid var(--line);
  border-radius: 8px; padding: 13px 14px; cursor: pointer;
}
.check input[type="checkbox"] {
  width: 22px; height: 22px; margin: 1px 0 0;
  flex-shrink: 0; accent-color: var(--orange); cursor: pointer;
}
.check span { font-size: .89rem; line-height: 1.45; color: #5f5040; }

/* Sticky submit: always under the thumb, never scrolled away */
.submitbar {
  position: sticky; bottom: 0; z-index: 10;
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 11px 16px calc(11px + env(safe-area-inset-bottom));
  box-shadow: 0 -6px 18px rgba(49, 29, 0, .07);
}
.submitbar .inner { max-width: 560px; margin: 0 auto; }
.submitbar .btn { font-size: 1.14rem; min-height: 56px; }

.disclaimer {
  text-align: center; font-size: .72rem; line-height: 1.4;
  color: var(--muted); margin-top: 8px;
}
.disclaimer a { color: var(--muted); }

.formerr {
  background: #FDECE8; border: 1.5px solid var(--bad); color: #8C2314;
  border-radius: 8px; padding: 10px 13px; margin-bottom: 12px;
  font-size: .92rem; font-weight: 600;
}

/* ---------------------------------------------------------------------------
   Confirmation
   --------------------------------------------------------------------------- */
.done { text-align: center; padding: 18px 16px 8px; }
.done .kicker {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: 2px;
  font-size: .8rem; color: var(--orange);
}
.done .num {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; font-size: clamp(4.2rem, 22vw, 6.5rem);
  line-height: .88; color: var(--brown); margin: 6px 0 2px;
  font-variant-numeric: tabular-nums;
}
.done .inbuilding {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: .8px;
  font-size: 1.32rem; color: var(--brown);
}
.done .sub { color: var(--muted); font-size: .94rem; margin-top: 6px; }

.saidcard {
  background: var(--white); border-radius: 12px;
  border-top: 5px solid var(--orange); box-shadow: var(--shadow);
  padding: 18px 18px 16px; margin: 18px 0 16px; text-align: left;
}
.saidcard .who {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: .6px;
  font-size: 1.1rem; color: var(--brown);
}
.saidcard .msg { font-size: 1.12rem; line-height: 1.45; margin-top: 6px; }
.stack { display: grid; gap: 10px; }

.tag {
  display: inline-block; font-size: .68rem; font-weight: 800;
  letter-spacing: 1px; text-transform: uppercase;
  background: var(--orange); color: var(--white);
  border-radius: 4px; padding: 3px 8px; vertical-align: 2px;
}
.tag-quiet { background: var(--brown-2); }

/* ---------------------------------------------------------------------------
   Full site footer — used on the wall, QR and admin pages
   --------------------------------------------------------------------------- */
.footer {
  background: #1a0f00; color: #cbb79f; text-align: center;
  padding: 34px 18px calc(34px + env(safe-area-inset-bottom));
  font-size: .9rem;
}
.footer img {
  width: 54px; height: 54px; border-radius: 50%;
  margin: 0 auto 12px; border: 2px solid var(--orange);
}
.footer a { color: var(--orange); font-weight: 600; }
.footer p + p { margin-top: 6px; }

/* ---------------------------------------------------------------------------
   Message wall — built to be read across a dark, crowded room

   The card rules are scoped to .wall-grid on purpose: ".msg" is also the
   message line on the check-in confirmation, and an unscoped rule painted a
   dark wall card behind it.
   --------------------------------------------------------------------------- */
.wall {
  /* height, not min-height: the wall is a fixed pane pinned to the screen so
     the messages scroll inside it and the header and the check-in URL in the
     footer stay put. min-height let the container grow and pushed the footer
     off the bottom of the TV. */
  height: 100vh; height: 100dvh;
  background: var(--brown);
  color: var(--white);
  display: flex; flex-direction: column;
}
.wall-head {
  display: flex; align-items: center; gap: 18px;
  padding: 16px 22px; padding-top: max(16px, env(safe-area-inset-top));
  border-bottom: 4px solid var(--orange);
  background: #241500;
}
.wall-head img {
  width: 58px; height: 58px; border-radius: 50%;
  border: 3px solid var(--orange); flex-shrink: 0;
}
.wall-count { margin-left: auto; text-align: right; line-height: .9; }
.wall-count .n {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; font-size: clamp(3rem, 9vw, 6rem); color: var(--orange);
  font-variant-numeric: tabular-nums; display: block;
}
.wall-count .lbl {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: 2px;
  font-size: clamp(.72rem, 1.5vw, 1rem); color: #e8d9c8;
}
.wall-meta { min-width: 0; }
.wall-meta .m1 {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; line-height: .95;
  font-size: clamp(1.5rem, 3.6vw, 2.6rem);
}
.wall-meta .m1 em { color: var(--orange); font-style: normal; }
.wall-meta .m2 { color: #d9c7b2; font-size: clamp(.82rem, 1.5vw, 1.05rem); }

/* min-height:0 is load-bearing. Without it this flex child refuses to shrink
   below its content, the whole .wall grows past the screen, and the footer
   with the check-in URL slides off the bottom of the TV. */
.wall-body { flex: 1 1 auto; min-height: 0; padding: 18px 22px 8px; overflow-y: auto; }
.wall-grid {
  display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 330px), 1fr));
  align-content: start;
}
.wall-grid .msg {
  background: #3d2508;
  border-left: 6px solid var(--orange);
  border-radius: 10px; padding: 14px 16px;
}
.wall-grid .msg.first { border-left-color: #E8A33D; }
.wall-grid .msg .text {
  font-size: clamp(1.15rem, 1.9vw, 1.6rem);
  line-height: 1.32; overflow-wrap: anywhere;
}
.wall-grid .msg .from {
  margin-top: 8px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: .8px;
  font-size: clamp(.92rem, 1.4vw, 1.18rem); color: #E8A33D;
}
.wall-grid .msg .from .rep { color: #bda993; letter-spacing: 1px; font-size: .84em; }
.wall-grid .msg .from .newtag {
  background: #E8A33D; color: #2a1800; border-radius: 4px;
  padding: 2px 7px; font-size: .76em; letter-spacing: 1px;
}
.wall-empty { text-align: center; padding: 8vh 20px; color: #d9c7b2; }
.wall-empty .big {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase;
  font-size: clamp(1.8rem, 5vw, 3.4rem); color: var(--white);
}
.wall-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap;
  padding: 10px 22px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #241500; font-size: .82rem; color: #bda993;
}
.wall-foot .join {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  font-size: clamp(.95rem, 1.8vw, 1.3rem); color: var(--white);
}
.wall-foot .join em { color: var(--orange); font-style: normal; }
.wall-foot .tools { display: flex; gap: 8px; align-items: center; }
.wall-foot button {
  font: inherit; font-weight: 700;
  background: transparent; color: #e8d9c8;
  border: 1.5px solid rgba(255, 255, 255, .28);
  border-radius: 7px; padding: 7px 13px; min-height: 40px; cursor: pointer;
}
.wall-foot button:hover { border-color: var(--orange); color: var(--orange); }
.live-dot {
  display: inline-block; width: 9px; height: 9px; border-radius: 50%;
  background: var(--ok); margin-right: 6px; vertical-align: middle;
}
.live-dot.stale { background: #E8A33D; }
.live-dot.down { background: var(--bad); }

/* Projected on a TV: drop the chrome and let the messages get big. */
.wall.tv .wall-foot .hidewhentv { display: none; }
/* A TV is read from across the room, not from a desk. */
@media (min-width: 1100px) {
  .wall-head { padding: 22px 34px; gap: 24px; }
  .wall-head img { width: 84px; height: 84px; }
  .wall-body { padding: 24px 34px 10px; }
  .wall-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 430px), 1fr)); gap: 18px; }
  .wall-count .n { font-size: clamp(5rem, 11vw, 9rem); }
  .wall-count .lbl { font-size: 1.15rem; }
  .wall-meta .m2 { font-size: 1.25rem; }
  .wall-grid .msg { padding: 18px 20px; }
  .wall-grid .msg .text { font-size: clamp(1.4rem, 2.1vw, 1.9rem); }
  .wall-grid .msg .from { font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
}

/* ---------------------------------------------------------------------------
   Pages that are not the check-in (wall link targets, admin, QR)
   --------------------------------------------------------------------------- */
.page { max-width: 880px; margin: 0 auto; padding: 26px 18px 40px; }
.page h1 {
  font-size: clamp(2rem, 6vw, 2.8rem); color: var(--brown);
  text-transform: uppercase; line-height: 1;
}
.page h1 em { color: var(--orange); font-style: normal; }
.page h2 {
  font-size: 1.5rem; color: var(--brown); text-transform: uppercase;
  margin: 28px 0 10px;
}
.page p { margin-bottom: 12px; }
.page .lede { color: var(--muted); }

.card {
  background: var(--white); border-radius: 12px;
  border-top: 5px solid var(--orange); box-shadow: var(--shadow);
  padding: 20px; margin-bottom: 16px;
}

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 12px; }
.stat {
  background: var(--cream); border-radius: 10px;
  border-left: 4px solid var(--orange); padding: 12px 14px;
}
.stat .n {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; font-size: 2.3rem; line-height: 1; color: var(--brown);
  font-variant-numeric: tabular-nums;
}
.stat .l {
  font-size: .74rem; letter-spacing: 1.3px; text-transform: uppercase;
  color: var(--muted); font-weight: 700; margin-top: 3px;
}

.tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; font-size: .94rem; }
th, td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--line); }
th {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: .8px;
  color: var(--brown); font-size: .88rem; white-space: nowrap;
}
td.num { font-variant-numeric: tabular-nums; }
tbody tr:hover { background: var(--cream); }

.btnrow { display: flex; gap: 10px; flex-wrap: wrap; }
.btnrow .btn { flex: 1 1 200px; }

.note {
  background: #FFF3E4; border-left: 4px solid #E8A33D;
  border-radius: 8px; padding: 12px 14px; font-size: .9rem; margin-bottom: 14px;
}
.toast {
  position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%);
  background: var(--brown); color: var(--white);
  padding: 12px 20px; border-radius: 999px; font-weight: 700;
  opacity: 0; transition: opacity .2s; pointer-events: none; z-index: 60;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
}
.toast.show { opacity: 1; }

@media (max-width: 560px) {
  .btnrow .btn { flex: 1 1 100%; }
}

/* ---------------------------------------------------------------------------
   Admin: moderation list
   --------------------------------------------------------------------------- */
select {
  display: block; width: 100%;
  min-height: 48px; padding: 10px 40px 10px 12px;
  font: inherit; font-size: 1rem; color: var(--ink);
  background-color: var(--white);
  border: 1.5px solid var(--line); border-radius: 8px;
  -webkit-appearance: none; appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--brown) 50%),
    linear-gradient(135deg, var(--brown) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px; background-repeat: no-repeat;
  cursor: pointer;
}
select:focus { outline: 3px solid rgba(214, 50, 0, .3); outline-offset: 0; border-color: var(--orange); }

/* Delete is the one irreversible control on the site, so it is the one red one. */
.btn-danger { background: transparent; border: 2px solid var(--bad); color: var(--bad); }
.btn-danger:hover { background: rgba(194, 50, 27, .08); }
.tag-hidden { background: #6f6050; }

.modhead {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap; margin-bottom: 10px;
}
.modpick { flex: 0 1 320px; min-width: 220px; }
.card .modnote { font-size: .9rem; color: var(--muted); margin-bottom: 12px; }
.modlist { list-style: none; display: grid; gap: 10px; }
.modrow {
  background: var(--cream);
  border-left: 4px solid var(--orange);
  border-radius: 10px; padding: 12px 14px;
}
.modrow.is-hidden { background: #f3ece3; border-left-color: #8a7a63; }
.modwho { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 8px; }
.modwho strong {
  font-family: 'Barlow Condensed', 'Barlow Condensed Fallback', 'Barlow', sans-serif;
  font-weight: 800; text-transform: uppercase; letter-spacing: .5px;
  color: var(--brown); font-size: 1.08rem;
}
.modwhen { margin-left: auto; font-size: .82rem; color: var(--muted); }
/* Two classes so this beats `.page p`, which would otherwise set the margin. */
.modrow .modtext { margin: 6px 0 10px; font-size: 1.02rem; line-height: 1.45; overflow-wrap: anywhere; }
.modrow.is-hidden .modtext { color: var(--muted); }
.modacts { display: flex; gap: 8px; justify-content: flex-end; }
.modacts .btn { min-height: 44px; padding: 8px 20px; font-size: .92rem; }

@media (max-width: 560px) {
  .modpick { flex: 1 1 100%; }
  .modwhen { margin-left: 0; width: 100%; }
  .modacts .btn { flex: 1 1 0; }
}
