:root {
  color-scheme: light;
  --navy: #071b3c;
  --ink: #0d2042;
  --muted: #687890;
  --blue: #1769ea;
  --blue-2: #3f82f6;
  --blue-soft: #eaf3ff;
  --teal: #08a78f;
  --red: #ef4f5f;
  --amber: #eea91a;
  --line: #dbe7f4;
  --surface: #ffffff;
  --bg: #f2f8ff;
  --shadow: 0 10px 30px rgba(38, 83, 126, .12);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body { margin: 0; min-width: 320px; min-height: 100%; color: var(--ink); background: radial-gradient(circle at 18% 0, #dceeff 0, transparent 28rem), var(--bg); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -60px; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.loading-screen { min-height: 100dvh; display: grid; place-content: center; justify-items: center; color: var(--muted); }
.brand-mark { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #fff; background: linear-gradient(145deg, #148df4, #1555dc); box-shadow: 0 8px 18px #1769ea42; font-size: 24px; font-weight: 900; }
.toast { position: fixed; z-index: 1000; left: 50%; bottom: calc(20px + env(safe-area-inset-bottom)); transform: translate(-50%, 20px); min-width: min(340px, calc(100vw - 28px)); max-width: 520px; padding: 13px 16px; border-radius: 12px; color: #fff; background: #102543; box-shadow: 0 12px 35px #071b3c55; opacity: 0; pointer-events: none; transition: .2s ease; text-align: center; font-weight: 700; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.shell { width: min(1120px, 100%); margin: 0 auto; padding: 0 20px; }
.public-header { display: flex; align-items: center; justify-content: space-between; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 22px; font-weight: 900; letter-spacing: .02em; color: var(--navy); }
.brand .brand-mark { width: 34px; height: 34px; border-radius: 10px; font-size: 19px; }
.top-note { color: var(--muted); font-size: 13px; }
.public-main { min-height: calc(100dvh - 74px); display: grid; place-items: center; padding: 32px 0 72px; }
.hero-card { width: min(920px, 100%); overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; background: rgba(255,255,255,.92); border: 1px solid #fff; border-radius: 30px; box-shadow: 0 24px 70px rgba(35, 95, 143, .16); }
.hero-copy { padding: clamp(34px, 6vw, 72px); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 4px; background: var(--teal); }
.hero-copy h1 { max-width: 560px; margin-bottom: 18px; font-size: clamp(34px, 5.5vw, 58px); line-height: 1.18; letter-spacing: -.04em; }
.hero-copy .lead { max-width: 520px; color: #506079; line-height: 1.95; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 800; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, .icon-btn:focus-visible, .tab-btn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #70a8ff; outline-offset: 2px; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #3d84f4); box-shadow: 0 10px 24px #1769ea35; }
.btn-secondary { color: var(--blue); background: #fff; border-color: #a9c8f4; }
.btn-danger { color: #c62f43; background: #fff; border-color: #f2a8b2; }
.btn-small { min-height: 38px; padding: 0 13px; font-size: 13px; border-radius: 9px; }
.btn-wide { width: 100%; }
.hero-visual { position: relative; min-height: 480px; padding: 48px 36px; background: linear-gradient(145deg, #e6f8ff, #dcecff 55%, #e8fbf6); display: grid; place-items: center; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-visual::before { width: 260px; height: 260px; background: #5aa4ff22; top: 38px; right: -50px; }
.hero-visual::after { width: 180px; height: 180px; background: #19c4a72b; bottom: 22px; left: -50px; }
.mini-phone { z-index: 1; width: min(278px, 100%); padding: 16px; border: 7px solid #102542; border-radius: 34px; background: #f7fbff; box-shadow: 0 24px 42px #173c6852; transform: rotate(2deg); }
.mini-phone-head { display: flex; align-items: center; gap: 9px; padding: 4px 2px 14px; font-weight: 900; }
.mini-phone .brand-mark { width: 28px; height: 28px; border-radius: 9px; font-size: 16px; }
.mini-progress { display: grid; place-items: center; width: 92px; height: 92px; margin: 10px auto 18px; border-radius: 50%; background: conic-gradient(var(--blue) 0 72%, #dce9f7 72%); position: relative; color: var(--blue); font-weight: 900; font-size: 22px; }
.mini-progress::after { content: ""; position: absolute; inset: 10px; border-radius: inherit; background: #fff; }
.mini-progress span { position: relative; z-index: 1; }
.mini-task { margin-top: 9px; padding: 13px; border-radius: 14px; background: #fff; box-shadow: 0 6px 18px #325b7d18; font-size: 12px; font-weight: 800; }
.mini-task i { display: block; width: 64%; height: 7px; margin-top: 9px; border-radius: 5px; background: #d9e8f7; }
.form-card { width: min(560px, 100%); padding: clamp(24px, 5vw, 46px); border: 1px solid #e5eef7; border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.form-card h1 { margin-bottom: 10px; font-size: clamp(26px, 5vw, 36px); }
.form-card > p { color: var(--muted); line-height: 1.8; }
.field { display: grid; gap: 7px; margin: 18px 0; }
.field label, .field > span { font-size: 13px; font-weight: 800; }
.input, .select, .textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cbdbea; border-radius: 11px; color: var(--ink); background: #fff; }
.textarea { min-height: 120px; resize: vertical; line-height: 1.7; }
.help { color: var(--muted); font-size: 12px; line-height: 1.7; }
.warning-box, .info-box { margin: 20px 0; padding: 15px 16px; border-radius: 12px; line-height: 1.7; }
.warning-box { color: #772934; background: #fff0f2; border: 1px solid #ffd1d7; }
.info-box { color: #15527a; background: #edf8ff; border: 1px solid #c7eaff; }
.url-box { overflow-wrap: anywhere; margin: 14px 0; padding: 14px; border-radius: 10px; background: #eef4fb; color: #174a8f; font-size: 13px; }

.app-view { min-height: 100dvh; padding-bottom: calc(34px + env(safe-area-inset-bottom)); }
.employee-header { padding: calc(18px + env(safe-area-inset-top)) 0 18px; }
.employee-head-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.employee-title { display: flex; align-items: center; gap: 12px; }
.employee-title h1 { margin: 0; font-size: 28px; letter-spacing: -.03em; }
.employee-title p { margin: 3px 0 0; color: var(--blue); font-size: 13px; font-weight: 700; }
.date-chip { padding: 8px 12px; border-radius: 999px; color: #57708d; background: #fff; box-shadow: 0 4px 16px #31587714; font-size: 12px; font-weight: 700; }
.employee-wrap { width: min(780px, calc(100% - 28px)); margin: 0 auto; }
.notify-banner { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; padding: 14px 16px; border: 1px solid #b8d7ff; border-radius: 14px; background: #eaf4ff; box-shadow: 0 7px 20px #347dd51c; }
.notify-banner p { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.55; }
.progress-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 24px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.progress-card h2 { margin-bottom: 12px; font-size: 18px; }
.progress-count { margin: 0; font-size: 16px; font-weight: 800; }
.progress-count strong { color: var(--blue); font-size: 42px; line-height: 1; }
.progress-track { width: 100%; height: 9px; margin: 16px 0 10px; overflow: hidden; border-radius: 10px; background: #dfeaf5; }
.progress-track span { display: block; width: var(--progress, 0%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #1769ea, #4590ff); transition: width .35s ease; }
.progress-ring { --progress: 0%; display: grid; place-items: center; width: 112px; height: 112px; border-radius: 50%; background: conic-gradient(var(--blue) var(--progress), #e3edf7 0); position: relative; }
.progress-ring::after { content: ""; position: absolute; inset: 11px; border-radius: inherit; background: #fff; }
.progress-ring strong { position: relative; z-index: 1; color: var(--blue); font-size: 25px; }
.section-title { display: flex; align-items: center; gap: 9px; margin: 27px 2px 13px; }
.section-title h2 { margin: 0; font-size: 20px; }
.count-badge { padding: 3px 9px; border-radius: 999px; color: var(--blue); background: #e5f0ff; border: 1px solid #b9d4fa; font-size: 12px; font-weight: 800; }
.task-list { display: grid; gap: 13px; }
.task-card { display: grid; grid-template-columns: minmax(0,1fr) 176px; gap: 18px; align-items: center; padding: 18px; border: 1px solid #e7eef7; border-radius: 19px; background: #fff; box-shadow: 0 7px 20px #26567e13; }
.task-card.is-done { border-color: #b9e7da; background: #fcfffe; }
.task-card.is-later { border-color: #f4d69b; background: #fffefa; }
.task-main { display: flex; align-items: center; min-width: 0; gap: 14px; }
.task-icon { flex: 0 0 52px; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; color: var(--blue); background: var(--blue-soft); font-size: 24px; }
.task-copy h3 { margin-bottom: 7px; font-size: 16px; line-height: 1.5; }
.task-copy p { margin: 0; color: var(--muted); font-size: 12px; }
.task-actions { display: grid; gap: 8px; }
.answer-btn { min-height: 43px; border-radius: 10px; background: #fff; font-size: 13px; font-weight: 800; }
.answer-btn.done { color: var(--blue); border: 1.5px solid var(--blue); }
.answer-btn.later { color: var(--red); border: 1.5px solid var(--red); }
.answer-state { display: grid; gap: 8px; justify-items: stretch; }
.state-pill { min-height: 42px; display: grid; place-items: center; padding: 8px 12px; border-radius: 10px; font-size: 13px; font-weight: 800; text-align: center; }
.state-pill.done { color: #087a63; background: #e3f8f1; }
.state-pill.later, .state-pill.confirm_sent { color: #9a6500; background: #fff3d9; }
.state-pill.unanswered, .state-pill.missed { color: #b92d42; background: #fff0f2; }
.undo-btn { border: 0; color: #657890; background: transparent; text-decoration: underline; font-size: 12px; }
.empty-card { padding: 36px 20px; border: 1px dashed #c8d8e8; border-radius: 18px; background: #ffffffaa; text-align: center; color: var(--muted); }

.modal-backdrop { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; padding: 18px; background: #071b3cb8; }
.modal { width: min(500px, 100%); max-height: calc(100dvh - 36px); overflow: auto; padding: 26px; border-radius: 22px; background: #fff; box-shadow: 0 30px 80px #0005; }
.modal h2 { font-size: 23px; }
.guide-steps { display: grid; gap: 12px; margin: 18px 0; padding: 0; list-style: none; }
.guide-steps li { display: flex; gap: 12px; align-items: flex-start; padding: 13px; border-radius: 12px; background: #f2f7fc; line-height: 1.6; }
.guide-steps b { flex: 0 0 28px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--blue); }

.admin-layout { min-height: 100dvh; display: grid; grid-template-columns: 226px minmax(0, 1fr); background: #f4f7fb; }
.admin-sidebar { position: sticky; top: 0; height: 100dvh; padding: 22px 14px; display: flex; flex-direction: column; color: #eaf3ff; background: linear-gradient(180deg, #071d42, #062d54); }
.admin-sidebar .brand { color: #fff; padding: 0 9px; }
.admin-sidebar .brand-mark { width: 34px; height: 34px; }
.admin-nav { display: grid; gap: 7px; margin-top: 34px; }
.tab-btn { width: 100%; min-height: 46px; display: flex; align-items: center; gap: 10px; padding: 0 13px; border: 0; border-radius: 10px; color: #d8e7fa; background: transparent; text-align: left; font-weight: 700; }
.tab-btn:hover, .tab-btn.is-active { color: #fff; background: linear-gradient(135deg, #2368e2, #478af5); }
.admin-team { margin-top: auto; padding: 16px 10px 4px; border-top: 1px solid #ffffff24; }
.admin-team strong { display: block; font-size: 13px; }
.admin-team span { color: #9db4d1; font-size: 11px; }
.admin-content { min-width: 0; }
.admin-topbar { position: sticky; z-index: 30; top: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 28px; border-bottom: 1px solid #dfe7f0; background: #fffffff2; backdrop-filter: blur(10px); }
.admin-topbar h1 { margin: 0; font-size: 24px; }
.admin-topbar p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.admin-mobile-nav { display: none; }
.admin-page { padding: 26px 28px 54px; }
.panel { padding: 20px; border: 1px solid #e0e8f1; border-radius: 15px; background: #fff; box-shadow: 0 5px 18px #284a6a0c; }
.panel h2 { margin-bottom: 16px; font-size: 18px; }
.summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)) 1.2fr; gap: 14px; }
.metric { min-height: 130px; display: flex; align-items: center; gap: 14px; padding: 20px; border: 1px solid #d8e7fb; border-radius: 14px; background: linear-gradient(145deg, #fff, #f5f9ff); }
.metric.red { border-color: #ffd4d8; background: linear-gradient(145deg, #fff, #fff6f7); }
.metric.amber { border-color: #f5dfae; background: linear-gradient(145deg, #fff, #fff9ed); }
.metric-icon { flex: 0 0 52px; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: var(--blue); background: #dceaff; font-size: 24px; font-weight: 900; }
.metric.red .metric-icon { color: var(--red); background: #ffe3e6; }
.metric.amber .metric-icon { color: #9a6500; background: #ffe8b4; }
.metric small { display: block; color: var(--muted); font-weight: 700; }
.metric strong { display: inline-block; margin-top: 5px; font-size: 31px; }
.donut-card { display: flex; align-items: center; justify-content: center; gap: 18px; }
.donut { --done: 0deg; --checking: 0deg; width: 92px; height: 92px; border-radius: 50%; background: conic-gradient(var(--blue) 0 var(--done), var(--amber) var(--done) var(--checking), var(--red) var(--checking)); position: relative; }
.donut::after { content: ""; position: absolute; inset: 20px; border-radius: inherit; background: #fff; }
.legend { display: grid; gap: 7px; color: var(--muted); font-size: 12px; }
.legend span::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 3px; background: var(--blue); }
.legend span:nth-child(2)::before { background: var(--red); }
.legend span:nth-child(3)::before { background: var(--amber); }
.admin-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 16px; margin-top: 16px; }
.table-wrap { overflow: auto; border: 1px solid #e3eaf2; border-radius: 11px; }
.data-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.data-table th, .data-table td { padding: 12px 13px; border-bottom: 1px solid #e8eef4; text-align: left; vertical-align: middle; white-space: nowrap; }
.data-table th { color: #53647c; background: #f6f8fb; font-size: 11px; }
.data-table tr:last-child td { border-bottom: 0; }
.status { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 7px; font-size: 11px; font-weight: 800; }
.status.done { color: #087a63; background: #e3f8f1; }
.status.pending, .status.missed, .status.unanswered { color: #b82e43; background: #ffedf0; }
.status.confirm_sent, .status.later { color: #8c5d00; background: #fff2d6; }
.ranking { display: grid; gap: 12px; }
.ranking-row { display: grid; grid-template-columns: 80px 1fr 35px; gap: 10px; align-items: center; font-size: 13px; }
.bar-track { height: 12px; overflow: hidden; border-radius: 10px; background: #edf1f5; }
.bar-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #4c82ed, #326ceb); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.panel-head h2 { margin: 0; }
.stack { display: grid; gap: 16px; }
.preset-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 9px; }
.preset { min-height: 44px; padding: 8px 10px; border: 1px solid #c8d9eb; border-radius: 9px; color: #315474; background: #f8fbff; font-size: 12px; font-weight: 700; }
.preset:hover { border-color: var(--blue); color: var(--blue); background: #eef5ff; }
.item-form-grid { display: grid; grid-template-columns: 1.7fr 1fr .8fr .65fr .55fr; gap: 10px; align-items: end; }
.item-form-grid .field { margin: 0; }
.weekdays { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0 16px; }
.day-check { position: relative; }
.day-check input { position: absolute; opacity: 0; pointer-events: none; }
.day-check span { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #cad9e7; border-radius: 9px; color: #61748c; background: #fff; font-size: 12px; font-weight: 700; }
.day-check input:checked + span { color: #fff; border-color: var(--blue); background: var(--blue); }
.day-check input:focus-visible + span { outline: 3px solid #70a8ff; outline-offset: 2px; }
.toggle-row { display: flex; align-items: center; gap: 10px; }
.toggle { position: relative; width: 46px; height: 26px; }
.toggle input { position: absolute; opacity: 0; }
.toggle span { display: block; width: 100%; height: 100%; border-radius: 20px; background: #b7c3d0; transition: .2s; }
.toggle span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px #0002; transition: .2s; }
.toggle input:checked + span { background: var(--blue); }
.toggle input:checked + span::after { transform: translateX(20px); }
.toggle input:focus-visible + span { outline: 3px solid #70a8ff; outline-offset: 2px; }
.row-actions { display: flex; gap: 6px; justify-content: flex-end; }
.icon-btn { min-width: 34px; min-height: 34px; padding: 5px 8px; border: 1px solid #cfdae7; border-radius: 8px; color: #50627a; background: #fff; font-size: 12px; }
.invite-box { display: grid; grid-template-columns: 1fr auto auto; gap: 9px; align-items: center; }
.invite-box .url-box { margin: 0; }
.member-list { display: grid; gap: 9px; }
.member-row { display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: 12px; align-items: center; padding: 13px 14px; border: 1px solid #e1e8f0; border-radius: 11px; }
.member-row strong { display: block; }
.member-row small { color: var(--muted); }
.push-state { padding: 5px 8px; border-radius: 999px; color: #087a63; background: #e3f8f1; font-size: 11px; font-weight: 800; }
.push-state.off { color: #8a5a00; background: #fff2d7; }
.settings-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.settings-row .select { width: auto; min-width: 130px; }
.guide-copy { padding: 16px; border-radius: 12px; color: #38516d; background: #f2f7fc; line-height: 1.8; white-space: pre-wrap; }
.report-controls { display: flex; gap: 10px; align-items: end; flex-wrap: wrap; }
.report-controls .field { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 980px) {
  .summary-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .donut-card { grid-column: 1 / -1; min-height: 130px; }
  .admin-grid { grid-template-columns: 1fr; }
  .item-form-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { padding: 0 15px; }
  .top-note { display: none; }
  .hero-card { grid-template-columns: 1fr; border-radius: 24px; }
  .hero-copy { padding: 34px 25px; }
  .hero-visual { min-height: 360px; padding: 35px 24px; }
  .admin-layout { display: block; }
  .admin-sidebar { display: none; }
  .admin-topbar { min-height: 68px; padding: calc(11px + env(safe-area-inset-top)) 16px 11px; }
  .admin-topbar h1 { font-size: 20px; }
  .admin-mobile-nav { position: sticky; z-index: 29; top: calc(68px + env(safe-area-inset-top)); display: grid; grid-template-columns: repeat(5,1fr); padding: 5px 4px; border-bottom: 1px solid #d9e3ed; background: #fffffff4; backdrop-filter: blur(12px); }
  .admin-mobile-nav .tab-btn { min-height: 52px; display: grid; place-items: center; gap: 1px; padding: 4px; color: #66778b; font-size: 10px; text-align: center; }
  .admin-mobile-nav .tab-btn.is-active { color: var(--blue); background: #eaf3ff; }
  .admin-page { padding: 18px 14px 42px; }
  .summary-grid { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 108px; padding: 15px; }
  .metric:nth-child(3) { grid-column: 1 / -1; }
  .metric strong { font-size: 26px; }
  .preset-grid { grid-template-columns: 1fr 1fr; }
  .invite-box { grid-template-columns: 1fr 1fr; }
  .invite-box .url-box { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .public-main { align-items: start; padding-top: 16px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .progress-card { padding: 20px; }
  .progress-ring { width: 92px; height: 92px; }
  .task-card { grid-template-columns: 1fr; gap: 14px; padding: 15px; }
  .task-actions { grid-template-columns: 1fr 1fr; }
  .answer-state { grid-template-columns: 1fr auto; align-items: center; }
  .employee-title h1 { font-size: 24px; }
  .date-chip { display: none; }
  .notify-banner { align-items: flex-start; flex-direction: column; }
  .notify-banner .btn { width: auto; }
  .summary-grid { grid-template-columns: 1fr; }
  .metric:nth-child(3), .donut-card { grid-column: auto; }
  .donut-card { min-height: 120px; }
  .panel { padding: 16px; }
  .item-form-grid { grid-template-columns: 1fr; }
  .preset-grid { grid-template-columns: 1fr; }
  .invite-box { grid-template-columns: 1fr; }
  .invite-box .url-box { grid-column: auto; }
  .invite-box .btn { width: 100%; }
  .member-row { grid-template-columns: 1fr auto; }
  .member-row .push-state { justify-self: start; }
  .member-row .icon-btn { grid-column: 2; grid-row: 1 / span 2; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
