.activities-page { max-width: 1180px; margin: 0 auto; }
.activities-hero {
  position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto;
  gap: 32px; align-items: center; padding: clamp(28px, 5vw, 56px);
  color: #eef8ff; border-radius: 24px; background:
    radial-gradient(circle at 80% 20%, rgba(88, 200, 222, .28), transparent 30%),
    linear-gradient(135deg, #102435, #174f70); box-shadow: 0 18px 44px rgba(16, 36, 53, .2);
}
.activities-hero::after { content: ''; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px); background-size: 26px 26px; pointer-events: none; }
.activities-hero > * { position: relative; z-index: 1; }
.activities-hero h1 { max-width: 720px; margin: 4px 0 12px; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.03; letter-spacing: -.045em; }
.activities-hero p:last-child { max-width: 690px; margin: 0; color: #c2d9e8; font-size: 1.05rem; }
.activities-hero .card__kicker { color: #70d0dc; }
.activities-hero__signal { width: 138px; aspect-ratio: 1; border: 1px solid rgba(135, 224, 235, .45); border-radius: 50%; display: grid; place-items: center; }
.activities-hero__signal span { position: absolute; width: 26px; height: 26px; border-radius: 50%; background: #70d0dc; box-shadow: 0 0 0 12px rgba(112, 208, 220, .1); animation: activity-signal 2.4s ease-in-out infinite; }
.activities-hero__signal span:nth-child(2) { width: 76px; height: 76px; background: transparent; border: 1px solid rgba(112,208,220,.4); animation-delay: .4s; }
.activities-hero__signal span:nth-child(3) { width: 118px; height: 118px; background: transparent; border: 1px solid rgba(112,208,220,.22); animation-delay: .8s; }
@keyframes activity-signal { 50% { transform: scale(1.08); opacity: .65; } }
.activities-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 24px 0; }
.activities-choice__card { min-height: 142px; display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 18px; padding: 24px; border: 1px solid #bdd3e0; border-radius: 18px; color: var(--ink); background: #fff; text-align: left; cursor: pointer; box-shadow: var(--shadow); transition: transform .16s, border-color .16s, box-shadow .16s; }
.activities-choice__card:hover { transform: translateY(-3px); border-color: #4385a8; box-shadow: 0 14px 34px rgba(31, 72, 96, .14); }
.activities-choice__card--join { border-color: #c8d8cd; }
.activities-choice__icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: #e5f2f8; color: #145e82; font-size: 2rem; font-weight: 300; }
.activities-choice__card--join .activities-choice__icon { background: #e8f1ea; color: #376b48; }
.activities-choice__card strong, .activities-choice__card small { display: block; }
.activities-choice__card strong { margin-bottom: 6px; font-size: 1.15rem; }
.activities-choice__card small { color: var(--muted); font-size: .88rem; }
.activities-privacy { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: rgba(255,255,255,.58); }
.activities-privacy p { margin: 0; }
.activities-archive { margin: 30px 0 22px; }
.activities-archive .activity-section-heading p:last-child { margin: 5px 0 0; }
.activities-archive-list { display: grid; gap: 12px; }
.activities-archive-card { display: grid; grid-template-columns: 100px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 18px; border: 1px solid #bed1dc; border-radius: 16px; background: #fff; box-shadow: 0 7px 22px rgba(25,65,86,.07); }
.activities-archive-card__head { min-height: 72px; display: grid; place-items: center; align-content: center; padding: 10px; border-radius: 12px; color: #eaf7fb; background: linear-gradient(145deg, #174f70, #207da3); text-align: center; }
.activities-archive-card__head span { font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.activities-archive-card__head strong { font-size: 1.05rem; letter-spacing: .08em; }
.activities-archive-card h3 { margin: 0 0 5px; }
.activities-archive-card p { margin: 0 0 4px; color: var(--muted); }
.activities-archive-card small { color: #7f929d; }
.activities-archive-card__actions { display: flex; gap: 8px; }
.btn--quiet { border: 1px solid transparent; color: #7b3e3a; background: transparent; }
.activity-wizard, .activity-join-card { max-width: 920px; margin: 0 auto; }
.activity-wizard__head { margin-bottom: 24px; }
.activity-wizard__head h1, .activity-join-card h1 { margin: 4px 0 8px; font-size: clamp(1.8rem, 4vw, 2.8rem); letter-spacing: -.035em; }
.activity-form-grid { display: grid; grid-template-columns: minmax(220px, 1.25fr) minmax(140px, .65fr); gap: 20px; }
.activity-form-grid .field { margin: 0; }
.field > span { display: block; margin-bottom: 6px; font-weight: 700; }
.field > small { display: block; margin-top: 5px; color: var(--muted); font-size: .78rem; }
.activity-form-grid input:not([type="radio"]), .activity-join-card input, .activity-join-card select { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #9eb9c8; border-radius: 11px; color: var(--ink); background: #fff; box-shadow: inset 0 1px 2px rgba(22,57,76,.05); font: inherit; transition: border-color .16s, box-shadow .16s; }
.activity-form-grid input:not([type="radio"]):focus, .activity-join-card input:focus, .activity-join-card select:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(21,94,141,.14); }
.activity-join-card select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, #1b668c 50%), linear-gradient(135deg, #1b668c 50%, transparent 50%); background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px; background-size: 6px 6px; background-repeat: no-repeat; }
.activity-device-picker { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; border: 0; }
.activity-device-picker legend { width: 100%; margin-bottom: 8px; font-weight: 800; }
.activity-device-option { position: relative; min-height: 94px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid #b9ceda; border-radius: 15px; background: #f8fbfd; cursor: pointer; transition: border-color .16s, background .16s, transform .16s; }
.activity-device-option:hover { transform: translateY(-2px); border-color: #5c96b4; }
.activity-device-option:has(input:checked) { border-color: #17678f; background: #eaf5fa; box-shadow: inset 0 0 0 1px #17678f, 0 7px 20px rgba(23,103,143,.1); }
.activity-device-option input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.activity-device-option:has(input:focus-visible) { outline: 3px solid rgba(21,94,141,.22); outline-offset: 2px; }
.activity-device-option__icon { width: 46px; height: 58px; display: grid; place-items: center; border: 2px solid #17678f; border-radius: 9px; color: #17678f; background: #fff; font-size: 2.35rem; line-height: 1; }
.activity-device-option__icon--screen { width: 54px; height: 40px; border-radius: 7px; font-size: 2.5rem; }
.activity-device-option strong, .activity-device-option small { display: block; }
.activity-device-option strong { margin-bottom: 5px; font-size: 1rem; }
.activity-device-option small { color: var(--muted); line-height: 1.35; }
.activity-battery-picker { margin-top: 28px; }
.activity-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.activity-section-heading h2 { margin: 2px 0 0; }
.activity-presets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.activity-preset { min-height: 126px; display: grid; grid-template-columns: 52px 1fr; align-items: start; gap: 14px; padding: 18px; border: 1px solid #bdd0da; border-radius: 16px; background: linear-gradient(145deg, #fff, #f7fafc); text-align: left; cursor: pointer; box-shadow: 0 6px 18px rgba(27,69,91,.06); transition: transform .16s, border-color .16s, box-shadow .16s; }
.activity-preset:hover:not(:disabled) { transform: translateY(-2px); border-color: #5d94af; box-shadow: 0 10px 24px rgba(27,69,91,.1); }
.activity-preset__mark { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: #155f83; background: #e2f1f7; font-size: 1.15rem; font-weight: 900; }
.activity-preset strong, .activity-preset small, .activity-preset em { display: block; }
.activity-preset strong { margin: 1px 0 6px; font-size: 1rem; line-height: 1.25; }
.activity-preset small { color: var(--muted); line-height: 1.35; }
.activity-preset em { margin-top: 10px; color: #17678f; font-size: .76rem; font-style: normal; font-weight: 800; }
.activity-preset--partial em { color: #8a5b12; }
.activity-preset--active { border-color: var(--accent); background: var(--accent-soft); box-shadow: inset 0 0 0 1px var(--accent); }
.activity-preset:disabled { opacity: .42; cursor: not-allowed; }
.activity-custom-card > h3 { margin-bottom: 4px; }
.activity-custom-card > p { margin: 0 0 16px; }
.activity-test-picker { display: grid; grid-template-columns: 1fr; gap: 10px; max-height: 660px; padding-right: 5px; overflow: auto; }
.activity-test-option { position: relative; min-height: 132px; display: grid; grid-template-columns: 24px minmax(0, 1fr) 142px; align-items: center; gap: 15px; padding: 14px 15px; border: 1px solid #c3d3dc; border-radius: 14px; background: #fff; cursor: pointer; transition: border-color .16s, background .16s, box-shadow .16s; }
.activity-test-option:hover:not(.activity-test-option--disabled) { border-color: #6195ae; box-shadow: 0 7px 18px rgba(25,72,95,.08); }
.activity-test-option:has(input:checked) { border-color: #27799e; background: #f4fafc; box-shadow: inset 0 0 0 1px #27799e; }
.activity-test-option input { appearance: none; width: 21px; height: 21px; display: grid; place-items: center; margin: 0; border: 2px solid #7f9baa; border-radius: 6px; background: #fff; }
.activity-test-option input::after { content: ''; width: 10px; height: 6px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; opacity: 0; transform: rotate(-45deg) translateY(-1px); }
.activity-test-option input:checked { border-color: #17678f; background: #17678f; }
.activity-test-option input:checked::after { opacity: 1; }
.activity-test-option input:focus-visible { outline: 3px solid rgba(21,94,141,.22); outline-offset: 2px; }
.activity-test-option__copy { min-width: 0; }
.activity-test-option__copy strong, .activity-test-option__copy small, .activity-test-option__copy > span { display: block; }
.activity-test-option__copy strong { margin-bottom: 4px; font-size: 1.03rem; }
.activity-test-option__copy small { margin-bottom: 8px; color: #17678f; font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .025em; }
.activity-test-option__copy > span { color: var(--muted); font-size: .84rem; line-height: 1.43; }
.activity-test-preview { width: 142px; height: 98px; display: grid; place-items: center; margin: 0; overflow: hidden; border: 1px solid #bad0dc; border-radius: 11px; background: linear-gradient(145deg, #f5fafc, #e8f2f6); box-shadow: inset 0 0 0 5px rgba(255,255,255,.65); }
.activity-test-preview svg { width: 118px; height: 82px; fill: none; stroke: #236f92; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.activity-test-preview svg text { fill: #174e68; stroke: none; font: 700 11px system-ui, sans-serif; text-anchor: middle; }
.activity-test-preview .fill { fill: #236f92; }
.activity-test-preview .trail { stroke: #e3a23a; stroke-width: 3; stroke-dasharray: 3 3; }
.activity-test-preview .word { font-size: 12px; font-weight: 900; }
.activity-test-preview .large { font-size: 22px; font-weight: 850; }
.activity-test-preview .digits { font-size: 17px; font-weight: 850; }
.activity-test-preview .small { font-size: 12px; }
.activity-test-preview .muted { fill: #e3a23a; }
.activity-test-preview .red { fill: #c7544f; stroke: #c7544f; }
.activity-test-preview .blue { fill: #347aa5; stroke: #347aa5; }
.activity-test-preview .green { fill: #3c8b61; stroke: #3c8b61; }
.activity-test-preview .soft { fill-opacity: .1; }
.activity-test-preview .maze { stroke-width: 4; }
.activity-test-option--disabled { opacity: .45; cursor: not-allowed; }
.activity-order { display: grid; gap: 6px; padding: 14px 0 0; margin: 14px 0 0; border-top: 1px solid var(--line); list-style: none; }
.activity-order li { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 9px; background: var(--bg); }
.activity-order li > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: #fff; background: var(--accent); font-size: .78rem; }
.activity-order li button { min-width: 34px; min-height: 34px; border: 0; border-radius: 7px; background: #fff; cursor: pointer; }
.activity-wizard__actions, .activity-host__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.activity-alert { margin: 16px 0; padding: 13px 16px; border: 1px solid #c7d8e1; border-radius: 11px; color: #284e61; background: #edf6fa; }
.activity-alert--error { border-color: #e3b7b3; color: #822f2a; background: #fff0ef; }
.activity-alert--success { border-color: #b8d8c3; color: #27613c; background: #edf8f0; }
.activity-join-page { display: grid; place-items: center; min-height: calc(100vh - 130px); }
.activity-join-card { position: relative; width: min(100%, 620px); padding: clamp(24px, 5vw, 46px); overflow: hidden; }
.activity-join-card__mark { position: absolute; right: -12px; top: -42px; color: #eaf2f6; font-size: 11rem; font-weight: 800; line-height: 1; pointer-events: none; }
.activity-join-card > *:not(.activity-join-card__mark) { position: relative; }
.field--code input { text-align: center; text-transform: uppercase; letter-spacing: .18em; font-size: 1.3rem; font-weight: 800; }
.activity-preview { margin: 16px 0; padding: 16px; border: 1px solid #b9d5e3; border-radius: 12px; background: #f2f8fb; }
.activity-preview > strong, .activity-preview > span { display: block; }
.activity-preview > span { color: var(--muted); }
.activity-manifest { display: grid; gap: 5px; margin: 12px 0 0; padding: 0; list-style: none; }
.activity-manifest li { display: grid; grid-template-columns: 24px 1fr auto; gap: 8px; align-items: center; }
.activity-manifest li > span { color: var(--accent); font-weight: 800; }
.activity-manifest small { color: var(--muted); }
.activity-demographics { display: grid; grid-template-columns: 1.3fr .6fr 1fr; gap: 12px; padding: 16px 0 2px; margin: 12px 0; border: 0; border-top: 1px solid var(--line); }
.activity-demographics legend { padding: 14px 0 0; font-weight: 800; }
.activity-demographics .field { margin: 0; }
.activity-loading { display: grid; place-items: center; min-height: 300px; }
.activity-loading span { width: 40px; height: 40px; border: 4px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: activity-spin .8s linear infinite; }
@keyframes activity-spin { to { transform: rotate(360deg); } }
.activity-host__header { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.activity-host__header h1 { margin: 3px 0 0; font-size: clamp(1.7rem, 4vw, 2.7rem); }
.activity-room-code { min-width: 210px; padding: 13px 16px; border: 1px solid #aac8d8; border-radius: 14px; background: #f1f8fb; text-align: center; }
.activity-room-code span, .activity-room-code strong { display: block; }
.activity-room-code span { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.activity-room-code strong { color: #124f70; font-size: 1.65rem; letter-spacing: .12em; }
.activity-room-code button { padding: 3px 8px; border: 0; color: var(--accent); background: transparent; cursor: pointer; font-weight: 700; }
.activity-host__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.activity-host__metrics article { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.activity-host__metrics span, .activity-host__metrics strong, .activity-host__metrics > article > small { display: block; }
.activity-host__metrics span { color: var(--muted); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.activity-host__metrics strong { margin: 5px 0; font-size: 2rem; line-height: 1; }
.activity-host__metrics strong small { display: inline; font-size: 1rem; color: var(--muted); }
.activity-host__metrics > article > small { color: var(--muted); font-size: .78rem; }
.activity-progress > div { display: flex; justify-content: space-between; }
.activity-progress progress { width: 100%; height: 18px; margin: 12px 0 5px; overflow: hidden; border: 0; border-radius: 20px; accent-color: #2f855a; }
.activity-progress p { margin: 0; color: var(--muted); }
.activity-participants { margin-top: 16px; }
.activity-live { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .78rem; }
.activity-live i { width: 8px; height: 8px; border-radius: 50%; background: #35a060; box-shadow: 0 0 0 4px #e7f5ec; }
.activity-participant-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.activity-participant-grid article { position: relative; min-width: 0; padding: 12px 12px 12px 30px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.activity-participant-grid strong, .activity-participant-grid small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activity-participant-grid small { color: var(--muted); }
.activity-presence { position: absolute; left: 12px; top: 17px; width: 8px; height: 8px; border-radius: 50%; background: #b5bec5; }
.activity-presence--online { background: #35a060; }
.activity-empty { grid-column: 1 / -1; padding: 26px; color: var(--muted); text-align: center; }
.activity-wait-page { display: grid; place-items: center; min-height: 100vh; }
.activity-wait-card { width: min(100%, 600px); padding: clamp(28px, 7vw, 64px); border: 1px solid #c7d9e2; border-radius: 28px; background: #fff; box-shadow: 0 20px 55px rgba(22, 57, 76, .13); text-align: center; }
.activity-wait-card h1 { margin: 6px 0 10px; font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.05; letter-spacing: -.045em; }
.activity-wait-card__pulse { position: relative; width: 92px; height: 92px; margin: 0 auto 22px; display: grid; place-items: center; }
.activity-wait-card__pulse span { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: var(--accent); }
.activity-wait-card__pulse span:nth-child(2), .activity-wait-card__pulse span:nth-child(3) { width: 58px; height: 58px; border: 2px solid rgba(21,94,141,.35); background: transparent; animation: activity-wait 2s ease-out infinite; }
.activity-wait-card__pulse span:nth-child(3) { animation-delay: 1s; }
@keyframes activity-wait { to { transform: scale(1.55); opacity: 0; } }
.activity-wait-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 26px 0; }
.activity-wait-meta div { padding: 12px; border-radius: 10px; background: var(--bg); }
.activity-wait-meta dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.activity-wait-meta dd { margin: 2px 0 0; font-size: 1.15rem; font-weight: 800; }
.activity-result-hero { display: flex; align-items: center; gap: 20px; margin-bottom: 18px; padding: 24px; border-radius: 18px; color: #174b2a; background: #eaf7ee; }
.activity-result-hero > span { flex: none; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #318653; font-size: 1.7rem; }
.activity-result-hero h1 { margin: 3px 0; }
.mobile-more-button { display: none; }
.mobile-more-dialog { width: min(100% - 20px, 480px); margin: auto auto 10px; padding: 10px 16px 20px; border: 0; border-radius: 22px; box-shadow: 0 18px 54px rgba(0,0,0,.3); }
.mobile-more-dialog::backdrop { background: rgba(9,19,27,.52); backdrop-filter: blur(3px); }
.mobile-more-dialog__handle { width: 48px; height: 5px; margin: 0 auto 16px; border-radius: 5px; background: #ced7dd; }
.mobile-more-dialog__head { display: flex; justify-content: space-between; align-items: center; }
.mobile-more-dialog__head h2 { margin: 2px 0 12px; }
.mobile-more-dialog__head button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--bg); font-size: 1.5rem; cursor: pointer; }
.mobile-more-dialog__options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mobile-more-dialog__options button { min-height: 110px; display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-align: left; cursor: pointer; }
.mobile-more-dialog__options button > span:first-child { font-size: 2rem; color: var(--accent); }
.mobile-more-dialog__options strong, .mobile-more-dialog__options small { display: block; }
.mobile-more-dialog__options small { margin-top: 4px; color: var(--muted); }
@media (prefers-reduced-motion: reduce) { .activities-hero__signal span, .activity-wait-card__pulse span, .activity-loading span { animation: none; } }
@media (max-width: 900px) {
  .activity-form-grid { grid-template-columns: 1fr 1fr; }
  .activity-presets { grid-template-columns: 1fr 1fr; }
  .activity-participant-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .sidebar__nav > [data-nav="arcade"], .sidebar__nav > [data-nav="activities"] { display: none; }
  .mobile-more-button { display: flex; }
  .activities-hero { grid-template-columns: 1fr; padding: 28px 22px; }
  .activities-hero__signal { display: none; }
  .activities-choice { grid-template-columns: 1fr; }
  .activities-choice__card { min-height: 112px; grid-template-columns: 52px 1fr auto; padding: 18px; }
  .activities-choice__icon { width: 52px; height: 52px; }
  .activity-host__header { align-items: stretch; flex-direction: column; }
  .activity-host__metrics { grid-template-columns: 1fr; }
  .activity-host__metrics article { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .activity-host__metrics article > small { grid-column: 1 / -1; }
  .activity-participant-grid { grid-template-columns: 1fr 1fr; }
  .activity-wizard__actions, .activity-host__actions { flex-direction: column-reverse; }
  .activity-wizard__actions .btn, .activity-host__actions .btn { width: 100%; }
  .activity-test-option { grid-template-columns: 22px minmax(0, 1fr) 110px; min-height: 124px; gap: 11px; padding: 12px; }
  .activity-test-preview { width: 110px; height: 84px; }
  .activity-test-preview svg { width: 96px; height: 72px; }
  .activities-archive-card { grid-template-columns: 82px 1fr; }
  .activities-archive-card__actions { grid-column: 1 / -1; }
  .activities-archive-card__actions .btn { flex: 1; }
}
@media (max-width: 520px) {
  .activity-form-grid, .activity-demographics, .activity-presets, .activity-device-picker { grid-template-columns: 1fr; }
  .activity-section-heading { align-items: start; flex-direction: column; }
  .activity-participant-grid { grid-template-columns: 1fr; }
  .activity-room-code strong { font-size: 1.45rem; }
  .activity-wait-meta { grid-template-columns: 1fr; }
  .mobile-more-dialog__options { grid-template-columns: 1fr; }
  .mobile-more-dialog__options button { min-height: 82px; }
  .activity-test-option { grid-template-columns: 22px minmax(0, 1fr) 82px; min-height: 128px; gap: 9px; padding: 11px; }
  .activity-test-option__copy strong { font-size: .94rem; }
  .activity-test-option__copy small { font-size: .65rem; }
  .activity-test-option__copy > span { display: -webkit-box; overflow: hidden; font-size: .76rem; line-height: 1.35; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
  .activity-test-preview { width: 82px; height: 78px; border-radius: 9px; }
  .activity-test-preview svg { width: 76px; height: 66px; }
  .activities-archive-card { grid-template-columns: 1fr; }
  .activities-archive-card__head { min-height: 58px; }
  .activities-archive-card__actions { grid-column: 1; flex-direction: column; }
}
