*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;background:#0e0e12}body{height:100%;margin:0;overflow:hidden;background:#0e0e12;color:#fff;font-family:Porsche Next,Arial Narrow,Arial,Heiti SC,SimHei,sans-serif;overscroll-behavior:none}#root{height:100%}input,textarea,select,button{font-size:16px;font-family:inherit}body.sheet-open .app-shell-content{overflow:hidden}.home-container{max-width:480px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.home-header{display:flex;align-items:center;justify-content:space-between}.home-online{display:flex;gap:.375rem}.home-online-avatar{width:32px;height:32px;border-radius:50%;background:#2a2a2e;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#6b6b75;overflow:hidden;opacity:.4}.home-online-avatar--active{opacity:1;box-shadow:0 0 0 2px #4caf50}.home-online-avatar img{width:100%;height:100%;object-fit:cover}.home-empty{padding:2rem 0}.home-summary{background:#1a1a1f;border:1px solid #2a2a2e;border-radius:12px;padding:1rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.home-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;text-align:center}.home-summary-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.home-summary-icon{font-size:1.25rem}.home-summary-value{font-size:1.5rem;font-weight:700}.home-summary-label{font-size:.75rem;color:#6b6b75}.home-tiles{display:flex;flex-direction:column;gap:.75rem}.home-tile{display:flex;align-items:center;gap:1rem;padding:1rem;background:#1a1a1f;border:1px solid #2a2a2e;border-radius:12px;cursor:pointer;-webkit-tap-highlight-color:transparent}.home-tile-icon{font-size:1.75rem;flex-shrink:0}.home-tile-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.home-tasks{background:#1a1a1f;border:1px solid #2a2a2e;border-radius:12px;padding:1rem}.home-tasks-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.home-tasks-viewall{background:none;border:none;color:#3b82f6;font-size:.8125rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.home-task-item{display:flex;align-items:center;gap:.625rem;padding:.5rem 0}.home-task-item+.home-task-item{border-top:1px solid #2a2a2e}.home-task-check{width:22px;height:22px;border-radius:50%;border:2px solid #6b6b75;background:transparent;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}.home-task-check:active{border-color:#22c55e;background:#22c55e}.home-task-title{flex:1;font-size:.875rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-task-due{font-size:.75rem;color:#6b6b75;flex-shrink:0}.home-task-due--overdue{color:#ef4444;font-weight:600}.home-version{text-align:right;font-size:.6875rem;color:#4a4a52}.xp-modal-overlay{position:absolute;inset:0;z-index:1000;background:#0f172a00;display:flex;align-items:stretch;justify-content:center;overscroll-behavior:none;transition:background .3s ease}.xp-modal-overlay--visible{background:#0f172a57}.xp-modal-sheet{width:100%;height:100%;background:#0e0e12;display:flex;flex-direction:column;box-shadow:0 24px 60px #0f172a2e;will-change:transform}.xp-modal-header{padding:calc(env(safe-area-inset-top) + .5rem) 1rem .75rem;display:flex;justify-content:space-between;align-items:center;position:relative;flex-wrap:wrap;row-gap:.5rem;background:#0e0e12;touch-action:none}.xp-modal-drag-handle{width:3rem;height:.3125rem;border-radius:999px;background:#0f172a2e;margin:0 auto;flex-basis:100%}.xp-modal-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#0e0e12;color:#fff;padding:0 1rem 4rem;overscroll-behavior-y:contain}.xp-modal-delete-btn{background:none;border:none;color:#ef4444;font-size:1.125rem;cursor:pointer;padding:.25rem;-webkit-tap-highlight-color:transparent;opacity:.7}.xp-modal-delete-btn:active{opacity:1}@media(min-width:768px){.xp-modal-sheet{height:100%;border-radius:0}}.xchart-container{display:flex;flex-direction:column;gap:.375rem}.xchart-wrapper{position:relative;display:flex}.xchart-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;min-width:0}.xchart-scroll::-webkit-scrollbar{display:none}.xchart-yaxis{flex-shrink:0;border-left:1px solid #2a2a2e}.xchart-axis-text{font-size:8px;fill:#6b6b75;font-family:inherit}.xchart-axis-dim{fill:#3a3a40}.xchart-legend{display:flex;justify-content:center;gap:.75rem;padding:.125rem 0}.xchart-legend-item{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:#8e8e93}.xchart-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.xchart-empty{font-size:.75rem;color:#6b6b75;text-align:center}.dog-section{display:flex;flex-direction:column;gap:.75rem}.dog-section-header{display:flex;align-items:center;gap:.5rem}.dog-section-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.dog-section-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:#2a2a2e;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}.dog-section-actions{display:flex;gap:.5rem;margin-left:auto;flex-shrink:0}.dog-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;width:52px;height:48px;background:#1a1a1f;border:1px solid #2a2a2e;border-radius:8px;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s}.dog-action-btn:active{background:#2a2a2e}.dog-action-btn:disabled{opacity:.5;pointer-events:none}.dog-action-emoji{font-size:1.25rem;line-height:1}.dog-action-label{font-size:.625rem;font-weight:600;white-space:nowrap}.dog-section-log-header{display:flex;align-items:center;gap:.5rem}.dog-section-log-header>:last-child{margin-left:auto}.dog-section-log-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.dog-section-log-entry{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.dog-section-view-all{background:none;border:none;color:#6b6b75;font-size:.8125rem;cursor:pointer;-webkit-tap-highlight-color:transparent;padding:0;flex-shrink:0}.dog-section-load-more{width:100%;padding:.5rem;background:none;border:1px solid #2a2a2e;border-radius:8px;color:#6b6b75;font-size:.8125rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.dog-history-content{display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem}.dog-history-group{display:flex;flex-direction:column;gap:.5rem}.dog-history-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.dog-history-entry{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.dog-history-load-more{width:100%;padding:.5rem;background:none;border:1px solid #2a2a2e;border-radius:8px;color:#6b6b75;font-size:.8125rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.dog-log-container{max-width:480px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.dog-log-empty{padding:2rem 0}.dog-log-dogs{display:flex;flex-direction:column;gap:2rem}.checklist-container{max-width:480px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.checklist-header{display:flex;justify-content:space-between;align-items:center}.checklist-add-btn{width:36px;height:36px;border-radius:50%;border:none;background:#fff;color:#0e0e12;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;align-self:center;flex-shrink:0;-webkit-tap-highlight-color:transparent}.checklist-filters{display:flex;gap:.5rem;width:max-content}.checklist-filter{padding:.375rem .75rem;border-radius:999px;border:1px solid #2a2a2e;background:transparent;color:#6b6b75;font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;-webkit-tap-highlight-color:transparent}.checklist-filter--active{background:#fff;color:#0e0e12;border-color:#fff}.checklist-empty{padding:2rem 0;text-align:center}.checklist-list{display:flex;flex-direction:column;gap:.5rem}.checklist-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:#1a1a1f;border:1px solid #2a2a2e;border-radius:12px}.checklist-checkbox{width:28px;height:28px;border-radius:50%;border:2px solid #6b6b75;background:transparent;color:#fff;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem;-webkit-tap-highlight-color:transparent}.checklist-checkbox--inProgress{border-color:#3b82f6;color:#3b82f6;font-size:.625rem}.checklist-checkbox--completed{border-color:#22c55e;background:#22c55e;color:#fff;cursor:default}.checklist-item-body{flex:1;min-width:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.checklist-item-title{font-weight:600;line-height:1.3}.checklist-done-text{text-decoration:line-through;color:#6b6b75}.checklist-item-desc{font-size:.8125rem;color:#9ca3af;margin-top:.2rem;line-height:1.35;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.checklist-item-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem;font-size:.75rem;color:#6b6b75}.checklist-due{color:#6b6b75}.checklist-due--overdue{color:#ef4444;font-weight:600}.checklist-assignee{color:#6b6b75}.checklist-status-badge{padding:.125rem .375rem;border-radius:4px;font-size:.6875rem;font-weight:600}.checklist-status-badge--backlog{background:#2a2a2e;color:#9ca3af}.checklist-status-badge--inProgress{background:#1e3a5f;color:#60a5fa}.checklist-completed-by{color:#6b6b75;font-style:italic}.checklist-delete-btn{background:none;border:none;color:#6b6b75;font-size:.875rem;cursor:pointer;padding:.25rem;-webkit-tap-highlight-color:transparent}.checklist-comment-count{color:#6b6b75;font-size:.75rem}.emoji-picker-panel{display:flex;flex-direction:column;gap:.75rem;padding:.9rem;border:1px solid #2a2a2e;border-radius:12px;background:#131318}.emoji-picker-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.emoji-picker-panel__title{display:flex;flex-direction:column;gap:.2rem;min-width:0}.emoji-picker-panel__title h3,.emoji-picker-panel__title p{margin:0}.emoji-picker-panel__close{background:none;border:none;color:#d7d7dc;font-size:1.1rem;line-height:1;padding:.1rem;cursor:pointer}.emoji-picker-panel__mount{min-height:22rem}.emoji-picker-panel__mount>.app-emoji-picker{width:100%;height:22rem;--background: #151519;--border-color: #2a2a2e;--border-radius: 12px;--border-size: 1px;--button-active-background: #2a2a2e;--button-hover-background: #212127;--category-font-color: #f6f7fb;--category-font-size: .95rem;--emoji-size: 1.45rem;--emoji-padding: .48rem;--indicator-color: #ffffff;--input-border-color: #3a3a42;--input-border-radius: 10px;--input-font-color: #ffffff;--input-placeholder-color: #9595a1;--input-padding: .45rem .55rem;--outline-color: #ffffff}@media(max-width:420px){.emoji-picker-panel__mount>.app-emoji-picker{--num-columns: 7;--emoji-size: 1.35rem;height:20rem}}.family-container{max-width:480px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.family-section-header{display:flex;align-items:center;justify-content:space-between}.family-list{display:flex;flex-direction:column;gap:.75rem}.family-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #2a2a2e;border-radius:8px}.family-card-actions{display:flex;flex-direction:column;align-items:stretch;gap:.4rem;flex-shrink:0}.family-card--clickable{cursor:pointer}.family-card-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}.family-card-avatar-placeholder{width:64px;height:64px;border-radius:50%;background:#2a2a2e;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;color:#e0e0e0;font-weight:600}.family-card-avatar-placeholder--button{border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.family-card-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.family-card-info--stretch{flex:1}.family-card-name-row{display:flex;align-items:center;gap:.5rem}.online-dot{width:8px;height:8px;border-radius:50%;background:#4caf50;flex-shrink:0}.family-form{display:flex;flex-direction:column;gap:1rem}.family-form-photo{display:flex;align-items:center;gap:1rem}.family-form-photo-preview{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}.family-form-photo-placeholder{width:64px;height:64px;border-radius:50%;background:#2a2a2e;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;cursor:pointer}.family-form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.family-invite-code{text-align:center;padding:1.5rem 0}.family-invite-code-text{font-size:2.5rem;font-weight:700;letter-spacing:.3em;color:#fff}.subpage-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;flex-shrink:0}.subpage-header__title{font-size:1.125rem;font-weight:700;color:#fff;flex:1;margin:0}.subpage-header__back,.subpage-header__action{background:none;border:none;color:#fff;font-size:1.25rem;padding:.25rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.subpage-header__back{flex-shrink:0}.subpage-header__action{min-width:1.75rem;display:flex;align-items:center;justify-content:flex-end}.subpage-header__spacer{width:1.75rem;flex-shrink:0}.baby-page{width:100%;max-width:480px;margin:0 auto}.baby-page__body{display:flex;flex-direction:column;gap:1rem;padding-top:.25rem}.baby-page__prompt{min-height:1.5rem;margin:0}.baby-page__surface{width:100%;min-height:min(60vh,28rem);border:1px solid #2a2a2e;border-radius:24px;background:#151519;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:2rem 1.5rem;-webkit-user-select:none;user-select:none;touch-action:manipulation}.baby-page__surface:focus-visible{outline:3px solid #ffd978;outline-offset:6px}.baby-page__label{font-size:1rem;letter-spacing:.28em;text-transform:uppercase;color:#ffffffb8}.baby-page__number{font-size:clamp(7rem,38vw,11rem);line-height:.9;font-weight:700;color:#fff;margin-top:.25rem}.baby-page__potatoes{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;max-width:18rem;min-height:4.5rem}.baby-page__potato{font-size:clamp(2.5rem,12vw,4rem);line-height:1}.baby-page__hint{max-width:20rem;margin-top:.25rem}.baby-page__dots{display:flex;gap:.5rem;margin-top:.5rem}.baby-page__dot{width:.8rem;height:.8rem;border-radius:999px;background:#ffffff38;transition:transform .14s ease,background .14s ease}.baby-page__dot--active{background:#fff;transform:scale(1.15)}.baby-page__quiz{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.baby-page__quiz-row{display:flex;align-items:flex-end;gap:.75rem}.baby-page__quiz-input{flex:1;display:flex;flex-direction:column;gap:.4rem}.baby-page__quiz-label{font-size:.85rem;color:#ffffffc7}.baby-page__quiz-native-input{width:100%;min-height:3rem;padding:.8rem .9rem;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:#080d18e6;color:#fff;font:inherit}.baby-page__quiz-native-input:focus{outline:2px solid #ffffff;outline-offset:2px}@media(max-width:480px){.baby-page__quiz-row{flex-direction:column;align-items:stretch}}.floating-input-shell{position:fixed;left:0;right:0;bottom:0;z-index:20;padding:0 .75rem;background:transparent;transition:padding-bottom .14s ease}.floating-input-shell--debug{background:#f59e0b47}.floating-input-safe-area-probe{position:absolute;visibility:hidden;pointer-events:none;padding-bottom:env(safe-area-inset-bottom)}.floating-input-shell-edge{position:absolute;top:0;left:0;right:0;height:3px;background:#f97316}.floating-input-debug{display:flex;flex-wrap:wrap;gap:.375rem;padding:0 .25rem .5rem}.floating-input-debug span{border-radius:999px;border:1px solid #2a2a2e;background:#1a1a1feb;color:#8f8f99;font-size:.6875rem;line-height:1;padding:.35rem .5rem}.floating-input-bar{max-width:480px;margin:0 auto;position:relative;display:flex;gap:.375rem;align-items:center;padding:.5rem .5rem .5rem .75rem;border:1px solid #3a3a42;border-radius:14px;background:#1a1a1f;box-shadow:0 1px 2px #00000024}.floating-input-bar--debug{background:#22c55e4d;box-shadow:none}.floating-input-textarea{flex:1;min-height:2.25rem;max-height:9rem;padding:.375rem .125rem 0 0;border:none;border-radius:0;background:transparent;color:#fff;font-size:16px;font-family:inherit;line-height:1.4;resize:none;outline:none}.floating-input-bar--debug .floating-input-textarea{background:transparent}.floating-input-bar--debug .floating-input-send{background:#0f766e;color:#fff}.floating-input-textarea:focus{outline:none}.floating-input-textarea:disabled{opacity:.6}.floating-input-send{width:2.25rem;height:2.25rem;border:none;border-radius:10px;background:transparent;color:#8f8f99;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.floating-input-send--active{background:#3b82f6;color:#fff}.floating-input-send:disabled{opacity:.55;cursor:default}.floating-input-test-page{display:flex;flex-direction:column;height:100%;background:#0e0e12}.floating-input-test-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;flex-shrink:0;border-bottom:1px solid #23232a;background:#111116}.floating-input-test-back{background:none;border:none;color:#fff;font-size:1.25rem;padding:.25rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.floating-input-test-title{flex:1;color:#fff;font-size:1.125rem;font-weight:700}.floating-input-test-spacer{width:1.75rem;flex-shrink:0}.floating-input-test-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding:0 1rem 12rem;background:#3b82f61f}.floating-input-test-hero{border:1px solid #f59e0b;border-radius:18px;padding:1rem;background:#f59e0b24;box-shadow:none}.floating-input-test-kicker{color:#fcd34d;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.floating-input-test-summary{margin:.75rem 0 0;color:#e5e7eb;line-height:1.5}.floating-input-test-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.floating-input-test-card{margin-top:1rem;border:1px solid #23232a;border-radius:16px;padding:1rem;background:#111116eb;color:#d1d5db;line-height:1.55}.floating-input-test-card p{margin:.5rem 0 0}.floating-input-test-card-label{color:#9ca3af;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.floating-input-test-empty{color:#6b7280}.floating-input-test-feed{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.floating-input-test-message{border-radius:14px;padding:.875rem;background:#15151b;border:1px solid #2a2a2e;color:#fff;white-space:pre-wrap;word-break:break-word}.floating-input-test-message-meta{margin-bottom:.35rem;color:#7dd3fc;font-size:.75rem;font-weight:600}.login-page{display:flex;align-items:center;justify-content:center;height:var(--real-height, 100%);background:#0e0e12;padding:24px}.login-card{display:flex;flex-direction:column;align-items:center;gap:48px}.login-logo{width:140px;height:140px;border-radius:32px;box-shadow:0 4px 40px #ffffff0f}.onboarding-page{display:flex;align-items:center;justify-content:center;height:var(--real-height, 100%);background:#0e0e12;padding:24px}.onboarding-card{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:360px;width:100%;text-align:center}.onboarding-card img{width:80px;height:80px;border-radius:20px}.onboarding-options,.onboarding-form{display:flex;flex-direction:column;gap:16px;width:100%}.onboarding-form p-text-field-wrapper{width:100%}.onboarding-form p-button{width:100%}.onboarding-back{background:none;border:none;color:#6b6b80;cursor:pointer;font-size:14px;padding:8px}.onboarding-back:hover{color:#fff}.onboarding-error{color:#e04040;font-size:14px}.member-avatar{border-radius:50%;background:#2a2a2e;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6b6b75;overflow:hidden;opacity:.4;flex-shrink:0}.member-avatar--online{opacity:1;box-shadow:0 0 0 2px #4caf50}.member-avatar img{width:100%;height:100%;object-fit:cover}.comment-section{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #2a2a2e}.comment-section-header{font-size:.875rem;font-weight:600;color:#6b6b75}.comment-empty{font-size:.8125rem;color:#4a4a52;text-align:center;padding:.5rem 0}.comment-list{display:flex;flex-direction:column;gap:.75rem}.comment-card{display:flex;gap:.625rem;align-items:flex-start}.comment-card--editing{flex-direction:column;gap:.5rem}.comment-card-body{flex:1;min-width:0}.comment-card-header{display:flex;align-items:center;gap:.375rem;margin-bottom:.125rem}.comment-author{font-size:.8125rem;font-weight:600;color:#fff}.comment-time{font-size:.75rem;color:#4a4a52}.comment-menu-wrapper{position:relative;margin-left:auto}.comment-menu-btn{background:none;border:none;color:#6b6b75;font-size:1rem;cursor:pointer;padding:0 .25rem;line-height:1;-webkit-tap-highlight-color:transparent}.comment-menu{position:absolute;right:0;top:100%;background:#1a1a1f;border:1px solid #2a2a2e;border-radius:8px;padding:.25rem 0;z-index:10;min-width:100px;box-shadow:0 4px 12px #0000004d}.comment-menu button{display:block;width:100%;padding:.5rem .75rem;background:none;border:none;color:#fff;font-size:.8125rem;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.comment-menu button:active{background:#2a2a2e}.comment-menu-delete{color:#ef4444!important}.comment-text{font-size:.875rem;color:#d1d1d6;white-space:pre-wrap;line-height:1.4;word-break:break-word}.comment-edit-textarea{width:100%;padding:.5rem .625rem;border-radius:8px;border:1px solid #3b82f6;background:#1a1a1f;color:#fff;font-size:.875rem;font-family:inherit;line-height:1.4;resize:none;outline:none}.comment-edit-actions{display:flex;gap:.5rem}.comment-edit-btn{padding:.25rem .75rem;border-radius:6px;border:none;background:#3b82f6;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.comment-edit-btn--cancel{background:#2a2a2e;color:#6b6b75}.comment-input-row{display:flex;gap:.5rem;align-items:flex-end}.comment-input{flex:1;padding:.5rem .625rem;border-radius:8px;border:1px solid #2a2a2e;background:#1a1a1f;color:#fff;font-size:16px;font-family:inherit;line-height:1.4;resize:none;outline:none;min-height:36px;max-height:120px}.comment-input:focus{border-color:#fff}.comment-send-btn{width:36px;height:36px;border-radius:50%;border:none;background:#2a2a2e;color:#6b6b75;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-tap-highlight-color:transparent}.comment-send-btn--active{background:#3b82f6;color:#fff}.comment-send-btn:disabled{opacity:.5;cursor:default}.slider{display:flex;flex-direction:column;gap:.25rem}.slider-labels{display:flex;justify-content:space-between}.slider-label{font-size:.75rem;color:#999}.slider-track-container{flex:1;padding:16px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.slider-track{position:relative;height:6px;background:#444;border-radius:3px}.slider-fill{position:absolute;left:0;top:0;height:100%;background:#fff;border-radius:3px}.slider-thumb{position:absolute;top:50%;width:28px;height:28px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px #0006}.modal-page-actions{display:flex;gap:.5rem}.modal-page-actions>*{flex:1}.modal-page-confirm-actions{display:flex;gap:.5rem}.modal-page-confirm-actions>*{flex:1;min-width:0;white-space:nowrap}.edit-activity-form{display:flex;flex-direction:column;gap:1rem}.edit-activity-type{font-size:1.125rem;font-weight:600}.edit-activity-time-input{width:100%;height:54px;padding:13px 26px;font-size:1rem;text-align:center;background:transparent;border:2px solid currentColor;border-radius:4px;color:#fff;color-scheme:dark;-webkit-appearance:none;appearance:none}.edit-activity-created-by{font-size:.8125rem;color:#6b6b75}.edit-activity-form p-segmented-control{width:100%}.edit-subpage{display:flex;flex-direction:column;height:100%;background:#0e0e12}.edit-subpage-delete{background:none;border:none;color:#fff;font-size:1.25rem;padding:.25rem;cursor:pointer;-webkit-tap-highlight-color:transparent;color:#ef4444}.edit-subpage-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding:0 1rem 1rem}.edit-task-form{display:flex;flex-direction:column;gap:1rem}.edit-task-label{display:flex;flex-direction:column;gap:.375rem;font-size:.8125rem;color:#6b6b75;font-weight:600}.edit-task-input{padding:.625rem .75rem;border-radius:8px;border:1px solid #2a2a2e;background:#1a1a1f;color:#fff;font-size:16px;color-scheme:dark;outline:none}.edit-task-input:focus{border-color:#fff}.edit-task-textarea{resize:vertical;min-height:4rem;font-family:inherit;line-height:1.4}.app-shell{height:var(--real-height, 100%);display:flex;flex-direction:column;padding-top:env(safe-area-inset-top);overflow:hidden;background:#0e0e12}.app-shell-offline-banner{background:#3a2a00;color:#f5c542;text-align:center;font-size:.75rem;font-weight:600;padding:.35rem 0;flex-shrink:0}.app-shell-content{flex:1;overflow-y:auto;overscroll-behavior:contain}.app-shell-tab-bar{display:flex;background:#0e0e12;border-top:1px solid #2a2a2e;padding-bottom:env(safe-area-inset-bottom);flex-shrink:0}.app-shell-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem 0;background:none;border:none;color:#6b6b75;cursor:pointer;-webkit-tap-highlight-color:transparent}.app-shell-tab--active{color:#fff}.app-shell-tab-icon{font-size:1.25rem;line-height:1}.app-shell-tab-label{font-size:.625rem;font-weight:600;letter-spacing:.02em}
