:root{--app-tabbar-height: calc(64px + env(safe-area-inset-bottom)) ;color:#1d211f;background:#f7f4ee;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;overflow:hidden}button,input,textarea,select{font:inherit}input,textarea,select{font-size:1rem}.app-frame{--app-tabbar-height: calc(64px + env(safe-area-inset-bottom)) ;height:100svh;display:grid;grid-template-rows:minmax(0,1fr) auto;position:relative;overflow:hidden;background:linear-gradient(180deg,#f7f4eef5,#eef1ebf5),radial-gradient(circle at top left,rgba(68,112,91,.18),transparent 34%)}.app-frame--tabbar-hidden{--app-tabbar-height: env(safe-area-inset-bottom)}.app-content{min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.app-notification{position:fixed;top:max(12px,calc(env(safe-area-inset-top) + 8px));left:50%;z-index:30;display:inline-flex;align-items:center;gap:10px;width:min(calc(100vw - 24px),440px);padding:14px 16px;border:1px solid rgba(31,95,67,.22);border-radius:14px;background:#fffffff5;box-shadow:0 14px 30px #17201b2e;color:#1a2f24;font-size:.95rem;font-weight:700;line-height:1.4;transform:translate(-50%);animation:app-notification-enter .22s ease-out;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-notification__icon{display:inline-flex;align-items:center;justify-content:center;color:#1f5f43;flex:0 0 auto}@keyframes app-notification-enter{0%{opacity:0;transform:translate(-50%,-14px)}to{opacity:1;transform:translate(-50%)}}.page-shell{display:grid;align-items:center;min-height:100%;padding:env(safe-area-inset-top) 10px 32px}.page-shell--stacked{align-items:start}.auth-shell,.access-block{display:grid;align-items:center;min-height:100svh;padding:max(24px,env(safe-area-inset-top)) 20px max(24px,env(safe-area-inset-bottom));background:linear-gradient(180deg,#f7f4eef7,#eef1ebf7),radial-gradient(circle at top left,rgba(68,112,91,.18),transparent 34%)}.placeholder,.auth-panel{width:min(100%,420px);margin:0 auto}.eyebrow{margin:0 0 12px;color:#53645b;font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1{margin:0;color:#17201b;font-size:clamp(2.8rem,18vw,5.6rem);line-height:.9;letter-spacing:0}.summary{margin:22px 0 0;color:#48534d;font-size:1rem;line-height:1.6}.status-row{display:inline-flex;align-items:center;gap:10px;min-height:44px;margin-top:28px;padding:0 14px;border:1px solid rgba(29,33,31,.14);border-radius:8px;background:#ffffff8f;color:#29342f;font-weight:650}.status-dot{width:9px;height:9px;border-radius:999px;background:#b96d4b}.status-dot--ok{background:#3f7f5f}.icon-text-button,.primary-button,.secondary-button,.destructive-button,.segmented-control button,.segmented-control a{min-height:44px;border:0;border-radius:8px;font-weight:750;letter-spacing:0}.icon-text-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;padding:0 14px;background:#1d211f14;color:#27342f}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:4px;padding:0 16px;background:#1f5f43;color:#fff;text-decoration:none}.primary-button:disabled{background:#91a196}.secondary-button,.destructive-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:0 16px;text-decoration:none}.secondary-button{background:#1d211f14;color:#27342f}.destructive-button{background:#8e4228;color:#fff}.destructive-button:disabled{background:#bb8d7c}.segmented-control{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;margin-top:14px;margin-bottom:14px;padding:4px;border-radius:8px;background:#1d211f14}.segmented-control button{background:transparent;color:#526159}.segmented-control a{display:grid;place-items:center;background:transparent;color:#526159;text-decoration:none}.segmented-control button.selected,.segmented-control a.selected{background:#fff;color:#1f5f43;box-shadow:0 1px 2px #1d211f1f}.auth-form{display:grid;gap:16px;margin-top:22px}.auth-form label{display:grid;gap:8px;color:#334039;font-size:.9rem;font-weight:700}.auth-form input{width:100%;min-height:48px;padding:0 13px;border:1px solid rgba(29,33,31,.16);border-radius:8px;background:#ffffffb8;color:#17201b;outline:none}.auth-form input:focus{border-color:#3f7f5f;box-shadow:0 0 0 3px #3f7f5f24}.form-error{margin:0;padding:11px 12px;border-radius:8px;background:#b96d4b1f;color:#7a3d24;font-size:.92rem;line-height:1.4}.access-block{justify-items:center;text-align:center}.access-block__icon{display:inline-grid;place-items:center;width:52px;height:52px;margin:0 auto 18px;border-radius:999px;background:#e3ede6;color:#1f5f43}.access-block h1{font-size:clamp(2.4rem,13vw,4.8rem)}.access-block p{max-width:330px;margin:18px auto 0;color:#48534d;line-height:1.55}.tabbar{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;min-height:var(--app-tabbar-height);padding:8px 10px max(8px,env(safe-area-inset-bottom));border-top:1px solid rgba(29,33,31,.12);background:#faf8f4f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.tab{display:grid;place-items:center;min-width:0;min-height:48px;border-radius:8px;color:#69756f;text-decoration:none;font-size:.86rem;font-weight:750;letter-spacing:0}.tab.active{background:#e3ede6;color:#1f5f43}.life-panel{width:min(100%,460px);margin:0 auto}.life-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.life-header h1{font-size:clamp(2.6rem,14vw,4.2rem)}.life-summary,.life-toolbar{margin-top:18px}.life-toolbar__back{margin-top:0}.life-header__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;border:0;border-radius:999px;background:#1f5f43;color:#fff;font-weight:750;white-space:nowrap}.life-category-toggle{margin-bottom:14px}.life-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:22px}.life-section-header__eyebrow,.life-sheet__eyebrow,.life-preview__label{margin:0;color:#53645b;font-size:.78rem;font-weight:700;text-transform:uppercase}.life-section-header h2,.sheet-panel h2,.life-search-panel h2{margin:8px 0 0;color:#17201b;font-size:1.55rem;line-height:1.1}.life-count{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;padding:0 12px;border-radius:999px;background:#1f5f431f;color:#1f5f43;font-weight:750}.life-page-error{margin-top:16px}.life-state-card{margin-top:16px;padding:20px 18px;border:1px solid rgba(29,33,31,.1);border-radius:18px;background:#ffffffbd;color:#334039;line-height:1.5}.life-state-card--empty{text-align:left}.life-empty-title,.life-empty-copy{margin:0}.life-empty-title{color:#17201b;font-weight:750}.life-empty-copy{margin-top:10px}.life-empty-action{margin-top:16px}.life-list{display:grid;gap:12px;margin:16px 0 0;padding:0;list-style:none}.life-list-item.is-dragging{z-index:2}.life-card{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid rgba(29,33,31,.08);border-radius:18px;background:#ffffffd6;box-shadow:0 10px 28px #1d211f0f}.life-card__handle,.life-card__action{display:inline-grid;place-items:center;width:40px;height:40px;border:0;border-radius:12px;background:#1d211f0f;color:#526159}.life-card__handle{touch-action:none}.life-card__action--danger{color:#8e4228}.life-card__content{min-width:0}.life-card__name,.life-card__meta,.life-preview__value,.life-delete-copy{margin:0}.life-card__name,.life-preview__value{color:#17201b;font-weight:750}.life-card__meta,.life-delete-copy{margin-top:4px;color:#53645b;font-size:.92rem}.life-card__actions{display:inline-flex;gap:8px}.life-avatar{--life-avatar-symbol-size: 1.2rem;display:inline-grid;place-items:center;width:42px;height:42px;box-sizing:border-box;overflow:hidden;border-radius:50%;color:#fff;font-size:1.2rem;font-weight:750;box-shadow:inset 0 -1px #00000014}.life-avatar--large{--life-avatar-symbol-size: 1.5rem;width:58px;height:58px;border-radius:50%;font-size:1.5rem}.life-avatar__symbol{max-width:100%;font-size:var(--life-avatar-symbol-size);line-height:1;text-align:center;white-space:nowrap}.life-avatar__symbol[data-symbol-length="2"]{font-size:calc(var(--life-avatar-symbol-size) * .78)}.life-avatar__symbol[data-symbol-length="3"]{font-size:calc(var(--life-avatar-symbol-size) * .62)}.life-avatar__symbol[data-symbol-length="4"]{font-size:calc(var(--life-avatar-symbol-size) * .46)}.life-avatar__image{width:100%;height:100%;border-radius:inherit;object-fit:cover}.sheet-backdrop{position:fixed;top:0;right:0;bottom:var(--app-tabbar-height);left:0;display:grid;align-items:end;padding:max(20px,env(safe-area-inset-top)) 16px 16px;background:#13181661;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overscroll-behavior:contain;z-index:30}.sheet-panel{width:min(100%,460px);margin:0 auto;display:flex;flex-direction:column;max-height:100%;border-radius:24px;background:#f7f4ee;box-shadow:0 24px 64px #1318163d;overflow:hidden}.sheet-panel__header,.sheet-panel__footer{padding-inline:18px;background:#f7f4ee}.sheet-panel__header{flex-shrink:0;padding-top:20px;padding-bottom:16px}.sheet-panel__body{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-inline:18px}.sheet-panel__body>.life-form,.sheet-panel__body>.life-record-form{margin-top:0;padding-bottom:18px}.sheet-panel__footer{flex-shrink:0;padding-top:14px;padding-bottom:max(18px,env(safe-area-inset-bottom));border-top:1px solid rgba(29,33,31,.08)}.sheet-panel--compact .sheet-panel__body{padding-bottom:18px}.sheet-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.life-form,.life-record-form{display:grid;gap:16px;margin-top:18px}.life-form label,.life-form__group,.life-record-form label,.life-record-form__group{display:grid;gap:8px;color:#334039;font-size:.9rem;font-weight:700}.life-form input,.life-form select,.life-form textarea,.life-record-form input,.life-record-form select,.life-record-form textarea{width:100%;min-height:48px;padding:0 13px;border:1px solid rgba(29,33,31,.16);border-radius:12px;background:#ffffffc7;color:#17201b;outline:none}.life-form textarea,.life-record-form textarea{min-height:132px;padding:12px 13px;resize:vertical}.life-record-form__comment-input{min-height:66px}.life-form input:focus,.life-form select:focus,.life-form textarea:focus,.life-record-form input:focus,.life-record-form select:focus,.life-record-form textarea:focus{border-color:#3f7f5f;box-shadow:0 0 0 3px #3f7f5f24}.life-form input[type=date],.life-record-form input[type=date],.life-search-form input[type=date]{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;min-height:48px;height:48px;line-height:48px;text-align:left;padding-top:0;padding-bottom:0}.life-form input[type=date]::-webkit-date-and-time-value,.life-record-form input[type=date]::-webkit-date-and-time-value,.life-search-form input[type=date]::-webkit-date-and-time-value{display:flex;align-items:center;min-height:100%;height:100%;text-align:left}.life-form input[type=date]::-webkit-datetime-edit,.life-record-form input[type=date]::-webkit-datetime-edit,.life-search-form input[type=date]::-webkit-datetime-edit{display:flex;align-items:center;height:100%;min-height:100%;padding:0}.life-form__label{color:#334039}.life-avatar-toggle{margin-top:0}.life-avatar-options{display:grid;gap:16px}.life-avatar-upload__button{display:inline-flex;justify-content:center;align-items:center;min-height:44px;cursor:pointer}.life-avatar-upload__button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.life-avatar-image-option{padding-top:2px}.life-avatar-upload__hint{margin:8px 0 0;color:#66746d;font-size:.82rem;line-height:1.4}.life-avatar--empty{background:#1d211f14;box-shadow:inset 0 0 0 1px #1d211f14}.life-color-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.life-color-swatch{display:inline-grid;place-items:center;min-height:44px;border:0;border-radius:12px;color:#fff}.life-color-swatch.selected{box-shadow:0 0 0 3px #1d211f29}.life-color-picker{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;padding:12px 14px;border:1px solid rgba(29,33,31,.12);border-radius:14px;background:#ffffffad}.life-color-picker span{font-size:.9rem;font-weight:700}.life-color-picker input{width:52px;min-height:40px;padding:0;border:0;background:transparent}.life-preview{display:flex;align-items:center;gap:14px;padding:14px;border-radius:18px;background:#1f5f4314}.life-editor-panel{width:min(100%,520px)}.life-inline-label{display:flex;align-items:center;justify-content:space-between;gap:12px}.life-inline-label__title,.life-inline-meta{color:#334039}.life-inline-meta{font-size:.82rem;font-weight:650}.life-inline-action{display:inline-flex;align-items:center;gap:6px;color:#1f5f43;font-size:.82rem;font-weight:750;text-decoration:none}.life-inline-action--icon{justify-content:center;width:28px;min-width:28px;min-height:28px;border-radius:999px}.life-inline-callout{padding:12px 14px;border:1px dashed rgba(31,95,67,.28);border-radius:14px;background:#1f5f4314;color:#334039;font-size:.92rem;line-height:1.45}.duration-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.duration-wheel{--duration-wheel-item-height: 44px;--duration-wheel-viewport-height: 176px;display:grid;min-width:0;position:relative}.duration-wheel:after{content:"";position:absolute;top:50%;left:0;right:0;height:var(--duration-wheel-item-height);transform:translateY(-50%);margin:0 6px;border:1.5px solid rgba(31,95,67,.22);border-radius:10px;background:transparent;pointer-events:none;z-index:1}.duration-wheel__viewport{display:grid;gap:8px;height:var(--duration-wheel-viewport-height);overflow-y:auto;padding:calc((var(--duration-wheel-viewport-height) - var(--duration-wheel-item-height)) / 2) 0;border:1px solid rgba(29,33,31,.12);border-radius:16px;background:#ffffffb8;overscroll-behavior-y:contain;scroll-snap-type:y mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.duration-wheel__viewport::-webkit-scrollbar{display:none}.duration-wheel__item{position:relative;min-height:var(--duration-wheel-item-height);border:0;border-radius:10px;background:transparent;color:#526159;font-weight:750;scroll-snap-align:center;touch-action:manipulation}.duration-wheel__item.selected{color:#1f5f43}.life-image-card{display:grid;gap:12px}.life-image-preview,.life-image-placeholder{width:100%;min-height:220px;border-radius:20px}.life-image-preview{object-fit:cover;border:1px solid rgba(29,33,31,.1)}.life-image-placeholder{display:grid;place-items:center;gap:8px;padding:18px;border:1px dashed rgba(29,33,31,.18);background:#ffffff85;color:#53645b;text-align:center}.life-image-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.life-image-picker{position:relative;overflow:hidden;cursor:pointer}.life-image-picker input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.life-secondary-link{margin-top:4px}.sheet-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.life-panel--wide{width:min(100%,720px)}.Sleep-current-card__title{margin:0;color:#17201b;font-size:1.08rem;font-weight:720}.sleep-surface{margin-top:14px;padding:12px;border:1px solid rgba(29,33,31,.08);border-radius:10px;background:linear-gradient(180deg,#ffffffe6,#ffffffc7),radial-gradient(circle at top left,rgba(31,95,67,.08),transparent 46%);box-shadow:0 10px 20px #1d211f0d}.sleep-surface__header{margin-top:0;align-items:baseline}.sleep-surface__header h2,.sleep-surface__header h3{margin:0}.sleep-section{margin-top:16px}.sleep-section__header{margin-bottom:10px;margin-top:0}.sleep-section__title{margin:0;color:#17201b;font-size:1rem;font-weight:700}.sleep-chart-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.sleep-chart-card{padding:12px;border:1px solid rgba(29,33,31,.08);border-radius:10px;background:linear-gradient(180deg,#ffffffeb,#fffc),radial-gradient(circle at top left,rgba(31,95,67,.08),transparent 48%);box-shadow:0 10px 20px #1d211f0d}.sleep-chart-card__header{display:grid;gap:2px;padding-bottom:8px}.sleep-chart-card__header h3{margin:0;color:#17201b;font-size:.94rem}.sleep-chart-card__meta,.sleep-history-week__label{margin:0;color:#53645b;font-size:.76rem;font-weight:700}.sleep-chart-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:100%;margin-bottom:8px;padding:4px;border:1px solid rgba(29,33,31,.08);border-radius:10px;background:#1d211f0d}.sleep-chart-tabs button{min-height:34px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#68766f;font-size:.76rem;font-weight:760}.sleep-chart-tabs button.selected{background:#fff;color:#1f5f43;box-shadow:0 1px 4px #1d211f1f}.sleep-chart-empty{display:grid;place-items:center;min-height:272px;color:#6a7570;font-size:.92rem;text-align:center}.sleep-section-header{margin-top:16px}.sleep-section-header h2{margin:8px 0 0;color:#17201b;font-size:1.2rem;line-height:1.1}.sleep-history__list{display:grid;gap:10px}.sleep-surface--history{margin-top:0}.sleep-week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-top:10px}.sleep-week-cell{display:grid;align-content:start;justify-items:center;gap:2px;min-height:96px;padding:10px 4px 8px;border:1px solid rgba(29,33,31,.08);border-radius:10px;background:#ffffffc7;color:#334039;text-align:center;box-shadow:inset 0 -1px #1d211f0a}.sleep-week-cell.is-today{border-color:#1f5f4357;box-shadow:inset 0 0 0 1px #1f5f432e,0 6px 14px #1f5f431a}.sleep-week-cell--good{background:linear-gradient(180deg,#e5f2eafa,#d5ecdbeb)}.sleep-week-cell--ok{background:linear-gradient(180deg,#f8eed7fa,#f3e5bff0)}.sleep-week-cell--bad{background:linear-gradient(180deg,#f8e5dffa,#f2d5caf0)}.sleep-week-cell--future{background:#eff2edd1;color:#7a857f}.sleep-week-cell:disabled{cursor:default}.sleep-week-cell__weekday{color:#53645b;font-size:.66rem;font-weight:760;text-transform:uppercase}.sleep-week-cell__day{color:#17201b;font-size:1.08rem;font-weight:820;line-height:1;padding-bottom:1px}.sleep-week-cell__rating,.sleep-week-cell__emojis{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.sleep-week-cell__rating{color:#17201b;font-size:.74rem;font-weight:780;text-transform:uppercase}.sleep-week-cell__emojis{color:#53645b;font-size:.68rem;line-height:1.2}.sleep-record-today{margin-top:10px}.sleep-rating-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:4px;border:1px solid rgba(29,33,31,.1);border-radius:10px;background:#f4f7f4f2}.sleep-rating-button{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:#53645b;text-align:center}.sleep-rating-button.selected{background:#fff;color:#17201b;box-shadow:0 1px 3px #1d211f14,0 0 0 1px #1f5f4324}.sleep-rating-button__label{display:inline-flex;align-items:center;gap:6px;justify-content:center;font-size:.84rem;font-weight:800}.sleep-chip-list{display:flex;flex-wrap:wrap;gap:8px}.sleep-chip-list__empty{margin:0;color:#6a7570;font-size:.88rem}.sleep-chip{display:inline-flex;align-items:center;gap:6px;min-height:26px;padding:0 6px 0 10px;border-radius:999px;background:#1f5f431a;color:#1f5f43;font-size:.78rem;font-weight:700}.sleep-chip__remove{display:inline-grid;place-items:center;width:18px;height:18px;border:0;border-radius:999px;background:#1f5f4324;color:#1f5f43}.sleep-chip-editor{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.sleep-chip-editor .secondary-button{width:auto}.sleep-loadmore-area{padding-top:10px}.life-feed-toolbar{position:sticky;top:0;z-index:32;margin-top:8px;padding-top:6px;background:linear-gradient(180deg,#f7f4eefa,#f7f4eee6 72%,#f7f4ee00)}.life-feed-subnav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:6px;border:1px solid rgba(29,33,31,.08);border-radius:20px;background:#ffffffbd;box-shadow:0 12px 30px #1d211f14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.life-feed-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 12px;border:0;border-radius:14px;background:transparent;color:#53645b;font-weight:760}.life-feed-chip.selected{background:#fff;color:#1f5f43;box-shadow:0 1px 2px #1d211f1a}.life-feed-chip--disabled{color:#7a857f;opacity:.86}.life-feed-chip__soon{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#1d211f14;color:#53645b;font-size:.72rem;font-weight:780;text-transform:uppercase}.life-search-panel{position:absolute;top:calc(100% + 10px);right:0;left:0;display:grid;gap:14px;padding:18px;border:1px solid rgba(29,33,31,.08);border-radius:24px;background:#f7f4eefa;box-shadow:0 24px 56px #1318162e}.life-search-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.life-search-panel__dismiss{display:inline-grid;place-items:center;width:40px;height:40px;border:0;border-radius:12px;background:#1d211f0f;color:#53645b}.life-search-panel__error{margin-top:0}.life-search-form{display:grid;gap:14px}.life-search-form label{display:grid;gap:8px;color:#334039;font-size:.9rem;font-weight:700}.life-search-form input,.life-search-form select{width:100%;min-height:48px;padding:0 13px;border:1px solid rgba(29,33,31,.16);border-radius:12px;background:#ffffffdb;color:#17201b;outline:none}.life-search-form input:focus,.life-search-form select:focus{border-color:#3f7f5f;box-shadow:0 0 0 3px #3f7f5f24}.life-search-panel__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.life-search-panel__actions .primary-button,.life-search-panel__actions .secondary-button{margin-top:0}.life-search-scrim{position:fixed;inset:0 0 var(--app-tabbar-height) 0;z-index:31;background:#1318161f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.life-feed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1px;column-gap:4px;row-gap:0;margin-top:8px}.life-feed-grid>*{align-self:start}.life-add-tile,.life-feed-card{overflow:hidden;border:1px solid rgba(29,33,31,.08);border-radius:6px;text-decoration:none;box-shadow:0 10px 20px #1d211f0d}.life-add-tile{display:flex;align-items:center;gap:10px;padding:18px;background:linear-gradient(180deg,#1f5f4314,#1f5f4333),radial-gradient(circle at top left,rgba(31,95,67,.22),transparent 44%),#edf2ec;color:#17201b}.life-add-tile__icon{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#1f5f43;color:#fff}.life-add-tile__title,.life-feed-card__title,.life-feed-card__duration,.life-feed-card__name,.life-feed-card__meta,.life-detail-duration,.life-detail-identity__name,.life-detail-identity__meta,.life-detail-emoji,.life-detail-meta-item__label,.life-detail-meta-item__value,.life-detail-copy-block__label,.life-detail-copy-block__value{margin:0}.life-add-tile__title{font-size:1rem;font-weight:700}.life-feed-card{display:grid;grid-template-rows:auto 1fr;background:#ffffffd6;color:inherit}.life-feed-card__media{background:#1d211f0a}.life-feed-card__image,.life-detail-hero__image,.life-detail-hero__fallback{width:100%;height:100%}.life-feed-card__image,.life-detail-hero__image{display:block;object-fit:cover}.life-detail-hero__fallback{display:block}.life-feed-card__title{min-width:0;font-size:.92rem;font-weight:600;line-height:1.25;color:#17201b;overflow-wrap:anywhere}.life-feed-card__divider{height:1px;background:#1d211f1f;margin-bottom:2px}.life-feed-card__tutor,.life-feed-card__type,.life-feed-card__duration,.life-detail-duration{display:inline-flex;align-items:center;white-space:nowrap;min-width:0}.life-feed-card__tutor,.life-feed-card__type--strong{font-weight:700}.life-feed-card__type{font-weight:500;overflow:hidden;text-overflow:ellipsis}.life-feed-card__duration{font-weight:500;color:#33423b}.life-feed-card__dot{margin:0 2px;color:#53645bb3}.life-feed-card__body{display:grid;gap:5px;padding:10px 8px 5px}.life-feed-card__row{display:block;margin:0;min-width:0}.life-feed-card__row--primary{color:#17201b;font-size:.8rem;line-height:1.35;overflow-wrap:anywhere}.life-feed-card__details{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;column-gap:8px;row-gap:2px}.life-feed-card__identity{grid-row:1 / span 2}.life-feed-card__identity .life-avatar{width:34px;height:34px;border-radius:12px;font-size:1rem}.life-feed-card__meta{color:#53645b;font-size:.76rem;line-height:1.25;overflow-wrap:anywhere}.life-feed-sentinel{height:1px}.life-feed-status,.life-detail-content{margin-top:16px}.life-detail-hero{margin-top:18px;overflow:hidden;border:1px solid rgba(29,33,31,.08);border-radius:28px;background:#1d211f14;box-shadow:0 16px 38px #1d211f14}.life-detail-hero__image,.life-detail-hero__fallback{min-height:300px}.life-detail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.life-detail-heading h2{margin:8px 0 0;font-size:clamp(1.9rem,9vw,3rem);line-height:1.02}.life-detail-identity{display:flex;align-items:center;gap:14px;padding:16px;border-radius:22px;background:#ffffffc2;box-shadow:inset 0 0 0 1px #1d211f0f}.life-detail-identity__copy{min-width:0;flex:1}.life-detail-identity__name{color:#17201b;font-size:1.05rem;font-weight:780}.life-detail-identity__meta{margin-top:4px;color:#53645b;font-size:.9rem}.life-detail-emoji{font-size:1.7rem;line-height:1}.life-detail-meta-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.life-detail-meta-item{display:grid;gap:6px;padding:12px 14px;border:1px solid rgba(29,33,31,.08);border-radius:18px;background:#ffffffc2}.life-detail-meta-item__label,.life-detail-copy-block__label{color:#53645b;font-size:.76rem;font-weight:700;text-transform:uppercase}.life-detail-meta-item__value,.life-detail-copy-block__value{color:#17201b;line-height:1.5}.life-detail-copy-block{display:grid;gap:10px;padding:16px;border-radius:22px;background:#ffffffc7;box-shadow:inset 0 0 0 1px #1d211f0f}.life-detail-actions{margin-top:8px}.life-dashboard-panel{padding-bottom:8px}.life-dashboard-header{align-items:flex-start;justify-content:flex-start;margin-bottom:2px}.life-dashboard-header__main{display:flex;align-items:flex-start;gap:10px;margin-top:10px}.life-dashboard-heading{display:grid;gap:2px;min-width:0}.life-dashboard-heading h1{margin:0;color:#17201b;font-size:1.18rem;font-weight:760;line-height:1.1}.life-dashboard-heading p{margin:0;color:#53645b;font-size:.76rem;font-weight:700}.life-dashboard-back,.life-dashboard-overlay__close,.life-dashboard-card__expand{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;font-weight:760}.life-dashboard-back,.life-dashboard-overlay__close{min-height:34px;padding:0 11px;border-radius:999px;background:#1d211f0f;color:#27342f}.life-dashboard-range{width:100%;padding:0}.life-dashboard-range__control{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:4px;padding:4px;border:1px solid rgba(29,33,31,.08);border-radius:10px;background:#ffffffc2;box-shadow:0 8px 18px #1d211f0d}.life-dashboard-range__control button{min-height:36px;padding:0 9px;border:0;border-radius:8px;background:transparent;color:#53645b;font-size:.8rem;font-weight:760;line-height:1.2}.life-dashboard-range__control button.selected{background:#fff;color:#1f5f43;box-shadow:0 1px 2px #1d211f1a}.life-dashboard-stack{display:grid;gap:12px;margin-top:14px}.life-dashboard-card{display:grid;gap:10px;padding:12px;border:1px solid rgba(29,33,31,.08);border-radius:10px;background:linear-gradient(180deg,#ffffffe0,#ffffffbd),radial-gradient(circle at top left,rgba(31,95,67,.08),transparent 42%);box-shadow:0 10px 20px #1d211f0d}.life-dashboard-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.life-dashboard-card__header h2,.life-dashboard-overlay__header h2{margin:6px 0 0;color:#17201b;font-size:1.08rem;font-weight:720;line-height:1.1}.life-dashboard-card__summary{margin:4px 0 0;color:#53645b;font-size:.78rem;font-weight:700;line-height:1.35}.life-dashboard-card__summary--overlay{margin-top:0}.life-dashboard-card__expand{width:32px;height:32px;border-radius:8px;background:#1d211f0f;color:#53645b;flex-shrink:0}.life-dashboard-card__expand:disabled{color:#97a39c}.life-dashboard-card__body{min-width:0}.life-dashboard-empty{display:grid;place-items:center;min-height:152px;padding:16px 12px;border:1px dashed rgba(29,33,31,.14);border-radius:10px;background:#ffffff85;color:#53645b;text-align:center}.life-dashboard-empty p{margin:0;line-height:1.5}.life-dashboard-calendar{display:grid;gap:10px}.life-dashboard-calendar-accordion__toggle{display:flex;width:100%;min-height:32px;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;color:#17201b;cursor:pointer;font:inherit;text-align:left}.life-dashboard-calendar-accordion__toggle-label{display:inline-flex;align-items:center;gap:8px}.life-dashboard-calendar-accordion__toggle h2{margin:0;font-size:1rem;font-weight:720;line-height:1.1}.life-dashboard-calendar-accordion__toggle>svg{flex:0 0 auto;transition:transform .16s ease}.life-dashboard-calendar-accordion__toggle>svg.is-expanded{transform:rotate(90deg)}.life-dashboard-calendar-accordion__content{display:grid;gap:10px}.life-dashboard-calendar-filter-row{display:flex;justify-content:flex-start}.life-dashboard-month{display:grid;gap:8px}.life-dashboard-calendar-filter{display:inline-flex;flex-shrink:0;padding:2px;border-radius:8px;background:#1d211f0f}.life-dashboard-calendar-filter button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:28px;padding:0 8px;border:0;border-radius:6px;background:transparent;color:#68766f;font-size:.68rem;font-weight:760}.life-dashboard-calendar-filter button.selected{background:#fff;color:#1f5f43;box-shadow:0 1px 4px #1d211f1f}.life-dashboard-word-cloud,.life-dashboard-type-chart{display:grid;gap:8px}.life-dashboard-word-cloud-filter,.life-dashboard-type-filter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:100%;padding:4px;border:1px solid rgba(29,33,31,.08);border-radius:10px;background:#1d211f0d}.life-dashboard-word-cloud-filter button,.life-dashboard-type-filter button{min-height:34px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#68766f;font-size:.76rem;font-weight:760}.life-dashboard-word-cloud-filter button.selected,.life-dashboard-type-filter button.selected{background:#fff;color:#1f5f43;box-shadow:0 1px 4px #1d211f1f}.life-dashboard-month__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.life-dashboard-month__header h3{margin:0;color:#17201b;font-size:.92rem;font-weight:760;text-align:center;flex:1}.life-dashboard-month__nav{display:inline-grid;place-items:center;width:30px;height:30px;border:0;border-radius:8px;background:#1d211f0f;color:#53645b;flex-shrink:0}.life-dashboard-month__nav:disabled{color:#a4ada8;background:#1d211f0a}.life-dashboard-month__weekdays,.life-dashboard-month__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0}.life-dashboard-month__weekdays{border:1px solid rgba(29,33,31,.08);border-bottom:0;border-radius:10px 10px 0 0;overflow:hidden;background:#ffffffc7}.life-dashboard-month__weekdays span{padding:6px 4px;border-right:1px solid rgba(29,33,31,.08);color:#7a857f;font-size:.66rem;font-weight:700;text-align:center;text-transform:uppercase}.life-dashboard-month__weekdays span:nth-child(7n){border-right:0}.life-dashboard-month__grid{border:1px solid rgba(29,33,31,.08);border-radius:0 0 10px 10px;overflow:hidden;background:#fcfbf7db}.life-dashboard-day{display:grid;grid-template-rows:auto minmax(48px,1fr);gap:4px;min-height:90px;padding:7px 6px 6px;box-shadow:inset -1px -1px #1d211f14,inset 0 0 0 1px #ffffff26;background:#ffffff94}.life-dashboard-day--placeholder{background:#f8f7f3b8}.life-dashboard-day--has-data{background:linear-gradient(180deg,#fffffff0,#f8fbf8d6),radial-gradient(circle at top left,rgba(31,95,67,.07),transparent 44%);box-shadow:inset -1px -1px #1d211f14,inset 0 0 0 1px #ffffff47}.life-dashboard-day__topline{display:flex;align-items:flex-start;justify-content:flex-start;gap:6px}.life-dashboard-day__number{color:#17201b;font-size:.8rem;font-weight:780}.life-dashboard-day__avatars{display:grid;grid-template-columns:repeat(2,minmax(0,24px));grid-template-rows:repeat(2,24px);justify-content:start;align-content:end;align-self:end;row-gap:0;height:48px}.life-dashboard-day__avatar{width:24px;height:24px}.life-dashboard-day__avatar--top-left,.life-dashboard-day__avatar--bottom-left{z-index:2}.life-dashboard-day__avatar--top-left{grid-column:1;grid-row:1}.life-dashboard-day__avatar--bottom-left{grid-column:1;grid-row:2}.life-dashboard-day__avatar--top-right{grid-column:2;grid-row:1;justify-self:start;margin-left:-6px;z-index:1}.life-dashboard-day__avatar .life-avatar{width:24px;height:24px;border-radius:8px;font-size:.8rem}.life-dashboard-day__overflow{display:inline-flex;align-items:center;justify-content:center;grid-column:2;grid-row:2;justify-self:start;min-width:24px;height:24px;margin-left:-6px;padding:0 4px;border-radius:8px;border:1px solid rgba(29,33,31,.08);background:#f2f3f0f5;color:#43514a;font-size:.68rem;font-weight:760;z-index:1}.life-dashboard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;padding:max(16px,env(safe-area-inset-top)) 12px calc(max(12px,env(safe-area-inset-bottom)) + var(--app-tabbar-height)) 12px;background:#1318166b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.life-dashboard-overlay__panel{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:12px;min-height:0;padding:16px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:linear-gradient(180deg,#f7f4eefa,#f4f7f2f5),radial-gradient(circle at top left,rgba(31,95,67,.12),transparent 46%);box-shadow:0 30px 80px #13181647}.life-dashboard-overlay__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.life-dashboard-overlay__body{min-height:0;overflow-y:auto;padding-right:2px}.growth-panel{padding-bottom:12px}.growth-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:8px;margin-top:18px}.growth-add-tile{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:12px;border:1px solid rgba(29,33,31,.08);border-radius:8px;background:linear-gradient(180deg,#1f5f4314,#1f5f432e),radial-gradient(circle at top left,rgba(31,95,67,.22),transparent 44%),#edf2ec;box-shadow:0 14px 32px #1d211f14;color:#17201b;text-decoration:none}.growth-project-card{position:relative;overflow:hidden;border:1px solid rgba(29,33,31,.08);border-radius:8px;background:linear-gradient(180deg,#ffffffe0,#ffffffc7),radial-gradient(circle at top left,rgba(31,95,67,.08),transparent 42%);box-shadow:0 14px 32px #1d211f14}.growth-project-card__body{display:grid;gap:6px;padding:9px 16px;color:inherit;text-decoration:none}.growth-project-card__header,.growth-progress-card__header,.growth-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.growth-project-card__header>div,.growth-progress-card__header>div,.growth-hero__copy{min-width:0;flex:1}.growth-project-heading{display:flex;align-items:stretch;gap:10px;min-width:0}.growth-project-heading__copy{min-width:0;flex:1}.growth-project-theme-emoji{display:inline-flex;align-items:center;align-self:stretch;flex:0 0 auto;font-size:2rem;line-height:1}.growth-project-heading--detail{flex:1;gap:12px}.growth-project-theme-emoji--detail{font-size:2.65rem}.growth-project-heading--preview{gap:12px}.growth-project-theme-emoji--preview{font-size:2.35rem}.growth-project-card__header h2,.growth-hero__copy h2,.growth-surface h2{margin:6px 0 0;color:#17201b;font-size:1.45rem;line-height:1.1}.growth-project-card__eyebrow,.growth-summary-card__label,.growth-surface__meta,.growth-progress-card__date,.growth-heatmap__legend,.growth-tag-editor__empty{margin:0;color:#53645b;font-size:.78rem;font-weight:720}.growth-project-card__title{margin:4px 0;font-size:1rem;font-weight:650}.growth-project-card__hours,.growth-progress-card__duration{margin:0;color:#1f5f43;font-size:.8rem;font-weight:800;white-space:nowrap}.growth-progress-card__content{margin:0;color:#48534d;line-height:1.5}.growth-card-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:0;background:transparent;color:#53645b;flex-shrink:0}.growth-project-card>.growth-card-action{position:absolute;top:14px;right:14px}.growth-card-action--hero{margin-top:2px}.growth-tag-list,.growth-tag-editor__chips{display:flex;flex-wrap:wrap;gap:8px}.growth-tag{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:0 10px;border-radius:999px;background:#1f5f431a;color:#1f5f43;font-size:.72rem;font-weight:700}.growth-tag-list--card,.growth-tag-list--hero,.growth-tag-list--preview{margin-top:2px}.growth-tag--editable{padding-right:6px}.growth-tag__remove{display:inline-grid;place-items:center;width:22px;height:22px;border:0;border-radius:999px;background:#1f5f431f;color:#1f5f43}.growth-sheet-actions{display:grid;gap:4px}.growth-action-sheet{border:1px solid rgba(29,33,31,.08);border-radius:14px;box-shadow:0 16px 42px #13181633}.growth-action-sheet .sheet-panel__header{padding:12px 14px 9px;border-bottom:1px solid rgba(29,33,31,.07)}.growth-action-sheet .sheet-panel__body{padding:5px 8px 8px}.growth-action-sheet.sheet-panel--compact .sheet-panel__body{padding-bottom:8px}.growth-action-sheet .life-sheet__eyebrow{font-size:.64rem;letter-spacing:.05em}.growth-action-sheet .sheet-panel__header h2{margin-top:4px;overflow:hidden;font-size:.95rem;font-weight:720;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.growth-sheet-action{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:40px;padding:4px 8px;border:0;border-radius:8px;background:transparent;color:#27342f;font:inherit;font-size:.82rem;font-weight:680;text-align:left;text-decoration:none}.growth-sheet-action:active{background:#1d211f12}.growth-sheet-action__icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#1f5f4317;color:#1f5f43}.growth-sheet-action__chevron{color:#89928d}.growth-sheet-action--danger{color:#7b3924}.growth-sheet-action--danger .growth-sheet-action__icon{background:#8e422817;color:#8e4228}.growth-delete-sheet .sheet-panel__body{padding:10px 14px 12px}.growth-delete-sheet .life-delete-copy{margin-top:0;font-size:.8rem;line-height:1.4}.growth-delete-sheet .sheet-panel__footer{padding:8px 14px max(12px,env(safe-area-inset-bottom))}.growth-delete-sheet .sheet-actions{gap:8px}.growth-delete-sheet .secondary-button,.growth-delete-sheet .destructive-button{min-height:38px;padding-inline:10px;font-size:.78rem}.growth-back-button{margin-top:0}.growth-detail-hero{display:grid;gap:8px;margin-top:8px}.growth-hero__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.growth-hero{margin-top:0;padding:2px 2px 0}.growth-hero__copy{min-width:0}[data-page-id=growth-project-detail] .growth-surface,[data-page-id=growth-project-detail] .growth-progress-card{border-radius:10px;box-shadow:0 10px 20px #1d211f0d}.growth-summary-card,.growth-surface,.growth-progress-card,.growth-project-preview{border:1px solid rgba(29,33,31,.08);border-radius:24px;background:#fffc;box-shadow:0 14px 32px #1d211f14}.growth-summary-card{display:flex;align-items:baseline;gap:8px;flex:1 1 0;min-width:0;padding:12px 14px}.growth-summary-card__value,.growth-project-preview__title{margin:0;color:#17201b;font-size:1.2rem;font-weight:820}.growth-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.growth-tag-list--detail{gap:6px}.growth-tag-list--detail .growth-tag{min-height:22px;padding:0 8px;font-size:.68rem}.growth-surface{display:grid;gap:12px;margin-top:14px;padding:12px;background:linear-gradient(180deg,#ffffffe0,#ffffffc2),radial-gradient(circle at top left,rgba(31,95,67,.08),transparent 42%)}.growth-surface__header{margin-top:0;align-items:baseline}.growth-heatmap h2{font-size:1rem}.growth-heatmap__toggle{display:flex;width:100%;min-height:32px;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;color:#17201b;cursor:pointer;font:inherit;text-align:left}.growth-heatmap__toggle-label{display:inline-flex;align-items:center;gap:8px}.growth-heatmap__toggle h2{margin:0}.growth-heatmap__toggle>svg{flex:0 0 auto;transition:transform .16s ease}.growth-heatmap__toggle>svg.is-expanded{transform:rotate(90deg)}.growth-heatmap__content{display:grid;gap:12px}.growth-heatmap__weekday-row,.growth-heatmap__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.growth-heatmap__weekday-row span{color:#7a857f;font-size:.72rem;font-weight:760;text-align:center;text-transform:uppercase}.growth-heatmap__cell{aspect-ratio:1;min-height:28px;border-radius:10px;background:#1d211f0f}.growth-heatmap__cell--1{background:#3f7f5f33}.growth-heatmap__cell--2{background:#3f7f5f61}.growth-heatmap__cell--3{background:#1f5f438f}.growth-heatmap__cell--4{background:#1f5f43}.growth-heatmap__cell.is-future{box-shadow:inset 0 0 0 1px #1d211f14;opacity:.46}.growth-heatmap__legend{display:flex;align-items:center;justify-content:flex-end;gap:10px}.growth-heatmap__legend-scale{display:inline-grid;grid-template-columns:repeat(5,14px);gap:6px}.growth-heatmap__legend-scale .growth-heatmap__cell{min-height:14px;border-radius:6px}.growth-progress-section{margin-top:16px}.growth-progress-section h2{font-size:1.18rem;font-weight:700}.growth-progress-section__header{align-items:center;margin-top:0}.growth-progress-list{display:grid;gap:10px;margin-top:10px}.growth-add-progress-banner{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:18px;border:1px solid rgba(29,33,31,.08);border-radius:24px;background:linear-gradient(180deg,#1f5f4314,#1f5f4329),radial-gradient(circle at top left,rgba(31,95,67,.22),transparent 42%),#edf2ec;box-shadow:0 14px 32px #1d211f14;color:#17201b;text-decoration:none}.growth-progress-inline-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 12px;border-radius:999px;background:#e3ede6;color:#1f5f43;font-size:.82rem;font-weight:750;text-decoration:none;white-space:nowrap}.growth-progress-inline-action--empty{width:100%;margin-top:14px}.growth-progress-card{display:grid;gap:0;padding:12px}.growth-progress-card__content{color:#29342f;font-size:.92rem;line-height:1.45}.growth-progress-card__summary{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.growth-progress-card__summary p{font-size:.9rem}.growth-tag-list--detail{margin-top:0}.growth-editor-panel{width:min(100%,620px)}.growth-project-form,.growth-progress-form{margin-top:18px}.growth-tag-editor{display:grid;gap:12px}.growth-tag-editor__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.growth-tag-editor__controls input{min-width:0}.growth-tag-editor__add{width:auto;margin-top:0;white-space:nowrap}.growth-project-preview{display:grid;gap:10px;padding:16px;background:linear-gradient(180deg,#ffffffe0,#ffffffc7),radial-gradient(circle at top left,rgba(31,95,67,.08),transparent 42%)}.my-panel{width:min(100%,460px)}.my-summary,.my-section{display:grid;gap:10px}.my-detail-header{display:grid;gap:8px;margin-top:8px;margin-bottom:8px}.my-detail-back{min-height:36px;width:fit-content;margin-top:0;padding:0 10px;border:1px solid rgba(29,33,31,.08);background:#ffffffb8;font-size:.82rem;font-weight:700}.my-detail-header__copy h2{margin:6px 0 0;color:#17201b;font-size:1.28rem;line-height:1.1}.my-summary-card,.my-detail-card,.my-info-list,.my-form{padding:12px;border:1px solid rgba(29,33,31,.08);border-radius:10px;background:#fffc;box-shadow:0 10px 20px #1d211f0d}.my-summary-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.my-summary-avatar{width:64px;height:64px;overflow:hidden;border-radius:18px;background:linear-gradient(180deg,#1f5f4333,#1f5f430f),#e3ede6f0}.my-summary-avatar .my-avatar-image,.my-summary-avatar .my-avatar-fallback{width:100%;height:100%}.my-summary-copy{min-width:0}.my-summary-copy h2,.my-summary-copy p,.my-summary-copy span{margin:0}.my-summary-copy h2{color:#17201b;font-size:1.1rem;line-height:1.2}.my-summary-copy__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:3px;color:#53645b;font-size:.82rem}.my-summary-copy__status{display:block;margin-top:6px;color:#53645b;font-size:.78rem}.my-entry-list{display:grid;overflow:hidden;border:1px solid rgba(29,33,31,.08);border-radius:10px;background:#fffc;box-shadow:0 10px 20px #1d211f0d}.my-entry-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:52px;padding:10px 12px;border-bottom:1px solid rgba(29,33,31,.08);color:#17201b;text-decoration:none}.my-entry-row:last-child{border-bottom:0}.my-entry-copy{display:grid;gap:2px;min-width:0}.my-entry-label{min-width:0;font-size:.92rem;font-weight:700}.my-entry-value{color:#53645b;font-size:.78rem;line-height:1.25}.my-entry-row svg{flex:none;color:#6b7a72}.my-section{margin-top:24px}.my-profile-grid{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:16px;align-items:start}.my-avatar-card{display:grid;gap:10px}.my-avatar-frame{width:min(100%,180px);aspect-ratio:1;overflow:hidden;border-radius:12px;background:linear-gradient(180deg,#1f5f4333,#1f5f430f),#e3ede6f0}.my-avatar-image,.my-avatar-fallback{width:100%;height:100%}.my-avatar-image{display:block;object-fit:cover}.my-avatar-fallback{display:grid;place-items:center;color:#1f5f43;font-size:clamp(2.3rem,8vw,3.2rem);font-weight:800}.my-avatar-caption,.my-inline-copy{margin:0;color:#53645b;font-size:.82rem;line-height:1.35}.my-avatar-actions{display:grid;gap:8px}.my-file-button{position:relative;overflow:hidden;cursor:pointer}.my-file-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.my-form{margin-top:0}.my-static-value{display:grid;align-items:center;min-height:42px;padding:0 13px;border:1px solid rgba(29,33,31,.12);border-radius:10px;background:#1d211f0d;color:#334039}.life-chip-picker{display:flex;flex-wrap:wrap;gap:10px}.life-chip-picker__option{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:8px 12px;border:1px solid rgba(29,33,31,.12);border-radius:999px;background:#ffffffc7;color:#334039;font-weight:700}.life-chip-picker__option.selected{border-color:#1f5f436b;background:#1f5f431f;box-shadow:0 0 0 2px #1f5f4324;color:#1f5f43}.life-chip-picker__option .life-avatar{--life-avatar-symbol-size: 1rem;width:28px;height:28px;min-width:28px;font-size:1rem}.life-chip-picker__empty-avatar{display:inline-block;width:28px;height:28px;min-width:28px;border-radius:999px;border:1px dashed rgba(29,33,31,.18);background:#1d211f0a}.my-actions{grid-template-columns:minmax(0,1fr);justify-content:stretch}.my-actions .primary-button,.my-actions .secondary-button,.my-actions .destructive-button{width:100%;margin-top:0}.my-week-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.my-week-grid button{display:grid;gap:2px;min-height:62px;padding:10px;border:1px solid rgba(29,33,31,.12);border-radius:10px;background:#ffffffd1;color:#29342f;text-align:left}.my-week-grid button.selected{border-color:#1f5f4357;background:#e3ede6f0;color:#1f5f43;box-shadow:0 0 0 2px #1f5f4314}.my-week-grid button span{font-weight:750;font-size:.88rem}.my-week-grid button small{color:#53645b;font-size:.74rem}.my-info-list{display:grid;gap:8px}.my-info-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid rgba(29,33,31,.08);color:#334039;font-size:.88rem}.my-info-row:last-child{padding-bottom:0;border-bottom:0}.my-info-row strong{color:#17201b;text-align:right}.my-logout-button{width:100%;margin-top:8px;min-height:40px;font-size:.9rem}@media (max-width: 420px){.life-header{flex-direction:column}.life-header__button{width:100%}.life-inline-label{align-items:flex-start;flex-direction:column}.life-inline-label--compact{align-items:center;flex-direction:row}.life-image-actions{grid-template-columns:minmax(0,1fr)}.life-detail-heading{flex-direction:column}.life-detail-meta-list{grid-template-columns:minmax(0,1fr)}.life-dashboard-card,.life-dashboard-overlay__panel{padding:12px}.life-dashboard-month__weekdays span{font-size:.66rem}.life-dashboard-day{min-height:84px;padding:6px 5px 5px}.growth-project-grid,.growth-tag-editor__controls,.my-profile-grid,.my-week-grid,.growth-add-progress-banner{grid-template-columns:minmax(0,1fr)}.growth-heatmap__weekday-row span{font-size:.66rem}}
