:root{font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif;color:#183057;background:#f5f9ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html{overflow:hidden}*{box-sizing:border-box}body{margin:0;min-width:1180px;overflow:hidden}button,textarea{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed}.app{display:flex;width:100vw;height:100vh;min-height:760px;background:url(/assets/global-bg.png) center top / cover no-repeat fixed,linear-gradient(180deg,#f7fbff,#f3f8ff)}.mobile-header,.mobile-history-button{display:none}.history-fab{display:none;height:42px;padding:0 16px;border-radius:999px;align-items:center;gap:8px;color:#0d5fce;background:#ffffffe0;box-shadow:0 12px 28px #305c9b29;font-size:14px;font-weight:600}.history-fab:hover{background:#fff}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:none;background:#0a244e2e;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);transition:backdrop-filter .18s ease,background .18s ease}.drawer-backdrop.open{display:block;background:#0a244e33;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.history-drawer{position:fixed;top:0;right:0;z-index:31;width:320px;max-width:calc(100vw - 24px);height:100vh;padding:22px 18px 24px;background:#ffffffe0;border-left:1px solid #e7eef9;box-shadow:-18px 0 42px #305c9b29;display:flex;flex-direction:column;transform:translate(102%);transition:transform .22s ease}.history-drawer.open{transform:translate(0)}.sidebar{width:300px;flex:0 0 300px;height:100vh;padding:30px 24px 24px;background:#ffffffd6;border-right:1px solid #e7eef9;box-shadow:10px 0 28px #305c9b0d;display:flex;flex-direction:column}.sidebar .drawer-head{display:block}.sidebar .brand{width:100%;margin:0}.drawer-head{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:10px}.drawer-close{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#1b5fbf;background:#e8f2ffe6}.drawer-close:hover{background:#dcecff}.brand{width:calc(100% - 8px);margin:0 4px;display:flex;align-items:center}.brand img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:left center}.new-chat{height:48px;flex:0 0 48px;margin:54px 4px 34px;border-radius:8px;background:linear-gradient(135deg,#1d7bff,#075df3);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;box-shadow:0 10px 18px #0a65f238}.history-head{flex:0 0 auto;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:10px;padding:0 4px 14px;color:#15274c;font-weight:600;font-size:15px}.history-head svg{color:#8ca1c2}.history-search{justify-self:end;color:#38527f!important}.history-list{display:grid;gap:8px;align-content:start;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:2px;margin:0 2px 0 4px}.history-item{position:relative;height:64px;width:100%;padding:8px;border-radius:8px;color:#233a62;background:transparent;display:grid;grid-template-columns:28px minmax(0,1fr) 24px;align-items:center;gap:6px;text-align:left;font-size:14px;font-weight:500;outline:none}.history-item svg{color:#2e4772}.history-avatar{width:24px;height:24px;display:grid;place-items:center;color:#1f4674;background:transparent;box-shadow:none}.history-item.active .history-avatar{color:#0871ff}.history-copy{min-width:0;display:grid;gap:4px}.history-copy span,.history-copy input{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-copy input{width:100%;height:22px;border:1px solid #9fc3fb;border-radius:5px;padding:0 6px;color:#17315b;background:#fff;outline:none;font-size:13px;font-weight:500}.history-copy time{font-size:12px;font-weight:500;color:#899bb8}.history-item.active{color:#0871ff;background:linear-gradient(90deg,#eaf3ff,#f7fbff);box-shadow:inset 0 0 0 1px #69a4ff1f}.history-item.active svg,.history-item.active time{color:#0871ff}.history-more{width:28px;height:28px;border-radius:6px;display:grid;place-items:center;background:transparent;color:#7990b1;opacity:0}.history-item:hover .history-more,.history-item.active .history-more,.history-more:focus{opacity:1}.history-more:hover{background:#dcecff;color:#0871ff}.history-menu{position:absolute;top:44px;right:8px;z-index:8;width:112px;padding:6px;border:1px solid #d9e7fb;border-radius:8px;background:#fff;box-shadow:0 14px 30px #1e4a8429}.history-menu button{width:100%;height:30px;padding:0 8px;border-radius:6px;display:flex;align-items:center;gap:6px;background:transparent;color:#274366;font-size:12px;font-weight:500}.history-menu button svg{color:currentColor!important}.history-menu button:hover{background:#f1f6ff}.history-menu .danger{color:#d14343}.sidebar-user{height:56px;flex:0 0 56px;border-top:1px solid #e6edf8;padding-top:18px;color:#152e5d}.sidebar-user .vue-user-host{min-width:0;margin:0 8px}.sidebar-user .user-menu{width:100%;display:grid;grid-template-columns:38px 1fr auto;gap:8px;align-items:center;font-size:15px;text-align:left}.user-name{min-width:0;justify-self:start;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.small-user,.user-avatar{border-radius:50%;background:linear-gradient(180deg,#d8e9ff,#f8fbff);color:#2c74d6;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #1a67d514}.small-user{width:32px;height:32px}.main{flex:1;min-width:0;position:relative;overflow:hidden}.hero{height:258px;position:relative;background:transparent}.vue-user-host{min-width:116px}.user-menu{height:36px;padding:0;background:transparent;color:#143a74;display:flex;align-items:center;gap:18px;font-weight:600}.user-avatar{width:36px;height:36px}.sidebar-user .user-avatar{color:#fff;background:linear-gradient(145deg,#2285ff,#075ff1);box-shadow:0 8px 18px #0969f229}.user-avatar svg{width:22px;height:22px;color:currentColor}.chevron{font-size:20px;line-height:1;color:#16437f}.hero-content{position:relative;z-index:1;padding:86px 118px 0 44px;display:flex;align-items:flex-start;justify-content:space-between;gap:48px}.hero-copy{min-width:0}.hero h1{margin:0;color:#075fc3;font-size:48px;line-height:1;font-weight:800;letter-spacing:0;display:flex;align-items:center}.hero p{margin:24px 0 0;color:#18325e;font-size:17px;font-weight:600}.hero-counselor{width:192px;height:204px;margin-top:-72px;overflow:hidden;flex:0 0 192px;pointer-events:none;transform:translate(28px)}.hero-counselor img{width:192px;height:428px;object-fit:contain;object-position:top center}.content{position:absolute;top:218px;right:42px;bottom:0;left:42px;display:grid;grid-template-rows:112px 196px minmax(268px,1fr) 28px;gap:14px}.started .hero{display:none}.started .content{top:42px;right:42px;bottom:0;left:42px;grid-template-rows:112px minmax(598px,1fr) 28px}.started .chat-thread{justify-content:flex-start;padding-top:8px}.feature-tabs,.composer{border:1px solid rgba(136,179,239,.32);background:#ffffffe0;box-shadow:0 9px 24px #3565a817}.feature-tabs{height:112px;border-radius:14px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));position:relative;overflow:hidden}.feature{position:relative;background:transparent;color:#213b65;display:grid;place-items:center;align-content:center;gap:8px;font-size:14px;font-weight:600;z-index:1}.feature:not(:last-child):after{content:"";position:absolute;right:0;top:22px;bottom:22px;width:1px;background:#edf2fb}.feature-icon{width:52px;height:52px;display:grid;place-items:center;position:relative}.feature-icon:before{content:"";position:absolute;width:44px;height:22px;left:50%;bottom:4px;border-radius:50%;background:radial-gradient(ellipse at center,#2677f038,#2677f01f 42%,#2677f000 76%);filter:blur(6px);transform:translate(-50%)}.feature-icon img{position:relative;z-index:1;width:50px;height:50px;object-fit:contain;transform:scale(1);filter:drop-shadow(0 8px 10px rgba(30,103,220,.16));transition:transform .16s ease,width .16s ease,height .16s ease}.feature.active{margin:0;border-radius:14px;color:#0871ff;background:linear-gradient(180deg,#f8fbff,#fff);box-shadow:inset 0 0 0 1.5px #9fc3fb,0 8px 18px #3d83e51a;z-index:2}.feature.active:after{display:none}.feature.active .feature-icon:before{width:50px;height:24px;background:radial-gradient(ellipse at center,#0071ff47,#0071ff26 42%,#0071ff00 76%)}.feature:hover .feature-icon img,.feature.active .feature-icon img{width:56px;height:56px;transform:scale(1.04)}.prompt-card{height:196px;position:relative;overflow:visible}.prompt-copy{padding:12px 0 16px;min-width:0}.prompt-grid{width:max-content;max-width:100%;max-height:124px;display:grid;grid-template-columns:1fr;gap:8px;justify-items:start;overflow-y:auto;overflow-x:hidden;padding-right:6px;scrollbar-width:thin;scrollbar-color:rgba(8,113,255,.24) transparent}.prompt-grid::-webkit-scrollbar{width:4px}.prompt-grid::-webkit-scrollbar-thumb{border-radius:999px;background:#0871ff3d}.prompt-grid::-webkit-scrollbar-track{background:transparent}.prompt-pill{height:36px;width:fit-content;max-width:520px;padding:0 18px;border-radius:8px;background:#f2f6fc;color:#223a62;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;text-align:left;font-size:14px;font-weight:600}.prompt-pill span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-pill svg{color:#0871ff}.quote-mark{display:block;margin-top:8px;color:#bdd8ff;font-size:20px;font-weight:600}.chat-shell{min-height:0;position:relative;padding:0;display:flex;flex-direction:column}.chat-thread{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;padding:8px 6px 8px 0;scrollbar-width:thin;scrollbar-color:rgba(8,113,255,.24) transparent}.chat-thread::-webkit-scrollbar{width:4px}.chat-thread::-webkit-scrollbar-thumb{border-radius:999px;background:#0871ff3d}.chat-thread::-webkit-scrollbar-track{background:transparent}.composer-counselor{position:absolute;right:14px;bottom:100px;z-index:2;width:138px;height:166px;overflow:hidden;pointer-events:auto;display:none}.started .composer-counselor{display:block}.composer-counselor img{width:138px;height:308px;object-fit:contain;object-position:top center;pointer-events:none}.counselor-close{position:absolute;top:6px;right:6px;z-index:2;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#1b5fbf;background:#ffffffdb;box-shadow:0 8px 18px #285ea429;opacity:0;transform:scale(.92);transition:opacity .15s ease,transform .15s ease}.composer-counselor:hover .counselor-close,.counselor-close:focus-visible{opacity:1;transform:scale(1)}.message{display:grid;grid-template-columns:30px minmax(0,max-content);gap:10px;align-items:start;max-width:min(720px,78%)}.message.user{margin-left:auto;grid-template-columns:minmax(0,max-content) 30px}.message-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#1e78f6;background:#eaf3ff;overflow:hidden}.message-avatar img{width:100%;height:100%;object-fit:cover}.message.user .message-avatar{grid-column:2;grid-row:1;color:#fff;background:linear-gradient(145deg,#2285ff,#075ff1)}.message-body{min-width:0;padding:10px 14px;border-radius:8px;background:#f4f8ff;color:#1c335c;box-shadow:inset 0 0 0 1px #9dbeee29}.message.user .message-body{grid-column:1;background:linear-gradient(145deg,#2384ff,#0a66f0);color:#fff;box-shadow:0 8px 18px #0969f229}.message-body p{margin:0;font-size:14px;line-height:1.55;font-weight:500}.typewriter-text.typing:after{content:"";display:inline-block;width:2px;height:1em;margin-left:2px;vertical-align:-2px;background:#0871ff;animation:caret-blink .8s steps(1) infinite}@keyframes caret-blink{50%{opacity:0}}.message-actions{grid-column:2;display:flex;align-items:center;gap:8px;margin-top:4px;color:#7f95b8;font-size:12px;font-weight:500}.message-actions time{margin-left:2px;white-space:nowrap}.message-actions button{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;color:#7f95b8;background:#f4f8ffe0;box-shadow:inset 0 0 0 1px #9dbeee29}.message-actions button:hover{color:#0871ff;background:#e8f2ffeb}.composer{height:120px;border-radius:16px;padding:16px 28px;flex:0 0 120px;position:relative;z-index:3}.composer textarea{display:block;width:100%;height:40px;padding:0;resize:none;outline:none;border:0;color:#1d355f;background:transparent;font-size:14px;font-weight:500}.composer textarea::placeholder{color:#9aaed0}.attachment-strip{height:22px;margin-top:-6px;display:flex;gap:8px;overflow:hidden}.attachment-strip span{max-width:180px;height:22px;padding:0 8px;border-radius:6px;background:#edf5ff;color:#4f6c98;font-size:11px;font-weight:500;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-input{display:none}.composer-actions{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.upload{height:38px;padding:0 16px;border-radius:20px;color:#243e67;background:#f2f6fc;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600}.upload:hover,.prompt-pill:hover,.feature:hover,.history-item:hover{background-color:#eaf3ff}.composer-actions span{color:#96a9c5;font-size:12px;font-weight:500}.send{width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#2285ff,#075ff1);color:#fff;display:grid;place-items:center;box-shadow:0 10px 22px #0969f238}.send:disabled{color:#8fa9ce;background:#edf3fb;box-shadow:none}footer{height:30px;text-align:center;color:#99aac7;font-size:12px;font-weight:500;line-height:30px}@media(max-height:860px){.app{min-height:700px}.sidebar{padding-top:22px}.new-chat{margin-top:40px;margin-bottom:26px}.history-item{height:56px}.hero{height:224px}.hero-content{padding:72px 104px 0 44px}.hero h1{font-size:42px}.hero p{margin-top:18px}.hero-counselor{width:164px;height:176px;flex-basis:164px;margin-top:-54px;transform:translate(22px)}.hero-counselor img{width:164px;height:366px}.content{top:194px;right:36px;bottom:0;left:36px;grid-template-rows:100px 184px minmax(224px,1fr) 26px;gap:12px}.started .content{top:36px;right:36px;bottom:0;left:36px;grid-template-rows:100px minmax(508px,1fr) 26px}.feature-tabs{height:100px}.prompt-card{height:184px}.prompt-copy{padding-top:16px}.prompt-copy h2{margin-bottom:16px}.prompt-pill{height:34px}.composer{height:104px;flex-basis:104px;padding-top:14px}.composer-counselor{right:12px;bottom:86px;width:118px;height:144px}.composer-counselor img{width:118px;height:264px}.composer textarea{height:34px}.message-body{padding:8px 12px}.message-body p{font-size:13px;line-height:1.45}}@media(max-width:767px){body{min-width:0;overflow:hidden}.app{max-width:100vw;height:100dvh;min-height:0;flex-direction:column;background-position:center top;overflow:hidden}.mobile-header{flex:0 0 52px;width:100%;max-width:none;box-sizing:border-box;padding:7px 14px;display:grid;grid-template-columns:minmax(0,164px) auto;align-items:center;gap:12px;justify-content:space-between;overflow:hidden;background:#ffffffd6;border-bottom:1px solid #e7eef9;box-shadow:0 8px 24px #305c9b14;z-index:12}.sidebar{display:none}.brand{width:min(164px,100%);min-width:0;margin:0;align-self:center}.new-chat{height:42px;flex:none;margin:0;font-size:15px}.history-head{padding:0;align-self:start;font-size:14px}.history-list{display:flex;gap:8px;min-height:0;margin:28px 0 0;padding:0 0 4px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.mobile-history-button{position:absolute;left:0;bottom:96px;z-index:4;display:flex;align-items:center;justify-content:center;gap:6px;width:auto;min-width:112px;min-height:40px;padding:10px 16px;border-radius:999px;color:#0d5fce;background:#ffffffe6;box-shadow:0 10px 24px #305c9b24;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;pointer-events:auto}.mobile-user-menu{justify-self:end;width:auto;min-width:0}.mobile-header .user-menu{display:grid;grid-template-columns:28px auto;gap:6px;font-size:13px}.mobile-header .user-avatar{width:28px;height:28px}.history-drawer{width:min(320px,calc(100vw - 16px));height:100dvh;padding:18px 14px 20px;display:flex}.history-drawer .drawer-head{display:flex;justify-content:flex-end}.history-drawer .brand{display:none}.history-drawer .new-chat{height:42px;margin:18px 4px 24px}.history-drawer .history-head{padding:0 4px 14px}.history-drawer .history-list{display:grid;grid-auto-flow:row;gap:8px;flex:1 1 auto;margin:0 2px 0 4px;padding:0 2px 0 0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.history-drawer .history-item{flex:none;width:100%;height:56px;grid-template-columns:26px minmax(0,1fr) 24px}.history-drawer .sidebar-user{grid-column:auto;grid-row:auto;height:50px;flex:0 0 50px;border-top:1px solid #e6edf8;padding-top:14px;align-self:stretch}.history-list::-webkit-scrollbar{display:none}.history-item{flex:0 0 190px;height:48px;padding:6px 8px;grid-template-columns:24px minmax(0,1fr) 22px;gap:5px;font-size:14px}.history-copy{gap:2px}.history-copy time{font-size:11px}.history-more{width:22px;height:22px;opacity:1}.history-menu{top:34px;right:4px}.sidebar-user{height:38px;flex:none;border-top:0;padding-top:0;align-self:center}.sidebar-user .vue-user-host{margin:0}.sidebar-user .user-menu{grid-template-columns:30px minmax(0,1fr) auto;gap:6px;font-size:13px}.sidebar-user .user-avatar{width:30px;height:30px}.user-avatar svg{width:18px;height:18px}.chevron{font-size:17px}.main{display:flex;flex-direction:column;flex:1 1 auto;width:100%;min-height:0;overflow-x:hidden}.hero{flex:0 0 168px;height:168px}.hero-content{height:100%;padding:16px 18px 0;gap:12px;align-items:center}.hero h1{font-size:38px}.hero p{margin-top:12px;max-width:270px;font-size:14px;line-height:1.5}.hero-counselor{width:122px;height:152px;flex-basis:122px;margin-top:0;transform:translate(2px)}.hero-counselor img{width:122px;height:272px}.content{position:static;flex:1 1 auto;min-height:0;padding:0 14px;grid-template-rows:84px 132px minmax(0,1fr) 24px;gap:10px}.started .content{position:static;flex:1 1 auto;min-height:0;padding:16px 14px 0;grid-template-rows:84px minmax(0,1fr) 24px;gap:10px}.feature-tabs{height:84px;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:94px;overflow-x:auto;overflow-y:hidden;border-radius:12px;scrollbar-width:none}.feature-tabs::-webkit-scrollbar{display:none}.feature{gap:4px;font-size:14px}.feature:not(:last-child):after{display:none}.feature-icon{width:42px;height:42px}.feature-icon img{width:40px;height:40px}.feature:hover .feature-icon img,.feature.active .feature-icon img{width:46px;height:46px}.prompt-card{height:132px;overflow:hidden}.prompt-copy{padding:8px 0}.prompt-grid{width:100%;max-height:110px;gap:7px}.prompt-pill{width:fit-content;max-width:min(100%,560px);height:32px;padding:0 12px;gap:8px;font-size:14px}.quote-mark{display:none}.chat-thread{gap:14px;padding:6px 4px 56px 0}.message,.message.user{max-width:100%}.message{grid-template-columns:28px minmax(0,1fr);gap:8px}.message.user{grid-template-columns:minmax(0,1fr) 28px}.message-avatar{width:28px;height:28px}.message-body{padding:8px 10px}.message-body p{font-size:15px;line-height:1.48;overflow-wrap:anywhere}.message-actions{gap:6px;flex-wrap:wrap;font-size:12px}.message-actions button{width:22px;height:22px}.composer{height:92px;flex-basis:92px;padding:12px 14px 10px;border-radius:14px}.composer textarea{height:30px;font-size:15px}.composer-actions{grid-template-columns:auto minmax(0,1fr) auto;gap:8px}.upload{height:32px;padding:0 12px;font-size:14px}.composer-actions>span{display:none}.send{grid-column:3;justify-self:end;width:36px;height:36px}.composer-counselor{right:-2px;bottom:94px;width:108px;height:132px}.composer-counselor img{width:108px;height:242px}.counselor-close{opacity:1;transform:scale(1)}footer{height:24px;font-size:12px;line-height:24px}}
