@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap";@font-face{font-family:Mori Handwriting;src:url(/fonts/MaShanZheng-Regular-v2.ttf)format("truetype");font-style:normal;font-weight:400;font-display:block}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#292927;--page:#f7f5f1;--surface:#fffefa;--surface-raised:#fff;--surface-muted:#f4f3f0;--surface-hover:#e7e5df;--text:#292927;--muted:#777773;--faint:#a4a49e;--line:#2929271a;--accent:#c86f4e;--accent-dark:#a95339;--accent-soft:#f5e2d8;--focus:#c86f4e;--shadow-soft:0 10px 30px #221f1b12;--shadow:0 18px 50px #221f1b1f;--radius-sm:11px;--radius-md:16px;--content-width:780px;background:#f7f5f1;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f1f0e9;--page:#1f201e;--surface:#272824;--surface-raised:#2d2e29;--surface-muted:#33342f;--surface-hover:#3a3b35;--text:#f1f0e9;--muted:#aaa9a0;--faint:#85857d;--line:#f1f0e921;--accent:#d86;--accent-dark:#efa083;--accent-soft:#4a332b;--focus:#efa083;--shadow-soft:0 10px 30px #0000002e;--shadow:0 18px 50px #00000052;background:#1f201e}*{box-sizing:border-box}html,body,#root{background:var(--surface);-webkit-text-size-adjust:100%;overscroll-behavior:none;min-width:320px;min-height:100%;margin:0}body{min-height:100dvh;font-weight:400}button,textarea,select{-webkit-font-smoothing:antialiased;font:inherit}button{cursor:pointer;border:0}button:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.app{background:var(--surface);grid-template-columns:282px minmax(0,1fr);width:100%;height:100dvh;min-height:100dvh;display:grid;overflow:hidden}.page-surface{background:var(--surface);min-width:0;height:100%;min-height:0;overflow-y:auto}.view-hidden{display:none!important}.bottom-navigation{display:none}.sidebar{background:var(--page);border-right:1px solid var(--line);min-width:0;padding:env(safe-area-inset-top) 13px env(safe-area-inset-bottom);flex-direction:column;display:flex}.sidebar-header{justify-content:space-between;align-items:center;gap:10px;min-height:76px;padding:15px 8px 12px;display:flex}.brand-lockup{align-items:center;gap:10px;min-width:0;display:flex}.brand-wordmark{color:var(--text);letter-spacing:-.055em;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:400}.brand-mark,.mark{background:var(--accent);color:#fffaf4;border-radius:12px;place-items:center;width:34px;height:34px;font:20px Georgia,serif;display:grid;box-shadow:0 5px 14px #c86f4e33}.sidebar-actions,.thread-actions{align-items:center;gap:2px;display:flex}.file-button svg{width:19px;height:19px}.icon-button{border-radius:var(--radius-sm);width:40px;height:40px;color:inherit;background:0 0;place-items:center;transition:background .2s,transform .2s,color .2s;display:grid}.icon-button:hover{background:var(--surface-hover)}.icon-button:active{transform:scale(.94)}.icon-button svg,.about svg,.send-button svg,.settings-action svg,.latest-button svg{width:18px;height:18px}.eyebrow{color:var(--muted);letter-spacing:.14em;margin:0 0 3px;font-family:DM Mono,monospace;font-size:9px;font-weight:500}.sidebar-section-label{color:var(--muted);justify-content:space-between;align-items:center;padding:14px 10px 6px;font-size:11px;font-weight:600;display:flex}.sidebar-nav{gap:0;padding:12px 4px 8px;display:grid}.sidebar-nav-item{min-height:42px;color:var(--text);text-align:left;background:0 0;border-radius:12px;align-items:center;gap:16px;padding:0 12px;font-size:15px;font-weight:400;display:flex}.sidebar-nav-item svg{stroke-width:1.7px;width:23px;height:23px}.sidebar-nav-item:hover,.sidebar-nav-item.active{background:var(--surface-hover)}.sidebar-nav-item.active{box-shadow:inset 3px 0 var(--accent)}.new-chat-link{color:var(--accent-dark);background:0 0;padding:4px 0;font-size:11px}.conversation-list{overscroll-behavior:contain;flex:1;min-height:0;padding:3px 0;overflow-y:auto}.conversation{width:100%;min-height:61px;color:inherit;text-align:left;background:0 0;border-radius:11px;align-items:center;gap:8px;padding:11px;display:flex}.conversation:hover,.conversation.selected{background:var(--surface-hover)}.conversation-copy{flex:1;min-width:0}.conversation-line{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.conversation strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.conversation time,.preview{color:var(--muted);font-size:10px}.preview{white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:11px;display:block;overflow:hidden}.unread{background:var(--accent);border-radius:50%;flex:none;width:6px;height:6px}.conversation-context-layer{z-index:30;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00000042;position:fixed;inset:0}.conversation-context-menu{background:var(--surface-raised);width:min(236px,100vw - 64px);box-shadow:var(--shadow-soft);border-radius:18px;padding:6px;position:absolute;bottom:145px;left:32px}.conversation-context-menu button{width:100%;min-height:39px;color:var(--text);text-align:left;background:0 0;border-radius:10px;align-items:center;gap:10px;padding:0 11px;font-size:13px;font-weight:400;display:flex}.conversation-context-menu button:hover{background:var(--surface-muted)}.conversation-context-menu svg{width:18px;height:18px}.conversation-context-menu .context-danger{color:#d64b4b}.conversation-context-menu .context-danger:hover{background:#fae8e8}.rename-overlay{z-index:40;width:100%;height:100%;padding:max(190px, env(safe-area-inset-top,0px) + 190px) 20px 20px;overscroll-behavior:none;touch-action:none;background:#0000003d;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0;overflow:hidden}.rename-dialog{touch-action:auto;background:var(--surface-raised);width:min(100%,320px);max-height:calc(100svh - 40px);box-shadow:var(--shadow);border-radius:22px;flex:none;padding:20px}.rename-dialog h2{margin:0 0 14px;font-size:18px;font-weight:600}.rename-dialog input{border:1px solid var(--line);background:var(--surface-muted);width:100%;min-height:46px;color:var(--text);-webkit-text-size-adjust:100%;border-radius:12px;outline:none;padding:0 12px;font-size:16px}.rename-dialog input:focus{border-color:var(--accent)}.rename-dialog>div{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.rename-dialog button{background:var(--surface-muted);min-height:40px;color:var(--text);border-radius:10px;padding:0 14px;font-size:14px}.rename-dialog button:last-child{background:var(--text);color:var(--surface)}.sidebar-empty{color:var(--muted);padding:20px 10px;font-size:12px;line-height:1.6}.sidebar-footer{padding:12px 8px calc(12px + env(safe-area-inset-bottom,0px));flex:none;gap:12px;display:grid}.account-button,.account-avatar,.account-name{display:none}.account-button{min-height:48px;color:var(--text);text-align:left;background:0 0;align-items:center;gap:10px;display:flex}.account-avatar{background:var(--surface-muted);border-radius:50%;place-items:center;width:34px;height:34px;font-size:14px;display:grid}.account-name{flex:1;font-size:13px;font-weight:600}.account-button svg{width:18px;height:18px;color:var(--muted)}.sidebar-new-chat{background:var(--text);width:100%;min-height:56px;color:var(--surface);border-radius:999px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.sidebar-new-chat svg{width:19px;height:19px}.about{min-height:48px;color:var(--muted);text-align:left;background:0 0;align-items:center;gap:9px;margin:8px 2px 0;padding:0 10px;font-size:11px;display:flex}.about:hover{color:var(--text)}.visible-error{z-index:8;top:calc(60px + env(safe-area-inset-top,0px));border:1px solid color-mix(in srgb, #b64e42 25%, var(--line));background:var(--surface-raised);color:#b64e42;max-width:calc(100% - 32px);box-shadow:var(--shadow-soft);border-radius:12px;padding:9px 13px;font-size:12px;position:absolute;left:50%;transform:translate(-50%)}.thread{background-color:var(--surface);background-image:linear-gradient(#fffefa33,#fffefa33),url(/chat-butterfly-bg.png);background-position:top,top;background-repeat:repeat,repeat-y;background-size:auto,100%;flex-direction:column;min-width:0;height:100dvh;min-height:0;display:flex;position:relative;overflow:hidden}.thread-header{min-height:64px;padding:calc(5px + env(safe-area-inset-top,0px)) clamp(18px, 4vw, 40px) 8px;z-index:3;flex:none;justify-content:space-between;align-items:center;transition:opacity .25s,transform .25s;display:flex;position:relative}.thread-leading{align-items:center;gap:8px;min-width:0;display:flex}.thread-header .icon-button svg{stroke-width:1.8px}.context-pill{background:color-mix(in srgb, var(--surface-raised) 50%, transparent);width:fit-content;min-width:0;max-width:150px;box-shadow:var(--shadow-soft);color:var(--text);border-radius:999px;align-items:center;gap:5px;padding:7px 12px;font-size:13px;transition:background .2s,box-shadow .2s,transform .2s;display:flex}.context-pill:hover{background:var(--surface-hover)}.context-pill:active{transform:scale(.97)}.context-pill span{white-space:nowrap;text-overflow:ellipsis;color:#454442;overflow:hidden}.context-pill svg{flex:none;width:14px;height:14px}.mobile-history-button{display:none}.action-menu{z-index:5;border:1px solid var(--line);min-width:180px;box-shadow:var(--shadow);background:var(--surface);border-radius:13px;padding:6px;position:absolute;top:59px;right:28px}.action-menu button{width:100%;color:inherit;text-align:left;background:0 0;border-radius:8px;padding:11px;font-size:12px}.action-menu button:hover{background:var(--surface-muted)}.danger{color:#b64e42!important}.chat-canvas{flex:1;min-height:0;position:relative;overflow:hidden}.message-viewport{height:100%;position:relative;overflow:hidden}.message-list{overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-width:thin;height:100%;padding:34px 24px 120px;overflow-y:auto}.message-column{width:min(100%,780px);min-height:100%;margin:0 auto}.message-turn{max-width:100%;margin:0 auto 26px;animation:.35s both turn-in}.message-turn-user{-webkit-backdrop-filter:blur(10px);background:#f1e7eca8;border:0;border-radius:20px 20px 6px;width:fit-content;max-width:min(80%,620px);margin:0 0 0 auto;padding:12px 16px}.message-turn-assistant{padding:0 2px}.assistant-bubble-stack{justify-items:start;gap:9px;max-width:min(88%,620px);display:grid}.assistant-bubble{-webkit-backdrop-filter:blur(10px);color:#3f3e3c;white-space:pre-wrap;overflow-wrap:anywhere;background:#9d99a06b;border:0;border-radius:19px 19px 19px 6px;width:fit-content;max-width:100%;padding:11px 15px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;font-size:18px;font-weight:400;line-height:1.56;box-shadow:0 5px 16px #221f1b0f}.message-content{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;font-size:18px;font-weight:400;line-height:1.56}.message-paragraph+.message-paragraph{margin-top:12px}.message-turn-user .message-content{color:#454442;font-size:16px;font-weight:500;line-height:1.48}.turn-state{color:var(--muted);margin-top:13px;font-size:12px}.turn-retry{color:var(--accent-dark);background:0 0;margin-top:9px;padding:0;font-size:11px;text-decoration:underline}.message-state-failed .message-content,.message-state-interrupted .message-content{color:var(--muted)}.thinking-row{color:#d8cbd3;text-shadow:0 2px 5px #262028b8;text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;min-height:40px;margin-bottom:8px;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:400;display:flex}.thinking-row>svg{color:#d8cbd3;filter:drop-shadow(0 2px 5px #262028b8);width:18px;height:18px;margin-left:auto}.thinking-glyph{color:#d8cbd3;filter:drop-shadow(0 2px 5px #262028b8);place-items:center;width:21px;height:21px;line-height:1;display:inline-grid}.thinking-glyph svg{width:19px;height:19px}.thinking-row[role=status] .thinking-glyph{animation:1.4s linear infinite thinking-spin}.thought-layer{background:#20211f66;align-items:flex-end;padding:0}.thought-layer.is-closing{animation:.3s both overlay-out}.thought-sheet{width:min(100%,520px);height:62dvh;max-height:94dvh;padding:4px 20px calc(20px + env(safe-area-inset-bottom,0px));background:var(--surface-raised);border-radius:30px 30px 0 0;animation:.3s cubic-bezier(.2,.8,.2,1) both picker-in;box-shadow:0 -18px 60px #00000029}.thought-layer.is-closing .thought-sheet{animation:.3s cubic-bezier(.55,0,1,.45) both thought-sheet-out}.thought-header{text-align:center;grid-template-columns:44px 1fr 44px;align-items:center;min-height:44px;display:grid}.thought-header h2{letter-spacing:-.03em;margin:0;font-size:19px;font-weight:400;line-height:1.1}.thought-close{flex:none}.thought-body{max-height:calc(62dvh - 52px);color:var(--text);white-space:pre-wrap;overflow-wrap:anywhere;text-align:left;scrollbar-width:thin;padding:22px 8px 2px;font-family:Tiempos Text,Georgia,serif;font-size:16px;font-weight:400;line-height:1.55;overflow-y:auto}.thought-body::-webkit-scrollbar{display:none}.thinking-summary{width:100%;color:var(--muted);margin:0 0 24px;font-size:15px}.thinking-summary summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:9px;list-style:none;display:flex}.thinking-summary summary::-webkit-details-marker{display:none}.thinking-chevron{font-size:23px;line-height:.7;transition:transform .2s;display:inline-block;transform:rotate(0)}.thinking-summary[open] .thinking-chevron{transform:rotate(90deg)}.thinking-summary-body{border-left:1px solid var(--line);white-space:pre-wrap;overflow-wrap:anywhere;max-height:190px;color:var(--muted);margin:12px 0 0 27px;padding-left:13px;font-size:12px;line-height:1.65;overflow-y:auto}.streaming-status{color:var(--muted);margin:16px 0;font-size:12px}.assistant-actions{align-items:center;gap:4px;margin-top:10px;display:flex}.assistant-actions button{color:#d8cbd3;opacity:.92;text-shadow:0 1px 2px #26202880;background:0 0;border-radius:9px;place-items:center;width:34px;height:34px;transition:opacity .2s,color .2s,background .2s,transform .2s;display:grid}.assistant-actions button:hover,.assistant-actions button:focus-visible{background:var(--surface-muted);color:var(--text);opacity:1}.assistant-actions button:active{transform:scale(.92)}.assistant-actions svg{stroke:currentColor;width:19px;height:19px}.latest-button{z-index:2;border:1px solid var(--line);width:40px;height:40px;box-shadow:var(--shadow-soft);background:color-mix(in srgb, var(--surface-raised) 86%, transparent);color:var(--muted);border-radius:50%;place-items:center;padding:0;font-size:20px;line-height:1;display:grid;position:absolute;bottom:144px;left:50%;transform:translate(-50%)}.latest-button:hover{background:var(--surface-muted)}.empty-thread{text-align:center;flex:1;padding-top:130px}.empty-thread h1{color:var(--text);letter-spacing:-.03em;margin:0;font-size:34px;font-weight:600;line-height:1.25}.empty-thread p{color:var(--muted);margin:10px 0 0;font-size:17px;line-height:1.65}.composer-dock{z-index:4;pointer-events:auto;width:min(100%,830px);margin:0 auto;padding:0 24px 1px;position:absolute;bottom:0;left:0;right:0}.composer-shell{pointer-events:auto;border:1px solid var(--line);min-height:88px;box-shadow:0 -5px 30px #0000000f, var(--shadow-soft);background:color-mix(in srgb, var(--surface-raised) 50%, transparent);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:24px;flex-direction:column;padding:10px 14px 8px 18px;display:flex}.composer-shell:focus-within{border-color:var(--line);box-shadow:0 -5px 30px #0000000f, var(--shadow-soft)}.model-pill span{font-weight:500}.composer-shell textarea{resize:none;width:100%;min-height:25px;max-height:150px;color:var(--text);background:0 0;border:0;outline:0;font-size:16px;line-height:1.5;display:block;overflow-y:hidden}.composer-shell textarea::placeholder{color:var(--faint)}.composer-bottom{align-items:center;gap:9px;min-height:38px;margin-top:auto;display:flex}.composer-tools{flex:none;position:relative}.composer-tool-button{background:color-mix(in srgb, var(--surface-muted) 35%, transparent);width:38px;height:38px;color:var(--text);border-radius:50%;place-items:center;transition:background .2s,transform .2s,color .2s;display:grid}.composer-tool-button:hover{background:var(--surface-hover)}.composer-tool-button:active{transform:scale(.92)}.composer-tool-button svg{width:20px;height:20px}.voice-button{background:color-mix(in srgb, var(--surface-muted) 35%, transparent);flex:none;width:42px;height:42px}.voice-button svg{width:20px;height:20px}.voice-button.is-listening{background:var(--accent-soft);color:var(--accent-dark)}.quick-menu{z-index:6;border:1px solid var(--line);background:var(--surface-raised);min-width:170px;box-shadow:var(--shadow);border-radius:15px;padding:6px;position:absolute;bottom:47px;left:0}.quick-menu button{width:100%;min-height:42px;color:var(--text);text-align:left;background:0 0;border-radius:10px;align-items:center;gap:9px;padding:9px 10px;font-size:12px;display:flex}.quick-menu button:hover{background:var(--surface-muted)}.quick-menu svg{width:17px;height:17px}.model-pill{background:color-mix(in srgb, var(--surface-muted) 45%, transparent);width:max-content;max-width:100%;min-height:34px;color:var(--text);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:0 14px;font-size:12px;font-weight:500;display:inline-flex}.model-pill .model-name{color:var(--text);font-size:13px;font-weight:400}.model-pill .model-effort{color:var(--faint);font-size:13px;font-weight:400}.model-pill:hover{background:var(--surface-hover)}.composer-disclaimer{min-width:0;color:var(--faint);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:9px;overflow:hidden}.composer-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.composer-note{color:var(--faint);text-align:center;margin:4px 0 0;font-size:9px}.send-button{background:color-mix(in srgb, var(--text) 35%, transparent);width:42px;height:42px;color:var(--surface);border-radius:50%;flex:none;place-items:center;transition:transform .2s,background .2s;display:grid}.send-button:hover{background:var(--accent-dark);color:#fffaf4;transform:translateY(-1px)}.send-button:active{transform:scale(.93)}.send-button:disabled{opacity:.25;cursor:not-allowed}.stop-button{background:var(--text);color:var(--surface)}.waveform-button{background:color-mix(in srgb, var(--surface-muted) 35%, transparent);width:42px;height:42px}.waveform-button svg{width:18px;height:18px}.waveform-button.is-listening{background:var(--accent-dark);animation:1.2s ease-in-out infinite voice-pulse}.sr-status{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.empty-thread{text-align:center;flex:1;align-content:center;justify-items:center;padding:30px;display:grid}.empty-thread h1{letter-spacing:-.06em;margin:14px 0 8px;font-size:clamp(25px,4vw,34px)}.empty-thread>p:not(.eyebrow){color:var(--muted);margin:0;font-size:13px}.primary,.secondary,.destructive{border-radius:12px;min-height:43px;padding:0 17px;font-size:12px}.primary{background:var(--text);color:var(--surface);margin-top:20px}.primary:hover{opacity:.85}.secondary{background:var(--surface-muted);color:var(--text)}.destructive{color:#fff;background:#b64e42}.modal-layer,.sheet-layer{z-index:10;background:#20211f66;justify-content:center;align-items:flex-end;padding:20px;display:flex;position:fixed;inset:0}.install-sheet,.confirm-sheet,.settings-sheet{background:var(--surface);border-radius:25px;width:min(100%,430px);padding:25px;position:relative;box-shadow:0 20px 70px #17241f55}.install-sheet h2,.confirm-sheet h2,.sheet-header h2{letter-spacing:-.04em;margin:5px 0 10px;font-size:22px}.install-sheet p:not(.eyebrow),.confirm-sheet p{color:var(--muted);font-size:13px;line-height:1.7}.install-sheet .mark{margin-bottom:19px}.close{position:absolute;top:12px;right:14px}.confirm-sheet>div{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.settings-sheet{padding:20px 24px calc(24px + env(safe-area-inset-bottom))}.sheet-handle{cursor:grab;touch-action:none;background:0 0;border:0;border-radius:5px;width:min(180px,55vw);height:30px;margin:-6px auto 0;display:none;position:relative}.sheet-handle:after{content:"";background:var(--line);border-radius:5px;width:48px;height:5px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.sheet-handle.is-dragging{cursor:grabbing}.sheet-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.settings-group{gap:8px;margin:16px 0;display:grid}.settings-group label{color:var(--muted);font-size:11px;font-weight:600}.settings-group select{border:1px solid var(--line);background:var(--surface-muted);min-height:42px;color:var(--text);border-radius:11px;padding:0 12px;font-size:12px}.settings-divider{background:var(--line);height:1px;margin:20px 0 10px}.settings-action{width:100%;min-height:44px;color:var(--text);text-align:left;background:0 0;justify-content:space-between;align-items:center;font-size:12px;display:flex}.settings-action span{align-items:center;gap:10px;display:flex}.settings-action strong{color:var(--muted);font-size:11px;font-weight:500}.settings-done{background:var(--text);width:100%;min-height:43px;color:var(--surface);border-radius:12px;margin-top:18px;font-size:12px}.history-layer{justify-content:flex-start;align-items:stretch;padding:0}.mobile-history-sheet{background:var(--page);border-radius:0 32px 32px 0;width:min(86vw,360px);height:100%;animation:.3s cubic-bezier(.2,.8,.2,1) both drawer-in;overflow:hidden;box-shadow:15px 0 50px #20211f29}.mobile-history-sheet .sidebar{width:100%;height:100%;padding:env(safe-area-inset-top,0px) 18px env(safe-area-inset-bottom,0px);border:0;display:flex!important}.mobile-history-sheet .sidebar-header{min-height:78px}.mobile-history-sheet .sidebar-footer{padding-bottom:14px}.memory-page{min-height:100%;padding:calc(20px + env(safe-area-inset-top,0px)) 28px 0}.memory-content{width:min(100%,720px);margin:0 auto}.memory-page-header{justify-content:space-between;align-items:flex-start;display:flex}.memory-page-header h1{letter-spacing:-.055em;margin:6px 0 0;font-size:clamp(32px,5vw,46px);font-weight:500}.memory-calendar{background:#f8f6f166;border-radius:22px;margin-top:10px;padding:12px 14px}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.calendar-header h2{margin:0;font-size:16px;font-weight:500}.calendar-nav{background:var(--surface-raised);width:32px;height:32px;color:var(--text);border-radius:50%;place-items:center;display:grid}.calendar-nav svg{width:15px;height:15px}.calendar-nav.next svg{transform:none}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.calendar-weekdays{color:var(--muted);text-align:center;margin-bottom:3px;font-size:10px}.calendar-day{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:manipulation;width:36px;height:36px;color:var(--text);background:0 0;border-radius:50%;justify-self:center;place-items:center;font-size:14px;display:grid;position:relative}.calendar-day:hover{background:var(--surface-hover)}.calendar-mood-pair{grid-template-columns:5px 5px;gap:3px;width:13px;height:5px;display:grid;position:absolute;bottom:1px;left:50%;transform:translate(-50%)}.calendar-mood-slot{border-radius:50%;width:5px;height:5px}.mood-rose .mood-dot,.calendar-mood-dot.mood-rose{background:#d26b65}.mood-amber .mood-dot,.calendar-mood-dot.mood-amber{background:#e0a33a}.mood-blue .mood-dot,.calendar-mood-dot.mood-blue{background:#6e9fd4}.mood-green .mood-dot,.calendar-mood-dot.mood-green{background:#71ab82}.mood-violet .mood-dot,.calendar-mood-slot.mood-violet{background:#9b82c4}.mood-tired .mood-dot,.calendar-mood-slot.mood-tired{background:#a99a9a}.mood-angry .mood-dot,.calendar-mood-slot.mood-angry{background:#d07a5c}.mood-furious .mood-dot,.calendar-mood-slot.mood-furious{background:#c85a4e}.calendar-day.outside{color:var(--faint)}.calendar-day.today{box-shadow:inset 0 0 0 1px var(--accent)}.calendar-day.selected{background:var(--text);color:var(--surface)}.timeline-toolbar{justify-content:space-between;align-items:center;margin-top:22px;display:flex}.timeline-toolbar h2{color:var(--muted);margin:0;font-size:14px;font-weight:500}.timeline-scope{color:var(--faint);font-size:11px;font-weight:400}.timeline-filter{position:relative}.timeline-filter-button{min-height:34px;color:var(--text);background:#f8f6f180;border:0;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:12px;display:inline-flex}.timeline-filter-button svg{width:14px;height:14px;transform:rotate(90deg)}.timeline-filter-menu{z-index:6;border:1px solid var(--line);background:var(--surface-raised);min-width:150px;box-shadow:var(--shadow-soft);border-radius:14px;padding:5px;position:absolute;top:40px;right:0}.timeline-filter-menu button{width:100%;min-height:36px;color:var(--text);text-align:left;background:0 0;border-radius:9px;justify-content:space-between;align-items:center;padding:0 9px;font-size:12px;display:flex}.timeline-filter-menu button:hover,.timeline-filter-menu button.selected{background:var(--surface-muted)}.mood-picker-layer{z-index:35;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#0003;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.mood-picker{background:var(--surface-raised);width:min(100%,360px);box-shadow:var(--shadow);border-radius:22px;padding:18px}.mood-picker-title{color:var(--text);margin:0 0 14px;font-size:17px;font-weight:500}.mood-picker-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px;display:grid}.mood-option{width:100%;min-height:40px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:0 8px;font-size:13px;display:flex}.mood-option .mood-dot{border-radius:50%;flex:none;width:16px;height:16px}.mood-option.selected,.mood-option:hover{background:var(--surface-muted)}.mood-clear .mood-dot{border:1px solid var(--line);background:0 0}.memory-timeline{scrollbar-width:thin;overscroll-behavior-x:none;touch-action:pan-y;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:none;background:#f8f6f166;border:0;border-radius:18px;width:100%;height:52dvh;max-height:52dvh;margin-top:18px;padding:8px 0 100px 34px;position:relative;overflow:hidden auto}.timeline-selected-date{color:var(--text);gap:4px;margin:0 0 16px -18px;display:grid}.timeline-selected-date strong{letter-spacing:-.06em;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:700;line-height:.95}.timeline-selected-date span{letter-spacing:-.04em;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:400;line-height:1}.timeline-line{background:var(--line);width:1px;position:absolute;top:32px;bottom:80px;left:10px}.timeline-day{min-width:0;max-width:100%;margin-bottom:38px;position:relative}.timeline-node{border:2px solid var(--surface);background:var(--muted);width:9px;height:9px;box-shadow:0 0 0 1px var(--line);border-radius:50%;position:absolute;top:4px;left:-28px}.timeline-day.selected .timeline-node{background:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.timeline-date{color:var(--muted);margin-bottom:8px;font-family:DM Mono,monospace;font-size:10px;display:block}.timeline-entries{gap:9px;display:grid}.timeline-entry{overflow-wrap:anywhere;width:min(100%,480px);max-width:100%}.timeline-entry.left{max-width:calc(100% - 20px);margin-left:20px}.timeline-entry.entry-memory{margin-top:2px}.timeline-entry-header{min-height:34px;color:var(--muted);background:0 0;border-radius:12px;align-items:center;gap:8px;padding:4px 8px;font-size:13px;font-weight:400;display:inline-flex}.timeline-entry-header svg{width:19px;height:19px}.timeline-entry-header:hover{background:var(--surface-muted);color:var(--text)}.entry-summary svg{color:#c6863c}.entry-dream svg{color:#7576a9}.entry-memory svg{color:#a17d55}.timeline-entry-body{color:var(--text);background:#f8f6f14d;border-radius:14px;margin:3px 0 0 27px;padding:10px 13px;font-size:13px;line-height:1.6}.memory-fragment+.memory-fragment{border-top:1px solid var(--line);margin-top:8px;padding-top:8px}.memory-empty{text-align:center;justify-items:center;margin-top:42px;padding:30px 20px;display:grid}.memory-empty-icon{background:var(--surface-muted);width:50px;height:50px;color:var(--muted);border-radius:17px;place-items:center;margin-bottom:16px;display:grid}.memory-empty-icon svg{width:24px;height:24px}.memory-empty h2{margin:0 0 8px;font-size:19px;font-weight:500}.memory-empty p{max-width:340px;color:var(--muted);margin:0;font-size:13px;line-height:1.6}.space-page{min-height:100%;padding:calc(24px + env(safe-area-inset-top,0px)) 22px 120px;overflow-x:hidden}.space-content{width:min(100%,760px);margin:0 auto}.space-hero{grid-template-columns:72px 1fr 72px;align-items:start;gap:14px;min-height:250px;padding:18px 4px 8px;display:grid;position:relative}.space-avatar{z-index:1;aspect-ratio:1;width:72px;min-width:72px;height:72px;min-height:72px;color:var(--text);box-shadow:var(--shadow-soft);border-radius:50%;flex:0 0 72px;place-items:center;font:28px Georgia,serif;display:grid;position:relative;overflow:hidden}.space-avatar-photo{object-fit:cover;border-radius:0;width:100%;height:100%;margin:0;padding:0;display:block;position:absolute;inset:0}.space-avatar-preview img{object-fit:cover;border-radius:0;width:100%;height:100%;margin:0;padding:0;display:block}.space-avatar.has-photo .avatar-mark,.space-avatar-preview.has-photo .avatar-mark{z-index:1}.space-avatar.companion{margin-top:42px}.avatar-peach{background:#efd1bf}.avatar-sage{background:#c9d8c3}.avatar-sky{background:#c5d8e5}.avatar-plum{background:#d7c9df}.avatar-sand{background:#e2d3bd}.avatar-mark{border:2px solid var(--surface);background:var(--accent);border-radius:50%;width:10px;height:10px;position:absolute;bottom:5px;right:5px}.mark-star{border-radius:2px;transform:rotate(45deg)}.mark-heart{border-radius:60% 60% 60% 0;transform:rotate(-45deg)}.space-together{z-index:1;text-align:center;align-self:center;margin-top:8px;position:relative}.space-together h1{letter-spacing:-.06em;margin:6px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(26px,6vw,42px);font-weight:400;line-height:1.02}.space-together p:not(.eyebrow){color:var(--muted);margin:0;font-size:12px;line-height:1.5}.space-together button{background:var(--surface-muted);color:var(--text);border-radius:999px;margin-top:12px;padding:7px 11px;font-size:11px}.space-connector{z-index:0;fill:none;width:calc(100% - 56px);height:90px;stroke:var(--line);stroke-width:1.5px;stroke-dasharray:3 5;position:absolute;top:82px;left:28px}.space-constellation{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:8px 14px;padding-top:20px;display:grid;position:relative}.space-feature{min-height:190px;color:var(--text);text-align:left;background:0 0;border:0;padding:14px;transition:transform .25s;display:block;position:relative}.space-feature:hover{transform:translateY(-3px)rotate(-.4deg)}.space-feature-copy{z-index:3;min-width:0;position:absolute;bottom:12px;left:14px;right:14px}.space-feature strong,.space-feature small,.space-feature em{display:block}.space-feature strong{letter-spacing:-.03em;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:400}.space-feature small{color:var(--muted);margin-top:4px;font-size:11px}.space-feature em{color:var(--faint);text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:10px;font-style:normal;overflow:hidden}.space-feature-icon{z-index:4;width:28px;height:28px;color:var(--muted);place-items:center;display:grid;position:absolute;top:20px;right:20px}.space-feature-icon svg{width:19px;height:19px}.space-feature-album{grid-column:1/span 7}.space-feature-library{grid-column:9/span 4;margin-top:36px}.space-feature-music{grid-column:3/span 10;min-height:126px;margin-top:-4px}.space-feature-moments{grid-column:1/span 7;margin-top:8px}.space-feature-anniversaries{grid-column:9/span 4;margin-top:-28px}.space-feature-wallet{grid-column:5/span 7;min-height:152px;margin-top:-20px}.space-feature-object{z-index:1;pointer-events:none;position:absolute}.space-album-stack{inset:18px 10% 56px 12%}.space-album-stack i{background:#fffefa;border:1px solid #b8a89a;width:70%;height:78%;position:absolute;box-shadow:0 8px 16px #4632231a}.space-album-stack i:nth-child(3){background:#f4eadc;top:17%;left:31%;transform:rotate(11deg)}.space-album-stack i:after{content:"";border:1px solid #d6c8bb;position:absolute;inset:14%}.space-library-book{background:#f9f4ea;border-left:9px solid #b8c9bf;inset:18px 12% 55px 10%;transform:rotate(-5deg);box-shadow:8px 9px #d9cbb8,0 12px 20px #4632231c}.space-listening-record{background:#302f2d;border-radius:50%;width:92px;height:92px;top:18px;right:11%;box-shadow:0 7px 16px #28231e38}.space-listening-record i{border:1px solid #b98568;border-radius:50%;position:absolute;inset:23px}.space-listening-record b{background:#e5b094;border-radius:50%;position:absolute;inset:43px}.space-moments-note{background:#f1e4ce;padding:20px;inset:16px 9% 58px 7%;transform:rotate(3deg);box-shadow:4px 8px #dac9ae,0 12px 18px #4632231a}.space-days-paper{background:#faf7ef;border:1px solid #c9beb0;padding:16px;inset:10px 9% 48px;transform:rotate(-3deg);box-shadow:5px 7px #e3d8ca,0 12px 20px #4632231a}.space-wallet-envelope{background:#e7d6bf;border:1px solid #bca88f;inset:22px 6% 49px;transform:rotate(2deg);box-shadow:0 10px 18px #4632231f}.space-sheet-layer{z-index:35;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00000038;justify-content:center;align-items:flex-end;padding:0 16px;display:flex;position:fixed;inset:0}.space-avatar-sheet,.space-feature-sheet{width:min(100%,440px);padding:10px 20px calc(20px + env(safe-area-inset-bottom,0px));background:var(--surface-raised);box-shadow:var(--shadow);border-radius:30px 30px 0 0}.space-avatar-sheet>header{justify-content:space-between;align-items:center;display:flex}.space-avatar-sheet header h2{margin:0;font-size:18px}.space-avatar-sheet header span{width:40px}.space-avatar-preview{border-radius:50%;place-items:center;width:82px;height:82px;margin:18px auto;font:32px Georgia,serif;display:grid;position:relative;overflow:hidden}.avatar-photo-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin:-4px 0 18px;display:flex}.avatar-photo-button,.avatar-remove-button{background:var(--surface-muted);min-height:38px;color:var(--text);border-radius:999px;padding:0 13px;font-size:12px}.avatar-photo-button{background:var(--text);color:var(--surface)}.avatar-file-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.avatar-editor-error{color:#b64e42;text-align:center;margin:13px 0 -8px;font-size:12px;line-height:1.45}.space-avatar-sheet label{color:var(--muted);gap:7px;font-size:11px;display:grid}.space-avatar-sheet input{border:1px solid var(--line);background:var(--surface-muted);min-height:44px;color:var(--text);border-radius:12px;padding:0 12px;font-size:16px}.space-sheet-label{color:var(--muted);margin:18px 0 8px;font-size:11px}.avatar-choice-row,.avatar-mark-row{gap:10px;display:flex}.avatar-color{border-radius:50%;width:34px;height:34px}.avatar-color.selected,.avatar-mark-row button.selected{outline:3px solid var(--focus);outline-offset:2px}.avatar-mark-row button{background:var(--surface-muted);min-width:54px;min-height:38px;color:var(--text);border-radius:10px}.space-save{background:var(--text);width:100%;min-height:48px;color:var(--surface);border-radius:14px;margin-top:22px}.space-feature-sheet{text-align:center;position:relative}.space-sheet-close{position:absolute;top:12px;right:12px}.space-feature-icon{margin:16px auto}.space-feature-sheet h2{margin:0 0 8px;font-size:24px}.space-feature-sheet p{color:var(--muted);margin:0 auto 16px;font-size:14px;line-height:1.6}.space-feature-sheet small{color:var(--faint);font-size:11px}.space-crop-sheet{width:min(100%,440px);padding:10px 20px calc(20px + env(safe-area-inset-bottom,0px));background:var(--surface-raised);box-shadow:var(--shadow);border-radius:30px 30px 0 0}.space-crop-sheet>header{grid-template-columns:70px 1fr 70px;align-items:center;gap:8px;display:grid}.space-crop-sheet h2{text-align:center;margin:0;font-size:18px}.space-crop-sheet header button{min-height:38px;color:var(--text);background:0 0;font-size:13px}.space-crop-sheet header button:last-child{text-align:right}.space-crop-sheet .crop-confirm{color:var(--accent-dark);font-weight:600}.avatar-crop-viewport{touch-action:none;-webkit-user-select:none;user-select:none;overscroll-behavior:contain;cursor:grab;background:#171817;margin:20px auto 18px;position:relative;overflow:hidden}.avatar-crop-viewport:active{cursor:grabbing}.avatar-crop-image{transform-origin:0 0;pointer-events:none;-webkit-user-select:none;user-select:none;max-width:none;position:absolute;top:0;left:0}.avatar-crop-circle{pointer-events:none;border:2px solid #ffffffe6;border-radius:50%;position:absolute;inset:0;box-shadow:0 0 0 999px #00000061,inset 0 0 0 1px #0003}.crop-controls{max-width:300px;color:var(--muted);align-items:center;gap:10px;margin:0 auto;display:flex}.crop-controls input{accent-color:var(--text);flex:1}.crop-hint,.crop-loading{color:var(--muted);text-align:center;margin:11px 0 0;font-size:11px}.space-crop-sheet .avatar-editor-error{margin-top:10px}@media (width<=430px){.space-feature{min-height:172px;padding:10px}.space-feature-copy{bottom:8px;left:10px;right:10px}.space-feature strong{font-size:16px}.space-feature em{max-width:130px}.space-feature-album,.space-feature-library,.space-feature-music,.space-feature-moments,.space-feature-anniversaries,.space-feature-wallet{width:auto;min-height:172px;margin:0}.space-feature-album{grid-column:span 2}.space-feature-library,.space-feature-anniversaries{min-height:190px}.space-feature-music,.space-feature-wallet{grid-column:span 2}.space-feature-object{transform-origin:50%;transform:scale(.84)}}@media (width<=350px){.space-feature{min-height:158px}.space-feature-library,.space-feature-anniversaries{min-height:172px}}.space-page{background-color:var(--surface);background-image:url(/space-paper-bg.jpeg);background-position:top;background-repeat:no-repeat;background-size:100% 100%;background-attachment:scroll;min-height:100%}.page-surface:has(.space-page){background-color:var(--surface);background-image:url(/space-paper-bg.jpeg);background-position:bottom;background-repeat:repeat-y;background-size:100%}.space-constellation{isolation:isolate;overflow:visible}.space-feature{z-index:0;border-radius:0;overflow:visible}.space-feature:after{content:"";z-index:-1;opacity:.2;pointer-events:none;border-radius:3px;position:absolute;inset:16px 5% 28px}.space-feature-album:after{background:#ead9c6;transform:rotate(-2deg)}.space-feature-library:after{background:#d8e2d9;transform:rotate(3deg)}.space-feature-music:after{background:#ded3df;transform:rotate(-1deg)}.space-feature-moments:after{background:#f0dfbf;transform:rotate(2deg)}.space-feature-anniversaries:after{background:#e3d7e4;transform:rotate(-3deg)}.space-feature-wallet:after{display:none}.space-feature-object{inset:0}.space-feature-copy{bottom:10px;left:18px;right:18px}.space-feature-copy strong{box-shadow:none;background:0 0;padding:3px 9px;display:inline-block;position:relative;transform:rotate(-2deg)}.space-feature-copy small{margin-top:8px}.space-feature-copy em{letter-spacing:.02em;font-family:Segoe Print,Bradley Hand,cursive}.space-album-object{transform:rotate(-1deg)}.space-album-stack{position:absolute;inset:28px 13% 58px 9%}.space-album-stack i{width:65%;height:75%}.space-album-stack i:first-child{top:17%;left:0;transform:rotate(-8deg)}.space-album-stack i:nth-child(2){top:4%;left:19%;transform:rotate(3deg)}.space-album-stack i:nth-child(3){top:16%;left:36%;transform:rotate(10deg)}.space-album-stack i:after{content:"";opacity:.7;background:repeating-linear-gradient(0deg,#0000 0 8px,#e6d9cc 9px 10px);border:1px solid #d6c8bb;position:absolute;inset:12%}.space-album-art{z-index:3;object-fit:contain;width:128%;height:128%;box-shadow:none;border:0;position:absolute;top:-10%;left:-22%;transform:rotate(2deg)}.scrapbook-tape{z-index:5;background:#d2b18b94;width:76px;height:21px;position:absolute;box-shadow:0 1px 2px #503c2d14}.tape-album{display:none}.scrapbook-caption{z-index:7;color:#927461;font-family:Segoe Print,Bradley Hand,cursive;font-size:11px;position:absolute}.space-album-object .scrapbook-caption{top:32%;right:8%;transform:rotate(-5deg)}.scrapbook-sprig{border-left:1px solid #718875;border-radius:50%;width:44px;height:78px;position:absolute;top:11%;right:0;transform:rotate(29deg)}.scrapbook-sprig:before,.scrapbook-sprig:after{content:"";border:1px solid #718875;border-radius:100% 0;width:23px;height:11px;position:absolute}.scrapbook-sprig:before{top:15px;left:-18px;transform:rotate(-24deg)}.scrapbook-sprig:after{top:39px;left:-5px;transform:rotate(18deg)}.space-library-book{background:#faf4e9;border-left:9px solid #9bb3a5;position:absolute;inset:20px 13% 57px 5%;transform:rotate(-5deg);box-shadow:8px 9px #dac8ae,0 12px 20px #4632231f}.space-library-book i{background:#c8b9aa;width:68%;height:1px;margin:36px 12% 0;display:block}.space-library-book i+i{margin-top:13px}.scrapbook-bookmark{background:#b76f50;width:18px;height:67px;position:absolute;top:13px;right:20%}.scrapbook-bookmark:after{content:"";border-bottom:9px solid #faf4e9;border-left:9px solid #0000;border-right:9px solid #0000;position:absolute;bottom:0}.scrapbook-pencil{background:#cf9c69;width:9px;height:88px;position:absolute;bottom:24%;right:2%;transform:rotate(29deg)}.scrapbook-pressed-leaf{border:1px solid #819b80;border-radius:100% 0;width:31px;height:56px;position:absolute;top:27%;right:-7%;transform:rotate(28deg)}.space-listening-record{display:none}.space-listening-art{z-index:3;object-fit:contain;width:152%;height:158%;position:absolute;top:-24%;left:-56%;transform:rotate(-2deg)}.scrapbook-note{color:#a6634d;font:27px Georgia,serif;position:absolute}.note-one{top:3px;right:43%;transform:rotate(-18deg)}.note-two{font-size:32px;top:58px;right:5%}.scrapbook-sticker{color:#a9634d;letter-spacing:.12em;border:1px solid #bd896f;border-radius:50%;padding:4px 9px;font-size:8px;position:absolute;top:10px;right:2%;transform:rotate(8deg)}.scrapbook-wave{border-top:1px solid #a89087;border-radius:50%;height:20px;position:absolute;top:75px;left:10%;right:32%;transform:rotate(-3deg)}.space-moments-note{background:#f1e1c4;padding:20px;position:absolute;inset:14px 6% 55px 5%;transform:rotate(3deg);box-shadow:5px 9px #d7c2a1,0 12px 18px #4632231a}.space-moments-note i{background:#c4b29a;width:83%;height:1px;margin-top:17px;display:block}.space-moments-note i:first-child{margin-top:8px}.tape-moments{background:#ecdab19e;top:8px;right:18%;transform:rotate(11deg)}.space-moments-object .scrapbook-caption{top:47%;left:3%;transform:rotate(-9deg)}.scrapbook-arrow{border-top:1px solid #9b765e;border-radius:50%;width:47px;height:24px;position:absolute;top:42%;right:2%;transform:rotate(-19deg)}.scrapbook-arrow:after{content:"›";font-size:25px;position:absolute;top:-10px;right:-3px}.space-days-paper{background:#faf6ea;border:1px solid #c7b9aa;padding:17px;position:absolute;inset:10px 7% 47px 5%;transform:rotate(-3deg);box-shadow:6px 8px #ded0c0,0 12px 20px #4632231a}.space-days-paper i{border-bottom:1px solid #c7b9aa;width:18%;height:10px;margin:28px 4% 0 0;display:inline-block}.space-days-paper b{background:#b76f50;border-radius:50%;width:8px;height:8px;position:absolute;top:19px;right:18px}.scrapbook-moon{color:#a36f7d;font:45px Georgia,serif;position:absolute;top:-3px;right:-5%}.scrapbook-stars{color:#aa7d4b;font-size:11px;position:absolute;top:34%;right:4%}.scrapbook-stamp,.scrapbook-postage{color:#a66450;letter-spacing:.08em;text-align:center;border:1px dashed #ad7c66;padding:6px;font:8px DM Mono,monospace;position:absolute;transform:rotate(8deg)}.scrapbook-stamp{bottom:20%;right:-4%}.space-wallet-envelope{background:#e4ceb0;border:1px solid #b69a78;position:absolute;inset:25px 3% 45px 4%;transform:rotate(2deg);box-shadow:0 10px 18px #4632231f}.space-wallet-envelope:before{content:"";background:linear-gradient(145deg,#0000 49%,#c3a987 50%,#0000 51%),linear-gradient(35deg,#0000 49%,#c3a987 50%,#0000 51%);position:absolute;inset:0}.space-wallet-envelope i{background:#f8f0e2;border:1px solid #c3af94;height:37%;position:absolute;top:23%;left:13%;right:13%}.space-wallet-envelope b{background:#a68b6e;width:16%;height:1px;position:absolute;top:46%;left:42%}.scrapbook-postage{top:20%;right:-5%}.scrapbook-receipt{background:#fffaf0;border:1px solid #c7b8a5;width:64px;height:42px;position:absolute;bottom:7%;left:12%;transform:rotate(-8deg)}.space-wallet-object .scrapbook-caption{bottom:1%;left:12%;transform:rotate(-6deg)}@media (width<=430px){.space-constellation{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 8px;padding-top:12px;display:grid}.space-feature,.space-feature-album,.space-feature-library,.space-feature-music,.space-feature-moments,.space-feature-anniversaries,.space-feature-wallet{width:auto;min-height:182px;margin:0}.space-feature-album,.space-feature-music{grid-column:span 2}.space-feature-library,.space-feature-moments,.space-feature-anniversaries,.space-feature-wallet{grid-column:span 1}.space-feature-copy{bottom:8px;left:10px;right:10px}.space-feature-copy strong{font-size:16px}.space-feature-copy em{max-width:130px}.space-feature-object{transform-origin:50%;transform:scale(.82)}.space-album-object,.space-library-object,.space-listening-object,.space-moments-object,.space-days-object,.space-wallet-object{transform:scale(.82)}}@media (width<=350px){.space-feature,.space-feature-album,.space-feature-library,.space-feature-music,.space-feature-moments,.space-feature-anniversaries,.space-feature-wallet{min-height:166px}}.space-constellation{isolation:isolate;align-content:start;position:relative}.space-constellation:before{content:"";z-index:-3;background-image:linear-gradient(#faf4e980,#faf4e980),url(/space-scrapbook-bg.jpeg);background-position:top,top;background-repeat:repeat,repeat-y;background-size:auto,100%;border:1px solid #95755d33;position:absolute;inset:12px 0 0;transform:rotate(-.25deg);box-shadow:5px 9px #73543e14,0 18px 32px #73543e0f}.space-constellation:after{content:"";z-index:-2;opacity:.35;pointer-events:none;background-color:#fffcf41f;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)' opacity='.13'/%3E%3C/svg%3E");border:1px dashed #9e806a38;position:absolute;inset:43px 3.5% 23px}.space-scrapbook-label{z-index:6;color:#967b6c;letter-spacing:.18em;font:8px DM Mono,monospace;position:absolute}.label-archive{top:175px;left:3%;transform:rotate(-90deg)}.label-kept{bottom:335px;right:2%;transform:rotate(90deg)}.space-scrapbook-doodle{z-index:0;opacity:.46;border:1px solid #b28b72;border-radius:50%;width:26px;height:26px;position:absolute}.doodle-left{top:378px;left:1%}.doodle-left:after{content:"✦";color:#a36d57;font-size:11px;position:absolute;top:5px;left:7px}.doodle-right{border-color:#7b917f;border-radius:50% 0;top:585px;right:1%;transform:rotate(24deg)}.space-scrapbook-thread{z-index:-1;pointer-events:none;border-bottom:1px dashed #9e776538;border-right:1px dashed #9e776545;border-radius:0 0 48%;width:76%;height:474px;position:absolute;top:218px;left:15%;transform:rotate(3deg)}.space-constellation{grid-template-columns:repeat(12,minmax(0,1fr));gap:0 10px;min-height:1090px;margin-top:-56px;padding:30px 0 20px}.space-scrapbook-title{z-index:2;color:#897163;display:grid;position:absolute;top:6px;left:11%;transform:rotate(-2deg)}.space-scrapbook-title strong{color:#8e6f60;letter-spacing:.04em;margin-top:4px;font:500 28px Snell Roundhand,Segoe Script,Bradley Hand,Segoe Print,cursive;transform:rotate(-3deg)}.space-scrapbook-title i{color:#a38475;margin-top:5px;font:11px Segoe Print,Bradley Hand,cursive}.space-title-letter-art{z-index:5;object-fit:contain;transform-origin:50%;pointer-events:none;width:128px;height:128px;position:absolute;top:-4px;right:-7%;transform:rotate(-35deg)}.space-feature{min-height:210px}.space-feature-album{z-index:2;grid-area:1/1/auto/span 8;min-height:285px}.space-feature-library{z-index:3;grid-area:1/8/auto/span 5;min-height:252px;margin-top:92px}.space-feature-music{z-index:1;grid-area:2/4/auto/span 9;min-height:146px;margin-top:-38px}.space-feature-moments{grid-area:3/1/auto/span 7;min-height:237px;margin-top:2px}.space-feature-anniversaries{grid-area:3/8/auto/span 5;min-height:246px;margin-top:-70px}.space-feature-wallet{grid-area:4/4/auto/span 8;min-height:191px;margin-top:-56px}.space-feature-copy,.space-feature-album:before,.space-feature-library:before{display:none}.space-library-art{z-index:3;object-fit:contain;width:205%;height:155%;position:absolute;top:-22%;left:-55%;transform:rotate(-3deg)}.space-feature-music:before{content:"now playing together";color:#967d79;font:11px Segoe Print,Bradley Hand,cursive;position:absolute;top:17px;left:11%;transform:rotate(-3deg)}.space-feature-moments:before{display:none}.space-moments-art{z-index:3;object-fit:contain;width:132%;height:131%;position:absolute;top:-15%;left:-13%;transform:rotate(1deg)}.space-feature-anniversaries:before{display:none}.space-days-art{z-index:3;object-fit:contain;width:132%;height:120%;position:absolute;top:-28%;left:-15%;transform:rotate(-2deg)}.space-feature-wallet:before{display:none}.space-wallet-art{z-index:3;object-fit:contain;transform-origin:50%;width:112%;height:142%;position:absolute;top:-50%;left:33%;transform:rotate(-15deg)scaleX(1.2)scaleY(.84)}@media (width<=430px){.space-constellation{grid-template-columns:repeat(6,minmax(0,1fr));gap:0 7px;min-height:1010px;padding-top:59px}.space-scrapbook-title{left:8%}.space-scrapbook-stamp{right:7%}.space-feature{min-height:184px}.space-feature-album{grid-area:1/1/auto/span 4;min-height:245px}.space-feature-library{grid-area:1/4/auto/span 3;min-height:223px;margin-top:78px}.space-feature-music{grid-area:2/2/auto/span 5;min-height:135px;margin-top:-35px}.space-feature-moments{grid-area:3/1/auto/span 4;min-height:216px;margin-top:4px}.space-feature-anniversaries{grid-area:3/4/auto/span 3;min-height:226px;margin-top:-58px}.space-feature-wallet{grid-area:4/2/auto/span 4;min-height:176px;margin-top:-48px}.space-feature-object{transform-origin:50%;transform:scale(.9)}.space-feature-album .space-feature-copy{left:7%}.space-feature-music .space-feature-copy{left:5%}.space-feature-wallet .space-feature-copy{left:6%}}@media (width<=350px){.space-constellation{min-height:930px}.space-scrapbook-title strong{font-size:19px}.space-feature{min-height:165px}.space-feature-album{min-height:218px}.space-feature-library{min-height:204px}.space-feature-moments{min-height:195px}.space-feature-anniversaries{min-height:205px}.space-feature-wallet{min-height:160px}.space-feature-object{transform:scale(.78)}}.space-message-wall{z-index:4;color:#765b50;grid-area:5/1/auto/-1;min-width:0;margin:-5px 5% 20px;position:relative}.space-message-wall-heading{justify-content:space-between;align-items:end;gap:14px;margin:0 4px 10px;display:flex}.space-message-wall-heading p{color:#9a7d6d;letter-spacing:.08em;margin:0 0 2px;font:10px Segoe Print,Bradley Hand,cursive}.space-message-wall-heading h2{color:#805f51;margin:0;font:500 24px Snell Roundhand,Segoe Script,Bradley Hand,cursive}.space-message-wall-controls{flex-wrap:wrap;justify-content:end;align-items:center;gap:6px;display:flex}.space-message-month-nav{color:#866858;background:#f9f3e58a;border:1px dashed #9c6f5766;border-radius:999px;align-items:center;min-height:29px;display:inline-flex}.space-message-month-nav button{min-height:27px;color:inherit;cursor:pointer;background:0 0;border:0;padding:0 8px;font:11px Georgia,serif}.space-message-month-nav button:first-child,.space-message-month-nav button:last-child{color:#9c7967;width:24px;padding:0;font-size:18px;line-height:1}.space-message-month-nav button:nth-child(2){min-width:81px;padding-inline:6px;font:10px Segoe Print,Bradley Hand,cursive}.space-message-month-nav button.current{color:#765645}.space-message-add{color:#8e6656;cursor:pointer;background:#f9f3e5b8;border:1px dashed #9c6f577a;border-radius:999px;flex:none;padding:7px 10px;font:10px Segoe Print,Bradley Hand,cursive;box-shadow:0 2px 7px #684b3a14}.space-message-add:focus-visible,.space-message-note:focus-visible,.space-message-month-nav button:focus-visible{outline-offset:3px;outline:2px solid #a96e57}.space-message-board{touch-action:none;overscroll-behavior:contain;background:linear-gradient(#fffbef14,#fffbef26);border:1px dashed #98765f38;border-radius:2px;min-height:430px;position:relative;overflow:hidden}.space-message-note{left:calc(var(--note-x) * 76%);top:calc(var(--note-y) * 75%);color:#765d50;letter-spacing:.02em;text-align:left;width:min(126px,32%);min-height:86px;transform:rotate(var(--note-rotation));cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;background-color:#f4eddd;background-image:linear-gradient(110deg,#ffffff47,#0000 38%,#7d5e4609),url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)' opacity='.075'/%3E%3C/svg%3E");border:1px solid #84654f24;border-radius:1px 3px 2px 1px;padding:15px 11px 10px;font:11px/1.7 Songti SC,STSong,Noto Serif CJK SC,Source Han Serif SC,SimSun,serif;transition:box-shadow .16s,filter .16s;position:absolute;overflow:visible;box-shadow:0 4px 12px #5d43331f,1px 2px 2px #5d43330f,inset 0 0 18px #75564006}.space-message-note:before{content:"";z-index:3;width:8px;height:16px;box-shadow:none;background:#d3be9794;position:absolute;top:-8px;left:50%;transform:translate(-50%)rotate(-1deg)}.space-message-note:after{content:"· · ·";color:#795c482e;letter-spacing:2px;font:10px Georgia,serif;position:absolute;bottom:6px;right:10px}.space-message-note span{z-index:2;-webkit-line-clamp:4;white-space:pre-wrap;-webkit-box-orient:vertical;display:-webkit-box;position:relative;overflow:hidden}.space-message-note.tone-blush{background-color:#eee5d8}.space-message-note.tone-butter{background-color:#f1eadc}.space-message-note.tone-sage{background-color:#e7e4d8}.space-message-note.tone-sky{background-color:#e4e2dc}.space-message-note.tone-blush:before{background:#c5b09594;left:42%;transform:translate(-50%)rotate(2deg)}.space-message-note.tone-sage:before{background:#c0baa094;left:55%;transform:translate(-50%)rotate(-3deg)}.space-message-note.tone-sky:before{background:#bfbbae8c;left:46%;transform:translate(-50%)rotate(1deg)}.space-message-note.tone-blush:after{content:"✦";letter-spacing:0;font-size:11px;bottom:7px;right:10px}.space-message-note.tone-sage:after{content:"postal ·";letter-spacing:.08em;font:8px DM Mono,monospace}.space-message-note.tone-sky:after{content:"—";letter-spacing:0;font-size:15px}.space-message-note:hover{filter:brightness(1.01);box-shadow:0 6px 15px #5d433329,1px 2px 2px #5d43330d}.space-message-note.dragging{cursor:grabbing;transition:none}.space-message-sheet{width:min(100%,580px);padding:14px 22px max(24px, env(safe-area-inset-bottom));color:#6d5145;background:#fbf4e6;border-radius:23px 23px 0 0;margin:auto 0 0;box-shadow:0 -12px 35px #4a31242e}.space-message-sheet header{grid-template-columns:40px 1fr 40px;align-items:center;margin-bottom:16px;display:grid}.space-message-sheet h2{text-align:center;color:#795849;margin:0;font:500 23px Snell Roundhand,Segoe Script,Bradley Hand,cursive}.space-message-input{box-sizing:border-box;resize:vertical;color:#62483d;background:#fffdf7c2;border:1px solid #9169525c;border-radius:11px;width:100%;min-height:178px;padding:14px;font:16px/1.55 Segoe Print,Bradley Hand,cursive}.space-message-input:focus{border-color:#0000;outline:2px solid #a96e578c}.space-message-count{color:#9b7a68;text-align:right;margin:5px 3px 14px;font-size:11px}.space-message-actions{justify-content:flex-end;gap:10px;display:flex}.space-message-cancel{color:#886958;font:inherit;cursor:pointer;background:0 0;border:0;padding:10px 13px}.space-message-full{color:#684d42;white-space:pre-wrap;max-height:min(52vh,440px);margin:0;padding:8px 6px 20px;font:16px/1.7 Segoe Print,Bradley Hand,cursive;overflow:auto}@media (width<=430px){:is(.page-surface:has(.space-page),.space-page){padding-bottom:62px}.space-constellation{min-height:auto}.space-message-wall{grid-area:5/1/auto/-1;margin:-2px 2% 4px}.space-message-wall-heading{flex-wrap:wrap;align-items:start;margin-bottom:8px}.space-message-wall-controls{justify-content:space-between;width:100%}.space-message-wall-heading h2{font-size:22px}.space-message-add{padding:7px 8px;font-size:9px}.space-message-board{min-height:500px}.space-message-note{width:min(108px,34%);min-height:76px;padding:14px 9px 9px;font-size:11px}.space-message-sheet{padding-left:17px;padding-right:17px}}@media (prefers-reduced-motion:reduce){.space-message-note{transition:none}}.space-constellation .space-message-note,.space-constellation .space-message-note>span{font-family:Kaiti SC,STKaiti,KaiTi,FZKai-Z03,BiauKai,cursive!important;font-size:9px!important;line-height:1.8!important}.space-constellation .space-message-note .space-message-note-number{color:#765d50;font-family:Georgia,Times New Roman,serif!important;font-size:.92em!important;font-style:italic!important;font-weight:400!important}.space-constellation .space-feature-copy strong{letter-spacing:.01em;font-weight:500}.space-constellation .space-scrapbook-title strong{font-weight:500}.space-constellation .scrapbook-stamp,.space-constellation .scrapbook-postage{letter-spacing:.08em;font-family:Segoe Print,Bradley Hand,Comic Sans MS,cursive}.space-constellation .scrapbook-note{font-family:Segoe Print,Bradley Hand,Comic Sans MS,cursive}.space-constellation,.space-constellation button,.space-constellation strong,.space-constellation small,.space-constellation em,.space-constellation span,.space-constellation i,.space-constellation b{font-family:Snell Roundhand,Segoe Script,Bradley Hand,Segoe Print,cursive}.space-constellation .space-feature-copy strong{letter-spacing:0;font-family:Snell Roundhand,Segoe Script,Bradley Hand,Segoe Print,cursive;font-size:21px;font-weight:400}.space-constellation .space-scrapbook-title strong{font-family:Snell Roundhand,Segoe Script,Bradley Hand,Segoe Print,cursive}.space-constellation .space-scrapbook-title span,.space-constellation .scrapbook-stamp,.space-constellation .scrapbook-postage,.space-constellation .space-scrapbook-label{font-family:Segoe Print,Bradley Hand,cursive}@media (width<=430px){.space-constellation:before{inset:28px 0 8px}.space-constellation:after{inset:39px 2.5% 19px}.label-archive{top:158px;left:-1%}.label-kept{bottom:280px;right:-1%}.space-scrapbook-thread{width:82%;height:420px;top:194px;left:10%}.doodle-left{top:330px;left:-2%}.doodle-right{top:530px;right:-2%}}.home-page{min-height:100%;padding:calc(42px + env(safe-area-inset-top,0px)) 28px 110px;background-color:#f8f1ed;background-image:radial-gradient(72% 46% at 12% 16%,#ffb6c14d 0%,#ffb6c12e 36%,#0000 76%),radial-gradient(66% 52% at 88% 28%,#add8e64d 0%,#add8e629 38%,#0000 78%),radial-gradient(78% 58% at 48% 88%,#c8b4dc33 0%,#c8b4dc1f 42%,#0000 82%),radial-gradient(52% 36% at 72% 72%,#ffe0cd29 0%,#0000 78%);background-position:-18% -10%,108% 4%,34% 112%,92% 78%;background-repeat:no-repeat;background-size:145% 122%,132% 116%,158% 138%,128% 128%;display:block}.home-content{width:min(100%,620px)}.home-content h1{color:var(--text);letter-spacing:-.06em;margin:8px 0 14px;font-size:clamp(34px,6vw,56px);font-weight:500;line-height:1.05}.home-intro{max-width:450px;color:var(--muted);margin:0;font-size:16px;line-height:1.65}.home-actions{gap:10px;max-width:360px;margin-top:28px;display:grid}.home-primary,.home-secondary{border-radius:17px;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:0 18px;font-size:14px;display:flex}.home-primary{background:var(--text);color:var(--surface);justify-content:center}.home-primary svg,.home-secondary svg{width:18px;height:18px}.home-secondary{background:var(--surface-muted);color:var(--text)}.home-recents{margin-top:60px}.home-section-heading{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;display:flex}.home-section-heading button{color:var(--accent-dark);background:0 0;padding:4px 0;font-size:12px}.home-recent-list{border-top:1px solid var(--line)}.home-recent{border-bottom:1px solid var(--line);width:100%;min-height:66px;color:var(--text);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:14px;display:flex}.home-recent strong,.home-recent small{display:block}.home-recent strong{font-size:14px;font-weight:500}.home-recent small{max-width:480px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.home-recent svg{width:17px;height:17px;color:var(--faint);flex:none}.home-dashboard{color:#665b55;gap:14px;margin-top:34px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.home-card{background:color-mix(in srgb, var(--surface-raised) 68%, #f1daca59);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #99806f2e;border-radius:22px;min-width:0;padding:18px;box-shadow:0 8px 24px #63493b17}.home-quote-card{background:color-mix(in srgb, #f0d8ce 35%, var(--surface-raised));padding:20px 22px}.home-card-kicker{color:#a17f70;letter-spacing:.08em;font-size:11px}.home-quote-card p{color:#765c51;margin:9px 0 0;font-size:17px;line-height:1.65}.home-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.home-card-heading{color:#977c6f;justify-content:space-between;align-items:center;font-size:12px;display:flex}.home-card-heading b{color:#bd9584;font-size:18px;font-weight:400}.home-weather-card strong,.home-steps-card strong,.home-water-card>strong{color:#6c5750;letter-spacing:-.05em;margin-top:12px;font-size:29px;font-weight:500;display:block}.home-weather-card>span,.home-steps-card>span,.home-water-card small{color:#9a847a;margin-top:3px;font-size:11px;display:block}.home-weather-card small{color:#ae968a;margin-top:11px;font-size:10px;display:block}.home-weather-card button{color:#88695c;background:#fffaf473;border:1px solid #99806f40;border-radius:999px;margin-top:12px;padding:7px 10px;font-size:11px}.home-steps-card .home-inline-form{gap:5px;margin-top:12px;display:flex}.home-inline-form input,.home-todo-form input{color:#66554e;width:100%;min-width:0;font:inherit;background:0 0;border:0;border-bottom:1px solid #91776840;outline:none;font-size:11px}.home-inline-form button,.home-todo-form button{color:#86675a;background:#dfc2b252;border-radius:8px;flex:none;padding:5px 7px;font-size:10px}.home-weekend-card{background:color-mix(in srgb, #e4d8c8 32%, var(--surface-raised));align-content:center;min-height:115px;display:grid}.home-weekend-card strong{color:#755e53;margin:8px 0 4px;font-size:19px;font-weight:500;line-height:1.3}.home-weekend-card>span:last-child{color:#a68c7e;font-size:11px}.home-water-dots{grid-template-columns:repeat(8,1fr);gap:5px;margin-top:14px;display:grid}.home-water-dots button{aspect-ratio:1;background:0 0;border:1px solid #90786a40;border-radius:50%}.home-water-dots button.filled{background:#d9b3a2;border-color:#c79682}.home-mood-card,.home-todo-card{padding-top:16px}.home-mood-row{justify-content:space-between;gap:5px;margin-top:15px;display:flex}.home-mood-row button{color:#98766a;background:#fffcf761;border:1px solid #0000;border-radius:50%;width:39px;height:39px;font-size:18px}.home-mood-row button.selected{background:#e5c2b366;border-color:#ae776273}.home-mood-trail{color:#b5a39a;justify-content:space-between;margin-top:18px;font-size:14px;display:flex}.home-mood-trail span{background:#baa1931f;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.home-mood-trail .mood-happy{background:#ead6ae}.home-mood-trail .mood-calm{background:#d9e0dc}.home-mood-trail .mood-loved{background:#e5c4c2}.home-mood-trail .mood-tired{background:#d4cbc5}.home-mood-trail .mood-sad{background:#cbd4df}.home-todo-form{gap:8px;margin-top:13px;display:flex}.home-todo-form button{border-radius:50%;width:30px;height:30px;padding:0;font-size:17px}.home-todo-card ul{gap:7px;margin:14px 0 0;padding:0;list-style:none;display:grid}.home-todo-card li{color:#745f56;justify-content:space-between;align-items:center;gap:8px;min-width:0;font-size:12px;display:flex}.home-todo-card li label{align-items:center;gap:8px;min-width:0;display:flex}.home-todo-card li label span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-todo-card li.completed label span{color:#b09c92;text-decoration:line-through}.home-todo-card li>button{color:#b39b90;background:0 0;flex:none;padding:2px 5px;font-size:16px}.placeholder-page{place-items:start center;min-height:100%;padding:24px 26px 110px;display:grid}.placeholder-card{text-align:center;width:min(100%,420px)}.placeholder-icon{background:var(--surface-muted);width:66px;height:66px;color:var(--muted);border-radius:22px;place-items:center;margin:0 auto 22px;display:grid}.placeholder-icon svg{width:30px;height:30px}.placeholder-card h1{letter-spacing:-.04em;margin:0 0 10px;font-size:28px;font-weight:500}.placeholder-card p{color:var(--muted);margin:0 0 24px;font-size:14px;line-height:1.7}.placeholder-card .home-secondary{width:max-content;margin-inline:auto}.boot{background:var(--page);min-height:100dvh;color:var(--muted);place-content:center;justify-items:center;display:grid}.boot p{margin:13px 0 0;font-size:12px}@keyframes response-pulse{to{opacity:.45;transform:translateY(-3px)}}body.sheet-open{width:100%;position:fixed;overflow:hidden}.model-picker-layer{pointer-events:auto;background:#1e1f1d61;align-items:flex-end;padding:0}.model-picker-sheet{pointer-events:auto;width:min(100%,520px);height:58dvh;max-height:58dvh;padding:4px 20px calc(20px + env(safe-area-inset-bottom,0px));background:var(--surface-raised);border-radius:30px 30px 0 0;transition:height .3s,max-height .3s,transform .2s;animation:.3s cubic-bezier(.2,.8,.2,1) both picker-in;overflow:hidden;transform:translateY(0);box-shadow:0 -18px 60px #00000029}.model-picker-sheet.is-dragging{transition:none}.model-picker-header{text-align:center;grid-template-columns:44px 1fr 44px;align-items:center;min-height:44px;display:grid}.model-picker-header h2{letter-spacing:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;font-weight:700;line-height:1.1}.thought-header h2{letter-spacing:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;font-weight:700}.picker-close{background:var(--surface-muted);border-radius:50%;width:44px;height:44px}.picker-header-spacer{width:44px}.model-picker-sheet.is-expanded{height:94dvh;max-height:94dvh}.model-picker-sheet.is-expanded .model-picker-scroll{max-height:calc(94dvh - 52px)}.model-picker-scroll{scrollbar-width:thin;max-height:calc(58dvh - 52px);padding:2px 0;overflow-y:auto}.model-options{background:#f4f3f0;border-radius:25px;padding:0 1px}.model-option{border-bottom:1px solid var(--line);width:100%;min-height:68px;color:var(--text);text-align:left;background:0 0;align-content:center;gap:2px;padding:10px 18px;transition:background .2s,opacity .2s;display:grid}.model-option:first-child{border-radius:25px 25px 0 0}.model-option:last-child{border-bottom:0;border-radius:0 0 25px 25px}.model-option:hover,.model-option.selected{background:var(--surface-hover)}.model-option strong,.effort-option strong{font-size:15px;font-weight:400}.model-option>span:last-child{color:var(--muted);font-size:12px;font-weight:400}.more-model-option>strong{font-size:15px;font-weight:400}.effort-option .effort-check{color:#3972b9;right:18px}.model-option-main{align-items:center;gap:8px;display:flex}.effort-option{justify-content:flex-start;align-items:center;min-height:50px;padding-block:0;display:flex}.effort-option .model-option-main{align-items:center;width:100%}.effort-option .model-option-main strong{flex:none}.model-option em{background:var(--surface-raised);color:var(--muted);border-radius:999px;padding:4px 9px;font-size:10px;font-style:normal;font-weight:400}.model-picker-note{color:var(--muted);margin:14px 4px 16px;font-size:12px;line-height:1.5}.model-picker-note a{color:#2d65a6;text-decoration:underline}.effort-option,.more-model-option{position:relative}.effort-check{color:#3972b9;font-weight:500;line-height:1;position:absolute;right:18px;font-size:28px!important}.more-model-option{justify-content:space-between;align-items:center;min-height:50px;display:flex}.extended-row{background:var(--surface-muted);width:100%;min-height:50px;color:var(--text);text-align:left;border-radius:25px;justify-content:space-between;align-items:center;margin-top:12px;padding:0 14px;display:flex}.extended-row strong,.extended-row small{display:block}.extended-row strong{font-size:14px;font-weight:400;line-height:1}.extended-row small{color:var(--muted);margin-top:0;font-size:11px;font-weight:400;line-height:1}.toggle{background:#c9c9c9;border-radius:999px;align-items:center;width:56px;height:32px;padding:3px;transition:background .2s;display:flex}.toggle.on{background:#3972bd}.toggle i{background:#fff;border-radius:50%;width:26px;height:26px;margin-left:0;transition:transform .2s;box-shadow:0 1px 3px #0000002e}.toggle.on i{transform:translate(24px)}.picker-row{background:var(--surface-muted);width:100%;min-height:56px;color:var(--text);text-align:left;border-radius:25px;justify-content:space-between;align-items:center;margin:9px 0 0;padding:0 18px;display:flex}.picker-row strong{font-size:15px;font-weight:400;line-height:1.2}.picker-row span{color:var(--muted);align-items:center;gap:14px;font-size:14px;font-weight:400;display:flex}.picker-row svg{width:19px;height:19px;color:var(--faint)}.model-picker-empty{color:var(--muted);padding:22px 18px}@keyframes picker-in{0%{opacity:.7;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes thought-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes thought-sheet-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes overlay-out{0%{opacity:1}to{opacity:0}}@keyframes voice-pulse{50%{box-shadow:0 0 0 7px var(--accent-soft)}}@keyframes turn-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes drawer-in{0%{opacity:.7;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@media (width<=900px) and (width>=681px){.app{grid-template-columns:235px minmax(0,1fr)}.sidebar{padding-inline:8px}.message-list{padding-inline:20px}}@media (width<=430px){.home-page{padding:30px 18px 90px}.home-dashboard{gap:11px;margin-top:28px}.home-dashboard-grid{gap:11px}.home-card{border-radius:18px;padding:15px}.home-quote-card p{font-size:15px}.home-card-heading{font-size:11px}.home-weather-card strong,.home-steps-card strong,.home-water-card>strong{font-size:25px}.home-mood-row button{width:34px;height:34px}.home-mood-row button span{font-size:16px}}@media (width<=680px){.app{height:100lvh;min-height:100lvh}:is(.page-surface:has(.home-page),.page-surface:has(.memory-page)){padding-bottom:0}.memory-page{padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}.app{display:block;position:relative}.sidebar{display:none}.memory-timeline{padding-left:30px}.timeline-line{left:8px}.timeline-node{left:-25px}.timeline-entry{width:calc(100% - 4px)}.timeline-entry.left{margin-left:10px}.bottom-navigation{z-index:8;right:0;bottom:calc(-1 * env(safe-area-inset-bottom,0px));padding:6px 10px calc(9px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);background:color-mix(in srgb, var(--surface-raised) 94%, transparent);-webkit-backdrop-filter:blur(18px);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;left:0}.bottom-navigation-item{min-height:42px;color:var(--muted);background:0 0;border-radius:10px;place-items:center;gap:1px;font-size:9px;font-weight:400;display:grid}.bottom-navigation-item svg{width:19px;height:19px}.bottom-navigation-item.active{color:var(--accent-dark);background:var(--accent-soft)}.page-surface{padding-bottom:80px}.thread{height:100%;min-height:100%;display:flex}.mobile-history-button{background:color-mix(in srgb, var(--surface-raised) 50%, transparent);width:42px;height:42px;box-shadow:var(--shadow-soft);border-radius:50%;display:grid}.mobile-history-button svg{width:18px;height:18px}.thread-header{min-height:56px;padding:env(safe-area-inset-top,0px) max(14px, env(safe-area-inset-right,0px)) 0 max(14px, env(safe-area-inset-left,0px));gap:8px}.context-pill{border-radius:20px;justify-content:center;width:fit-content;min-width:0;max-width:128px;min-height:38px;padding:0 10px;font-size:14px;font-weight:500}.context-pill svg{width:14px;height:14px}.thread-actions{gap:3px}.thread-actions .icon-button{background:color-mix(in srgb, var(--surface-raised) 50%, transparent);width:42px;height:42px;box-shadow:var(--shadow-soft);border-radius:50%}.thread-leading .context-pill{margin-left:0}.thread-actions .icon-button svg{width:18px;height:18px}.file-button{margin-right:2px}.message-list{padding:24px 16px 145px}.message-turn{margin-bottom:14px}.assistant-actions{margin-top:10px}.message-turn-user{-webkit-backdrop-filter:blur(10px);background:#f1e7eca8;border:0;border-radius:18px 18px 5px;max-width:86%;margin-bottom:0;padding:10px 14px}.assistant-bubble-stack{gap:8px;max-width:90%}.assistant-bubble{border-radius:18px 18px 18px 5px;padding:10px 14px;font-size:15px;line-height:1.48}.message-content{font-size:15px;line-height:1.54}.message-paragraph+.message-paragraph{margin-top:10px}.message-turn-user .message-content{font-size:15px;line-height:1.54}.composer-dock{padding:0 max(14px, env(safe-area-inset-right,0px)) max(0px, calc(env(safe-area-inset-bottom,0px) - 6px)) max(14px, env(safe-area-inset-left,0px));pointer-events:auto}.composer-dock:after{content:"";z-index:-1;height:calc(env(safe-area-inset-bottom,0px) + 10px);-webkit-backdrop-filter:blur(16px);pointer-events:none;background-image:linear-gradient(#fffefa33,#fffefa33),url(/chat-butterfly-bg.png);background-position:bottom,bottom;background-repeat:repeat,repeat-y;background-size:auto,100%;position:absolute;bottom:0;left:0;right:0}.composer-shell{border-radius:22px;min-height:78px;padding:8px 12px 7px 15px}.composer-bottom{gap:6px}.composer-tool-button{width:38px;height:38px}.voice-button{width:42px;height:42px}.model-pill{width:max-content;min-width:0;max-width:calc(100vw - 190px);padding-inline:12px}.model-pill span{display:inline}.waveform-button{background:color-mix(in srgb, var(--surface-muted) 35%, transparent);width:42px;height:42px}.waveform-button svg{width:18px;height:18px}.composer-shell textarea{min-height:34px;font-size:16px}.route-status{max-width:96px}.composer-disclaimer{display:none}.composer-note{margin-top:6px;font-size:9px}.action-menu{right:max(12px, env(safe-area-inset-right,0px));top:74px}.empty-thread{padding:30px 24px}.empty-thread h1{font-size:32px}.empty-thread p{font-size:16px}.modal-layer{padding-inline:14px}.install-sheet,.confirm-sheet{border-radius:23px;padding:23px 20px}.settings-sheet{border-radius:24px 24px 0 0;width:100%;padding-top:15px}.model-picker-sheet{border-radius:29px 29px 0 0;width:100%;height:58dvh;max-height:58dvh;padding-inline:14px}.model-picker-sheet.is-expanded{max-height:94dvh}.model-picker-sheet.is-expanded .model-picker-scroll{max-height:calc(94dvh - 52px)}.model-picker-scroll{max-height:calc(58dvh - 68px)}.model-picker-header h2{font-size:21px}.thought-sheet{border-radius:29px 29px 0 0;width:100%;height:62dvh;max-height:62dvh;padding-inline:14px}.thought-header{grid-template-columns:44px 1fr 44px;min-height:44px}.model-picker-header h2,.thought-header h2{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;font-weight:700}.thought-close{width:44px;height:44px}.thought-close svg{width:20px;height:20px}.thought-header-spacer{width:44px}.thought-body{max-height:calc(62dvh - 52px);padding:22px 8px 2px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;font-weight:400;line-height:1.55}.model-option{min-height:62px;padding-block:8px;padding-inline:20px}.effort-option{min-height:50px;padding-block:4px}.extended-row{min-height:56px;padding-block:0}.picker-row{min-height:54px}.more-model-option{min-height:50px;padding-block:5px}.sheet-handle{display:block}}@keyframes thinking-spin{to{transform:rotate(360deg)}}.thinking-row{min-height:34px;margin-bottom:3px}@media (width<=350px){.context-pill{width:fit-content;max-width:112px;padding-inline:7px;font-size:13px}.thread-actions .icon-button,.mobile-history-button{width:42px;height:42px}.thread-header{gap:4px}.composer-shell{padding-left:13px}.composer-tool-button{width:34px;height:34px}.model-pill{width:max-content;min-width:0;max-width:calc(100vw - 180px);padding-inline:10px;font-size:11px}.route-status{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.love-splash{--rose:#b76f50;color:#8f7065;isolation:isolate;background:#f7f0e5;width:100%;min-height:100dvh;padding:0;transition:opacity .7s,transform .7s,filter .7s;display:block;position:relative;overflow:hidden}.love-splash:before{content:"";z-index:-5;background:#f7f0e5;position:absolute;inset:0}.love-splash.is-leaving{opacity:0;filter:brightness(1.08)blur(1px);transform:scale(1.02)}.paper-grain{z-index:-1;opacity:.1;pointer-events:none;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");position:absolute;inset:0}@media (width>=600px){.love-splash{width:min(56.25dvh,430px);min-height:100dvh;margin-inline:auto}}.lock-clock{top:calc(10% + env(safe-area-inset-top));z-index:1;opacity:0;color:#8f7065;justify-items:center;gap:5px;animation:.8s .35s both page-awaken;display:grid;position:absolute;left:50%;transform:translate(-50%)}.lock-clock time{color:#8f7065;letter-spacing:-.07em;font-variant-numeric:tabular-nums;text-shadow:0 1px #fff9f1,0 2px 9px #c28a7440;order:2;font-family:Georgia,Times New Roman,STSong,Songti SC,serif;font-size:clamp(82px,22vw,108px);font-weight:600;line-height:.8}.lock-clock span{color:#8f7065;letter-spacing:.05em;white-space:nowrap;order:1;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-size:15px;font-weight:600}.love-title{text-align:center;opacity:0;width:calc(100% - 24px);height:220px;margin:0;animation:1s .5s both title-space;position:absolute;top:51%;left:50%;transform:translate(-50%,-50%)}.memo-stack{opacity:0;width:min(84vw,340px);height:190px;margin:0;animation:.9s .7s forwards memo-arrive;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.memo-note{transform-origin:50%;width:100%;display:block;position:absolute;top:50%;left:50%;overflow:visible}.memo-note-back{transform:translate(-55%,-48%)rotate(-8deg)}.memo-note-front{z-index:1;transform:translate(-45%,-51%)rotate(6deg)}.memo-paper{fill:#fffaf0;stroke:#b99a87;stroke-width:1.35px;stroke-linejoin:round;filter:drop-shadow(0 7px 7px #9c786022)}.memo-note-back .memo-paper{fill:#f8eee0;stroke:#c2a28b}.memo-edge{fill:none;stroke:#d8bdaa;stroke-width:.7px;stroke-linecap:round;opacity:.72}.memo-line{fill:none;stroke:#9e8879;stroke-width:1.35px;stroke-linecap:round;opacity:.72;stroke-dasharray:130;stroke-dashoffset:130px}.memo-line-one{animation:.8s 1.1s forwards pen-line}.memo-line-two{animation:.7s 1.45s forwards pen-line}.love-writing{z-index:3;width:min(100%,370px);display:block;position:absolute;top:calc(51% + 122px);left:50%;overflow:visible;transform:translate(-50%,-50%)}.writing-guide{fill:none;stroke:var(--rose);stroke-width:1.15px;stroke-linecap:round;stroke-dasharray:780;stroke-dashoffset:780px;opacity:.85;filter:drop-shadow(0 1px 1px #fffaf2);animation:1.35s cubic-bezier(.35,.05,.2,1) .9s forwards pen-line}.written-names{fill:var(--rose);stroke:var(--rose);stroke-width:.12px;opacity:0;letter-spacing:1px;filter:drop-shadow(0 1px 1px #fffaf2);font-family:Allura,Parisienne,Snell Roundhand,Apple Chancery,cursive;font-size:88px;animation:1.4s .95s forwards names-written}.name-heart{fill:none;stroke:var(--rose);stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;transform-box:fill-box;transform-origin:50%;font-family:Allura,Parisienne,Snell Roundhand,Apple Chancery,cursive;font-size:62px}.entry-control{left:50%;bottom:calc(42px + env(safe-area-inset-bottom));opacity:0;width:calc(100% - 40px);max-width:330px;margin:0;animation:.8s 2.1s forwards control-arrive;position:absolute;transform:translate(-50%,8px)}.entry-control>p{color:#aa8e82;text-align:center;letter-spacing:.06em;margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:15px}.slide-rail{--slide-progress:0;touch-action:none;background:#f2f0e8c9;border:1px solid #d8d6ce;border-radius:999px;height:58px;position:relative;box-shadow:inset 0 2px 5px #b9b5aa20,0 4px 12px #c9a18212}.slide-rail:before{content:"";z-index:3;border-radius:inherit;pointer-events:none;border:1px solid #fffdf8aa;position:absolute;inset:3px}.rail-label{z-index:1;color:#9d9a91;letter-spacing:.18em;text-transform:lowercase;pointer-events:none;place-items:center;padding-left:38px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:14px;display:grid;position:absolute;inset:0}.rail-fill{z-index:0;width:calc((100% - 8px) * var(--slide-progress));border-radius:inherit;opacity:.55;background:#edc4ae;transition:width .15s ease-out;position:absolute;inset:4px auto 4px 4px}.entry-slider{--slide-progress:0;z-index:2;top:4px;left:calc(4px + (100% - 58px) * var(--slide-progress));background:var(--rose);color:#fffaf2;cursor:grab;touch-action:none;border:0;border-radius:50%;width:50px;height:50px;padding:0;transition:left .15s ease-out,transform .3s,box-shadow .3s;position:absolute;box-shadow:0 3px 9px #bd765b44}.entry-slider:active{cursor:grabbing;transform:scale(1.04);box-shadow:0 4px 10px #bd765b66}.slider-arrow{margin-top:-5px;font-family:Arial,sans-serif;font-size:42px;font-weight:200;line-height:1;display:block;transform:scaleX(.72)}.entry-hint{color:#b7a095;text-align:center;letter-spacing:.07em;margin-top:9px;font-size:8px;display:block}@keyframes memo-arrive{0%{opacity:0;transform:translate(-50%,calc(7px - 50%))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes page-awaken{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur()}}@keyframes title-space{0%{opacity:0;transform:translate(-50%,calc(10px - 50%))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes pen-line{to{stroke-dashoffset:0}}@keyframes names-written{0%{opacity:0;clip-path:inset(0 100% 0 0)}30%{opacity:1}to{opacity:1;clip-path:inset(0)}}@keyframes control-arrive{to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.love-splash *,.love-splash:before{opacity:1;transition:none!important;animation:none!important}.writing-guide{stroke-dashoffset:0}.written-names{clip-path:none}}.thread{background-image:linear-gradient(#e0dae114,#cdc4d01f),url(/chat-butterfly-bg.png)}.assistant-bubble{color:#29272b;background:#9d99a075;border:1px solid #ffffff17;border-color:#ffffff29 #ffffff17 #362f3a14;font-weight:450;box-shadow:inset 0 1px #ffffff12,0 5px 16px #221f1b0f}.message-turn-user{border:1px solid #ffffff17;border-color:#ffffff29 #ffffff17 #362f3a14;box-shadow:inset 0 1px #ffffff12,0 5px 16px #221f1b0f}.chat-canvas:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#70677612 12%,#70677626 30%,#7067762e 50%,#70677626 70%,#70677612 88%,#0000 100%);position:absolute;inset:0}.thread-header{background:linear-gradient(90deg,#0000 0%,#70677612 12%,#70677626 30%,#7067762e 50%,#70677626 70%,#70677612 88%,#0000 100%)}.message-viewport{z-index:1}@media (width<=680px){.chat-canvas:before{opacity:.82}.thread-header{background:linear-gradient(90deg,#0000 0%,#7067760f 12%,#7067761f 30%,#70677626 50%,#7067761f 70%,#7067760f 88%,#0000 100%)}}.page-surface:has(.memory-page){background-color:#faf9f6;background-image:url(/memory-paper-bg.jpeg);background-position:top;background-repeat:repeat-y;background-size:100%;background-attachment:scroll}.page-surface:has(.home-page){background:#f8eff5}.home-page{min-height:100%;padding:calc(34px + env(safe-area-inset-top,0px)) 28px 120px;color:#676168;background-color:#f8eff5;background-image:linear-gradient(#fff7fc14,#ece4ec14),url(/home-star-wings-bg.png);background-position:top;background-repeat:repeat-y;background-size:100%;position:relative}.home-content{width:min(100%,720px);margin:0 auto}.home-welcome{text-align:center;color:#777178;width:fit-content;max-width:100%;margin:0 auto 22px;padding:19px 34px 18px;position:relative}.home-welcome:before{content:"";z-index:0;background:#fff8fd9e;border:1px solid #ffffffb3;border-radius:28px 12px;position:absolute;inset:0;transform:rotate(-1deg);box-shadow:0 10px 30px #695f6c14,inset 0 1px #fffc}.home-welcome>*{z-index:1;position:relative}.home-welcome p{color:#aaa3ab;letter-spacing:.25em;margin:0 0 5px;font-size:9px;font-weight:700}.home-welcome h1{color:#666067;letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,5vw,44px);font-weight:500;line-height:1}.home-welcome>span:last-child{color:#9b929c;letter-spacing:.04em;margin-top:9px;font-size:12px;display:block}.home-welcome-sparkle{color:#fffffff2;text-shadow:0 2px 8px #968a972e;font-size:25px;top:-13px;right:13px;position:absolute!important}.home-dashboard{color:#676168;gap:13px;margin-top:0}.home-card{-webkit-backdrop-filter:blur(9px);background:#fffafdab;border:1px solid #ffffffa8;border-radius:25px;box-shadow:0 9px 24px #534c5617,inset 0 1px #ffffffd1}.home-quote-card{background:linear-gradient(135deg,#fff5fbd1,#efebf1b8);padding:22px 28px;position:relative;overflow:hidden}.home-quote-card:after{content:"☆";color:#aea8b13d;font-size:52px;position:absolute;top:7px;right:18px;transform:rotate(12deg)}.home-card-kicker,.home-card-heading{color:#98919a;letter-spacing:.08em;font-weight:650}.home-quote-card p{z-index:1;color:#69626b;max-width:88%;font-family:Georgia,Songti SC,serif;font-size:17px;position:relative}.home-dashboard-grid{gap:13px}.home-dashboard-grid .home-card:first-child{border-radius:15px 27px 19px 25px;transform:rotate(-.35deg)}.home-dashboard-grid .home-card:nth-child(2){border-radius:27px 17px 26px 18px;transform:rotate(.3deg)}.home-dashboard-grid .home-card:nth-child(3){border-radius:24px 18px 27px 15px;transform:rotate(.25deg)}.home-dashboard-grid .home-card:nth-child(4){border-radius:17px 26px 16px 28px;transform:rotate(-.25deg)}.home-card-heading b{color:#a9a3ab;text-shadow:0 1px #fffc}.home-weather-card strong,.home-steps-card strong,.home-water-card>strong{color:#625c64}.home-weather-card>span,.home-steps-card>span,.home-water-card small,.home-weather-card small{color:#989199}.home-weather-card button,.home-inline-form button,.home-todo-form button{color:#756e77;background:#ddd6de7a;border-color:#978f992e;box-shadow:inset 0 1px #ffffffb8}.home-inline-form input,.home-todo-form input{color:#666068;border-bottom-color:#7e768038}.home-inline-form input::placeholder,.home-todo-form input::placeholder{color:#aaa3ab}.home-weekend-card{background:linear-gradient(145deg,#f7eff7c7,#dcdadfb3)}.home-weekend-card strong{color:#69626b}.home-weekend-card>span:last-child{color:#9c949e}.home-water-dots button{background:#ffffff47;border-color:#87808a47}.home-water-dots button.filled{background:#d9cad9;border-color:#b2a3b473;box-shadow:inset 0 1px #ffffffa6}.home-mood-card{background:#fff7fcb8;border-radius:28px 16px 28px 18px}.home-mood-row button{color:#7f7781;background:#efe9f094;border-color:#ffffff80;box-shadow:0 3px 10px #5c535f0f,inset 0 1px #ffffffb8}.home-mood-row button.selected{background:#e6d4e4;border-color:#a593a966;transform:translateY(-2px)rotate(-3deg)}.home-todo-card{background:#f7f6f9bd;border-radius:17px 28px 18px 27px}.home-todo-card li{color:#706972}.home-todo-card li input{accent-color:#aaa0ad}.home-todo-card li>button{color:#aaa2ac}@media (width<=680px){.home-page{padding:calc(24px + env(safe-area-inset-top,0px)) 16px 104px;background-position:top;background-size:auto 100%;background-attachment:scroll}.home-welcome{margin-bottom:17px;padding:17px 27px 16px}.home-dashboard,.home-dashboard-grid{gap:11px}.home-card{-webkit-backdrop-filter:blur(7px);border-radius:20px;padding:15px}.home-quote-card{padding:18px 20px}.home-quote-card p{max-width:92%;font-size:15px}}.home-todo-card{color:#514b51;clip-path:polygon(0 8px,2% 2px,4% 8px,6% 2px,8% 8px,10% 2px,12% 8px,14% 2px,16% 8px,18% 2px,20% 8px,22% 2px,24% 8px,26% 2px,28% 8px,30% 2px,32% 8px,34% 2px,36% 8px,38% 2px,40% 8px,42% 2px,44% 8px,46% 2px,48% 8px,50% 2px,52% 8px,54% 2px,56% 8px,58% 2px,60% 8px,62% 2px,64% 8px,66% 2px,68% 8px,70% 2px,72% 8px,74% 2px,76% 8px,78% 2px,80% 8px,82% 2px,84% 8px,86% 2px,88% 8px,90% 2px,92% 8px,94% 2px,96% 8px,98% 2px,100% 8px,100% calc(100% - 8px),98% calc(100% - 2px),96% calc(100% - 8px),94% calc(100% - 2px),92% calc(100% - 8px),90% calc(100% - 2px),88% calc(100% - 8px),86% calc(100% - 2px),84% calc(100% - 8px),82% calc(100% - 2px),80% calc(100% - 8px),78% calc(100% - 2px),76% calc(100% - 8px),74% calc(100% - 2px),72% calc(100% - 8px),70% calc(100% - 2px),68% calc(100% - 8px),66% calc(100% - 2px),64% calc(100% - 8px),62% calc(100% - 2px),60% calc(100% - 8px),58% calc(100% - 2px),56% calc(100% - 8px),54% calc(100% - 2px),52% calc(100% - 8px),50% calc(100% - 2px),48% calc(100% - 8px),46% calc(100% - 2px),44% calc(100% - 8px),42% calc(100% - 2px),40% calc(100% - 8px),38% calc(100% - 2px),36% calc(100% - 8px),34% calc(100% - 2px),32% calc(100% - 8px),30% calc(100% - 2px),28% calc(100% - 8px),26% calc(100% - 2px),24% calc(100% - 8px),22% calc(100% - 2px),20% calc(100% - 8px),18% calc(100% - 2px),16% calc(100% - 8px),14% calc(100% - 2px),12% calc(100% - 8px),10% calc(100% - 2px),8% calc(100% - 8px),6% calc(100% - 2px),4% calc(100% - 8px),2% calc(100% - 2px),0 calc(100% - 8px));background-color:#fffdf8;background-image:radial-gradient(circle at 20% 12%,#cabcc214,#0000 32%),repeating-linear-gradient(0deg,#7d707605 0 1px,#0000 1px 4px);border:0;border-radius:2px;width:min(100%,470px);margin:5px auto 0;padding:29px 28px 94px;font-family:Courier New,Microsoft YaHei,monospace;position:relative;overflow:hidden;transform:rotate(-.2deg);box-shadow:0 15px 34px #4c444d2b,0 3px 8px #4c444d14}.home-todo-card:before{content:"MORI MINI MART\a DAILY RECEIPT";color:#4f4950;white-space:pre;letter-spacing:.12em;text-align:center;border-bottom:2px dashed #514b517a;margin:0 0 20px;padding:0 0 17px;font:700 20px/1.45 Courier New,monospace;display:block}.home-todo-card:after{content:"|||| ||| |||||| | |||| || |||||\a M O R I  ·  2 0 2 6";color:#514b51;white-space:pre;letter-spacing:-.12em;text-align:center;font:800 24px/.72 Arial Narrow,sans-serif;position:absolute;bottom:24px;left:28px;right:28px}.home-todo-card .home-card-heading{color:#5d565d;letter-spacing:.14em;text-transform:uppercase;border-bottom:2px dotted #514b518f;padding-bottom:12px;font:700 12px/1.4 Courier New,monospace}.home-todo-card .home-card-heading:after{content:"NO. 0926";color:#8d858d;letter-spacing:.06em;margin-left:auto;font-size:10px}.home-todo-card .home-card-heading b{display:none}.home-todo-card .home-todo-form{border-bottom:2px dashed #514b516b;min-height:42px;margin:12px 0 0;padding:0 0 12px}.home-todo-card .home-todo-form input{color:#514b51;border:0;font-family:Mori Handwriting,cursive;font-size:16px;font-weight:400}.home-todo-card .home-todo-form input::placeholder{color:#aaa2a8}.home-todo-card .home-todo-form button{color:#625b62;width:29px;height:29px;box-shadow:none;background:0 0;border:1px solid #514b5147;border-radius:50%}.home-todo-card ul{counter-reset:receipt-row;gap:0;margin:9px 0 0}.home-todo-card li{counter-increment:receipt-row;color:#514b51;border-bottom:1px dotted #514b5133;grid-template-columns:27px minmax(0,1fr) 22px;gap:8px;min-height:37px;padding:8px 0;font:12px/1.45 Courier New,Microsoft YaHei,monospace;display:grid;position:relative}.home-todo-card li:before{content:counter(receipt-row, decimal-leading-zero);color:#8c848b;padding-top:1px;font-size:10px}.home-todo-card li label{gap:8px;min-width:0}.home-todo-card li label span{letter-spacing:.04em;font-family:Mori Handwriting,cursive;font-size:16px;font-weight:400}.home-todo-card li label:after{content:"0.00";color:#756d74;flex:none;margin-left:auto;font-size:10px}.home-todo-card li input{accent-color:#8c818b;width:13px;height:13px}.home-todo-card li>button{color:#aca4aa;padding:0;font-family:inherit}.home-todo-card li.completed label span{color:#aaa2a8}.home-todo-card li.completed label:after{content:"PAID";color:#b98591;font-weight:700;transform:rotate(-5deg)}.home-todo-card ul:after{content:"TOTAL                               0.00\a --------------------------------------\a Thank you for taking care of today ♡";color:#575057;white-space:pre;text-align:center;border-top:2px dashed #514b5175;margin-top:16px;padding-top:13px;font:700 11px/1.9 Courier New,monospace;display:block}@media (width<=430px){.home-todo-card{width:calc(100% - 6px);padding:27px 22px 88px}.home-todo-card:before{font-size:18px}.home-todo-card:after{font-size:21px;left:22px;right:22px}.home-todo-card .home-todo-form input{font-size:16px}}.memory-page{background:0 0;padding-bottom:24px}.memory-page,.memory-page button,.memory-page input{color:#756d70;font-family:-apple-system,BlinkMacSystemFont,Avenir Next,PingFang SC,Microsoft YaHei,sans-serif}.memory-page h1,.memory-page h2,.memory-page strong,.memory-page .timeline-entry-body{color:#766b70;font-weight:400}.memory-page-header h1{letter-spacing:-.035em}.memory-page .calendar-header h2,.memory-page .timeline-toolbar h2{color:#85777d;font-weight:400}.memory-page .calendar-nav{color:#897980;background:#f8f6f180}.memory-page .calendar-day.today{box-shadow:inset 0 0 0 1px #aa8b97b8}.memory-page .calendar-day.selected{color:#6f6370;background:#c9b8cfad;font-weight:500;box-shadow:inset 0 0 0 1px #aa91b175}.memory-page .timeline-entry-header,.memory-page .timeline-toolbar h2,.memory-page .timeline-scope,.memory-page .timeline-date{color:#8f8085}.memory-page .timeline-entry-header:hover{color:#766b70;background:#f8f6f159}.memory-page .timeline-entry-body{color:#786d71}.memory-page .timeline-filter-button{color:#786d72;text-shadow:0 0 .15px;font-family:Snell Roundhand,Segoe Script,Apple Chancery,cursive;font-size:16px;font-weight:700}.memory-page .timeline-selected-date strong,.memory-page .timeline-selected-date span{color:#6f6268;letter-spacing:-.025em;font-family:-apple-system,BlinkMacSystemFont,Avenir Next,PingFang SC,Microsoft YaHei,sans-serif;font-weight:400}.memory-page-header h1{color:#66555f;letter-spacing:.015em;font-family:Snell Roundhand,Segoe Script,Apple Chancery,Kaiti SC,cursive;font-size:clamp(34px,5vw,46px);font-weight:500}.memory-kicker{color:#92727f;letter-spacing:.08em;margin:0;font-family:Marker Felt,Bradley Hand,Segoe Print,Comic Sans MS,cursive;font-size:12px;font-weight:400}.memory-page .calendar-header h2{color:#76666d;letter-spacing:.01em;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:400}.memory-page .calendar-header h2 .calendar-date-label{letter-spacing:.08em;font-size:.9em;font-weight:500;font-family:STHeitiSC-Medium,STHeitiTC-Medium,Heiti SC,Heiti TC,PingFang SC,sans-serif!important}.memory-page .timeline-toolbar h2{color:#76666d;letter-spacing:.015em;font-family:Snell Roundhand,Segoe Script,Apple Chancery,cursive;font-size:30px;font-weight:400}.memory-page .calendar-day{color:#75666b}.memory-page .calendar-day.outside{color:#a99a9f}.memory-page .timeline-entry-header,.memory-page .timeline-date,.memory-page .timeline-scope{color:#827178}.memory-page .timeline-entry-body{color:#706168;font-family:Georgia,Times New Roman,serif}.memory-page .timeline-entry-header,.memory-page .timeline-date,.memory-page .timeline-scope{font-family:Georgia,Times New Roman,serif}.memory-page .calendar-weekdays,.memory-page .calendar-day{text-shadow:0 0 .15px;font-family:Snell Roundhand,Segoe Script,Apple Chancery,cursive;font-weight:700}.memory-page .calendar-weekdays{letter-spacing:.02em;font-size:12px}.memory-page .calendar-day{font-size:15px}
