:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#211d29;--bg:#f9f6ff;--surface:#ffffffdb;--surface-strong:#fff;--text:#211d29;--muted:#706879;--line:#33294721;--accent:#6750a4;--accent-strong:#4f378b;--accent-soft:#ece6f7;--on-accent:#fff;--danger:#b3261e;--status-success:#16835d;--status-warning:#a76508;--toggle-track:#e7e0ef;--toggle-thumb:#fff;--toggle-border:#33294733;--shadow:0 22px 60px #372a561f;background:#f9f6ff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#14121a;--surface:#1f1d26e0;--surface-strong:#211f29;--text:#f1edf7;--muted:#cbc3d6;--line:#ece1f624;--accent:#d0bcff;--accent-strong:#e9ddff;--accent-soft:#d0bcff29;--on-accent:#211f29;--danger:#ffb4ab;--status-success:#6fd7ab;--status-warning:#f0b866;--toggle-track:#45414d;--toggle-thumb:#f1edf7;--toggle-border:#ece1f633;--shadow:0 22px 60px #0000004d}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#14121a;--surface:#1f1d26e0;--surface-strong:#211f29;--text:#f1edf7;--muted:#cbc3d6;--line:#ece1f624;--accent:#d0bcff;--accent-strong:#e9ddff;--accent-soft:#d0bcff29;--on-accent:#211f29;--danger:#ffb4ab;--status-success:#6fd7ab;--status-warning:#f0b866;--toggle-track:#45414d;--toggle-thumb:#f1edf7;--toggle-border:#ece1f633;--shadow:0 22px 60px #0000004d}:root[data-accent=blue],:root[data-accent=slate]{--accent:#52657d;--accent-strong:#34465c;--accent-soft:#e5ebf1}:root[data-accent=teal],:root[data-accent=forest]{--accent:#36745d;--accent-strong:#245743;--accent-soft:#deeee7}:root[data-accent=orange]{--accent:#ea580c;--accent-strong:#c2410c;--accent-soft:#ffedd5}:root[data-theme=dark][data-accent=blue],:root[data-theme=dark][data-accent=slate]{--accent:#a9b8c9;--accent-strong:#d7e0e9;--accent-soft:#a9b8c929}:root[data-theme=dark][data-accent=teal],:root[data-theme=dark][data-accent=forest]{--accent:#83c7aa;--accent-strong:#bce4d2;--accent-soft:#83c7aa29}:root[data-theme=dark][data-accent=orange]{--accent:#fdba74;--accent-strong:#fed7aa;--accent-soft:#fdba7429}@media (prefers-color-scheme:dark){:root:not([data-theme=light])[data-accent=blue],:root:not([data-theme=light])[data-accent=slate]{--accent:#a9b8c9;--accent-strong:#d7e0e9;--accent-soft:#a9b8c929}:root:not([data-theme=light])[data-accent=teal],:root:not([data-theme=light])[data-accent=forest]{--accent:#83c7aa;--accent-strong:#bce4d2;--accent-soft:#83c7aa29}:root:not([data-theme=light])[data-accent=rose]{--accent:#fda4af;--accent-strong:#ffe4e6;--accent-soft:#fda4af29}:root:not([data-theme=light])[data-accent=orange]{--accent:#fdba74;--accent-strong:#fed7aa;--accent-soft:#fdba7429}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;min-width:0;max-width:100%}body{min-width:0;min-height:100dvh;scroll-padding-bottom:calc(116px + env(safe-area-inset-bottom));background:radial-gradient(circle at top left, var(--accent-soft), transparent 34rem), var(--bg);color:var(--text);margin:0;overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:0;transition:transform .12s,border-color .16s,background-color .16s,color .16s,box-shadow .16s,opacity .16s}button:hover:not(:disabled){filter:brightness(1.035)}button:active:not(:disabled){transform:translateY(1px)scale(.985)}button:focus-visible,a:focus-visible,summary:focus-visible,[role=button]:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 64%, transparent);outline-offset:2px}button:disabled{cursor:not-allowed;filter:grayscale(.25);opacity:.48}a{color:var(--accent-strong);text-underline-offset:.18em;text-decoration-thickness:1.5px}input,select,textarea{border:1px solid var(--line);background:var(--surface-strong);width:100%;color:var(--text);border-radius:18px;outline:none;padding:13px 15px;transition:border-color .16s,box-shadow .16s,background-color .16s}input:hover,select:hover,textarea:hover{border-color:color-mix(in srgb, var(--accent) 38%, var(--line))}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 16%, transparent)}textarea{resize:vertical;min-height:112px}progress{background:var(--accent-soft);border:0;border-radius:999px;width:100%;height:10px;overflow:hidden}progress::-webkit-progress-bar{background:var(--accent-soft)}progress::-webkit-progress-value{background:var(--accent);border-radius:999px}progress::-moz-progress-bar{background:var(--accent);border-radius:999px}.app-shell{width:min(1180px,100% - 28px);margin:0 auto;padding:16px 0 108px}main{padding-top:22px}.fatal-error-state{place-items:center;min-height:100dvh;padding:20px;display:grid}.fatal-error-state .panel{width:min(100%,560px)}.topbar{z-index:10;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 92%, transparent);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:10px;display:grid;position:sticky;top:12px}.brand{background:var(--accent);color:var(--surface-strong);letter-spacing:0;border-radius:999px;padding:11px 17px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:850}.desktop-nav{scrollbar-width:none;gap:6px;display:flex;overflow-x:auto}.desktop-nav-icon{flex:none;place-items:center;width:20px;height:20px;display:inline-grid}.desktop-nav-icon svg{width:20px;height:20px}.mobile-notification-button{display:none;position:relative}.notification-count,.notification-dot{background:var(--accent);min-width:20px;height:20px;color:var(--surface-strong);border-radius:999px;place-items:center;padding:0 5px;font-size:11px;font-weight:850;display:inline-grid}.notification-count{margin-left:auto}.notification-dot{border:2px solid var(--surface);min-width:18px;height:18px;padding-inline:4px;font-size:9px;position:absolute;top:-5px;right:-5px}.nav-item,.ghost,.secondary,.primary,.chip,.action-button{border-radius:999px;padding:11px 15px;font-weight:750}.nav-item,.ghost{color:var(--muted);background:0 0}.nav-item.active,.chip.active{background:var(--accent-soft);color:var(--accent-strong)}.bottom-tabs{left:50%;bottom:max(14px, env(safe-area-inset-bottom));z-index:30;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 96%, transparent);width:min(360px,100% - 32px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:26px;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;padding:6px 8px;display:none;position:fixed;transform:translate(-50%)}.bottom-tab{min-width:0;min-height:56px;color:var(--muted);background:0 0;border-radius:16px;place-items:center;gap:3px;font-size:12px;font-weight:800;display:grid;overflow:hidden}.bottom-tab>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.bottom-tab.active{color:var(--accent-strong);background:0 0}.bottom-tab-icon{place-items:center;width:26px;height:26px;line-height:1;display:grid}.bottom-tab-icon svg{width:25px;height:25px}.primary{background:var(--accent);color:var(--on-accent)}.secondary{background:var(--accent-soft);color:var(--accent-strong)}.action-button{border:1px solid var(--line);background:var(--surface-strong);color:var(--text);justify-content:center;align-items:center;display:inline-flex}.action-button.liked{border-color:color-mix(in srgb, var(--danger) 44%, var(--line));background:color-mix(in srgb, var(--danger) 13%, var(--surface-strong));color:var(--danger)}.telegram-link{justify-content:center;text-decoration:none;display:inline-flex}.compact{padding:9px 12px;font-size:14px}.danger{color:var(--danger)}.hero{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:stretch;gap:22px;min-height:520px;display:grid}.hero-copy,.hero-card,.panel,.card,.profile-card,.modal-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:34px}.hero-copy{flex-direction:column;justify-content:center;padding:clamp(28px,7vw,72px);display:flex}.hero-card{align-self:center;padding:30px}.hero h1{letter-spacing:-.08em;margin:0;font-size:clamp(58px,11vw,128px);line-height:.9}.tagline{letter-spacing:-.05em;color:var(--text);font-size:clamp(24px,4vw,44px);font-weight:800;line-height:1.05}.eyebrow{color:var(--accent-strong);letter-spacing:.07em;text-transform:uppercase;margin:0;font-weight:800}.actions,.card-actions,.meta-row,.split,.search-row,.wrap{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.actions>*,.card-actions>*,.search-row>*{max-width:100%}.stack{gap:18px;display:grid}.stack>*,.card-grid>*,main>*,.settings-stack>*,.settings-section,.settings-section-body{min-width:0;max-width:100%}.tight{gap:10px}.panel{padding:clamp(18px,4vw,32px)}.narrow{width:100%;max-width:520px;margin:0 auto}.login-required-panel{align-content:start;gap:18px;display:grid}.panel.login-required-panel h1{letter-spacing:-.035em;max-width:22ch;font-size:clamp(26px,3vw,36px);line-height:1.08}.login-required-panel .primary{justify-self:start}.language-gate{place-items:center;min-height:calc(100vh - 32px);padding:24px 0;display:grid}.language-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.screen-title{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.screen-title>*{min-width:0}.screen-title h1,.panel h1,.profile-body h1{letter-spacing:-.06em;margin:0;font-size:clamp(30px,5vw,54px)}p{color:var(--muted);overflow-wrap:anywhere;line-height:1.58}.card-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:14px;display:grid}.card{padding:18px}.goal-card,.progress-card{gap:12px;display:grid}.goal-card{grid-template-rows:minmax(82px,auto) minmax(58px,auto) minmax(88px,1fr) auto;height:100%;min-height:338px}.goal-card-tags{flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:8px;display:flex}.goal-card-title{align-self:start}.goal-card-statistics{align-content:start;gap:12px;min-width:0;display:grid}.goal-card .meta-row{align-content:start}.card h3{letter-spacing:-.04em;margin:10px 0 6px;font-size:22px}.chip{border:1px solid var(--line);background:var(--surface-strong);width:fit-content;color:var(--muted);align-items:center;font-size:13px;display:inline-flex}.subtle{opacity:.78}.meta-row{color:var(--muted);font-size:14px}.action-strip{align-items:stretch;margin-top:4px}.goal-card .action-strip{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-top:0;display:grid}.goal-card .action-strip>button{width:100%;min-height:48px}.interactive-goal-card{cursor:pointer;transition:transform .15s,border-color .17s,box-shadow .17s,background-color .17s;position:relative}.goal-card-open-overlay{z-index:1;border-radius:inherit;background:0 0;border:0;width:100%;min-height:0;padding:0;position:absolute;inset:0}.interactive-goal-card>.goal-card-tags,.interactive-goal-card>.goal-card-title,.interactive-goal-card>.goal-card-statistics{z-index:2;pointer-events:none;position:relative}.interactive-goal-card>.action-strip{z-index:3;position:relative}.interactive-goal-card:has(.goal-card-open-overlay:focus-visible){outline:3px solid color-mix(in srgb, var(--accent) 74%, white);outline-offset:3px}.interactive-goal-card:hover{border-color:color-mix(in srgb, var(--accent) 48%, var(--line));box-shadow:0 24px 58px color-mix(in srgb, var(--accent) 12%, transparent);transform:translateY(-2px)}.interactive-goal-card:has(.goal-card-open-overlay:active){transform:translateY(0)scale(.995)}.goal-card-style-violet{border-color:color-mix(in srgb, #8b5cf6 44%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, #8b5cf6 14%, var(--surface)), var(--surface))}.goal-card-style-ocean{border-color:color-mix(in srgb, #38bdf8 44%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, #38bdf8 13%, var(--surface)), var(--surface))}.goal-card-style-sunset{border-color:color-mix(in srgb, #fb7185 44%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, #fb7185 13%, var(--surface)), var(--surface))}.goal-card-style-emerald{border-color:color-mix(in srgb, #34d399 44%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, #34d399 13%, var(--surface)), var(--surface))}.goal-card-style-outline{border:2px solid var(--accent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 24%, transparent), var(--shadow)}.invite-panel,.collaboration-panel,.calendar-tracker{gap:14px;display:grid}.invite-row,.participant-row{border:1px solid var(--line);background:var(--surface);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 12px;padding:12px;display:flex}.invite-row p{color:var(--muted);margin:4px 0 0}.participant-list,.chip-list{gap:8px;min-width:0;max-width:100%;display:grid}.participant-row,.participant-row .user-row,.invite-form,.panel>*{min-width:0;max-width:100%}.participant-row .user-row{flex:1 1 var(--participant-identity-basis,200px);min-width:min(100%, var(--participant-identity-basis,200px))}.participant-row-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}.participant-color-swatch,.participant-color-option,.calendar-participant-segments>span{--participant-color:var(--participant-violet,#8b5cf6);background:var(--participant-color)}[data-participant-color=blue]{--participant-color:var(--participant-blue,#2563eb)}[data-participant-color=indigo]{--participant-color:var(--participant-indigo,#4f46e5)}[data-participant-color=sky]{--participant-color:var(--participant-sky,#0284c7)}[data-participant-color=cyan]{--participant-color:var(--participant-cyan,#0891b2)}[data-participant-color=teal]{--participant-color:var(--participant-teal,#0d9488)}[data-participant-color=green]{--participant-color:var(--participant-green,#16a34a)}[data-participant-color=lime]{--participant-color:var(--participant-lime,#65a30d)}[data-participant-color=amber]{--participant-color:var(--participant-amber,#d97706)}[data-participant-color=orange]{--participant-color:var(--participant-orange,#ea580c)}[data-participant-color=red]{--participant-color:var(--participant-red,#dc2626)}[data-participant-color=rose]{--participant-color:var(--participant-rose,#e11d48)}[data-participant-color=pink]{--participant-color:var(--participant-pink,#db2777)}[data-participant-color=fuchsia]{--participant-color:var(--participant-fuchsia,#c026d3)}[data-participant-color=slate]{--participant-color:var(--participant-slate,#475569)}[data-participant-color=brown]{--participant-color:var(--participant-brown,#8b5e34)}:root[data-theme=dark]{--participant-violet:#a78bfa;--participant-indigo:#818cf8;--participant-blue:#60a5fa;--participant-sky:#38bdf8;--participant-cyan:#22d3ee;--participant-teal:#2dd4bf;--participant-green:#4ade80;--participant-lime:#a3e635;--participant-amber:#fbbf24;--participant-orange:#fb923c;--participant-red:#f87171;--participant-rose:#fb7185;--participant-pink:#f472b6;--participant-fuchsia:#e879f9;--participant-slate:#94a3b8;--participant-brown:#d6a56f}:root[data-accent=violet]{--accent:#6750a4;--accent-strong:#4f378b;--accent-soft:#ece6f7}:root[data-accent=green]{--accent:#36745d;--accent-strong:#245743;--accent-soft:#deeee7}:root[data-accent=amber]{--accent:#a15c00;--accent-strong:#784400;--accent-soft:#f7ead7}:root[data-theme=dark][data-accent=violet]{--accent:#d0bcff;--accent-strong:#e9ddff;--accent-soft:#d0bcff29}:root[data-theme=dark][data-accent=green]{--accent:#83c7aa;--accent-strong:#bce4d2;--accent-soft:#83c7aa29}:root[data-theme=dark][data-accent=amber]{--accent:#e5b66f;--accent-strong:#ffdda1;--accent-soft:#e5b66f2b}:root[data-theme=dark] [data-participant-color=green]{--participant-color:#4ade80}:root[data-theme=dark] [data-participant-color=amber]{--participant-color:#fbbf24}:root[data-theme=dark] [data-participant-color=orange]{--participant-color:#fb923c}:root[data-theme=dark] [data-participant-color=rose]{--participant-color:#fb7185}:root[data-theme=dark] [data-participant-color=pink]{--participant-color:#f472b6}.participant-color-swatch{border:2px solid color-mix(in srgb, var(--surface-strong) 76%, transparent);width:16px;height:16px;box-shadow:0 0 0 1px color-mix(in srgb, var(--participant-color) 62%, var(--line));border-radius:999px;flex:none}.participant-calendar-settings{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 80%, transparent);border-radius:20px;grid-template-columns:minmax(0,1fr) minmax(240px,.8fr);gap:16px;padding:16px;display:grid}.participant-calendar-settings>div,.participant-color-picker{align-content:start;gap:9px;min-width:0;display:grid}.participant-calendar-settings small{color:var(--muted)}.participant-legend{flex-wrap:wrap;gap:8px;min-width:0;max-width:100%;display:flex}.participant-legend-item{border:1px solid var(--line);background:var(--surface);min-width:0;color:var(--text);border-radius:999px;align-items:center;gap:7px;max-width:100%;padding:7px 10px;font-size:13px;font-weight:750;display:inline-flex}.participant-legend-item>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.participant-legend-item .avatar{border-radius:8px;flex:0 0 24px;width:24px;height:24px;font-size:9px}.participant-color-options{flex-wrap:wrap;gap:8px;display:flex}.participant-color-option{border:3px solid var(--surface-strong);width:38px;height:38px;box-shadow:0 0 0 1px var(--line);border-radius:12px}.participant-color-option.selected{box-shadow:0 0 0 3px var(--text);transform:scale(1.04)}.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;display:grid}.calendar-toolbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.calendar-toolbar strong{color:var(--text);font-size:14px;font-weight:900}.calendar-weekday{color:var(--muted);text-align:center;font-size:12px;font-weight:800}.calendar-day{isolation:isolate;aspect-ratio:1;border:1px solid var(--line);background:var(--surface);min-width:0;color:var(--text);border-radius:16px;place-items:center;font-weight:800;display:grid;position:relative;overflow:hidden}.calendar-day.marked{background:var(--accent);color:var(--on-accent);border-color:#0000}.calendar-participant-segments{z-index:-1;display:block;position:absolute;inset:0}.calendar-day-number{z-index:1;position:relative}.calendar-day.selected{outline:2px solid var(--accent-strong);outline-offset:2px}.calendar-day.empty{background:0 0;border-color:#0000}.calendar-note-form{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 78%, transparent);border-radius:18px;grid-template-columns:minmax(170px,.42fr) minmax(0,1fr) auto;align-items:end;gap:12px;padding:16px;display:grid}.calendar-note-form label{color:var(--muted);align-content:start;gap:6px;font-size:12px;font-weight:750;display:grid}.calendar-note-form input,.calendar-note-form textarea,.calendar-note-form>button{min-height:58px}.calendar-note-form textarea{resize:vertical;height:58px}.calendar-note-form>button{white-space:nowrap;align-self:end}.calendar-selected-date{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 78%, transparent);border-radius:18px;grid-template-columns:minmax(160px,auto) minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.calendar-selected-date>p{color:var(--muted);margin:0}.calendar-selected-date>div{gap:3px;display:grid}.calendar-selected-date small{color:var(--muted)}.report-date-field{max-width:320px}.goal-card .action-strip .primary,.goal-card .action-strip .secondary,.progress-card .action-strip .action-button{flex:140px}.progress-stream{gap:14px;display:grid}.progress-streak-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:28px;gap:14px;padding:18px;display:grid}.progress-streak-heading{justify-content:space-between;align-items:center;gap:14px;min-width:0;max-width:100%;display:flex}.progress-streak-heading>*{min-width:0}.progress-streak-heading .progress-goal-title{flex:1 1 0}.progress-streak-heading .compact-user{flex:0 240px;max-width:40%}.progress-streak-heading .compact-user>span{min-width:0;overflow:hidden}.progress-streak-card{min-width:0;max-width:100%}.progress-streak-heading h2,.discussion-intro h2{color:var(--text);letter-spacing:-.035em;margin:0;font-size:clamp(18px,2.4vw,23px)}.progress-goal-title,.goal-card-title{align-items:center;gap:10px;min-width:0;display:flex}.progress-goal-title h2,.goal-card-title h3{-webkit-hyphens:none;hyphens:none;overflow-wrap:break-word;word-break:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;display:-webkit-box;overflow:hidden}.progress-goal-title>div{min-width:0}.progress-community-link{max-width:100%;color:var(--accent-strong);text-overflow:ellipsis;white-space:nowrap;background:0 0;margin-top:4px;padding:0;font-size:13px;font-weight:800;display:inline-flex;overflow:hidden}.goal-icon{border:1px solid color-mix(in srgb, var(--accent) 35%, var(--line));background:var(--accent-soft);width:34px;height:34px;color:var(--accent-strong);border-radius:12px;flex:none;place-items:center;font-family:Segoe UI Symbol,Apple Symbols,sans-serif;font-size:20px;font-weight:800;line-height:1;transition:background-color .16s,color .16s;display:inline-grid}.goal-icon-small{border-radius:10px;width:28px;height:28px;font-size:16px}.goal-icon-large{border-radius:14px;width:40px;height:40px;font-size:23px}.goal-icon-initial{letter-spacing:-.04em;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:17px}.compact-user,.entry-author{min-width:0;color:var(--text);text-align:left;background:0 0;align-items:center;gap:8px;padding:0;display:inline-flex}.compact-user .avatar,.entry-author .avatar,.comment .avatar{flex:none}.progress-streak-entries{border-top:1px solid var(--line);display:grid}.progress-entry,.discussion-report{border-bottom:1px solid var(--line);grid-template-columns:minmax(78px,.35fr) minmax(0,1fr) auto;align-items:start;gap:12px;padding:14px 0;display:grid}.progress-streak-entries .progress-entry:last-child{border-bottom:0;padding-bottom:0}.progress-streak-entries .progress-entry:first-child{padding-top:14px}.day-marker{gap:2px;padding-top:2px;display:grid}.day-marker strong{color:var(--accent-strong);font-size:13px;line-height:1.15}.day-marker small{color:var(--muted);font-size:12px}.progress-entry-content{min-width:0}.progress-entry-content p{color:var(--text);overflow-wrap:anywhere;margin:0}.entry-author+p{margin-top:8px}.entry-author{max-width:100%;margin-bottom:8px;overflow:hidden}.entry-author .avatar{border-radius:11px;width:32px;height:32px}.entry-author>span,.entry-author strong,.entry-author small{min-width:0}.entry-author>span{display:grid;overflow:hidden}.entry-author strong,.entry-author small{-webkit-hyphens:none;hyphens:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.entry-author small{color:var(--muted);font-size:11px}.progress-entry-details{color:var(--muted);gap:4px;margin-top:9px;font-size:12px;line-height:1.45;display:grid}.progress-entry-details strong{color:var(--text)}.compact-meta{gap:7px 10px;margin-top:9px;font-size:12px}.entry-link{color:var(--accent-strong);font-size:inherit;background:0 0;padding:0;font-weight:800}.progress-entry-actions{gap:6px;display:flex}.discussion-control{border:1px solid var(--line);background:var(--surface);min-width:66px;height:44px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.discussion-control:hover,.discussion-control:focus-visible{border-color:var(--accent);color:var(--accent-strong)}.discussion-control svg{width:21px;height:21px}.like-control{align-items:center;gap:3px;display:inline-flex}.like-count{min-width:24px;color:var(--muted);background:0 0;padding:4px;font-size:13px;font-weight:800}.like-count:hover,.like-count:focus-visible{color:var(--accent-strong)}.likes-search{flex:none;align-items:center;display:grid;position:relative}.likes-search svg{width:17px;height:17px;color:var(--muted);pointer-events:none;position:absolute;left:12px}.likes-search input{width:100%;min-height:42px;padding-left:38px}.likes-modal,.modal-backdrop.responsive-sheet .likes-modal{flex-direction:column;gap:12px;width:min(100%,420px);max-height:min(560px,82dvh);padding:16px;display:flex;overflow:hidden}.likes-modal-header{flex:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.likes-modal-header h2{letter-spacing:-.02em;margin:0;font-size:1.12rem}.likes-modal-close{width:34px;height:34px;color:var(--muted);box-shadow:none;background:0 0;border:0;border-radius:10px;flex:0 0 34px;place-items:center;padding:0;display:grid}.likes-modal-close:hover,.likes-modal-close:focus-visible{background:var(--surface-strong);color:var(--text)}.likes-modal-close svg{width:18px;height:18px}.likes-user-list{overscroll-behavior:contain;flex:auto;align-content:start;gap:4px;min-height:0;display:grid;overflow-y:auto}.likes-user-list .user-row{border-radius:14px;width:100%;padding:10px}.likes-user-list .user-row:hover,.likes-user-list .user-row:focus-visible{background:var(--accent-soft)}.icon-action{border:1px solid var(--line);background:var(--surface-strong);width:38px;height:38px;color:var(--muted);border-radius:999px;flex:none;place-items:center;padding:8px;display:grid}.icon-action:hover,.icon-action:focus-visible{border-color:var(--accent);color:var(--accent-strong)}.icon-action.liked{border-color:color-mix(in srgb, var(--danger) 38%, var(--line));background:color-mix(in srgb, var(--danger) 12%, var(--surface-strong));color:var(--danger)}.icon-action svg{width:20px;height:20px}.discussion-screen{max-width:860px;margin:0 auto}.discussion-intro{border:1px solid var(--line);background:color-mix(in srgb, var(--accent-soft) 62%, var(--surface));border-radius:24px;padding:16px 18px}.discussion-feed{gap:12px;min-width:0;display:grid}.discussion-progress-item{border:1px solid var(--line);background:var(--surface);min-width:0;max-width:100%;box-shadow:var(--shadow);border-radius:26px;gap:12px;padding:16px;display:grid}.discussion-report{min-width:0;max-width:100%;padding:0 0 12px}.discussion-comments{gap:8px;min-width:0;max-width:100%;display:grid}.discussion-comments .comment{border-radius:16px;padding:10px 12px}.discussion-composer{grid-template-columns:minmax(0,1fr) auto;gap:8px;min-width:0;max-width:100%;display:grid}.discussion-input-stack{gap:5px;min-width:0;display:grid}.discussion-report>*,.discussion-comments>*,.discussion-composer>*{min-width:0;max-width:100%}.notification-list{gap:10px;min-width:0;display:grid}.notification-item{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:22px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.notification-item.unread{border-color:color-mix(in srgb, var(--accent) 48%, var(--line));background:color-mix(in srgb, var(--accent-soft) 42%, var(--surface))}.notification-type-icon{background:var(--accent-soft);width:44px;height:44px;color:var(--accent-strong);border-radius:14px;place-items:center;display:grid}.notification-type-icon svg,.mobile-notification-button svg{width:24px;height:24px}.notification-content{gap:5px;min-width:0;display:grid}.notification-content p{color:var(--text);margin:0}.notification-content>small{color:var(--muted)}.notification-actor{width:fit-content;max-width:100%;margin:0}.notification-open{min-width:96px}.progress-block{gap:8px;display:grid}.progress-caption{color:var(--muted);justify-content:space-between;font-size:14px}.progress-caption strong{color:var(--text)}.form{gap:14px;display:grid}.form-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:2px;display:flex}.form-heading h2{letter-spacing:-.05em;margin:4px 0 0;font-size:28px}.form-heading p{max-width:520px;margin:0}.form-footer{flex-wrap:wrap;gap:10px;display:flex}.form-footer .primary,.form-footer .secondary{min-width:150px}.field-stack{gap:8px;display:grid}.mood-options{flex-wrap:wrap;gap:8px;display:flex}.mood-option{border:1px solid var(--line);background:var(--surface-strong);min-width:44px;height:48px;color:var(--text);border-radius:16px;place-items:center;padding:4px 8px;display:grid}.mood-option span{font-size:20px;line-height:1}.mood-option small{color:var(--muted);font-weight:800}.mood-option.active{background:var(--accent-soft);color:var(--accent-strong);border-color:#0000}.form-grid,.settings-grid,.mini-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.form-grid>label{align-content:start;align-self:start}.duration-field{border:0;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px;min-width:0;margin:0;padding:0;display:grid}.duration-field legend{color:var(--text);grid-column:1/-1;margin-bottom:2px;font-weight:700}.duration-field label{gap:5px;min-width:0;display:grid}.duration-field label span{color:var(--muted);font-size:12px}.recommendation-section{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 72%, transparent);border-radius:24px;gap:12px;padding:16px;display:grid}.recommendation-section h2{margin:0;font-size:18px}.recommendation-grid{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:10px;display:grid}.recommendation-grid .card{min-height:100%;box-shadow:none;padding:15px}.feed-title-actions>div:first-child{gap:3px;min-width:0;display:grid}.feed-title-actions p{color:var(--muted);margin:0;font-size:13px}.friend-search{display:block}.friends-list{border:1px solid var(--line);background:var(--surface);border-radius:22px;display:grid;overflow:hidden}.friend-list-row{border-bottom:1px solid var(--line);min-height:66px;color:var(--text);text-align:left;background:0 0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 14px;display:grid}.friend-list-row:last-child{border-bottom:0}.friend-list-row:hover,.friend-list-row:focus-visible{background:var(--accent-soft)}.friend-list-row>span:nth-child(2){gap:2px;min-width:0;display:grid}.friend-list-row strong,.friend-list-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.friend-list-row small{color:var(--muted)}.load-more{justify-self:center}.error-state{border:1px solid color-mix(in srgb, var(--danger) 38%, var(--line));color:var(--danger);background:color-mix(in srgb, var(--danger) 8%, var(--surface));border-radius:18px;justify-items:start;gap:10px;padding:16px;display:grid}.settings-stack{gap:18px;margin-top:20px;display:grid}.settings-section{gap:10px;display:grid}.settings-section h2{letter-spacing:-.03em;margin:0;font-size:22px}.settings-section-heading{gap:3px;display:grid}.settings-section-heading p{color:var(--muted);margin:0;font-size:.9rem}.settings-nav{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.settings-nav-link{border:1px solid var(--line);background:var(--surface-strong);min-height:44px;color:var(--muted);border-radius:999px;align-items:center;padding:7px 14px;font-size:.88rem;font-weight:750;text-decoration:none;display:inline-flex}.settings-nav-link:hover,.settings-nav-link:focus-visible{border-color:color-mix(in srgb, var(--accent) 52%, var(--line));background:var(--accent-soft);color:var(--accent-strong)}.premium-info-card{text-align:left;gap:16px;width:min(100%,460px);padding:18px 20px 20px;display:grid}.sheet-grabber{background:color-mix(in srgb, var(--text) 22%, transparent);border-radius:999px;width:40px;height:4px;margin:0 auto 2px;display:none}.premium-hero{background:radial-gradient(120% 100% at 50% 0%, color-mix(in srgb, var(--premium-emblem-color,var(--accent)) 22%, transparent) 0%, transparent 70%), var(--surface-strong);text-align:center;border-radius:20px;justify-items:center;gap:6px;padding:20px 16px 18px;display:grid}.premium-hero-mark{background:color-mix(in srgb, var(--premium-emblem-color,var(--accent)) 16%, var(--surface));width:68px;height:68px;color:var(--premium-emblem-color,var(--accent-strong));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--premium-emblem-color,var(--accent)) 40%, transparent);border-radius:22px;place-items:center;display:grid}.premium-hero-mark svg{width:38px;height:38px}.premium-hero-eyebrow{color:var(--premium-emblem-color,var(--accent-strong));letter-spacing:.09em;text-transform:uppercase;margin:6px 0 0;font-size:.74rem;font-weight:850}.premium-hero h2{letter-spacing:-.02em;margin:0;font-size:clamp(19px,4.4vw,23px)}.premium-hero-owner{background:color-mix(in srgb, var(--text) 6%, transparent);text-align:left;border-radius:999px;align-items:center;gap:9px;margin:8px 0 0;padding:6px 12px 6px 6px;display:inline-flex}.premium-hero-owner .avatar{border-radius:50%;flex-basis:30px;width:30px;height:30px}.premium-hero-owner>span{gap:0;display:grid}.premium-hero-owner small{color:var(--muted);font-size:.78rem}.premium-info-lead{color:var(--muted);margin:0;line-height:1.5}.premium-info-actions{gap:8px;display:grid}.premium-info-actions>button{width:100%;min-height:48px}@media (width<=600px){.premium-modal-backdrop{align-items:flex-end;padding:0}.premium-info-card{width:100%;padding-bottom:calc(20px + env(safe-area-inset-bottom));border-bottom-right-radius:0;border-bottom-left-radius:0}}@media (width<=760px){.sheet-grabber{display:block}}@media (width<=700px){.discussion-composer.post-composer,form#post-comment-composer{z-index:60;bottom:calc(max(var(--keyboard-inset,0px), var(--bottom-nav-height,0px) + env(safe-area-inset-bottom)) + 8px);border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 96%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -6px 22px color-mix(in srgb, var(--text) 10%, transparent);border-radius:18px;padding:10px;position:sticky}:root[data-keyboard=open] .bottom-tabs{display:none}.discussion-composer textarea,form#post-comment-composer textarea{resize:none;min-height:46px;max-height:132px;padding:12px 14px;font-size:16px;line-height:1.4}.post-comments,.discussion-screen{padding-bottom:8px}}.community-card-heading{align-items:start}.community-card-heading h3{letter-spacing:-.01em;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none;margin:0;font-size:1.02rem;line-height:1.25}.community-card-meta{color:var(--muted);letter-spacing:0;text-transform:none;margin:3px 0 0;font-size:.8rem;font-weight:700}.community-card-description{overflow-wrap:break-word;margin:0;font-size:.9rem;line-height:1.45}.embedded-community-heading h2{letter-spacing:-.02em;font-size:clamp(20px,2.6vw,26px);line-height:1.2}.my-community-copy strong{line-height:1.25}.settings-collapsible{border-radius:24px}.appearance-theme-panel{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 88%, var(--surface));border-radius:22px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;display:grid}.theme-preset-group{border:1px solid var(--line);background:var(--surface);border-radius:17px;align-content:start;gap:9px;min-width:0;padding:12px;display:grid}.theme-preset-group h3{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:850}.theme-preset-group-light,.theme-preset-group-dark{box-shadow:inset 0 1px 0 color-mix(in srgb, var(--text) 3%, transparent)}.theme-preset-group-automatic,.appearance-theme-panel>.theme-experimental,.appearance-theme-panel>.theme-live-preview{grid-column:1/-1}.theme-preset-grid{grid-template-columns:1fr;gap:10px;display:grid}.theme-preset-group-automatic .theme-preset-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}.theme-preset-card{border:1px solid var(--line);background:var(--surface-strong);min-height:68px;color:var(--text);text-align:left;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;display:grid}.theme-preset-card:hover,.theme-preset-card:focus-visible{border-color:color-mix(in srgb, var(--accent) 50%, var(--line))}.theme-preset-card.selected{border-color:oklch(.58 .13 var(--preset-hue));background:color-mix(in srgb, oklch(.74 .09 var(--preset-hue)) 20%, var(--surface-strong));box-shadow:inset 0 0 0 1px oklch(.58 .13 var(--preset-hue))}.theme-preset-swatch{border:1px solid var(--line);border-radius:9px;grid-template-columns:repeat(3,1fr);width:46px;height:34px;display:grid;overflow:hidden}.theme-preset-swatch i[data-role=surface]{background:#f5f7fa}.theme-preset-swatch i[data-role=text]{background:#111827}.theme-preset-swatch i[data-role=accent]{background:oklch(.52 .15 var(--preset-hue))}.theme-preset-swatch[data-preset-theme=dark] i[data-role=surface]{background:#0f1115}.theme-preset-swatch[data-preset-theme=dark] i[data-role=text]{background:#f5f7fa}.theme-preset-swatch[data-preset-theme=dark] i[data-role=accent]{background:oklch(.8 .13 var(--preset-hue))}.theme-preset-swatch[data-preset-theme=system] i[data-role=surface]{background:#f5f7fa}.theme-preset-swatch[data-preset-theme=system] i[data-role=text]{background:#0f1115}.theme-preset-swatch[data-preset-theme=system] i[data-role=accent]{background:linear-gradient(180deg, oklch(.52 .15 var(--preset-hue)) 50%, oklch(.8 .13 var(--preset-hue)) 50%)}.theme-preset-copy{gap:2px;min-width:0;display:grid}.theme-preset-copy small{color:var(--muted);overflow-wrap:break-word;font-size:.8rem}.settings-inline-field{gap:7px;max-width:320px;display:grid}.theme-experimental-note{color:var(--muted);margin:0;font-size:.88rem}.settings-logout{justify-content:center;justify-self:start;align-items:center;gap:9px;min-height:46px;display:inline-flex}.settings-logout svg{width:18px;height:18px}.settings-access-group{gap:18px;display:grid}.settings-actionbar{z-index:40;bottom:max(12px, env(safe-area-inset-bottom));border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 94%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;margin-top:6px;padding:12px 16px;display:flex;position:sticky}.settings-actionbar.is-dirty{border-color:color-mix(in srgb, var(--accent) 52%, var(--line))}.settings-actionbar-status{color:var(--muted);margin:0;font-size:.9rem;font-weight:700}.settings-actionbar.is-dirty .settings-actionbar-status{color:var(--accent-strong)}.settings-actionbar-buttons{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media (width<=600px){.settings-actionbar{bottom:calc(var(--bottom-nav-height,0px) + max(8px, env(safe-area-inset-bottom)));border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px;padding:8px 12px;display:grid}.settings-actionbar-status{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.settings-actionbar-buttons{justify-content:flex-end;gap:6px}.settings-actionbar-buttons>button{min-width:0;padding-inline:12px;font-size:.85rem}.settings-actionbar:not(.is-dirty){background:color-mix(in srgb, var(--surface-strong) 82%, transparent);box-shadow:none;padding:6px 12px}.settings-actionbar:not(.is-dirty) button.primary{min-height:36px;padding-block:6px;font-size:.85rem}.settings-stack{padding-bottom:76px}}.settings-section-body{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 74%, transparent);border-radius:24px;gap:14px;padding:18px;display:grid}.toggle-row{grid-template-columns:unset;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}.toggle-row .theme-toggle{appearance:none;border:1px solid var(--toggle-border);background:var(--toggle-track);cursor:pointer;border-radius:999px;flex:none;width:46px;height:28px;margin:0;padding:3px;transition:background .16s,border-color .16s;display:block}.toggle-row .theme-toggle:after{content:"";background:var(--toggle-thumb);border-radius:50%;width:20px;height:20px;transition:transform .16s,background .16s;display:block;box-shadow:0 1px 3px #0000003d}.toggle-row .theme-toggle:checked{border-color:var(--accent);background:var(--accent)}.toggle-row .theme-toggle:checked:after{background:var(--on-accent);transform:translate(18px)}.toggle-row .theme-toggle:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 35%, transparent);outline-offset:2px}.inline-form{grid-template-columns:minmax(160px,1fr) minmax(180px,1.5fr) auto;align-items:end}label{color:var(--muted);gap:7px;font-weight:700;display:grid}.field-help,.field-error{font-size:13px;font-weight:500;line-height:1.45}.field-help{color:var(--muted)}.field-error{color:var(--danger)}.search-row{align-items:stretch}.search-row input{flex:1}.invite-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.invite-fields{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;min-width:0;display:grid}.friend-picker{border:1px solid var(--line);border-radius:16px;gap:8px;width:100%;min-width:0;max-width:100%;max-height:260px;margin:0;padding:12px;display:grid;overflow:auto}.friend-picker legend{color:var(--muted);padding:0 6px;font-size:.86rem;font-weight:700}.create-goal-bottom{width:min(100%,420px);margin:4px auto 0}.search-input{max-width:520px}.user-row{min-width:0;max-width:100%;color:var(--text);text-align:left;background:0 0;align-items:center;gap:10px;padding:0;display:flex}.user-row>span:last-child{min-width:0;overflow:hidden}.friend-picker label,.field-stack,.field-stack>*,.form-grid>*{min-width:0;max-width:100%}.user-row strong,.user-row small,.compact-user strong,.profile-username,.profile-name{-webkit-hyphens:none;hyphens:none;text-overflow:ellipsis;white-space:nowrap;word-break:normal;display:block;overflow:hidden}.user-card{flex-direction:column;min-width:0;display:flex}.user-card .card-actions{margin-top:auto}.user-row small{color:var(--muted);margin-top:2px;display:block}.avatar{color:#fff;letter-spacing:-.05em;border-radius:16px;flex:none;place-items:center;width:44px;height:44px;font-weight:850;display:inline-grid;box-shadow:inset 0 1px #ffffff47}.avatar.large{border-radius:30px;width:96px;height:96px;font-size:34px}.avatar-photo{background:var(--accent-soft);overflow:hidden}.avatar-photo img{object-fit:cover;width:100%;height:100%}.profile-card{align-items:flex-start;gap:20px;padding:clamp(20px,4vw,34px);display:flex;position:relative}.profile-header-actions{z-index:1;gap:8px;display:flex;position:absolute;top:clamp(20px,4vw,30px);right:clamp(20px,4vw,30px)}.profile-style-aurora{border-color:color-mix(in srgb, #20c997 42%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, #20c997 12%, var(--surface-strong)), var(--surface-strong))}.profile-style-sunset{border-color:color-mix(in srgb, #fb7185 42%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, #fb7185 13%, var(--surface-strong)), var(--surface-strong))}.profile-style-midnight{border-color:color-mix(in srgb, #6366f1 44%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, #6366f1 16%, var(--surface-strong)), var(--surface-strong))}.profile-name-row{flex-wrap:nowrap;align-items:center;gap:7px;min-width:0;display:flex}.profile-name-row h1{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:calc(100% - 25px);margin:0;overflow:hidden}.premium-badge{border:1px solid color-mix(in srgb, var(--accent) 48%, var(--line));width:25px;height:25px;color:var(--accent-strong);background:color-mix(in srgb, var(--accent-soft) 74%, var(--surface-strong));border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.premium-badge svg{width:16px;height:16px}.premium-badge-button{cursor:pointer;transition:transform .16s,border-color .16s,box-shadow .16s}.premium-badge-button:hover,.premium-badge-button:focus-visible{border-color:#d4a017;transform:translateY(-1px);box-shadow:0 5px 16px #d4a01738}.premium-badge-upgrade{color:var(--accent-strong);border-color:color-mix(in srgb, var(--accent) 52%, var(--line));background:var(--accent-soft)}.premium-info-card{border-color:color-mix(in srgb, #d4a017 48%, var(--line));background:radial-gradient(circle at 88% 10%, #ffd16647, transparent 35%), linear-gradient(135deg, color-mix(in srgb, #ffd166 12%, var(--surface-strong)), var(--surface));gap:14px;padding:30px;display:grid;position:relative;overflow:hidden}.premium-info-card h2,.premium-info-card p{margin:0}.premium-info-card>p:not(.eyebrow){max-width:54ch;color:var(--muted);line-height:1.55}.premium-info-emblem{border:1px solid color-mix(in srgb, #d4a017 62%, var(--line));color:#9a6700;background:color-mix(in srgb, #ffd166 28%, var(--surface-strong));border-radius:20px;place-items:center;width:60px;height:60px;display:grid;box-shadow:0 10px 26px #d4a0172e}.premium-info-features{gap:8px;display:grid}.premium-info-features span{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 72%, transparent);color:var(--text);border-radius:12px;padding:9px 12px;font-weight:700}.premium-card{border:1px solid color-mix(in srgb, #d4a017 35%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, #ffd166 13%, var(--surface-strong)), var(--surface));border-radius:24px;gap:18px;padding:22px;display:grid}.premium-card h2,.premium-card p{margin:0}.premium-feature-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.premium-feature-columns>div{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 78%, transparent);border-radius:16px;padding:14px}.premium-feature-columns ul{color:var(--muted);gap:6px;margin:10px 0 0;padding-left:18px;display:grid}.compact-premium-card{padding:16px}.premium-status{color:var(--muted);align-items:center;gap:8px;margin:0;display:flex}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.premium-profile-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.premium-control-card{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 82%, transparent);border-radius:18px;align-content:space-between;gap:18px;min-height:154px;padding:16px;display:grid}.premium-control-card>div:first-child{gap:6px;display:grid}.premium-control-card small{color:var(--muted);line-height:1.45}.premium-control-actions,.premium-style-control{align-items:center;gap:8px;min-height:42px;display:flex}.file-picker-button{cursor:pointer;width:auto;display:inline-flex}.file-picker-button>span{align-items:center;min-height:40px;display:inline-flex}.file-picker-button:has(input:disabled){cursor:progress;opacity:.65}.premium-style-control{grid-template-columns:52px minmax(0,1fr);width:100%;min-width:0;display:grid}.premium-hub-link{border:1px solid var(--line);background:var(--surface-strong);width:100%;color:var(--text);text-align:left;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.premium-hub-link>span:nth-child(2){gap:3px;min-width:0;display:grid}.premium-hub-link small{color:var(--muted)}.premium-hub-status,.offline-status-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.premium-hub-status{grid-template-columns:auto minmax(0,1fr) auto}.premium-hub-status h2,.premium-hub-status p,.offline-status-card h2,.offline-status-card p{margin:0}.premium-hub-status>div,.offline-status-card>div{gap:4px;display:grid}.offline-status-copy{justify-items:start}.premium-locked{opacity:.78}.status-dot{color:var(--muted);align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.status-dot:before{background:var(--muted);content:"";border-radius:999px;width:9px;height:9px}.status-dot.online:before{background:#22c55e}.status-dot.offline:before{background:#f59e0b}.sync-status{border:1px solid var(--line);background:var(--surface-strong);min-height:26px;color:var(--muted);border-radius:999px;align-items:center;gap:7px;padding:3px 8px;font-size:12px;font-weight:800;display:inline-flex}.sync-status i{background:currentColor;border-radius:50%;flex:0 0 8px;width:8px;height:8px}.sync-status-online{color:var(--status-success)}.sync-status-offline,.sync-status-queued{color:var(--status-warning)}.sync-status-syncing{color:var(--accent-strong)}.sync-status-failed{color:var(--danger)}.premium-style-control select{min-width:0;height:52px;min-height:52px;padding-block:0;line-height:1.25}.profile-style-preview{border:1px solid var(--line);width:52px;min-width:52px;height:52px;color:var(--accent-strong);background:var(--surface);border-radius:14px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.profile-style-preview strong{display:none}.premium-upgrade-card{border:1px solid color-mix(in srgb, #d4a017 35%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, #ffd166 14%, var(--surface-strong)), var(--surface));border-radius:20px;justify-content:space-between;align-items:end;gap:18px;padding:18px;display:flex}.premium-upgrade-card>div{gap:5px;display:grid}.premium-upgrade-card h3,.premium-upgrade-card p{margin:0}.profile-communities{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:24px;gap:10px;padding:18px;display:grid}.profile-communities-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-communities h2,.profile-communities p{margin:0}.profile-community-list{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;display:grid}.profile-community-link{border:1px solid var(--line);background:var(--surface-strong);min-width:0;color:var(--text);text-align:left;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.profile-community-link:hover,.profile-community-link:focus-visible{border-color:var(--accent);background:var(--accent-soft)}.profile-community-link span{gap:3px;min-width:0;display:grid}.profile-community-link small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-body{flex:1 1 0;width:100%;min-width:0;display:grid}.profile-body>*,.profile-card .mini-grid,.profile-card .metric{min-width:0;max-width:100%}.profile-card .mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-actions{grid-template-columns:repeat(2,minmax(0,max-content));justify-content:start;align-items:center;gap:10px;width:100%;margin-top:16px;display:grid}.profile-actions>button{white-space:normal;min-width:0;min-height:44px}.destructive-zone{border:1px solid color-mix(in srgb, var(--danger) 42%, var(--line));background:color-mix(in srgb, var(--danger) 7%, var(--surface-strong));border-radius:18px;gap:8px;margin-top:10px;padding:16px;display:grid}.destructive-zone p{margin:0}.destructive-zone button{width:fit-content}.identity-link,.identity-chip{color:var(--muted);font:inherit;text-align:left;background:0 0;padding:0}.identity-link:hover,.identity-link:focus-visible,.identity-chip:hover,.identity-chip:focus-visible{color:var(--accent-strong)}.identity-chip{padding:6px 10px}.community-card{grid-template-rows:repeat(3,auto);align-content:start;align-self:start;gap:12px;min-width:0;min-height:0;display:grid}.community-card-heading{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.community-card-heading>div{min-width:0}.community-card-heading h3,.community-card-heading p{margin:0}.community-composer,.similar-community-list{gap:14px;display:grid}.community-composer{border:1px solid var(--line);background:var(--surface);border-radius:24px;padding:18px}.similar-community-list{border:1px solid var(--line);border-radius:18px;max-height:280px;padding:12px;overflow:auto}.similar-community-list .user-row{border-radius:14px;min-height:52px;padding:8px}.similar-community-list .user-row:hover{background:var(--accent-soft)}.interest-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.interest-card{border:1px solid var(--line);background:var(--surface);min-height:110px;color:var(--text);text-align:left;border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;display:grid}.interest-card.selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.interest-card>span{gap:4px;min-width:0;display:grid}.interest-card small{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.interest-count{color:var(--muted);font-size:12px;display:block}.standalone-note-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:22px;gap:12px;padding:18px;display:grid}.standalone-note-card p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.standalone-note-heading,.feed-title-actions{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.note-stream{gap:12px;display:grid}.theme-live-preview{--preview-bg:var(--surface);--preview-text:var(--text);--preview-line:var(--line);--preview-accent:var(--accent);--preview-accent-soft:var(--accent-soft);--preview-on-accent:var(--on-accent);border:1px solid var(--preview-line);background:var(--preview-bg);color:var(--preview-text);border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;transition:background-color .16s,border-color .16s,color .16s;display:grid}.theme-live-preview[data-preview-theme=light]{--preview-bg:#fff;--preview-text:#211d29;--preview-line:#33294729;--preview-on-accent:#fff}.theme-live-preview[data-preview-theme=dark]{--preview-bg:#211f29;--preview-text:#f1edf7;--preview-line:#ece1f62e;--preview-on-accent:#211f29}.theme-live-preview[data-preview-accent=purple]{--preview-accent:#7557b7;--preview-accent-soft:#ece6f7}.theme-live-preview[data-preview-accent=slate]{--preview-accent:#52657d;--preview-accent-soft:#e5ebf1}.theme-live-preview[data-preview-accent=forest]{--preview-accent:#36745d;--preview-accent-soft:#deeee7}.theme-live-preview[data-preview-accent=orange]{--preview-accent:#bb5d22;--preview-accent-soft:#f7e8dc}.theme-live-preview[data-preview-theme=dark][data-preview-accent=purple]{--preview-accent:#d0bcff;--preview-accent-soft:#d0bcff2e}.theme-live-preview[data-preview-theme=dark][data-preview-accent=slate]{--preview-accent:#a9b8c9;--preview-accent-soft:#a9b8c92e}.theme-live-preview[data-preview-theme=dark][data-preview-accent=forest]{--preview-accent:#83c7aa;--preview-accent-soft:#83c7aa2e}.theme-live-preview[data-preview-theme=dark][data-preview-accent=rose]{--preview-accent:#f1a1b2;--preview-accent-soft:#f1a1b22e}.theme-live-preview[data-preview-theme=dark][data-preview-accent=orange]{--preview-accent:#e6ad7f;--preview-accent-soft:#e6ad7f2e}.theme-live-preview>span{border:10px solid var(--preview-accent-soft);background:var(--preview-accent);border-radius:13px;width:38px;height:38px}.theme-live-preview>div{gap:3px;display:grid}.theme-live-preview>button.primary{background:var(--preview-accent);color:var(--preview-on-accent)}.disabled-group{opacity:.58}.premium-analytics-card{gap:18px;display:grid}.analytics-bars{border:1px solid var(--line);background:var(--surface-strong);border-radius:18px;grid-template-columns:repeat(12,minmax(14px,1fr));align-items:end;gap:6px;height:170px;padding:16px 12px 4px;display:grid}.analytics-bars>div{grid-template-rows:minmax(0,1fr) auto;align-items:end;gap:6px;height:100%;display:grid}.analytics-bars span{background:var(--accent);border-radius:7px 7px 3px 3px;min-height:6px;display:block}.analytics-bars small{color:var(--muted);text-align:center;text-overflow:clip;font-size:9px;overflow:hidden}.analytics-activity{grid-template-rows:repeat(7,11px);grid-auto-columns:11px;grid-auto-flow:column;gap:4px;max-width:100%;padding:4px 0;display:grid;overflow-x:auto}.analytics-activity>span{border:1px solid var(--line);background:var(--surface-strong);border-radius:3px}.analytics-category-list{flex-wrap:wrap;gap:8px;display:flex}.swipe-navigating main{opacity:.92;transition:opacity .14s,transform .14s;transform:translate(-2px)}.community-card .card-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.community-card .card-actions>button{width:100%;min-height:44px}.community-subscription.subscribed{border-color:color-mix(in srgb, var(--accent) 55%, var(--line));background:var(--accent-soft);color:var(--accent-strong)}.privacy-audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:16px;display:grid}.privacy-audience-field{grid-template-rows:minmax(52px,auto) 56px;align-content:start;gap:8px;display:grid}.privacy-audience-field select{height:56px}.toggle-row{min-height:64px;padding:14px 0}.goal-style-picker{border:0;grid-column:span 2;gap:8px;min-width:0;margin:0;padding:0;display:grid}.goal-style-picker legend{color:var(--text);font-weight:800}.goal-style-picker small{color:var(--muted)}.premium-inline{color:var(--accent-strong);font-size:12px}.goal-style-live-preview{border:1px solid var(--line);background:var(--surface);border-radius:15px;align-items:center;gap:9px;min-height:50px;padding:10px 12px;display:flex}.goal-style-live-preview>span{background:var(--accent-soft);width:28px;height:28px;color:var(--accent-strong);border-radius:9px;place-items:center;display:grid}.goal-style-options{grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:8px;display:grid}.goal-style-option{border:1px solid var(--line);background:var(--surface-strong);min-height:42px;color:var(--muted);text-align:left;overflow-wrap:normal;word-break:normal;border-radius:12px;grid-template-columns:14px minmax(0,1fr);align-items:center;gap:7px;padding:8px;font-size:12px;font-weight:750;display:grid}.goal-style-option>span{border:1px solid var(--line);background:var(--surface);border-radius:999px;width:14px;height:14px}.goal-style-option.goal-style-violet>span{background:#8b5cf6}.goal-style-option.goal-style-ocean>span{background:#38bdf8}.goal-style-option.goal-style-sunset>span{background:#fb7185}.goal-style-option.goal-style-emerald>span{background:#34d399}.goal-style-option.goal-style-outline>span{border:2px solid var(--accent)}.goal-style-option.selected{border-color:var(--accent);color:var(--text);box-shadow:inset 0 0 0 1px var(--accent)}.goal-style-option:disabled{cursor:not-allowed;opacity:.55}.telegram-profile-link{color:var(--accent);margin-bottom:12px;font-weight:700;display:inline-flex}.social-links{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.social-link-chip{border:1px solid var(--line);background:var(--surface-strong);color:inherit;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;text-decoration:none;display:inline-flex}.social-link-chip:hover{border-color:var(--accent)}.social-link-chip strong{color:var(--accent)}.social-link-chip span{color:var(--muted)}.social-links-editor{gap:12px;display:grid}.social-link-editor-item{align-items:center;gap:8px;display:inline-flex}.social-link-editor-item small{margin:0}.social-platform-icon{background:var(--accent-soft);width:24px;height:24px;color:var(--accent-strong);border-radius:8px;flex:none;place-items:center;font-size:12px;font-weight:900;line-height:1;display:inline-grid}.social-platform-youtube,.social-platform-rutube{background:color-mix(in srgb, #e53935 18%, var(--surface-strong));color:#d32f2f}.social-platform-vk,.social-platform-bluesky,.social-platform-telegram,.social-platform-linkedin{background:color-mix(in srgb, #1976d2 18%, var(--surface-strong));color:#1976d2}.social-platform-whatsapp,.social-platform-spotify{background:color-mix(in srgb, #1fa855 18%, var(--surface-strong));color:#168847}.social-platform-instagram,.social-platform-pinterest,.social-platform-dribbble{background:color-mix(in srgb, #d82d70 17%, var(--surface-strong));color:#c42563}.social-link-form{gap:12px;display:grid}.social-link-form>.secondary{justify-self:start}.social-icon-picker{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 78%, transparent);border-radius:18px;gap:8px;padding:12px;display:grid}.social-icon-picker>span{color:var(--muted);font-size:13px;font-weight:750}.social-icon-picker>div{flex-wrap:wrap;gap:7px;display:flex}.social-icon-picker .social-icon-options{max-height:164px;padding-right:2px;overflow:auto}.social-icon-option{border:1px solid var(--line);background:var(--surface);border-radius:12px;place-items:center;width:44px;height:44px;padding:0;display:grid}.social-icon-option:hover,.social-icon-option:focus-visible,.social-icon-option.selected{border-color:var(--accent);background:var(--accent-soft)}.social-icon-option.selected{box-shadow:inset 0 0 0 1px var(--accent)}.goal-icon-picker{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 78%, transparent);border-radius:18px;grid-column:1/-1;gap:8px;padding:12px;display:grid}.goal-icon-picker>span{color:var(--muted);font-size:13px;font-weight:750}.goal-icon-picker-trigger{border:1px solid var(--line);background:var(--surface);min-height:58px;color:var(--text);text-align:left;border-radius:16px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;padding:4px 14px 4px 4px;display:grid}.goal-icon-dialog{grid-template-rows:auto minmax(0,1fr);width:min(94vw,620px);height:min(82dvh,720px);max-height:min(82dvh,720px);display:grid;overflow:hidden}.goal-icon-scroll{overscroll-behavior:contain;scrollbar-color:var(--accent) transparent;scrollbar-width:thin;touch-action:pan-y;gap:20px;min-height:0;padding:4px 8px 32px 2px;display:grid;overflow-y:auto}.goal-icon-group{gap:8px;display:grid}.goal-icon-group>.goal-icon-option{width:52px}.goal-icon-group h3{color:var(--muted);margin:0;font-size:13px}.goal-icon-grid{grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:8px;display:grid}.goal-icon-list-end{background:var(--line);border-radius:999px;width:48px;height:4px;margin:4px auto 0}.goal-icon-option{border:1px solid var(--line);background:var(--surface);border-radius:13px;place-items:center;width:100%;min-width:48px;height:48px;padding:0;display:grid}.goal-icon-option .goal-icon{border-radius:inherit;background:0 0;border:0;width:100%;height:100%}.goal-icon svg{width:66%;height:66%}.goal-icon-option:hover,.goal-icon-option:focus-visible,.goal-icon-option.selected{border-color:var(--accent);background:var(--accent-soft)}.goal-icon-option.selected{box-shadow:inset 0 0 0 1px var(--accent)}.metric{border:1px solid var(--line);background:var(--surface-strong);border-radius:20px;gap:4px;padding:14px;display:grid}.metric-button{width:100%;color:var(--text);text-align:left;cursor:pointer}.metric-button:hover,.metric-button:focus-visible{border-color:color-mix(in srgb, var(--accent) 62%, var(--line));background:var(--accent-soft)}.metric strong{letter-spacing:-.05em;font-size:26px}.metric small{color:var(--muted)}.analytics-section{gap:16px;display:grid}.analytics-section h2{letter-spacing:-.04em;margin:0;font-size:24px}.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-items:start;gap:12px;display:grid}.analytics-metric strong{word-break:break-word}.analytics-table{border:1px solid var(--line);background:var(--surface-strong);border-radius:20px;grid-column:1/-1;overflow-x:auto}.analytics-row{border-top:1px solid var(--line);min-width:420px;color:var(--muted);grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;padding:12px 14px;display:grid}.analytics-row:first-child{border-top:0}.analytics-head{color:var(--text);background:var(--accent-soft);font-weight:850}.segmented{border:1px solid var(--line);background:var(--surface);border-radius:999px;gap:8px;width:fit-content;padding:6px;display:flex}.segmented button{color:var(--muted);background:0 0;border-radius:999px;padding:10px 14px;font-weight:800}.segmented button.active{background:var(--accent);color:var(--on-accent)}.feed-screen{gap:16px}.feed-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.feed-toolbar h1{white-space:nowrap;margin:0}.feed-segmented{min-width:0}.empty,.error{border:1px dashed var(--line);color:var(--muted);background:var(--surface);border-radius:24px;padding:22px}.error{border-color:color-mix(in srgb, var(--danger) 38%, transparent);color:var(--danger)}.form-note{border:1px solid var(--line);color:var(--muted);background:var(--surface);border-radius:18px;margin:0;padding:14px 16px}.compact-heading h3{letter-spacing:-.03em;margin:4px 0 0;font-size:22px}.custom-fields-editor,.custom-report-fields{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 72%, transparent);border-radius:22px;gap:12px;padding:16px;display:grid}.muted-text,.error-text{margin:0}.error-text{color:var(--danger);font-weight:750}.custom-field-list,.custom-value-grid{gap:8px;display:grid}.weekday-grid{flex-wrap:wrap;gap:8px;display:flex}.custom-field-row{border:1px solid var(--line);background:var(--surface-strong);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.custom-field-row small{color:var(--muted);margin-top:2px;display:block}.checkbox-line{align-items:center;gap:10px;min-height:49px;display:flex}.checkbox-line input{width:auto}.custom-value-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.custom-value-grid span{border:1px solid var(--line);background:var(--surface-strong);border-radius:14px;gap:3px;padding:10px 12px;display:grid}.custom-value-grid small{color:var(--muted)}.skeleton{background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent-soft) 58%, transparent), transparent), var(--surface);background-size:220% 100%;min-height:210px;animation:1.4s infinite shimmer}.modal-backdrop{z-index:40;background:#0c0a107a;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.modal-card{width:min(100%,640px);max-height:min(720px,88vh);padding:22px;overflow:auto}.modal-card .split:first-child{align-items:flex-start}.modal-close{margin-left:auto}.comment{border:1px solid var(--line);background:var(--surface-strong);border-radius:20px;gap:10px;padding:12px;display:flex}.toast{z-index:50;background:var(--text);max-width:min(420px,100% - 36px);color:var(--bg);box-shadow:var(--shadow);border-radius:18px;padding:13px 16px;position:fixed;bottom:18px;right:18px}.pwa-notice,.pwa-install-card{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 92%, transparent);box-shadow:var(--shadow);border-radius:24px;align-items:center;gap:14px;margin-top:14px;padding:14px;display:flex}.notice-stack{gap:10px;width:min(1180px,100% - 32px);margin:0 auto;display:grid}.notice-stack .pwa-install-card{width:100%;min-width:0;margin-top:10px}.notification-permission-card .pwa-install-icon{letter-spacing:normal}.pwa-notice strong,.pwa-install-card strong,.push-settings strong{color:var(--text);margin-bottom:4px;display:block}.pwa-notice p,.pwa-install-card p,.push-settings p{margin:0}.pwa-notice.offline{border-color:color-mix(in srgb, var(--danger) 34%, var(--line))}.pwa-install-icon{background:var(--accent);width:52px;height:52px;color:var(--surface-strong);letter-spacing:-.08em;border-radius:18px;flex:none;place-items:center;font-size:28px;font-weight:900;display:grid}.pwa-install-card>div:nth-child(2){flex:1;min-width:0}.pwa-install-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.push-settings{justify-content:space-between;align-items:center;gap:14px;display:flex}@keyframes shimmer{to{background-position:-220% 0}}@media (width<=899px){.app-shell button{min-height:44px}.app-shell{width:min(100% - 16px,1180px);padding-top:calc(8px + var(--native-safe-top,0px));padding-right:var(--native-safe-right,0px);padding-bottom:calc(128px + env(safe-area-inset-bottom) + var(--native-safe-bottom,0px));padding-left:var(--native-safe-left,0px)}.app-shell>main{padding-bottom:calc(18px + env(safe-area-inset-bottom))}.topbar{border-radius:24px;grid-template-columns:minmax(0,1fr) auto auto;position:static}.mobile-notification-button{display:inline-grid}.brand{letter-spacing:0;width:fit-content}.desktop-nav{display:none}.bottom-tabs{top:auto;bottom:max(8px, env(safe-area-inset-bottom));bottom:calc(max(6px, env(safe-area-inset-bottom)) + 6px + var(--native-safe-bottom,0px));width:min(360px, calc(100% - 32px - env(safe-area-inset-left) - env(safe-area-inset-right)));display:grid}.bottom-tab-icon{width:28px;height:28px}.bottom-tab-icon svg{width:27px;height:27px}.bottom-tab{font-size:10.5px}.hero,.inline-form{grid-template-columns:1fr}.hero{min-height:auto}.form-heading{flex-direction:column;align-items:stretch;gap:8px}.form-heading p{max-width:none}.screen-title,.profile-card{flex-direction:column;align-items:stretch}.screen-title,.screen-title>*,.card,.panel{width:100%;min-width:0;max-width:100%}.profile-card .profile-body{padding-right:0}.feed-toolbar{gap:8px}.feed-toolbar h1{font-size:24px}.recommendation-grid{overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-width:thin;touch-action:pan-x pan-y;grid-template-columns:none;grid-auto-columns:min(280px,84vw);grid-auto-flow:column;overflow-x:auto}.recommendation-grid>*{scroll-snap-align:start}.feed-segmented{scrollbar-width:none;flex:auto;gap:2px;width:auto;padding:3px;overflow-x:auto}.feed-segmented button{white-space:nowrap;flex:none;padding:7px 9px;font-size:12px}.progress-streak-card,.discussion-progress-item{border-radius:22px;padding:14px}.progress-streak-heading{align-items:flex-start}.compact-user span{display:none}.progress-streak-heading .compact-user span{display:block}.progress-entry,.discussion-report{grid-template-columns:58px minmax(0,1fr) auto;gap:9px}.day-marker strong,.day-marker small{font-size:11px}.entry-author{font-size:13px}.progress-entry-actions{flex-direction:column}.like-control{flex-direction:row;gap:3px}.discussion-control{min-width:91px}.goal-card{min-height:0}.participant-calendar-settings,.goal-card .action-strip,.community-card .card-actions,.profile-actions,.privacy-audience-grid,.goal-style-options{grid-template-columns:1fr}.goal-style-picker{grid-column:1/-1}.interest-grid{grid-template-columns:1fr}.theme-live-preview{grid-template-columns:auto minmax(0,1fr)}.theme-live-preview>button{grid-column:1/-1;width:100%}.analytics-bars{grid-template-columns:repeat(12,minmax(28px,1fr));overflow-x:auto}.privacy-audience-field{grid-template-rows:auto 56px}.icon-action{width:44px;height:44px}button.compact,.entry-author,.like-count,.participant-color-option{min-height:44px}.like-count{min-width:44px}.participant-color-option{width:44px;height:44px}.calendar-month-nav button{min-width:44px;min-height:44px}.calendar-day{min-height:44px}.discussion-composer{grid-template-columns:1fr}.discussion-composer button{width:100%}.notification-item{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:10px;padding:14px}.notification-open{grid-column:1/-1;width:100%}.social-link-form>.secondary{width:100%}.premium-feature-columns,.premium-profile-controls{grid-template-columns:1fr}.premium-control-card{min-height:0}.premium-style-control{grid-template-columns:52px minmax(0,1fr)}.premium-upgrade-card{flex-direction:column;align-items:stretch}.premium-upgrade-card>button,.profile-communities-heading>button{width:100%}.profile-communities-heading{flex-direction:column;align-items:stretch}.screen-title>button,.profile-actions>button{width:100%}.profile-actions>button{flex:150px}.pwa-install-card,.pwa-notice,.push-settings{flex-direction:column;align-items:stretch}.notice-stack{width:min(100% - 20px,1180px)}.pwa-install-actions,.push-settings>button{width:100%}.actions,.card-actions,.form-footer,.search-row,.calendar-note-form{grid-template-columns:1fr;align-items:stretch;display:grid}.invite-form{grid-template-columns:1fr}.language-gate{place-items:stretch stretch;width:100%;max-width:calc(100vw - 16px);overflow:hidden}.language-gate .panel{width:100%;min-width:0;max-width:calc(100vw - 16px)}.language-choice-grid{grid-template-columns:1fr;width:100%}.language-choice-grid button,.actions>button,.card-actions>button,.form-footer>button,.search-row>button,.search-row>input{width:100%;min-width:0}.calendar-note-form>button{width:100%}.toast{max-width:calc(100% - 24px);bottom:92px;right:12px}}@media (width<=480px){.bottom-tabs{border-radius:22px;padding:6px 8px}.bottom-tab{min-height:54px;font-size:clamp(8.5px,2.7vw,10px)}.bottom-tab-icon,.bottom-tab-icon svg{width:23px;height:23px}.likes-search,.premium-hub-status,.offline-status-card{grid-template-columns:1fr}}.premium-hub .premium-card{border-color:var(--line);background:var(--surface);box-shadow:none}.premium-hub .premium-feature-directory{background:linear-gradient(145deg, color-mix(in srgb, var(--accent) 7%, var(--surface)), var(--surface) 42%)}.premium-hub .premium-feature-directory>div:first-child .eyebrow{color:var(--accent-strong)}.premium-hub .premium-feature-link:hover,.premium-hub .premium-feature-link:focus-visible{border-color:color-mix(in srgb, var(--accent) 55%, var(--line));background:color-mix(in srgb, var(--accent) 7%, var(--surface))}.premium-hub .premium-planned-note{border-color:var(--line);background:var(--surface-strong);color:var(--muted)}.community-card .card-actions>.community-subscription{width:112px;min-width:112px;max-width:112px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--premium-emblem-violet:#bca7ff;--premium-emblem-indigo:#aab4ff;--premium-emblem-blue:#8cbaff;--premium-emblem-teal:#73c7c0;--premium-emblem-emerald:#79cbaa;--premium-emblem-amber:#e0b46b;--premium-emblem-coral:#f09383;--premium-emblem-rose:#ef91bb;--premium-emblem-plum:#cca1d2;--premium-emblem-bronze:#c9a47f;--premium-emblem-silver:#b7bec8;--premium-emblem-graphite:#c1c6cd}:root:not([data-theme=light])[data-accent=emerald]{--accent:#83c7aa;--accent-strong:#bce4d2;--accent-soft:#83c7aa29}:root:not([data-theme=light])[data-accent=amber]{--accent:#e5b66f;--accent-strong:#ffdda1;--accent-soft:#e5b66f2b}:root:not([data-theme=light])[data-accent=rose]{--accent:#dfa0b9;--accent-strong:#ffd8e6;--accent-soft:#dfa0b929}:root:not([data-theme=light])[data-accent=graphite]{--accent:#b8bdc5;--accent-strong:#e2e5e9;--accent-soft:#b8bdc529}}.theme-live-preview[data-preview-accent=emerald]{--preview-accent:#36745d;--preview-accent-soft:#deeee7}.theme-live-preview[data-preview-accent=rose]{--preview-accent:#a94f70;--preview-accent-soft:#f6e4eb}.theme-live-preview[data-preview-accent=graphite]{--preview-accent:#5f6368;--preview-accent-soft:#e9eaec}:root{--premium-emblem-violet:#7c5ce5;--premium-emblem-indigo:#5865c7;--premium-emblem-blue:#3574c7;--premium-emblem-teal:#267a78;--premium-emblem-emerald:#25856b;--premium-emblem-amber:#a86f18;--premium-emblem-coral:#c45c4a;--premium-emblem-rose:#bc4c7b;--premium-emblem-plum:#85528a;--premium-emblem-bronze:#8b6647;--premium-emblem-silver:#6b7280;--premium-emblem-graphite:#4b5563}:root[data-accent=emerald],:root[data-accent=green],:root[data-accent=forest],:root[data-accent=teal]{--accent:#36745d;--accent-strong:#245743;--accent-soft:#deeee7}:root[data-accent=amber],:root[data-accent=orange]{--accent:#a15c00;--accent-strong:#784400;--accent-soft:#f7ead7}:root[data-accent=rose]{--accent:#a94f70;--accent-strong:#7f3854;--accent-soft:#f6e4eb}:root[data-accent=graphite]{--accent:#5f6368;--accent-strong:#3c4043;--accent-soft:#e9eaec}:root[data-theme=dark]{--premium-emblem-violet:#bca7ff;--premium-emblem-indigo:#aab4ff;--premium-emblem-blue:#8cbaff;--premium-emblem-teal:#73c7c0;--premium-emblem-emerald:#79cbaa;--premium-emblem-amber:#e0b46b;--premium-emblem-coral:#f09383;--premium-emblem-rose:#ef91bb;--premium-emblem-plum:#cca1d2;--premium-emblem-bronze:#c9a47f;--premium-emblem-silver:#b7bec8;--premium-emblem-graphite:#c1c6cd}:root[data-theme=dark][data-accent=emerald],:root[data-theme=dark][data-accent=green],:root[data-theme=dark][data-accent=forest],:root[data-theme=dark][data-accent=teal]{--accent:#83c7aa;--accent-strong:#bce4d2;--accent-soft:#83c7aa29}:root[data-theme=dark][data-accent=amber],:root[data-theme=dark][data-accent=orange]{--accent:#e5b66f;--accent-strong:#ffdda1;--accent-soft:#e5b66f2b}:root[data-theme=dark][data-accent=rose]{--accent:#dfa0b9;--accent-strong:#ffd8e6;--accent-soft:#dfa0b929}:root[data-theme=dark][data-accent=graphite]{--accent:#b8bdc5;--accent-strong:#e2e5e9;--accent-soft:#b8bdc529}.post-action-control{border:1px solid var(--line);background:var(--surface);width:max-content;max-width:100%;height:44px;color:var(--muted);font-variant-numeric:tabular-nums;border-radius:14px;align-items:center;gap:0;padding:0 2px 0 3px;font-size:13px;font-weight:800;transition:border-color .15s,background .15s,color .15s,transform .12s;display:inline-flex;overflow:hidden}.post-action-control:hover,.post-action-control:focus-within{border-color:color-mix(in srgb, var(--accent) 62%, var(--line));color:var(--accent-strong)}.post-action-control:active{transform:translateY(1px)}.post-action-control.active{border-color:color-mix(in srgb, #d94b62 54%, var(--line));color:#d94b62;background:color-mix(in srgb, #d94b62 9%, var(--surface))}.post-action-icon,.post-action-count{height:42px;min-height:42px;color:inherit;background:0 0;border:0;border-radius:10px;place-items:center;padding:0;line-height:1;display:inline-grid}.post-action-icon{width:36px;min-width:36px}.post-action-icon svg{width:21px;height:21px}.post-action-count,.post-action-count-display{min-width:24px;color:inherit;white-space:nowrap;padding:0 8px 0 0;line-height:42px}.post-action-count{justify-items:start}.post-action-icon:focus-visible,.post-action-count:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}.post-action-control[aria-busy=true]{opacity:.72}.progress-entry-actions{gap:8px}.comment-identity-copy{align-content:start;gap:2px;display:grid}.comment-identity-copy>strong,.comment-handle-line,.comment-identity-copy time{white-space:normal;word-break:normal;overflow-wrap:break-word;min-width:0;max-width:100%}.comment-body p{line-height:1.5}.comment-item .text-item-menu{justify-self:end}.identity-premium-emblem,.premium-badge{box-shadow:none;background:0 0;border:0}.identity-premium-emblem{width:17px;height:17px;filter:drop-shadow(0 0 3px color-mix(in srgb, var(--premium-emblem-color,var(--accent)) 24%, transparent));flex:0 0 17px;margin:0;padding:0;position:relative}.identity-premium-emblem.interactive{cursor:pointer}.identity-premium-emblem.interactive:before{content:"";border-radius:9px;position:absolute;inset:-7px}.identity-premium-emblem.interactive:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.discussion-composer.post-composer{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.post-composer .reply-context-chip{grid-column:1/-1}.reply-context-chip{border:1px solid color-mix(in srgb, var(--accent) 42%, var(--line));background:var(--accent-soft);width:fit-content;max-width:100%;min-height:32px;color:var(--accent-strong);border-radius:999px;align-items:center;gap:6px;padding:3px 4px 3px 10px;font-size:12px;font-weight:750;display:inline-flex}.reply-context-close{width:28px;height:28px;color:inherit;background:0 0;border:0;border-radius:50%;place-items:center;padding:5px;display:grid}.reply-context-close svg{width:16px;height:16px}.post-composer textarea{min-height:72px;max-height:180px;margin:0}.post-composer .composer-send{min-width:96px;height:44px}.community-card .card-actions{justify-content:flex-start;align-items:center;gap:8px;height:auto;max-height:none;display:flex}.community-card .card-actions>button,.community-card .community-subscription{white-space:nowrap;flex:none;width:auto;max-width:100%;height:44px;min-height:44px;max-height:44px;padding-inline:16px;font-size:13px}.community-card .community-subscription.subscribed:hover,.community-card .community-subscription.subscribed:focus-visible{border-color:var(--accent);background:var(--accent-soft)}.community-card .community-subscription[aria-busy=true] span{opacity:.58}.feed-toolbar{gap:8px;display:grid}.feed-secondary-navigation{justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:100%;display:flex}.feed-view-switch{border:1px solid var(--line);background:var(--surface);border-radius:14px;grid-template-columns:repeat(2,minmax(0,auto));gap:3px;padding:3px;display:inline-grid}.feed-view-tab{min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:8px 13px;font-weight:800;display:inline-flex}.feed-view-tab svg{width:18px;height:18px}.feed-view-tab.active{background:var(--accent-soft);color:var(--accent-strong)}.feed-view-tab:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 48%, transparent);outline-offset:2px}.community-directory-action{flex:none}@media (width<=600px){.feed-secondary-navigation{flex-direction:column;align-items:stretch}.feed-view-switch{grid-template-columns:1fr 1fr}.community-directory-action{align-self:flex-start}}.premium-info-card{border:1px solid var(--line);background:var(--surface-strong);width:min(100%,520px);box-shadow:var(--shadow);gap:14px;padding:26px;overflow:visible}.premium-info-identity{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-width:0;padding-right:42px;display:grid}.premium-info-identity>span:nth-child(2){gap:2px;min-width:0;display:grid}.premium-info-identity strong,.premium-info-identity small{white-space:normal;overflow-wrap:break-word}.premium-info-handle{flex-wrap:wrap;align-items:center;gap:5px;display:inline-flex}.premium-info-emblem{width:18px;height:18px;color:var(--premium-emblem-color,var(--accent-strong));filter:drop-shadow(0 0 3px color-mix(in srgb, var(--premium-emblem-color,var(--accent)) 24%, transparent));background:0 0;border:0;border-radius:0;flex:0 0 18px;place-items:center;display:inline-grid}.premium-badge,.premium-badge-button,.premium-badge-button:hover,.premium-badge-button:focus-visible{width:20px;min-width:20px;height:20px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;transform:none}.premium-info-emblem svg{width:17px;height:17px}.premium-info-features{background:0 0;gap:7px;margin:2px 0;padding:0;list-style:none;display:grid}.premium-info-features li{border:1px solid var(--line);background:var(--surface);border-radius:13px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:10px;min-height:40px;padding:8px 10px;display:grid}.premium-info-features svg{width:20px;height:20px;color:var(--accent-strong)}.premium-info-action{width:100%}.avatar-preset-grid{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px;display:grid}.settings-avatar-row{border:1px solid var(--line);background:var(--surface);border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 14px;display:grid}.settings-avatar-copy{gap:2px;min-width:0;display:grid}.settings-avatar-copy strong{font-size:16px}.settings-avatar-copy small{color:var(--muted);overflow-wrap:break-word}.settings-avatar-open{flex:none;min-height:44px}@media (width<=600px){.settings-avatar-row{grid-template-columns:auto minmax(0,1fr)}.settings-avatar-open{grid-column:1/-1;justify-self:stretch}}.avatar-picker-modal,.modal-backdrop.responsive-sheet .avatar-picker-modal{flex-direction:column;gap:14px;width:min(100%,520px);max-height:min(640px,82dvh);padding:18px;display:flex;overflow:hidden}.avatar-picker-header{flex:none;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.avatar-picker-header h2{margin:0 0 2px;font-size:20px}.avatar-picker-header small{color:var(--muted)}.avatar-picker-close{border:1px solid var(--line);background:var(--surface-strong);width:34px;height:34px;color:var(--muted);border-radius:10px;flex:0 0 34px;place-items:center;padding:0;display:grid}.avatar-picker-close:hover,.avatar-picker-close:focus-visible{background:var(--accent-soft);color:var(--text)}.avatar-picker-close svg{width:18px;height:18px}.avatar-picker-close:before{content:"";position:absolute;inset:-5px}.avatar-picker-close{position:relative}.avatar-picker-note{background:var(--accent-soft);color:var(--accent-strong);border-radius:12px;flex:none;margin:0;padding:9px 12px;font-size:.86rem}.avatar-picker-body{flex:auto;min-height:0;padding-right:2px;overflow-y:auto}.avatar-picker-footer{flex:none;justify-content:flex-start;padding-top:2px;display:flex}.avatar-picker-footer button{min-height:44px}.avatar-preset-option{border:1px solid var(--line);background:var(--surface);min-width:0;color:var(--text);border-radius:16px;place-items:center;gap:7px;padding:10px;display:grid}.avatar-preset-option.selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:var(--accent-soft)}.avatar-preset-option:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 58%, transparent);outline-offset:3px}.avatar-preset-option[aria-busy=true]{cursor:progress;opacity:.68}.avatar-preset-option .avatar{border-radius:50%;width:52px;height:52px}.avatar.avatar-preset{background:0 0;overflow:hidden}.preset-avatar-artwork{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.profile-style-selector{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:14px;display:grid}.profile-style-option{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:184px;color:var(--text);text-align:left;border-radius:18px;grid-template-rows:auto 1fr;gap:12px;padding:12px;display:grid}.profile-style-option.selected{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 72%, transparent)}.profile-style-option:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 48%, transparent);outline-offset:4px}.profile-style-card-preview{border:1px solid var(--line);border-radius:15px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;min-width:0;min-height:92px;padding:14px;display:grid;overflow:hidden}.profile-style-card-preview .avatar{border-radius:50%;width:42px;height:42px;font-size:13px}.profile-style-preview-identity,.profile-style-option-copy{align-content:start;gap:4px;min-width:0;display:grid}.profile-style-card-preview strong,.profile-style-card-preview small,.profile-style-option-copy strong,.profile-style-option-copy small{overflow-wrap:anywhere;max-width:100%}.profile-style-option-copy small{color:var(--muted)}.profile-style-preview-identity .identity-name{align-items:center;gap:7px;min-width:0;display:flex}.profile-style-preview-identity .identity-name strong{min-width:0}.profile-style-accent{color:var(--muted);align-items:center;gap:7px;font-size:12px;line-height:1.35;display:inline-flex}.profile-style-accent i{background:var(--accent);border-radius:50%;flex:none;width:10px;height:10px}.premium-control-heading{align-items:center;gap:14px;min-width:0;display:flex}.premium-control-heading>span{gap:4px;min-width:0;display:grid}.profile-photo-control .avatar.large{border-radius:50%;flex:0 0 72px;width:72px;height:72px}@media (width<=720px){.profile-style-selector{grid-template-columns:1fr}}:root[data-palette=four-color] .primary,:root[data-palette=four-color] .secondary{border-width:1px;border-radius:12px}.identity-premium-emblem{vertical-align:middle;flex-basis:20px;width:20px;height:20px}.identity-premium-emblem-profile{flex-basis:clamp(27px,3vw,32px);width:clamp(27px,3vw,32px);height:clamp(27px,3vw,32px)}.profile-name-row{align-items:center;column-gap:10px;max-width:100%}.embedded-community-discovery{border:1px solid var(--line);background:var(--surface);border-radius:20px;gap:14px;margin-top:8px;padding:clamp(16px,3vw,24px)}.embedded-community-heading{justify-content:space-between;align-items:start;gap:16px;display:flex}.embedded-community-heading>div{min-width:0}.embedded-community-heading h2,.embedded-community-heading p{margin:0}.embedded-community-heading p:last-child{max-width:64ch;color:var(--muted);margin-top:5px}.embedded-community-discovery .card-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.embedded-community-discovery .community-discovery-carousel{overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-width:none;-ms-overflow-style:none;grid-template-columns:none;grid-auto-columns:minmax(250px,min(78vw,330px));grid-auto-flow:column;align-items:stretch;gap:12px;padding:2px 2px 8px;display:grid;overflow:auto hidden}.embedded-community-discovery .community-discovery-carousel::-webkit-scrollbar{display:none}.community-discovery-carousel .community-card{scroll-snap-align:start}@media (width<=720px){.appearance-theme-panel{grid-template-columns:1fr;padding:10px}.theme-preset-group-automatic,.appearance-theme-panel>.theme-experimental,.appearance-theme-panel>.theme-live-preview{grid-column:auto}}@media (width>=900px){.embedded-community-discovery .community-discovery-carousel{scroll-snap-type:none;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));grid-auto-columns:auto;grid-auto-flow:row;padding:2px 0 0;overflow:visible}.community-discovery-carousel .community-card{scroll-snap-align:none}}.published-graph-legend-row{grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:30px;display:grid}.published-graph-legend-row i{border-radius:50%;width:10px;height:10px}.published-graph-legend-row span{min-width:0;color:var(--muted);overflow-wrap:break-word}.published-donut{box-shadow:inset 0 0 0 1px var(--line)}.avatar-crop-dialog{width:min(100%,620px)}.avatar-crop-preview{aspect-ratio:1;border:1px solid var(--line);background:linear-gradient(45deg, var(--surface) 25%, transparent 25% 75%, var(--surface) 75%), linear-gradient(45deg, var(--surface) 25%, var(--surface-strong) 25% 75%, var(--surface) 75%);width:min(320px,72vw);box-shadow:0 0 0 6px var(--accent-soft);background-position:0 0,8px 8px;background-size:16px 16px;border-radius:50%;margin-inline:auto;position:relative;overflow:hidden}.avatar-crop-preview img{object-fit:fill;-webkit-user-select:none;user-select:none;pointer-events:none;max-width:none;position:absolute}.avatar-crop-controls{gap:12px;display:grid}.avatar-crop-controls label{gap:6px;display:grid}.avatar-crop-controls label>span{justify-content:space-between;gap:12px;font-weight:750;display:flex}.avatar-crop-controls output{color:var(--accent-strong);font-variant-numeric:tabular-nums}.avatar-crop-controls input[type=range]{width:100%;accent-color:var(--action);padding:0}.avatar-crop-controls p{color:var(--muted);margin:0;font-size:13px}@media (width<=600px){.identity-name{column-gap:6px}.identity-premium-emblem{flex-basis:19px;width:19px;height:19px}.identity-premium-emblem-profile{flex-basis:27px;width:27px;height:27px}.profile-name-row{column-gap:8px}.embedded-community-heading{flex-direction:column}.embedded-community-heading>button{width:100%}.published-donut-layout{grid-template-columns:minmax(96px,126px) minmax(0,1fr);gap:14px}}@media (width<=899px){:root[data-platform=android] *,:root[data-platform=pwa] *{scrollbar-width:none}:root[data-platform=android] ::-webkit-scrollbar{width:0;height:0;display:none}:root[data-platform=pwa] ::-webkit-scrollbar{width:0;height:0;display:none}:root[data-platform=android] .stack{gap:14px}:root[data-platform=android] .panel,:root[data-platform=android] .profile-card{border-radius:18px;padding:16px}:root[data-platform=android] .profile-card{grid-template-columns:68px minmax(0,1fr);gap:12px}:root[data-platform=android] .profile-card .avatar.large{border-radius:22px;width:68px;height:68px}:root[data-platform=android] .profile-metrics{gap:8px}:root[data-platform=android] .metric{min-height:74px;padding:12px}:root[data-platform=android] .screen-title h1{font-size:clamp(30px,10vw,42px)}}.accent-preset-fieldset{border:0;min-width:0;margin:14px 0 0;padding:0}.accent-preset-fieldset legend{margin-bottom:8px;font-weight:800}.accent-preset-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.accent-preset{border:1px solid var(--line);background:var(--surface);min-height:46px;color:var(--text);text-align:left;border-radius:14px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;padding:8px 10px;display:grid}.accent-preset>span{border:2px solid color-mix(in srgb, currentColor 18%, transparent);background:var(--option-color,var(--accent));border-radius:50%;width:20px;height:20px}.accent-preset[data-accent-option=violet]{--option-color:#6750a4}.accent-preset[data-accent-option=blue]{--option-color:#52657d}.accent-preset[data-accent-option=emerald]{--option-color:#36745d}.accent-preset[data-accent-option=amber]{--option-color:#a15c00}.accent-preset[data-accent-option=rose]{--option-color:#a94f70}.accent-preset[data-accent-option=graphite]{--option-color:#5f6368}.accent-preset.selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.premium-feature-directory{gap:16px;display:grid}.premium-feature-directory p{margin-bottom:0}.premium-feature-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:9px;display:grid}.premium-feature-link{border:1px solid var(--line);background:var(--surface);min-width:0;color:var(--text);text-align:left;border-radius:15px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;padding:10px;display:grid}.premium-feature-link>span{background:var(--accent-soft);width:36px;height:36px;color:var(--accent-strong);border-radius:11px;grid-row:1/3;place-items:center;display:grid}.premium-feature-link svg{width:20px;height:20px}.premium-feature-link small{color:var(--accent-strong)}.premium-planned-note{background:var(--surface);color:var(--muted);border-radius:13px;flex-wrap:wrap;gap:7px 12px;padding:10px 12px;display:flex}.published-widget-options{gap:8px;display:grid}.published-widget-row{border:1px solid var(--line);background:var(--surface);border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.published-widget-row>div:first-child{gap:2px;display:grid}.published-widget-row small{color:var(--muted)}.published-widget-actions{align-items:center;gap:5px;display:flex}.published-widget-actions .icon-action{width:36px;height:36px}.published-widget-preview{gap:8px;margin-top:14px;display:grid}.mood-option{color:var(--muted)}.mood-face-icon{width:24px;height:24px}.mood-option.active{color:var(--accent-strong)}.friend-search input{appearance:none;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important}:-webkit-any(.friend-search input:focus,.friend-search input:focus-visible,.friend-search input:-webkit-autofill){box-shadow:none!important;border:0!important;outline:0!important}:is(.friend-search input:focus,.friend-search input:focus-visible,.friend-search input:autofill){box-shadow:none!important;border:0!important;outline:0!important}.desktop-premium-entry{border:1px solid color-mix(in srgb, var(--accent) 34%, var(--line));background:color-mix(in srgb, var(--accent) 7%, transparent);width:100%;min-height:48px;color:var(--text);text-align:left;border-radius:14px;align-items:center;gap:12px;margin-top:12px;padding:10px 12px;font-weight:800;display:flex}.desktop-premium-entry:hover,.desktop-premium-entry:focus-visible,.desktop-premium-entry.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.desktop-premium-entry svg{width:21px;height:21px}.mobile-premium-action{color:var(--premium-emblem-violet);display:none}@media (width<=899px){.desktop-premium-entry{display:none}.mobile-premium-action{display:grid}.mobile-page-title{flex:auto;align-self:stretch;align-items:center;width:auto;max-width:none;min-height:44px;padding-inline:4px;display:flex}.global-header-actions{flex:none;gap:0}.feed-secondary-navigation .feed-communities-link{width:auto;padding-inline:10px}.feed-secondary-navigation .feed-communities-link span{display:inline}.comment-body,.comment-actions{margin-left:0}.discussion-composer.post-composer{grid-template-columns:minmax(0,1fr) auto}.post-composer .composer-send{min-width:76px;padding-inline:12px}.profile-style-selector{grid-template-columns:1fr}.premium-info-card{padding:22px 18px max(18px, env(safe-area-inset-bottom), var(--native-navigation-inset-bottom,0px))}.premium-info-identity{padding-right:36px}.community-card .card-actions{flex-wrap:wrap}.community-card .card-actions>button,.community-card .community-subscription{flex:none}.published-widget-row{grid-template-columns:1fr}.published-widget-actions{flex-wrap:wrap}}@media (width>=900px){.app-shell:not(.language-shell):not(.loading-shell){--sidebar-width:clamp(280px, 25vw, 360px);grid-template-columns:var(--sidebar-width) minmax(0, 1fr);grid-auto-rows:max-content;align-content:start;width:100%;min-height:100vh;margin:0;padding:0 0 64px;display:grid}.app-shell:not(.language-shell):not(.loading-shell)>.topbar{width:var(--sidebar-width);border:0;border-right:1px solid var(--line);background:var(--surface);min-height:100dvh;max-height:100dvh;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;flex-direction:column;grid-area:1/1/span 4;align-self:start;align-items:stretch;padding:20px 15px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.app-shell:not(.language-shell):not(.loading-shell)>.topbar .brand{border-radius:10px;align-self:flex-start;padding:12px 15px}.app-shell:not(.language-shell):not(.loading-shell)>.topbar .desktop-nav{gap:4px;width:100%;margin-top:22px;display:grid;overflow:visible}.app-shell:not(.language-shell):not(.loading-shell)>.topbar .mobile-notification-button{align-self:flex-start;margin-top:10px;display:inline-grid}.app-shell:not(.language-shell):not(.loading-shell)>.topbar .nav-item{text-align:left;border-radius:10px;justify-content:flex-start;align-items:center;gap:12px;width:100%;padding:15px;display:flex}.app-shell:not(.language-shell):not(.loading-shell)>.topbar>.ghost{text-align:left;border-radius:10px;align-self:stretch;margin-top:auto}.app-shell:not(.language-shell):not(.loading-shell)>main,.app-shell:not(.language-shell):not(.loading-shell)>.notice-stack,.app-shell:not(.language-shell):not(.loading-shell)>.pwa-notice{grid-column:2;width:min(760px,100% - 48px);margin-inline:auto}.app-shell:not(.language-shell):not(.loading-shell)>main{padding-top:32px}.app-shell:not(.language-shell):not(.loading-shell)>.notice-stack,.app-shell:not(.language-shell):not(.loading-shell)>.pwa-notice{margin-top:20px}}.screen-title-button,.profile-title-button,.mobile-page-title{max-width:100%;color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;background:0 0;border:0;padding:0}.screen-title-button:hover,.screen-title-button:focus-visible,.profile-title-button:hover,.profile-title-button:focus-visible,.mobile-page-title:hover,.mobile-page-title:focus-visible{color:var(--accent-strong)}.feed-communities-link{flex:none;align-items:center;gap:7px;display:inline-flex}.feed-communities-link svg{width:20px;height:20px}.profile-handle-row{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.profile-handle-row>span{overflow-wrap:anywhere;min-width:0}.profile-name-row h1,.profile-title-button{text-overflow:clip;white-space:normal;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;width:auto;max-width:100%;overflow:visible}.identity-name-line{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:inline-flex}.identity-premium-emblem,.premium-badge{color:var(--premium-emblem-color,var(--accent-strong));filter:drop-shadow(0 0 4px color-mix(in srgb, var(--premium-emblem-color,var(--accent)) 25%, transparent))}.premium-mark-colored{width:100%;height:100%;color:var(--premium-emblem-color,var(--accent-strong));place-items:center;display:inline-grid}.premium-emblem-color-presets{flex-wrap:wrap;gap:10px;display:flex}.emblem-color-option{border:2px solid var(--line);background:var(--surface-strong);border-radius:14px;flex:0 0 44px;width:44px;height:44px;padding:5px}.emblem-color-option:before{background:var(--emblem-swatch);content:"";border-radius:9px;width:100%;height:100%;display:block}.emblem-color-option.selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--surface), 0 0 0 4px var(--accent)}.premium-emblem-color-editor{gap:14px;margin-top:18px;display:grid}.community-card .card-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;display:grid}.community-card .card-actions>button,.community-card .community-subscription{white-space:normal;border-radius:14px;width:100%;min-width:0;min-height:44px;padding-inline:10px;font-size:clamp(12px,1.1vw,14px);line-height:1.15}.community-card .community-subscription.subscribed{border-color:var(--line);background:var(--surface);color:var(--text)}.community-card h3,.community-card p,.community-meta,.profile-community-link strong,.profile-community-link small,.progress-goal-title h2,.progress-community-link,.entry-author strong,.entry-author small,.friend-list-row strong,.friend-list-row small,.friend-identity strong,.friend-identity small,.user-row strong,.user-row small,.compact-user strong,.compact-user small,.profile-name,.profile-username,.participant-legend-item>span:last-child,.bottom-tab>span:last-child,.notification-copy,.notification-copy *{text-overflow:clip;white-space:normal;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;-webkit-line-clamp:unset;line-clamp:unset;max-width:100%;display:block;overflow:visible}.entry-author>span{overflow:visible}.participant-legend-item{border-radius:16px}.progress-entry-header-meta,.comment-header-meta{flex:none;align-items:flex-start;gap:6px;display:flex}.progress-entry-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:7px;display:flex}.like-control,.discussion-control{border:1px solid var(--line);background:var(--surface);border-radius:14px;align-items:center;gap:2px;min-width:0;height:44px;display:inline-flex}.like-control .icon-action{background:0 0;border:0;width:40px;height:40px}.like-count,.like-count-display{min-width:30px;height:40px;color:var(--muted);font-variant-numeric:tabular-nums;background:0 0;border:0;place-items:center;padding:0 9px 0 2px;font-size:13px;font-weight:800;display:inline-grid}.discussion-control{justify-content:flex-start;gap:6px;width:auto;min-width:70px;padding:0 10px}.discussion-control svg{flex:0 0 21px}.post-detail-screen{width:min(100%,820px);margin-inline:auto}.post-detail-card{padding-block:8px}.post-detail-card .progress-entry{border:0}.post-context{border-bottom:1px solid var(--line);gap:10px;padding-bottom:12px;display:grid}.post-context-primary{justify-items:start;gap:7px;min-width:0;display:grid}.post-goal-link{min-width:0;color:var(--text);text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:0;font-weight:800;display:inline-flex}.post-goal-link span{overflow-wrap:break-word}.post-community-link{border:1px solid var(--line);background:var(--surface);width:fit-content;max-width:100%;min-height:38px;color:var(--muted);text-align:left;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:.82rem;font-weight:750;display:inline-flex}.post-community-link span{overflow-wrap:break-word;min-width:0}.post-community-link:hover,.post-community-link:focus-visible{border-color:color-mix(in srgb, var(--accent) 48%, var(--line));background:var(--accent-soft);color:var(--accent-strong)}.post-comments{gap:18px;display:grid}.comment-thread{display:grid}.comment-item{border-bottom:1px solid var(--line);gap:8px;min-width:0;padding:16px 0;display:grid}.comment-reply{border-left:2px solid var(--line);margin-left:clamp(20px,6vw,54px);padding-left:14px}.comment-header{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.comment-identity{min-width:0;color:var(--text);text-align:left;background:0 0;border:0;flex:auto;align-items:flex-start;gap:10px;padding:0;display:flex}.comment-identity .avatar{border-radius:12px;flex:0 0 36px;width:36px;height:36px}.comment-identity-copy strong,.comment-identity-copy small{text-overflow:clip;white-space:normal;overflow-wrap:break-word;overflow:visible}.comment-header-meta time,.edited-mark{color:var(--muted);font-size:11px}.comment-body,.comment-body p{min-width:0;color:var(--text);white-space:pre-wrap;word-break:normal;overflow-wrap:break-word;margin:0}.comment-actions{align-items:center;gap:12px;display:flex}.text-item-menu{flex:none;position:relative}.compact-overflow{letter-spacing:1px;width:36px;height:36px}.text-item-menu-popover{z-index:120;border:1px solid var(--line);background:var(--surface-strong);min-width:160px;box-shadow:var(--shadow);border-radius:14px;display:grid;position:absolute;top:calc(100% + 5px);right:0;overflow:hidden}.text-item-menu-popover button{min-height:42px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:0;justify-content:flex-start;align-items:center;gap:9px;padding:9px 12px;display:flex}.text-item-menu-popover button:hover,.text-item-menu-popover button:focus-visible{background:var(--accent-soft)}.text-item-menu-popover .danger-text{color:var(--danger)}.post-action-menu{flex:none;position:relative}.post-action-menu-trigger{width:34px;height:34px;color:var(--muted);background:0 0;border-color:#0000}.post-action-menu-trigger svg{width:19px;height:19px}.post-action-menu-trigger:hover,.post-action-menu-trigger:focus-visible,.post-action-menu-trigger[aria-expanded=true]{border-color:var(--line);background:var(--surface-strong);color:var(--accent-strong)}.post-action-menu-popover{z-index:130;border:1px solid var(--line);background:var(--surface-strong);min-width:208px;box-shadow:var(--shadow);border-radius:16px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0}.post-action-menu-popover button{width:100%;min-height:42px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:11px;justify-content:flex-start;align-items:center;gap:10px;padding:9px 11px;font-size:.94rem;font-weight:650;display:flex}.post-action-menu-popover button:hover:not(:disabled),.post-action-menu-popover button:focus-visible{background:var(--accent-soft);filter:none}.post-action-menu-popover button:active:not(:disabled){transform:none}.post-action-menu-popover .danger-text{color:var(--danger)}.post-action-menu-popover .danger-text:hover,.post-action-menu-popover .danger-text:focus-visible{background:color-mix(in srgb, var(--danger) 12%, transparent)}.post-action-menu-popover svg{flex:none}.responsive-sheet{padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom), var(--native-navigation-inset-bottom,0px)) max(16px, env(safe-area-inset-left))}.responsive-sheet .modal-card{width:min(100%,560px);max-height:min(82dvh, calc(var(--visual-viewport-height,100dvh) - 32px));overscroll-behavior:contain;overflow-y:auto}.modal-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.modal-heading h2,.modal-heading p{margin-top:0}.text-editor-dialog,.confirmation-dialog,.goal-completion-dialog,.progress-editor-dialog{gap:16px;display:grid}.text-editor-dialog textarea,.goal-completion-dialog textarea,.progress-editor-dialog textarea,.post-composer textarea{resize:vertical;min-height:120px}.dialog-actions{justify-content:flex-end}.replying-to{background:var(--accent-soft);color:var(--accent-strong);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.post-composer{bottom:max(0px, var(--native-ime-inset-bottom,0px));z-index:20;border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 94%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;padding:12px;position:sticky}@media (width<=760px){.feed-communities-link span{display:none}.feed-communities-link{justify-content:center;width:44px;height:44px;padding:0}.responsive-sheet{align-items:end;padding:0}.responsive-sheet .modal-card{width:100%;max-height:min(88dvh, calc(var(--visual-viewport-height,100dvh) - env(safe-area-inset-top) - 12px));padding-bottom:max(18px, env(safe-area-inset-bottom), var(--native-navigation-inset-bottom,0px));border-radius:26px 26px 0 0}.post-detail-screen{padding-bottom:calc(var(--bottom-nav-height,72px) + max(env(safe-area-inset-bottom), var(--native-navigation-inset-bottom,0px)) + 18px)}.post-composer{bottom:calc(var(--bottom-nav-height,72px) + max(env(safe-area-inset-bottom), var(--native-navigation-inset-bottom,0px)))}.comment-header{gap:6px}.comment-reply{margin-left:18px}.community-card .card-actions>button{font-size:12px}}button,[role=button],.interactive-goal-card,.bottom-tab,.icon-action,.theme-toggle{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}input,textarea,[contenteditable=true],.standalone-note-card p,.progress-entry-content p,.comment p{-webkit-user-select:text;user-select:text}.global-header-row{align-items:center;gap:10px;width:100%;min-width:0;display:flex}.global-header-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.global-header-actions .icon-action{flex:none;position:relative}.notification-enable-banner{border:1px solid color-mix(in srgb, var(--accent) 28%, var(--line));background:color-mix(in srgb, var(--accent-soft) 62%, var(--surface));border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:15px 16px;display:flex}.notification-enable-banner>div{gap:3px;min-width:0;display:grid}.notification-enable-banner p{margin:0}.mobile-page-title{display:none}.bottom-tab>span:last-child,.user-row strong,.user-row small,.compact-user strong,.entry-author strong,.entry-author small,.profile-username,.profile-name,.profile-name-row h1,.friend-list-row strong,.friend-list-row small,.profile-community-link small,.progress-community-link,.participant-legend-item>span:last-child,.community-card h3,.community-card p,.notification-item p,.notification-item strong{-webkit-hyphens:none;hyphens:none;text-overflow:clip;white-space:normal;word-break:normal;overflow-wrap:break-word;max-width:100%;overflow:visible}.progress-goal-title h2,.goal-card-title h3,.interest-card small{-webkit-line-clamp:unset;line-clamp:unset;display:block;overflow:visible}.identity-name,.entry-author strong,.user-row strong{align-items:center;column-gap:8px;min-width:0;max-width:100%;display:inline-flex}.identity-name-text{overflow-wrap:anywhere;min-width:0}.identity-premium-emblem{width:18px;height:18px;color:var(--accent-strong);vertical-align:-.18em;flex:0 0 18px;place-items:center;display:inline-grid}@media (width<=600px){.identity-name,.entry-author strong,.user-row strong{column-gap:7px}.profile-name-row{gap:5px}}.identity-premium-emblem svg{width:100%;height:100%}.avatar{padding:0;line-height:1;position:relative}.avatar-initials{text-align:center;place-items:center;width:100%;height:100%;line-height:1;display:grid;transform:none}.friend-search{border:1px solid var(--line);background:var(--surface-strong);border-radius:20px;align-items:center;min-height:56px;padding:0 16px;display:block;position:relative}.friends-screen{grid-auto-rows:max-content;align-content:start}.friend-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent)}.friend-search svg{z-index:2;width:24px;height:24px;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.friend-search input{width:100%;min-width:0;min-height:54px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0 0 0 36px}.friend-search input:focus{box-shadow:none}.friend-list-row{flex-wrap:wrap;min-width:0;display:flex}.friend-identity{min-width:min(100%,220px);color:var(--text);text-align:left;background:0 0;flex:260px;align-items:center;gap:12px;padding:0;display:flex}.friend-identity>span{gap:2px;min-width:0;display:grid}.profile-card{grid-template-columns:auto minmax(0,1fr);align-items:start;display:grid}.profile-card .profile-body{padding-right:58px}.profile-header-actions{top:clamp(20px,4vw,30px);right:clamp(20px,4vw,30px)}.profile-name-row{flex-wrap:nowrap;align-items:center}.profile-name-row h1{flex:0 auto;width:auto;font-size:clamp(30px,4.3vw,50px);line-height:1.02}.premium-badge{flex:0 0 25px}.premium-emblem-grid{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px;display:grid}.emblem-option{border:1px solid var(--line);background:var(--surface-strong);min-height:76px;color:var(--muted);border-radius:16px;place-items:center;gap:6px;padding:10px 8px;display:grid}.emblem-option svg{width:25px;height:25px}.emblem-option.selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong);box-shadow:inset 0 0 0 1px var(--accent)}.premium-name-preview{flex-wrap:wrap;align-items:center;gap:7px;margin:12px 0;font-size:22px;display:flex}.published-widget-options{display:grid}.profile-analytics-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.profile-community-list,.community-card-grid,.recommendation-grid{grid-template-columns:repeat(auto-fit,minmax(min(270px,100%),1fr))}.profile-community-link{align-content:start;align-self:start;min-height:0;display:grid}.profile-community-link span{gap:7px}.profile-community-link strong,.profile-community-link small,.community-card h3,.community-card p{overflow-wrap:break-word}.community-meta{margin-top:auto;font-weight:750;color:var(--accent-strong)!important}.progress-streak-heading{align-items:flex-start}.progress-entry{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:12px;min-width:0;padding:18px 0;display:grid}.progress-entry-header{grid-template-columns:minmax(0,1fr) minmax(150px,auto);align-items:flex-start;gap:18px;min-width:0;display:grid}.progress-entry-header .entry-author{text-align:left;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:10px;min-width:0;margin:0;display:grid}.entry-author-copy{gap:2px;min-width:0;display:grid}.entry-author-copy time,.progress-publication-time{color:var(--muted);font-size:12px}.progress-entry-header-meta{grid-template-columns:minmax(110px,auto) 36px;justify-content:end;align-items:start;gap:8px;min-width:0;display:grid}.progress-goal-day{min-width:0;color:var(--muted);text-align:right;justify-items:end;gap:2px;font-size:12px;display:grid}.progress-goal-day strong{color:var(--accent-strong)}.progress-overflow-slot{flex:0 0 44px;place-items:start center;width:44px;min-width:44px;min-height:44px;display:grid}.progress-entry-content{gap:8px;min-width:0;display:grid}.progress-metadata{flex-wrap:wrap;gap:7px;display:flex}.progress-metadata-chip{border:1px solid var(--line);background:var(--surface-strong);min-height:30px;color:var(--muted);border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:12px;line-height:1;display:inline-flex}.progress-metadata-chip .mood-face-icon{width:18px;height:18px;color:var(--accent-strong)}.progress-entry-actions{flex-direction:row;align-items:center;gap:12px;margin-top:4px;display:flex}@media (width<=600px){.progress-entry-header{grid-template-columns:minmax(0,1fr) auto;gap:10px}.progress-entry-header-meta{display:contents}.progress-goal-day{text-align:left;grid-area:2/1/auto/-1;justify-items:start}.progress-overflow-slot{grid-area:1/2;justify-self:end}}.like-control,.discussion-control{min-width:0}.discussion-control{width:auto}.discussion-report{grid-template-columns:minmax(70px,auto) minmax(0,1fr)}.discussion-report>.like-control{grid-column:2;justify-self:start}.calendar-grid{grid-auto-rows:1fr}.calendar-day{aspect-ratio:1;box-sizing:border-box;contain:paint;width:100%}.calendar-participant-segments{border-radius:inherit;inset:0;overflow:hidden}@media (width>=700px){.calendar-tracker .calendar-grid,.calendar-tracker .calendar-toolbar,.calendar-tracker .calendar-selected-date{width:min(100%,430px);margin-inline:auto}.calendar-tracker .calendar-grid{gap:6px}.calendar-tracker .calendar-day{border-radius:12px;font-size:.9rem}.calendar-tracker .calendar-weekday{font-size:11px}}.my-communities{gap:12px;display:grid}.my-communities-list{gap:8px;display:grid}.my-community-row{border:1px solid var(--line);background:var(--surface);width:100%;min-height:62px;color:var(--text);text-align:left;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 14px;display:grid}.my-community-row:hover,.my-community-row:focus-visible{border-color:color-mix(in srgb, var(--accent) 50%, var(--line));background:var(--accent-soft)}.my-community-copy{gap:2px;min-width:0;display:grid}.my-community-copy strong{overflow-wrap:break-word}.my-community-copy small{color:var(--muted)}.my-community-chevron{color:var(--muted);font-size:22px;line-height:1}.community-discovery-search{gap:12px;display:grid}.participant-legend-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;margin-bottom:8px;display:flex}.participant-legend-item.is-you{border:1px solid color-mix(in srgb, var(--accent) 45%, var(--line));background:var(--accent-soft)}.participant-legend-item small{color:var(--muted);font-size:11px;font-weight:700;display:block}.completed-goal-summary{gap:8px;display:grid}.completed-goal-summary>*{margin:0}.bottom-tab.active .bottom-tab-icon{background:0 0;border-radius:0}.bottom-tab,.bottom-tab:active{transform:none}.theme-live-preview[data-preview-accent=violet]{--preview-accent:#6750a4;--preview-accent-soft:#ece6f7}.theme-live-preview[data-preview-accent=blue]{--preview-accent:#52657d;--preview-accent-soft:#e5ebf1}.theme-live-preview[data-preview-accent=green]{--preview-accent:#36745d;--preview-accent-soft:#deeee7}.theme-live-preview[data-preview-accent=amber]{--preview-accent:#a15c00;--preview-accent-soft:#f7ead7}@media (prefers-color-scheme:dark){:root:not([data-theme=light])[data-accent=violet]{--accent:#d0bcff;--accent-strong:#e9ddff;--accent-soft:#d0bcff29}:root:not([data-theme=light])[data-accent=green]{--accent:#83c7aa;--accent-strong:#bce4d2;--accent-soft:#83c7aa29}:root:not([data-theme=light])[data-accent=amber]{--accent:#e5b66f;--accent-strong:#ffdda1;--accent-soft:#e5b66f2b}}@media (width<=899px){.topbar{top:calc(var(--visual-viewport-top,0px) + var(--native-safe-top,0px));border-radius:20px;padding:7px 10px;display:block;position:sticky}.global-header-row{min-height:48px}.brand{min-width:0;color:var(--text);text-align:left;background:0 0;padding:6px 4px}.desktop-brand-button,.desktop-brand-label{display:none}.mobile-page-title{overflow-wrap:break-word;max-width:min(52vw,260px);font-size:clamp(18px,5vw,24px);display:block}.global-header-actions{gap:3px}.global-header-actions .icon-action{width:44px;height:44px}.profile-card{grid-template-columns:78px minmax(0,1fr);gap:14px}.profile-card .avatar.large{border-radius:24px;width:78px;height:78px;font-size:27px}.profile-card .profile-body{grid-column:1/-1;padding-right:0}.profile-header-actions{grid-area:1/2;place-self:start end;position:static}.profile-name-row h1{font-size:clamp(30px,11vw,44px)}.progress-entry,.discussion-report{grid-template-columns:1fr}.discussion-report>.like-control{grid-column:1}.progress-entry-actions{flex-direction:row}.friend-list-row{padding:12px}.friend-list-row>button:not(.friend-identity){flex:120px}.friends-screen{min-height:calc(var(--visual-viewport-height,100dvh) - 100px);padding-bottom:calc(var(--bottom-nav-height,72px) + env(safe-area-inset-bottom) + 24px)}.friends-list{max-height:calc(var(--visual-viewport-height,100dvh) - 240px);overscroll-behavior:contain;overflow-y:auto}.bottom-tabs{width:min(330px, calc(100% - 28px - env(safe-area-inset-left) - env(safe-area-inset-right)));gap:0;padding:5px 6px}.bottom-tab{min-height:54px;overflow:visible}.bottom-tab>span:last-child{text-align:center;text-overflow:clip;white-space:normal;overflow-wrap:normal;max-width:100%;line-height:1.05;overflow:visible}:root[data-platform=android],:root[data-platform=pwa]{scrollbar-width:none}:root[data-platform=android]::-webkit-scrollbar{width:0;height:0;display:none}:root[data-platform=android] body::-webkit-scrollbar{width:0;height:0;display:none}:root[data-platform=pwa]::-webkit-scrollbar{width:0;height:0;display:none}:root[data-platform=pwa] body::-webkit-scrollbar{width:0;height:0;display:none}:root[data-platform=android] .feed-screen::-webkit-scrollbar{width:0;height:0;display:none}:root[data-platform=pwa] .feed-screen::-webkit-scrollbar{width:0;height:0;display:none}}@media (width>=900px){.app-shell:not(.language-shell):not(.loading-shell)>.topbar .global-header-row{min-height:52px}.app-shell:not(.language-shell):not(.loading-shell)>.topbar .brand{align-self:center;min-width:0;padding:11px 14px}.app-shell:not(.language-shell):not(.loading-shell)>.topbar .global-header-actions{margin-left:auto}.app-shell:not(.language-shell):not(.loading-shell)>.topbar .desktop-nav{margin-top:18px}.app-shell:not(.language-shell):not(.loading-shell)>.topbar .desktop-premium-entry{margin-top:auto;margin-bottom:8px}}.identity-premium-emblem{color:var(--premium-emblem-color,var(--accent-strong))}.community-card .card-actions,.community-card .card-actions>button{height:44px;max-height:44px}@media (width<=899px){.app-shell{padding-bottom:calc(128px + max(env(safe-area-inset-bottom), var(--native-navigation-inset-bottom,var(--native-safe-bottom,0px))))}.bottom-tabs{bottom:calc(8px + max(env(safe-area-inset-bottom), var(--native-navigation-inset-bottom,var(--native-safe-bottom,0px))))}.friends-screen{padding-bottom:calc(var(--bottom-nav-height,72px) + max(env(safe-area-inset-bottom), var(--native-navigation-inset-bottom,0px)) + 24px)}}.comment-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.comment-identity-copy{gap:2px;min-width:0;display:grid}.comment-handle-line{flex-wrap:wrap;align-items:center;gap:5px;width:fit-content;display:inline-flex}.comment-identity-copy time{color:var(--muted);font-size:11px;line-height:1.35}.comment-body,.comment-actions{margin-left:46px}.identity-premium-emblem{width:17px;height:17px;color:var(--premium-emblem-color,var(--accent-strong));box-shadow:none;background:0 0;border:0;flex:0 0 17px;place-items:center;margin:0;padding:0;display:inline-grid;position:relative}.post-composer textarea{min-height:72px;max-height:180px}.community-card .card-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;height:auto;max-height:none;display:flex}.community-card .card-actions>button,.community-card .community-subscription{white-space:nowrap;flex:none;width:auto;min-width:0;height:44px;max-height:44px;padding-inline:16px;font-size:13px}.community-card .community-subscription{min-width:136px}.community-card .community-subscription.subscribed{border:1px solid color-mix(in srgb, var(--accent) 62%, var(--line));color:var(--accent-strong);background:0 0}.friend-search input,.friend-search input:focus,.friend-search input:focus-visible{appearance:none;border-radius:0;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important}@media (width<=899px){.feed-screen>.feed-toolbar>.screen-title,.friends-screen>.screen-title{display:none}[data-primary-destination=goals]>.screen-title{justify-content:flex-end}[data-primary-destination=goals]>.screen-title>div{display:none}.mobile-page-title{flex:auto;align-self:stretch;align-items:center;width:auto;max-width:none;min-height:44px;padding-inline:4px;display:flex}.global-header-actions{flex:none;gap:0}.global-header-actions .icon-action{width:44px;height:44px}.mobile-premium-action{display:grid}.desktop-premium-entry{display:none}.feed-secondary-navigation .feed-communities-link{width:auto;height:40px;padding-inline:10px}.feed-secondary-navigation .feed-communities-link span{display:inline}.comment-body,.comment-actions{margin-left:0}}:root{--global-header-height:64px;--bottom-nav-height:72px;--system-bottom-inset:max(env(safe-area-inset-bottom), var(--native-navigation-inset-bottom,var(--native-safe-bottom,0px)))}html{scroll-padding-top:calc(var(--global-header-height) + max(env(safe-area-inset-top), var(--native-safe-top,0px)) + 12px);scroll-padding-bottom:calc(var(--bottom-nav-height) + var(--system-bottom-inset) + 20px)}body{scroll-padding-top:inherit;scroll-padding-bottom:inherit}.bottom-tab{color:color-mix(in srgb, var(--text) 62%, var(--muted))}.bottom-tab.active,.bottom-tab[aria-current=page]{background:color-mix(in srgb, var(--accent-soft) 66%, transparent);color:var(--accent-strong)}.bottom-tab.active .bottom-tab-icon,.bottom-tab[aria-current=page] .bottom-tab-icon{color:var(--accent);background:0 0;border-radius:10px}.bottom-tab.active>span:last-child,.bottom-tab[aria-current=page]>span:last-child{color:var(--accent-strong);font-weight:900}@media (width<=899px){.app-shell,.app-shell:not(.language-shell):not(.loading-shell){padding-top:calc(8px + max(env(safe-area-inset-top), var(--native-safe-top,0px)));padding-right:max(8px, env(safe-area-inset-right), var(--native-safe-right,0px));padding-bottom:calc(var(--bottom-nav-height) + var(--system-bottom-inset) + 24px);padding-left:max(8px, env(safe-area-inset-left), var(--native-safe-left,0px))}.app-shell>main{padding-bottom:0}.topbar{top:max(env(safe-area-inset-top), var(--native-safe-top,0px));z-index:30;min-height:var(--global-header-height);background:color-mix(in srgb, var(--surface) 94%, transparent);box-shadow:0 6px 24px color-mix(in srgb, var(--text) 8%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;position:sticky}.bottom-tabs{bottom:calc(8px + var(--system-bottom-inset));min-height:var(--bottom-nav-height);background:color-mix(in srgb, var(--surface) 96%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px}:root[data-native-ime-open=true] .bottom-tabs{display:none}:root[data-native-ime-open=true] .app-shell{padding-bottom:max(16px, var(--native-ime-inset-bottom,0px))}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.topbar,.bottom-tabs{background:var(--surface-strong)}}.app-shell.auth-shell{place-content:center;place-items:center;min-height:100dvh;padding:clamp(16px,4vw,32px);display:grid}.app-shell.auth-shell>main{width:100%;padding:0}.modal-backdrop{overscroll-behavior:contain;isolation:isolate;width:100vw;height:100dvh;overflow:hidden}@media (width>=900px){.app-shell.auth-shell:not(.language-shell):not(.loading-shell){grid-template-columns:minmax(0,1fr);place-content:center;place-items:center;width:100%;min-height:100dvh;padding:clamp(20px,5vw,48px);display:grid}.app-shell.auth-shell:not(.language-shell):not(.loading-shell)>main{grid-column:1;width:min(100%,760px);margin:0;padding:0}}.post-text-link{width:100%;min-height:44px;color:var(--text);font:inherit;overflow-wrap:anywhere;text-align:left;white-space:pre-wrap;background:0 0;border:0;border-radius:10px;padding:6px 0;line-height:1.5;display:block}.post-text-link:hover,.post-text-link:focus-visible{background:color-mix(in srgb, var(--accent-soft) 45%, transparent);color:var(--text)}.community-heading-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:6px;display:flex}.friend-suggestions{gap:12px;padding-top:4px;display:grid}.friend-suggestion-list{max-height:none}.friend-suggestion-list .friend-list-row{background:var(--surface)}.entity-action-menu .post-action-menu-popover{z-index:160}.profile-header-actions{z-index:5}.profile-actions{grid-template-columns:minmax(120px,max-content)}.premium-feature-dialog{gap:12px;width:min(100%,460px);display:grid}.premium-feature-dialog>*{margin-block:0}.premium-feature-icon{background:var(--accent-soft);width:48px;height:48px;color:var(--accent-strong);border-radius:15px;place-items:center;display:grid}.premium-feature-icon svg{width:25px;height:25px}@media (width<=600px){.community-heading-actions{justify-content:stretch;width:100%}.community-heading-actions>button{flex:150px}}.deletion-verification-dialog{gap:14px;width:min(100%,520px)}.deletion-verification-dialog label{gap:7px;display:grid}.deletion-verification-dialog input{font-variant-numeric:tabular-nums;letter-spacing:.24em;text-align:center;max-width:220px;font-size:24px}.premium-profile-controls{grid-template-columns:minmax(230px,.7fr) minmax(0,1.3fr);align-items:start;gap:16px}.premium-control-card{align-self:start;width:100%}.profile-style-control{min-height:0}@media (width<=760px){.premium-profile-controls{grid-template-columns:1fr}}.analytics-publisher,.analytics-builder,.published-graph-list,.published-graph-grid{gap:14px;min-width:0;display:grid}.analytics-builder{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:16px}.analytics-goal-picker,.analytics-color-picker{border:0;min-width:0;margin:0;padding:0}.analytics-goal-picker>div{flex-wrap:wrap;gap:8px;margin-top:9px;display:flex}.analytics-goal-picker label{border:1px solid var(--line);background:var(--surface-strong);border-radius:12px;align-items:center;gap:7px;min-height:40px;padding:7px 10px;display:inline-flex}.analytics-color-picker>div{flex-wrap:wrap;gap:9px;margin-top:9px;display:flex}.analytics-color{background:var(--graph-color);width:44px;height:44px;box-shadow:inset 0 0 0 4px var(--surface-strong);border:2px solid #0000;border-radius:13px;padding:5px}.analytics-color.selected{border-color:var(--accent-strong)}.analytics-graph-card{border:1px solid var(--line);background:var(--surface-strong);border-radius:18px;gap:13px;min-width:0;padding:16px;display:grid;overflow:hidden}.analytics-graph-card>header{justify-content:space-between;align-items:start;gap:12px;min-width:0;display:flex}.analytics-graph-card h3,.analytics-graph-card p{margin:0}.analytics-graph-card header>div{gap:3px;min-width:0;display:grid}.published-chart{aspect-ratio:5/2;width:100%;height:auto;display:block;overflow:visible}.published-chart-gridline{stroke:var(--line);stroke-width:1px;vector-effect:non-scaling-stroke}.published-heatmap{aspect-ratio:13/7;grid-template-rows:repeat(7,minmax(0,1fr));grid-template-columns:repeat(13,minmax(0,1fr));grid-auto-flow:column;gap:clamp(3px,.8vw,6px);width:100%;display:grid}.published-heatmap i{aspect-ratio:1;border:1px solid color-mix(in srgb, var(--graph-color,var(--accent)) 10%, var(--line));border-radius:5px;min-width:0}.published-donut-layout{grid-template-columns:minmax(120px,160px) minmax(0,1fr);align-items:center;gap:18px;display:grid}.published-donut-wrap{place-items:center;width:100%;max-width:160px;margin-inline:auto;display:grid;position:relative}.published-donut{aspect-ratio:1;border-radius:50%;width:100%;display:block;-webkit-mask:radial-gradient(circle,#0000 0 48%,#000 49%);mask:radial-gradient(circle,#0000 0 48%,#000 49%)}.published-donut-wrap>span{color:var(--text);text-align:center;place-items:center;line-height:1;display:grid;position:absolute}.published-donut-wrap>span strong{font-size:24px}.published-donut-wrap>span small{color:var(--muted);margin-top:4px;font-size:11px}.published-graph-legend{gap:5px;display:grid}.analytics-text-summary{color:var(--muted);font-size:13px}.analytics-goal-breakdown,.analytics-recent-work{gap:9px;display:grid}.analytics-goal-breakdown>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;min-width:0;padding:9px 0;display:flex}.analytics-goal-breakdown span{color:var(--muted);text-align:right}.analytics-recent-work article{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:3px;padding:11px;display:grid}.analytics-recent-work p{white-space:pre-wrap;overflow-wrap:anywhere;margin:3px 0 0}@media (width<=520px){.published-donut-layout{grid-template-columns:minmax(112px,140px) minmax(0,1fr)}.published-heatmap{gap:3px}}:root[data-palette=four-color]{--theme-hue:220;--palette-primary:#f5f7fa;--palette-secondary:#111827;--palette-tertiary:oklch(.52 .15 var(--theme-hue));--palette-accent:oklch(.52 .15 var(--theme-hue));--bg:var(--palette-primary);--surface:#ffffffe0;--surface-strong:#fff;--text:var(--palette-secondary);--muted:#59616f;--line:#11182729;--accent:var(--palette-accent);--accent-strong:color-mix(in srgb, var(--palette-accent) 82%, var(--palette-secondary));--accent-soft:color-mix(in srgb, var(--palette-accent) 13%, var(--palette-primary));--action:var(--palette-accent);--on-accent:#fff;--toggle-track:color-mix(in srgb, var(--palette-secondary) 16%, var(--palette-primary));--toggle-thumb:var(--surface-strong);--toggle-border:color-mix(in srgb, var(--palette-secondary) 22%, transparent);--shadow:0 20px 52px color-mix(in srgb, var(--palette-secondary) 12%, transparent)}:root[data-palette=four-color][data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--palette-primary:#0f1115;--palette-secondary:#f5f7fa;--palette-tertiary:oklch(.8 .13 var(--theme-hue));--palette-accent:oklch(.8 .13 var(--theme-hue));--surface:#171a21eb;--surface-strong:#1e222b;--muted:#a7b0be;--line:#ffffff29;--accent-strong:color-mix(in srgb, var(--palette-accent) 88%, white);--accent-soft:color-mix(in srgb, var(--palette-accent) 16%, var(--palette-primary));--action:var(--palette-tertiary);--on-accent:#0f1115;--shadow:0 20px 52px #00000052}@media (prefers-color-scheme:dark){:root[data-palette=four-color]:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--palette-primary:#0f1115;--palette-secondary:#f5f7fa;--palette-tertiary:oklch(.8 .13 var(--theme-hue));--palette-accent:oklch(.8 .13 var(--theme-hue));--surface:#171a21eb;--surface-strong:#1e222b;--muted:#a7b0be;--line:#ffffff29;--accent-strong:color-mix(in srgb, var(--palette-accent) 88%, white);--accent-soft:color-mix(in srgb, var(--palette-accent) 16%, var(--palette-primary));--action:var(--palette-tertiary);--on-accent:#0f1115;--shadow:0 20px 52px #00000052}}:root[data-palette=four-color] .primary{border:1px solid var(--action);background:var(--action);color:var(--on-accent);box-shadow:none;border-radius:9px}:root[data-palette=four-color] .secondary{border:1px solid var(--action);color:var(--action);box-shadow:none;background:0 0;border-radius:9px}:root[data-palette=four-color] input,:root[data-palette=four-color] select,:root[data-palette=four-color] textarea{border-radius:11px}:root[data-palette=four-color] .brand{background:var(--action);color:var(--on-accent);border-radius:10px}.community-directory-backdrop{justify-content:flex-end;align-items:stretch;padding:0}.community-directory-sheet{border-radius:24px 0 0 24px;grid-template-rows:auto auto minmax(0,1fr);width:min(560px,100%);height:100%;max-height:100dvh;margin-left:auto}.community-directory-heading{align-items:start}.community-directory-heading h2,.community-directory-heading p{margin:0}.community-directory-scroll{overscroll-behavior:contain;min-height:0;padding:2px 2px calc(20px + env(safe-area-inset-bottom));scroll-padding-bottom:calc(20px + env(safe-area-inset-bottom));align-content:start;gap:12px;display:grid;overflow-y:auto}.community-directory-scroll .community-card{width:100%}@media (width<=640px){.community-directory-backdrop{align-items:end}.community-directory-sheet{width:100%;height:min(88dvh,760px);padding-bottom:max(16px, env(safe-area-inset-bottom));border-radius:22px 22px 0 0}}#goal-progress-entry{scroll-margin-top:calc(var(--global-header-height,78px) + 24px)}#goal-progress-entry>.form{gap:14px}.report-selected-date{color:var(--muted);margin-top:3px;font-size:14px;display:inline-block}.report-primary-field{gap:6px;font-weight:750;display:grid}.report-primary-field>small{color:var(--muted);font-weight:500}.report-primary-field textarea{min-height:104px}.report-core-metric{max-width:360px}.report-more-details{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 72%, transparent);border-radius:13px;overflow:clip}.report-more-details>summary{min-height:48px;color:var(--accent-strong);cursor:pointer;padding:13px 15px;font-weight:760;list-style-position:inside}.report-more-details-body{gap:14px;padding:2px 15px 15px;display:grid}.report-more-details-body>label{gap:7px;display:grid}#goal-progress-entry .form-footer{justify-content:flex-start}#goal-progress-entry .form-footer .primary{min-width:min(100%,220px)}.invite-row-with-color{grid-template-columns:minmax(160px,.7fr) minmax(260px,1.3fr) auto;align-items:center}.invite-color-choice{gap:7px;min-width:0;display:grid}.invite-color-choice>span{font-weight:750}.invite-color-choice>small{color:var(--muted)}.participant-color-dialog{width:min(100%,560px)}.participant-color-dialog .participant-color-options{grid-template-columns:repeat(8,42px)}.goal-detail-screen-title{align-items:center}.goal-detail-screen-title>div:first-child{flex:420px}.goal-detail-actions{flex:0 auto;justify-content:flex-end;align-items:center;gap:8px;display:flex}.goal-detail-actions>button{white-space:nowrap;min-height:44px}.goal-detail-back{order:-1;align-items:center;gap:7px;display:inline-flex}.goal-detail-back svg{flex:none}.goal-edit-heading{gap:14px;display:grid}.goal-edit-heading h2{margin:0}.goal-edit-tabs{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 82%, transparent);scrollbar-width:none;border-radius:15px;gap:6px;max-width:100%;padding:4px;display:flex;overflow-x:auto}.goal-edit-tabs::-webkit-scrollbar{display:none}.goal-edit-tabs button{min-height:44px;color:var(--muted);background:0 0;border-radius:11px;flex:1 0 auto;padding:9px 14px;font-weight:760}.goal-edit-tabs button.active{background:var(--accent-soft);color:var(--accent-strong);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 45%, transparent)}.goal-edit-section{min-width:0}.goal-edit-appearance{gap:18px;display:grid}.goal-edit-color{gap:8px;display:grid}.goal-edit-color small{color:var(--muted)}.goal-edit-tabs button{white-space:nowrap;flex:1 1 0;min-width:max-content}.goal-edit-schedule{gap:14px;display:grid}.goal-edit-reminder-time{gap:7px;max-width:220px;display:grid}.goal-edit-actions{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:6px;padding-top:16px;display:flex}.goal-edit-actions>button{min-width:130px;min-height:46px}@media (width<=600px){.goal-edit-actions{flex-direction:column-reverse;align-items:stretch}.goal-edit-actions>button{width:100%}.goal-edit-reminder-time{max-width:none}}.content-policy-warning,.content-policy-error{border:1px solid color-mix(in srgb, var(--danger) 45%, var(--line));background:color-mix(in srgb, var(--danger) 9%, var(--surface));color:var(--text);border-radius:14px;margin:0;padding:12px 14px}.number-stepper-field{gap:7px;font-weight:750;display:grid}.number-stepper{border:1px solid var(--line);background:var(--surface-strong);border-radius:17px;grid-template-columns:48px minmax(72px,1fr) 48px;align-items:stretch;display:grid;overflow:hidden}.number-stepper button{background:color-mix(in srgb, var(--accent) 8%, var(--surface));min-width:48px;min-height:52px;color:var(--accent-strong);border-radius:0;font-size:25px;line-height:1}.number-stepper input{text-align:center;-moz-appearance:textfield;border-block:0;border-radius:0;min-width:0;min-height:52px;padding-inline:10px;font-weight:800}.number-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.number-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.number-stepper input:focus{z-index:1;box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--accent) 52%, transparent);position:relative}.report-primary-field>label{color:var(--text);font-weight:750}.avatar-crop-preview{cursor:grab;touch-action:none}.avatar-crop-preview.dragging{cursor:grabbing}.avatar-crop-preview:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.avatar-crop-guide{pointer-events:none;border:1px solid #ffffff94;border-radius:50%;position:absolute;inset:11%;box-shadow:0 0 0 999px #00000014}.avatar-crop-controls input[type=range]{cursor:pointer;min-height:44px}.avatar-crop-controls input[type=range]::-webkit-slider-thumb{width:24px;height:24px}.avatar-crop-reset{justify-self:start}.profile-style-selector{padding:4px}.premium-profile-controls{grid-template-columns:minmax(240px,.65fr) minmax(0,1.35fr)}.profile-style-option.selected{box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--accent) 72%, transparent)}.profile-style-option:focus-visible{outline-offset:1px}.premium-badge-status{width:34px;height:34px}.premium-badge-status svg{stroke-width:2px;width:26px;height:26px}.desktop-premium-entry{min-height:44px;color:var(--muted);background:0 0;border-color:#0000;margin-top:6px;font-weight:720}.desktop-premium-entry:hover,.desktop-premium-entry:focus-visible{border-color:var(--line);background:color-mix(in srgb, var(--surface-strong) 72%, transparent);color:var(--text)}.desktop-premium-entry.active{background:var(--accent-soft);color:var(--accent-strong);border-color:#0000}@media (width<=720px){.premium-profile-controls{grid-template-columns:1fr}.goal-detail-screen-title{flex-direction:column;align-items:stretch}.goal-detail-screen-title>div:first-child{flex-basis:auto}.goal-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;display:grid}.goal-detail-actions>button{white-space:normal;width:100%}.goal-detail-back{grid-column:1/-1}.calendar-selected-date{grid-template-columns:1fr;align-items:stretch}.calendar-selected-date>button{width:100%}}@media (width<=760px){.invite-row-with-color{grid-template-columns:1fr;align-items:stretch}}.analytics-privacy-note{border-left:4px solid var(--accent);background:var(--accent-soft);color:var(--text);border-radius:0 12px 12px 0;margin:0;padding:13px 15px}.fixed-analytics-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));align-items:start;gap:14px;display:grid}.fixed-analytics-builder{border:1px solid var(--line);background:var(--surface);border-radius:18px;align-content:start;gap:12px;min-width:0;padding:12px;display:grid}.fixed-analytics-builder .analytics-graph-card{border-color:color-mix(in srgb, var(--graph-color,var(--accent)) 20%, var(--line));background:linear-gradient(155deg, color-mix(in srgb, var(--accent-soft) 48%, transparent), transparent 46%), var(--surface-strong);height:auto;min-height:0}.analytics-graph-description{color:var(--muted);line-height:1.45}.fixed-analytics-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.publication-status{color:var(--muted);align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.publication-status:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px}.publication-status.published{color:var(--accent-strong)}.publication-status.hidden{color:var(--muted)}@media (width<=1024px){.fixed-analytics-builder{grid-template-columns:1fr;align-items:stretch}.fixed-analytics-builder .analytics-graph-card{grid-row:auto;min-height:0}}@media (width<=680px){.fixed-analytics-builder{grid-template-columns:1fr}.fixed-analytics-builder .analytics-graph-card{grid-row:auto;min-height:0}}.theme-hue-fieldset{border:1px solid var(--line);border-radius:14px;gap:12px;min-width:0;margin:0;padding:15px;display:grid}.theme-hue-fieldset legend{padding:0 6px;font-weight:800}.theme-hue-fieldset output{color:var(--accent-strong);font-variant-numeric:tabular-nums;margin-left:10px}.theme-hue-fieldset p{color:var(--muted);margin:0}.theme-hue-range{height:18px;accent-color:oklch(.52 .15 var(--theme-hue));background:linear-gradient(90deg,oklch(62% .16 0),oklch(62% .16 60),oklch(62% .16 120),oklch(62% .16 180),oklch(62% .16 240),oklch(62% .16 300),oklch(62% .16 360));border:0;border-radius:999px;padding:0}.theme-hue-presets{flex-wrap:wrap;gap:9px;display:flex}.theme-hue-swatch{background:oklch(.52 .15 var(--swatch-hue));width:44px;height:44px;box-shadow:inset 0 0 0 4px var(--surface-strong);border:2px solid #0000;border-radius:11px;padding:5px}:root[data-theme=dark] .theme-hue-swatch{background:oklch(.8 .13 var(--swatch-hue))}.theme-hue-swatch.selected{border-color:var(--text)}.four-color-preview{--preview-primary:#f5f7fa;--preview-secondary:#111827;--preview-tertiary:oklch(.52 .15 var(--preview-hue));--preview-accent:oklch(.52 .15 var(--preview-hue));background:var(--preview-primary);color:var(--preview-secondary);border-radius:14px;grid-template-columns:minmax(170px,.65fr) minmax(0,1fr);gap:16px;display:grid}.theme-role-strip{border:1px solid color-mix(in srgb, var(--preview-secondary) 18%, transparent);border-radius:10px;grid-template-columns:repeat(4,1fr);min-height:74px;display:grid;overflow:hidden}.theme-role-strip i[data-role=primary]{background:var(--preview-primary)}.theme-role-strip i[data-role=secondary]{background:var(--preview-secondary)}.theme-role-strip i[data-role=tertiary]{background:var(--preview-tertiary)}.theme-role-strip i[data-role=accent]{background:var(--preview-accent)}.appearance-autosave-note{color:color-mix(in srgb, var(--preview-secondary) 72%, transparent);flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px;margin:0;font-size:13px;font-weight:700;display:flex}.four-color-preview .primary{border-color:var(--preview-tertiary);background:var(--preview-tertiary);color:var(--preview-primary)}.four-color-preview .secondary{border-color:var(--preview-tertiary);color:var(--preview-tertiary)}@media (width<=720px){.four-color-preview{grid-template-columns:1fr}}.identity-premium-emblem{flex:0 0 20px;width:20px;height:20px}.profile-name-row{align-items:center;gap:10px;max-width:100%}.profile-name-row h1{text-overflow:clip;white-space:normal;width:auto;max-width:calc(100% - 42px);overflow:visible}.profile-title-button{overflow-wrap:anywhere;text-align:left;white-space:normal;max-width:100%}.four-color-preview{--preview-primary:#f5f7fa;--preview-secondary:#111827;--preview-tertiary:hsl(var(--preview-hue) 72% 46%);--preview-accent:hsl(var(--preview-hue) 72% 46%)}.four-color-preview[data-preview-theme=dark]{--preview-primary:#0f1115;--preview-secondary:#f5f7fa;--preview-tertiary:hsl(var(--preview-hue) 82% 70%);--preview-accent:hsl(var(--preview-hue) 82% 70%)}@media (width<=600px){.identity-name{column-gap:8px}.identity-premium-emblem{flex-basis:19px;width:19px;height:19px}.identity-premium-emblem.identity-premium-emblem-profile{flex-basis:27px;width:27px;height:27px}.profile-name-row{gap:8px}}@media (width<=899px){:root[data-platform=android] *,:root[data-platform=pwa] *{scrollbar-width:none}:root[data-platform=android] ::-webkit-scrollbar{width:0;height:0;display:none}:root[data-platform=pwa] ::-webkit-scrollbar{width:0;height:0;display:none}}main,.panel,.card,.screen-title,.calendar-selected-date,.analytics-publisher,.fixed-analytics-grid,.fixed-analytics-builder{min-width:0}.goal-detail-tags{gap:6px;margin-top:-6px}.goal-detail-tags .chip{min-height:30px;padding:6px 10px;font-size:12px}.collaboration-panel{align-content:start;height:auto;min-height:0;padding:16px}.collaboration-panel .participant-list{grid-template-columns:minmax(0,1fr)}.collaboration-panel .participant-row{border-radius:14px;min-height:0;padding:9px 10px}.collaboration-panel .participant-row .avatar{flex-basis:38px;width:38px;height:38px}.collaboration-panel .participant-row .user-row{min-height:63px}details.collapsible-section{height:auto;min-height:0;padding:0;display:block}.collapsible-summary{border-radius:inherit;cursor:pointer;align-items:center;gap:12px;min-height:56px;padding:14px 16px;list-style:none;display:flex}.collapsible-summary::-webkit-details-marker{display:none}.collapsible-summary:hover,.collapsible-summary:focus-visible{color:var(--accent-strong)}.collapsible-summary:focus-visible{outline-offset:-3px}.collapsible-summary-copy{gap:2px;min-width:0;display:grid}.collapsible-summary-copy strong{overflow-wrap:break-word;font-size:1.05rem}.collapsible-summary-copy small{color:var(--muted)}.collapsible-chevron{flex:0 0 20px;width:20px;height:20px;margin-left:auto;transition:transform .16s}details.collapsible-section[open]>.collapsible-summary .collapsible-chevron{transform:rotate(180deg)}.collapsible-body{gap:14px;min-width:0;padding:0 16px 16px;display:grid}.goal-detail-summary-section .goal-card-summary{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.goal-card-summary{min-height:0;box-shadow:none;grid-template-rows:auto;padding:16px}.goal-card-summary .goal-card-statistics{gap:10px}.goal-card-summary .meta-row{gap:8px 14px}.report-supporting-fields{border-top:1px solid var(--line);gap:14px;min-width:0;padding-top:14px;display:grid}.report-supporting-fields>.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-supporting-fields>label{gap:7px;min-width:0;display:grid}.calendar-selected-date strong,.calendar-selected-date time{white-space:normal;overflow-wrap:anywhere;min-width:0;display:block}.settings-section{scroll-margin-top:calc(var(--global-header-height) + max(env(safe-area-inset-top), var(--native-safe-top,0px)) + 14px)}@media (width>=700px){.fixed-analytics-builder:last-child:nth-child(odd){grid-column:1/-1}}@media (width<=899px){.topbar{background:color-mix(in srgb, var(--surface-strong) 97%, transparent);box-shadow:0 4px 18px color-mix(in srgb, var(--text) 7%, transparent);border-radius:16px}.mobile-page-title{font-size:clamp(18px,5.2vw,22px);line-height:1.1}.global-header-actions{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 84%, transparent);border-radius:14px;flex:none;gap:1px;padding:2px}.global-header-actions .icon-action{background:0 0;border:0;border-radius:12px;width:44px;height:44px}.global-header-actions .icon-action:hover,.global-header-actions .icon-action:focus-visible,.global-header-actions .icon-action:active{background:var(--accent-soft)}.notification-enable-banner{flex-direction:column;align-items:stretch}.notification-enable-banner .primary{align-self:flex-start}.report-supporting-fields>.form-grid{grid-template-columns:1fr}.goal-detail-screen-title h1{font-size:clamp(30px,9vw,40px)}}.terms-consent{margin-inline:auto}.terms-checkbox{align-items:flex-start}.terms-checkbox input{margin-top:.2rem}.terms-checkbox a,.legal-links a{color:var(--accent);text-underline-offset:.2em}.legal-links{border-top:1px solid var(--border);flex-wrap:wrap;gap:.75rem 1rem;padding-top:.5rem;display:flex}.legal-links a{align-items:center;min-height:44px;display:inline-flex}.report-content-button{align-items:center;gap:.4rem;display:inline-flex}.report-content-button svg{width:1rem;height:1rem}.report-content-dialog{gap:1rem;display:grid}.report-content-dialog label{gap:.5rem;display:grid}.report-content-dialog textarea{min-height:7rem}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}button:active:not(:disabled){transform:none}.collapsible-chevron{transition:none}}.horizontal-scroll,.community-discovery-carousel,.recommendation-grid,[data-horizontal-gesture]{touch-action:pan-x pan-y;overscroll-behavior-x:contain;overscroll-behavior-inline:contain}.identity-name{column-gap:clamp(7px,.5em,9px)}:is(.friend-identity,.user-row,.compact-user,.entry-author,.comment-identity) .identity-name{align-items:center;column-gap:clamp(7px,.5em,9px);min-width:0;max-width:100%;display:inline-flex}.identity-premium-emblem{vertical-align:-.1em;flex:0 0 .92em;width:.92em;height:.92em}.identity-premium-emblem.identity-premium-emblem-profile{flex-basis:clamp(20px,2.2vw,25px);width:clamp(20px,2.2vw,25px);height:clamp(20px,2.2vw,25px)}@media (width<=600px){.identity-premium-emblem{flex-basis:.92em;width:.92em;height:.92em}.identity-premium-emblem.identity-premium-emblem-profile{flex-basis:22px;width:22px;height:22px}}.modal-backdrop{z-index:200}.post-action-menu-trigger,.comment-action-menu .post-action-menu-trigger{width:44px;height:44px;box-shadow:none;background:0 0;border:0;border-radius:10px;padding:10px}.post-action-menu-trigger svg,.comment-action-menu .post-action-menu-trigger svg{width:22px;height:22px}.post-action-menu-trigger:hover,.post-action-menu-trigger[aria-expanded=true],.comment-action-menu .post-action-menu-trigger[aria-expanded=true]{color:var(--accent-strong);background:0 0;border-color:#0000}.comment-action-menu .post-action-menu-popover{top:auto;bottom:calc(100% + 6px)}.discussion-composer,.discussion-composer.post-composer,form#post-comment-composer{z-index:auto;border:1px solid var(--line);background:var(--surface-strong);width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:24px;grid-template-columns:minmax(0,1fr) 44px;align-items:end;gap:6px;padding:6px;display:grid;position:static}.discussion-composer .reply-context-chip{grid-column:1/-1;margin:2px 4px 0}.discussion-composer .discussion-input-stack{align-self:stretch}.discussion-composer textarea,form#post-comment-composer textarea,.post-composer textarea{width:100%;min-height:44px;max-height:112px;box-shadow:none;color:var(--text);resize:none;background:0 0;border:0;border-radius:18px;outline:0;padding:11px 12px;font-size:16px;line-height:1.35;overflow-y:auto}.discussion-composer textarea:focus,form#post-comment-composer textarea:focus{box-shadow:none;border:0;outline:0}.discussion-composer:focus-within{border-color:color-mix(in srgb, var(--accent) 70%, var(--line));box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 16%, transparent)}.composer-send-arrow{background:var(--accent);width:44px;height:44px;color:var(--on-accent);border:0;border-radius:50%;place-items:center;padding:0;display:grid}.composer-send-arrow svg{stroke-width:2.4px;width:21px;height:21px}.composer-send-arrow:disabled{background:color-mix(in srgb, var(--muted) 18%, var(--surface-strong));color:var(--muted);opacity:1}@media (width<=700px){:root[data-text-entry=open] .bottom-tabs,:root[data-keyboard=open] .bottom-tabs,:root[data-native-ime-open=true] .bottom-tabs{display:none}:root[data-text-entry=open] form#post-comment-composer[data-comment-composer]:focus-within,:root[data-text-entry=open] form[data-comment-composer]:focus-within{z-index:150;right:max(8px, env(safe-area-inset-right), var(--native-safe-right,0px));bottom:calc(max(var(--keyboard-inset,0px), var(--native-ime-inset-bottom,0px)) + 6px);left:max(8px, env(safe-area-inset-left), var(--native-safe-left,0px));background:color-mix(in srgb, var(--surface-strong) 97%, transparent);width:auto;box-shadow:0 -8px 24px color-mix(in srgb, var(--text) 12%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin:0;position:fixed}}.settings-language-picker{border:0;gap:10px;padding:0;display:grid}.settings-language-picker legend{color:var(--text);margin-bottom:8px;font-weight:800}.settings-language-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.settings-language-option{border:1px solid var(--line);background:var(--surface-strong);min-height:64px;color:var(--text);text-align:left;border-radius:16px;grid-template-columns:24px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:10px 12px;display:grid}.settings-language-option>svg{width:22px;height:22px;color:var(--muted)}.settings-language-option>span{gap:2px;min-width:0;display:grid}.settings-language-option small{color:var(--muted)}.settings-language-option>i{border:2px solid var(--muted);border-radius:50%;width:15px;height:15px}.settings-language-option.selected{border-color:var(--accent);background:var(--accent-soft)}.settings-language-option.selected>svg,.settings-language-option.selected strong{color:var(--accent-strong)}.settings-language-option.selected>i{border:4px solid var(--accent)}.settings-legal-section .legal-links{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;display:grid}.settings-legal-section .legal-links a{border:1px solid var(--line);background:var(--surface-strong);border-radius:12px;min-height:44px;padding:11px 12px;text-decoration:none}@media (width<=640px){.settings-language-options{grid-template-columns:1fr}}.calendar-day.today{border-color:color-mix(in srgb, var(--accent) 55%, var(--line));font-weight:850}.calendar-day.today .calendar-day-number:after{content:"";background:currentColor;border-radius:50%;width:4px;height:4px;margin:2px auto 0;display:block}.calendar-day.marked{border-color:color-mix(in srgb, var(--accent) 42%, var(--line));background:color-mix(in srgb, var(--accent) 16%, var(--surface));color:var(--text)}.calendar-day.selected{border-color:var(--accent);background:var(--accent);color:var(--on-accent);box-shadow:none;outline:0;position:relative}.calendar-day.selected:after{content:none}.calendar-day.selected .calendar-day-number{z-index:4;color:inherit;font-weight:850;position:relative}.calendar-day.has-participant-marks{border-color:color-mix(in srgb, var(--text) 22%, var(--line));color:#fff;background:0 0}.calendar-day.has-participant-marks .calendar-day-number{text-shadow:0 1px 2px #00000073}.calendar-day.has-participant-marks.selected{border-color:var(--accent);box-shadow:inset 0 0 0 2px var(--accent)}.calendar-day:disabled:not(.empty){opacity:.45;cursor:default;filter:none;border-style:dashed}.calendar-selected-date{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px}.calendar-selected-date>p{grid-column:1/-1;line-height:1.45}@media (width<=720px){.calendar-selected-date{grid-template-columns:minmax(0,1fr) auto}.calendar-selected-date>button{width:auto}}.goal-discussion-entry{border:1px solid var(--line);background:var(--surface);width:100%;min-height:64px;color:var(--text);text-align:left;border-radius:16px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 16px;display:grid}.goal-discussion-entry>svg{width:24px;height:24px;color:var(--accent-strong)}.goal-discussion-entry>span:nth-child(2){gap:2px;min-width:0;display:grid}.goal-discussion-entry small{color:var(--muted)}.skeleton-list{visibility:hidden;animation:0s linear .18s forwards reveal-loading-state}@keyframes reveal-loading-state{to{visibility:visible}}.goal-detail-actions{align-items:center}.goal-action-menu{margin-left:0}button.post-action-control-button{cursor:pointer}button.post-action-control-button .post-action-icon,button.post-action-control-button .post-action-count-display{pointer-events:none}@media (width<=720px){.goal-detail-actions{align-items:center;gap:8px;width:100%;display:flex}.goal-detail-actions .goal-detail-back{flex:auto;width:auto}.goal-action-menu{flex:0 0 44px}}
