:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #131313; color: #e5e2e1; }
* { box-sizing: border-box; }
body { margin: 0; background: #131313; overscroll-behavior: none; }
button { font: inherit; }
.app-shell { min-height: 100dvh; max-width: 520px; margin: 0 auto; background: #131313; }
.topbar { height: calc(64px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) 16px 0; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #292929; }
.mark { width: 30px; height: 30px; background: #e5e2e1; }
.topbar h1 { margin: 0; font-size: 23px; letter-spacing: -0.7px; }.topbar .spacer { flex: 1; }.profile { width: 32px; height: 32px; border-radius: 50%; background: #2a2a2a; display: grid; place-items: center; color: #ffb4aa; }
.hero { height: 310px; padding: 24px 16px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(0deg, #131313 0%, rgba(19,19,19,.74) 42%, rgba(255,95,82,.16) 100%); border-bottom: 1px solid #292929; }
.eyebrow { color: #ffb4aa; font-size: 11px; font-weight: 800; letter-spacing: .16em; }.hero h2 { margin: 6px 0; font-size: 39px; letter-spacing: -1.6px; }.hero p { margin: 0; max-width: 330px; color: #e2beba; font-size: 16px; line-height: 1.5; }
.home-section { padding: 30px 16px; border-bottom: 1px solid #292929; }.progress-copy { margin: 0; text-align: center; font-size: 20px; font-weight: 750; line-height: 1.4; }.coral { color: #ff5f52; }.grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 4px; max-width: 280px; margin: 24px auto 0; }.cell { aspect-ratio: 1; background: #1c1b1b; border: 1px solid #2a2a2a; }.cell.done { background: #ffb4aa; border-color: #ffb4aa; }
.next-card { margin: 18px 16px 30px; padding: 22px; border: 1px solid #393939; background: #201f1f; }.next-card h2 { margin: 4px 0; font-size: 48px; letter-spacing: -2px; }.next-card p { margin: 0; color: #e2beba; }.button { width: 100%; height: 54px; margin-top: 20px; border: 0; border-radius: 4px; background: #ff5f52; color: #0e0e0e; font-weight: 900; cursor: pointer; }.button.secondary { margin-top: 10px; background: #2a2a2a; color: #e5e2e1; border: 1px solid #393939; }.bottom-nav { position: sticky; bottom: 0; height: calc(74px + env(safe-area-inset-bottom)); padding: 0 16px env(safe-area-inset-bottom); display: flex; align-items: center; justify-content: space-around; background: #131313; border-top: 1px solid #292929; }.nav-label { color: #e2beba; font-size: 11px; letter-spacing: .08em; }.nav-camera { width: 64px; height: 64px; margin-top: -30px; border: 4px solid #131313; border-radius: 14px; background: #ff5f52; color: #0e0e0e; font-size: 25px; }
.camera-screen { position: relative; height: 100dvh; min-height: 100svh; display: flex; flex-direction: column; overflow: hidden; touch-action: pan-x pan-y; background: #0e0e0e; }.camera-head { flex: 0 0 calc(64px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) 18px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }.camera-head h1 { margin: 0; font-size: 20px; }.back { justify-self: start; border: 0; background: none; color: #e5e2e1; font-size: 28px; }.camera-stage { position: relative; flex: 1 1 auto; min-height: 0; background: #000; overflow: hidden; touch-action: none; }.camera-stage video { position: absolute; inset: 0; display: block; width: 100% !important; height: 100% !important; min-width: 100%; min-height: 100%; object-fit: cover !important; object-position: center; transform-origin: center; transition: transform .08s linear; }.guide-line { position: absolute; top: 15%; bottom: 15%; left: 50%; width: 2px; transform: translateX(-1px); background: rgba(255,180,170,.92); box-shadow: 0 0 0 1px rgba(0,0,0,.25); }.guide-label, .zoom-readout { position: absolute; padding: 6px 9px; background: rgba(19,19,19,.7); color: #ffb4aa; font-size: 10px; font-weight: 800; letter-spacing: .14em; }.guide-label { top: 18px; left: 50%; transform: translateX(-50%); }.zoom-readout { right: 12px; bottom: 12px; border-radius: 3px; }.camera-toast { position: absolute; left: 50%; bottom: 42px; transform: translateX(-50%); color: #fff; font-weight: 800; text-shadow: 0 1px 5px #000; }.camera-controls { flex: 0 0 auto; padding: 16px 20px calc(22px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; background: #201f1f; }.zoom-control { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; width: 100%; }.zoom-range { appearance: none; height: 4px; background: #5a413d; accent-color: #ff5f52; }.zoom-label { color: #ffb4aa; font-size: 12px; font-weight: 800; }.capture { grid-column: 1 / -1; justify-self: center; width: 72px; height: 72px; border: 4px solid #ffb4aa; border-radius: 12px; background: #ff5f52; box-shadow: 0 0 0 5px #131313; }.capture:active { transform: scale(.92); }.capture-flash { pointer-events: none; position: absolute; z-index: 10; inset: 0; opacity: 0; background: #fff; }.capture-flash.flash { animation: camera-flash .24s ease-out; } @keyframes camera-flash { 0% { opacity: 0; } 20% { opacity: .94; } 100% { opacity: 0; } }
.timeline { padding: 20px 16px 100px; }.timeline h2 { margin: 0 0 6px; font-size: 40px; letter-spacing: -1.5px; }.timeline > p { margin: 0 0 28px; color: #e2beba; }.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }.shot { position: relative; aspect-ratio: .74; overflow: hidden; background: #292929; }.shot img { width: 100%; height: 100%; object-fit: cover; }.shot time { position: absolute; bottom: 0; left: 0; right: 0; padding: 6px; background: rgba(0,0,0,.6); font-size: 11px; font-weight: 800; }.delete-shot { position: absolute; top: 6px; right: 6px; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,0,0,.65); color: #fff; font-size: 22px; line-height: 1; }.empty { display: grid; place-items: center; color: #5a413d; font-size: 24px; }
.montage { padding: 22px 16px 100px; }.montage h2 { font-size: 38px; letter-spacing: -1.5px; margin: 0 0 6px; }.montage p { color: #e2beba; }.preview { margin-top: 24px; aspect-ratio: 9 / 16; background: #201f1f; display: grid; place-items: center; border: 1px solid #393939; }.preview img { width: 100%; height: 100%; object-fit: cover; }.notice { padding: 12px; border-left: 2px solid #ff5f52; background: #201f1f; color: #e2beba; font-size: 13px; line-height: 1.5; }
.auth-input { width: 100%; height: 52px; margin-top: 10px; padding: 0 14px; border: 1px solid #494545; border-radius: 4px; outline: none; background: #201f1f; color: #e5e2e1; font: inherit; }.auth-input:focus { border-color: #ffb4aa; }

button { border: 0; cursor: pointer; }
.topbar { height: calc(68px + env(safe-area-inset-top)); border-bottom-color: #252525; }
.mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: #ff5f52; color: #161313; font-size: 17px; font-weight: 900; }
.header-title { display: grid; gap: 1px; }.header-title > span { color: #b6aaa7; font-size: 9px; font-weight: 800; letter-spacing: .16em; }.header-title h1 { font-size: 21px; line-height: 1.05; }
.profile { border: 1px solid #4a4543; background: #201f1f; color: #ff8d81; }
.hero { height: 276px; padding-bottom: 30px; background: radial-gradient(circle at 92% 8%, rgba(255,95,82,.3), transparent 44%), linear-gradient(180deg, #242020 0%, #131313 76%); }.hero h2 { font-size: 44px; }
.home-section { padding: 28px 16px 30px; }.progress-copy { font-size: 19px; }.grid { gap: 5px; }.cell { border-radius: 3px; border-color: #353232; background: #1c1b1b; }.cell.done { box-shadow: 0 0 12px rgba(255,95,82,.22); }
.next-card { margin: 16px; padding: 23px; border-radius: 12px; border-color: #4a4543; background: linear-gradient(135deg, #252222, #1c1b1b); }.next-card h2 { font-size: 52px; }.button { border-radius: 10px; box-shadow: 0 8px 20px rgba(255,95,82,.14); }.button.secondary { border-radius: 10px; }
.bottom-nav { position: fixed; z-index: 20; left: 50%; bottom: 0; transform: translateX(-50%); width: min(100%, 520px); height: calc(78px + env(safe-area-inset-bottom)); padding: 7px 12px env(safe-area-inset-bottom); border-top-color: #2b2928; background: rgba(19,19,19,.96); backdrop-filter: blur(18px); }
.nav-item, .nav-camera { display: grid; place-items: center; gap: 3px; min-width: 56px; height: 54px; border-radius: 13px; background: transparent; color: #aaa29f; }.nav-item svg, .nav-camera svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.nav-item span, .nav-camera span { font-size: 10px; font-weight: 800; letter-spacing: .03em; }.nav-item.active { color: #ffb4aa; background: #2a2524; }
.nav-camera { width: 66px; height: 66px; margin-top: -29px; border: 5px solid #131313; border-radius: 20px; background: #ff5f52; color: #211716; box-shadow: 0 10px 24px rgba(255,95,82,.28); }.nav-camera svg { width: 25px; height: 25px; stroke-width: 2; }.nav-camera span { font-size: 10px; }.nav-camera:active, .nav-item:active { transform: scale(.94); }
.account-landing, .auth-page { padding-top: 42px; }.account-landing h2, .auth-page h2 { margin-top: 12px; }.text-button { width: 100%; margin-top: 17px; padding: 12px; background: transparent; color: #cbbfbb; font-weight: 750; }
.guide-chip { display: inline-flex; align-items: center; gap: 8px; width: max-content; margin-top: 20px; padding: 9px 11px; border: 1px solid #5c4c48; border-radius: 99px; background: rgba(29,26,25,.72); color: #f2d0ca; font-size: 12px; font-weight: 800; }.guide-chip span { color: #ff8275; }.guide-dot { position: relative; display: inline-block; width: 14px; height: 14px; }.guide-dot.guide-line-center { border-left: 2px solid #ffb4aa; left: 6px; }.guide-dot.guide-line-rise, .guide-dot.guide-line-fall { width: 16px; height: 2px; top: 6px; background: #ffb4aa; }.guide-dot.guide-line-rise { transform: rotate(-30deg); }.guide-dot.guide-line-fall { transform: rotate(30deg); }.guide-dot.guide-corner-right { border-right: 2px solid #ffb4aa; border-bottom: 2px solid #ffb4aa; }.guide-dot.guide-circle-left { border: 2px solid #ffb4aa; border-radius: 50%; }
.guide-picker { padding: 30px 16px 120px; }.guide-picker h2 { margin: 10px 0 8px; font-size: 37px; letter-spacing: -1.7px; }.guide-picker > p { margin: 0 0 22px; color: #e2beba; }.guide-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.guide-card { min-height: 160px; padding: 12px; border: 1px solid #423c3a; border-radius: 10px; background: #201f1f; color: #e5e2e1; text-align: left; }.guide-card.selected { border-color: #ff897d; box-shadow: inset 0 0 0 1px #ff5f52; }.guide-card strong { display: block; margin-top: 10px; font-size: 14px; }.guide-card > span { display: block; margin-top: 4px; color: #b9a7a3; font-size: 11px; line-height: 1.35; }.guide-preview { position: relative; display: block; height: 78px; overflow: hidden; border-radius: 6px; background: #121212; }.guide-preview::before, .guide-preview::after { content: ""; position: absolute; background: #ffb4aa; }.guide-preview.guide-line-center::before { top: 8px; bottom: 8px; left: 50%; width: 2px; }.guide-preview.guide-line-rise::before, .guide-preview.guide-line-fall::before { top: 38px; left: -14px; width: 140px; height: 2px; }.guide-preview.guide-line-rise::before { transform: rotate(-30deg); }.guide-preview.guide-line-fall::before { transform: rotate(30deg); }.guide-preview.guide-corner-right::before { right: 20px; bottom: 13px; width: 42px; height: 2px; }.guide-preview.guide-corner-right::after { right: 20px; bottom: 13px; width: 2px; height: 35px; }.guide-preview.guide-circle-left::before { left: 23px; top: 15px; width: 43px; height: 43px; border: 2px solid #ffb4aa; border-radius: 50%; background: transparent; }
.guide { position: absolute; z-index: 2; pointer-events: none; box-sizing: border-box; filter: drop-shadow(0 0 1px rgba(0,0,0,.55)); }.guide.guide-line-center { top: 14%; bottom: 14%; left: 50%; width: 2px; background: #ffb4aa; }.guide.guide-line-rise, .guide.guide-line-fall { top: 50%; left: -22%; width: 144%; height: 2px; background: #ffb4aa; }.guide.guide-line-rise { transform: rotate(-30deg); }.guide.guide-line-fall { transform: rotate(30deg); }.guide.guide-corner-right { right: 11%; bottom: 16%; width: 27%; height: 22%; border-right: 2px solid #ffb4aa; border-bottom: 2px solid #ffb4aa; }.guide.guide-circle-left { left: 17%; top: 39%; width: 34vw; max-width: 164px; aspect-ratio: 1; border: 2px solid #ffb4aa; border-radius: 50%; }
.guide-dot.guide-line-left, .guide-dot.guide-line-right { border-left: 2px solid #ffb4aa; left: 6px; }.guide-dot.guide-corner-left { border-left: 2px solid #ffb4aa; border-bottom: 2px solid #ffb4aa; }.guide-dot.guide-corner-top-right { border-right: 2px solid #ffb4aa; border-top: 2px solid #ffb4aa; }.guide-dot.guide-circle-center, .guide-dot.guide-circle-right { border: 2px solid #ffb4aa; border-radius: 50%; }
.guide-preview.guide-line-left::before, .guide-preview.guide-line-right::before { top: 8px; bottom: 8px; width: 2px; }.guide-preview.guide-line-left::before { left: 32%; }.guide-preview.guide-line-right::before { left: 68%; }.guide-preview.guide-corner-left::before { left: 20px; bottom: 13px; width: 42px; height: 2px; }.guide-preview.guide-corner-left::after { left: 20px; bottom: 13px; width: 2px; height: 35px; }.guide-preview.guide-corner-top-right::before { right: 20px; top: 13px; width: 42px; height: 2px; }.guide-preview.guide-corner-top-right::after { right: 20px; top: 13px; width: 2px; height: 35px; }.guide-preview.guide-circle-center::before, .guide-preview.guide-circle-right::before { top: 15px; width: 43px; height: 43px; border: 2px solid #ffb4aa; border-radius: 50%; background: transparent; }.guide-preview.guide-circle-center::before { left: calc(50% - 22px); }.guide-preview.guide-circle-right::before { right: 23px; }
.guide.guide-line-left, .guide.guide-line-right { top: 14%; bottom: 14%; width: 2px; background: #ffb4aa; }.guide.guide-line-left { left: 32%; }.guide.guide-line-right { left: 68%; }.guide.guide-corner-left { left: 11%; bottom: 16%; width: 27%; height: 22%; border-left: 2px solid #ffb4aa; border-bottom: 2px solid #ffb4aa; }.guide.guide-corner-top-right { right: 11%; top: 16%; width: 27%; height: 22%; border-right: 2px solid #ffb4aa; border-top: 2px solid #ffb4aa; }.guide.guide-circle-center, .guide.guide-circle-right { top: 39%; width: 34vw; max-width: 164px; aspect-ratio: 1; border: 2px solid #ffb4aa; border-radius: 50%; }.guide.guide-circle-center { left: calc(50% - min(17vw, 82px)); }.guide.guide-circle-right { right: 17%; }
