:root {
    color-scheme: light;
    --violet: #5B3DF5;
    --violet-deep: #2A1B7A;
    --violet-ink: #3B2AA8;
    --mist: #EEEAFF;
    --mist-2: #F6F4FF;
    --sun: #FFC93C;
    --sun-soft: #FFF3C9;
    --sky: #4FA3FF;
    --sky-soft: #E4F0FF;
    --mint-soft: #E3F6EC;
    --mint-ink: #1F7A4D;
    --ink: #1C1735;
    --muted: #6B6684;
    --line: #E3E0F0;
    --page: #FAFAFF;
    --card: #FFFFFF;
    --radius: 18px;
    --font: 'Nunito', 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  }
  * { box-sizing: border-box; }
  body {
    margin: 0; background: var(--page); color: var(--ink);
    font-family: var(--font); font-size: 15px; line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  button, input, textarea { font: inherit; color: inherit; }
  button { cursor: pointer; }
  button:focus-visible, input:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
    outline: 3px solid var(--sun); outline-offset: 2px;
  }

  /* ---------- page header ---------- */
  .wordmark { font-weight: 900; letter-spacing: .34em; font-size: 22px; color: var(--violet-deep); }
  .wordmark span { color: var(--violet); }
  .pill-row { display: flex; gap: 8px; flex-wrap: wrap; }
  .pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line); color: var(--ink); font-weight: 700; font-size: 13px; }
  .pill .i { color: var(--violet); }
  .pill.sun { background: var(--sun); border-color: var(--sun); color: var(--violet-deep); }
  .pill.sun .i { color: var(--violet-deep); }

  /* ---------- stage ---------- */

  .phone { width: 100%; max-width: 430px; margin: 0 auto; min-height: 100dvh; background: #fff; display: flex; flex-direction: column; position: relative; }
  @media (min-width: 640px) { .phone { min-height: 0; height: calc(100dvh - 32px); margin: 16px auto; border-radius: 36px; border: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(42,27,122,.35), 0 0 0 8px #F1EFFA; overflow: hidden; } }
  .phone.standalone { height: auto; min-height: 100dvh; }
  @media (min-width: 640px) { .phone.standalone { height: auto; min-height: 0; } }
  .screen { flex: 1; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; padding-bottom: 8px; }
  .screen::-webkit-scrollbar { width: 6px; }
  .screen::-webkit-scrollbar-thumb { background: var(--line); border-radius: 6px; }

  .tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: #fff; padding: 8px 6px calc(10px + env(safe-area-inset-bottom)); position: sticky; bottom: 0; }
  .tab { background: none; border: 0; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 6px 0; color: var(--muted); font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; border-radius: 12px; }
  .tab svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .tab.on { color: var(--violet); }
  .tab.on::after { content: ""; width: 22px; height: 3px; border-radius: 3px; background: var(--violet); margin-top: 2px; }

  /* ---------- shared screen bits ---------- */
  .hero {
    background: radial-gradient(120% 90% at 20% 0%, #6C4CFF 0%, var(--violet-deep) 55%, #1E1460 100%);
    color: #fff; padding: 22px 20px 24px; position: relative; overflow: hidden;
  }
  .hero .stars { position: absolute; inset: 0; opacity: .55; pointer-events: none; }
  .hero > * { position: relative; }
  .hero .brand { font-weight: 900; letter-spacing: .34em; font-size: 12px; color: var(--sun); text-align: center; }
  .section { padding: 16px 18px; }
  .section + .section { border-top: 1px solid var(--line); }
  .eyebrow { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; display: flex; justify-content: space-between; align-items: center; }
  .eyebrow a, .eyebrow button.link { color: var(--violet); font-weight: 800; letter-spacing: 0; text-transform: none; font-size: 13px; background: none; border: 0; padding: 0; }
  .chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px; background: #fff; color: var(--ink); font-weight: 700; font-size: 12.5px; border: 1.5px solid var(--line); }
  .chip .i { color: var(--violet); }
  .chip.sel { background: var(--violet); border-color: var(--violet); color: #fff; }
  .chip.sel .i { color: #fff; }
  .chip.tap { cursor: pointer; }
  .chip { white-space: nowrap; }
  .i { width: 1em; height: 1em; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; vertical-align: -.15em; }
  .chip .i { width: 14px; height: 14px; }
  .pill .i { width: 15px; height: 15px; }
  .place-hero .disc { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto; display: grid; place-items: center; background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.25); }
  .place-hero .disc .i { width: 36px; height: 36px; stroke-width: 1.8; color: var(--sun); }
  .place .em { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--sun); color: var(--violet-deep); }
  .place .em .i { width: 22px; height: 22px; }
  .partner .art .i { width: 44px; height: 44px; stroke-width: 1.6; color: #7A5A00; }
  .badge .disc .i { width: 28px; height: 28px; color: var(--violet-ink); position: relative; }
  .field .ic .i { width: 22px; height: 22px; }
  .keep .row .alien { width: 44px; height: 44px; flex: none; }
  .quote-card .alien { width: 44px; height: 44px; }
  .chip.mint { background: var(--mint-ink); border-color: var(--mint-ink); color: #fff; }
  .chip.sun { background: var(--sun); border-color: var(--sun); color: var(--violet-deep); }
  .chip.sun .i { color: var(--violet-deep); }
  .chip.lock { background: var(--ink); border-color: var(--ink); color: #fff; }
  .chip.lock .i { color: var(--sun); }
  .chips { display: flex; flex-wrap: wrap; gap: 7px; }
  .btn { border: 0; border-radius: 14px; padding: 12px 16px; font-weight: 800; font-size: 15px; background: var(--violet); color: #fff; width: 100%; }
  .btn.quiet { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
  .btn.sm { width: auto; padding: 8px 14px; font-size: 13px; border-radius: 11px; }
  .toast { position: fixed; left: 50%; bottom: 96px; transform: translate(-50%, 12px); background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 999px; font-weight: 700; font-size: 13px; opacity: 0; transition: .25s; pointer-events: none; white-space: nowrap; }
  .toast.show { opacity: 1; transform: translate(-50%, 0); }
  .avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 14px; flex: none; }
  .row { display: flex; align-items: center; gap: 12px; }
  .grow { flex: 1; min-width: 0; }
  .muted { color: var(--muted); }
  .small { font-size: 12.5px; }
  .tnum { font-variant-numeric: tabular-nums; }

  /* ---------- My Beam ---------- */
  .profiles { display: flex; gap: 8px; padding: 12px 18px 0; overflow-x: auto; scrollbar-width: none; }
  .profiles::-webkit-scrollbar { display: none; }
  .card-hero { text-align: center; padding-top: 18px; }
  .card-hero .photo { width: 84px; height: 84px; border-radius: 50%; margin: 14px auto 10px; border: 3px solid var(--sun); background: linear-gradient(160deg, #B9A9FF, #7A5CFF); display: grid; place-items: center; font-size: 34px; font-weight: 900; color: #fff; }
  .card-hero .name { font-size: 26px; font-weight: 900; line-height: 1.1; }
  .card-hero .vibe { display: inline-flex; gap: 6px; align-items: center; margin-top: 10px; padding: 6px 14px; border-radius: 999px; background: var(--sun); color: var(--violet-deep); font-weight: 800; font-size: 13px; }
  .card-hero .note { margin-top: 10px; opacity: .9; font-style: italic; font-size: 14px; }
  .field { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
  .field:last-child { border-bottom: 0; }
  .field .ic { width: 42px; height: 42px; border-radius: 11px; overflow: hidden; flex: none; }
  .field .ic svg.logo { width: 42px; height: 42px; display: block; }
  .field .lbl { font-weight: 800; font-size: 14px; }
  .field .val { font-size: 13px; color: var(--muted); }
  .field input.val { border: 0; background: transparent; width: 100%; padding: 0; color: var(--muted); }
  .field input.val:focus { color: var(--ink); background: var(--mist-2); border-radius: 6px; padding: 2px 6px; margin-left: -6px; }
  .switch { width: 44px; height: 26px; border-radius: 999px; background: #D9D5EA; border: 0; position: relative; flex: none; transition: .2s; }
  .switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: .2s; box-shadow: 0 1px 3px rgba(0,0,0,.25); }
  .switch.on { background: var(--violet); }
  .switch.on::after { left: 21px; }
  .qr-wrap { text-align: center; padding: 18px 18px 22px; background: var(--mist-2); border-top: 1px solid var(--line); }
  .qr-box { display: inline-block; padding: 12px; background: #fff; border-radius: 22px; border: 3px solid var(--violet); box-shadow: 0 12px 30px -16px rgba(91,61,245,.5); }
  .qr-box svg { display: block; width: 176px; height: 176px; }
  .qr-toggle { display: inline-flex; background: #fff; border: 1.5px solid var(--line); border-radius: 999px; padding: 3px; gap: 3px; margin-bottom: 14px; }
  .qr-toggle button { border: 0; background: none; padding: 6px 12px; border-radius: 999px; font-weight: 800; font-size: 12.5px; color: var(--muted); }
  .qr-toggle button.on { background: var(--violet); color: #fff; }
  .name-edit { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .name-edit input, .note-edit input { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 8px 10px; background: #fff; }
  .note-edit { margin-top: 8px; }

  /* ---------- Received ---------- */
  .recv-bar { background: var(--ink); color: #fff; font-weight: 800; font-size: 12px; text-align: center; padding: 8px; letter-spacing: .08em; text-transform: uppercase; }
  .keep { margin: 16px 18px 20px; padding: 16px; border-radius: var(--radius); background: linear-gradient(135deg, var(--mist), var(--sky-soft)); }
  .keep .big { font-weight: 900; font-size: 18px; }

  /* ---------- BeamLog ---------- */
  .log-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .log-item:last-child { border-bottom: 0; }
  .log-item .nm { font-weight: 800; font-size: 15px; }
  .log-item .meta { font-size: 12.5px; color: var(--muted); }
  .log-item .quote { margin-top: 8px; padding: 8px 12px; border-radius: 12px; background: var(--mist-2); font-style: italic; font-size: 13px; }
  .log-search { display: flex; gap: 8px; align-items: center; background: rgba(255,255,255,.14); border-radius: 12px; padding: 8px 12px; margin-top: 12px; color: rgba(255,255,255,.85); }
  .log-search input { background: none; border: 0; color: #fff; width: 100%; }
  .log-search input::placeholder { color: rgba(255,255,255,.65); }
  .log-search.light { background: var(--mist-2); color: var(--ink); }
  .log-search.light input { color: var(--ink); }
  .log-search.light input::placeholder { color: var(--muted); }

  /* ---------- Beam In ---------- */
  .place-hero { text-align: center; padding-top: 28px; padding-bottom: 28px; }
  
  .place-hero h2 { margin: 6px 0 2px; font-size: 26px; font-weight: 900; }
  .here { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 8px 16px; border-radius: 999px; background: var(--sun); color: var(--violet-deep); font-weight: 800; font-size: 14px; }
  .here .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--violet-deep); box-shadow: 0 0 0 4px rgba(42,27,122,.18); }
  .quote-card { margin: 16px 18px 0; padding: 16px; border-radius: var(--radius); background: var(--violet-deep); color: #fff; position: relative; overflow: hidden; }
  .quote-card .q { font-weight: 800; font-size: 15.5px; line-height: 1.35; margin: 10px 0 6px; }
  .quote-card .who { color: rgba(255,255,255,.7); font-size: 12.5px; }
  .beamer { padding: 12px; border: 1.5px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; background: #fff; }
  .beamer .chips { margin-top: 8px; }
  .place-strip { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .place-strip::-webkit-scrollbar { display: none; }
  .place { flex: none; width: 150px; padding: 12px; border-radius: var(--radius); border: 1.5px solid var(--line); background: #fff; }
  
  .place .nm { font-weight: 800; margin-top: 6px; font-size: 13.5px; line-height: 1.2; }
  .place .ct { color: var(--violet); font-weight: 800; font-size: 13px; margin-top: 4px; }
  .partner { border-radius: var(--radius); overflow: hidden; border: 1.5px solid var(--line); background: #fff; }
  .partner .art { background: linear-gradient(135deg, var(--sun-soft), var(--mist)); padding: 18px; display: grid; place-items: center; }
  .partner .body { padding: 14px; }
  .partner .tag { font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
  .partner .nm { font-weight: 800; font-size: 15px; margin-top: 4px; }
  textarea.note { width: 100%; border: 1.5px solid var(--line); border-radius: 12px; padding: 10px 12px; background: #fff; resize: none; min-height: 64px; }

  /* ---------- Stats ---------- */
  .stat-hero { text-align: center; padding: 26px 18px; }
  .stat-hero .rank { color: var(--sun); font-weight: 800; font-size: 14px; }
  .stat-hero .n { font-size: 66px; font-weight: 900; line-height: 1; margin: 6px 0 4px; }
  .tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .tile { padding: 14px; border-radius: var(--radius); background: #fff; border: 1.5px solid var(--line); }
  .tile .n { font-size: 28px; font-weight: 900; color: var(--violet); line-height: 1; }
  .tile .l { font-size: 13px; color: var(--muted); margin-top: 6px; font-weight: 700; }
  .badges { display: flex; gap: 14px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
  .badges::-webkit-scrollbar { display: none; }
  .badge { flex: none; width: 84px; text-align: center; }
  .badge .disc { width: 66px; height: 66px; border-radius: 50%; margin: 0 auto 6px; display: grid; place-items: center; background: #fff; border: 1.5px solid var(--line); position: relative; }
  .badge .disc.earned { background: var(--violet); border-color: var(--violet); }
  .badge .disc.earned .i { color: #fff; }
  .badge .disc.locked { filter: grayscale(1); opacity: .5; }
  .badge .ring { position: absolute; inset: -4px; border-radius: 50%; }
  .badge .l { font-size: 12px; font-weight: 800; line-height: 1.2; }
  .badge .p { font-size: 11px; color: var(--muted); }
  .board .row { padding: 10px 0; border-bottom: 1px solid var(--line); }
  .board .row:last-child { border-bottom: 0; }
  .board .pos { width: 18px; font-weight: 800; color: var(--muted); }
  .board .pts { font-weight: 900; }
  .board .me { background: var(--sun-soft); margin: 0 -18px; padding-left: 18px; padding-right: 18px; }

  /* ---------- notes panel ---------- */
  /* ---------- premium: skins, sheet, insights ---------- */
  .swatches { display: flex; gap: 10px; overflow-x: auto; padding: 2px; scrollbar-width: none; }
  .swatches::-webkit-scrollbar { display: none; }
  .swatch { flex: none; width: 64px; text-align: center; background: none; border: 0; padding: 0; }
  .swatch .sq { width: 56px; height: 56px; border-radius: 16px; margin: 0 auto 5px; position: relative; border: 3px solid transparent; }
  .swatch.on .sq { border-color: var(--sun); box-shadow: 0 0 0 2px var(--violet); }
  .swatch .sq .lk { position: absolute; right: -6px; top: -6px; width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: var(--sun); display: grid; place-items: center; }
  .swatch .sq .lk .i { width: 12px; height: 12px; }
  .swatch .l { font-size: 11.5px; font-weight: 800; }
  .swatch .l small { display: block; font-weight: 700; color: var(--muted); font-size: 10.5px; }
  .pass-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: var(--radius); background: var(--ink); color: #fff; }
  .pass-row .i { width: 26px; height: 26px; color: var(--sun); }
  .pass-row .t { font-weight: 800; font-size: 14px; }
  .pass-row .d { font-size: 12px; color: rgba(255,255,255,.72); }
  .pass-row .btn { width: auto; background: var(--sun); color: var(--violet-deep); padding: 8px 12px; font-size: 13px; border-radius: 11px; }
  .sheet-bg { position: absolute; inset: 0; background: rgba(28,23,53,.5); z-index: 5; }
  .sheet { position: absolute; left: 0; right: 0; bottom: 0; background: #fff; border-radius: 30px 30px 0 0; padding: 14px 18px 22px; z-index: 6; max-height: 88%; overflow-y: auto; box-shadow: 0 -20px 50px -20px rgba(42,27,122,.5); }
  .sheet .grab { width: 40px; height: 5px; border-radius: 5px; background: var(--line); margin: 0 auto 14px; }
  .sheet h3 { margin: 0; font-size: 22px; font-weight: 900; }
  .sheet .sub { color: var(--muted); font-size: 13.5px; margin: 4px 0 14px; }
  .feat { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; }
  .feat .fi { width: 36px; height: 36px; border-radius: 11px; background: var(--violet); color: #fff; display: grid; place-items: center; flex: none; }
  .feat .fi .i { width: 19px; height: 19px; }
  .feat .ft { font-weight: 800; font-size: 14px; }
  .feat .fd { font-size: 12.5px; color: var(--muted); }
  .price { display: flex; gap: 8px; margin: 12px 0; }
  .price button { flex: 1; border: 1.5px solid var(--line); background: #fff; border-radius: 14px; padding: 10px; text-align: left; }
  .price button.on { border-color: var(--violet); box-shadow: 0 0 0 3px var(--mist); }
  .price .pn { font-weight: 900; font-size: 16px; }
  .price .pd { font-size: 12px; color: var(--muted); }
  .spark { width: 100%; height: 72px; display: block; }
  .challenge { border-radius: var(--radius); border: 1.5px solid var(--line); padding: 14px; background: #fff; }
  .bar { height: 8px; border-radius: 8px; background: var(--line); overflow: hidden; margin-top: 8px; }
  .bar span { display: block; height: 100%; background: var(--violet); }
  .minimap { width: 100%; height: 130px; border-radius: 14px; display: block; background: var(--sky-soft); }
  /* ---------- ideas section ---------- */
  @media (prefers-reduced-motion: reduce) { * { transition: none !important; } }

  /* ---------- app additions ---------- */
  body.page-app, body.page-received { background: var(--page); }
  .appbar { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px 6px; }
  .appbar .wordmark { font-size: 16px; }
  .appbar .alien { width: 30px; height: 30px; }
  .iconbtn { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--ink); }
  .iconbtn .i { width: 18px; height: 18px; }
  .stack { display: flex; flex-direction: column; gap: 8px; }
  input, select, textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 12px; padding: 10px 12px; background: #fff; font: inherit; color: inherit; }
  .empty { text-align: center; padding: 28px 18px; color: var(--muted); }
  .empty .alien { width: 56px; height: 56px; margin-bottom: 8px; }
  .empty b { display: block; color: var(--ink); font-size: 16px; margin-bottom: 4px; }
  .offline-bar { background: var(--ink); color: #fff; text-align: center; font-size: 12px; font-weight: 800; padding: 6px; letter-spacing: .06em; text-transform: uppercase; }
  .offline-bar .i { color: var(--sun); }
  .views { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 6px; }
  .edit-panel { background: var(--mist-2); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 12px; }
  .icon-pick { display: flex; flex-wrap: wrap; gap: 6px; }
  .icon-pick button { width: 36px; height: 36px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--ink); }
  .icon-pick button.on { background: var(--violet); border-color: var(--violet); color: #fff; }
  .icon-pick .i { width: 18px; height: 18px; }
  .vibe-hist { display: flex; flex-wrap: wrap; gap: 7px; }
  .vibe-hist .chip b { margin-left: 2px; color: var(--violet); }
  .chip.sel .vibe-hist b, .chip.sel b { color: #fff; }
  .place-list .row { padding: 10px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
  .place-list .row:last-child { border-bottom: 0; }
  .link { background: none; border: 0; padding: 0; color: var(--violet); font-weight: 800; cursor: pointer; }
  .btn.wide { width: auto; padding-left: 22px; padding-right: 22px; display: inline-block; text-decoration: none; text-align: center; }
  a.btn { text-decoration: none; display: block; text-align: center; }
  .foot { text-align: center; padding: 16px 18px 28px; }
  .code { font-family: inherit; font-weight: 800; letter-spacing: .04em; word-break: break-all; background: var(--mist-2); border: 1.5px solid var(--line); border-radius: 12px; padding: 10px 12px; }
  .dot-on { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--mint-ink); margin-right: 6px; }
  /* ---------- landing ---------- */
  body.page-landing { background: var(--page); }
  .landing { max-width: 640px; margin: 0 auto; padding: 22px 20px 40px; }
  .land-top { display: flex; align-items: center; gap: 10px; }
  .land-top .alien { width: 40px; height: 40px; }
  .land-hero { padding: 34px 0 10px; }
  .land-hero h1 { font-size: 44px; font-weight: 900; line-height: 1.05; margin: 0 0 12px; text-wrap: balance; }
  .land-hero p { font-size: 17px; color: var(--muted); max-width: 46ch; margin: 0 0 20px; }
  .land-how { display: grid; gap: 12px; margin-top: 30px; }
  .how { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius); padding: 16px; }
  .how .k { width: 34px; height: 34px; border-radius: 50%; background: var(--violet); color: #fff; font-weight: 900; display: grid; place-items: center; }
  .how b { font-size: 16px; }
  .how p { margin: 4px 0 0; color: var(--muted); }
  .land-quote { margin-top: 26px; display: flex; gap: 14px; align-items: center; background: var(--violet-deep); color: #fff; border-radius: var(--radius); padding: 18px; }
  .land-quote .alien { width: 52px; height: 52px; flex: none; }
  .land-quote .q { font-weight: 800; font-size: 16px; }
  .land-foot { text-align: center; margin-top: 30px; }
  .land-foot a { color: var(--violet); font-weight: 800; }
