:root{font-family:Noto Sans SC,Microsoft YaHei,system-ui,sans-serif;color:#303b34;background:#fbf8f1;font-synthesis:none;--cream:#fbf8f1;--paper:#fffdf9;--sage:#7f9f89;--deep:#53705d;--muted:#7b887f;--pink:#f5dfdc;--yellow:#f6edcf;--blue:#e1eef0;--line:#e8e8df;--shadow:0 14px 40px rgba(73,89,76,.1)}*{box-sizing:border-box}html{background:var(--cream)}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 6% 2%,#eaf3e8 0,transparent 26%),radial-gradient(circle at 96% 10%,#fae8e5 0,transparent 24%),var(--cream)}button,input,textarea{font:inherit;color:inherit}button{border:0;cursor:pointer}button:disabled{opacity:.4;cursor:default}.feed-page,.editor-page,.placeholder-page{max-width:700px;min-height:100vh;margin:auto;padding:env(safe-area-inset-top) 16px calc(104px + env(safe-area-inset-bottom))}.feed-top{display:flex;justify-content:space-between;align-items:center;padding:28px 3px 20px}.feed-top p,.feed-top h1{margin:0}.feed-top p{font-size:13px;color:var(--deep)}.feed-top h1{font-family:Georgia,"Noto Serif SC",serif;font-size:24px;line-height:1.4;margin:5px 0}.feed-top time{font-size:12px;color:var(--muted)}.search-button,.icon-button{width:42px;height:42px;border-radius:16px;background:#ffffffd9;display:grid;place-items:center;box-shadow:0 8px 24px #41524417}.search-button svg,.icon-button svg{width:19px}.memory-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:20px;border-radius:28px;background:linear-gradient(135deg,#e0eedef2,#f9e1dce0);box-shadow:var(--shadow);position:relative;overflow:hidden}.memory-card:before{content:"";position:absolute;inset:0;opacity:.2;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:9px 9px}.memory-card>*{position:relative}.memory-card small{color:var(--deep)}.memory-card h2{font-size:16px;line-height:1.5;margin:8px 0 3px}.memory-card p{font-size:11px;color:var(--muted);margin:0}.memory-card>span{font-size:40px}.today-heading{display:flex;justify-content:space-between;align-items:end;margin:26px 3px 13px}.today-heading small{font-size:8px;letter-spacing:2px;color:#9aa49c}.today-heading h2{font-size:18px;margin:3px 0}.today-heading button{display:flex;align-items:center;gap:5px;background:#e8f0e6;color:var(--deep);padding:9px 11px;border-radius:14px;font-size:11px}.today-heading svg{width:15px}.timeline{display:grid;gap:13px}.feed-card{position:relative;background:#fffdf9f5;border:1px solid rgba(226,228,219,.8);border-radius:25px;padding:17px;box-shadow:0 9px 30px #46564912}.feed-card>header{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--muted)}.feed-card .icon-button{width:32px;height:32px;background:transparent;box-shadow:none}.feed-card h3{font-family:Georgia,"Noto Serif SC",serif;margin:8px 0 4px;font-size:17px}.record-content{white-space:pre-wrap;line-height:1.75;font-size:14px;margin:7px 0 12px}.moods{font-size:24px;margin:3px 0}.card-menu{position:absolute;right:14px;top:47px;z-index:3;padding:6px;background:#fff;border-radius:15px;box-shadow:0 14px 34px #323c342e}.card-menu button{display:flex;align-items:center;gap:7px;width:100%;padding:9px 16px;background:transparent;font-size:12px}.card-menu svg{width:15px}.danger{color:#b25e5e!important}.photo-grid{display:grid;gap:4px;margin:12px -4px 4px}.photo-grid.count-1{grid-template-columns:1fr}.photo-grid.count-2,.photo-grid.count-3,.photo-grid.count-4{grid-template-columns:1fr 1fr}.photo-wrap{position:relative;min-width:0}.feed-photo{display:block;width:100%;height:100%;padding:0;background:#eee;overflow:hidden;border-radius:13px}.feed-photo img{display:block;width:100%;height:100%;max-height:420px;object-fit:cover}.count-1 .feed-photo img{object-fit:contain;background:#f4f1eb}.count-2 .photo-wrap,.count-3 .photo-wrap,.count-4 .photo-wrap{aspect-ratio:1}.more-photos{position:absolute;inset:0;background:#28312b85;color:#fff;border-radius:13px;font-size:24px}.feed-card>footer{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.feed-card>footer button{background:#f0f4ed;color:var(--deep);border-radius:999px;padding:5px 9px;font-size:10px}.transaction-line{display:flex;justify-content:space-between;padding:10px;border-radius:13px;background:#f6efdc;font-size:12px}.feed-empty{text-align:center;padding:48px 12px}.feed-empty>span{font-size:45px}.feed-empty h2{font-size:18px}.feed-empty p{font-size:12px;color:var(--muted)}.feed-empty button,.primary-save{padding:12px 20px;border-radius:16px;background:var(--sage);color:#fff}.tag-page-head{padding:12px 4px 20px}.tag-page-head button,.back-text{background:transparent;color:var(--deep)}.tag-page-head h2{margin:12px 0 3px}.tag-page-head p{margin:0;color:var(--muted);font-size:12px}.bottom-nav{position:fixed;z-index:20;bottom:0;left:50%;transform:translate(-50%);width:min(700px,100%);height:78px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:#fffdf8f0;display:flex;justify-content:space-around;box-shadow:0 -10px 30px #46504614;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.bottom-nav button{background:transparent;display:grid;place-items:center;gap:2px;color:#8d968f;min-width:52px}.bottom-nav svg{width:19px}.bottom-nav small{font-size:9px}.bottom-nav .active{color:var(--deep)}.nav-add{width:56px;height:56px;border-radius:21px;background:var(--sage)!important;color:#fff!important;transform:translateY(-17px);box-shadow:0 9px 20px #57766247}.sheet-backdrop,.dialog-backdrop{position:fixed;z-index:50;inset:0;background:#2c362f47;display:flex;align-items:end;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bottom-sheet{width:min(700px,100%);max-height:78vh;overflow:auto;padding:10px 18px calc(24px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0;background:var(--paper);box-shadow:0 -18px 60px #2d39302e}.sheet-handle{width:42px;height:4px;border-radius:99px;background:#d6dad4;margin:0 auto 14px}.sheet-title{display:flex;align-items:center;justify-content:space-between;gap:15px}.sheet-title h3{margin:0;font-size:17px}.sheet-title p{font-size:10px;color:var(--muted);margin:4px 0 0}.sheet-title>button{background:#edf3eb;color:var(--deep);padding:8px 11px;border-radius:12px;font-size:11px}.quick-sheet>button{width:100%;display:flex;text-align:left;align-items:center;gap:13px;margin-top:10px;padding:14px;background:#f6f3ec;border-radius:19px}.quick-sheet>button>span{font-size:26px}.quick-sheet b,.quick-sheet small{display:block}.quick-sheet small{margin-top:3px;color:var(--muted);font-size:10px}.emoji-tabs{display:flex;overflow:auto;gap:6px;padding:15px 0 10px;scrollbar-width:none}.emoji-tabs button,.chips button{white-space:nowrap;padding:7px 10px;border-radius:999px;background:#f1efe9;font-size:10px}.emoji-tabs .selected,.chips .selected{background:#dfeade;color:var(--deep);box-shadow:inset 0 0 0 1px #a8bea9}.emoji-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;padding-bottom:12px}.emoji-grid button{font-size:26px;background:transparent;padding:8px 2px}.mood-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;padding:18px 0}.mood-grid button{font-size:27px;padding:10px 2px;border-radius:16px;background:#f5f2eb}.mood-grid .selected{background:#dfeade;box-shadow:inset 0 0 0 2px var(--sage)}.search-input,.inline-create input{width:100%;border:1px solid var(--line);background:#f9f7f1;border-radius:14px;padding:11px;outline:none}.tag-sheet .search-input{margin:14px 0 10px}.chips{display:flex;flex-wrap:wrap;gap:7px}.tag-list{max-height:220px;overflow:auto}.create-tag{display:flex;gap:7px;align-items:center;margin-top:13px;padding:10px;background:#e8f0e6;border-radius:13px;color:var(--deep)}.create-tag svg{width:16px}.editor-page{padding-top:env(safe-area-inset-top)}.editor-header{display:flex;align-items:center;justify-content:space-between;padding:15px 0}.editor-header>div{text-align:center}.editor-header small{color:var(--muted);font-size:9px}.editor-header h1{font-size:18px;margin:2px}.save-top{background:#e4eee2;color:var(--deep);padding:9px 13px;border-radius:13px;font-size:11px}.editor-paper{background:#fffdf9f2;border-radius:27px;padding:18px;box-shadow:var(--shadow)}.title-input{width:100%;border:0;background:transparent;font:600 18px Georgia,"Noto Serif SC",serif;padding:7px 0 13px;outline:none}.editor-paper textarea{display:block;width:100%;min-height:220px;border:0;resize:none;outline:none;background:transparent;font-size:16px;line-height:1.8}.editor-tools{display:flex;gap:7px;border-top:1px solid var(--line);padding-top:12px}.editor-tools button{width:42px;height:42px;border-radius:15px;background:#f1f3ec;display:grid;place-items:center;color:var(--deep)}.editor-tools svg{width:19px}.editor-tools span{font-size:20px}.hidden-input{display:none}.draft-media,.selection-summary,.organize{margin-top:13px;padding:15px;background:#fffdf9eb;border-radius:23px}.section-label{display:flex;justify-content:space-between;font-size:12px;margin-bottom:10px}.section-label span{color:var(--muted)}.draft-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.draft-media-grid article{overflow:hidden;border-radius:15px;background:#f0eee8}.draft-media-grid img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.draft-media-grid article>div{display:flex;padding:5px}.draft-media-grid button{flex:1;display:grid;place-items:center;background:transparent;font-size:9px;padding:5px}.draft-media-grid svg{width:14px}.selection-summary{display:flex;flex-wrap:wrap;gap:7px}.selection-summary span{font-size:22px}.selection-summary button{background:#edf3eb;color:var(--deep);border-radius:999px;padding:6px 9px;font-size:10px}.organize summary{display:flex;justify-content:space-between;list-style:none;cursor:pointer}.organize summary span{display:flex;gap:7px;font-size:13px}.organize summary svg{width:16px}.organize-block{padding-top:17px}.organize-block>b{display:block;font-size:12px;margin-bottom:9px}.inline-create{display:flex;gap:7px;margin-top:10px}.inline-create button{width:42px;border-radius:13px;background:#e3ece1}.inline-create svg{width:16px}.primary-save{display:block;width:100%;margin-top:17px;font-size:13px}.dialog-backdrop{align-items:center;padding:20px}.dialog{position:relative;width:min(360px,100%);text-align:center;padding:25px;background:var(--paper);border-radius:27px;box-shadow:0 22px 70px #2b362e40}.dialog>span{font-size:38px}.dialog h3{margin:10px 0 5px}.dialog p{font-size:11px;line-height:1.7;color:var(--muted)}.dialog>div{display:flex;gap:8px;margin-top:18px}.dialog>div button{flex:1;padding:11px;border-radius:14px;background:#f0eee8}.danger-fill{background:#b86c67!important;color:#fff}.dialog-close{position:absolute;right:12px;top:12px;background:transparent}.dialog-close svg{width:17px}.photo-viewer{position:fixed;z-index:70;inset:0;background:#182019;display:grid;place-items:center}.photo-viewer img{max-width:100%;max-height:85vh;object-fit:contain}.viewer-close{position:absolute;top:calc(18px + env(safe-area-inset-top));right:18px;background:#ffffff24;color:#fff;width:42px;height:42px;border-radius:50%;display:grid;place-items:center}.photo-viewer footer{position:absolute;bottom:calc(20px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:24px;color:#fff}.photo-viewer footer button{background:#ffffff26;color:#fff;width:42px;height:42px;border-radius:50%}.notice{position:fixed;z-index:80;left:50%;bottom:94px;transform:translate(-50%);background:#405449;color:#fff;padding:11px 16px;border-radius:15px;font-size:11px;box-shadow:var(--shadow)}.placeholder-page{display:grid;place-items:center}.placeholder-page>.back-text{position:absolute;top:calc(24px + env(safe-area-inset-top));left:max(20px,calc(50% - 330px))}.placeholder-page>div{text-align:center}.placeholder-page span{font-size:52px}.placeholder-page h1{font-size:22px}.placeholder-page p{color:var(--muted)}.diagnostics{margin-top:20px;padding:15px;border:1px dashed #a7b8aa;border-radius:18px;font-size:11px}.diagnostics button{padding:7px;margin:6px;border-radius:8px}.diagnostics ul{list-style:none;padding:0}.diagnostics li{display:flex;gap:7px;align-items:center}.build{text-align:center;font-size:8px;color:#a4aaa4;margin-top:20px}.update-toast{position:fixed;z-index:90;left:50%;bottom:92px;transform:translate(-50%);width:min(430px,calc(100% - 28px));display:flex;align-items:center;gap:10px;padding:13px;border-radius:20px;background:#fff;box-shadow:0 18px 50px #2d3a3038}.update-toast>span{font-size:24px}.update-toast div{flex:1}.update-toast strong{font-size:13px}.update-toast p{font-size:10px;color:var(--muted);margin:3px 0 0}.update-toast button{padding:8px;border-radius:10px;background:#f2efe8;font-size:10px}.update-toast .update-now{background:var(--sage);color:#fff}@media(min-width:600px){.draft-media-grid{grid-template-columns:repeat(3,1fr)}.emoji-grid{grid-template-columns:repeat(9,1fr)}}@media(max-width:380px){.feed-top h1{font-size:21px}.emoji-grid{grid-template-columns:repeat(6,1fr)}.editor-paper textarea{min-height:190px}.bottom-nav button{min-width:46px}}.mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:13px;padding:4px;border-radius:17px;background:#ebeae3}.mode-switch button{padding:10px;border-radius:13px;background:transparent;font-size:11px}.mode-switch .selected{background:#fff;color:var(--deep);box-shadow:0 5px 16px #3f4e4217}.editor-paper textarea.structured-note{min-height:82px}.structure-preserved{padding:10px 13px;border-radius:14px;background:#eaf1e8;color:var(--deep);font-size:10px}.structured-editor{margin-top:13px;padding:15px;background:#fffdf9f0;border-radius:23px}.structured-intro{display:flex;justify-content:space-between;gap:10px;align-items:start}.structured-intro small{font-size:8px;letter-spacing:1.5px;color:#99a49b}.structured-intro h2{font-size:17px;margin:3px 0}.structured-intro p{font-size:10px;color:var(--muted);margin:0}.structured-intro>button,.structure-empty{display:flex;align-items:center;gap:4px;padding:9px;border-radius:12px;background:#e5eee3;color:var(--deep);font-size:10px}.structured-intro svg{width:14px}.structure-empty{width:100%;justify-content:center;margin-top:15px}.node-list{display:grid;gap:9px;margin-top:14px}.node-card{padding:10px;border-radius:17px;background:#f4f2ec;border:1px solid #ebe8df}.node-card>header{display:flex;gap:5px;align-items:center}.node-card>header b{min-width:25px;color:var(--deep);font-size:11px}.node-card>header input{min-width:0;flex:1;border:0;background:transparent;font-weight:600;outline:none}.collapse-node{width:26px;height:26px;display:grid;place-items:center;border-radius:9px;background:#e5ebe2}.collapse-node svg{width:14px}.node-card textarea{width:100%;min-height:60px;margin-top:7px;padding:8px;border:0;border-radius:11px;background:#fffdf9;resize:vertical;outline:none;font-size:11px;line-height:1.6}.node-actions{display:flex;gap:3px;overflow:auto;padding-top:7px;scrollbar-width:none}.node-actions button{display:flex;align-items:center;gap:2px;white-space:nowrap;padding:6px;border-radius:8px;background:#e9e8e2;font-size:8px}.node-actions svg{width:12px}.domain-choice{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}.domain-choice button{padding:12px;border-radius:14px;background:#e7efe5;color:var(--deep)}.emoji-search{display:flex;align-items:center;gap:8px;margin-top:14px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:#f8f6f0}.emoji-search svg{width:17px;color:var(--muted)}.emoji-search input{width:100%;border:0;outline:none;background:transparent;font-size:12px}.emoji-results{margin-top:7px}.emoji-results>small{color:var(--muted);font-size:9px}.emoji-grid{max-height:330px;overflow:auto;align-content:start}.emoji-grid button{font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif}.emoji-empty{text-align:center;color:var(--muted);padding:30px}.structure-summary{margin:10px 0;padding:11px;border-radius:15px;background:#eef3eb}.structure-summary p{display:flex;gap:7px;margin:5px 0;font-size:12px}.structure-summary p b{color:var(--deep)}.structure-summary small{display:block;margin-top:8px;color:var(--muted);font-size:9px}@media(max-width:390px){.node-card{margin-left:0!important}.node-actions button{padding:7px 6px}}
