/* VULU web onboarding — minimal single centered card */
.ob2 {
  position: fixed; inset: 0; z-index: 1; overflow-y: auto;
  display: grid; place-items: center; padding: 24px;
  background: #07090A; color: var(--text, #F3F7F3);
  font-family: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
}
.ob2-glow { position: fixed; top: -10%; left: 50%; transform: translateX(-50%); width: 560px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(74,222,128,0.07), transparent 68%); pointer-events: none; }

/* the single card — same liquid-glass treatment as the home page .pcol, just one panel */
.ob2-card {
  position: relative; width: 100%; max-width: 440px;
  display: flex; flex-direction: column; min-height: min(564px, 84vh);
  padding: 30px 30px 32px; border-radius: 24px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(162deg, rgba(255,255,255,0.10), rgba(255,255,255,0.035) 47%, rgba(255,255,255,0.065));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), inset 0 0 0 1px rgba(255,255,255,0.045), 0 26px 64px -24px rgba(0,0,0,0.72);
}
.ob2-mark { font-size: 26px; font-weight: 900; letter-spacing: 0.04em; text-align: center; color: var(--text, #fff); margin-bottom: 4px; }
.ob2-mark span { color: var(--green, #4ADE80); }

.ob2-bar { display: flex; align-items: center; gap: 14px; height: 44px; margin-bottom: 16px; flex: 0 0 auto; }
.ob2-bar .ob-dots { margin: 0; flex: 1 1 auto; justify-content: flex-start; }
.ob2-bar__step { font-size: 12px; font-weight: 800; color: var(--muted, #69736E); }
.ob2-body { flex: 1 1 auto; min-height: 0; display: flex; overflow-y: auto; overflow-x: hidden; margin: 0 -6px; padding: 0 6px; }
/* the -6px/+6px inset gives focus-visible rings (2px outline + 3px offset = 5px)
   room to render — the input/button fills its column edge-to-edge, so with zero
   buffer the ring was being clipped by this scroll container (invisible on focus). */
.ob2-body .ob-screen { flex: 1 1 auto; min-height: 0; width: 100%; }
.ob2-welcome { justify-content: center; text-align: center; }
.ob2-welcome .ob-title { font-size: 24px; }
.ob2-welcome .ob-body { margin-bottom: 4px; }
.ob2-auth { display: flex; flex-direction: column; gap: 11px; margin-top: 24px; text-align: left; }

/* ── shared bits ── */
.ob-back { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--border, rgba(255,255,255,0.1)); border-radius: 14px; background: rgba(255,255,255,0.05); color: var(--text-2, #A2ACA6); cursor: pointer; }
.ob-back:hover { color: var(--text, #fff); }
.ob-back .ic, .ob-back svg { width: 18px; height: 18px; }
.ob-back:focus-visible,
.ob-oauth:focus-visible,
.ob-input:focus-visible,
.ob-cal__arrow:focus-visible,
.ob-cal__sel select:focus-visible,
.ob-cal__day:focus-visible,
.ob-opt:focus-visible,
.ob-tile:focus-visible,
.ob-tile__x:focus-visible,
.ob-tile__retry:focus-visible,
.ob-cta:focus-visible {
  outline: 2px solid rgba(74,222,128,0.82);
  outline-offset: 3px;
}
.ob-dots { display: flex; gap: 6px; }
.ob-dot { width: 20px; height: 4px; border-radius: 999px; background: rgba(255,255,255,0.12); transition: background .2s; }
.ob-dot.done { background: rgba(74,222,128,0.55); }
.ob-dot.on { background: var(--green, #4ADE80); }

.ob-screen { display: flex; flex-direction: column; }
.ob-head { margin-bottom: 20px; flex: 0 0 auto; }
.ob-title { margin: 0 0 8px; font-size: 25px; font-weight: 800; letter-spacing: -0.02em; }
.ob-body { margin: 0; font-size: 14px; line-height: 1.5; color: var(--text-2, #A2ACA6); }

/* oauth (welcome) */
.ob-oauth { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px; border-radius: 14px; border: 0; font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; }
.ob-oauth .ic, .ob-oauth svg { width: 19px; height: 19px; }
.ob-oauth--apple { background: #fff; color: #000; }
.ob-oauth--apple:hover { background: #eaeaea; }
.ob-oauth--google { background: rgba(255,255,255,0.06); color: var(--text, #fff); border: 1px solid var(--border, rgba(255,255,255,0.12)); }
.ob-oauth--google:hover { background: rgba(255,255,255,0.10); }
.ob-g { font-weight: 900; font-size: 17px; color: #4285F4; }
.ob-terms { margin: 8px 0 0; text-align: center; font-size: 11.5px; line-height: 1.5; color: var(--muted, #69736E); }
.ob-terms a, .ob-login a { color: var(--text-2, #A2ACA6); text-decoration: underline; }
.ob-login { margin: 4px 0 0; text-align: center; font-size: 13.5px; color: var(--text-2, #A2ACA6); }
.ob-login a { color: var(--green, #4ADE80); font-weight: 700; text-decoration: none; }

/* inputs */
.ob-field { position: relative; display: flex; align-items: center; margin-bottom: 12px; flex: 0 0 auto; }
.ob-input { width: 100%; padding: 16px; border-radius: 14px; border: 1px solid var(--border, rgba(255,255,255,0.12)); background: rgba(255,255,255,0.05); color: var(--text, #fff); font: inherit; font-size: 17px; font-weight: 600; outline: none; box-sizing: border-box; }
.ob-input:focus { border-color: rgba(74,222,128,0.5); background: rgba(255,255,255,0.07); }
.ob-input::placeholder { color: var(--muted, #69736E); }
.ob-input--at { padding-left: 36px; }
.ob-input--date { color-scheme: dark; }
.ob-at { position: absolute; left: 16px; font-size: 17px; font-weight: 700; color: var(--text-2, #A2ACA6); pointer-events: none; }
.ob-count { position: absolute; right: 14px; font-size: 12px; color: var(--muted, #69736E); }
.ob-tick { position: absolute; right: 14px; color: var(--green, #4ADE80); display: inline-flex; }
.ob-tick .ic, .ob-tick svg { width: 20px; height: 20px; }
.ob-spin, .ob-bigspin { border-radius: 50%; border: 2.5px solid rgba(255,255,255,0.15); border-top-color: var(--green, #4ADE80); animation: ob-spin .7s linear infinite; }
.ob-spin { position: absolute; right: 14px; width: 17px; height: 17px; }
@keyframes ob-spin { to { transform: rotate(360deg); } }
.ob-hint { font-size: 12.5px; color: var(--muted, #69736E); min-height: 18px; margin-bottom: 18px; padding-left: 2px; flex: 0 0 auto; }
.ob-hint--bad { color: #FF7A7A; }
.ob-hint--good { color: var(--green, #4ADE80); }

/* birthday calendar */
.ob-cal { display: flex; flex-direction: column; gap: 9px; margin-bottom: 8px; flex: 0 0 auto; padding: 12px; border-radius: 16px; border: 1px solid var(--border, rgba(255,255,255,0.12)); background: rgba(255,255,255,0.04); }
.ob-cal__nav { display: flex; align-items: center; gap: 8px; }
.ob-cal__arrow { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--border, rgba(255,255,255,0.12)); border-radius: 12px; background: rgba(255,255,255,0.05); color: var(--text-2, #A2ACA6); cursor: pointer; }
.ob-cal__arrow:hover { color: var(--text, #fff); background: rgba(255,255,255,0.09); }
.ob-cal__arrow .ic, .ob-cal__arrow svg { width: 16px; height: 16px; }
.ob-cal__arrow--next .ic, .ob-cal__arrow--next svg { transform: rotate(180deg); }
.ob-cal__sel { flex: 1 1 auto; display: flex; gap: 8px; }
.ob-cal__sel select { flex: 1 1 0; min-width: 0; min-height: 44px; padding: 10px 12px; border-radius: 12px; border: 1px solid var(--border, rgba(255,255,255,0.12)); background: rgba(255,255,255,0.05); color: var(--text, #fff); font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; outline: none; color-scheme: dark; -webkit-appearance: none; appearance: none; text-align: center; }
.ob-cal__sel select:focus { border-color: rgba(74,222,128,0.5); }
.ob-cal__dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.ob-cal__dow span { text-align: center; font-size: 11px; font-weight: 800; color: var(--muted, #69736E); padding: 2px 0; }
.ob-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.ob-cal__day { aspect-ratio: 1; display: grid; place-items: center; border: 0; border-radius: 9px; background: transparent; color: var(--text, #fff); font: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; }
.ob-cal__day:hover:not(.ob-cal__day--blank) { background: rgba(255,255,255,0.08); }
.ob-cal__day.on { background: var(--green, #4ADE80); color: var(--green-ink, #032012); font-weight: 800; }
.ob-cal__day--blank { cursor: default; background: transparent; }

/* options (gender) */
.ob-opts { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; flex: 0 0 auto; }
.ob-opt { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border-radius: 14px; border: 1px solid var(--border, rgba(255,255,255,0.12)); background: rgba(255,255,255,0.04); color: var(--text, #fff); font: inherit; font-size: 15.5px; font-weight: 600; cursor: pointer; }
.ob-opt:hover { background: rgba(255,255,255,0.07); }
.ob-opt.on { border-color: rgba(74,222,128,0.55); background: rgba(74,222,128,0.12); }
.ob-opt__tick { color: var(--green, #4ADE80); display: inline-flex; }
.ob-opt__tick .ic, .ob-opt__tick svg { width: 19px; height: 19px; }

/* photos */
.ob-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; flex: 0 0 auto; }
.ob-photo { position: relative; aspect-ratio: 1; border-radius: 16px; overflow: hidden; background: rgba(255,255,255,0.04); border: 1px solid var(--border, rgba(255,255,255,0.1)); }
.ob-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ob-photo--avatar { border-color: rgba(199,125,255,0.5); }
.ob-photo--add { display: grid; place-items: center; border-style: dashed; color: var(--text-2, #A2ACA6); cursor: pointer; }
.ob-photo--add:hover { color: var(--text, #fff); border-color: rgba(74,222,128,0.4); }
.ob-photo--add .ic, .ob-photo--add svg { width: 24px; height: 24px; }
.ob-photo__badge { position: absolute; bottom: 6px; left: 6px; padding: 3px 8px; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: #fff; background: rgba(199,125,255,0.85); }
.ob-photo__x { position: absolute; top: -6px; right: -6px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: #fff; display: grid; place-items: center; cursor: pointer; }
.ob-photo__x::before { content: ""; grid-area: 1 / 1; width: 26px; height: 26px; border-radius: 50%; background: rgba(0,0,0,0.58); }
.ob-photo__x .ic, .ob-photo__x svg { position: relative; grid-area: 1 / 1; width: 12px; height: 12px; }

/* photo rail (hold-drag reorder) */
.ob-rail { display: flex; gap: 10px; overflow-x: auto; padding: 4px 2px 10px; margin-bottom: 4px; flex: 0 0 auto; scrollbar-width: thin; }
.ob-tile { position: relative; flex: 0 0 72px; width: 72px; height: 96px; border-radius: 14px; overflow: hidden; background: rgba(255,255,255,0.04); border: 1px solid var(--border, rgba(255,255,255,0.1)); cursor: grab; user-select: none; }
.ob-tile img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.ob-tile--avatar { border-color: rgba(199,125,255,0.6); box-shadow: 0 0 0 1px rgba(199,125,255,0.35); }
.ob-tile--drag { cursor: grabbing; opacity: 0.3; border-color: rgba(74,222,128,0.6); border-style: dashed; }
.ob-tile--charging { filter: brightness(0.92) saturate(1.05); }
/* hold-to-charge loading bar that draws around the tile, then it lifts (matches profile My Photos) */
.ob-charge { position: absolute; inset: 0; z-index: 4; pointer-events: none; border-radius: 14px; background: rgba(0,0,0,0.28); }
.ob-charge svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ob-charge rect {
  stroke: var(--green, #4ADE80); stroke-width: 3; stroke-linecap: round;
  stroke-dasharray: 100; stroke-dashoffset: 100;
  animation: obcharge .52s linear forwards;
  filter: drop-shadow(0 0 3px rgba(74,222,128,0.8));
}
@keyframes obcharge { to { stroke-dashoffset: 0; } }
/* the lifted photo, following the cursor in real time */
.ob-tile-clone {
  position: fixed; z-index: 999; width: 84px; height: 112px; border-radius: 14px; pointer-events: none;
  background-size: cover; background-position: center;
  transform: translate(-50%, -50%) scale(1.06) rotate(2deg);
  box-shadow: 0 22px 50px rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.28);
}
.ob-tile--add { flex: 0 0 72px; display: grid; place-items: center; border-style: dashed; color: var(--text-2, #A2ACA6); cursor: pointer; }
.ob-tile--add:hover { color: var(--text, #fff); border-color: rgba(74,222,128,0.45); }
.ob-tile--add .ic, .ob-tile--add svg { width: 22px; height: 22px; }
.ob-tile__num { position: absolute; top: 5px; left: 5px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; background: rgba(0,0,0,0.6); color: #fff; font-size: 10px; font-weight: 800; display: grid; place-items: center; }
.ob-tile__av { position: absolute; bottom: 5px; left: 5px; right: 5px; text-align: center; padding: 2px 0; border-radius: 6px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: #fff; background: rgba(199,125,255,0.9); }
.ob-tile__x { position: absolute; top: -8px; right: -8px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: #fff; display: grid; place-items: center; cursor: pointer; }
.ob-tile__x::before { content: ""; grid-area: 1 / 1; width: 26px; height: 26px; border-radius: 50%; background: rgba(0,0,0,0.64); }
.ob-tile__x .ic, .ob-tile__x svg { position: relative; grid-area: 1 / 1; width: 11px; height: 11px; }
.ob-tile__up { position: absolute; left: 6px; right: 6px; bottom: 6px; height: 4px; border-radius: 999px; background: rgba(0,0,0,0.55); overflow: hidden; }
.ob-tile__up span { display: block; height: 100%; background: var(--green, #4ADE80); transition: width .18s ease; }
.ob-tile__retry { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,0.62); color: #FF8A8A; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }

/* crop editor — sized to always fit one screen (no scrolling) */
.ob-crop { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: clamp(14px, 3vw, 32px); overflow: hidden; background: rgba(4,6,7,0.88); -webkit-backdrop-filter: blur(14px) saturate(1.12); backdrop-filter: blur(14px) saturate(1.12); }
.ob-crop__panel { box-sizing: border-box; width: 100%; max-width: 420px; max-height: calc(100dvh - clamp(28px, 6vw, 64px)); margin: auto; display: flex; flex-direction: column; overflow: hidden; border-radius: 22px; padding: clamp(14px, 2vh, 22px); border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(162deg, rgba(17,24,21,0.94), rgba(7,11,9,0.92) 47%, rgba(16,25,20,0.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), 0 30px 70px -20px rgba(0,0,0,0.8); }
.ob-crop__head { text-align: center; margin-bottom: clamp(8px, 1.3vh, 14px); flex: 0 0 auto; }
.ob-crop__head b { display: block; font-size: 17px; font-weight: 800; color: var(--text, #fff); }
.ob-crop__head span { display: block; margin-top: 4px; font-size: 12px; color: var(--text-2, #A2ACA6); }
.ob-crop__frame { position: relative; margin: 0 auto; flex: 0 0 auto; border-radius: 16px; overflow: hidden; background: #0a0d0c; cursor: grab; touch-action: none; box-shadow: 0 0 0 1px rgba(255,255,255,0.12), 0 0 0 9999px rgba(4,6,7,0.0); }
.ob-crop__frame:active { cursor: grabbing; }
.ob-crop__frame img { will-change: left, top, width, height; }
.ob-crop__grid { position: absolute; inset: 0; pointer-events: none; background-image:
  linear-gradient(rgba(255,255,255,0.22), rgba(255,255,255,0.22)), linear-gradient(rgba(255,255,255,0.22), rgba(255,255,255,0.22)),
  linear-gradient(rgba(255,255,255,0.22), rgba(255,255,255,0.22)), linear-gradient(rgba(255,255,255,0.22), rgba(255,255,255,0.22));
  background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%; background-position: 0 33.33%, 0 66.66%, 33.33% 0, 66.66% 0; background-repeat: no-repeat; }
.ob-crop__zoom { display: flex; align-items: center; gap: 12px; margin: clamp(8px, 1.4vh, 14px) 2px 0; flex: 0 0 auto; }
.ob-crop__zk { font-size: 18px; font-weight: 800; color: var(--text-2, #A2ACA6); width: 12px; text-align: center; }
.ob-crop__zoom input[type=range] { flex: 1 1 auto; -webkit-appearance: none; appearance: none; height: 44px; border-radius: 999px; background: linear-gradient(rgba(255,255,255,0.16), rgba(255,255,255,0.16)) center / 100% 4px no-repeat; outline: none; }
.ob-crop__zoom input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--green, #4ADE80); cursor: pointer; border: 2px solid #0d100f; }
.ob-crop__zoom input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--green, #4ADE80); cursor: pointer; border: 2px solid #0d100f; }
.ob-crop__acts { display: flex; gap: 10px; margin-top: clamp(8px, 1.4vh, 14px); flex: 0 0 auto; }
.ob-crop__acts .ob-crop__btn { flex: 1 1 0; min-height: 48px; margin-top: 0; padding: 13px 14px; }

/* verification camera */
.ob-verify { display: grid; place-items: center; margin: 4px 0 20px; flex: 0 0 auto; }
.ob-cam { position: relative; width: 220px; height: 220px; border-radius: 50%; overflow: hidden; background: #0d1110; display: grid; place-items: center; }
.ob-cam video, .ob-cam img { width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); }
.ob-cam__ring { position: absolute; inset: 0; border-radius: 50%; border: 3px solid rgba(74,222,128,0.5); animation: ob-pulse 2s ease-in-out infinite; pointer-events: none; }
.ob-cam--shot .ob-cam__ring { border-color: rgba(74,222,128,0.8); animation: none; }
@keyframes ob-pulse { 0%,100% { box-shadow: 0 0 0 6px rgba(74,222,128,0.06); } 50% { box-shadow: 0 0 0 12px rgba(74,222,128,0.14); } }
.ob-cam__denied, .ob-cam__sim { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--text-2, #A2ACA6); font-size: 13px; }
.ob-cam__denied .ic, .ob-cam__denied svg { width: 30px; height: 30px; }
.ob-cam__sim { color: var(--green, #4ADE80); }
.ob-cam__sim .ic, .ob-cam__sim svg { width: 54px; height: 54px; }

/* notifications */
.ob-reasons { display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; flex: 0 0 auto; }
.ob-reason { display: flex; align-items: center; gap: 13px; font-size: 15px; font-weight: 600; color: var(--text, #fff); }
.ob-reason__ic { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 12px; display: grid; place-items: center; background: rgba(74,222,128,0.12); color: var(--green, #4ADE80); }
.ob-reason__ic .ic, .ob-reason__ic svg { width: 20px; height: 20px; }

/* CTA */
.ob-cta { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 16px; border: 0; border-radius: 14px; font: inherit; font-size: 15.5px; font-weight: 800; cursor: pointer; background: var(--green, #4ADE80); color: var(--green-ink, #032012); margin-top: auto; flex: 0 0 auto; }
.ob-cta:hover:not(:disabled) { background: #5fe892; }
.ob-cta:disabled { opacity: 0.4; cursor: default; }
.ob-cta .ic, .ob-cta svg { width: 18px; height: 18px; }
.ob-cta--ghost { background: rgba(255,255,255,0.05); color: var(--text-2, #A2ACA6); border: 1px solid var(--border, rgba(255,255,255,0.12)); margin-top: 10px; }
.ob-cta--ghost:hover:not(:disabled) { background: rgba(255,255,255,0.10); color: var(--text, #fff); }

/* review */
.ob-review { text-align: center; align-items: center; justify-content: center; }
.ob-review .ob-head { text-align: center; }
.ob-bigspin { width: 52px; height: 52px; border-width: 4px; margin-bottom: 22px; }
.ob-ok__ic, .ob-rej__ic { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 18px; }
.ob-ok__ic { background: rgba(74,222,128,0.16); color: var(--green, #4ADE80); }
.ob-ok__ic .ic, .ob-ok__ic svg { width: 38px; height: 38px; }
.ob-rej__ic { background: rgba(255,90,90,0.16); color: #FF6B6B; }
.ob-rej__ic .ic, .ob-rej__ic svg { width: 32px; height: 32px; }
.ob-issues { display: flex; flex-direction: column; gap: 10px; width: 100%; margin: 4px 0 22px; }
.ob-issue { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(255,90,90,0.3); background: rgba(255,90,90,0.07); color: var(--text, #fff); font: inherit; font-size: 14.5px; font-weight: 600; cursor: pointer; text-align: left; }
.ob-issue--fixed { border-color: rgba(74,222,128,0.35); background: rgba(74,222,128,0.08); }
.ob-issue__ic { width: 30px; height: 30px; flex: 0 0 auto; border-radius: 9px; display: grid; place-items: center; background: rgba(255,90,90,0.16); color: #FF6B6B; }
.ob-issue--fixed .ob-issue__ic { background: rgba(74,222,128,0.16); color: var(--green, #4ADE80); }
.ob-issue__ic .ic, .ob-issue__ic svg { width: 15px; height: 15px; }
.ob-issue__t { flex: 1 1 auto; }
.ob-issue__go { font-size: 12.5px; font-weight: 800; color: #FF6B6B; }
.ob-issue--fixed .ob-issue__go { color: var(--green, #4ADE80); }

/* ── responsive scale-up for laptops / desktops ───────────────────────────── */
/* laptops & up — a roomier card with larger controls */
@media (min-width: 760px) {
  .ob2 { padding: clamp(24px, 5vh, 56px); }
  .ob2-glow { width: 720px; height: 560px; }
  .ob2-card { max-width: 500px; padding: 38px 40px 40px; min-height: min(620px, 86vh); border-radius: 26px; }
  .ob2-mark { font-size: 30px; margin-bottom: 6px; }
  .ob2-bar { height: 44px; margin-bottom: 20px; }
  .ob-back { width: 44px; height: 44px; }
  .ob-back .ic, .ob-back svg { width: 20px; height: 20px; }
  .ob-dot { width: 24px; height: 5px; }

  .ob-head { margin-bottom: 24px; }
  .ob-title, .ob2-welcome .ob-title { font-size: 29px; }
  .ob-body { font-size: 15px; }

  .ob-oauth { padding: 16px 18px; font-size: 16px; }
  .ob-oauth .ic, .ob-oauth svg { width: 21px; height: 21px; }
  .ob2-auth { gap: 12px; margin-top: 28px; }
  .ob-terms { font-size: 12px; }
  .ob-login { font-size: 14px; }

  .ob-input { padding: 18px; font-size: 18px; }
  .ob-input--at { padding-left: 40px; }
  .ob-at { font-size: 18px; }
  .ob-cta { padding: 18px; font-size: 16.5px; }
  .ob-cta .ic, .ob-cta svg { width: 20px; height: 20px; }
  .ob-opt { padding: 17px 20px; font-size: 16.5px; }

  .ob-photos { gap: 14px; }
  .ob-rail { gap: 12px; }
  .ob-tile, .ob-tile--add { flex-basis: 84px; width: 84px; height: 112px; }
  .ob-cam { width: 248px; height: 248px; }
  .ob-reason { font-size: 16px; }
  .ob-reason__ic { width: 46px; height: 46px; }
}

/* large desktops / Mac — the biggest, most comfortable layout */
@media (min-width: 1180px) {
  .ob2-glow { width: 840px; height: 640px; }
  .ob2-card { max-width: 552px; padding: 46px 48px 48px; min-height: min(680px, 88vh); }
  .ob2-mark { font-size: 34px; }
  .ob-title, .ob2-welcome .ob-title { font-size: 33px; }
  .ob-body { font-size: 15.5px; line-height: 1.55; }

  .ob-oauth { padding: 18px 20px; font-size: 17px; }
  .ob-oauth .ic, .ob-oauth svg { width: 22px; height: 22px; }
  .ob2-auth { margin-top: 32px; }

  .ob-input { padding: 20px; font-size: 19px; }
  .ob-cta { padding: 19px; font-size: 17.5px; }
  .ob-opt { padding: 19px 22px; font-size: 17px; }

  .ob-tile, .ob-tile--add { flex-basis: 92px; width: 92px; height: 122px; }
  .ob-cam { width: 272px; height: 272px; }
}

/* on small viewports let the card fill the screen */
@media (max-width: 520px) {
  .ob2 { padding: 14px; }
  .ob2-card { max-width: none; min-height: 88vh; padding: 26px 16px 28px; }
  .ob-cal { padding: 6px; gap: 8px; }
  .ob-cal__nav,
  .ob-cal__sel { gap: 6px; }
  .ob-cal__dow,
  .ob-cal__grid { gap: 2px; }
  .ob-cal__day { min-height: 44px; border-radius: 10px; }
}

/* welcome/login parity: full-screen mobile brand field with bottom auth sheet */
.ob2.ob2--welcome {
  place-items: stretch;
  overflow: hidden;
  padding: 0;
  background: #040404;
}
.ob2--welcome::before,
.ob2--welcome::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.ob2--welcome::before {
  z-index: 0;
  background: rgba(0,0,0,0.06);
}
.ob2--welcome::after {
  z-index: 1;
  /* P1 fix: dial back the welcome vignette so the global halftone field reads
     the same as the app shell across desktop/iPad/iPhone. The previous stack
     (92px inner + 180px bottom + 92px top) ate the animated field behind the
     VULU wordmark and made the login read as a static dark splash. */
  background:
    radial-gradient(ellipse 64% 72% at 50% 46%, transparent 52%, rgba(0,0,0,0.32) 92%, rgba(0,0,0,0.62) 100%);
}
.ob2--welcome .ob2-glow { display: none; }
.ob2--welcome .ob2-card {
  position: fixed;
  z-index: 3;
  left: 50%;
  bottom: max(24px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  width: min(520px, calc(100% - 48px));
  max-width: none;
  min-height: 0;
  padding: 20px;
  border-radius: 28px;
  background: rgba(75,89,79,0.58) !important;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20);
  backdrop-filter: blur(22px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.2) !important;
}
.ob2--welcome .ob2-body,
.ob2--welcome .ob2-body .ob-screen {
  min-height: 0;
  overflow: visible;
}
.ob2--welcome .ob2-welcome {
  justify-content: flex-start;
  text-align: center;
}
.ob2--welcome .ob2-auth {
  gap: 14px;
  margin: 0;
  text-align: center;
}
.ob2--welcome .ob-oauth {
  min-height: 60px;
  padding: 0 20px;
  border-radius: 19px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.075);
  color: #f5f8f5;
  font-size: 16px;
  font-weight: 800;
}
.ob2--welcome .ob-oauth:hover {
  background: rgba(255,255,255,0.11);
  color: #fff;
}
.ob2--welcome .ob-oauth--apple {
  background: rgba(255,255,255,0.09);
  color: #f5f8f5;
}
.ob2--welcome .ob-oauth--apple:hover {
  background: rgba(255,255,255,0.13);
}
.ob-brand-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.ob2--welcome .ob-g {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  color: #f5f8f5;
  font-size: 21px;
  line-height: 1;
}
.ob2--welcome .ob-terms {
  margin: 5px 8px 0;
  color: rgba(238,244,239,0.68);
  font-size: 15px;
  line-height: 1.45;
}
.ob2--welcome .ob-terms a {
  color: rgba(255,255,255,0.88);
  font-weight: 800;
  text-underline-offset: 3px;
}
.ob2--welcome .ob-terms__intro,
.ob2--welcome .ob-terms__links {
  display: inline;
}

@media (min-width: 760px) {
  .ob2--welcome .ob2-card {
    padding: 24px;
    bottom: 38px;
  }
}

@media (max-width: 520px) {
  .ob2.ob2--welcome { padding: 0; }
  .ob2--welcome .ob2-card {
    width: calc(100% - 32px);
    min-height: 0;
    padding: 14px 16px 15px;
    border-radius: 22px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }
  .ob2--welcome .ob-oauth {
    min-height: 46px;
    border-radius: 15px;
    font-size: 14.5px;
    padding: 0 16px;
  }
  .ob2--welcome .ob-terms {
    margin-top: 3px;
    font-size: 12.5px;
    line-height: 1.4;
  }
  .ob2--welcome .ob-terms__intro,
  .ob2--welcome .ob-terms__links {
    display: block;
  }
  .ob2--welcome .ob-brand-icon { width: 19px; height: 19px; }
  .ob2--welcome .ob-g { width: 19px; height: 19px; font-size: 18px; }
}

/* P1 fix: terms line clips at 393×852 — force a slightly more compact panel
   so the legal copy is fully visible without page scroll on the main mobile viewport. */
@media (max-width: 420px) and (min-height: 800px) {
  .ob2--welcome .ob2-card {
    padding: 13px 16px 14px;
  }
  .ob2--welcome .ob-oauth {
    min-height: 44px;
    font-size: 14px;
  }
  .ob2--welcome .ob-terms { font-size: 12px; line-height: 1.38; }
}

@media (max-height: 720px) {
  .ob2--welcome .ob2-card {
    bottom: 16px;
    padding: 16px;
  }
  .ob2--welcome .ob-oauth { min-height: 48px; }
  .ob2--welcome .ob-terms { font-size: 13px; }
}
