:root{--primary-color: #0ea5e9;--primary-gradient: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);--primary-hover: #0284c7;--secondary-color: #8b5cf6;--secondary-gradient: linear-gradient(135deg, #8b5cf6 0%, #d946ef 100%);--bg-page: #f8fafc;--bg-sidebar: #0f172a;--bg-card: rgba(255, 255, 255, .9);--bg-chat-bubble-user: var(--primary-gradient);--bg-chat-bubble-ai: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--text-on-dark: #f1f5f9;--glass-bg: rgba(255, 255, 255, .7);--glass-border: 1px solid rgba(255, 255, 255, .5);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .15);--glass-blur: blur(12px);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-glow: 0 0 15px rgba(14, 165, 233, .3);--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, sans-serif}body{margin:0;font-family:var(--font-family);background-color:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0% 0%,rgba(14,165,233,.1) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(139,92,246,.1) 0px,transparent 50%);background-attachment:fixed}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease-out forwards}.tech-card{background:var(--bg-card);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:var(--glass-border);box-shadow:var(--shadow-md);border-radius:var(--radius-lg)}.tech-input{border:1px solid #e2e8f0;border-radius:var(--radius-lg);transition:all .3s}.tech-input:focus,.tech-input:hover{border-color:var(--primary-color);box-shadow:0 0 0 2px #0ea5e91a}.btn-gradient{background:var(--primary-gradient)!important;border:none!important;color:#fff!important;box-shadow:var(--shadow-glow);transition:all .3s ease}.btn-gradient:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e966}.login-page{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr) 500px;overflow-x:hidden;background:#f8fafc}.login-brand-panel{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding:60px;color:#fff;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b)}.login-brand-bg{position:absolute;inset:0;opacity:.1;background-image:radial-gradient(circle at 20% 30%,#3b82f6 0%,transparent 20%),radial-gradient(circle at 80% 70%,#8b5cf6 0%,transparent 20%);background-size:cover}.login-brand-content{position:relative;z-index:1;max-width:760px}.login-brand-kicker{display:flex;align-items:center;gap:14px;margin-bottom:28px}.login-brand-icon{width:48px;height:48px;flex:0 0 48px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 30px #0f172a2e}.login-brand-kicker-copy{display:flex;flex-direction:column;gap:6px}.login-brand-kicker-label{width:fit-content;padding:4px 10px;border:1px solid rgba(148,163,184,.25);border-radius:999px;color:#bae6fd;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#0f172a40}.login-brand-kicker-text{color:#cbd5e1;font-size:17px;font-weight:600;letter-spacing:0}.login-brand-title.ant-typography{margin:0 0 18px;color:#fff;font-size:clamp(54px,6vw,92px);line-height:1.04;letter-spacing:0}.login-brand-title span{display:block;margin-top:10px;color:#38bdf8}.login-brand-subtitle.ant-typography{display:block;max-width:700px;color:#7dd3fc;font-size:clamp(20px,2vw,30px);line-height:1.35;font-weight:700}.login-brand-description.ant-typography{display:block;margin-top:22px;max-width:560px;color:#94a3b8;font-size:18px;line-height:1.7}.login-form-panel{position:relative;min-height:100vh;min-height:100dvh;padding:48px;background:#f8fafc;display:flex;align-items:center;justify-content:center}.login-card{width:100%;max-width:360px}.login-heading{margin-bottom:40px}.login-heading-title.ant-typography{margin-bottom:8px}.login-alert{margin-bottom:24px;border-radius:8px}.login-input{border-radius:12px;padding:10px 16px;background:#fff}.login-submit{height:48px;border-radius:12px;font-size:16px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px}.login-register{text-align:center;margin-top:16px}.login-register a{color:#0ea5e9;font-weight:600}.login-footer{position:absolute;left:48px;right:48px;bottom:24px;text-align:center}.login-footer .ant-typography{font-size:12px}.beian-link{display:block;margin-top:6px;color:#94a3b8;font-size:12px;line-height:1.4;text-decoration:none}.beian-link:hover{color:#0ea5e9}.chat-beian-link{margin-top:4px}.login-mobile-brand{display:none}@media(max-width:1024px){.login-page{grid-template-columns:minmax(0,.95fr) minmax(420px,.75fr)}.login-brand-panel{padding:44px}.login-brand-title.ant-typography{font-size:clamp(44px,6vw,64px)}.login-brand-subtitle.ant-typography{font-size:clamp(18px,2.2vw,24px)}}@media(max-width:768px){.login-page{display:block;min-height:100dvh;background:linear-gradient(180deg,rgba(14,165,233,.08),transparent 36%),#f8fafc}.login-brand-panel{display:none}.login-form-panel{min-height:100dvh;padding:28px 20px 24px;display:flex;flex-direction:column;justify-content:center}.login-mobile-brand{width:100%;max-width:420px;display:flex;align-items:center;gap:14px;margin:0 auto 28px}.login-mobile-brand .login-brand-icon{width:44px;height:44px;flex-basis:44px;border-radius:12px}.login-mobile-title{font-size:24px;line-height:1.15;font-weight:800;color:#0f172a}.login-mobile-subtitle{margin-top:4px;font-size:13px;color:#64748b}.login-card{max-width:420px;padding:28px 22px 22px;border-radius:18px;background:#ffffffdb;border:1px solid rgba(226,232,240,.9);box-shadow:0 18px 50px #0f172a14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.login-heading{margin-bottom:28px}.login-heading-title.ant-typography{font-size:26px}.login-input{min-height:48px}.login-submit{height:50px}.login-footer{position:static;width:100%;max-width:420px;margin:24px auto 0}}@media(max-width:380px){.login-form-panel{padding-left:14px;padding-right:14px}.login-card{padding:24px 16px 20px}.login-mobile-title{font-size:22px}.login-heading-title.ant-typography{font-size:24px}}@media(max-width:768px){.register-page{display:block!important;height:auto!important;min-height:100dvh;overflow:visible!important;background:linear-gradient(180deg,rgba(14,165,233,.08),transparent 36%),#f8fafc}.register-brand-panel{display:none!important}.register-form-panel{min-height:100dvh;padding:28px 20px 24px!important;align-items:stretch!important;justify-content:flex-start!important;overflow:visible!important}.register-card{max-width:420px!important;margin:0 auto;padding:28px 22px 22px;border-radius:18px;background:#ffffffe0;border:1px solid rgba(226,232,240,.9);box-shadow:0 18px 50px #0f172a14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.register-heading{margin-bottom:22px!important}.register-heading .ant-typography{word-break:normal}.register-steps{margin-bottom:24px!important}.register-steps .ant-steps-item-title{font-size:14px}.register-question-scroll{max-height:none!important;overflow:visible!important;padding-right:0!important}.register-question-card{margin-bottom:14px!important}.register-question-card .ant-form-item-label>label{height:auto;white-space:normal;align-items:flex-start;line-height:1.5}.register-question-card .ant-radio-wrapper{align-items:flex-start;line-height:1.55;margin-inline-start:0}.register-actions{gap:12px!important}}@media(max-width:380px){.register-form-panel{padding-left:14px!important;padding-right:14px!important}.register-card{padding:24px 16px 20px}.register-actions{flex-direction:column}.register-actions .ant-btn{width:100%;flex:none!important}}.chat-shell{height:100vh!important;height:100dvh!important;min-height:0;overflow:hidden}.chat-sider{height:100vh;height:100dvh;min-height:0;overflow:hidden;background:var(--bg-sidebar)!important}.chat-sider .ant-layout-sider-children{height:100%;min-height:0;display:flex;flex-direction:column;background:var(--bg-sidebar)}.chat-sider-header,.chat-sider-new,.chat-sider-user{flex:0 0 auto}.chat-sider-history{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-bottom:8px!important}.chat-sider-history .ant-list,.chat-sider-history .ant-spin-nested-loading,.chat-sider-history .ant-spin-container{min-height:0}.chat-session-item{min-height:44px}.chat-session-item .ant-typography{min-width:0}.chat-session-item .delete-btn{opacity:0}.chat-session-item:hover .delete-btn{opacity:1!important}.chat-sider-user{background:var(--bg-sidebar)}.chat-brand{display:flex;align-items:center;color:#fff}.chat-brand-icon,.chat-mobile-brand-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:#fff;box-shadow:0 10px 24px #0f172a38}.chat-brand-icon{width:34px;height:34px;margin-right:10px;border-radius:10px}.chat-brand-title{color:#fff;font-size:18px;font-weight:800;letter-spacing:0;line-height:1}.chat-main-layout,.chat-content,.chat-main{min-height:0;overflow:hidden}.chat-content{height:100vh!important;height:100dvh!important}.chat-main{min-width:0}.chat-messages{min-height:0;overscroll-behavior:contain}.chat-message-stack{max-width:85%;display:flex;flex-direction:column}.chat-message-stack.is-user{align-items:flex-end}.chat-message-stack.is-assistant{align-items:flex-start}.chat-message-bubble{width:fit-content;max-width:100%}.chat-message-actions{margin-top:6px;display:flex;align-items:center;gap:4px;color:#64748b}.chat-message-stack.is-user .chat-message-actions{justify-content:flex-end;padding-right:4px}.chat-message-stack.is-assistant .chat-message-actions{justify-content:flex-start;padding-left:4px}.chat-message-action-button.ant-btn{width:32px;height:32px;min-width:32px;padding:0;border-radius:10px;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.chat-message-action-button.ant-btn:hover{color:#0f172a!important;background:#e5e7eb!important}.chat-message-action-button.ant-btn:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.chat-composer{flex:0 0 auto}.chat-loading-status{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:6px;color:#64748b;font-size:13px}.chat-loading-status svg{color:#0ea5e9;animation:chat-loading-pulse 1.2s ease-in-out infinite}@keyframes chat-loading-pulse{0%,to{opacity:.45;transform:scale(.96)}50%{opacity:1;transform:scale(1.05)}}.chat-mobile-header{display:none}.chat-drawer-panel{min-height:100dvh;display:flex;flex-direction:column;background:var(--bg-sidebar)}.chat-drawer-header{padding:22px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.chat-drawer-history{flex:1;overflow-y:auto;padding:0 12px}.chat-drawer-user{padding:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center}.chat-mobile-drawer .ant-drawer-content{background:var(--bg-sidebar)}.chat-mobile-drawer .ant-drawer-close{color:#94a3b8}.chat-stop-button{background:#ef4444!important;border:none!important;color:#fff!important;box-shadow:0 0 15px #ef444447}.chat-stop-button:hover{background:#dc2626!important;color:#fff!important}@media(max-width:768px){.chat-shell{height:100dvh!important;overflow:hidden}.chat-sider{display:none!important}.chat-main-layout{min-width:0!important;width:100%!important}.chat-content{height:100dvh!important;overflow:hidden!important}.chat-main{min-width:0!important;width:100%!important}.chat-mobile-header{height:52px;flex:0 0 52px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;background:#ffffffeb;border-bottom:1px solid rgba(226,232,240,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;z-index:5}.chat-mobile-header-title{display:flex;align-items:center;gap:7px;color:#0f172a;font-weight:800;font-size:16px}.chat-mobile-brand-icon{width:30px;height:30px;border-radius:9px;box-shadow:0 8px 18px #0f172a1a}.chat-mobile-header .ant-btn{width:38px;height:38px}.chat-messages{padding:14px 12px 8px!important;scroll-padding-bottom:12px}.chat-empty{margin-top:18px!important}.chat-empty>div:first-child{width:64px!important;height:64px!important;border-radius:18px!important;margin-bottom:16px!important}.chat-empty h2.ant-typography{margin-bottom:6px!important;font-size:24px!important}.chat-empty .ant-typography{word-break:normal}.chat-suggestions{margin-top:22px!important;max-width:100%!important}.chat-suggestion-grid{grid-template-columns:1fr!important;gap:14px!important}.chat-suggestion-column{gap:7px!important}.chat-suggestion-button{width:100%;border-radius:13px!important;text-align:left!important;justify-content:flex-start;line-height:1.45;padding:9px 14px!important}.chat-message-row{gap:7px!important;margin-bottom:14px!important}.chat-message-row .ant-avatar{width:28px;height:28px;min-width:28px}.chat-message-bubble{max-width:calc(100vw - 68px)!important;padding:10px 13px!important;font-size:14px!important;line-height:1.6!important;word-break:break-word;overflow-wrap:anywhere}.chat-message-stack{max-width:calc(100vw - 68px)!important}.chat-message-actions{margin-top:5px}.chat-message-action-button.ant-btn{width:34px;height:34px;min-width:34px;border-radius:11px}.chat-message-bubble p{margin-top:.4em;margin-bottom:.7em}.chat-composer{padding:8px 10px calc(10px + env(safe-area-inset-bottom))!important;background:linear-gradient(to top,var(--bg-page) 90%,rgba(248,250,252,.7),transparent)!important}.chat-composer-box{border-radius:20px!important;box-shadow:0 8px 24px #0f172a1a!important}.chat-composer textarea{font-size:16px!important;line-height:1.5!important;padding-top:10px!important;padding-bottom:10px!important;min-height:44px!important}.chat-loading-status{margin-top:6px;font-size:12px}.chat-composer .ant-btn{right:7px!important;bottom:7px!important;width:34px!important;height:34px!important}}.feedback-widget{position:fixed;z-index:40;pointer-events:none}.feedback-floating-button,.feedback-panel{pointer-events:auto}.feedback-floating-button{min-height:44px;padding:0 12px 0 16px;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;color:#fff;font-size:14px;font-weight:800;letter-spacing:0;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#0ea5e9,#2563eb);box-shadow:0 14px 32px #2563eb3d;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.feedback-floating-button:active{cursor:grabbing}.feedback-floating-button:hover{transform:translateY(-1px);filter:saturate(1.05);box-shadow:0 18px 38px #2563eb4d}.feedback-floating-button em{padding:3px 8px;border-radius:999px;color:#e0f2fe;font-size:11px;font-style:normal;font-weight:700;background:#ffffff29}.feedback-panel{position:absolute;width:min(342px,calc(100vw - 32px));padding:14px;border:1px solid rgba(203,213,225,.78);border-radius:20px;background:#fffffffa;box-shadow:0 22px 60px #0f172a2e;opacity:0;visibility:hidden;transform:translateY(10px) scale(.98);transform-origin:right bottom;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.feedback-widget.panel-align-right .feedback-panel{right:0}.feedback-widget.panel-align-left .feedback-panel{left:0}.feedback-widget.panel-above .feedback-panel{bottom:60px}.feedback-widget.panel-below .feedback-panel{top:56px;bottom:auto}.feedback-widget.panel-align-left .feedback-panel,.feedback-widget.panel-below .feedback-panel{transform-origin:left top}.feedback-widget.panel-align-right.panel-above .feedback-panel{transform-origin:right bottom}.feedback-widget.is-open .feedback-panel{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.feedback-panel-handle{display:none}.feedback-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:4px 2px 12px}.feedback-panel-header h2{margin:0 0 5px;color:#0f172a;font-size:18px;line-height:1.2;font-weight:800}.feedback-panel-header p{margin:0;color:#64748b;font-size:12px;line-height:1.5}.feedback-close-button{width:32px;height:32px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;color:#64748b;cursor:pointer;background:#f1f5f9;transition:background .18s ease,color .18s ease}.feedback-close-button:hover{color:#0f172a;background:#e2e8f0}.feedback-card-list{display:flex;flex-direction:column;gap:10px}.feedback-survey-card{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 22px #0f172a0d}.feedback-survey-header{width:100%;padding:12px 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;color:#0f172a;text-align:left;cursor:pointer;background:#fff}.feedback-survey-header strong,.feedback-survey-header small{display:block}.feedback-survey-header strong{font-size:14px;line-height:1.35}.feedback-survey-header small{margin-top:3px;color:#64748b;font-size:12px;line-height:1.35}.feedback-survey-header svg{color:#94a3b8;transition:transform .18s ease}.feedback-survey-card.is-open .feedback-survey-header{background:linear-gradient(180deg,#f8fbff,#fff)}.feedback-survey-card.is-open .feedback-survey-header svg{transform:rotate(180deg)}.feedback-survey-body{padding:0 13px 13px}.feedback-survey-body p{margin:0 0 10px;color:#475569;font-size:12px;line-height:1.55}.feedback-qr-frame{width:124px;height:124px;margin:0 auto 10px;padding:8px;border:1px solid #dbeafe;border-radius:14px;background:#f8fbff}.feedback-qr-frame img{width:100%;height:100%;display:block;object-fit:contain}.feedback-reward-line{margin-bottom:10px;padding:7px 9px;display:flex;align-items:center;gap:6px;border-radius:10px;color:#2563eb;font-size:11px;line-height:1.4;background:#eff6ff}.feedback-reward-line svg{flex:0 0 auto}.feedback-survey-link{width:100%;min-height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;font-size:13px;font-weight:800;text-decoration:none;background:linear-gradient(135deg,#0ea5e9,#2563eb);box-shadow:0 10px 22px #2563eb29}.feedback-survey-link:hover{color:#fff}.feedback-mobile-backdrop{display:none}@media(max-width:768px){.feedback-widget{z-index:80}.feedback-floating-button{min-height:40px;padding:0 10px 0 13px;gap:7px;font-size:13px;box-shadow:0 12px 28px #2563eb42}.feedback-floating-button em{padding:2px 7px;font-size:10px}.feedback-mobile-backdrop{position:fixed;inset:0;display:block;background:#0f172a47;pointer-events:auto}.feedback-panel{position:fixed;right:0;bottom:0;width:100vw;max-height:80dvh;padding:10px 14px calc(14px + env(safe-area-inset-bottom));border-right:0;border-bottom:0;border-left:0;border-radius:22px 22px 0 0;overflow-y:auto;transform:translateY(100%);transform-origin:center bottom}.feedback-widget.is-open .feedback-panel{transform:translateY(0)}.feedback-panel-handle{width:42px;height:4px;margin:2px auto 12px;display:block;border-radius:999px;background:#cbd5e1}.feedback-panel-header{padding-bottom:10px}.feedback-panel-header h2{font-size:18px}.feedback-qr-frame{width:118px;height:118px}}
