/* Phone-only presentation. Existing desktop styles remain untouched. */
@media (max-width:760px) {
  html { scroll-padding-top:90px; }
  body { padding-bottom:calc(88px + env(safe-area-inset-bottom,0px)); }
  .site-shell { width:calc(100% - 32px); }
  .topbar { min-height:72px; padding:12px 0; gap:10px; }
  .topbar .brand { font-size:28px; gap:8px; }
  .topbar .brand-avatar { width:38px; height:38px; }
  .language-switch a { min-height:44px; min-width:44px; display:grid; place-items:center; padding:7px; }
  .mobile-app .topbar nav,.mobile-app .topbar .nav-button { display:none; }
  .mobile-app .route-box { background:none; border:0; box-shadow:none; backdrop-filter:none; padding:0; margin:4px 0 0; min-height:44px; }
  .mobile-app .route-box details { display:none; }
  .route-back { display:inline-flex; align-items:center; min-height:44px; font-size:14px; }
  .mobile-dock { position:fixed; z-index:20; inset:auto 0 0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:4px; padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px)); border-top:1px solid #e6c48630; background:#10141def; backdrop-filter:blur(24px); -webkit-backdrop-filter:blur(24px); box-shadow:0 -8px 35px #0003; }
  .mobile-dock a,.mobile-dock button { min-height:56px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; border:0; border-radius:12px; background:none; color:#b8bbc7; font:inherit; font-size:12px; cursor:pointer; }
  .mobile-dock svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
  .mobile-dock [aria-current=page],.mobile-dock [aria-expanded=true] { color:var(--gold); background:#ebca8912; }
  .mobile-sheet { position:fixed; inset:auto 0 0; width:100%; max-width:100%; max-height:85dvh; margin:0; padding:24px 20px calc(24px + env(safe-area-inset-bottom,0px)); border:1px solid #ebca8933; border-radius:24px 24px 0 0; background:#141923f5; color:var(--text); overscroll-behavior:contain; }
  .mobile-sheet::backdrop { background:#030710aa; backdrop-filter:blur(6px); }
  .mobile-sheet-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:18px; }
  .mobile-sheet-heading h2 { font-size:22px; margin:0; }
  .mobile-sheet-heading button { width:44px; height:44px; flex-shrink:0; border:1px solid var(--line); border-radius:50%; color:var(--gold); background:transparent; font-size:28px; cursor:pointer; }
  .mobile-sheet nav { display:grid; gap:6px; }
  .mobile-sheet nav a { padding:13px 16px; border-radius:12px; font-size:16px; min-height:48px; background:#ffffff04; }
  .mobile-sheet nav a[aria-current] { background:#ebca8912; color:var(--gold); }
  .mobile-menu-open { overflow:hidden; }
  .ambience::after { background-size:min(100vw,480px) auto; background-position:center 45%; opacity:.18; }
  .halo { filter:blur(65px); }
  .dashboard-main { padding:16px 0 32px; min-height:60dvh; }
  .dashboard-main h1 { font-size:clamp(28px,7.5vw,36px); letter-spacing:-1px; line-height:1.18; margin-bottom:16px; }
  .dashboard-main h2 { font-size:22px; line-height:1.3; }
  .dashboard-main p { font-size:16px; line-height:1.65; }
  .dash-heading { flex-direction:column; gap:16px; margin-bottom:24px; }
  .dashboard-grid { grid-template-columns:minmax(0,1fr); gap:16px; }
  .panel,.community-panel,.information-panel { min-width:0; padding:22px 18px; border-radius:20px; }
  .community-panel { margin:0 auto 18px; }
  .panel-top { flex-wrap:wrap; gap:12px; }
  .button { min-height:50px; font-size:16px; border-radius:12px; padding:13px 16px; white-space:normal; text-align:center; }
  .button:hover { transform:none; }
  .dashboard-main form>.button,.community-panel>.button,.copy-field>.button { width:100%; }
  .dashboard-main .text-link { white-space:normal; min-height:44px; align-items:center; }
  .setup-progress { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin-bottom:20px; }
  .setup-progress li { padding:12px; font-size:14px; border-radius:12px; }
  .role-options { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .role-option { min-height:52px; font-size:15px; padding:12px 10px; border-radius:12px; }
  .check-row { font-size:15px; line-height:1.6; }
  .copy-field { gap:10px; margin:20px 0; }
  .copy-field input { flex-basis:100%; width:100%; min-height:50px; font-size:16px; }
  .instructions { padding-left:20px; font-size:16px; }
  .mobile-filters { border:1px solid var(--line); border-radius:14px; margin:22px 0 16px; padding:0 14px; background:#11172266; }
  .mobile-filters>summary { color:var(--gold); min-height:52px; font-size:16px; gap:8px; padding:14px 0; }
  .mobile-filters>summary::after { content:'+'; margin-left:auto; font-size:22px; }
  .mobile-filters[open]>summary::after { content:'−'; }
  .mobile-filters .member-filters { margin:4px 0 16px; gap:16px; }
  .member-filters label { flex:1 1 100%; font-size:16px; }
  .member-filters input,.member-filters select { min-height:50px; font-size:16px; }
  .member-counters { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin:18px 0; }
  .member-counters a { padding:13px; gap:4px; border-radius:14px; }
  .member-counters strong { font-size:26px; }
  .member-counters span { font-size:14px; line-height:1.4; }
  .table-wrap { overflow:visible; }
  .dashboard-main table.mobile-records { display:block; min-width:0; width:100%; margin:20px 0; overflow:visible; }
  .mobile-records thead { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
  .mobile-records tbody { display:grid; gap:14px; }
  .mobile-records tbody tr { display:block; padding:8px 14px; border:1px solid var(--line); border-radius:16px; background:#11172266; }
  .dashboard-main .mobile-records td { display:block; width:100%; padding:10px 0; font-size:15px; line-height:1.5; text-align:left; }
  .mobile-records td::before { content:attr(data-mobile-label); display:block; color:#a8adba; font-size:13px; margin-bottom:4px; }
  .mobile-records td:first-child { font-size:18px; color:var(--gold); }
  .mobile-records td:last-child { border-bottom:0; }
  .mobile-records td[colspan]::before { display:none; }
  .hero { padding:24px 0 28px; min-height:0; gap:20px; }
  .hero h1 { font-size:clamp(36px,9vw,48px); letter-spacing:-1.5px; }
  .hero .intro { font-size:16px; line-height:1.7; }
  .hero-actions { gap:12px; }
  .hero-actions .button { width:100%; }
  .hero-actions .text-link { min-height:44px; align-items:center; justify-content:center; width:100%; }
  .quiet-note { margin:12px 0 20px; font-size:14px; }
  .hero-art { height:320px; max-width:360px; }
  .minimal-mascot { width:64%; max-height:240px; object-fit:contain; align-self:flex-start; }
  .identity-card { bottom:22px; border-radius:16px; padding:16px; }
  .identity-card strong { font-size:14px; }
  .art-caption { position:absolute; bottom:0; left:0; right:0; width:auto; flex-wrap:wrap; gap:6px; font-size:12px!important; }
  .how-section { padding:24px 20px; border-radius:20px; margin-bottom:32px; }
  .steps p,.steps a,.step-detail { font-size:16px; }
  .details-section { padding-bottom:24px; }
  .details-intro h2 { font-size:28px; }
  .details-intro p:last-child { display:block; font-size:16px; }
  .faq-list summary,.faq-list details p { font-size:16px; }
  footer { gap:12px 20px; padding:24px 0; }
  footer a:not(.brand) { min-height:44px; display:inline-flex; align-items:center; font-size:14px; }
  footer .brand { flex-basis:100%; }
}
