:root{font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;color:#263c40;background:#f8f7f3;font-synthesis:none;font-size:14px;--accent: #9a6249;--line: #e5e6df;--muted: #7a8785}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{border:1px solid var(--line);background:transparent;padding:9px 14px;border-radius:9px;color:inherit;cursor:pointer;transition:background .15s}button:hover{background:#eaece5}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}button.primary{background:#284c4d;border-color:#284c4d;color:#fff}button.primary:hover{background:#356061}button.link{border:0;padding:6px 0;color:var(--accent)}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Noto Serif SC",Georgia,serif;font-weight:500}h1{font-size:26px;margin-bottom:0}h2{font-size:23px}h3{font-size:13px;font-weight:600;margin-bottom:16px}p{line-height:1.8}small{font-size:11px;color:var(--muted);line-height:1.6}.muted,.footnote{color:var(--muted)}.footnote{font-size:12px;margin-top:24px}.eyebrow{font-size:10px;letter-spacing:2px;color:var(--muted);margin-bottom:10px}.wordmark{font-family:"Noto Serif SC",serif;font-size:27px;letter-spacing:5px;white-space:nowrap}.wordmark small{display:block;font:8px sans-serif;letter-spacing:3px;margin-top:5px}.app{height:100dvh;display:grid;grid-template-columns:220px minmax(400px,1fr) 280px;max-width:1800px;margin:auto}.sidebar{background:#eef0e9;border-right:1px solid var(--line);padding:32px 24px;display:flex;flex-direction:column}.identity{text-align:center;margin:42px 0 26px}.portrait{width:52px;height:52px;border-radius:50%;background:radial-gradient(circle at 25% 20%,#dac8a9,#aab9ae 58%,#4e7571);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.portrait span{font-family:"Noto Serif SC",serif;font-size:24px;color:#fff8e9}.portrait img{width:100%;height:100%;object-fit:cover}.portrait.large{width:108px;height:108px;margin:0 auto 18px;box-shadow:0 0 0 7px #e4e8df,0 0 0 8px #d8ded3}.portrait.large span{font-size:40px}.identity h2{font-size:21px;margin-bottom:7px}.identity p{font-size:12px;color:var(--muted);margin-top:10px}.badge{font-size:10px;background:#dfe7db;padding:3px 8px;border-radius:20px;color:#597365}nav{display:flex;flex-direction:column;gap:7px}nav button{border:0;text-align:left;padding:13px 14px;display:flex;align-items:center;gap:12px;font-size:13px}nav button span{font-size:19px}nav button small{margin-left:auto}.active,nav button.active{background:#dce3d8;color:#284c4d}.sidebar-bottom{margin-top:auto;padding-top:22px;font-size:11px;color:#62756e}.sidebar-bottom p{margin:8px 0 0}.status-dot{display:inline-block;background:#628771;border-radius:50%;width:6px;height:6px;margin-right:7px}.main{min-width:0;display:flex;flex-direction:column;overflow:hidden}header{height:101px;min-height:101px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:20px 34px;gap:12px}.header-actions{display:flex;gap:8px}.header-actions button{font-size:12px}.messages{flex:1;overflow-y:auto;padding:20px 34px;scroll-behavior:smooth}.conversation-intro{text-align:center;margin:10px auto 32px}.conversation-intro .portrait{margin:0 auto 12px}.conversation-intro h2{font-size:18px;margin-bottom:6px}.conversation-intro p{font-size:12px;color:var(--muted);margin:0 0 4px}.conversation-intro small{font-size:10px}.message{margin:0 0 23px;max-width:86%;width:fit-content;scroll-margin-top:20px}.message.user{margin-left:auto;max-width:80%}.message-name{font-size:10px;color:var(--muted);margin-bottom:7px}.user .message-name{text-align:right}.bubble{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9;padding:15px 19px;background:#fff;border:1px solid #e9e9e2;border-radius:3px 17px 17px;font-size:14px}.user .bubble{background:#e7ede3;border-color:#e0e7dc;border-radius:17px 3px 17px 17px}.message-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:7px;align-items:center}.message-actions button{border:0;padding:2px 0;color:var(--muted);font-size:10px}.message-actions button:hover{color:var(--accent);background:transparent}.message-actions small{font-size:9px}.user .message-actions{justify-content:flex-end}.topic-divider{text-align:center;font-size:10px;color:#98a39c;margin:25px 0}.topic-divider:before,.topic-divider:after{content:"";display:inline-block;width:35px;height:1px;background:var(--line);vertical-align:middle;margin:0 10px}.composer{margin:0 28px 20px;background:#fff;border:1px solid #dfe2d8;border-radius:14px;padding:12px 14px;box-shadow:0 5px 20px #253e3705}.composer textarea{border:0;resize:none;padding:3px;width:100%;background:transparent;box-shadow:none!important;max-height:160px;min-height:48px}.composer>div{display:flex;justify-content:space-between;align-items:center;gap:6px}.composer small{font-size:10px}.composer small span{margin-left:8px}.composer button{font-size:12px}.streaming:after{content:"▍";color:var(--accent);animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.25}}.context-panel{padding:38px 26px;border-left:1px solid var(--line);background:#f1f2ed;overflow-y:auto}.context-panel h2{font-size:21px;margin-bottom:30px}.context-panel section{border-top:1px solid var(--line);padding:23px 0 5px}.context-panel p{font-size:12px}.context-panel h3 span{float:right;font-weight:400;color:var(--muted)}.pinned-note{border-left:2px solid #b38a66;padding-left:12px}.summary-text{white-space:pre-line;color:#79867f;font-size:11px!important;max-height:230px;overflow:auto}.task{display:flex!important;align-items:flex-start;gap:7px;font-size:12px;margin-bottom:12px!important;line-height:1.7}.task input{width:auto;margin-top:4px}.task button{margin-left:auto;padding:0 4px;border:0}.page{overflow-y:auto;padding:28px 36px 50px;flex:1}.page>form,.page>.settings-block{max-width:780px}.lead{color:#718079;font-size:13px;margin-bottom:26px}label{display:block;font-size:12px;margin-bottom:18px}input,textarea{display:block;width:100%;background:#fff;border:1px solid #dfe3d9;border-radius:8px;padding:11px 12px;outline:none;line-height:1.7;color:#2e4544;margin-top:8px}input:focus,textarea:focus{border-color:#7f9990;box-shadow:0 0 0 3px #7f999012}textarea{resize:vertical}.counter{display:block;text-align:right;font-size:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.avatar-editor{display:flex;align-items:center;gap:16px;margin:0 0 28px}.upload{margin:0;border:1px solid var(--line);padding:10px;border-radius:8px;cursor:pointer}.upload input{width:1px;height:1px;position:absolute;opacity:0}.preset-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:12px}.preset-row button,.variants button{font-size:11px;padding:6px 9px}.selected{background:#e1e9dc;border-color:#9bab91}.variants{display:flex;gap:6px;align-items:center;margin-top:10px}.variants small{margin-right:5px}details{margin-bottom:20px;border-top:1px solid var(--line);padding-top:18px}summary{cursor:pointer;font-size:13px;margin-bottom:18px}.toolbar{display:flex;gap:12px;margin-bottom:23px}.toolbar input{margin:0;flex:1;min-width:0}.toolbar button{white-space:nowrap}.memory-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.memory-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.memory-card.pinned{background:#f7f3e9;border-color:#e4d8c6}.card-meta{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--accent);margin-bottom:16px}.card-meta button{padding:3px 6px;font-size:10px}.memory-card p{font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.empty{text-align:center;color:var(--muted);padding:35px 0;font-size:13px}.banner{padding:11px 26px;background:#e6eee2;color:#486247;font-size:12px;display:flex;justify-content:space-between;align-items:center}.banner button{border:0;padding:0 5px}.error{color:#9d453c;background:#f6e9e4;padding:12px;border-radius:5px}.banner.error{border-radius:0}.settings-block{border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:27px}.settings-block h2{font-size:18px}.settings-block p{font-size:12px}.button-row{display:flex;gap:10px;flex-wrap:wrap}.danger{color:#a15047}.usage-table{overflow:auto}table{border-collapse:collapse;width:100%;font-size:11px}th,td{text-align:left;padding:11px 8px;border-bottom:1px solid var(--line);white-space:nowrap}th{font-weight:500;color:var(--muted)}td small{display:block;font-size:9px}.modal-backdrop{position:fixed;inset:0;background:#17352e66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10;padding:24px}.modal{background:#f8f7f3;border-radius:18px;padding:30px;width:460px;max-width:100%;max-height:90dvh;overflow:auto;box-shadow:0 15px 70px #172f3322}.modal h2{font-size:21px}.modal p{font-size:13px}.modal .button-row{justify-content:flex-end;margin-top:22px}.entry{min-height:100dvh;display:grid;grid-template-columns:1.1fr 1fr}.entry-art{background:radial-gradient(ellipse at 70% 65%,#829d8766,transparent 60%),#263f3d;color:#f1eedd;padding:50px 12%;display:flex;flex-direction:column;justify-content:space-between;min-height:700px}.entry-art h1{font-size:clamp(32px,4vw,55px);line-height:1.6;margin:20px 0}.entry-art p{font-size:13px;color:#b9c9bd}.entry-art small{color:#aabbab}.login{max-width:420px;width:100%;margin:auto;padding:40px}.login h2{font-size:27px}.login .primary{width:100%;margin:10px 0}.check{display:flex;align-items:flex-start;gap:9px;line-height:1.7;color:var(--muted)}.check input{width:auto;margin-top:4px}.loading{display:grid;place-items:center;height:100dvh;color:var(--muted)}@media(min-width:1500px){.messages{padding-left:10%;padding-right:10%}.composer{margin-left:9%;margin-right:9%}}@media(max-width:1150px){.app{grid-template-columns:185px minmax(360px,1fr)}.sidebar{padding:26px 16px}.context-panel{display:none}.messages{padding:20px 28px}}@media(max-width:650px){.app{display:flex;flex-direction:column;height:100dvh}.sidebar{order:2;padding:0;border:0;border-top:1px solid var(--line);flex-shrink:0;background:#eef0e9}.sidebar>.wordmark,.identity,.sidebar-bottom{display:none}nav{flex-direction:row;gap:0;justify-content:space-around;padding:5px 5px max(6px,env(safe-area-inset-bottom))}nav button{flex:1;justify-content:center;flex-direction:column;gap:0;font-size:9px;padding:5px 0;border-radius:7px}nav button span{font-size:19px}nav button small{display:none}.main{flex:1}header{padding:13px 19px;height:76px;min-height:76px}header h1{font-size:20px}header .eyebrow{font-size:8px;margin-bottom:5px}.header-actions button{padding:7px 9px;font-size:11px}.messages{padding:10px 17px}.conversation-intro{margin:8px 0 22px}.message{max-width:93%}.message.user{max-width:88%}.bubble{font-size:14px;padding:12px 15px}.composer{margin:0 10px 10px;padding:9px 11px}.composer small{font-size:8px}.composer small span{margin-left:3px}.page{padding:23px 20px}.form-grid{grid-template-columns:1fr;gap:0}.avatar-editor{flex-wrap:wrap}.avatar-editor small{width:100%}.entry{display:block}.entry-art{min-height:240px;padding:25px}.entry-art h1{font-size:28px;margin:15px 0 5px}.entry-art .eyebrow,.entry-art>small,.entry-art div>p:last-child{display:none}.entry-art .wordmark{font-size:22px}.login{padding:30px;max-width:460px}.memory-list{grid-template-columns:1fr}.toolbar button{font-size:11px;padding:8px}.banner{padding:10px 15px}.modal{padding:24px}.usage-table td{font-size:10px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.quota-card{max-width:780px;padding:26px 28px;margin-bottom:28px;border:1px solid #dce3d6;border-radius:18px;background:radial-gradient(ellipse at 100% 0,#e3eadd80,transparent 65%),#f1f4ec}.quota-topline{display:flex;align-items:center;justify-content:space-between;color:#647c6c;font-size:11px;letter-spacing:1px;margin-bottom:12px}.quota-symbol{font-size:24px;color:#a5b89e}.quota-card h2{font-size:25px;margin-bottom:17px}.quota-remaining{font-size:12px;color:#6a7f6c;margin-bottom:18px}.quota-remaining strong{font-size:22px;font-weight:500;color:#365a46;margin:0 4px}.quota-track{height:6px;border-radius:8px;background:#dae3d6;overflow:hidden}.quota-track>span{display:block;height:100%;background:linear-gradient(90deg,#8ea68b,#456e56);border-radius:8px;transition:width .3s}.quota-caption{display:flex;justify-content:space-between;gap:8px;font-size:10px;color:#6c816f;margin-top:11px}.quota-shared{font-size:11px;color:#899185;margin:20px 0 0;max-width:550px}.quota-empty{font-size:12px;color:#865f4a;margin:15px 0 0}.quota-rules{border-color:#dce3d6;margin:19px 0 0;padding-top:14px}.quota-rules summary{font-size:11px;color:#6c816f;margin:0}.quota-rules p{font-size:11px;margin:12px 0 0;color:#7a8879}.quota-card.exhausted{background:#f4f0e9;border-color:#e4d9ca}.quota-notice{display:flex;gap:9px;align-items:center;padding:10px 28px;background:#f2eee5;color:#886d4f}.quota-notice>span{font-size:21px}.quota-notice p{font-size:11px;margin:0;line-height:1.7}.rewrite-cost{font-size:9px!important;color:#98a298}.admin-entry{max-width:780px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 0 24px;margin-bottom:24px;border-bottom:1px solid var(--line)}.admin-entry h3{margin-bottom:4px}.admin-entry button{font-size:11px}.admin-usage{max-width:780px;margin-top:22px}.admin-usage .toolbar{justify-content:space-between;align-items:center}.admin-usage h2{margin-bottom:0}.admin-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.admin-summary>div{background:#eef1e9;padding:17px;border-radius:12px}.admin-summary strong{display:block;font-size:23px;font-weight:500;margin-top:8px}.composer .send-hint{margin-left:0}.mobile-context{max-width:780px}@media(max-width:650px){.composer .send-hint{display:none}.composer small{font-size:10px}.quota-card{padding:23px 20px}.quota-card h2{font-size:22px}.quota-notice{padding:8px 17px}.quota-caption{font-size:9px}.admin-summary{gap:6px}.admin-summary>div{padding:12px 9px}.admin-summary strong{font-size:19px}.admin-entry button{padding:8px;font-size:10px}}@media(hover:none)and (pointer:coarse){.composer .send-hint{display:none}}.cijian-brand{display:inline-flex;align-items:center;align-self:flex-start;gap:11px;width:fit-content;color:#284c4d;text-decoration:none;border-radius:8px}.cijian-brand-mark{display:block;flex:0 0 42px;width:42px;height:42px}.cijian-brand-wordmark{display:block;font-family:"Noto Serif SC",Songti SC,STSong,serif;font-size:27px;font-weight:500;line-height:1.08;letter-spacing:5px;white-space:nowrap}.cijian-brand-wordmark small{display:block;margin-top:5px;color:#627674;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:8px;font-weight:500;line-height:1;letter-spacing:2.2px}@media(max-width:650px){.sidebar>.cijian-brand{display:none}.entry-art .cijian-brand{gap:9px}.entry-art .cijian-brand-mark{flex-basis:36px;width:36px;height:36px}.entry-art .cijian-brand-wordmark{font-size:23px}}.entry-art .cijian-brand{color:#f1eedd}.entry-art .cijian-brand-wordmark small{color:#b9c9bd}.mobile-brand{display:none}@media(max-width:650px){.mobile-brand{display:inline-flex;align-items:center;gap:6px;letter-spacing:2px}.mobile-brand img{width:16px;height:16px}.desktop-section-label{display:none}}.avatar-crop-dialog{width:min(440px,calc(100vw - 28px));max-height:calc(100dvh - 28px);padding:25px;border:1px solid #e1e4db;border-radius:22px;color:#263c40;background:#faf9f5;box-shadow:0 24px 90px #112f3459;overflow:auto}.avatar-crop-dialog::backdrop{background:#1930338c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.avatar-crop-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.avatar-crop-header h2{margin:0;font-size:22px}.avatar-crop-header .eyebrow{margin-bottom:6px}.avatar-crop-close{padding:2px 9px;border:0;font-size:24px;line-height:1.2}.avatar-crop-help{margin:12px 0 18px;font-size:12px;color:#71807c}.avatar-crop-frame{position:relative;width:min(100%,310px);aspect-ratio:1;margin:auto;overflow:hidden;border-radius:12px;background:#dce2d9;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;display:grid;place-items:center}.avatar-crop-frame:active{cursor:grabbing}.avatar-crop-frame.is-saving{cursor:wait}.avatar-crop-frame>span{padding:20px;font-size:13px;color:#677970}.avatar-crop-frame img,.avatar-crop-mini img{position:absolute;max-width:none;object-fit:fill;transform:translate(-50%,-50%);pointer-events:none;-webkit-user-select:none;user-select:none}.avatar-crop-guide{position:absolute;inset:0;border:2px solid #fffdf0dd;border-radius:50%;box-shadow:0 0 0 100px #0c262975;pointer-events:none}.avatar-crop-guide:before,.avatar-crop-guide:after{content:"";position:absolute;background:#fff5}.avatar-crop-guide:before{top:33.333%;bottom:33.333%;left:50%;width:1px}.avatar-crop-guide:after{left:33.333%;right:33.333%;top:50%;height:1px}.avatar-crop-preview-row{display:flex;align-items:center;gap:12px;margin:17px 0 20px}.avatar-crop-mini{position:relative;overflow:hidden;width:48px;height:48px;border-radius:50%;flex:0 0 48px;background:#e3e7df}.avatar-crop-preview-row strong{display:block;margin-bottom:4px;font-size:12px;font-weight:500}.avatar-crop-preview-row span{display:block;font-size:10px;color:#7a8785}.avatar-crop-preview-row .link{margin-left:auto;white-space:nowrap}.avatar-crop-controls{min-width:0;border:0;padding:0;margin:0}.avatar-crop-controls label{display:flex;justify-content:space-between;margin-bottom:3px;font-size:12px}.avatar-crop-controls output{color:#71807c}.avatar-crop-controls input[type=range]{width:100%;height:27px;padding:0;margin:2px 0 8px;border:0;background:transparent;box-shadow:none;accent-color:#3c6260;cursor:pointer}.avatar-crop-controls input[type=range]:focus-visible{outline:2px solid #9a6249;outline-offset:3px;border-radius:4px}.avatar-crop-position-controls{display:grid;grid-template-columns:1fr 1fr;gap:22px}.avatar-crop-position-controls input:disabled{opacity:.4;cursor:default}.avatar-crop-error{margin:10px 0;color:#a24940;font-size:12px}.avatar-crop-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid #e5e6df}.avatar-crop-actions .primary{min-width:138px}.avatar-crop-visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:480px){.avatar-crop-dialog{padding:21px;border-radius:18px}.avatar-crop-header h2{font-size:20px}.avatar-crop-frame{width:min(100%,290px,37dvh)}.avatar-crop-help{margin-bottom:14px}.avatar-crop-preview-row{margin:13px 0}}
