:root{color:#17231e;font-synthesis:none;background:#f5f2ea;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,textarea{font:inherit}button{cursor:pointer}.user-nav{color:#66706b;align-items:center;gap:14px;font-size:12px;display:flex}.user-nav button{color:#193e34;cursor:pointer;background:#fff;border:1px solid #d8d3c8;padding:7px 13px}.auth-shell{background:#f6f3eb;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);min-height:100vh;display:grid}.auth-brand{color:#fff;background:linear-gradient(145deg,#153e33,#244f41 52%,#9d752d);flex-direction:column;justify-content:center;padding:12vh 8vw;display:flex}.auth-brand>span{color:#e5c98f;letter-spacing:5px;font-size:12px;font-weight:700}.auth-brand h1{margin:25px 0 18px;font-family:Georgia,Noto Serif SC,serif;font-size:clamp(50px,6vw,86px);font-weight:400}.auth-brand p{color:#ffffffb8;max-width:560px;font-size:17px;line-height:1.9}.auth-card{background:#fff;border:1px solid #ddd8cc;width:min(430px,100% - 48px);margin:auto;padding:38px;box-shadow:0 22px 65px #292e271f}.auth-tabs{border-bottom:1px solid #e5e0d7;grid-template-columns:1fr 1fr;margin-bottom:30px;display:grid}.auth-tabs button{color:#8a8a84;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:13px;font-size:16px}.auth-tabs button.active{color:#173d32;border-color:#9e742a;font-weight:700}.auth-form{gap:18px;display:grid}.auth-form label{color:#4e5753;gap:8px;font-size:13px;display:grid}.auth-form input{box-sizing:border-box;border:1px solid #d8d5ce;outline:none;width:100%;padding:13px 14px;font-size:14px}.auth-form input:focus{border-color:#9e742a;box-shadow:0 0 0 3px #9e742a1a}.code-row{grid-template-columns:1fr auto;gap:8px;display:grid}.code-row button{color:#8b641e;cursor:pointer;background:#fff;border:1px solid #9e742a;padding:0 13px}.auth-primary{color:#fff;cursor:pointer;background:#173f34;border:0;margin-top:5px;padding:14px;font-size:15px}.auth-error,.auth-notice{margin-top:18px;padding:11px 13px;font-size:12px}.auth-error{color:#9b3434;background:#fff0ed}.auth-notice{color:#27634f;background:#edf7f1}.home-shell{background:radial-gradient(circle at 80% 9%,#c49a4429,#0000 27%),#f7f5ef;min-height:100vh}.nav{border-bottom:1px solid #dedbd1;justify-content:flex-end;align-items:center;height:78px;padding:0 6vw;display:flex}.brand{letter-spacing:.08em;align-items:center;gap:12px;font:800 20px Georgia,serif;display:flex}.brand-mark,.welcome-mark{color:#fff;background:#173f32;border-radius:50% 50% 50% 12%;place-items:center;width:38px;height:38px;display:grid}.nav-caption{color:#777b75;letter-spacing:.14em;font-size:13px}.hero{max-width:1500px;margin:auto;padding:70px 6vw 62px}.eyebrow,.section-head span,.chat-header span{color:#a17b30;letter-spacing:.24em;font-size:11px;font-weight:800}.hero h1{letter-spacing:-.04em;max-width:780px;margin:18px 0;font:500 clamp(42px,6vw,76px)/1.12 Georgia,Songti SC,serif}.hero h1 em{color:#9b742c;font-style:normal}.hero>p{color:#69716c;max-width:620px;font-size:17px;line-height:1.8}.hero-stats{color:#5b625e;gap:35px;margin-top:32px;font-size:13px;display:flex}.hero-stats b{color:#173f32;margin-right:7px;font:600 28px Georgia}.hero-stats span{align-items:center;display:flex}.hero-stats i,.card-foot i,.aside-status i{background:#3e9c72;border-radius:50%;width:8px;height:8px;margin-right:9px;box-shadow:0 0 0 5px #3e9c721f}.projects-section{background:#ece9e0;border-top:1px solid #dedbd1;padding:50px 6vw 80px}.section-head{justify-content:space-between;align-items:end;max-width:1380px;margin:0 auto 30px;display:flex}.section-head h2{margin:8px 0 0;font:500 35px Georgia,Songti SC,serif}.section-head p{color:#737871;font-size:13px}.project-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1380px;margin:auto;display:grid}.project-card{text-align:left;min-height:275px;color:inherit;background:#f9f7f1;border:1px solid #d7d2c6;border-radius:3px;padding:27px;transition:all .25s}.project-card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 18px 40px #302c201f}.card-top{justify-content:flex-end;align-items:center;min-height:32px;display:flex}.project-icon{color:#fff;background:var(--accent);border-radius:50% 50% 12px;place-items:center;width:52px;height:52px;font:500 24px Georgia,serif;display:grid}.arrow{color:var(--accent);font-size:24px}.project-type{color:var(--accent);letter-spacing:.16em;margin:23px 0 9px;font-size:11px;font-weight:700}.project-card h3{min-height:54px;margin:18px 0 0;font:600 20px/1.4 Georgia,Songti SC,serif}.project-card>p{color:#7c807a;font-size:13px}.card-foot{border-top:1px solid #dedbd2;justify-content:space-between;margin-top:24px;padding-top:18px;font-size:12px;display:flex}.card-foot span{color:#6f766f;align-items:center;display:flex}.card-foot b{color:var(--accent)}.amber{--accent:#9e742a}.rose{--accent:#a14e53}.blue{--accent:#416d85}.violet{--accent:#6d5c89}.teal{--accent:#267b70}footer{text-align:center;color:#8a8d88;background:#ece9e0;border-top:1px solid #d8d4ca;padding:25px;font-size:12px}.chat-shell{background:#f8f7f3;grid-template-columns:340px 1fr;height:100vh;display:grid}.chat-aside{color:#fff;background:linear-gradient(155deg, var(--accent), #172d27 72%);flex-direction:column;padding:28px;display:flex}.back{color:#fff;background:#ffffff1a;border:0;border-radius:20px;align-self:flex-start;padding:10px 14px;font-size:12px}.aside-product{margin-top:80px;display:block}.aside-product h2{margin:0;font:500 23px/1.45 Georgia,Songti SC,serif}.history-panel{border-top:1px solid #ffffff2b;flex-direction:column;flex:1;min-height:0;margin-top:48px;padding-top:22px;display:flex}.history-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.history-head span{letter-spacing:.16em;opacity:.7;font-size:11px}.history-head b{background:#ffffff1f;border-radius:12px;place-items:center;min-width:22px;height:22px;font-size:10px;display:grid}.history-list{gap:7px;padding-right:3px;display:grid;overflow-y:auto}.history-list::-webkit-scrollbar{width:4px}.history-list::-webkit-scrollbar-thumb{background:#fff3}.history-row{border:1px solid #0000;border-radius:3px;grid-template-columns:minmax(0,1fr) 32px;display:grid;position:relative}.history-row:hover{background:#ffffff14}.history-row.active{background:#ffffff21;border-color:#ffffff21}.history-item{color:#ffffffb8;text-align:left;background:0 0;border:0;grid-template-columns:20px minmax(0,1fr);gap:2px 7px;width:100%;min-width:0;padding:11px 5px 11px 10px;display:grid}.history-row.active .history-item{color:#fff}.history-item i{opacity:.65;grid-row:1/3;font-style:normal}.history-item span{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.history-item small{opacity:.5;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.session-more{color:#ffffffa6;letter-spacing:1px;background:0 0;border:0;border-radius:4px;align-self:center;width:28px;height:28px;padding:0}.session-more:hover{color:#fff;background:#ffffff1f}.session-menu{z-index:20;color:#28352f;background:#fff;border-radius:4px;gap:2px;width:112px;padding:5px;display:grid;position:absolute;top:39px;right:3px;box-shadow:0 12px 28px #00000040}.session-menu button{text-align:left;color:#38443f;background:0 0;border:0;border-radius:3px;padding:9px 11px;font-size:12px}.session-menu button:hover{background:#f0eee7}.session-menu button.danger{color:#b13f3f}.session-menu button.danger:hover{background:#fff0ed}.history-empty{color:#ffffff73;text-align:center;padding:22px 0;font-size:11px}.aside-status{background:#ffffff14;align-items:center;gap:9px;margin-top:auto;padding:16px;display:flex}.aside-status i{background:#69d2a0;flex:none}.aside-status div{gap:4px;display:grid}.aside-status b{font-size:12px}.aside-status small{opacity:.62;font-size:10px}.chat-main{grid-template-rows:auto 1fr auto;min-width:0;height:100vh;display:grid}.chat-header{background:#ffffffb3;border-bottom:1px solid #deddd7;justify-content:space-between;align-items:center;padding:24px 42px 18px;display:flex}.chat-header h1{margin:5px 0 0;font:500 26px Georgia,Songti SC,serif}.header-actions{gap:9px;display:flex}.chat-header button{color:#515954;background:0 0;border:1px solid #d5d3cc;padding:9px 16px}.chat-header button.primary{color:#fff;background:#173f32;border-color:#173f32}.chat-header button:disabled{cursor:not-allowed;opacity:.42}.messages{scroll-behavior:smooth;padding:38px max(5vw,45px);overflow-y:auto}.welcome{text-align:center;max-width:720px;margin:22vh auto 0}.welcome>span{color:#9b742c;letter-spacing:.18em;font-size:11px;display:block}.welcome h2{margin:10px 0;font:500 30px/1.45 Georgia,Songti SC,serif}.welcome>p{color:#777e79;font-size:14px}.suggestions{gap:9px;margin-top:33px;display:grid}.suggestions button{text-align:left;color:#555d58;background:#fff;border:1px solid #dedbd3;justify-content:space-between;padding:15px 18px;display:flex}.suggestions button:hover{border-color:#9e742a}.message{gap:13px;max-width:820px;margin:0 auto 28px;display:flex}.message.user{justify-content:flex-end}.message-body{max-width:78%}.message-body>small{color:#8a8e89;margin:0 0 7px 4px;font-size:11px;display:block}.user .message-body>small{text-align:right;margin-right:4px}.avatar{color:#fff;background:#173f32;border-radius:50% 50% 50% 9px;flex:none;place-items:center;width:32px;height:32px;font:15px Georgia;display:grid}.bubble{background:#fff;border:1px solid #deddd7;border-radius:2px 16px 16px;padding:16px 18px;font-size:14px;line-height:1.8;box-shadow:0 5px 14px #2f2d260a}.user .bubble{color:#fff;background:#1e4639;border:0;border-radius:16px 2px 16px 16px}.bubble p{margin:0 0 12px}.bubble p:last-child{margin-bottom:0}.bubble ul,.bubble ol{margin:10px 0 12px;padding-left:22px}.bubble li{margin:5px 0;padding-left:2px}.bubble strong{color:#173f34;font-weight:700}.user .bubble strong{color:inherit}.cite{color:#8b6b2e;background:#eee8da;border-radius:50%;place-items:center;width:20px;height:20px;margin:0 2px;font-size:10px;display:inline-grid}.thinking .bubble{align-items:center;gap:5px;display:flex}.thinking .bubble span{background:#9e742a;border-radius:50%;width:6px;height:6px;animation:1.1s infinite alternate pulse}.thinking .bubble span:nth-child(2){animation-delay:.2s}.thinking .bubble span:nth-child(3){animation-delay:.4s}.thinking p{color:#7a7f7b;margin:0 0 0 8px;font-size:12px}@keyframes pulse{to{opacity:.25;transform:translateY(-3px)}}.search-process{background:#f7f5ef;border:1px solid #ded9cd;border-radius:12px;max-width:780px;margin:0 auto 26px;padding:16px 18px}.search-process-head{border-bottom:1px solid #e4dfd5;justify-content:space-between;align-items:center;padding-bottom:11px;display:flex}.search-process-head span{color:#183f34;font-weight:700}.search-process-head small{color:#9e742a}.search-process.complete .search-process-head small{color:#418368}.search-process-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;padding-top:12px;display:grid}.search-step{gap:9px;min-width:0;display:flex}.search-step>i{color:#9e742a;background:#e9ddc5;border-radius:50%;flex:0 0 19px;place-items:center;width:19px;height:19px;font-size:11px;font-style:normal;display:grid}.search-step.done>i{color:#287257;background:#dcece4}.search-step.failed>i{color:#a23a3a;background:#f5dddd}.search-step div{min-width:0}.search-step b,.search-step small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.search-step b{color:#35443f;font-size:12px}.search-step small{color:#898b86;margin-top:2px;font-size:10px}.composer{background:#fff;border:1px solid #d8d6cf;grid-template-columns:1fr auto;gap:8px;margin:0 max(5vw,45px) 25px;padding:12px 13px 7px 18px;display:grid;box-shadow:0 10px 30px #312e2614}.composer textarea{resize:none;border:0;outline:0;min-height:44px;padding:10px 0}.composer>button{color:#fff;background:#9e742a;border:0;padding:0 20px}.composer>button span{margin-left:8px}.composer small{color:#9a9b97;border-top:1px solid #eeeae2;grid-column:1/-1;padding-top:7px;font-size:10px}.composer button:disabled{opacity:.5}.error-bar{color:#9d3232;background:#fff0ed;margin:0 max(5vw,45px) 12px;padding:12px 15px;font-size:13px}.fatal{text-align:center;max-width:550px;margin:20vh auto}.fatal p{color:#9d3232}@media (width<=950px){.project-grid{grid-template-columns:repeat(2,1fr)}.chat-shell{grid-template-columns:240px 1fr}.chat-aside{padding:20px}.aside-product{flex-direction:column;margin-top:45px}}@media (width<=680px){.auth-shell{grid-template-columns:1fr}.auth-brand{display:none}.auth-card{padding:28px 22px}.project-grid{grid-template-columns:1fr}.hero{padding-top:45px}.section-head{align-items:start}.section-head p{display:none}.chat-shell{height:auto;display:block}.chat-aside{min-height:260px}.aside-product{flex-direction:row;margin-top:22px}.history-panel{max-height:92px;margin-top:18px;padding-top:14px}.history-list{display:flex;overflow:auto visible}.history-row{min-width:205px}.session-menu{position:fixed;top:auto;right:18px}.aside-status{display:none}.chat-main{height:calc(100vh - 260px)}.chat-header{padding:14px 16px}.chat-header h1{font-size:21px}.header-actions button{padding:8px 10px;font-size:11px}.messages{padding:25px 18px}.composer{margin:0 14px 14px}.message-body{max-width:88%}.search-process-steps{grid-template-columns:1fr}}
