@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--navy: #082f3e;--ocean: #087e8b;--ocean-dark: #05616c;--ice: #e9f5f4;--foam: #f7fbfa;--sand: #e9b872;--ink: #12313b;--muted: #63777d;--line: #d9e5e4;--white: #fff;--danger: #b42318;--success: #13795b;--surface:#fff;--surface-soft:#f8fbfa;--field:#fff;--shadow: 0 12px 36px rgba(8,47,62,.09);--radius: 20px}[data-theme=dark]{--navy:#061f29;--ocean:#28a8b2;--ocean-dark:#62ced3;--ice:#123b43;--foam:#081c24;--sand:#efbd75;--ink:#edf7f6;--muted:#9fb5b8;--line:#25444b;--white:#fff;--danger:#ff8b82;--success:#57cba2;--surface:#102a33;--surface-soft:#0d242d;--field:#0b222a;--shadow:0 14px 38px rgba(0,0,0,.26)}*{box-sizing:border-box}html{color-scheme:light;background:var(--foam)}body{margin:0;color:var(--ink);background:var(--foam);font:16px/1.5 DM Sans,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(2rem,5vw,3.4rem)}h2{font-size:clamp(1.35rem,3vw,2rem)}:focus-visible{outline:3px solid var(--sand);outline-offset:3px;border-radius:8px}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;padding:12px 16px;background:var(--navy);color:#fff}.skip-link:focus{top:16px}.shell{min-height:100dvh}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;padding:26px 18px;background:var(--navy);color:#e9f5f4;z-index:20}.brand{display:flex;align-items:center;gap:12px;font:800 17px/1.15 Manrope;margin:0 8px 32px}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;overflow:hidden;flex:none}.nav{display:grid;gap:7px}.nav a,.nav button{min-height:48px;display:flex;align-items:center;gap:13px;padding:0 14px;border:0;border-radius:13px;background:transparent;color:inherit;cursor:pointer;text-align:left}.nav a:hover,.nav a[aria-current=page],.nav button:hover{background:#ffffff1c;color:#fff}.nav-bottom{position:absolute;bottom:26px;left:18px;right:18px}.main{margin-left:248px;min-height:100dvh}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;border-bottom:1px solid var(--line);background:#f7fbfae6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:40}.topbar-title{display:flex;align-items:center;gap:8px;font:600 .9rem Manrope;color:var(--muted)}.topbar-title i{font-style:normal;color:var(--line)}.topbar-title strong{color:var(--ink)}.topbar-actions{display:flex;align-items:center;gap:12px}.mobile-topbar-brand{display:none}.streak-pill{min-height:38px;display:flex;align-items:center;gap:7px;padding:0 12px;border-radius:99px;color:var(--ocean-dark);background:var(--ice);font-weight:700;font-size:.84rem}.account-menu{position:relative}.account-menu summary{min-height:50px;display:flex;align-items:center;gap:10px;padding:4px 8px 4px 5px;border-radius:15px;cursor:pointer;list-style:none}.account-menu summary::-webkit-details-marker{display:none}.account-menu summary:hover{background:var(--ice)}.account-copy strong,.account-copy small,.account-identity strong,.account-identity small{display:block}.account-copy small,.account-identity small{color:var(--muted);font-size:.75rem}.account-dropdown{position:absolute;width:250px;right:0;top:calc(100% + 10px);padding:8px;border:1px solid var(--line);border-radius:17px;background:var(--surface);box-shadow:var(--shadow)}.account-identity{display:none;padding:10px 10px 13px;border-bottom:1px solid var(--line);margin-bottom:5px}.account-dropdown>a,.account-dropdown>button{width:100%;min-height:44px;display:flex;align-items:center;gap:10px;padding:0 11px;border:0;border-radius:10px;color:var(--ink);background:transparent;text-align:left;cursor:pointer}.account-dropdown>a:hover,.account-dropdown>button:hover{background:var(--ice)}.account-dropdown svg{width:18px;color:var(--ocean)}.avatar{width:40px;height:40px;border-radius:50%;background:var(--ocean);color:#fff;display:grid;place-items:center;overflow:hidden;font-weight:700}.content{width:min(1180px,92%);margin:0 auto;padding:48px 0 100px}.page-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.eyebrow{color:var(--ocean-dark);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:800;margin-bottom:9px}.muted{color:var(--muted)}.button{min-height:46px;border:0;border-radius:13px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--ocean);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 6px 18px #087e8b2e}.button:hover{background:var(--ocean-dark);transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.button.danger{background:var(--danger)}.button.icon{width:46px;padding:0}.grid{display:grid;gap:20px}.stats{grid-template-columns:repeat(4,1fr);margin-bottom:28px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stat{padding:22px}.stat-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--ice);color:var(--ocean-dark);margin-bottom:18px}.stat strong{display:block;font:800 1.85rem Manrope}.dashboard{grid-template-columns:minmax(0,1.65fr) minmax(280px,.8fr);align-items:start}.section-card{padding:24px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.section-head h2{margin:0}.feed{display:grid;gap:16px}.bath-card{overflow:hidden}.bath-image{width:100%;aspect-ratio:16/8;object-fit:cover;display:block;background:var(--ice)}.bath-body{padding:20px}.bath-header{display:flex;justify-content:space-between;gap:12px}.person{display:flex;align-items:center;gap:11px;min-width:0}.person strong,.person small{display:block}.person small{color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0}.chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;background:var(--ice);color:var(--ocean-dark);font-size:.83rem;font-weight:700}.leaderboard{display:grid;gap:5px}.leader{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;padding:11px 5px;border-bottom:1px solid var(--line)}.leader:last-child{border:0}.leader-rank{color:var(--muted);font-weight:700;text-align:center}.empty{padding:52px 24px;text-align:center;border:1px dashed #b6ccca;border-radius:var(--radius);background:#ffffff8c}.empty svg{color:var(--ocean);margin-bottom:14px}.form-card{max-width:720px;padding:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:700;font-size:.9rem}.field input,.field textarea,.field select,.search{width:100%;min-height:48px;border:1px solid #b8ccca;border-radius:12px;padding:11px 13px;color:var(--ink);background:#fff}.field textarea{min-height:120px;resize:vertical}.field-error{color:var(--danger);font-size:.85rem}.upload{min-height:180px;display:grid;place-items:center;text-align:center;border:2px dashed #abc9c6;border-radius:16px;background:var(--ice);cursor:pointer;overflow:hidden}.upload img{width:100%;height:240px;object-fit:cover}.progress{height:7px;background:var(--line);border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;background:var(--ocean);transition:width .2s}.toolbar{display:flex;gap:12px;margin-bottom:22px}.toolbar .search{max-width:420px}.members{grid-template-columns:repeat(3,1fr)}.member-card{padding:22px;display:flex;align-items:center;gap:15px;transition:.2s}.member-card:hover{transform:translateY(-2px);border-color:#9fc3c0}.member-card .avatar{width:54px;height:54px;flex:none}.member-meta{min-width:0;flex:1}.member-meta strong{display:block;overflow:hidden;text-overflow:ellipsis}.member-meta small{color:var(--muted)}.auth-page{min-height:100dvh;display:grid;grid-template-columns:1.1fr .9fr;background:#fff}.auth-art{position:relative;padding:7vw;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(150deg,#082f3e4d,#082f3eeb),url(/login-ice-bathing.webp) center/cover}.auth-art h1{max-width:650px;margin-bottom:12px}.auth-art p{max-width:540px;color:#d6e9e7;font-size:1.12rem}.auth-panel{display:grid;place-items:center;padding:32px}.auth-form{width:min(430px,100%)}.auth-form .brand{color:var(--navy);margin:0 0 48px}.auth-form h2{font-size:2rem;margin-bottom:8px}.auth-form form{display:grid;gap:18px;margin-top:30px}.auth-links{display:flex;justify-content:space-between;gap:16px;font-size:.9rem;color:var(--ocean-dark);font-weight:700}.notice{padding:13px 15px;border-radius:12px;background:#fff1f0;color:var(--danger);border:1px solid #ffd2ce}.notice.success{background:#edfbf5;color:var(--success);border-color:#b9ead7}.offline{position:fixed;left:50%;bottom:82px;translate:-50% 0;z-index:50;padding:9px 15px;border-radius:99px;color:#fff;background:var(--navy);box-shadow:var(--shadow);font-size:.85rem}.mobile-nav,.mobile-camera-fab{display:none}.product-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;padding:clamp(24px,5vw,52px);color:#fff;background:linear-gradient(135deg,var(--navy),#0b5964);overflow:hidden;position:relative}.product-hero:after{content:"";position:absolute;width:290px;height:290px;border:55px solid rgba(255,255,255,.06);border-radius:50%;right:-80px;top:-100px}.product-hero h1{max-width:650px;margin-bottom:14px}.product-hero p{max-width:580px;color:#d5e8e6;font-size:1.06rem;margin-bottom:0}.year-badge{position:relative;z-index:1;width:190px;aspect-ratio:1;margin:auto;display:grid;place-items:center;text-align:center;border-radius:50%;border:2px solid rgba(255,255,255,.25);background:#ffffff17;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.year-badge strong{display:block;font:800 3.5rem/1 Manrope;color:var(--sand)}.unlock-section{margin:34px 0 44px}.towel-track{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.towel-tier{position:relative;padding:14px;border-radius:17px;border:1px solid var(--line);background:#fff}.towel-tier.locked{opacity:.58;filter:saturate(.45)}.towel-swatch{height:120px;border-radius:12px;margin-bottom:13px;box-shadow:inset 0 0 0 1px #00000014;position:relative;overflow:hidden}.towel-swatch:before{content:"";position:absolute;inset:11px;border:2px dashed rgba(255,255,255,.42);border-radius:8px}.towel-swatch:after{content:"HV";position:absolute;inset:0;display:grid;place-items:center;color:#fffc;font:800 1.7rem Manrope}.tier-state{position:absolute;right:22px;top:22px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--ocean-dark);box-shadow:0 4px 12px #0000002e}.towel-tier strong,.product-info strong{display:block;font-family:Manrope}.towel-tier small{color:var(--muted)}.catalog{grid-template-columns:repeat(3,1fr)}.product-card{overflow:hidden}.product-visual{min-height:220px;display:grid;place-items:center;color:var(--navy);background:linear-gradient(145deg,#e8f5f4,#cee6e3)}.product-visual svg{width:82px;height:82px;stroke-width:1.3}.product-visual.robe{background:linear-gradient(145deg,#e7e2d9,#f5f2eb)}.product-visual.cap{background:linear-gradient(145deg,#d7e7eb,#aacbd1)}.product-visual.swim{background:linear-gradient(145deg,#f6e2c7,#e9b872)}.product-info{padding:20px}.product-info p{color:var(--muted);min-height:48px;margin:7px 0 16px}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.coming{font-size:.77rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--ocean-dark)}.year-picker{display:flex;align-items:center;gap:13px}.year-picker strong{min-width:64px;text-align:center;font:800 1.25rem Manrope}.year-stats{grid-template-columns:repeat(3,1fr);margin-bottom:24px}.year-progress,.mini-progress{height:7px;margin-top:14px;overflow:hidden;border-radius:99px;background:var(--line)}.year-progress span,.mini-progress span{display:block;height:100%;border-radius:inherit;background:var(--ocean)}.year-card{padding:22px}.year-legend{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:18px;margin-bottom:18px;color:var(--muted);font-size:.82rem}.year-legend span{display:flex;align-items:center;gap:6px}.month-dot{width:12px;height:12px;border-radius:4px}.month-dot.done{background:#1f9d70}.month-dot.missed{background:#db6259}.month-dot.future{background:#e4eceb}.year-table-scroll{overflow-x:auto}.year-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0 8px}.year-table th{padding:8px 6px;color:var(--muted);font-size:.78rem;text-align:center}.year-table thead th:first-child,.year-table tbody th{text-align:left}.year-table tbody tr{background:#f8fbfa}.year-table tbody th{min-width:190px;padding:9px 12px;border-radius:12px 0 0 12px}.year-table td{padding:8px 5px;text-align:center}.year-table td:last-child{width:105px;padding-right:12px;border-radius:0 12px 12px 0}.year-table .avatar{width:35px;height:35px;font-size:.8rem}.month-cell{width:34px;height:34px;margin:auto;display:grid;place-items:center;border-radius:10px}.month-cell svg{width:16px;height:16px;stroke-width:3}.month-cell.done{color:#fff;background:#1f9d70;box-shadow:0 4px 10px #1f9d7033}.month-cell.missed{background:#f9d8d5;box-shadow:inset 0 0 0 1px #e9aaa5}.month-cell.future{color:#92a3a6;background:#e8efee}.mini-progress{height:5px;margin-top:4px}.celebration{position:fixed;inset:0;z-index:100;display:grid;place-items:center;overflow:hidden;pointer-events:none;background:#082f3e47;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:celebration-in .3s ease-out both}.celebration-card{position:relative;z-index:2;width:min(390px,calc(100% - 36px));padding:34px 28px;text-align:center;border-radius:26px;background:#fff;box-shadow:0 24px 80px #082f3e40;animation:celebration-pop .55s cubic-bezier(.2,1.35,.45,1) both}.celebration-card h2{margin:18px 0 8px}.celebration-card p{margin:0;color:var(--muted)}.celebration-icon{position:relative;width:78px;height:78px;margin:auto;display:grid;place-items:center;border-radius:25px;color:#fff;background:linear-gradient(145deg,var(--ocean),#10a0ad);transform:rotate(-5deg)}.celebration-icon>svg{width:40px;height:40px}.celebration-icon span{position:absolute;width:28px;height:28px;right:-8px;top:-8px;display:grid;place-items:center;border-radius:50%;background:#1f9d70;border:3px solid white}.celebration i{--angle:calc(var(--i) * 20deg);position:absolute;left:50%;top:50%;width:10px;height:20px;border-radius:4px;background:hsl(calc(var(--i) * 37deg) 65% 55%);animation:confetti 1.15s calc(var(--i) * 18ms) ease-out both}.snap-capture{min-height:calc(100dvh - 174px);margin:-48px calc(50% - 50vw) -100px;padding:clamp(28px,6vw,70px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:radial-gradient(circle at 50% 25%,#117e8b 0,#075362 38%,#082f3e 75%);position:relative;overflow:hidden}.snap-capture:before,.snap-capture:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%}.snap-capture:before{width:520px;height:520px}.snap-capture:after{width:720px;height:720px}.capture-logo{position:relative;z-index:1;width:74px;height:74px;margin-bottom:24px;display:grid;place-items:center;border-radius:24px;color:var(--navy);background:var(--sand);transform:rotate(-5deg)}.capture-copy{position:relative;z-index:1;max-width:520px}.capture-copy .eyebrow{color:#8ee0dd}.capture-copy h1{margin-bottom:10px}.capture-copy p{color:#c9dfde;font-size:1.08rem}.capture-actions{position:relative;z-index:1;width:min(390px,100%);display:grid;gap:12px;margin-top:26px}.capture-primary{min-height:76px;display:flex;align-items:center;justify-content:center;gap:14px;border:0;border-radius:22px;color:var(--navy);background:#fff;font-weight:800;font-size:1.08rem;box-shadow:0 16px 45px #0003;cursor:pointer}.capture-primary span{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--ocean)}.capture-actions .button.secondary{color:#fff;border-color:#ffffff40;background:#ffffff1a}.capture-skip{min-height:44px;border:0;color:#c9dfde;background:transparent;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.capture-error{position:relative;z-index:2;margin-top:18px}.quick-bath{width:min(690px,100%);margin:0 auto}.quick-header{display:flex;align-items:center;gap:18px;margin-bottom:22px}.quick-header h1{margin:0;font-size:clamp(1.8rem,5vw,2.6rem)}.quick-header .eyebrow{margin-bottom:4px}.quick-photo{position:relative;overflow:hidden;border-radius:24px;box-shadow:var(--shadow);background:var(--ice)}.quick-photo img{display:block;width:100%;max-height:52dvh;aspect-ratio:4/3;object-fit:cover}.quick-photo button{position:absolute;right:14px;top:14px;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:#082f3eb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.add-photo-strip{width:100%;min-height:92px;display:flex;align-items:center;gap:16px;padding:18px;text-align:left;border:2px dashed #a9c8c5;border-radius:19px;color:var(--ocean-dark);background:var(--ice);cursor:pointer}.add-photo-strip>svg{width:30px;height:30px}.add-photo-strip strong,.add-photo-strip small{display:block}.add-photo-strip small{color:var(--muted)}.quick-form{display:grid;gap:16px;margin-top:18px}.quick-required{padding:17px 19px;border:1px solid var(--line);border-radius:17px;background:#fff}.quick-required label{display:block;margin-bottom:7px;font-weight:700}.quick-required input{width:100%;min-height:46px;padding:0;border:0;color:var(--ink);background:transparent}.optional-details{border:1px solid var(--line);border-radius:17px;background:#fff;overflow:hidden}.optional-details summary{padding:17px 19px;cursor:pointer;list-style:none}.optional-details summary::-webkit-details-marker{display:none}.optional-details summary>span{display:flex;align-items:center;gap:13px}.optional-details summary strong,.optional-details summary small{display:block}.optional-details summary small{color:var(--muted);margin-top:2px}.optional-plus{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--ocean-dark);background:var(--ice);font-size:1.5rem;transition:transform .2s}.optional-details[open] .optional-plus{transform:rotate(45deg)}.quick-fields{display:grid;gap:0;border-top:1px solid var(--line)}.quick-fields label{display:flex;gap:13px;padding:16px 19px;border-bottom:1px solid var(--line)}.quick-fields label:last-child{border:0}.quick-fields label>svg{flex:none;margin-top:3px;color:var(--ocean)}.quick-fields label>span{flex:1}.quick-fields strong{display:block;font-size:.88rem}.quick-fields input,.quick-fields textarea{width:100%;padding:6px 0 0;border:0;outline:0;resize:vertical;color:var(--ink);background:transparent}.quick-save{width:100%;min-height:58px;border-radius:18px;font-size:1.05rem;position:sticky;bottom:82px;z-index:5}.theme-picker{margin:0;padding:0;border:0}.theme-picker legend{margin-bottom:12px;font:700 1rem Manrope}.theme-picker>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:5px;border-radius:15px;background:var(--ice)}.theme-picker button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;color:var(--muted);background:transparent;cursor:pointer}.theme-picker button[aria-pressed=true]{color:var(--ink);background:var(--surface);box-shadow:0 3px 10px #0000001a;font-weight:700}.community-tabs{width:fit-content;display:flex;gap:5px;margin:-8px 0 28px;padding:5px;border-radius:15px;background:var(--ice)}.community-tabs a{min-height:43px;display:flex;align-items:center;gap:8px;padding:0 16px;border-radius:11px;color:var(--muted);font-weight:700}.community-tabs a[aria-current=page]{color:var(--ink);background:var(--surface);box-shadow:0 3px 10px #082f3e17}.desktop-capture{color:var(--navy)!important;background:var(--sand)!important;font-weight:800}.desktop-capture:hover,.desktop-capture[aria-current=page]{background:#f2c987!important}.profile-layout{display:grid;grid-template-columns:minmax(0,720px) minmax(250px,1fr);gap:20px;align-items:start}.profile-menu{padding:22px}.profile-menu h2{font-size:1.15rem}.profile-menu a{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 5px;border-top:1px solid var(--line)}.profile-menu a span{display:flex;align-items:center;gap:10px;font-weight:700}.profile-menu a svg{width:19px;color:var(--ocean)}[data-theme=dark] .topbar{background:#081c24e0}[data-theme=dark] .card,[data-theme=dark] .button.secondary,[data-theme=dark] .towel-tier,[data-theme=dark] .mobile-nav,[data-theme=dark] .quick-required,[data-theme=dark] .optional-details,[data-theme=dark] .celebration-card{background:var(--surface);color:var(--ink)}[data-theme=dark] .field input,[data-theme=dark] .field textarea,[data-theme=dark] .field select,[data-theme=dark] .search{background:var(--field);color:var(--ink);border-color:var(--line)}[data-theme=dark] .year-table tbody tr{background:var(--surface-soft)}[data-theme=dark] .auth-page,[data-theme=dark] .auth-panel{background:var(--foam)}[data-theme=dark] .empty{background:#102a3394;border-color:var(--line)}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#102a33 25%,#173740,#102a33 75%);background-size:200% 100%}[data-theme=dark] .product-visual{background:linear-gradient(145deg,#163b43,#1d535b);color:#bde8e7}[data-theme=dark] .product-visual.robe{background:linear-gradient(145deg,#38362f,#242b2b)}[data-theme=dark] .product-visual.cap{background:linear-gradient(145deg,#173641,#24505b)}[data-theme=dark] .product-visual.swim{background:linear-gradient(145deg,#4a3b29,#72532f)}[data-theme=dark] .month-cell.missed{background:#592e30;box-shadow:inset 0 0 0 1px #82474a}[data-theme=dark] .month-cell.future{background:#20373c;color:#80969a}[data-theme=dark] .notice{background:#402427;border-color:#6c373b}[data-theme=dark] .notice.success{background:#163a31;border-color:#285e4d}[data-theme=dark] .upload,[data-theme=dark] .add-photo-strip{background:var(--ice);border-color:#34636a}[data-theme=dark] input:disabled{color:#879b9f;opacity:1}@keyframes celebration-in{0%{opacity:0}}@keyframes celebration-pop{0%{opacity:0;transform:translateY(25px) scale(.82)}}@keyframes confetti{0%{opacity:1;transform:rotate(var(--angle)) translateY(-30px) rotate(0)}to{opacity:0;transform:rotate(var(--angle)) translateY(-330px) rotate(480deg)}}.skeleton{min-height:120px;border-radius:var(--radius);background:linear-gradient(90deg,#edf3f2 25%,#f8fbfa,#edf3f2 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}@media(max-width:950px){.sidebar{display:none}.main{margin-left:0}.topbar{height:66px;padding:0 16px}.topbar.register-topbar{display:none}.mobile-topbar-brand{display:block;width:38px;height:38px;border-radius:50%;overflow:hidden}.topbar-title{position:absolute;left:50%;translate:-50% 0;font-size:.95rem}.topbar-title>span,.topbar-title>i{display:none}.streak-pill,.account-copy,.account-menu summary>svg{display:none}.account-menu summary{min-height:44px;padding:2px}.account-identity{display:block}.account-dropdown{position:fixed;top:58px;right:12px}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);inset:auto 0 0;z-index:30;background:#fff;border-top:1px solid var(--line);padding:7px 76px calc(7px + env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-left))}.mobile-nav a{min-height:54px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:.67rem;color:var(--muted);border-radius:10px}.mobile-nav a[aria-current=page]{color:var(--ocean-dark);background:var(--ice)}.mobile-camera-fab{position:fixed;right:18px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:35;width:58px;height:58px;display:grid;place-items:center;border:4px solid var(--surface);border-radius:20px;color:var(--navy);background:var(--sand);box-shadow:0 10px 26px #082f3e47}.mobile-camera-fab svg{width:27px;height:27px}.stats{grid-template-columns:repeat(2,1fr)}.dashboard{grid-template-columns:1fr}.members{grid-template-columns:repeat(2,1fr)}.towel-track{grid-template-columns:repeat(3,1fr)}.catalog{grid-template-columns:repeat(2,1fr)}.year-stats{grid-template-columns:1fr 1fr}.profile-layout{grid-template-columns:1fr}}@media(max-width:650px){.content{width:min(100% - 30px,1180px);padding-top:30px}.page-heading{align-items:start;flex-direction:column}.page-heading .button{width:100%}.stats{gap:12px}.stat{padding:17px}.stat strong{font-size:1.5rem}.section-card{padding:17px}.members,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.auth-page{grid-template-columns:1fr}.auth-art{min-height:280px;padding:38px 24px}.auth-panel{padding:34px 22px;place-items:start center}.auth-form .brand{margin-bottom:34px}.product-hero{grid-template-columns:1fr}.year-badge{width:150px;margin:0}.towel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.towel-tier{min-width:180px;scroll-snap-align:start}.catalog,.year-stats{grid-template-columns:1fr}.year-card{padding:14px}.year-legend{justify-content:flex-start;gap:10px}.snap-capture{min-height:calc(100dvh - 66px);margin:-30px -15px -100px;padding:28px 22px 115px}.quick-photo{border-radius:18px}.community-tabs{width:100%}.community-tabs a{flex:1;justify-content:center;padding:0 8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.celebration i{display:none}}.bath-card.text-only .bath-body{padding:17px 20px}.bath-image{aspect-ratio:16/9}.clamped-comment{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.text-action{border:0;padding:0;color:var(--ocean-dark);background:transparent;font-weight:700;cursor:pointer;text-decoration:none}.feed-filters{display:flex;gap:5px;padding:4px;border-radius:12px;background:var(--ice)}.feed-filters button{min-height:36px;padding:0 11px;border:0;border-radius:9px;color:var(--muted);background:transparent;white-space:nowrap;cursor:pointer}.feed-filters button[aria-pressed=true]{color:var(--ink);background:var(--surface);box-shadow:0 2px 8px #00000014;font-weight:700}.year-mobile-list{display:none}.product-visual{position:relative}.product-visual img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.product-lock{position:absolute;inset:auto 12px 12px;display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 11px;border-radius:11px;color:#fff;background:#082f3edb;font-size:.78rem;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-lock svg{width:15px}.product-options{display:grid;gap:5px;margin:-4px 0 15px;color:var(--muted);font-size:.82rem}.product-options strong{display:inline;color:var(--ink)}.color-options{display:flex;align-items:center;gap:6px}.color-options i{width:17px;height:17px;border-radius:50%;border:2px solid var(--surface);box-shadow:0 0 0 1px var(--line)}.product-locked .product-visual img{filter:saturate(.55)}.achievement-card{padding:24px;margin-bottom:16px}.achievement-card h2{margin-bottom:7px}.achievement-progress{height:9px;overflow:hidden;border-radius:99px;background:var(--line)}.achievement-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ocean),var(--sand))}.progression{margin-bottom:36px}.level-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:24px;padding:25px;margin-bottom:28px;background:linear-gradient(135deg,var(--surface),var(--ice))}.level-mark{width:96px;aspect-ratio:1;display:grid;place-content:center;text-align:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,var(--ocean),var(--navy));box-shadow:0 10px 24px #082f3e33}.level-mark small{font-size:.62rem;letter-spacing:.14em;font-weight:800}.level-mark strong{font:800 2.5rem/1 Manrope}.level-copy h2{margin-bottom:3px}.level-copy p{margin-bottom:12px}.level-progress{height:10px;overflow:hidden;border-radius:99px;background:var(--line)}.level-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ocean),var(--sand))}.level-copy>small{display:block;margin-top:7px}.badge-heading{margin-bottom:14px}.badge-heading>strong{color:var(--ocean-dark);font-size:.88rem}.badge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.badge-card{position:relative;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:6px 12px;padding:15px;overflow:hidden}.badge-card.locked{opacity:.62;box-shadow:none}.badge-icon{grid-row:1/3;width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--ice);font-size:1.55rem}.badge-icon svg{width:20px;color:var(--muted)}.badge-card strong{font-family:Manrope}.badge-card p{margin:2px 0 0;color:var(--muted);font-size:.78rem;line-height:1.3}.badge-card>small{grid-column:3;grid-row:1;color:var(--muted);font-size:.7rem;font-weight:700;white-space:nowrap}.badge-card.unlocked>small{color:var(--success)}.badge-progress{grid-column:2/4;height:5px;overflow:hidden;border-radius:99px;background:var(--line)}.badge-progress span{display:block;height:100%;border-radius:inherit;background:var(--ocean)}.profile-editor{overflow:hidden}.profile-editor>summary{min-height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;cursor:pointer;list-style:none}.profile-editor>summary::-webkit-details-marker{display:none}.profile-editor>summary span{display:flex;align-items:center;gap:10px;font-weight:700}.profile-editor>summary svg{width:19px;color:var(--ocean);transition:transform .2s}.profile-editor[open]>summary>svg{transform:rotate(90deg)}.profile-editor .form-card{border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none;max-width:none}.profile-history{max-width:760px;margin-top:36px}.capture-desktop-layout{display:grid;grid-template-columns:minmax(500px,1fr) 300px;gap:24px;align-items:stretch}.capture-desktop-layout .snap-capture{min-height:650px;margin:0;border-radius:28px}.recent-baths-panel{padding:28px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.recent-bath{display:flex;align-items:center;gap:11px;padding:14px 0;border-bottom:1px solid var(--line)}.recent-bath strong,.recent-bath small{display:block}.recent-bath small{color:var(--muted)}@media(max-width:950px){.compact-stats{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.compact-stats .stat{min-width:210px;scroll-snap-align:start}.badge-grid{grid-template-columns:repeat(2,1fr)}.capture-desktop-layout{display:block}.recent-baths-panel{display:none}}@media(max-width:650px){.page-heading{margin-bottom:20px}.page-heading .eyebrow{display:none}.page-heading h1{font-size:1.55rem;margin-bottom:5px}.community-tabs{position:sticky;top:72px;z-index:20;margin-bottom:20px}.feed-heading{align-items:flex-start;flex-direction:column}.feed-filters{width:100%;overflow-x:auto}.year-table-scroll{display:none}.year-mobile-list{display:grid;gap:10px}.level-card{grid-template-columns:1fr;gap:16px}.level-mark{width:78px}.badge-grid{grid-template-columns:1fr}.year-member-card{border:1px solid var(--line);border-radius:15px;background:var(--surface-soft);overflow:hidden}.year-member-card summary{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;cursor:pointer;list-style:none}.year-member-card summary::-webkit-details-marker{display:none}.year-member-card .person small{display:block;color:var(--muted)}.month-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 7px;padding:15px;border-top:1px solid var(--line)}.month-grid>span{display:grid;justify-items:center;gap:4px}.month-grid small{color:var(--muted)}.year-member-card>.text-action{display:block;padding:0 15px 15px}}
