:root{color:#24211c;background:#f6f0e6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif}*{box-sizing:border-box}body{margin:0}button,textarea,input{font:inherit}button{cursor:pointer}.topnav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:12px 22px;background:#f6f0e6f5;border-bottom:1px solid #ded4c2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.tabs,.loading,.feature-row,.panel-title{display:flex;align-items:center;gap:8px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.brand{font-weight:750}.tabs button,.ghost,.message-tools button,.feature-row button,.history button,.modal button,.chat-topbar button,.composer button,.segmented button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d8c9b5;background:#fffaf2;color:#302a22;min-height:36px;padding:8px 11px;border-radius:8px}.tabs button.active,.feature-row button.active,.segmented button.active,.option-grid button.active,.count-row button.active,.ratio-grid button.active,.primary{background:#24211c;color:#fff;border-color:#24211c}.chat-shell{display:grid;grid-template-columns:280px minmax(0,1fr) 280px;gap:16px;width:min(1320px,100%);min-height:calc(100vh - 61px);margin:0 auto;padding:16px}.chat-main,.history,.tool-panel,.community,.reader,.profile-card{background:#fffdf8;border:1px solid #e2d7c6;border-radius:8px}.chat-main{min-height:calc(100vh - 93px);display:flex;flex-direction:column;overflow:hidden}.chat-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #eadfce}.wordmark{font-size:20px;font-weight:800;letter-spacing:0}.messages{flex:1;overflow:auto;padding:18px;scroll-padding-bottom:220px}.messages-end{height:1px}.message-tools button:disabled{opacity:.72;cursor:wait}.message{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;margin-bottom:16px}.message.user{grid-template-columns:minmax(0,1fr) 34px}.message.user .avatar{order:2}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#26221d;color:#fff;font-size:13px;font-weight:700}.bubble{max-width:min(760px,100%);padding:12px 14px;border-radius:8px;line-height:1.68;background:#f0e7da}.user .bubble{justify-self:end;background:#24211c;color:#fff}.bubble p,.markdown p{margin:0 0 10px}.markdown :last-child,.bubble :last-child{margin-bottom:0}.message-tools{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.message-tools button{min-height:30px;padding:5px 9px;background:#ffffffb3}.inline-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-top:12px}.inline-gallery img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:6px}.empty{display:grid;place-items:center;gap:10px;min-height:48vh;color:#766a5d;text-align:center}.empty p{max-width:520px;margin:0}.feature-strip{overflow-x:auto;overflow-y:hidden;border-top:1px solid #eadfce;scrollbar-width:thin}.feature-row{width:max-content;min-width:100%;padding:10px 14px}.feature-row button{flex:0 0 auto;min-width:112px;white-space:nowrap}.feature-strip::-webkit-scrollbar{height:6px}.feature-strip::-webkit-scrollbar-thumb{background:#d8c9b5;border-radius:999px}.feature-strip::-webkit-scrollbar-track{background:transparent}.composer{display:grid;grid-template-columns:44px 1fr 50px;gap:10px;padding:12px 14px 14px;border-top:1px solid #eadfce}.composer .voice-toggle,.composer .send-button{min-width:0}.composer textarea,.modal textarea{width:100%;min-height:58px;max-height:170px;resize:vertical;border:1px solid #d8c9b5;border-radius:8px;padding:11px 12px;background:#fff;color:#24211c}.composer button.recording{background:#8a2d1d;color:#fff;border-color:#8a2d1d}.hold-to-talk{width:100%;min-height:58px;border:1px solid #d8c9b5;border-radius:8px;background:#fff;color:#24211c;font-weight:700}.hold-to-talk small{display:block;margin-top:3px;font-size:12px;font-weight:500;color:currentColor;opacity:.78}.hold-to-talk.recording{background:#436444;border-color:#436444;color:#fff}.send-button span{display:none}.composer button:disabled{opacity:.45;cursor:not-allowed}.history{align-self:stretch;padding:14px;overflow:hidden}.history-head{display:flex;justify-content:space-between;gap:12px}.history-head span,.tool-panel dt,.profile-card dt{display:block;color:#806f5d;font-size:12px}.history-head strong{display:block;margin-top:3px;font-size:20px}.new-chat{width:100%;margin:16px 0 12px}.history-list{display:grid;gap:8px;max-height:calc(100vh - 218px);overflow:auto}.history-list button{display:grid;justify-items:start;width:100%;text-align:left}.history-list button.active{background:#24211c;color:#fff;border-color:#24211c}.history-list span{width:100%;overflow:hidden;color:#7c7064;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.history-list .active span{color:#e7ded2}.tool-panel{align-self:start;padding:16px}.tool-panel h2{margin:0 0 12px;font-size:18px}.tool-panel dl,.profile-card dl{margin:0}.tool-panel dd,.profile-card dd{margin:4px 0 12px;word-break:break-all}.tool-panel p{color:#776a5e;line-height:1.6}.error,.notice{margin:8px 14px;padding:10px 12px;border-radius:8px;line-height:1.5}.error{border:1px solid #e2aaa0;background:#fff0ed;color:#852d20}.notice{border:1px solid #b8d5aa;background:#f0faec;color:#345f22}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:18px;background:#14120f7a}.modal{width:min(520px,100%);display:grid;gap:14px;max-height:calc(100dvh - 36px);overflow-y:auto;padding:18px;background:#fffdf8;border:1px solid #e2d7c6;border-radius:8px}.modal-head,.modal-actions,.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal h3,.section-head h1{margin:0}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.count-row,.ratio-grid{display:grid;gap:8px}.count-row{grid-template-columns:repeat(4,1fr)}.ratio-grid{grid-template-columns:repeat(auto-fit,minmax(92px,1fr))}.ratio-grid button{display:grid;gap:2px}.ratio-grid small{color:inherit;opacity:.72}.custom-input{width:100%;border:1px solid #d8c9b5;border-radius:8px;padding:11px 12px;background:#fff;color:#24211c}.modal-copy{margin:0;padding:10px 12px;border:1px solid #eadfce;border-radius:8px;background:#faf4ea;color:#66594c;line-height:1.55}.community,.reader,.profile{width:min(1120px,calc(100% - 32px));margin:18px auto}.community,.reader,.profile-card{padding:22px}.segmented{display:inline-flex;gap:8px}.work-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;margin-top:20px}.work-card{display:grid;gap:8px;text-align:left;border:1px solid #e1d7c9;background:#fff;border-radius:8px;padding:10px}.cover{display:grid;place-items:center;aspect-ratio:4 / 3;background:#efe6d8;border-radius:6px;overflow:hidden;color:#7b6b59}.cover img,.storybook-page img{width:100%;height:100%;object-fit:cover}.work-card strong{font-size:15px}.work-card span{color:#766b5f;font-size:13px}.pages{display:grid;gap:18px;margin-top:18px}.storybook-page{display:grid;grid-template-columns:minmax(180px,360px) 1fr;gap:18px;align-items:center;border:1px solid #eadfce;border-radius:8px;padding:14px}.storybook-page img,.storybook-page .cover{aspect-ratio:4 / 3;border-radius:6px}.profile{display:grid;place-items:center;min-height:calc(100vh - 110px)}.profile-card{width:min(560px,100%)}.profile-avatar{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#24211c;color:#fff}.profile-card h1{margin:14px 0 6px}.admin-login{min-height:100vh;display:grid;place-items:center;padding:24px}.admin-login-card,.admin-page,.admin-panel,.metric-card,.retention-card{background:#fffdf8;border:1px solid #e2d7c6;border-radius:8px}.admin-login-card{width:min(420px,100%);display:grid;gap:14px;padding:22px}.admin-login-card h1,.admin-login-card p,.admin-head h1,.admin-head p,.admin-panel h2{margin:0}.admin-login-card input,.admin-actions select,.panel-line select{border:1px solid #d8c9b5;border-radius:8px;padding:10px 12px;background:#fff;color:#24211c}.admin-page{width:min(1180px,calc(100% - 28px));margin:16px auto;padding:18px}.admin-head,.panel-line{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-actions button{border:1px solid #d8c9b5;background:#fffaf2;color:#302a22;border-radius:8px;padding:9px 12px}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:12px;margin:18px 0}.metric-card,.retention-card{display:grid;gap:8px;padding:14px}.metric-card span,.retention-card span,.retention-card small{color:#776a5e;font-size:13px}.metric-card strong,.retention-card strong{font-size:26px}.admin-panels{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:14px;margin-bottom:14px}.admin-panel{padding:16px}.retention-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.bar-chart{height:180px;display:grid;grid-template-columns:repeat(30,1fr);align-items:end;gap:4px;margin-top:16px;padding-top:8px;border-top:1px solid #eadfce}.bar-item{height:100%;display:flex;align-items:end}.bar-item span{width:100%;min-height:4px;background:#24211c;border-radius:4px 4px 0 0}.event-table{display:grid;gap:1px;margin-top:12px;overflow-x:auto}.event-row{min-width:760px;display:grid;grid-template-columns:150px 220px 1fr 110px;gap:10px;padding:9px 10px;background:#fffaf2;font-size:13px}.event-row.head{background:#24211c;color:#fff;font-weight:700}.event-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-error,.page-loading{width:min(760px,calc(100% - 32px));margin:24px auto}.mobile-chat-page{min-height:100dvh;background:#f9f9f7;color:#24211c;overflow:hidden}.mobile-top-bar{position:fixed;top:0;left:0;right:0;z-index:70;height:calc(58px + env(safe-area-inset-top));display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:calc(8px + env(safe-area-inset-top)) 14px 8px;background:#f9f9f7f5;border-bottom:1px solid rgba(222,212,194,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mobile-icon-btn,.mobile-new-btn{min-height:42px;border:1px solid #d8c9b5;border-radius:999px;background:#fffaf2;color:#302a22}.mobile-icon-btn{width:42px;padding:0}.mobile-new-btn{display:inline-flex;align-items:center;gap:4px;max-width:118px;padding:0 10px;font-size:12px;white-space:nowrap}.mobile-brand{position:absolute;left:50%;bottom:14px;transform:translate(-50%);color:#436444;font-family:Georgia,Times New Roman,"Noto Serif SC",Songti SC,serif;font-size:26px;font-weight:800;letter-spacing:0}.mobile-chat-main{height:100dvh;padding-top:calc(58px + env(safe-area-inset-top));padding-bottom:calc(252px + env(safe-area-inset-bottom));overflow:hidden}.mobile-chat-canvas{height:100%;overflow-y:auto;padding:16px 14px 34px;scroll-padding-bottom:280px}.mobile-control-backdrop{position:fixed;left:0;right:0;bottom:0;z-index:45;height:calc(230px + env(safe-area-inset-bottom));background:#f9f9f7;box-shadow:0 -8px 24px #1a1c1b0d;pointer-events:none}.mobile-feature-dock{position:fixed;left:0;right:0;bottom:calc(144px + env(safe-area-inset-bottom));z-index:58;padding:8px 0;background:#f9f9f7f5;border-top:1px solid rgba(222,212,194,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow-x:auto;overflow-y:hidden}.mobile-feature-dock .feature-row{gap:8px;padding:0 24px}.mobile-feature-dock .feature-row button{min-width:96px;min-height:40px;padding:6px 9px;border-radius:8px;font-size:14px}.mobile-feature-dock .feature-row .mobile-upload-chip{flex:0 0 40px;min-width:40px;width:40px;height:40px;border:0;border-radius:999px;background:#436444;color:#fff;box-shadow:0 10px 22px #43644438;padding:0}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px 14px calc(8px + env(safe-area-inset-bottom));background:#f9f9f7fa;border-top:1px solid #ded4c2}.mobile-bottom-nav button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d8c9b5;border-radius:8px;background:#fffaf2;color:#302a22;font-weight:700}.mobile-bottom-nav button.active{background:#24211c;border-color:#24211c;color:#fff}.mobile-bottom-nav.standalone{z-index:80}.mobile-sidebar-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130}.mobile-sidebar-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1c1b47}.mobile-history-sidebar{position:absolute;inset:0 auto 0 0;width:min(84vw,320px);display:flex;flex-direction:column;gap:12px;padding:calc(20px + env(safe-area-inset-top)) 14px calc(16px + env(safe-area-inset-bottom));background:#f9f9f7;box-shadow:18px 0 48px #1a1c1b29}.mobile-sidebar-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid rgba(194,200,190,.36)}.mobile-sidebar-header span,.mobile-sidebar-user span{display:block;color:#4248419e;font-size:12px}.mobile-sidebar-header strong{display:block;margin-top:4px;color:#436444;font-family:Georgia,Times New Roman,"Noto Serif SC",Songti SC,serif;font-size:24px}.mobile-sidebar-header button{width:38px;height:38px;border:1px solid #d8c9b5;border-radius:999px;background:#fffaf2}.mobile-sidebar-user{margin-top:auto;display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;padding-top:12px;border-top:1px solid rgba(194,200,190,.36)}.mobile-sidebar-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:#24211c;color:#fff;font-weight:800}.mobile-sidebar-user span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-floating-status{position:fixed;left:14px;right:14px;bottom:calc(188px + env(safe-area-inset-bottom));z-index:75;margin:0}.device-tablet .chat-shell,.device-mobile .chat-shell{grid-template-columns:minmax(0,1fr)}.device-tablet .history,.device-mobile .history{position:fixed;inset:0 auto 0 0;z-index:40;width:min(320px,88vw);transform:translate(-105%);transition:transform .16s ease;box-shadow:0 18px 40px #0000002e}.device-tablet .history.open,.device-mobile .history.open{transform:translate(0)}.device-tablet .tool-panel,.device-mobile .tool-panel{display:none}.device-mobile .topnav{position:fixed;inset:auto 0 0 0;z-index:60;align-items:center;gap:0;flex-direction:row;padding:8px 12px calc(8px + env(safe-area-inset-bottom));border-top:1px solid #ded4c2;border-bottom:0}.device-mobile .brand{display:none}.device-mobile .tabs{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.device-mobile .tabs button{width:100%;min-height:48px;border-radius:8px}.device-mobile .chat-shell{min-height:100dvh;padding:0;padding-bottom:calc(156px + env(safe-area-inset-bottom))}.device-mobile .chat-main{min-height:100dvh;border-left:0;border-right:0;border-radius:0}.device-mobile .chat-topbar{position:fixed;top:0;left:0;right:0;z-index:35;min-height:58px;background:#fffdf8f5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.device-mobile .messages{padding:74px 14px calc(232px + env(safe-area-inset-bottom));scroll-padding-bottom:calc(232px + env(safe-area-inset-bottom))}.device-mobile .feature-strip{position:fixed;left:0;right:0;bottom:calc(138px + env(safe-area-inset-bottom));z-index:50;background:#f9f9f7f0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.device-mobile .feature-row{display:flex;gap:10px;min-width:max-content;padding:10px 16px}.device-mobile .feature-row button{min-width:auto;min-height:38px;padding:8px 13px;border-radius:8px}.device-mobile .message,.device-mobile .message.user{grid-template-columns:1fr}.device-mobile .message.user .avatar,.device-mobile .avatar{display:none}.device-mobile .bubble{max-width:100%}.device-mobile .composer{position:fixed;left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom));z-index:74;grid-template-columns:44px minmax(0,1fr) 58px;align-items:end;gap:10px;padding:12px 16px;background:#f9f9f7f5;border-top:1px solid rgba(222,212,194,.72);box-shadow:0 -4px 16px #1a1c1b0a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.device-mobile .composer .voice-toggle,.device-mobile .composer .send-button{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:999px;padding:0}.device-mobile .composer .voice-toggle{background:#e8e8e6;color:#436444}.device-mobile .composer .send-button{width:58px;min-width:58px;background:#436444;color:#fff;border-color:#436444;box-shadow:0 5px 12px #43644433}.device-mobile .composer .send-button svg{display:none}.device-mobile .send-button span{display:inline;font-size:14px;font-weight:700}.device-mobile .composer textarea{min-height:44px;max-height:132px;resize:none;border-radius:8px;padding:11px 12px}.device-mobile .hold-to-talk{min-height:44px;border-radius:8px;user-select:none;-webkit-user-select:none;touch-action:none}.device-mobile .hold-to-talk.recording{transform:scale(.99)}.device-mobile .modal-backdrop{align-items:flex-end;padding:0}.device-mobile .modal{width:100%;max-height:calc(100dvh - 76px);border-radius:16px 16px 0 0;padding-bottom:calc(18px + env(safe-area-inset-bottom))}.device-mobile .storybook-page{grid-template-columns:1fr}.device-mobile .admin-head,.device-mobile .panel-line,.device-mobile .section-head{align-items:flex-start;flex-direction:column}.device-mobile .admin-panels,.device-mobile .retention-grid{grid-template-columns:1fr}
