.admin-login-page{min-height:100dvh;color:var(--text);background:linear-gradient(135deg, var(--soft) 0%, var(--soft) 50%, var(--active) 100%);place-items:center;padding:24px;display:grid}.admin-login-card{border:1px solid var(--line);background:var(--panel);width:min(420px,100%);box-shadow:var(--shadow-soft);border-radius:24px;gap:14px;padding:28px;display:grid}.admin-login-card span{color:var(--muted);letter-spacing:.12em;font-size:12px}.admin-login-card h1,.admin-login-card p{margin:0}.admin-login-card p{color:var(--muted);line-height:1.7}.admin-login-card label{color:var(--text);gap:7px;font-size:13px;display:grid}.admin-login-card input{border:1px solid var(--line);min-height:42px;color:var(--text);background:var(--panel);border-radius:12px;padding:8px 10px}.admin-login-card button{height:42px;margin-top:4px}.admin-login-feedback{background:#9a6a3a1f;border:1px solid #9a6a3a47;border-radius:12px;padding:10px 12px;font-size:13px;color:var(--orange)!important}:root{--bg:#f4f1ea;--panel:#fffdf8;--text:#1f2933;--muted:#73706a;--line:#e2ddd2;--soft:#f7f4ee;--active:#ece7dd;--blue:#4f6f8f;--blue-strong:#354f68;--navy:#1d252c;--purple-soft:#eee8df;--purple:#6f6254;--green:#5f7d68;--orange:#9a6a3a;--shadow-soft:0 12px 32px #1f29330f;--shadow-card:0 8px 22px #1f29330b;--mobile-browser-bottom-gap:36px;--mobile-bottom-nav-height:66px;--bg-gradient:radial-gradient(circle at 18% 10%, var(--panel), transparent 30%), linear-gradient(135deg, var(--soft) 0%, var(--soft) 46%, var(--active) 100%)}[data-theme=dark]{--bg:#1c1814;--panel:#252019;--text:#e8e0d4;--muted:#9e9688;--line:#3a342c;--soft:#2c261e;--active:#362f26;--blue:#7faed4;--blue-strong:#a0c4e8;--navy:#e8e0d4;--purple-soft:#3d3530;--purple:#c4a882;--green:#8aad8c;--orange:#d4a06a;--shadow-soft:0 12px 32px #0009;--shadow-card:0 8px 22px #00000080;--bg-gradient:radial-gradient(circle at 18% 10%, #ffdca00a, transparent 30%), linear-gradient(135deg, #1c1814 0%, #1a1610 46%, #181410 100%)}@keyframes pageReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes detailReveal{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes cardReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box}body{height:100vh;color:var(--text);background:var(--bg-gradient,var(--bg));margin:0;font-family:Microsoft YaHei,PingFang SC,Noto Sans SC,sans-serif;transition:background-color .3s,color .3s,background .3s;overflow:hidden}button,input,textarea{font:inherit}button{cursor:pointer}.button-icon,.inline-icon,.icon-only{color:currentColor;place-items:center;display:inline-grid}.button-icon svg,.inline-icon svg,.icon-only svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.inline-icon{vertical-align:-3px;margin-right:6px}.icon-only svg{width:23px;height:23px}.admin-shell-hero{flex-wrap:wrap}.admin-shell-nav{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-shell-nav a,.admin-permission-card a{text-decoration:none}.admin-shell-nav a,.admin-shell-nav button{cursor:pointer;height:34px;color:var(--text);background:#8aa1b81a;border:1px solid #8aa1b838;border-radius:999px;align-items:center;padding:0 16px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.admin-users-table{min-width:1040px}.admin-user-status-badge,.admin-user-role-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:58px;height:26px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.admin-user-status-badge.is-active{color:var(--green);background:#5f7d6824;border:1px solid #5f7d683d}.admin-user-status-badge.is-disabled{color:var(--muted);background:#8aa1b80d;border:1px solid #8aa1b826}.admin-user-role-badge.is-user{color:var(--text);background:#8aa1b81a;border:1px solid #8aa1b838}.admin-user-role-badge.is-admin{color:var(--orange);background:#9a6a3a1f;border:1px solid #9a6a3a47}.admin-user-detail-panel{z-index:20;border:1px solid var(--line);background:var(--panel);border-radius:22px;gap:14px;width:min(420px,100vw - 32px);padding:22px;display:grid;position:fixed;inset:36px 36px auto auto;box-shadow:0 22px 52px #1f29332e}.admin-user-detail-panel h2,.admin-user-detail-panel dl{margin:0}.admin-user-detail-panel dl{gap:10px;display:grid}.admin-user-detail-panel dl div{grid-template-columns:88px 1fr;gap:12px;display:grid}.admin-user-detail-panel dt{color:var(--blue);font-size:13px;font-weight:700}.admin-user-detail-panel dd{color:var(--text);word-break:break-all;margin:0}.admin-theory-page{height:100dvh;min-height:100dvh;color:var(--text);background:linear-gradient(135deg, var(--soft) 0%, var(--soft) 50%, var(--active) 100%);padding:28px;overflow-y:auto}.admin-theory-hero{border:1px solid var(--line);background:var(--panel);width:min(1180px,100%);box-shadow:var(--shadow-soft);border-radius:24px;justify-content:space-between;align-items:center;gap:20px;margin:0 auto 18px;padding:24px;display:flex}.admin-theory-hero span{color:var(--muted);letter-spacing:.12em;font-size:12px}.admin-theory-hero h1{margin:6px 0;font-size:28px}.admin-theory-hero p{color:var(--muted);margin:0}.admin-theory-filters{border:1px solid var(--line);background:var(--panel);width:min(1180px,100%);box-shadow:var(--shadow-card);border-radius:18px;grid-template-columns:180px minmax(220px,1fr) 160px auto;gap:12px;margin:0 auto 14px;padding:16px;display:grid}.admin-theory-filters label,.admin-theory-form-panel label{color:var(--text);gap:6px;font-size:13px;display:grid}.admin-theory-filters input,.admin-theory-filters select,.admin-theory-form-panel input,.admin-theory-form-panel select,.admin-theory-form-panel textarea{border:1px solid var(--line);min-height:38px;color:var(--text);background:var(--panel);border-radius:12px;padding:8px 10px}.admin-theory-form-panel textarea{resize:vertical;min-height:82px}.admin-theory-filter-actions,.admin-theory-form-actions{align-items:end;gap:8px;display:flex}.admin-theory-filter-actions{align-self:end;align-items:center}.admin-theory-filter-actions button{min-width:72px;height:38px;margin:0}.admin-theory-form-actions{align-items:end}.admin-theory-feedback{width:min(1180px,100%);color:var(--muted);margin:0 auto 12px;font-size:13px}.admin-theory-login-card{background:var(--panel);width:min(1180px,100%);box-shadow:var(--shadow-card);border:1px solid #4f6f8f29;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin:0 auto 14px;padding:14px 16px;display:flex}.admin-theory-login-card p{color:var(--muted);margin:0;font-size:13px}.admin-theory-table-card{border:1px solid var(--line);background:var(--panel);width:min(1180px,100%);box-shadow:var(--shadow-card);border-radius:20px;margin:0 auto;overflow-x:auto}.admin-theory-table{border-collapse:collapse;width:100%;min-width:1080px}.admin-theory-table th,.admin-theory-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px;font-size:13px}.admin-theory-table th{color:var(--muted);background:#8aa1b814;font-weight:700}.admin-theory-viewpoint{max-width:260px;color:var(--text);line-height:1.6}.admin-theory-tags{color:var(--text)}.admin-theory-status-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:58px;height:26px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.admin-theory-status-badge.is-enabled{color:var(--green);background:#5f7d6824;border:1px solid #5f7d683d}.admin-theory-status-badge.is-disabled{color:var(--orange);background:#9a6a3a1f;border:1px solid #9a6a3a47}.admin-theory-toggle-button.is-enable-action{color:var(--green);background:#5f7d681f;border-color:#5f7d6847}.admin-theory-toggle-button.is-disable-action{color:var(--orange);background:#9a6a3a1f;border-color:#9a6a3a47}.admin-theory-embedding-cell{gap:4px;display:grid}.admin-theory-embedding-cell strong{color:var(--text);font-size:13px}.admin-theory-embedding-cell span{color:var(--muted);font-size:12px}.admin-theory-row-actions{flex-wrap:wrap;gap:8px;max-width:200px;display:flex}.admin-theory-row-actions button{min-width:56px;height:30px;color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #8aa1b838;border-radius:999px;flex:calc(50% - 4px);justify-content:center;align-items:center;padding:0 8px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.admin-theory-pagination{width:min(1180px,100%);color:var(--muted);justify-content:flex-end;align-items:center;gap:10px;margin:14px auto 0;display:flex}.admin-theory-pagination button{min-width:72px;height:32px;margin:0}.admin-theory-pagination span{text-align:center;min-width:140px;font-size:13px}.admin-theory-form-panel{z-index:20;border:1px solid var(--line);background:var(--panel);border-radius:22px;gap:12px;width:min(520px,100vw - 32px);max-height:calc(100dvh - 72px);padding:22px;display:grid;position:fixed;inset:36px 36px auto auto;overflow-y:auto;box-shadow:0 22px 52px #1f29332e}.admin-theory-form-panel h2{margin:0}.admin-theory-form-feedback{color:var(--orange);background:#9a6a3a1f;border:1px solid #9a6a3a47;border-radius:12px;margin:0;padding:10px 12px;font-size:13px}.admin-theory-checkbox{grid-template-columns:auto 1fr;align-items:center;display:flex!important}@media (max-width:900px){.admin-theory-page{padding:14px}.admin-theory-hero,.admin-theory-filters{grid-template-columns:1fr}.admin-theory-hero{flex-direction:column;align-items:stretch}.admin-theory-form-panel{width:auto;max-height:calc(100dvh - 24px);inset:12px}}.chat-sidebar{z-index:5;background:var(--panel);border:1px solid var(--line);width:258px;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:0 22px 22px 0;flex-direction:column;padding:16px 10px;transition:width .22s,padding .22s,box-shadow .22s;display:flex;position:fixed;inset:12px auto 98px 12px}.sidebar-content{scrollbar-width:thin;scrollbar-color:#73706a47 transparent;flex:1;min-height:0;padding-right:4px;transition:opacity .18s,transform .18s;overflow-y:auto}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-thumb{background:#73706a3d;border-radius:999px}.sidebar-content::-webkit-scrollbar-track{background:0 0}.sidebar-toggle{z-index:10;color:#0000;width:20px;height:100%;box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:flex-start;align-items:center;font-size:0;transition:none;display:flex;position:absolute;top:0;bottom:0;right:-20px;transform:none}.sidebar-toggle:after{content:"‹";background:var(--panel);border:1px solid var(--line);width:20px;height:64px;color:var(--muted);opacity:0;border-left:none;border-radius:0 8px 8px 0;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:all .2s;display:flex;box-shadow:4px 0 12px #00000008}[data-theme=dark] .sidebar-toggle:after{box-shadow:4px 0 12px #0003}.sidebar-toggle:hover:after{opacity:1;color:var(--text);background:var(--soft)}.app-shell.sidebar-collapsed .sidebar-toggle{width:24px;right:-24px}.app-shell.sidebar-collapsed .sidebar-toggle:after{content:"›";opacity:1;background:var(--panel);border-radius:0 12px 12px 0;width:24px;height:48px}.app-shell.sidebar-collapsed .sidebar-toggle:hover:after{background:var(--soft)}.app-shell.sidebar-collapsed .chat-sidebar{width:18px;padding-left:0;padding-right:0}.app-shell.sidebar-collapsed .sidebar-content{opacity:0;pointer-events:none;transform:translate(-6px)}.app-shell.sidebar-collapsed .page-chat{margin-left:42px}.mobile-sidebar-menu{display:none}.new-chat-button{color:#fff;background:var(--navy);border:0;border-radius:13px;justify-content:center;align-items:center;gap:12px;width:222px;height:40px;margin:0 auto 18px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:flex;box-shadow:0 10px 20px #1d252c24}.new-chat-button:hover{background:#111820;transform:translateY(-1px);box-shadow:0 12px 24px #1d252c2e}.new-chat-button:active,.dark-button:active,.light-button:active,.send-button:active,.nav-button:active,.detail-tab:active,.conversation-item:active,.diary-card:active,.knowledge-card:active,.back-button:active,.mobile-history-button:active{transform:scale(.98)}.new-chat-button span,.dark-button span{font-size:20px;line-height:1}.conversation-search{align-items:center;width:222px;height:38px;margin:-6px auto 8px;display:grid;position:relative}.conversation-search-icon{color:#8a857c;pointer-events:none;place-items:center;width:16px;height:16px;display:grid;position:absolute;left:12px}.conversation-search-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.conversation-search input{border:1px solid var(--line);width:100%;height:100%;color:var(--text);background:#f7f4eec7;border-radius:13px;outline:none;padding:0 12px 0 35px;font-size:13px;transition:border-color .18s,background .18s,box-shadow .18s}.conversation-search input:focus{background:var(--panel);border-color:#4f6f8f57;box-shadow:0 0 0 4px #4f6f8f14}.conversation-search-status{color:#8a857c;width:222px;min-height:16px;margin:0 auto 8px;font-size:12px}.conversation-empty{border:1px dashed var(--line);color:#8a857c;text-align:center;background:#f7f4ee85;border-radius:14px;margin:10px 4px;padding:18px 12px;font-size:13px}.conversation-list{gap:8px;display:grid}.conversation-item{width:100%;color:var(--text);text-align:left;box-shadow:none;background:0 0;border:0;border-radius:14px;gap:5px;padding:12px 14px;transition:background .18s,transform .18s;display:grid;position:relative}.conversation-open-button{min-width:0;color:inherit;text-align:left;appearance:none;box-shadow:none;background:0 0;border:0;outline:0;gap:5px;padding:0 28px 0 0;display:grid}.conversation-open-button:focus,.conversation-open-button:focus-visible,.conversation-open-button:active{box-shadow:none;border:0;outline:0}.conversation-delete-button{color:#8a857c;opacity:0;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:-12px;padding:12px;font-size:16px;line-height:1;display:flex;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.conversation-delete-button:after{content:"×";border:1px solid #73706a29;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.conversation-item:hover .conversation-delete-button,.conversation-delete-button:focus-visible{opacity:1}.conversation-delete-button:hover:after{color:#9a4a3a;background:#ff6b6b1a;border-color:#9a4a3a3d}.conversation-item:hover{background:#f7f4ee9e;transform:translate(2px)}.conversation-item.active{background:#ede7dcc7}.conversation-item strong{color:#2f3a43;font-size:15px;font-weight:600}.conversation-item span{color:#475569;font-size:13px}.page{height:100%;display:none}.page.active{animation:.18s ease-out pageReveal;display:block;overflow-y:auto}.page-chat.active{background:var(--panel);height:calc(100vh - 96px);box-shadow:inset 1px 1px 0 var(--panel);border-radius:22px 0 0;grid-template-rows:88px minmax(0,1fr) auto;margin-left:282px;animation:.18s ease-out pageReveal;display:grid;overflow:hidden}.chat-topbar{border-bottom:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-height:88px;position:relative}.mobile-history-button{border:1px solid var(--line);width:40px;height:40px;color:var(--text);background:#fff;border-radius:10px;font-size:22px;display:none;position:absolute;top:16px;left:16px}.sidebar-mask{z-index:12;background:#0f172a5c;position:fixed;inset:0}.sidebar-mask[hidden]{display:none}.modal-mask{z-index:40;background:#0f172a5c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.unsaved-diary-dialog{border:1px solid var(--line);background:var(--panel);border-radius:24px;width:min(420px,100%);padding:22px;box-shadow:0 24px 70px #342c2333}.unsaved-diary-dialog h2{margin:0 0 8px;font-size:20px}.unsaved-diary-dialog p{color:var(--muted);margin:0;line-height:1.7}.unsaved-diary-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.chat-sidebar[hidden]{pointer-events:none;display:none!important}.chat-content{flex-direction:column;gap:14px;min-height:0;padding:24px clamp(16px,6vw,96px);display:flex;overflow-y:auto}.message{max-width:760px;animation:.18s ease-out cardReveal;display:flex}.ai-message{flex-direction:column;align-self:flex-start;align-items:flex-start}.user-message{flex-direction:column;align-self:flex-end;align-items:flex-end}.message-card{border:1px solid var(--line);background:var(--panel);border-radius:16px 16px 16px 7px;padding:13px 16px;line-height:1.75;box-shadow:0 6px 18px #1f29330b}.user-message .message-card{color:#fff;background:var(--navy);border-color:#1d252c1f;border-radius:16px 16px 7px;box-shadow:0 8px 20px #1d252c24}.message-card p{margin:0}.message.is-typing .message-card .streaming-cursor-target:last-child:after,.message.is-typing .message-card .streaming-cursor-target:last-child>:last-child:after{content:"";vertical-align:-.18em;background:currentColor;border-radius:999px;width:6px;height:1.15em;margin-left:3px;animation:.82s ease-in-out infinite typingCursor;display:inline-block}@keyframes typingCursor{0%,45%{opacity:.72}46%,to{opacity:0}}.message-markdown{gap:8px;line-height:1.78;display:grid}.message-markdown>*{margin:0}.message-markdown ul,.message-markdown ol{gap:5px;padding-left:1.2em;display:grid}.message-markdown li{padding-left:2px}.message-markdown code{font-family:var(--font-geist-mono), "SFMono-Regular", Consolas, monospace;background:#1f293312;border-radius:6px;padding:1px 5px;font-size:.92em}.message-markdown .markdown-table-wrap{-webkit-overflow-scrolling:touch;border-radius:10px;width:100%;max-width:100%;overflow-x:auto}.message-markdown table{border-collapse:collapse;width:max-content;min-width:100%;font-size:.94em;overflow:hidden}.message-markdown th,.message-markdown td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:8px 10px}.message-markdown th{color:var(--text);background:#5f7d681a;font-weight:700}.message-markdown td{background:#fffdf875}.message-markdown tr:nth-child(2n) td{background:#5f7d680d}.message-markdown pre{background:#1f293314;border-radius:12px;padding:12px;overflow-x:auto}.message-markdown pre code{background:0 0;padding:0}.message-markdown blockquote{color:var(--text);border-left:3px solid #4f6f8f47;padding-left:12px}.message-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.message-actions button{border:1px solid var(--line);color:var(--blue);background:var(--soft);border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;display:inline-flex}.message-actions .inline-icon{margin-right:0}.message-actions svg{width:13px;height:13px}.message-actions button.is-done{color:var(--green);pointer-events:auto;cursor:pointer;background:#edf2ec;border-color:#5f7d6838}.message-actions button.is-loading{opacity:.72;pointer-events:none}.chat-input-bar{border-top:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);grid-template-columns:minmax(180px,700px) 60px;justify-content:center;align-items:end;gap:10px;min-height:58px;padding:0;display:grid}.chat-input-bar textarea,.search-box input,.form-group input,.profile-section textarea,.detail-panel textarea{background:var(--soft);border:0;outline:none;width:100%}.chat-input-bar textarea,.form-group input,.profile-section textarea,.detail-panel textarea{border:1px solid var(--line);color:var(--text);background:var(--panel);box-shadow:inset 0 1px 0 var(--panel);border-radius:14px;transition:border-color .18s,box-shadow .18s,background .18s}.chat-input-bar textarea:focus,.form-group input:focus,.profile-section textarea:focus,.detail-panel textarea:focus,.search-box:focus-within{box-shadow:0 0 0 3px #4f6f8f14, inset 0 1px 0 var(--panel);background:#fffefa;border-color:#4f6f8f8c}.ai-personalization-setting{border:1px solid var(--line);background:var(--panel);border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 22px;padding:14px 16px;display:flex}.ai-personalization-setting h3{color:var(--text);margin:0 0 6px;font-size:15px}.ai-personalization-setting p{color:var(--text);margin:0;font-size:13px;line-height:1.6}.ai-personalization-switch{cursor:pointer;flex:none;width:52px;height:30px;display:inline-flex;position:relative}.ai-personalization-switch input{opacity:0;cursor:pointer;position:absolute;inset:0}.ai-personalization-switch span:last-child{background:#7a848e47;border-radius:999px;transition:background .18s;position:absolute;inset:0}.ai-personalization-switch span:last-child:after{content:"";background:var(--panel);border-radius:50%;width:22px;height:22px;transition:transform .18s;position:absolute;top:4px;left:4px;box-shadow:0 4px 10px #1f29332e}.ai-personalization-switch input:checked+span:last-child{background:var(--navy)}.ai-personalization-switch input:checked+span:last-child:after{transform:translate(22px)}.ai-personalization-switch input:focus-visible+span:last-child{outline-offset:3px;outline:2px solid #1d252c59}.ai-profile-card{border:1px solid var(--line);background:var(--panel);border-radius:18px;margin:0 0 22px;padding:16px}.ai-profile-card>header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.clue-actions{flex-direction:column;gap:12px;margin:14px 0;display:flex}.clue-actions .light-button,.clue-actions .button-link{justify-content:center;align-items:center;width:100%;min-width:120px;display:inline-flex}.ai-profile-card>header h2{margin:0 0 6px;font-size:17px}.ai-profile-card>header p,.ai-profile-summary p,.ai-profile-empty-state,.ai-profile-empty-line{color:var(--text);margin:0;font-size:13px;line-height:1.7}.ai-profile-content{gap:14px;display:grid}.ai-profile-summary,.ai-profile-grid section{background:#f1ede58f;border-radius:14px;padding:12px}.ai-profile-summary h3,.ai-profile-grid h3{color:var(--text);margin:0 0 8px;font-size:14px}.ai-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ai-profile-tags{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ai-profile-tags li{color:var(--text);background:var(--panel);border-radius:999px;padding:5px 9px;font-size:12px}.ai-profile-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.ai-profile-meta div{background:var(--panel);border-radius:12px;gap:4px;padding:10px;display:grid}.ai-profile-meta dt{color:#7b7470;font-size:12px}.ai-profile-meta dd{color:var(--text);margin:0;font-size:13px;font-weight:700}.profile-section textarea,.detail-panel textarea{resize:none;scrollbar-width:thin;scrollbar-color:#73706a47 transparent;line-height:1.8}.profile-section textarea::-webkit-scrollbar{width:6px}.detail-panel textarea::-webkit-scrollbar{width:6px}.profile-section textarea::-webkit-scrollbar-thumb{background:#73706a3d;border-radius:999px}.detail-panel textarea::-webkit-scrollbar-thumb{background:#73706a3d;border-radius:999px}.profile-section textarea::-webkit-scrollbar-track{background:0 0}.detail-panel textarea::-webkit-scrollbar-track{background:0 0}.chat-input-bar textarea{resize:none;field-sizing:content;overflow-wrap:anywhere;scrollbar-width:thin;scrollbar-color:#73706a47 transparent;min-height:54px;max-height:124px;padding:15px 18px;line-height:1.55;overflow-y:auto}.chat-input-bar textarea::-webkit-scrollbar{width:6px}.chat-input-bar textarea::-webkit-scrollbar-thumb{background:#73706a3d;border-radius:999px}.chat-input-bar textarea::-webkit-scrollbar-track{background:0 0}.send-button{color:#fff;background:var(--navy);border:0;border-radius:14px;width:60px;height:54px;font-size:26px;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:0 10px 20px #1d252c26}.send-button:hover{background:#111820;transform:translateY(-1px);box-shadow:0 12px 24px #1d252c2e}.section-header{border-bottom:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;height:72px;padding:0 22px;display:flex}.section-header h1,.detail-header h1,.profile-section h1,.profile-section h2{margin:0;font-size:22px}.dark-button,.light-button,.detail-tab,.back-button{border:0;border-radius:7px}.dark-button{color:#fff;background:var(--navy);justify-content:center;align-items:center;gap:10px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 10px 20px #1d252c24}.dark-button:hover{background:#111820;transform:translateY(-1px);box-shadow:0 12px 24px #1d252c2e}.small-button{height:32px;padding:0 14px}.center-list{width:min(896px,100% - 32px);margin:16px auto 0}.diary-list,.knowledge-list{gap:14px;display:grid}.diary-month-group{gap:12px;display:grid}.diary-month-group+.diary-month-group{margin-top:8px}.diary-month-header{justify-content:space-between;align-items:flex-end;gap:16px;padding:2px 4px 0;display:flex}.diary-month-header span{color:var(--muted);letter-spacing:.08em;margin-bottom:4px;font-size:12px;display:block}.diary-month-header h2{color:var(--text);letter-spacing:-.03em;margin:0;font-size:20px;font-weight:600}.diary-month-header small{color:#8a857c;flex:none;font-size:12px}.diary-month-list{border-left:1px solid var(--line);gap:12px;padding-left:14px;display:grid}.diary-card,.knowledge-card{border:1px solid var(--line);width:100%;min-height:112px;color:var(--text);text-align:left;background:var(--panel);box-shadow:var(--shadow-card);border-radius:18px;align-items:center;gap:14px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s;animation:.2s ease-out cardReveal;display:flex}.diary-card:hover,.knowledge-card:hover{border-color:#73706a47;transform:translateY(-1px);box-shadow:0 12px 28px #1f293312}.diary-card-main{flex:1;gap:6px;min-width:0;display:grid}.diary-card-main strong{font-size:22px;font-weight:500}.diary-card-main em{color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-style:normal;overflow:hidden}.diary-card-main small{color:#64748b}.calendar-icon{border:1px solid var(--line);width:52px;height:52px;color:var(--blue);box-shadow:inset 0 1px 0 var(--panel);background:#f1ede5;border-radius:14px;flex:0 0 52px;place-items:center;display:grid}.calendar-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.status-badge{color:var(--purple);background:var(--purple-soft);border:1px solid #6f625429;border-radius:999px;align-self:flex-start;padding:5px 10px;font-size:12px;font-weight:700}.status-badge.is-analyzed{color:#227350;background:#e4f4eb;border-color:#22735033}.status-badge.is-unanalyzed{color:#9a5412;background:#f8ead6;border-color:#b4530938}.status-badge.is-analyzing{color:#2563eb;background:#dbeafe;border-color:#2563eb33}.diary-list-view,.diary-detail-view,.detail-panel{display:none}.diary-list-view.active{animation:.18s ease-out pageReveal;display:block}.diary-detail-view.active{grid-template-rows:74px 52px minmax(0,1fr);height:calc(100vh - 96px);animation:.2s ease-out detailReveal;display:grid;overflow:hidden}.detail-panel.active{animation:.16s ease-out pageReveal;display:block}.detail-header{border-bottom:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:18px;height:74px;padding:0 28px;display:flex}.detail-header p{color:#475569;margin:4px 0 0}.back-button{background:0 0;width:26px;height:26px;font-size:24px}.detail-tabs{background:var(--panel);grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 16px;display:grid}.detail-tab{border:1px solid var(--line);background:var(--panel);border-radius:13px;height:38px;font-weight:700;transition:background .18s,color .18s,transform .18s}.detail-tab.active{color:#fff;background:var(--navy);border-color:#0000;transform:translateY(-1px);box-shadow:0 8px 18px #1d252c24}.detail-panel{min-height:0;padding:16px;overflow:hidden}.detail-panel[data-detail-panel=write].active{grid-template-rows:minmax(0,1fr) auto;gap:16px;display:grid}.diary-text-box,.analysis-text-box{border:1px solid var(--line);background:var(--panel);min-height:0;box-shadow:var(--shadow-card), inset 0 1px 0 var(--panel);border-radius:18px;padding:16px;overflow:hidden}.diary-text-box textarea{background:0 0;height:100%;min-height:0;padding:0;overflow-y:auto}.detail-panel .diary-text-box textarea{background:0 0;border-radius:0;height:100%;min-height:0;padding:0;overflow-y:auto}.diary-detail-actions{grid-template-columns:minmax(120px,.38fr) 1fr;gap:10px;display:grid}.diary-detail-actions .light-button,.diary-detail-actions .dark-button{height:38px;margin:0}.full-button{width:100%;height:36px;margin-top:0}.detail-panel[data-detail-panel=analysis].active{grid-template-rows:minmax(0,1fr);display:grid}.analysis-text-box{overflow-y:auto}.analysis-text-box #diaryAnalysis{line-height:1.8}.diary-analysis-empty-state{min-height:100%;color:var(--text);text-align:center;background:radial-gradient(circle at 50% 18%,#eb924729,#0000 34%),radial-gradient(circle at 18% 78%,#5f7d681f,#0000 28%),linear-gradient(145deg,#fffdf8f2,#f6f1e8d1);border:1px solid #5f7d6829;border-radius:18px;align-content:center;place-items:center;gap:14px;padding:44px 22px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffc,0 18px 36px #1d252c14}.diary-analysis-empty-state:before{content:"";pointer-events:none;border:1px dashed #5f7d6833;border-radius:16px;position:absolute;inset:18px}[data-theme=dark] .diary-analysis-empty-state{background:radial-gradient(circle at 50% 18%,#d4a06a1f,#0000 34%),radial-gradient(circle at 18% 78%,#8aad8c1a,#0000 28%),linear-gradient(145deg,#252019f5,#1c1814e0);border-color:#d4a06a29;box-shadow:inset 0 1px #ffffff0a,0 18px 36px #00000057}[data-theme=dark] .diary-analysis-empty-state:before{border-color:#d4a06a2e}.diary-analysis-empty-orb{z-index:1;background:#fffdf8b8;border:1px solid #eb924733;border-radius:28px;place-items:center;width:88px;height:88px;display:grid;position:relative;box-shadow:0 16px 32px #eb924729,inset 0 1px #ffffffdb}.diary-analysis-empty-orb:after{content:"";background:radial-gradient(circle at 60% 35%,#eb92471f,#0000 54%);border-radius:22px;position:absolute;inset:8px}.diary-analysis-empty-icon{z-index:1;object-fit:cover;border-radius:20px;width:70px;height:70px;position:relative}.diary-analysis-empty-icon.is-dark,[data-theme=dark] .diary-analysis-empty-icon.is-light{display:none}[data-theme=dark] .diary-analysis-empty-icon.is-dark{display:block}[data-theme=dark] .diary-analysis-empty-orb{background:#252019bd;border-color:#d4a06a38;box-shadow:0 18px 36px #00000047,0 0 26px #d4a06a1f}.diary-analysis-empty-kicker{z-index:1;color:var(--green);letter-spacing:.18em;text-transform:uppercase;font-size:11px;font-weight:800;position:relative}.diary-analysis-empty-state h3{z-index:1;color:var(--navy);margin:0;font-size:24px;line-height:1.3;position:relative}.diary-analysis-empty-state p{z-index:1;color:#64748b;max-width:360px;margin:0;font-size:14px;line-height:1.8;position:relative}[data-theme=dark] .diary-analysis-empty-state h3{color:var(--text)}[data-theme=dark] .diary-analysis-empty-state p{color:var(--muted)}.diary-analysis-empty-button{z-index:1;color:#fff;background:linear-gradient(135deg, var(--green), var(--navy));border:0;border-radius:999px;justify-content:center;align-items:center;min-width:180px;min-height:42px;padding:0 22px;font-weight:800;transition:transform .18s,box-shadow .18s;display:inline-flex;position:relative;box-shadow:0 14px 26px #5f7d6838}.diary-analysis-empty-button:hover{transform:translateY(-1px);box-shadow:0 18px 32px #5f7d6842}.diary-analysis-report{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-card);border-radius:16px;padding:22px 22px 54px;position:relative}.analysis-duration{width:fit-content;color:var(--orange);background:0 0;align-items:center;gap:6px;padding:0;font-size:12px;font-weight:800;line-height:1;display:inline-flex;position:absolute;bottom:16px;right:18px;margin:0!important}.diary-analysis-report h1{color:var(--text);text-align:center;margin:0 0 22px;font-size:28px;line-height:1.28}.diary-report-section{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.diary-report-section:first-of-type{border-top:0;margin-top:0;padding-top:0}.diary-analysis-report h2{color:var(--text);margin:0 0 14px;font-size:17px;line-height:1.45}.diary-report-field-list{gap:16px;display:grid}.diary-report-field{gap:5px;display:grid}.diary-analysis-report h3,.diary-analysis-report h4{color:var(--orange);margin:0;font-size:13px;line-height:1.35}.diary-report-field .markdown-content p{color:var(--text);margin:0;line-height:1.78}.diary-report-theory{gap:10px;display:grid}.diary-report-theory>h3{color:var(--text);font-size:15px}.diary-report-source{color:var(--muted);margin:-4px 0 0;font-size:13px}.diary-analysis-report>.markdown-content p,.diary-analysis-report.markdown-content p{margin:0 0 10px}.diary-analysis-report>.markdown-content p:last-child,.diary-analysis-report.markdown-content p:last-child{margin-bottom:0}.diary-analysis-sections{gap:14px;display:grid}.diary-analysis-section{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-card);border-radius:16px;gap:12px;padding:16px;display:grid}.diary-analysis-section h2{color:var(--text);margin:0;font-size:16px}.diary-analysis-section dl{gap:10px;margin:0;display:grid}.diary-analysis-field{gap:4px;display:grid}.diary-analysis-field dt{color:var(--blue);font-size:13px;font-weight:700}.diary-analysis-field dd{color:var(--text);margin:0}.diary-theoretical-support-list{gap:12px;display:grid}.diary-theoretical-support-card{background:#f7f4eeb3;border:1px solid #4f6f8f29;border-radius:14px;gap:10px;padding:14px;display:grid}.diary-theoretical-support-card h3{color:var(--blue-strong);margin:0;font-size:15px}.diary-theoretical-support-card dl{gap:9px;margin:0;display:grid}.diary-theoretical-source{color:var(--muted);margin:0;font-size:12px}.analysis-text-box ul{padding-left:22px}.analysis-panel{background:0 0;min-height:0;line-height:1.8;overflow:hidden}.analysis-panel ul{padding-left:22px}.plain-header{justify-content:flex-start}.search-box{border:1.5px solid var(--line);background:var(--panel);width:min(896px,100% - 32px);height:52px;box-shadow:var(--shadow-card);border-radius:16px;align-items:center;gap:12px;margin:18px auto;padding:0 16px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.search-box:focus-within{border-color:#4f6f8f8c;transform:translateY(-1px);box-shadow:0 0 0 3px #4f6f8f14,0 10px 24px #1f29330e}.search-box span{color:#64748b;font-size:20px}.search-box input{background:0 0;height:100%;font-size:15px}.knowledge-list-view,.knowledge-detail-view{display:none}.knowledge-list-view.active{animation:.18s ease-out pageReveal;display:block}.knowledge-detail-view.active{grid-template-rows:74px minmax(0,1fr);height:calc(100vh - 96px);animation:.2s ease-out detailReveal;display:grid;overflow:hidden}.knowledge-card{cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.knowledge-card:hover{border-color:#73706a47;transform:translateY(-1px);box-shadow:0 12px 28px #1f293312}.knowledge-detail-header{justify-content:flex-start}.knowledge-detail-card{border:1px solid var(--line);background:var(--panel);width:min(896px,100% - 32px);min-height:0;box-shadow:var(--shadow-soft);border-radius:20px;grid-template-rows:auto auto minmax(0,1fr) auto;gap:16px;margin:16px auto 0;padding:24px;display:grid;overflow:hidden}.knowledge-detail-actions{justify-content:flex-end;display:flex}.knowledge-copy-button{align-items:center;gap:8px;margin:0;display:inline-flex}.knowledge-detail-card h2{margin:0;font-size:22px;line-height:1.5}.knowledge-content-box{border:1px solid var(--line);min-height:0;color:var(--text);background:var(--soft);box-shadow:inset 0 1px 0 var(--panel);white-space:pre-wrap;border-radius:16px;padding:20px;line-height:1.9;overflow-y:auto}.knowledge-card{min-height:114px;padding:18px 48px 16px 16px;display:grid;position:relative}.knowledge-card h3{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:500;overflow:hidden}.knowledge-summary{color:#6b665e;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.knowledge-meta{flex-wrap:wrap;gap:8px;display:flex}.knowledge-tag{color:var(--blue);background:#eef1f0;border:1px solid #4f6f8f24;border-radius:999px;padding:4px 8px;font-size:12px}.knowledge-date{color:#475569;font-size:13px}.delete-button{border:1px solid var(--line);color:#8a857c;background:var(--panel);opacity:0;border-radius:999px;width:30px;height:30px;transition:opacity .18s,transform .18s,color .18s,border-color .18s;position:absolute;top:27px;right:26px;transform:translateY(-2px)}.knowledge-card:hover .delete-button{opacity:1;transform:translateY(0)}.delete-button:hover{color:#9a4a3a;border-color:#9a4a3a38}.delete-button svg{width:15px;height:15px}.empty-state{border:1px solid var(--line);width:min(520px,100% - 32px);min-height:220px;color:var(--muted);text-align:center;background:var(--panel);box-shadow:var(--shadow-card);border-radius:20px;align-content:center;place-items:center;gap:10px;margin:24px auto;padding:28px;display:grid}.empty-state[hidden]{display:none}.empty-state svg,.state-illustration{width:78px;height:78px;color:var(--blue);fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 10px 18px #4f6f8f14);margin-bottom:6px}.state-illustration circle,.success-icon circle{stroke:#4f6f8fb8}.state-illustration path:last-child,.success-icon path:last-child{stroke:var(--purple)}.empty-state h2{color:var(--text);margin:0;font-size:20px;font-weight:700}.empty-state p{max-width:340px;color:var(--muted);margin:0;font-size:14px;line-height:1.7}.chat-empty-state{align-self:center;width:min(680px,100% - 32px);margin-bottom:auto}.welcome-panel{text-align:left;gap:12px;width:100%;margin-top:8px;display:grid}.welcome-question{border:1px solid var(--line);background:var(--panel);border-radius:18px;padding:15px 16px}.welcome-question span{color:var(--muted);letter-spacing:.08em;margin-bottom:7px;font-size:12px;display:block}.welcome-question strong{color:var(--text);font-size:15px;line-height:1.55;display:block}.welcome-question p{max-width:none;margin-top:6px;font-size:13px;line-height:1.6}.diary-empty-state,.knowledge-empty-state{width:min(896px,100% - 32px)}.empty-action{height:36px;margin-top:8px;padding:0 16px}.profile-container{gap:22px;width:min(700px,100% - 32px);margin:16px auto 24px;display:grid}.profile-group{gap:12px;display:grid}.profile-group-head{justify-content:space-between;gap:16px;padding:0 4px;display:flex}.profile-group-head span{color:var(--muted);letter-spacing:.08em;margin-bottom:4px;font-size:12px;display:block}.profile-group-head h2{color:var(--text);letter-spacing:-.03em;margin:0;font-size:22px}.profile-group-head p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.55}.profile-section{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-card);border-radius:20px;margin-bottom:0;padding:26px}.user-section{text-align:left}.profile-avatar-large{width:88px;height:88px;color:var(--navy);background:var(--purple-soft);border:1px solid #6f62542e;border-radius:24px;place-items:center;margin:28px auto 16px;font-size:30px;font-weight:800;display:grid;box-shadow:0 10px 22px #1f29330f}.light-button{border:1px solid var(--line);background:var(--panel);height:32px;margin:0 auto 22px;padding:0 12px;display:block}.form-group{gap:8px;margin-top:14px;display:grid}.form-group label{color:var(--text);align-items:center;font-size:14px;font-weight:600;display:inline-flex}.form-group input{height:40px;padding:0 13px}.prompt-section p{color:var(--text);margin:46px 0 38px;font-size:14px}.profile-section textarea{min-height:200px;padding:14px}.detail-panel textarea{min-height:calc(100vh - 254px);padding:14px;display:block}.preference-group{margin-top:28px}.preference-group h3{color:var(--text);margin:0 0 12px;font-size:15px}.preference-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.preference-grid label{border:1px solid var(--line);min-height:38px;color:var(--text);background:var(--panel);border-radius:12px;align-items:center;gap:8px;padding:0 12px;font-size:14px;display:flex}.preference-grid input{accent-color:var(--navy)}.save-button.is-saved{background:var(--green)}.tip-box{border:1px solid var(--line);color:var(--blue);background:#f1ede5;border-radius:12px;align-items:flex-start;gap:8px;margin-top:38px;padding:14px;line-height:1.7;display:flex}.tip-box .inline-icon{flex:none;margin-top:3px;margin-right:0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:34px;display:grid}.stat-card{border:1px solid var(--line);background:var(--panel);border-radius:16px;place-items:center;height:92px;display:grid;box-shadow:0 6px 18px #1f29330a}.stat-card strong{font-size:26px;line-height:1}.stat-card span{font-size:14px}.stat-card.blue strong{color:var(--blue)}.stat-card.green strong{color:var(--green)}.stat-card.purple strong{color:var(--purple)}.stat-card.orange strong{color:var(--orange)}.save-button{height:36px;margin-bottom:24px}.toast{z-index:30;border:1px solid var(--line);max-width:min(420px,100% - 32px);min-height:42px;color:var(--panel);opacity:0;pointer-events:none;background:#1d252cf0;border-radius:999px;align-items:center;gap:12px;padding:10px 14px;transition:opacity .18s,transform .18s;display:inline-flex;position:fixed;bottom:104px;left:50%;transform:translate(-50%,10px);box-shadow:0 16px 36px #1f29332e}.toast.show{opacity:1;pointer-events:auto;transform:translate(-50%)}.toast[hidden]{display:none}.toast button{color:#f4d6a0;background:0 0;border:0;font-weight:700}.bottom-nav{right:max(14px, env(safe-area-inset-right));bottom:max(12px, env(safe-area-inset-bottom));left:max(14px, env(safe-area-inset-left));z-index:15;border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:26px;grid-template-columns:repeat(5,1fr);gap:10px;height:72px;padding:9px;transition:opacity .18s,transform .18s,filter .18s;display:grid;position:fixed;box-shadow:0 16px 38px #1f29331a}.nav-button{min-width:0;color:var(--muted);background:0 0;border:0;border-radius:16px;align-content:center;place-items:center;gap:3px;font-size:13px;transition:transform .18s,color .18s,background .18s,box-shadow .18s;display:grid}.nav-button:hover{color:var(--navy);background:#f1ede5}.nav-button span{place-items:center;width:24px;height:22px;line-height:1;display:grid}.nav-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.nav-button.active{color:#fff;background:var(--navy);transform:translateY(-3px);box-shadow:0 10px 22px #1d252c29}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-hero{justify-content:space-between;align-items:center;gap:18px;display:flex}.page-hero h1{color:var(--text);letter-spacing:-.04em;margin:0}.page-hero p{color:var(--muted);margin:7px 0 0;font-size:14px;line-height:1.5}.compact-hero{padding:0 28px 0 32px}.compact-hero>div{min-width:0}.compact-hero h1{font-size:22px}.session-pill{border:1px solid var(--line);max-width:42%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;background:#f7f4eee6;border-radius:999px;flex:0 auto;padding:8px 12px;font-size:13px;overflow:hidden}.chat-composer{border-top:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);gap:8px;padding:8px 18px 12px;display:grid}.quick-prompts{scrollbar-width:none;justify-content:center;gap:8px;padding:0 4px 1px;display:flex;overflow-x:auto}.quick-prompts::-webkit-scrollbar{display:none}.quick-prompts button{border:1px solid var(--line);color:#514d46;background:#f7f4eee0;border-radius:999px;flex:none;padding:7px 12px;font-size:13px;box-shadow:0 5px 14px #1f29330a}.quick-prompts button:hover{color:var(--navy);background:var(--panel);transform:translateY(-1px)}.message.thinking-message .message-card{color:#6e6961;background:#f7f4eef5;width:fit-content}.thinking-dots{vertical-align:middle;align-items:center;gap:4px;margin-left:6px;display:inline-flex}.thinking-dots span{background:currentColor;border-radius:999px;width:5px;height:5px;animation:1s ease-in-out infinite thinkingDot}.thinking-dots span:nth-child(2){animation-delay:.14s}.thinking-dots span:nth-child(3){animation-delay:.28s}@keyframes thinkingDot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.save-state{transform-origin:0;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;width:fit-content;min-height:24px;padding:0 9px;font-weight:700;line-height:1;display:inline-flex;color:#8a857c!important;margin-top:4px!important;font-size:12px!important}.save-state.is-dirty{background:#9a6a3a12;border-color:#9a6a3a24;color:var(--orange)!important}.save-state.is-saved{background:#5f7d681a;border-color:#5f7d682e;box-shadow:0 8px 18px #5f7d6814;color:#4f7056!important}.save-state.is-save-pop{animation:.52s cubic-bezier(.2,.9,.2,1.2) saveStatePop}@keyframes saveStatePop{0%{opacity:.72;transform:translateY(2px)scale(.94)}48%{opacity:1;transform:translateY(-2px)scale(1.06)}to{opacity:1;transform:translateY(0)scale(1)}}.knowledge-detail-header p+p{color:#8a857c;margin-top:4px;font-size:13px}.knowledge-detail-card h2{color:var(--text);letter-spacing:-.045em;margin:0;font-size:clamp(24px,4vw,34px);line-height:1.18}.knowledge-source{width:fit-content;min-height:28px;color:var(--blue);background:#eef2f5b8;border:1px solid #4f6f8f24;border-radius:999px;align-items:center;margin:12px 0 10px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.knowledge-content-box{font-size:15px;line-height:1.9}.knowledge-content-box p{margin:0 0 14px}.knowledge-detail-actions{border-top:1px solid var(--line);background:linear-gradient(180deg, var(--panel), var(--panel));justify-content:flex-end;gap:10px;padding-top:14px;display:flex;position:sticky;bottom:0}.knowledge-return-button{width:auto;height:36px;padding:0 16px}.mobile-sidebar-head,.mobile-sidebar-close{display:none}.app-shell.mobile-sidebar-open .bottom-nav{opacity:.42;filter:saturate(.65);pointer-events:none;transform:scale(.98)}.stat-card strong{transition:transform .18s,color .18s}.stat-card:hover strong{transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (max-width:760px){.main-panel,.page-chat.active,.diary-detail-view.active,.knowledge-detail-view.active{height:calc(100vh - 86px)}.chat-sidebar,.app-shell.sidebar-collapsed .chat-sidebar{z-index:20;border-left:0;border-color:var(--line);background:var(--panel);width:min(84vw,318px);box-shadow:18px 0 46px #1f293329, inset -1px 0 0 var(--panel);clip-path:inset(0 100% 0 0 round 0 26px 26px 0);opacity:0;pointer-events:none;border-radius:0 26px 26px 0;flex-direction:column;padding:12px 11px 14px;transition:opacity .24s,transform .24s,clip-path .24s,box-shadow .28s;display:flex;inset:8px auto 88px 0;transform:translate(-18px)}.sidebar-content{padding-right:2px}.conversation-search,.conversation-search-status{width:calc(100% - 8px)}.conversation-search{margin-top:-2px}.app-shell.mobile-sidebar-open .main-panel{pointer-events:none;overflow:hidden}.app-shell.mobile-sidebar-open .chat-sidebar{clip-path:inset(0 round 0 26px 26px 0);opacity:1;pointer-events:auto;transform:none}@keyframes mobileDrawerReveal{0%{opacity:.72;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}.sidebar-mask{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1f293338}.mobile-history-button{background:var(--panel);border-radius:12px;place-items:center;width:38px;height:38px;font-size:20px;display:grid;top:15px;left:14px}.sidebar-toggle{display:none}.app-shell.sidebar-collapsed .sidebar-content{opacity:1;pointer-events:auto}.page-chat.active{border-radius:0;margin-left:0}.chat-topbar{height:68px}.chat-content{gap:12px;padding:14px 14px 10px}.message{max-width:88%}.message-card{border-radius:15px 15px 15px 7px;padding:11px 13px;font-size:14px;line-height:1.7}.user-message .message-card{border-radius:15px 15px 7px}.message-actions{flex-wrap:wrap}.chat-input-bar{grid-template-columns:1fr 50px;gap:8px;min-height:66px;padding:7px 12px 9px}.chat-input-bar textarea,.send-button{min-height:50px}.chat-input-bar textarea{border-radius:14px;max-height:112px;padding:13px 14px;font-size:14px;line-height:1.5}.send-button{border-radius:14px;width:50px;font-size:22px}.toast{width:max-content;max-width:calc(100% - 24px);min-height:40px;padding:9px 12px;font-size:13px;bottom:84px}.bottom-nav{right:max(10px, env(safe-area-inset-right));bottom:max(8px, env(safe-area-inset-bottom));left:max(10px, env(safe-area-inset-left));border-radius:22px;gap:6px;height:64px;padding:7px}.nav-button{border-radius:15px;gap:2px;font-size:12px}.nav-button span{width:21px;height:20px}.nav-button svg{stroke-width:1.75px;width:20px;height:20px}.nav-button.active{transform:translateY(-2px);box-shadow:0 8px 18px #1d252c24}.section-header{height:64px;padding:0 14px}.section-header h1,.detail-header h1,.profile-section h1,.profile-section h2{font-size:20px}.small-button{border-radius:11px;height:30px;padding:0 12px;font-size:13px}.center-list{width:calc(100% - 20px);margin-top:12px}.knowledge-list,.diary-month-group{gap:10px}.diary-month-header{align-items:flex-start;padding:0 2px}.diary-month-header h2{font-size:18px}.diary-month-list{gap:10px;padding-left:10px}.diary-card,.knowledge-card{border-radius:16px;gap:12px;min-height:96px;padding:14px}.calendar-icon{border-radius:13px;flex-basis:46px;width:46px;height:46px}.calendar-icon svg{width:22px;height:22px}.diary-card{align-items:flex-start}.diary-card-main strong{font-size:17px}.diary-card-main em,.diary-card-main small,.knowledge-date{font-size:13px}.status-badge{flex:none}.search-box{border-radius:15px;width:calc(100% - 20px);height:48px;margin:12px auto}.detail-header{height:68px;padding:0 14px}.detail-tabs{padding:0 12px 12px}.diary-detail-view.active{grid-template-rows:68px 50px minmax(0,1fr)}.knowledge-detail-view.active{grid-template-rows:68px minmax(0,1fr)}.detail-panel{padding:12px}.diary-text-box,.analysis-text-box,.knowledge-detail-card{border-radius:16px}.knowledge-detail-card{grid-template-rows:auto auto minmax(0,1fr) auto;gap:8px;width:calc(100% - 20px);margin-top:8px;padding:12px}.knowledge-detail-card h2{font-size:18px}.knowledge-content-box{border-radius:14px;min-height:42vh;padding:12px;font-size:14px}.empty-state{border-radius:18px;width:calc(100% - 24px);min-height:190px;margin:16px auto;padding:22px 18px}.empty-state svg{width:62px;height:62px}.empty-state h2{font-size:18px}.empty-state p{font-size:13px}.welcome-panel{gap:10px}.welcome-question{border-radius:15px;padding:13px}.welcome-question strong{font-size:14px}.profile-container{gap:18px;width:calc(100% - 20px);margin-top:12px}.profile-group{gap:10px}.profile-group-head h2{font-size:19px}.profile-group-head p{font-size:12px}.profile-section{border-radius:16px;margin-bottom:0;padding:18px}.profile-avatar-large{border-radius:20px;width:76px;height:76px;margin:20px auto 14px}.prompt-section p{margin:28px 0 24px}.profile-section textarea{min-height:160px}.preference-grid{grid-template-columns:1fr;gap:8px}.preference-grid label{min-height:36px}.tip-box{margin-top:22px}.stats-grid{gap:10px;margin-top:22px}.stat-card{border-radius:14px;height:78px}.stat-card strong{font-size:22px}.floating-tools{display:none}.page-chat.active{grid-template-rows:82px minmax(0,1fr) auto}.compact-hero{min-height:82px;padding:0 14px 0 50px}.compact-hero h1{font-size:19px}.compact-hero p{max-width:190px;font-size:12px}.session-pill{display:none}.chat-composer{gap:7px;padding:7px 10px 10px}.quick-prompts{justify-content:flex-start;padding-inline:2px}.quick-prompts button{padding:6px 10px;font-size:12px}.mobile-sidebar-head{text-align:left;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:8px 4px 16px;display:grid;position:relative}.mobile-sidebar-grip{background:linear-gradient(90deg,#73706a2e,#73706a75,#73706a2e);border-radius:999px;grid-column:1/-1;width:46px;height:5px;margin:0 auto 4px}.mobile-sidebar-head div{gap:2px;display:grid}.mobile-sidebar-head strong{color:var(--text);letter-spacing:-.02em;font-size:17px}.mobile-sidebar-head small{color:var(--muted);font-size:12px}.mobile-sidebar-close{border:1px solid var(--line);color:#5f5a52;background:#f7f4eee6;border-radius:999px;place-items:center;width:34px;height:34px;font-size:20px;line-height:1;display:grid;box-shadow:0 6px 14px #1f29330f}.mobile-sidebar-close:active{transform:scale(.94)}.page-hero p{font-size:13px}.knowledge-detail-actions{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.knowledge-detail-actions .light-button,.knowledge-detail-actions .dark-button{flex:none}.knowledge-return-button,.knowledge-copy-button{width:auto}}.compact-hero{align-items:center;padding:0 30px 0 34px}.compact-hero>div{gap:4px;display:grid}.compact-hero h1{font-size:23px;line-height:1.08}.compact-hero p{letter-spacing:.01em;max-width:none;margin:0;font-size:13px}@media (max-width:760px){.app-shell.sidebar-collapsed .page-chat.active{margin-left:0}.page-chat.active{grid-template-rows:78px minmax(0,1fr) auto}.chat-topbar{height:78px;min-height:78px}.mobile-history-button{border-radius:12px;width:36px;height:36px;font-size:18px;top:20px;left:13px;box-shadow:0 6px 16px #1f29330f}.compact-hero{align-items:center;min-height:78px;padding:0 14px 0 62px}.compact-hero>div{gap:3px}.compact-hero h1{letter-spacing:-.035em;font-size:18px;line-height:1.1}.compact-hero p{text-overflow:ellipsis;white-space:nowrap;max-width:210px;margin:0;font-size:11px;line-height:1.35;overflow:hidden}}.user-section.profile-hero{grid-template-columns:1fr auto;align-items:start;gap:20px 22px;padding:24px 24px 22px;display:grid}.user-section.profile-hero>div:first-child{align-self:center}.user-section.profile-hero h1{font-size:24px;line-height:1.12}.user-section.profile-hero p{margin-top:6px;font-size:13px}.user-section .profile-avatar-large{color:#2b3137;width:74px;height:74px;box-shadow:0 10px 24px #1f293312, inset 0 1px 0 var(--panel);background:linear-gradient(145deg,#f1ebe1,#e7ded2);border-radius:22px;grid-area:1/2/span 2;margin:0;font-size:26px}.user-section>.light-button{color:#5f5a52;border-radius:999px;grid-area:3/2;width:74px;height:30px;margin:-6px 0 0;padding:0;font-size:12px}.user-section .form-group{grid-column:1/-1;gap:7px;margin-top:0}.user-section .form-group:first-of-type{margin-top:4px}.user-section .form-group label{color:#5f5a52;font-size:13px}.user-section .form-group input{background:var(--panel);border-radius:13px;height:46px;padding:0 14px}@media (max-width:760px){.user-section.profile-hero{grid-template-columns:1fr auto;gap:16px;padding:18px}.user-section.profile-hero h1{font-size:21px}.user-section.profile-hero p{max-width:170px;font-size:12px}.user-section .profile-avatar-large{border-radius:18px;width:62px;height:62px;font-size:22px}.user-section>.light-button{width:62px;height:28px;font-size:11px}.user-section .form-group input{height:43px}}.diary-detail-view .detail-header{align-items:center;height:82px;padding:0 30px}.diary-detail-view .detail-header h1{line-height:1.15}.diary-detail-view .detail-header p{margin-top:3px;line-height:1.25}.diary-detail-view .detail-tabs{align-items:start;padding:4px 18px 12px}.diary-detail-view .detail-panel{padding:14px 18px 18px}.diary-detail-view .detail-panel[data-detail-panel=write].active{gap:14px}.diary-detail-view .diary-text-box{padding:20px 18px 18px}.detail-panel .diary-text-box textarea{padding:2px 2px 4px;scroll-padding-top:10px;line-height:1.9}.diary-detail-view .analysis-text-box{padding:20px 18px}.diary-detail-view .diary-detail-actions{gap:12px}.diary-detail-view .diary-detail-actions .light-button,.diary-detail-view .diary-detail-actions .dark-button{height:40px}@media (max-width:760px){.diary-detail-view.active{grid-template-rows:74px 48px minmax(0,1fr)}.diary-detail-view .detail-header{gap:12px;height:74px;padding:0 16px}.diary-detail-view .detail-header h1{font-size:20px}.diary-detail-view .detail-header p{margin-top:2px;font-size:12px}.diary-detail-view .detail-tabs{padding:3px 12px 10px}.diary-detail-view .detail-tab{height:35px}.diary-detail-view .detail-panel{padding:10px 12px 14px}.diary-detail-view .detail-panel[data-detail-panel=write].active{gap:10px}.diary-detail-view .diary-text-box,.diary-detail-view .analysis-text-box{padding:17px 14px 14px}.detail-panel .diary-text-box textarea{padding-top:2px;line-height:1.85}.diary-analysis-empty-state{gap:12px;padding:34px 18px}.diary-analysis-empty-state:before{inset:12px}.diary-analysis-empty-orb{border-radius:24px;width:72px;height:72px}.diary-analysis-empty-icon{border-radius:16px;width:56px;height:56px}.diary-analysis-empty-state h3{font-size:21px}.diary-analysis-empty-state p{font-size:13px}.diary-analysis-empty-button{min-width:168px;min-height:40px}.save-state{min-height:22px;padding:0 8px;font-size:11px!important}.save-state.is-save-pop{animation-duration:.42s}.diary-detail-view .diary-detail-actions{grid-template-columns:1fr 1.35fr;gap:8px}.diary-detail-view .diary-detail-actions .light-button,.diary-detail-view .diary-detail-actions .dark-button{height:36px;font-size:12px}}.knowledge-detail-view .knowledge-detail-header{align-items:center;height:82px;padding:0 30px}.knowledge-detail-view .knowledge-detail-header h1{line-height:1.15}.knowledge-detail-view .knowledge-detail-header p{margin-top:3px;line-height:1.25}.knowledge-detail-view .knowledge-detail-card{gap:14px;margin-top:14px;padding:30px 26px 22px}.knowledge-detail-view .knowledge-detail-card h2{padding-top:2px;scroll-margin-top:12px;line-height:1.28}.knowledge-detail-view .knowledge-content-box{padding:22px 20px;scroll-padding-top:12px;line-height:1.95}.knowledge-detail-view .knowledge-detail-actions{gap:12px;padding-top:16px}.knowledge-detail-view .knowledge-copy-button,.knowledge-detail-view .knowledge-return-button{height:38px}@media (max-width:760px){.knowledge-detail-view.active{grid-template-rows:74px minmax(0,1fr)}.knowledge-detail-view .knowledge-detail-header{gap:12px;height:74px;padding:0 16px}.knowledge-detail-view .knowledge-detail-header h1{font-size:20px}.knowledge-detail-view .knowledge-detail-header p{margin-top:2px;font-size:12px}.knowledge-detail-view .knowledge-detail-card{gap:12px;width:calc(100% - 20px);margin-top:10px;padding:22px 16px 16px}.knowledge-detail-view .knowledge-detail-card h2{padding-top:2px;font-size:19px;line-height:1.32}.knowledge-detail-view .knowledge-content-box{padding:17px 14px;line-height:1.88}.knowledge-detail-view .knowledge-detail-actions{gap:8px;padding-top:12px}.knowledge-detail-view .knowledge-copy-button,.knowledge-detail-view .knowledge-return-button{height:36px;font-size:12px}}.knowledge-detail-view .knowledge-detail-card{gap:16px;padding:40px 28px 24px}.knowledge-detail-view .knowledge-detail-card h2{padding:6px 0 4px;line-height:1.38;display:block;overflow:visible}.knowledge-detail-view .knowledge-content-box{padding:26px 22px 20px;line-height:2}.knowledge-detail-view .knowledge-content-box:before{content:"";height:1px;margin-bottom:-1px;display:block}@media (max-width:760px){.knowledge-detail-view .knowledge-detail-card{gap:13px;margin-top:10px;padding:30px 16px 16px}.knowledge-detail-view .knowledge-detail-card h2{padding:5px 0 3px;font-size:18px;line-height:1.42}.knowledge-detail-view .knowledge-content-box{padding:22px 15px 16px;line-height:1.92}}.diary-detail-view.active,.knowledge-detail-view.active{height:calc(100vh - 96px);overflow:hidden}.diary-detail-view.active{grid-template-rows:84px 54px minmax(0,1fr)}.knowledge-detail-view.active{grid-template-rows:84px minmax(0,1fr)}.diary-detail-view .detail-header,.knowledge-detail-view .knowledge-detail-header{border-bottom:1px solid var(--line);align-items:center;gap:16px;height:84px;padding:0 30px}.diary-detail-view .detail-header h1,.knowledge-detail-view .knowledge-detail-header h1{letter-spacing:-.035em;margin:0;font-size:22px;line-height:1.18}.diary-detail-view .detail-header p,.knowledge-detail-view .knowledge-detail-header p{color:var(--muted);margin:3px 0 0;font-size:13px;line-height:1.3}.diary-detail-view .back-button,.knowledge-detail-view .back-button{border-radius:10px;flex:none;width:30px;height:30px}.diary-detail-view .detail-tabs{background:var(--panel);align-items:start;padding:5px 18px 12px}.diary-detail-view .detail-tab{height:37px}.diary-detail-view .detail-panel{min-height:0;padding:14px 18px 18px;overflow:hidden}.diary-detail-view .detail-panel[data-detail-panel=write].active{grid-template-rows:minmax(0,1fr) auto;gap:14px}.diary-detail-view .diary-text-box,.diary-detail-view .analysis-text-box,.knowledge-detail-view .knowledge-detail-card,.knowledge-detail-view .knowledge-content-box{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-card), inset 0 1px 0 var(--panel);border-radius:18px}.diary-detail-view .diary-text-box,.diary-detail-view .analysis-text-box{min-height:0;padding:22px 18px 18px;overflow:hidden}.diary-detail-view .analysis-text-box,.knowledge-detail-view .knowledge-content-box{scroll-padding-top:14px;overflow-y:auto}.detail-panel .diary-text-box textarea{background:0 0;border:0;border-radius:0;height:100%;min-height:0;padding:3px 2px 5px;scroll-padding-top:14px;line-height:1.9;overflow-y:auto}.diary-detail-view .analysis-text-box #diaryAnalysis{padding-top:2px;line-height:1.9}.knowledge-detail-view .knowledge-detail-card{grid-template-rows:auto auto auto minmax(0,1fr) auto;gap:16px;width:min(896px,100% - 32px);min-height:0;margin:14px auto 0;padding:36px 28px 24px;display:grid;overflow:hidden}.knowledge-detail-view .knowledge-detail-card h2{color:var(--text);letter-spacing:-.04em;margin:0;padding:4px 0 2px;font-size:clamp(24px,4vw,32px);line-height:1.34;display:block;overflow:visible}.knowledge-detail-view .knowledge-meta{margin-top:0}.knowledge-detail-view .knowledge-detail-tags{gap:6px;margin-top:-4px;margin-bottom:0;line-height:1}.knowledge-detail-view .knowledge-detail-tag{min-height:20px;color:var(--blue);background:#eef1f0eb;border-color:#4f6f8f2e;align-items:center;padding:2px 8px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.knowledge-detail-view .knowledge-content-box{min-height:0;color:var(--text);background:var(--soft);white-space:pre-wrap;padding:24px 22px 20px;line-height:1.95}.diary-detail-view .diary-detail-actions,.knowledge-detail-view .knowledge-detail-actions{gap:12px;padding-top:14px}.diary-detail-view .diary-detail-actions{grid-template-columns:minmax(120px,.38fr) 1fr;padding-top:0;display:grid}.knowledge-detail-view .knowledge-detail-actions{border-top:1px solid var(--line);background:linear-gradient(180deg, var(--panel), var(--panel));justify-content:flex-end;display:flex;position:sticky;bottom:0}.diary-detail-view .diary-detail-actions .light-button,.diary-detail-view .diary-detail-actions .dark-button,.knowledge-detail-view .knowledge-copy-button,.knowledge-detail-view .knowledge-return-button{height:40px;margin:0}@media (max-width:760px){.diary-detail-view.active,.knowledge-detail-view.active{height:calc(100vh - 86px)}.diary-detail-view.active{grid-template-rows:74px 48px minmax(0,1fr)}.knowledge-detail-view.active{grid-template-rows:74px minmax(0,1fr)}.diary-detail-view .detail-header,.knowledge-detail-view .knowledge-detail-header{gap:12px;height:74px;padding:0 16px}.diary-detail-view .detail-header h1,.knowledge-detail-view .knowledge-detail-header h1{font-size:20px;line-height:1.18}.diary-detail-view .detail-header p,.knowledge-detail-view .knowledge-detail-header p{margin-top:2px;font-size:12px;line-height:1.25}.diary-detail-view .back-button,.knowledge-detail-view .back-button{width:28px;height:28px}.diary-detail-view .detail-tabs{padding:3px 12px 10px}.diary-detail-view .detail-tab{height:35px}.diary-detail-view .detail-panel{padding:10px 12px 14px}.diary-detail-view .detail-panel[data-detail-panel=write].active{gap:10px}.diary-detail-view .diary-text-box,.diary-detail-view .analysis-text-box{border-radius:16px;padding:18px 14px 14px}.detail-panel .diary-text-box textarea{padding-top:3px;line-height:1.86}.knowledge-detail-view .knowledge-detail-card{border-radius:16px;grid-template-rows:auto auto minmax(0,1fr) auto;gap:8px;width:calc(100% - 20px);margin-top:8px;padding:12px}.knowledge-detail-view .knowledge-detail-card h2{padding:4px 0 2px;font-size:19px;line-height:1.38}.knowledge-source{min-height:25px;margin:8px 0 6px;padding:0 10px;font-size:11px}.knowledge-detail-view .knowledge-content-box{border-radius:14px;min-height:42vh;padding:12px;font-size:14px;line-height:1.8}.diary-detail-view .diary-detail-actions{grid-template-columns:1fr 1.35fr;gap:8px}.knowledge-detail-view .knowledge-detail-actions{flex-wrap:nowrap;justify-content:flex-start;gap:8px;padding-top:8px;overflow-x:auto}.diary-detail-view .diary-detail-actions .light-button,.diary-detail-view .diary-detail-actions .dark-button,.knowledge-detail-view .knowledge-copy-button,.knowledge-detail-view .knowledge-return-button{height:36px;font-size:12px}.knowledge-detail-view .knowledge-copy-button,.knowledge-detail-view .knowledge-return-button{width:auto}}.knowledge-detail-action-button{white-space:nowrap;flex:none;width:104px;height:36px;margin:0;padding:0 14px;font-size:12px}@media (max-width:760px){.knowledge-detail-view .knowledge-detail-action-button{width:104px;height:36px;padding:0 14px;font-size:12px}}.chat-content{gap:18px;padding:34px clamp(28px,7vw,118px) 28px}.chat-empty-state{margin-top:clamp(24px,5vh,54px)}.chat-composer{gap:10px;padding:10px 22px 14px}.quick-prompts{gap:10px}.section-header.page-hero,.section-header.plain-header.page-hero{width:100%;padding-left:24px;padding-right:22px}.center-list{width:min(844px,100% - 48px);margin-top:24px}.diary-list,.knowledge-list{gap:18px}.diary-card,.knowledge-card{min-height:118px;padding:20px}.knowledge-card{padding-right:54px}.knowledge-summary{margin-top:2px;line-height:1.68}.knowledge-search-area{width:min(844px,100% - 48px);margin:22px auto 0}.knowledge-search-area .search-box{width:100%;margin:0}.knowledge-filter-row{flex-wrap:wrap;gap:8px;margin:12px 4px 0;display:flex}.knowledge-tag-filter{border:1px solid var(--line);min-height:32px;color:var(--muted);background:#f7f4eedb;border-radius:999px;padding:0 13px;font-size:12px;font-weight:700;transition:transform .18s,border-color .18s,background .18s,color .18s,box-shadow .18s}.knowledge-tag-filter:hover{background:var(--panel);border-color:#53657857;transform:translateY(-1px)}.knowledge-tag-filter.active{color:var(--panel);background:var(--navy);border-color:#1d252c24;box-shadow:0 10px 22px #1d252c24}.search-status{min-height:18px;color:var(--muted);margin:10px 4px 0;font-size:13px}.search-status[hidden]{display:none}.clear-search-button{border:1px solid var(--line);height:30px;color:var(--muted);background:#f7f4eee6;border-radius:999px;flex:none;padding:0 12px;font-size:12px;font-weight:700}.clear-search-button[hidden]{display:none}.page-community{background:radial-gradient(circle at 8% 0,#9b87f529,#0000 28%),radial-gradient(circle at 94% 8%,#7cc7b624,#0000 26%)}.community-hero{background:linear-gradient(135deg,#ffffffeb,#f7f4eeb8);border-bottom:0;gap:24px;min-height:132px;box-shadow:0 16px 36px #1f293312}.community-hero>div{flex:1;min-width:0}.community-eyebrow{color:#8f7af7;letter-spacing:.12em;margin-bottom:8px;font-size:12px;font-weight:800;display:inline-flex}.community-content{gap:18px;width:min(980px,100% - 44px);margin-top:22px;padding-bottom:96px;display:grid}.community-category-row{flex-wrap:wrap;gap:9px;display:flex}.community-category-chip{border:1px solid var(--line);min-height:34px;color:var(--muted);background:#ffffffc7;border-radius:999px;padding:0 14px;font-size:13px;font-weight:700;transition:transform .18s,border-color .18s,background .18s,color .18s,box-shadow .18s}.community-category-chip:hover{background:var(--panel);transform:translateY(-1px)}.community-category-chip.active{color:var(--panel);background:var(--navy);border-color:#1d252c24;box-shadow:0 10px 22px #1d252c24}.community-featured-card,.community-card{border:1px solid var(--line);box-shadow:var(--shadow-card);background:#ffffffe0;border-radius:22px}.community-featured-card{justify-content:space-between;align-items:flex-end;gap:20px;padding:24px;display:flex}.community-featured-card h2,.community-card h2{color:var(--text);margin:14px 0 9px;line-height:1.35}.community-featured-card h2{font-size:24px}.community-card h2{font-size:21px}.community-featured-card p,.community-card p{color:var(--muted);margin:0;line-height:1.72}.community-card-label,.community-card-category,.community-card-type{border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.community-card-label,.community-card-category{color:#7a63e8;background:#9b87f521}.community-card-type{color:#398879;background:#7cc7b629}.community-inline-action{flex:none;justify-content:center;align-items:center;margin:0;padding:0 14px;display:inline-flex}.community-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.community-card{gap:14px;padding:22px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.community-card-button{border:1px solid var(--line);width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer;text-decoration:none}.community-card-button:focus-visible,.community-card-main-link:focus-visible{outline-offset:3px;outline:3px solid #9b87f552}.community-card-main-link{color:inherit;text-decoration:none}.community-card:hover{border-color:#5365783d;transform:translateY(-2px);box-shadow:0 18px 38px #1f293317}.community-card-head,.community-card-footer{justify-content:space-between;gap:12px;display:flex}.community-card-head{align-items:flex-start}.community-card-footer{border-top:1px solid var(--line);align-items:center;padding-top:14px}.community-tag-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.community-tag-row span{color:var(--muted);background:#f7f4eee6;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.community-author{align-items:center;gap:10px;display:flex}.community-author>span{color:#fff;background:linear-gradient(135deg,#9b87f5,#7cc7b6);border-radius:50%;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.community-author strong,.community-author small{display:block}.community-author strong{color:var(--text);font-size:13px}.community-author small{color:var(--muted);margin-top:2px;font-size:12px}.community-card-stats{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.community-card-stats span,.community-interaction-button{color:var(--muted);background:#f7f4eedb;border:0;border-radius:999px;padding:7px 9px;font-size:12px;font-weight:700}.community-interaction-button.active{color:var(--green);background:#5f7d6824}.community-detail-actions{justify-content:flex-start}.community-modal-mask{z-index:40}.community-share-modal{border:1px solid var(--line);background:var(--panel);border-radius:24px;width:min(720px,100% - 32px);max-height:min(760px,100vh - 36px);padding:26px;overflow:auto;box-shadow:0 24px 70px #1d252c33}.community-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.community-modal-header h2{color:var(--text);margin:0;font-size:24px}.community-modal-close{flex:none;font-size:22px}.community-share-source,.community-privacy-box{border:1px solid var(--line);background:#f7f4eeb8;border-radius:18px;padding:14px 16px}.community-share-source{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.community-share-source span,.community-privacy-box p{color:var(--muted)}.community-knowledge-options{gap:10px;margin:14px 0;display:grid}.community-knowledge-option{border:1px solid var(--line);cursor:pointer;background:#ffffffb8;border-radius:18px;gap:12px;padding:16px;display:flex}.community-knowledge-option.selected{background:#9b87f51a;border-color:#7c63e857}.community-knowledge-option input{margin-top:4px}.community-knowledge-option strong,.community-knowledge-option small{display:block}.community-knowledge-option small{color:var(--muted);margin-top:6px;line-height:1.55}.community-privacy-box p{margin:6px 0 0;line-height:1.6}.community-modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.community-action-button{justify-content:center;align-items:center;min-width:116px;height:40px;margin:0;padding:0 16px;display:inline-flex}.community-my-posts-panel{gap:18px;display:grid}.community-my-posts-filters{flex-wrap:wrap;gap:10px;display:flex}.community-my-posts-state{margin:0}.community-my-posts-list{gap:14px;max-height:480px;padding-right:8px;display:grid;overflow-y:auto}.community-my-post-card{border:1px solid var(--line);background:#f7f4eeb8;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;display:grid}.community-my-post-card h3{color:var(--text);margin:8px 0;font-size:18px}.community-my-post-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 12px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.community-my-post-status{height:24px;color:var(--navy);background:var(--purple-soft);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.community-my-post-status.status-published{color:#2f6b4f;background:#50aa7629}.community-my-post-status.status-unpublished{color:#8a5f2c;background:#ca954a2e}.community-my-post-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.community-my-post-link{justify-content:center;align-items:center;min-width:88px;height:36px;margin:0;text-decoration:none;display:inline-flex}.community-my-post-edit{gap:10px;margin-top:12px;display:grid}.community-my-post-edit label{color:var(--muted);gap:6px;font-size:12px;font-weight:700;display:grid}.community-my-post-edit input,.community-my-post-edit textarea{border:1px solid var(--line);width:100%;color:var(--text);background:var(--panel);font:inherit;border-radius:12px}.community-my-post-edit input{height:38px;padding:0 12px}.community-my-post-edit textarea{resize:vertical;min-height:72px;padding:10px 12px}.community-generated-card{border:1px solid var(--line);background:#f7f4eeb8;border-radius:20px;gap:14px;padding:18px;display:grid}.community-generated-card label{color:var(--muted);gap:8px;font-size:13px;font-weight:700;display:grid}.community-generated-card input,.community-generated-card textarea{border:1px solid var(--line);width:100%;color:var(--text);background:var(--panel);font:inherit;border-radius:14px}.community-generated-card input{height:42px;padding:0 12px}.community-generated-card textarea{resize:vertical;min-height:82px;padding:12px;line-height:1.62}.community-generated-card .community-generated-content{min-height:170px}.community-preview-tags{margin-top:0}.community-detail-card{border:1px solid var(--line);background:#f7f4eeb8;border-radius:20px;gap:16px;padding:18px;display:grid}.community-detail-summary,.community-detail-content{color:var(--text);margin:0;line-height:1.76}.community-detail-summary{color:var(--muted);font-weight:700}.community-detail-content{white-space:pre-wrap}.community-share-success{text-align:center;justify-items:center;gap:12px;padding:34px 20px;display:grid}.community-share-success>span{color:#fff;background:linear-gradient(135deg,#9b87f5,#7cc7b6);border-radius:50%;place-items:center;width:54px;height:54px;font-size:28px;font-weight:800;display:grid}.community-share-success h2,.community-share-success p{margin:0}.community-share-success p{color:var(--muted);line-height:1.7}.page-community-detail.active{min-height:100%;overflow-x:hidden}.community-detail-page{gap:18px;width:min(820px,100% - 44px);padding:28px 0 96px;display:grid}.community-detail-back{border:1px solid var(--line);min-height:36px;color:var(--muted);box-shadow:var(--shadow-card);background:#ffffffc2;border-radius:999px;justify-self:start;align-items:center;padding:0 14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.community-detail-back:focus-visible{outline-offset:3px;outline:3px solid #9b87f552}.community-detail-article{border:1px solid var(--line);background:#ffffffe6;border-radius:28px;gap:18px;padding:clamp(24px,5vw,44px);display:grid;box-shadow:0 22px 54px #1f293317}.community-detail-article h1{max-width:700px;color:var(--text);letter-spacing:-.03em;margin:0;font-size:clamp(28px,5vw,44px);line-height:1.22}.community-detail-tags{margin-top:0}.community-detail-page-summary{max-width:700px;color:var(--muted);margin:0;font-size:17px;font-weight:700;line-height:1.8}.community-detail-page-content{border-top:1px solid var(--line);color:var(--text);overflow-wrap:anywhere;margin:4px 0 0;padding-top:22px;font-size:16px;line-height:1.95}.community-detail-page-content p{margin-bottom:1.2em}.community-detail-page-content p:last-child{margin-bottom:0}.community-detail-page-content h1,.community-detail-page-content h2,.community-detail-page-content h3,.community-detail-page-content h4{color:var(--text);margin:1.5em 0 .8em;font-weight:700;line-height:1.4}.community-detail-page-content h3{font-size:1.15em}.community-detail-page-content ul,.community-detail-page-content ol{margin-bottom:1.2em;padding-left:1.5em}.community-detail-page-content li{margin-bottom:.4em}.community-detail-page-content blockquote{border-left:4px solid var(--primary);background:var(--soft);color:var(--muted);border-radius:0 8px 8px 0;margin:1.2em 0;padding:12px 16px}.community-detail-page-meta{border-top:1px solid var(--line);justify-content:space-between;gap:14px;margin-top:8px;padding-top:18px;display:flex}.community-detail-loading{align-content:center;min-height:260px}.community-detail-loading p{color:var(--muted);margin:0;line-height:1.75}.community-detail-action{justify-content:center;justify-self:start;align-items:center;min-height:40px;margin:0;padding:0 16px;text-decoration:none;display:inline-flex}@media (max-width:760px){.page-community.active{overflow-x:hidden}.community-hero{align-items:flex-start;gap:14px;min-height:auto;padding:18px 14px}.community-hero h1{font-size:22px}.community-hero p{font-size:13px;line-height:1.6}.community-share-button{white-space:nowrap;flex-shrink:0;justify-content:center;align-self:stretch;height:38px}.community-content{gap:14px;width:calc(100% - 24px);max-width:calc(100% - 24px);margin-top:14px;padding-bottom:94px}.community-category-row{scrollbar-width:none;flex-wrap:nowrap;margin:0 -12px;padding:0 12px 2px;overflow-x:auto}.community-category-row::-webkit-scrollbar{display:none}.community-category-chip{flex:none;min-height:32px;padding:0 12px;font-size:12px}.community-featured-card{border-radius:20px;gap:16px;padding:18px;display:grid}.community-featured-card h2{font-size:21px}.community-inline-action{width:100%;height:38px}.community-card-grid{grid-template-columns:1fr;gap:12px}.community-card{border-radius:20px;gap:12px;padding:18px}.community-card h2{font-size:19px}.community-card-head,.community-card-footer{align-items:flex-start}.community-card-footer{display:grid}.community-card-stats{justify-content:flex-start}.community-modal-mask{align-items:flex-end;padding:0}.community-share-modal{border-bottom:0;border-left:0;border-right:0;border-radius:24px 24px 0 0;width:100%;max-height:calc(100vh - 18px);padding:20px 16px 18px}.community-modal-header h2{font-size:21px}.community-share-source{align-items:flex-start}.community-knowledge-option{padding:14px}.community-modal-actions{grid-template-columns:1fr;gap:8px;display:grid}.community-action-button{width:100%;height:42px}.community-my-post-card{grid-template-columns:1fr;align-items:stretch}.community-my-post-link{width:100%}.community-generated-card{padding:14px}.community-generated-card .community-generated-content{min-height:150px}.community-detail-page{width:calc(100% - 24px);padding:14px 0 94px}.community-detail-back{min-height:34px;padding:0 12px;font-size:12px}.community-detail-article{border-radius:22px;gap:14px;padding:22px 18px}.community-detail-article h1{font-size:28px}.community-detail-page-summary{font-size:15px;line-height:1.72}.community-detail-page-content{padding-top:18px;font-size:15px;line-height:1.88}.community-detail-page-meta{display:grid}}.profile-container{width:min(660px,100% - 44px);margin-top:24px}.profile-section{margin-bottom:28px}.stats-grid{gap:18px}.dark-button,.light-button,.send-button,.detail-tab,.knowledge-copy-button,.knowledge-return-button,.quick-prompts button,.nav-button,.clear-search-button{transition:transform .18s,box-shadow .18s,background .18s,opacity .18s,color .18s}.dark-button:active,.light-button:active,.send-button:active,.detail-tab:active,.knowledge-copy-button:active,.knowledge-return-button:active,.quick-prompts button:active,.nav-button:active,.clear-search-button:active{transform:translateY(1px)scale(.99)}button:disabled,button.is-loading{cursor:not-allowed;opacity:.62;transform:none!important}.light-button.is-saved,.dark-button.is-saved,.message-actions button.is-done{color:#405f45;background:#e8efe5eb;border-color:#5d725f57}.send-button:hover,.clear-search-button:hover{box-shadow:0 8px 18px #1f293314}.bottom-nav{gap:12px;height:74px;padding:10px}.nav-button.active{box-shadow:0 10px 22px #1d252c2e}.nav-button.active svg{stroke-width:2.1px}@media (max-width:760px){.chat-content{gap:14px;padding:20px 14px 14px}.chat-empty-state{margin-top:18px}.chat-composer{padding:8px 14px 10px;overflow:hidden}.quick-prompts{width:100%;min-width:0}.center-list,.knowledge-search-area{width:calc(100% - 28px)}.center-list{margin-top:18px}.knowledge-filter-row{scrollbar-width:none;flex-wrap:nowrap;gap:7px;margin-top:10px;overflow-x:auto}.knowledge-filter-row::-webkit-scrollbar{display:none}.knowledge-tag-filter{flex:none;min-height:30px;padding:0 12px}.diary-list,.knowledge-list{gap:12px}.diary-card,.knowledge-card{min-height:104px;padding:16px}.knowledge-card{padding-right:42px}.profile-container{width:calc(100% - 24px);margin-top:16px}.profile-section{margin-bottom:18px}.bottom-nav{right:max(10px, env(safe-area-inset-right));bottom:max(10px, env(safe-area-inset-bottom));left:max(10px, env(safe-area-inset-left));border-radius:22px;gap:7px;height:66px;padding:7px}.nav-button{border-radius:15px;gap:2px;font-size:11px}.nav-button svg{width:20px;height:20px}.nav-button.active{transform:translateY(-1px)}.search-status{margin-top:8px;font-size:12px}.clear-search-button{height:28px;padding:0 10px;font-size:11px}}.profile-main-view,.profile-edit-view{display:none}.profile-main-view.active,.profile-edit-view.active{display:block}.profile-card-actions{justify-content:flex-end;gap:10px;display:flex}.profile-card-redesign .profile-card-actions .avatar-action,.profile-card-redesign .profile-card-actions .edit-profile-button{border-radius:999px;width:auto;min-width:104px;height:34px;margin:0;padding:0 16px}.profile-edit-view{width:min(660px,100% - 44px);margin:16px auto 24px}.profile-edit-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:0;height:84px;padding:0}.profile-edit-header h1{letter-spacing:-.04em;margin:0;font-size:24px;line-height:1.14}.profile-edit-header p{color:var(--muted);margin:5px 0 0;font-size:13px}.profile-edit-card{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-card);border-radius:22px;gap:16px;padding:24px;display:grid}.profile-edit-card .form-group{gap:8px;margin:0;display:grid}.profile-edit-card label{color:var(--muted);font-size:13px;font-weight:700}.profile-edit-card input{border:1px solid var(--line);width:100%;height:46px;color:var(--text);background:var(--panel);box-shadow:inset 0 1px 0 var(--panel);border-radius:14px;outline:none;padding:0 14px;transition:border-color .18s,box-shadow .18s,background .18s}.profile-edit-card input:focus{box-shadow:0 0 0 3px #4f6f8f14, inset 0 1px 0 var(--panel);background:#fffefa;border-color:#4f6f8f8c}.email-code-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.code-button{white-space:nowrap;border-radius:14px;min-width:112px;height:46px;margin:0;padding:0 14px}.code-button:disabled{cursor:not-allowed;opacity:.58}.profile-edit-card .full-button{height:42px;margin-top:4px}@media (max-width:760px){.profile-card-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.profile-card-redesign .profile-card-actions .avatar-action,.profile-card-redesign .profile-card-actions .edit-profile-button{width:100%;min-width:0;padding:0 10px}.profile-edit-view{width:calc(100% - 24px);margin-top:12px}.profile-edit-header{height:72px}.profile-edit-header h1{font-size:21px}.profile-edit-header p{font-size:12px}.profile-edit-card{border-radius:18px;gap:13px;padding:18px}.email-code-row{grid-template-columns:1fr;gap:8px}.code-button,.profile-edit-card input{height:43px}.profile-edit-card .full-button{height:38px}}.account-edit-list{box-shadow:none;background:0 0;border:0;gap:18px;padding:0}.account-edit-section{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-card);border-radius:20px;gap:14px;padding:22px;display:grid}.account-edit-head h2{color:var(--text);letter-spacing:-.03em;margin:0;font-size:18px;line-height:1.2}.account-edit-head p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.5}.account-edit-actions{justify-content:flex-end;display:flex}.account-edit-actions .dark-button{min-width:116px;height:38px;padding:0 16px}@media (max-width:760px){.account-edit-list{gap:14px}.account-edit-section{border-radius:18px;gap:12px;padding:18px}.account-edit-head h2{font-size:17px}.account-edit-head p{font-size:12px}.account-edit-actions{justify-content:stretch}.account-edit-actions .dark-button{width:100%;height:37px}}.profile-summary-card{gap:18px;padding:24px;display:grid;overflow:hidden}.profile-summary-main{border:1px solid var(--line);background:linear-gradient(135deg, #f7f4eefa, var(--panel));border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:20px;display:grid}.profile-summary-avatar{object-fit:cover;border:1px solid #6f625433;border-radius:26px;width:78px;height:78px;display:block;box-shadow:0 14px 30px #1f293324,inset 0 1px #ffffff2e}.profile-summary-info{min-width:0}.profile-eyebrow{color:#8a857c;letter-spacing:.08em;margin:0 0 6px;font-size:12px;font-weight:700}.profile-summary-info h1{color:var(--text);letter-spacing:-.045em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:25px;line-height:1.12;overflow:hidden}.profile-summary-info p:last-child{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:7px 0 0;font-size:14px;overflow:hidden}.profile-summary-meta{flex-wrap:wrap;gap:10px;display:flex}.account-status-summary{border:1px solid var(--line);background:linear-gradient(135deg, var(--panel), #f7f4eec7), radial-gradient(circle at 12% 20%, #4f6f8f14, transparent 34%);border-radius:18px;gap:14px;padding:16px;display:grid}.account-status-head{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.account-status-head span{color:#8a857c;letter-spacing:.08em;font-size:12px;font-weight:700}.account-status-head strong{color:#2f3a43;letter-spacing:-.02em;font-size:14px}.account-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.account-status-item{border:1px solid var(--line);background:var(--panel);border-radius:15px;align-content:center;gap:5px;min-height:76px;padding:12px;display:grid}.account-status-item span{color:var(--navy);letter-spacing:-.04em;font-size:21px;font-weight:800}.account-status-item p{color:var(--muted);margin:0;font-size:12px;font-weight:700}.profile-status-pill{border:1px solid var(--line);color:#5f5a52;background:#f7f4eed6;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.profile-summary-actions{justify-content:flex-end;display:flex}.profile-summary-actions .edit-profile-button{border-radius:999px;min-width:116px;height:36px;padding:0 18px}@media (max-width:760px){.profile-summary-card{gap:15px;padding:18px}.profile-summary-main{border-radius:18px;gap:14px;padding:16px}.profile-summary-avatar{border-radius:21px;width:62px;height:62px}.profile-summary-info h1{font-size:21px}.profile-summary-info p:last-child{font-size:12px}.profile-summary-meta{gap:8px}.account-status-summary{border-radius:16px;gap:12px;padding:14px}.account-status-head{gap:4px;display:grid}.account-status-grid{gap:8px}.account-status-item{border-radius:13px;min-height:68px;padding:10px 8px}.account-status-item span{font-size:18px}.account-status-item p{font-size:11px}.profile-status-pill{min-height:28px;padding:0 10px;font-size:11px}.profile-summary-actions{justify-content:stretch}.profile-summary-actions .edit-profile-button{width:100%;height:36px}}.login-view{z-index:100;background:radial-gradient(circle at 18% 18%, #eee8dfc7, transparent 34%), linear-gradient(135deg, var(--bg), #ebe4d8);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.login-view[hidden]{display:none}.login-card{border:1px solid var(--line);background:var(--panel);border-radius:26px;width:min(430px,100%);padding:28px;box-shadow:0 24px 60px #1f293324}.login-brand{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;margin-bottom:24px;display:grid}.login-brand img{object-fit:cover;width:56px;height:56px;color:var(--panel);background:var(--navy);letter-spacing:.02em;border-radius:18px;font-weight:800;display:block}.login-brand h1{color:var(--text);letter-spacing:-.045em;margin:0;font-size:24px;line-height:1.16}.login-brand p{color:var(--muted);margin:7px 0 0;font-size:13px;line-height:1.5}.login-form{gap:16px;display:grid}.login-form .form-group{gap:8px;margin:0;display:grid}.login-form label{color:var(--muted);font-size:13px;font-weight:700}.login-form input{border:1px solid var(--line);width:100%;height:46px;color:var(--text);background:var(--panel);border-radius:14px;outline:none;padding:0 14px}.password-field{position:relative}.password-field input{padding-right:54px}.password-toggle-button{color:#6f6a61;cursor:pointer;background:#f6f1e8e6;border:0;border-radius:10px;place-items:center;width:32px;height:30px;padding:0;display:inline-grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.password-toggle-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.password-toggle-button:hover,.password-toggle-button:focus-visible{color:var(--text);background:#e8e0d3f2}.login-form input:focus{border-color:#4f6f8f8c;box-shadow:0 0 0 3px #4f6f8f14}.login-form .full-button{height:42px;margin-top:4px}.login-demo-tip{color:#8a857c;text-align:center;margin:18px 0 0;font-size:12px}body.is-login .app-shell{display:none}.profile-page-actions{gap:10px;margin-bottom:0;display:grid}.profile-page-actions.preference-actions{margin-top:18px}.security-section{justify-content:space-between;align-items:center;gap:18px;display:flex}.security-section h2{margin:0 0 6px}.security-section p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.profile-page-actions .save-button,.profile-page-actions .logout-button{width:100%;margin:0}.logout-button{height:36px}.logout-button,.light-button.danger{color:#ff6b6b!important;background:#ff6b6b1a!important;border-color:#ff6b6b66!important}.logout-button:hover,.light-button.danger:hover{background:#ff6b6b33!important}@media (max-width:760px){.security-section{gap:14px;display:grid}.security-section .logout-button{width:100%;margin:0}.login-view{padding:18px}.login-card{border-radius:22px;padding:22px}.login-brand{gap:13px}.login-brand img{border-radius:16px;width:48px;height:48px}.login-brand h1{font-size:21px}.login-form input{height:43px}}.auth-panel{display:none}.auth-panel.active{display:block}.auth-switch-text{color:var(--muted);text-align:center;margin:16px 0 0;font-size:13px}.auth-switch-text button{color:var(--navy);background:0 0;border:0;font-weight:800}.auth-switch-text button:hover{text-decoration:underline}.register-panel .email-code-row,.login-card .email-code-row{align-items:center}@media (max-width:760px){.auth-switch-text{font-size:12px}}.login-view{padding:clamp(18px,4vw,36px)}.login-card{border-radius:28px;gap:0;width:min(456px,100%);padding:30px;display:grid}.login-brand{border-bottom:1px solid var(--line);min-height:72px;margin-bottom:24px;padding-bottom:20px}.login-brand img{border-radius:19px;width:58px;height:58px;box-shadow:0 12px 24px #1f293324}.login-brand h1{min-height:28px;font-size:24px;line-height:1.16}.login-brand p{min-height:20px;margin-top:7px}.auth-panel.active{gap:16px;display:grid}.login-form{gap:15px}.login-form .form-group{gap:7px}.login-form label{color:#5f5a52;letter-spacing:.01em;font-size:13px}.login-form input{background:var(--panel);border-radius:14px;height:46px;transition:border-color .18s,box-shadow .18s,background .18s}.login-form .full-button{border-radius:14px;height:43px;margin-top:2px}.login-card .email-code-row{grid-template-columns:minmax(0,1fr) 112px;gap:10px}.login-card .code-button{border-radius:14px;width:112px;min-width:112px;height:46px;font-size:12px}.login-card .code-button:disabled{color:#8a857c;background:#f7f4eec7}.auth-switch-text{margin:0;line-height:1.5}.auth-switch-text+.auth-switch-text{margin-top:-6px}.auth-switch-text button{cursor:pointer;border-radius:8px;min-height:32px;padding:6px 8px}.auth-switch-text button:hover{background:#f7f4eee6;text-decoration:none}.login-demo-tip{border-top:1px dashed var(--line);margin-top:-4px;padding-top:12px}@media (max-width:760px){.login-card{border-radius:24px;padding:22px}.login-brand{gap:13px;min-height:64px;margin-bottom:20px;padding-bottom:18px}.login-brand img{border-radius:17px;width:50px;height:50px}.login-brand h1{font-size:21px}.login-brand p{font-size:12px}.auth-panel.active{gap:14px}.login-form{gap:13px}.login-form input,.login-form .full-button,.login-card .code-button{height:43px}.login-card .email-code-row{grid-template-columns:1fr;gap:8px}.login-card .code-button{width:100%;min-width:0}.auth-switch-text+.auth-switch-text{margin-top:-8px}}.auth-success-panel.active{display:block}.success-card{background:linear-gradient(145deg, var(--panel), #f3f8f4eb);text-align:center;border:1px solid #c4d2cac7;border-radius:22px;gap:18px;padding:22px;display:grid;box-shadow:0 18px 44px #28322c1a}.success-icon{width:58px;height:58px;color:var(--blue);background:linear-gradient(145deg, #eef2f5eb, var(--panel));border:1px solid #4f6f8f24;border-radius:20px;justify-content:center;justify-self:center;align-items:center;display:inline-flex;box-shadow:0 12px 26px #4f6f8f1f}.success-icon svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 14px #4f6f8f14);width:34px;height:34px}.success-icon circle{stroke:#4f6f8fb8}.success-icon path:last-child{stroke:var(--purple)}.success-card h2{color:var(--text);letter-spacing:-.03em;margin:0 0 8px;font-size:22px}.success-card p{color:#6f6a61;margin:0;font-size:14px;line-height:1.7}.inline-success-card{color:#2f5d47;background:#f5faf5e6;border:1px solid #c4d2cac7;border-radius:16px;align-items:center;gap:12px;padding:13px 14px;display:flex}.inline-success-card[hidden]{display:none}.success-icon.compact{width:34px;height:34px;box-shadow:none;border-radius:12px;flex:none}.success-icon.compact svg{width:18px;height:18px}.inline-success-card strong{color:#26372e;font-size:14px;display:block}.inline-success-card p{color:#67776b;margin:2px 0 0;font-size:12px;line-height:1.45}@media (max-width:760px){.success-icon{border-radius:18px;width:52px;height:52px}.success-icon svg{width:30px;height:30px}.success-icon.compact{border-radius:11px;width:32px;height:32px}.success-icon.compact svg{width:20px;height:20px}}.form-error{color:#9a4f43;align-items:center;gap:6px;min-height:16px;margin:2px 0 0;font-size:12px;line-height:1.35;animation:.16s ease-out fieldErrorReveal;display:flex}.form-error:before{content:"";background:currentColor;border-radius:999px;flex:none;width:4px;height:4px}.form-group.has-error>input,.form-group.has-error .email-code-row input{box-shadow:0 0 0 3px #9a4f4314, inset 0 1px 0 var(--panel)!important;background:#fff8f5f5!important;border-color:#9a4f439e!important}@keyframes fieldErrorReveal{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.page-knowledge,.knowledge-list-view{min-width:0;overflow-x:hidden}.knowledge-search-area,.knowledge-list,.knowledge-card{min-width:0;max-width:100%}.knowledge-card-main,.knowledge-summary{min-width:0}@media (max-width:760px){.page-knowledge.active{overflow-x:hidden}.knowledge-search-area,.center-list.knowledge-list{width:calc(100% - 28px);max-width:calc(100% - 28px)}.knowledge-filter-row{flex-wrap:wrap;overflow-x:hidden}}button,.nav-button,.diary-card,.knowledge-card,.conversation-item,.account-edit-section,.login-card{-webkit-tap-highlight-color:transparent}button,.nav-button,.diary-card,.knowledge-card,.conversation-item{touch-action:manipulation}@media (max-width:760px){body.is-keyboard-focus .bottom-nav{opacity:.28;pointer-events:none;transform:translateY(22px)scale(.96)}body.is-chat-input-focus .chat-input-bar{background:var(--panel);border-top-color:#4f6f8f29;box-shadow:0 -10px 26px #1f29330f}body.is-auth-input-focus .login-card{transform:translateY(-4px)}body.is-auth-input-focus .bottom-nav{opacity:0;transform:translateY(34px)scale(.94)}.bottom-nav .nav-button{transition:transform .12s,background .12s,box-shadow .12s,color .12s}.bottom-nav .nav-button:active{background:#eee8dfe6;transform:translateY(1px)scale(.94);box-shadow:inset 0 1px 4px #1f293314}.bottom-nav .nav-button.active:active{transform:translateY(-1px)scale(.96);box-shadow:0 6px 14px #1d252c24}.login-card{transition:border-color .16s,box-shadow .16s,background .16s,transform .16s}.login-card:focus-within{outline-offset:3px;background:var(--panel);border-color:#4f6f8f52;outline:3px solid #4f6f8f1f;transform:translateY(-1px);box-shadow:0 22px 60px #2e394429,0 0 0 4px #4f6f8f12}.login-card .dark-button:active,.login-card .light-button:active,.login-card .code-button:active,.auth-switch-text button:active,.account-edit-actions .dark-button:active,.account-edit-section .code-button:active,.profile-page-actions .save-button:active,.security-section .logout-button:active{transform:scale(.97)}.login-form input:focus,.account-edit-section input:focus{box-shadow:0 0 0 4px #4f6f8f1a, inset 0 1px 0 var(--panel)!important;border-color:#4f6f8f9e!important}.account-edit-section{transition:border-color .16s,box-shadow .16s,background .16s,transform .16s}.account-edit-section:focus-within{outline-offset:2px;background:var(--panel);border-color:#4f6f8f52;outline:3px solid #4f6f8f1a;transform:translateY(-1px);box-shadow:0 16px 38px #2e39441c,0 0 0 3px #4f6f8f0f}}@media (max-width:760px) and (prefers-reduced-motion:reduce){.bottom-nav .nav-button:active,.bottom-nav .nav-button.active:active,.login-card:focus-within,.account-edit-section:focus-within,.login-card .dark-button:active,.login-card .light-button:active,.login-card .code-button:active,.auth-switch-text button:active,.account-edit-actions .dark-button:active,.account-edit-section .code-button:active,.profile-page-actions .save-button:active,.security-section .logout-button:active{transform:none}}@media (max-width:760px){body.is-login .login-card:focus-within{outline-offset:3px;transform:translateY(-1px);background:var(--panel)!important;border-color:#4f6f8f61!important;outline:3px solid #4f6f8f21!important;box-shadow:0 22px 60px #2e394429,0 0 0 4px #4f6f8f14!important}.profile-edit-view.active .account-edit-section:focus-within{outline-offset:2px;transform:translateY(-1px);background:var(--panel)!important;border-color:#4f6f8f61!important;outline:3px solid #4f6f8f1f!important;box-shadow:0 16px 38px #2e39441c,0 0 0 3px #4f6f8f12!important}}@media (max-width:760px) and (prefers-reduced-motion:reduce){body.is-login .login-card:focus-within,.profile-edit-view.active .account-edit-section:focus-within{transform:none!important}}html,body{width:100%;min-width:0;min-height:100%;overflow:hidden}body{min-height:100dvh}.app-shell{height:100dvh}.main-panel{height:calc(100dvh - 96px)}input,textarea,select,button{appearance:none}input,textarea,select{font-size:16px}.bottom-nav{padding-bottom:env(safe-area-inset-bottom)}@media (max-width:760px){body.is-keyboard-focus .bottom-nav{pointer-events:none;filter:saturate(.8);translate:0 16px;scale:.96;opacity:.28!important;bottom:-40px!important}body.is-auth-input-focus .bottom-nav{visibility:hidden;translate:0 28px;scale:.94;bottom:-76px!important}body.is-chat-input-focus .chat-input-bar{background:var(--panel)!important;border-top-color:#4f6f8f29!important;box-shadow:0 -10px 26px #1f29330f!important}body.is-auth-input-focus .login-card:focus-within{transform:translateY(-4px)!important}.knowledge-detail-view .knowledge-meta{align-content:flex-start;gap:3px 4px;max-height:34px;margin-top:-5px;overflow:hidden}.knowledge-detail-view .knowledge-tag{text-overflow:ellipsis;white-space:nowrap;align-items:center;max-width:64px;min-height:16px;padding:1px 6px;font-size:10px;line-height:1.1;display:inline-flex;overflow:hidden}.knowledge-detail-view .knowledge-source{text-overflow:ellipsis;white-space:nowrap;max-width:100%;min-height:22px;margin:6px 0 4px;padding:0 8px;font-size:10px;overflow:hidden}}.knowledge-detail-view .knowledge-content-box{border-color:var(--line);color:#47515c;box-shadow:inset 0 1px 0 var(--panel), inset 0 -16px 28px #6f625406;letter-spacing:.01em;scrollbar-gutter:stable;background:linear-gradient(#faf7f0f5,#f6f2eaf5);padding:22px 22px 20px;font-size:15px;line-height:1.65;position:relative}.knowledge-detail-view .knowledge-content-box.markdown-content{white-space:normal}.markdown-content p,.markdown-content ul,.markdown-content ol,.markdown-content li,.markdown-content h1,.markdown-content h2,.markdown-content h3{margin:0}.markdown-content p:empty{display:none}.markdown-content p:blank{display:none}.markdown-content p:has(br:only-child){display:none}.markdown-content>*+*{margin-top:.5em}.markdown-content ul,.markdown-content ol{margin-top:.1em;margin-bottom:0;padding-left:1.3em}.markdown-content li+li{margin-top:.3em}.markdown-content li>p,.markdown-content li>p+p{margin:0}.markdown-content strong{color:#2f363d;font-weight:600}.knowledge-detail-view .knowledge-content-box:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#6f62542e,#0000);height:1px;margin:-22px -22px 18px;display:block;position:sticky;top:0}@media (max-width:760px){.knowledge-detail-view .knowledge-detail-card{grid-template-rows:auto auto minmax(0,1fr) auto;gap:10px}.knowledge-detail-view .knowledge-content-box{border-radius:13px;padding:16px 14px 14px;font-size:13px;line-height:1.78}.knowledge-detail-view .knowledge-content-box:before{margin:-16px -14px 14px}.chat-content{padding-top:24px;padding-bottom:18px}.page-chat.active{padding-bottom:calc(var(--mobile-bottom-nav-height) + var(--mobile-browser-bottom-gap) + env(safe-area-inset-bottom))}.page-profile.active{padding-bottom:calc(var(--mobile-bottom-nav-height) + 8px + env(safe-area-inset-bottom))}.page-profile.active .profile-container{margin-bottom:8px}.page-chat.active.is-empty{grid-template-rows:68px minmax(0,1fr) auto;height:calc(100dvh - 96px);padding-bottom:0}.chat-composer{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.quick-prompts{max-height:40px;overflow-y:hidden}.bottom-nav{bottom:calc(18px + env(safe-area-inset-bottom));height:var(--mobile-bottom-nav-height)}.page-chat.is-empty .chat-content{padding:8px 14px 6px;overflow:hidden}.page-chat.is-empty .chat-composer{padding:4px 14px 6px}.page-chat.is-empty .quick-prompts{max-height:32px}.chat-empty-state{align-content:flex-start;gap:6px;width:calc(100% - 28px);min-height:0;margin-top:0;margin-bottom:0;padding:12px 14px}.page-chat.is-empty .chat-empty-state .state-illustration{width:32px;height:32px;margin-bottom:0}.chat-empty-state h2{font-size:20px;line-height:1.18}.chat-empty-state>p{font-size:13px;line-height:1.4}.welcome-panel{gap:6px;margin-top:0}.welcome-question{border-radius:14px;padding:10px 12px}.welcome-question span{margin-bottom:4px;font-size:10px}.welcome-question strong{font-size:13px;line-height:1.32}.welcome-question p{margin-top:4px;font-size:11px;line-height:1.35}.app-shell.active-page-chat .bottom-nav{display:none}.app-shell.active-page-chat .main-panel,.app-shell.active-page-chat .page-chat.active,.app-shell.active-page-chat .page-chat.active.is-empty{height:100dvh;padding-bottom:0}.app-shell.active-page-chat .chat-composer,.app-shell.active-page-chat .page-chat.is-empty .chat-composer{padding:8px 14px calc(12px + env(safe-area-inset-bottom))}.mobile-sidebar-menu{border-bottom:1px solid var(--line);gap:6px;width:calc(100% - 8px);margin:0 auto 14px;padding:8px 0 12px;display:grid}.mobile-sidebar-menu button{color:#202124;text-align:left;background:0 0;border:0;border-radius:14px;gap:3px;min-height:48px;padding:8px 12px;display:grid}.mobile-sidebar-menu button:active{background:#f1f3f4f2;transform:scale(.99)}.mobile-sidebar-menu span{font-size:15px;font-weight:700;line-height:1.2}.mobile-sidebar-menu small{color:#5f6368;font-size:12px;line-height:1.3}.mobile-sidebar-head strong:before{content:"";vertical-align:middle;background:url(/icon.png) 50%/contain no-repeat;width:20px;height:20px;margin-right:8px;display:inline-block}body.is-chat-input-focus .app-shell.active-page-chat .page-chat.active{grid-template-rows:64px minmax(0,1fr) auto;height:100dvh;padding-bottom:0!important}body.is-chat-input-focus .app-shell.active-page-chat .page-chat.active.is-empty{grid-template-rows:64px minmax(0,1fr) auto}body.is-chat-input-focus .app-shell.active-page-chat .chat-content,body.is-chat-input-focus .app-shell.active-page-chat .page-chat.is-empty .chat-content{min-height:0;padding:8px 14px 6px;overflow:hidden}body.is-chat-input-focus .app-shell.active-page-chat .chat-empty-state{display:grid}body.is-chat-input-focus .app-shell.active-page-chat .quick-prompts{max-height:40px;display:flex}body.is-chat-input-focus .app-shell.active-page-chat .chat-composer,body.is-chat-input-focus .app-shell.active-page-chat .page-chat.is-empty .chat-composer{background:var(--panel);gap:8px;padding:4px 14px 10px}body.is-chat-input-focus .app-shell.active-page-chat .chat-input-bar{min-height:54px;box-shadow:0 4px 18px #3c40431a!important}}.theme-toggle-group{background:var(--bg);border-radius:12px;gap:4px;padding:4px;display:flex;box-shadow:inset 0 2px 8px #0000000a}.theme-btn{color:var(--muted);background:0 0;border:none;border-radius:8px;flex:1;padding:10px 0;font-size:14px;font-weight:500;transition:all .2s}.theme-btn:hover{color:var(--text)}.theme-btn.active{background:var(--panel);color:var(--text);box-shadow:0 2px 8px #0000000f}[data-theme=dark] .theme-toggle-group{box-shadow:inset 0 2px 8px #0000004d}[data-theme=dark] .theme-btn.active{box-shadow:0 2px 8px #0006}[data-theme=dark] body{background:var(--bg-gradient)}[data-theme=dark] .profile-section,[data-theme=dark] .profile-edit-card,[data-theme=dark] .account-status-summary,[data-theme=dark] .chat-sidebar,[data-theme=dark] .diary-list-view,[data-theme=dark] .knowledge-list-view,[data-theme=dark] .knowledge-detail-view,[data-theme=dark] .diary-detail-view{background:var(--panel);border-color:var(--line)}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select,[data-theme=dark] .search-box{background:var(--soft)!important;border-color:var(--line)!important;color:var(--text)!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--muted)}[data-theme=dark] .dark-button{background:var(--text);color:var(--bg)}[data-theme=dark] .new-conversation-btn,[data-theme=dark] .sidebar-new-btn{background:var(--soft);color:var(--text);border:1px solid var(--line)}[data-theme=dark] .new-conversation-btn:hover,[data-theme=dark] .sidebar-new-btn:hover{background:var(--active)}[data-theme=dark] .message-card{background:var(--panel);border-color:var(--line)}[data-theme=dark] .message.is-user .message-card{background:var(--soft)}[data-theme=dark] .bottom-nav{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(20px)saturate(1.4);backdrop-filter:blur(20px)saturate(1.4);background:#1c1814eb}[data-theme=dark] .chat-session-item{color:var(--text)}[data-theme=dark] .chat-session-item:hover,[data-theme=dark] .chat-session-item.active{background:var(--active)}[data-theme=dark] .profile-group-head h2{color:var(--text)}[data-theme=dark] .profile-group-head span{color:var(--muted)}[data-theme=dark] hr,[data-theme=dark] .divider{border-color:var(--line)}[data-theme=dark] .section-header,[data-theme=dark] .chat-topbar,[data-theme=dark] .page-hero,[data-theme=dark] .sidebar-top{background:var(--panel);border-bottom:1px solid var(--line)}[data-theme=dark] .knowledge-item,[data-theme=dark] .diary-item{background:var(--panel);border-color:var(--line)}[data-theme=dark] .knowledge-item:hover,[data-theme=dark] .diary-item:hover{background:var(--soft);border-color:var(--active)}[data-theme=dark] .profile-status-pill{background:var(--soft);color:var(--muted);border-color:var(--line)}[data-theme=dark] .toast{background:var(--panel);color:var(--text);border-color:var(--line);box-shadow:0 8px 32px #0009}[data-theme=dark] .account-edit-section{border-color:var(--line)}[data-theme=dark] .message.is-typing .message-card .streaming-cursor-target:last-child:after{background:var(--muted)}[data-theme=dark] .theme-toggle-group{background:var(--bg)}[data-theme=dark] .theme-btn{color:var(--muted)}[data-theme=dark] .theme-btn.active{background:var(--soft);color:var(--text);box-shadow:0 2px 12px #00000080}[data-theme=dark] .user-message .message-card{background:var(--blue-strong);color:#1c1814;border-color:#0000}[data-theme=dark] .nav-button.active{background:var(--active);color:var(--text)}[data-theme=dark] .detail-tab.active{background:var(--soft);color:var(--text);border-color:var(--line)}[data-theme=dark] .regenerate-btn,[data-theme=dark] .send-btn,[data-theme=dark] .chat-send-button{background:var(--blue);color:#1c1814}[data-theme=dark] .dark-button{background:var(--soft);color:var(--text);border:1px solid var(--line)}[data-theme=dark] .dark-button:hover{background:var(--active)}[data-theme=dark] .tag-navy,[data-theme=dark] .badge-dark{background:var(--soft);color:var(--text)}[data-theme=dark] .mobile-sidebar-menu button{color:var(--text)}[data-theme=dark] .mobile-sidebar-menu button:active{background:var(--active)}[data-theme=dark] .mobile-sidebar-menu span{color:var(--text)}[data-theme=dark] .mobile-sidebar-menu small{color:var(--muted)}[data-theme=dark] .conversation-item strong{color:var(--text)}[data-theme=dark] .conversation-item span{color:var(--muted)}[data-theme=dark] .conversation-item.active{background:var(--soft)}[data-theme=dark] .conversation-item:hover{background:var(--panel)}[data-theme=dark] .new-chat-button{background:var(--soft)!important;color:var(--text)!important;border:1px solid var(--line)!important;box-shadow:none!important}[data-theme=dark] .new-chat-button:hover{background:var(--active)!important}[data-theme=dark] .diary-card-main em{color:var(--text)}[data-theme=dark] .diary-card-main small{color:var(--muted)}[data-theme=dark] .calendar-icon{background:var(--soft);color:var(--text);border-color:var(--line)}[data-theme=dark] .status-badge.is-analyzed{color:#81c784;background:#22735033;border-color:#81c7844d}[data-theme=dark] .status-badge.is-unanalyzed{color:#ffb74d;background:#b4530933;border-color:#ffb74d4d}[data-theme=dark] .knowledge-tag{background:var(--soft);color:var(--text);border-color:var(--line)}[data-theme=dark] .knowledge-detail-view .knowledge-content-box{background:var(--panel)!important;color:var(--text)!important;box-shadow:inset 0 1px 0 var(--line)!important}[data-theme=dark] .knowledge-content-box{background:var(--panel)!important;color:var(--text)!important}[data-theme=dark] .markdown-content strong{color:#fff!important}[data-theme=dark] .knowledge-date,[data-theme=dark] .knowledge-summary,[data-theme=dark] .diary-analysis-field dt,[data-theme=dark] .diary-analysis-field dd{color:var(--text)!important}[data-theme=dark] .diary-theoretical-support-card{background:var(--soft)!important;border-color:var(--line)!important}[data-theme=dark] .diary-theoretical-support-card h3,[data-theme=dark] .prompt-section p,[data-theme=dark] .ai-personalization-setting p,[data-theme=dark] .ai-profile-card>header p,[data-theme=dark] .ai-profile-summary p,[data-theme=dark] .ai-profile-empty-state,[data-theme=dark] .ai-profile-empty-line,[data-theme=dark] .security-section p,[data-theme=dark] .account-edit-head p,[data-theme=dark] .profile-group-head p{color:var(--text)!important}[data-theme=dark] .ai-profile-meta dt{color:var(--muted)!important}[data-theme=dark] .account-status-head strong{color:var(--text)!important}[data-theme=dark] body.is-login,[data-theme=dark] body.is-login .app-container,[data-theme=dark] .login-view{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#000!important}.clues-page-container{justify-content:center;align-items:flex-start;min-height:100%;padding:40px 20px;display:flex}.clues-content-wrapper{width:100%;max-width:800px}.clues-header{text-align:center;border-bottom:1px solid var(--line);margin-bottom:40px;padding-bottom:30px;position:relative}.clues-header .back-button{position:absolute;top:0;left:0}.clues-header-titles h1{color:var(--text);margin:0 0 16px;font-size:28px;font-weight:500}.clues-header-titles .badges{justify-content:center;gap:16px;display:flex}.clues-header-titles .badge{color:var(--muted);font-size:14px}.clues-header-titles .badge strong{color:var(--text);margin-left:6px;font-size:16px;font-weight:600}.clues-accordion-list{flex-direction:column;gap:16px;display:flex}.clues-accordion-list .accordion-item{background:var(--panel);border:1px solid var(--line);border-radius:20px;transition:background .2s;overflow:hidden}.clues-accordion-list details>summary{cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:22px 28px;font-size:17px;font-weight:600;list-style:none;display:flex}.clues-accordion-list details>summary::-webkit-details-marker{display:none}.clues-accordion-list details>summary:after{content:"+";color:var(--muted);font-size:24px;font-weight:300;transition:transform .3s}.clues-accordion-list details[open]>summary:after{transform:rotate(45deg)}.clues-accordion-list details>summary:hover{background:#ffffff05}[data-theme=light] .clues-accordion-list details>summary:hover{background:#00000005}.clues-accordion-list .details-content{border-top:1px solid var(--line);background:#00000014;max-height:380px;padding:24px 28px;overflow-y:auto}[data-theme=light] .clues-accordion-list .details-content{background:#00000005}.clues-accordion-list .details-content::-webkit-scrollbar{width:8px}.clues-accordion-list .details-content::-webkit-scrollbar-thumb{background:#96969633;border-radius:4px}.clues-accordion-list .text-block{color:var(--text);opacity:.9;margin:0;font-size:15px;line-height:1.8}.clues-accordion-list .tags-wrap{flex-wrap:wrap;gap:10px;display:flex}.clues-accordion-list .tag{background:var(--panel);border:1px solid var(--line);color:var(--text);opacity:.9;border-radius:12px;padding:10px 16px;font-size:14px}.clues-accordion-list .tag-count{color:var(--muted);margin-left:12px;font-size:14px;font-weight:400}.clues-accordion-list .empty-text{color:var(--muted);margin:0;font-size:14px}.button-link{justify-content:center;align-items:center;text-decoration:none;display:inline-flex;color:var(--text)!important}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--panel);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:16px;width:90%;max-width:400px;padding:24px;display:flex;box-shadow:0 20px 40px #0003}.modal-header h3{color:var(--text);margin:0;font-size:18px;font-weight:600}.modal-body p{color:var(--muted);margin:0;font-size:15px;line-height:1.6}.modal-footer{justify-content:stretch;gap:12px;margin-top:8px;display:flex}.modal-footer button{white-space:nowrap;border-radius:12px;flex:1;justify-content:center;align-items:center;padding:10px 0;font-size:14px;font-weight:500;display:flex}.danger-button{background-color:#ff4d4f;border:none;color:#fff!important}.danger-button:hover{background-color:#ff7875}button{transition:transform .15s cubic-bezier(.2,0,0,1),background-color .15s,border-color .15s,color .15s}button:active{transform:scale(.96)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalPopIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-mask{animation:.3s modalFadeIn}.modal-content,.unsaved-diary-dialog{animation:.4s cubic-bezier(.16,1,.3,1) forwards modalPopIn}.global-toast-container{pointer-events:none;z-index:9999;justify-content:center;display:flex;position:fixed;top:80px;left:0;right:0}.global-toast{-webkit-backdrop-filter:blur(12px);color:#fff;background:#2c2824f2;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;animation:.4s cubic-bezier(.16,1,.3,1) forwards toastSlideDown;display:flex;box-shadow:0 8px 24px #0000004d}.global-toast.fade-out{animation:.3s forwards toastFadeOut}@keyframes toastSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes toastFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.global-toast svg{color:#a3e6b5;width:16px;height:16px}.section-header,.detail-header,.knowledge-search-area{-webkit-backdrop-filter:blur(16px)!important;background:#fffcf7cc!important}[data-theme=dark] .section-header,[data-theme=dark] .detail-header,[data-theme=dark] .knowledge-search-area{background:#121212b3!important}.bottom-nav{-webkit-backdrop-filter:blur(16px)!important;background:#fffc!important}[data-theme=dark] .bottom-nav{background:#1e1b18cc!important}.empty-state-container{text-align:center;opacity:.8;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-state-icon{width:64px;height:64px;color:var(--muted);margin-bottom:16px}.empty-state-container h3{color:var(--text);margin:0 0 8px;font-size:16px;font-weight:500}.empty-state-container p{color:var(--muted);margin:0;font-size:13px}.ai-skeleton-container{background:var(--panel);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:12px;margin-top:10px;padding:20px;display:flex}.skeleton-line{background:linear-gradient(90deg, var(--border) 0%, var(--muted) 50%, var(--border) 100%);background-size:200% 100%;border-radius:4px;height:14px;animation:2s ease-in-out infinite skeletonBreathe}.skeleton-line:first-child{width:40%;height:18px;margin-bottom:8px}.skeleton-line:nth-child(2){width:100%}.skeleton-line:nth-child(3){width:85%}.skeleton-line:nth-child(4){width:60%}@keyframes skeletonBreathe{0%{opacity:.6;background-position:100%}50%{opacity:1;background-position:0%}to{opacity:.6;background-position:-100%}}.modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.modal-actions .light-button{justify-content:center;align-items:center;min-width:80px;width:auto!important;height:36px!important;margin:0!important;font-size:14px!important;display:inline-flex!important}.admin-theory-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;background:#8aa1b80d;border:1px solid #8aa1b81a;border-radius:12px;align-items:center;gap:8px;margin-top:8px;padding:12px 16px;display:flex!important}.admin-theory-checkbox input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--green)}.admin-theory-form-actions{justify-content:flex-end;gap:12px;margin-top:32px;display:flex}.admin-theory-form-actions .light-button,.admin-theory-form-actions .dark-button{border-radius:999px;justify-content:center;align-items:center;min-width:90px;width:auto!important;height:38px!important;margin:0!important;font-size:14px!important;display:inline-flex!important}.admin-theory-filters label{color:var(--muted);flex-direction:column;gap:8px;font-size:13px;font-weight:500;display:flex}.admin-theory-filters input,.admin-theory-filters select{width:100%;height:36px;color:var(--text);background:0 0;border:1px solid #8aa1b838;border-radius:999px;outline:none;padding:0 16px;font-size:14px;transition:border-color .2s}.admin-theory-filters input:focus,.admin-theory-filters select:focus{border-color:var(--green)}.admin-theory-filters select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%238aa1b8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right 14px top 50%;background-repeat:no-repeat;background-size:10px;padding-right:32px}.admin-theory-filters select option{background:var(--panel);color:var(--text)}.admin-users-filters{grid-template-columns:minmax(220px,1fr) 160px 160px auto!important}.admin-theory-filter-actions{align-items:flex-end;gap:12px;display:flex}.admin-theory-filter-actions button{height:36px}.custom-select-container{width:100%;position:relative}.custom-select-trigger{width:100%;height:36px;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #8aa1b838;border-radius:999px;justify-content:space-between;align-items:center;padding:0 16px;font-size:14px;transition:all .2s;display:flex}.custom-select-trigger:hover{border-color:#8aa1b880}.custom-select-trigger.is-open{border-color:var(--green);box-shadow:0 0 0 2px #52c41a1a}.custom-select-icon{color:var(--muted);transition:transform .2s}.custom-select-icon.open{transform:rotate(180deg)}.custom-select-dropdown{background:var(--panel);border:1px solid var(--line);width:100%;max-height:200px;box-shadow:var(--shadow-card);z-index:100;border-radius:16px;max-height:240px;padding:6px;animation:.2s cubic-bezier(.16,1,.3,1) forwards dropdownPop;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}@keyframes dropdownPop{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.custom-select-option{cursor:pointer;color:var(--text);border-radius:10px;padding:10px 16px;font-size:14px;transition:background .15s,color .15s}.custom-select-option:hover{background:#8aa1b814}.custom-select-option.selected{background:var(--green);color:#fff;font-weight:500}.id-card-container{align-items:flex-start;gap:32px;margin-top:16px;display:flex}@media (max-width:768px){.id-card-container{flex-direction:column}}.id-card-visual{background:linear-gradient(180deg, var(--soft) 0%, var(--panel) 100%);border:1px solid var(--line);width:min(280px,100%);box-shadow:var(--shadow-soft);border-radius:20px;flex-direction:column;align-items:center;padding:24px;transition:transform .3s;display:flex;position:relative;overflow:hidden}.id-card-visual:hover{transform:translateY(-5px)}.id-card-visual:before{content:"";background:var(--green);filter:blur(80px);opacity:.15;z-index:0;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.id-avatar{background:var(--line);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;font-size:32px;display:flex}.id-name{color:var(--text);z-index:1;font-size:20px;font-weight:600}.zodiac-badge{color:var(--green);z-index:1;background:#4ade801a;border:1px solid #4ade8033;border-radius:999px;align-items:center;gap:6px;margin-top:12px;padding:4px 12px;font-size:12px;font-weight:600;transition:all .3s;display:inline-flex}.id-stats{z-index:1;grid-template-columns:1fr 1fr;gap:12px;width:100%;margin-top:24px;display:grid}.id-stat-item{background:var(--bg);border:1px solid var(--line);text-align:center;border-radius:12px;padding:12px;transition:all .3s}.id-stat-value{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:15px;font-weight:600;overflow:hidden}.id-stat-label{color:var(--muted);font-size:11px}.id-card-form{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:24px;flex-direction:column;flex:1;gap:20px;width:100%;padding:32px;display:flex}@keyframes flash{0%{background-color:var(--text);color:var(--bg)}to{background-color:var(--bg);color:var(--text)}}.flash-update{animation:.5s ease-out flash}.id-card-form .form-label{color:var(--muted);letter-spacing:.05em;margin-bottom:8px;font-size:13px}.id-card-form .form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:500px){.id-card-form .form-row{grid-template-columns:1fr}}.custom-input{border:1px solid var(--line);background:var(--soft);height:42px;color:var(--text);border-radius:12px;outline:none;width:100%;padding:0 16px;font-size:14px;transition:all .2s}.custom-input:focus{border-color:var(--green)}.community-author-avatar-field{flex-direction:column;gap:12px;display:flex}.community-author-avatar-grid{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:12px;display:grid}.community-author-avatar-option{border:1px solid var(--line);background:var(--soft);color:var(--text);cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:12px 10px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.community-author-avatar-option:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.community-author-avatar-option.active{border-color:var(--green);box-shadow:0 0 0 2px #4ade8026}.community-author-avatar-option img{border-radius:16px;width:56px;height:56px}.community-author-avatar-option span{font-size:13px}.flip-card-container{justify-content:center;margin-top:16px;display:flex}.scene{perspective:1000px;width:100%;max-width:400px;height:420px}.flip-card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.flip-card.is-flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{backface-visibility:hidden;background:var(--panel);border:1px solid var(--line);width:100%;height:100%;box-shadow:var(--shadow-card);box-sizing:border-box;border-radius:20px;position:absolute}.flip-card-front{background:linear-gradient(180deg, var(--soft) 0%, var(--panel) 100%);flex-direction:column;align-items:center;padding:32px 24px;display:flex;overflow:hidden}.flip-card-front:before{content:"";background:var(--green);filter:blur(80px);opacity:.15;z-index:0;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.edit-btn-top{width:36px;height:36px;color:var(--text);cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.edit-btn-top:hover{background:#fff3}.flip-card-back{background:var(--panel);padding:24px;overflow-y:auto;transform:rotateY(180deg)}.flip-card-back.id-card-form{box-shadow:none;border:none}.flip-card-back .form-row{grid-template-columns:1fr}.badge-band{z-index:1;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px;display:flex}.badge-b{background:var(--line);color:var(--text);white-space:nowrap;border-radius:100px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.badge-b.blue{color:var(--blue);background:#7faed426}.badge-b.green{color:var(--green);background:#8aad8c26}.badge-b.purple{color:var(--purple);background:#c4a88226}.grid-b{z-index:1;grid-template-columns:1fr 1fr;gap:12px;width:100%;display:grid}.grid-item-wide{background:var(--bg);border:1px solid var(--line);border-radius:12px;grid-column:span 2;justify-content:space-between;align-items:center;padding:16px;display:flex}.grid-item{background:var(--bg);border:1px solid var(--line);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;padding:16px;display:flex}.grid-item .grid-value{color:var(--text);margin-bottom:4px;font-size:16px;font-weight:700}.grid-item .grid-label{color:var(--muted);font-size:11px}.id-card-container{width:100%;max-width:800px;margin:0 auto}.card-front-top{flex-direction:column;align-items:center;width:100%;display:flex}.card-front-bottom{width:100%}.form-grid-responsive{flex-direction:column;width:100%;display:flex}.form-col{flex-direction:column;display:flex}.custom-select-dropdown::-webkit-scrollbar{width:6px}.custom-select-dropdown::-webkit-scrollbar-track{background:0 0}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.custom-select-dropdown{scrollbar-width:thin;scrollbar-color:#fff3 transparent;max-height:240px!important;overflow-y:auto!important}@media (min-width:768px){.profile-group.demographic-group{max-width:820px!important}.scene{max-width:780px!important;height:360px!important}.id-card-visual{flex-direction:row!important;align-items:stretch!important;padding:32px!important}.card-front-top{border-right:1px solid var(--line);flex:0 0 260px;justify-content:center;padding-right:32px}.card-front-bottom{flex-direction:column;flex:1;justify-content:center;min-width:0;padding-left:32px;display:flex}.flip-card-back{padding:32px!important;overflow:visible!important}.form-grid-responsive{grid-template-columns:1fr 1fr;gap:0 24px;display:grid}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#73706a33;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#73706a66}[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:#ffffff1f}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background-color:#ffffff40}*{scrollbar-width:thin;scrollbar-color:#73706a33 transparent}[data-theme=dark] *{scrollbar-color:#ffffff1f transparent}[data-theme=dark] .login-brand img,[data-theme=dark] .profile-summary-avatar{content:url(/icon-dark.png)}[data-theme=dark] .mobile-sidebar-head strong:before{background-image:url(/icon-dark.png)}[data-theme=dark] .profile-summary-main{background:#000;border-color:#000}[data-theme=dark] #profileEmailText{color:var(--text);opacity:.7}@media (min-width:768px){.bottom-nav{display:none!important}.chat-sidebar,.chat-sidebar[hidden]{pointer-events:auto!important;height:calc(100vh - 24px)!important;display:flex!important;inset:12px auto 12px 12px!important}.mobile-sidebar-menu{border-bottom:1px solid var(--line);gap:6px;width:100%;margin:10px 0 20px;padding:0 0 16px;display:grid!important}.mobile-sidebar-menu button{min-height:48px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;gap:4px;padding:12px 14px;transition:all .2s;display:grid}.mobile-sidebar-menu button:hover{background:var(--soft);transform:translateY(-1px)}.mobile-sidebar-menu button.active{border:1px solid #fff6;box-shadow:0 4px 12px #00000008;background:var(--panel)!important}.mobile-sidebar-menu button .menu-icon{margin-bottom:2px;font-size:18px}.mobile-sidebar-menu button span:not(.menu-icon){font-size:15px;font-weight:600;line-height:1.2}.mobile-sidebar-menu button small{color:var(--muted);opacity:.9;font-size:12px;display:block}.main-panel{background:var(--bg);justify-content:center;display:flex;height:100vh!important;margin-left:280px!important}.app-shell.sidebar-collapsed .main-panel{margin-left:42px!important}.app-shell.sidebar-collapsed .chat-sidebar{width:18px!important;padding-left:0!important;padding-right:0!important}.mobile-sidebar-head{grid-template-columns:1fr auto;align-items:center;padding:8px 12px 24px;display:grid!important}.mobile-sidebar-grip,.mobile-sidebar-close{display:none!important}.mobile-sidebar-head div{gap:4px;display:grid}.mobile-sidebar-head strong{color:var(--text);font-size:18px;font-weight:700}.mobile-sidebar-head strong:before{content:"";vertical-align:middle;background:url(/icon.png) 50%/contain no-repeat;width:20px;height:20px;margin-right:8px;display:inline-block}.mobile-sidebar-head small{color:var(--muted);font-size:13px}.app-shell.sidebar-collapsed .mobile-sidebar-menu,.app-shell.sidebar-collapsed .new-chat-button,.app-shell.sidebar-collapsed .conversation-search,.app-shell.sidebar-collapsed .conversation-search-status,.app-shell.sidebar-collapsed .mobile-sidebar-head{opacity:0!important;pointer-events:none!important;display:none!important}.page,.page-chat,.diary-container,.knowledge-container,.profile-container{width:100%!important;max-width:800px!important;box-shadow:none!important;background:0 0!important;margin:0 auto!important}.chat-composer{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border-top:none!important;width:100%!important;max-width:800px!important;margin:0 auto!important;padding:0 16px!important}.chat-input-bar{border:1px solid var(--line)!important;border-bottom:none!important;border-radius:24px 24px 0 0!important;max-width:100%!important;margin:0!important;box-shadow:0 -8px 30px #00000008!important}}.mobile-sidebar-menu{border-bottom:1px solid var(--line);gap:6px;width:100%;margin:10px 0 20px;padding:0 0 16px;display:grid!important}.mobile-sidebar-menu a{min-height:48px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;gap:4px;padding:12px 14px;display:grid}.mobile-sidebar-menu a:hover{background:var(--soft);transform:translateY(-1px)}.mobile-sidebar-menu a.active{border:1px solid #fff6;box-shadow:0 4px 12px #00000008;background:var(--panel)!important}.mobile-sidebar-menu a .menu-icon{margin-bottom:2px;font-size:18px}.mobile-sidebar-menu a span:not(.menu-icon){font-size:15px;font-weight:600;line-height:1.2}.mobile-sidebar-menu a small{color:var(--muted);opacity:.9;font-size:12px;display:block}@media (max-width:1023px){.app-shell.active-page-community .main-panel{width:100vw!important;max-width:100vw!important;height:calc(100dvh - var(--mobile-bottom-nav-height))!important;justify-content:stretch!important;margin-left:0!important;overflow-x:hidden!important}.app-shell.active-page-community .chat-sidebar,.app-shell.active-page-community .chat-sidebar[hidden]{display:none!important}.app-shell.active-page-community .bottom-nav{display:grid!important}.app-shell.active-page-community .page-community.active{width:100%!important;max-width:100%!important;margin:0!important;overflow-x:hidden!important}.app-shell.active-page-community .community-list-view.active{width:100%}.app-shell.active-page-community .community-hero{grid-template-columns:1fr;align-items:start;gap:12px;min-height:0;height:auto!important;padding:18px 16px 14px!important;display:grid!important}.app-shell.active-page-community .community-hero>div{min-width:0}.app-shell.active-page-community .community-hero h1{letter-spacing:-.05em;max-width:100%;line-height:1.15;font-size:clamp(24px,6.2vw,31px)!important}.app-shell.active-page-community .community-hero p{max-width:100%;line-height:1.65;font-size:14px!important}.app-shell.active-page-community .community-share-button{writing-mode:horizontal-tb;white-space:nowrap;width:100%;min-width:0;height:42px!important}.app-shell.active-page-community .community-share-button span{display:inline}.app-shell.active-page-community .community-content{width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important;margin:14px auto 0!important}.app-shell.active-page-community .community-category-row{scrollbar-width:none;flex-wrap:nowrap;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;overflow-x:auto}.app-shell.active-page-community .community-category-row::-webkit-scrollbar{display:none}.app-shell.active-page-community .community-card-grid{grid-template-columns:minmax(0,1fr)!important}.app-shell.active-page-community .community-featured-card,.app-shell.active-page-community .community-card{width:100%;min-width:0}}[data-theme=dark] .community-card,[data-theme=dark] .community-featured-card,[data-theme=dark] .community-detail-article{background:var(--panel)}[data-theme=dark] .community-knowledge-option,[data-theme=dark] .community-share-source,[data-theme=dark] .community-privacy-box{background:var(--soft)}[data-theme=dark] .community-knowledge-option.selected{background:#9b87f526}.thinking-summary{cursor:pointer;color:#888;-webkit-user-select:none;user-select:none;font-size:.9em}.thinking-summary:hover{color:#666}[data-theme=dark] .message.thinking-message .message-card{background:var(--panel);color:var(--text-secondary)}.thinking-content{white-space:pre-wrap;color:#888;border-left:2px solid #eee;margin:8px 0;padding-left:12px;font-size:.9em}[data-theme=dark] .thinking-content{color:var(--text-secondary);border-left-color:var(--line)}[data-theme=dark] .thinking-summary{color:var(--text-light)}[data-theme=dark] .thinking-summary:hover{color:var(--text-secondary)}[data-theme=dark] .community-my-post-card{background:var(--panel)}[data-theme=dark] .community-category-chip{background:var(--panel);color:var(--muted);border-color:var(--line)}[data-theme=dark] .community-category-chip:hover{background:var(--soft)}[data-theme=dark] .community-category-chip.active{background:var(--primary);color:#fff;border-color:#0000}[data-theme=dark] .community-tag-row span{background:var(--soft);color:var(--text-secondary)}[data-theme=dark] .community-generated-card{background:var(--panel);border-color:var(--line)}[data-theme=dark] .community-generated-card input,[data-theme=dark] .community-generated-card textarea{background:var(--soft);color:var(--text);border-color:var(--line)}[data-theme=dark] .community-generated-card label{color:var(--text-secondary)}
