*{box-sizing:border-box;margin:0;padding:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--kf-primary:#2563eb;--kf-primary-light:#eff6ff;--kf-primary-dark:#1d4ed8;--kf-primary-gradient:linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);--kf-success:#16a34a;--kf-danger:#dc2626;--kf-warning:#d97706;--kf-text:#1e293b;--kf-text-secondary:#64748b;--kf-text-light:#94a3b8;--kf-border:#e2e8f0;--kf-bg:#f1f5f9;--kf-white:#fff;--kf-card:#fff;--kf-surface:#f8fafc;--kf-shadow-sm:0 1px 2px #0f172a0d;--kf-shadow:0 1px 3px #0f172a1a;--kf-shadow-lg:0 12px 32px #0f172a29;--kf-radius:8px;--kf-radius-sm:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}html,body,#root{width:100%;min-width:320px;height:100%}body{color:var(--kf-text);background:var(--kf-bg);font-size:14px;line-height:1.5;overflow:hidden}button,input,textarea{color:inherit;font:inherit}button{border:0}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:1px;outline:2px solid #2563eb73}::selection{background:#3b82f63d}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.login-page{background:#080d1a;min-height:100dvh;display:flex;overflow:hidden}.login-visual{background:#080d1a url(/assets/login-background.png) 50%/cover no-repeat;flex-direction:column;flex:1;justify-content:center;padding-left:8%;display:flex;position:relative;overflow:hidden}.login-visual:before{z-index:1;content:"";background:linear-gradient(90deg,#080d1a80 0%,#080d1a33 50%,#080d1a99 100%);position:absolute;inset:0}.login-grid{background-image:linear-gradient(#2850a00d 1px,#0000 1px),linear-gradient(90deg,#2850a00d 1px,#0000 1px);background-size:60px 60px;animation:25s linear infinite login-grid-drift;position:absolute;inset:0}.login-line{background:linear-gradient(90deg,#0000,#00b4ff59,#0000);height:2px;animation:5s ease-in-out infinite login-line-pulse;position:absolute}.login-line-one{width:250px;top:30%;left:10%}.login-line-two{width:180px;animation-delay:-2s;top:50%;left:25%}.login-line-three{width:200px;animation-delay:-3.5s;top:70%;left:5%}.login-line-four{width:150px;animation-delay:-1s;top:20%;left:40%;transform:rotate(90deg)}.login-dot{filter:blur(1px);background:#3c8cff4d;border-radius:50%;animation:8s ease-in-out infinite login-dot-float;position:absolute}.login-dot-1{width:4px;height:4px;top:25%;left:20%}.login-dot-2{width:3px;height:3px;animation-delay:-3s;top:45%;left:50%}.login-dot-3{width:5px;height:5px;animation-delay:-6s;top:65%;left:35%}.login-dot-4{width:3px;height:3px;animation-delay:-2s;top:35%;left:65%}.login-dot-5{width:4px;height:4px;animation-delay:-4s;top:55%;left:15%}.login-orb{filter:blur(80px);border-radius:50%;animation:8s ease-in-out infinite login-orb-pulse;position:absolute}.login-orb-one{background:#003cb41f;width:400px;height:400px;top:15%;left:30%}.login-orb-two{background:#5000c80f;width:250px;height:250px;animation-delay:-4s;top:50%;left:50%}.login-scanline{z-index:1;pointer-events:none;background:linear-gradient(#0000 0% 48%,#3ca0ff14 50%,#0000 52% 100%) 0 0/100% 200%;animation:4s ease-in-out infinite login-scan;position:absolute;inset:0}.login-brand-copy{z-index:2;animation:.8s ease-out login-copy-in;position:relative}.login-brand-copy h1,.login-brand-copy h2{font-size:clamp(38px,3.35vw,48px);font-weight:800;line-height:1.2}.login-brand-copy h1{color:#fff;margin-bottom:6px}.login-brand-copy h2{color:#0000;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text}.login-brand-copy p{color:#64b4ff99;letter-spacing:3px;margin-top:16px;font-size:18px;font-weight:500}.login-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0c1228e6;border-left:1px solid #ffffff0f;flex-direction:column;justify-content:center;width:42%;min-width:380px;max-width:520px;min-height:100dvh;padding:40px 56px;animation:.6s ease-out login-panel-in;display:flex}.login-logo-wrap{text-align:center;margin-bottom:40px}.login-logo-wrap img{object-fit:contain;width:auto;max-width:240px;height:80px;margin:0 auto 14px;display:block}.login-logo-wrap h3{color:#e2e8f0;letter-spacing:2px;font-size:24px;font-weight:700}.login-error{color:#f87171;opacity:0;text-align:center;background:#ef44441a;border:0 solid #ef444433;border-radius:6px;min-height:0;max-height:0;margin-bottom:0;padding:0 14px;font-size:13px;transition:all .2s;overflow:hidden}.login-error.is-visible{opacity:1;border-width:1px;justify-content:center;align-items:center;min-height:42px;max-height:80px;margin-bottom:16px;padding:10px 14px;display:flex}.login-field{margin-bottom:22px;display:block}.login-field>span{color:#ffffff73;margin-bottom:8px;font-size:14px;display:block}.login-field input{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;outline:0;width:100%;padding:13px 16px;font-size:15px;transition:all .2s}.login-field input:focus{background:#ffffff17;border-color:#60a5fa66}.login-field input::placeholder{color:#fff3}.captcha-row{align-items:center;gap:10px;display:flex}.captcha-row input{flex:1;min-width:0}.captcha-question{cursor:pointer;color:#60a5fa;white-space:nowrap;background:#60a5fa14;border:1px solid #60a5fa1f;border-radius:6px;min-width:112px;padding:11px 16px;font-size:15px;font-weight:700;transition:all .2s}.captcha-question:hover{background:#60a5fa26}.remember-account{cursor:pointer;color:#ffffff59;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;display:flex}.remember-account input{accent-color:#3b82f6;width:16px;height:16px}.login-submit{cursor:pointer;color:#fff;letter-spacing:4px;background:#2563eb;border-radius:6px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:all .2s}.login-submit:hover:not(:disabled){background:#1d4ed8}.login-submit:disabled{cursor:not-allowed;opacity:.4}@keyframes login-grid-drift{to{transform:translate(60px,60px)}}@keyframes login-line-pulse{0%,to{opacity:.2}50%{opacity:1;filter:drop-shadow(0 0 6px #00b4ff80)}}@keyframes login-dot-float{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-20px)}}@keyframes login-orb-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}@keyframes login-scan{0%{background-position:0 -100%}to{background-position:0 200%}}@keyframes login-copy-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes login-panel-in{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.kf-btn{border-radius:var(--kf-radius-sm);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:8px 20px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.kf-btn-primary{color:#fff;background:var(--kf-primary-gradient);box-shadow:0 1px 2px #2563eb33}.kf-btn-primary:hover{opacity:.92;box-shadow:0 2px 5px #2563eb40}.kf-btn-default{border:1px solid var(--kf-border);color:var(--kf-text);background:#fff}.kf-btn-default:hover{border-color:var(--kf-primary);color:var(--kf-primary)}.kf-input{border:1px solid var(--kf-border);border-radius:var(--kf-radius-sm);width:100%;color:var(--kf-text);background:#fff;outline:0;padding:10px 14px;font-size:13px;transition:all .2s}.kf-input::placeholder{color:var(--kf-text-light)}.kf-input:focus{border-color:var(--kf-primary);box-shadow:0 0 0 2px #3b82f61f}.kf-badge,.kf-tab-badge{color:#fff;background:var(--kf-danger);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.kf-chat-layout{width:100%;height:100dvh;color:var(--kf-text);background:var(--kf-bg);display:flex;overflow:hidden}.kf-sidebar{border-right:1px solid var(--kf-border);background:#fff;flex-direction:column;width:340px;min-width:340px;height:100%;display:flex;overflow:hidden}.kf-sidebar-header{border-bottom:1px solid var(--kf-border);background:var(--kf-primary-gradient);justify-content:space-between;align-items:center;gap:8px;min-height:56px;padding:12px 14px;display:flex}.kf-header-left,.kf-header-right{align-items:center;display:flex}.kf-header-left{flex-shrink:0;gap:10px;min-width:0}.kf-header-right{gap:8px;min-width:0}.kf-header-avatar-wrap{flex-shrink:0;position:relative}.kf-header-avatar{object-fit:cover;border:1.5px solid #ffffff4d;border-radius:8px;width:34px;height:34px;display:block}.kf-header-avatar-dot{background:#6b7280;border:1.5px solid #3b82f6;border-radius:50%;width:8px;height:8px;position:absolute;bottom:-1px;right:-1px}.kf-header-avatar-dot.online{background:#22c55e;box-shadow:0 0 4px #22c55e80}.kf-header-brand{flex-direction:column;gap:1px;min-width:0;display:flex}.kf-sidebar-title{color:#fff;letter-spacing:.5px;white-space:nowrap;font-size:15px;font-weight:700}.kf-header-name{color:#ffffff8c;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:11px;font-weight:400;overflow:hidden}.kf-readonly-badge{color:#fbbf24;vertical-align:middle;background:#f59e0b26;border-radius:4px;margin-left:6px;padding:1px 6px;font-size:10px}.kf-online-toggle{cursor:pointer;letter-spacing:.5px;white-space:nowrap;border:1px solid #0000;border-radius:16px;align-items:center;gap:5px;padding:5px 14px 5px 10px;font-size:12px;font-weight:600;line-height:normal;transition:all .25s;display:inline-flex}.kf-online-toggle.offline{color:#ffffffb3;background:#ffffff26;border-color:#ffffff40}.kf-online-toggle.online{color:#fff;background:#fff3;border-color:#ffffff59}.kf-online-toggle:hover{transform:scale(1.04)}.kf-online-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.kf-online-toggle.offline .kf-online-dot{background:#6b7280}.kf-online-toggle.online .kf-online-dot{background:#fff;animation:2s ease-in-out infinite kf-pulse;box-shadow:0 0 6px #fff9}@keyframes kf-pulse{0%,to{opacity:1}50%{opacity:.4}}.kf-header-logout{cursor:pointer;color:#fff9;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff26;border-radius:14px;padding:4px 12px;font-size:11px;font-weight:500;line-height:normal;transition:all .2s}.kf-header-logout:hover{color:#f87171;background:#ef444426;border-color:#ef44444d}.kf-nav-tabs{border-bottom:1px solid var(--kf-border);background:#fff;display:flex}.kf-nav-tab{cursor:pointer;color:#888;text-align:start;background:0 0;border-bottom:2px solid #0000;padding:10px 18px;font-size:13px;transition:all .2s;display:block;position:relative}.kf-nav-tab:hover,.kf-nav-tab.active{color:var(--kf-primary)}.kf-nav-tab.active{border-bottom-color:var(--kf-primary);font-weight:600}.kf-tab-badge{text-align:center;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;animation:2s infinite kf-badge-pulse;position:absolute;top:2px;right:-6px}@keyframes kf-badge-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 4px #ef444400}}.kf-page{flex-direction:column;flex:1;min-height:0;display:none;overflow:hidden auto}.kf-page.active{display:flex}.kf-scroll-page{overflow:hidden auto}.kf-sidebar-search{border-bottom:1px solid #f1f5f9;flex:0 0 66px;height:66px;padding:14px 16px}.kf-sidebar-search .kf-input{background:#f8fafc;border-color:#0000;border-radius:10px;height:38px}.kf-conv-list{flex:1;min-height:0;overflow-y:auto}.kf-conv-item{cursor:pointer;width:100%;min-height:72px;color:var(--kf-text);text-align:left;background:0 0;border-bottom:1px solid #f8fafc;align-items:center;gap:12px;padding:12px 14px;transition:all .15s;display:flex;position:relative}.kf-conv-item:hover{background:#f8fafc}.kf-conv-item.active{border-left:3px solid var(--kf-primary);background:#eff6ff;padding-left:11px}.avatar{--avatar-hue:210;border:1px solid hsla(var(--avatar-hue), 74%, 54%, .18);color:hsl(var(--avatar-hue), 65%, 38%);background:linear-gradient(135deg, hsla(var(--avatar-hue), 84%, 88%, .92), hsla(calc(var(--avatar-hue) + 28), 82%, 94%, .98));-webkit-user-select:none;user-select:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%;display:block}.avatar-medium{width:42px;height:42px;font-size:15px}.avatar-small{border-radius:9px;width:34px;height:34px;font-size:13px}.avatar-large{border-radius:16px;width:64px;height:64px;font-size:22px}.avatar-status{background:#cbd5e1;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;bottom:-1px;right:-1px}.avatar-status.online{background:var(--kf-success)}.kf-conv-info{flex:1;min-width:0}.kf-conv-name{color:var(--kf-text);justify-content:space-between;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.kf-conv-name>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.kf-conv-name time{color:var(--kf-text-light);flex-shrink:0;font-size:11px;font-weight:400}.kf-conv-last{color:var(--kf-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;display:block;overflow:hidden}.kf-list-empty,.section-empty{color:var(--kf-text-light);text-align:center;padding:28px 16px;font-size:12px}.kf-chat-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.kf-welcome-screen{background:#f0f5ff;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.kf-welcome-bg{position:absolute;inset:0}.kf-welcome-grid{background-image:radial-gradient(#0000000a 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.kf-welcome-glow{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.kf-welcome-glow.g1{background:#3b82f614;width:300px;height:300px;animation:8s ease-in-out infinite welcome-float;top:20%;left:30%}.kf-welcome-glow.g2{background:#8b5cf60f;width:200px;height:200px;animation:10s ease-in-out infinite reverse welcome-float;bottom:20%;right:25%}@keyframes welcome-float{0%,to{transform:translate(0)}50%{transform:translate(20px,-15px)}}.kf-welcome-content{z-index:1;text-align:center;max-width:360px;padding:40px;position:relative}.kf-welcome-icon{width:80px;height:80px;color:var(--kf-primary);background:#3b82f614;border:1px solid #3b82f626;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.kf-welcome-title{color:var(--kf-text);margin-bottom:8px;font-size:18px;font-weight:700}.kf-welcome-sub{color:var(--kf-text-secondary);font-size:13px;line-height:1.6}.kf-welcome-stats{justify-content:center;gap:20px;margin-top:24px;display:flex}.kf-welcome-stat{text-align:center}.kf-welcome-stat-num{color:var(--kf-text);font-size:20px;font-weight:700}.kf-welcome-stat-label{color:var(--kf-text-light);margin-top:2px;font-size:11px}.kf-chat-view,#chatView{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.kf-chat-header{border-bottom:1px solid var(--kf-border);min-height:63px;box-shadow:var(--kf-shadow-sm);background:#fff;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.chat-peer-heading{align-items:center;gap:10px;display:flex}.kf-chat-peer-name{color:var(--kf-text);font-size:16px;font-weight:700;display:block}.typing-placeholder,#typingHint{color:var(--kf-success);margin-top:2px;font-size:11px;line-height:1.5;display:none}.kf-back-btn,.kf-search-trigger,.kf-chat-header>button:last-child{border:1px solid var(--kf-border);cursor:pointer;color:var(--kf-text-light);background:#fff;justify-content:center;align-items:center;transition:all .15s;display:flex}.kf-back-btn{border-radius:6px;width:32px;height:30px}.kf-search-trigger,.kf-chat-header>button:last-child{background:0 0;border-color:#0000;border-radius:6px;width:30px;height:30px}.kf-search-trigger:hover,.kf-chat-header>button:last-child:hover,.kf-back-btn:hover{border-color:var(--kf-primary);color:var(--kf-primary);background:var(--kf-primary-light)}.kf-chat-messages{background:#f8fafc;flex:1;min-height:0;padding:24px;overflow-y:auto}.load-more-wrap{text-align:center;padding:0 0 14px}.load-more-button{padding:4px 16px;font-size:12px}.kf-msg-row{align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.kf-msg-row.self{flex-direction:row-reverse}.kf-msg-content{min-width:80px;max-width:65%}.kf-msg-row.self .kf-msg-content{flex-direction:column;align-items:flex-end;display:flex}.kf-msg-bubble{width:fit-content;max-width:100%;color:var(--kf-text);box-shadow:var(--kf-shadow-sm);overflow-wrap:break-word;white-space:pre-wrap;background:#fff;border:1px solid #e5e7eb;border-radius:4px 16px 16px;padding:10px 14px;font-size:14px;line-height:1.6;display:inline-block}.kf-msg-row.self .kf-msg-bubble{border-color:var(--kf-primary);color:#fff;background:var(--kf-primary);border-radius:16px 4px 16px 16px}.kf-msg-bubble.has-order-card,.kf-msg-row.self .kf-msg-bubble.has-order-card{width:280px;color:var(--kf-text);white-space:normal;background:#fff;border-color:#dbeafe;padding:10px}.chat-order-card{display:block}.chat-order-heading{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.chat-order-heading>span:first-child{min-width:0;color:var(--kf-text-light);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.chat-order-body{gap:10px;display:flex}.chat-order-body img{object-fit:cover;border-radius:6px;flex:0 0 54px;width:54px;height:54px}.chat-order-body div{flex:1;min-width:0}.chat-order-body strong,.chat-order-body span,.chat-order-body b{display:block}.chat-order-body strong{color:var(--kf-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.35;overflow:hidden}.chat-order-body span{color:var(--kf-text-light);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;overflow:hidden}.chat-order-body b{color:#ef4444;margin-top:7px;font-size:13px}.kf-msg-time{color:var(--kf-text-light);margin-top:3px;padding:0 2px;font-size:11px}.kf-msg-row.self .kf-msg-time{text-align:right}.kf-qr-groups{background:0 0;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:4px;min-height:27px;padding:6px 20px 0;display:flex}.kf-qr-groups button{cursor:pointer;color:var(--kf-text-secondary);background:#f1f5f9;border-radius:12px;padding:3px 10px;font-size:11px}.kf-qr-groups button.active{color:#fff;background:var(--kf-primary)}.kf-quick-bar{background:#fff;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;gap:6px;min-height:35px;padding:6px 20px;display:flex}.kf-quick-bar button{cursor:pointer;color:var(--kf-primary);background:#eff6ff;border:1px solid #dbeafe;border-radius:5px;padding:3px 10px;font-size:11px}.kf-quick-bar button:hover{color:#fff;background:var(--kf-primary)}.kf-toolbar{background:#fff;border-top:0;align-items:center;min-height:47px;padding:6px 20px;display:flex}.kf-tool-btn{cursor:pointer;width:41px;height:35px;color:var(--kf-text-secondary);border-radius:6px;padding:4px 8px;font-size:18px;line-height:27px;transition:all .15s;display:block}.kf-tool-btn:hover{color:var(--kf-primary);background:var(--kf-primary-light)}.kf-tool-btn input{display:none}.kf-chat-input-area{border-top:1px solid var(--kf-border);background:#fff;align-items:flex-end;gap:12px;min-height:76px;padding:16px 24px;display:flex;position:relative}.kf-chat-textarea{resize:none;border:1px solid var(--kf-border);min-width:0;min-height:42px;max-height:120px;color:var(--kf-text);background:#f8fafc;border-radius:8px;outline:0;flex:1;padding:10px 16px;font-size:14px;line-height:1.5;transition:all .2s}.kf-chat-textarea::placeholder{color:var(--kf-text-light)}.kf-chat-textarea:focus{border-color:var(--kf-primary);box-shadow:0 0 0 2px #3b82f61f}.kf-send-btn{border-radius:12px;height:42px;padding:10px 28px;font-weight:600}.kf-qr-slash-panel{z-index:50;border:1px solid var(--kf-border);background:#fff;border-radius:12px 12px 0 0;max-height:240px;display:none;position:absolute;bottom:100%;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 20px #0f172a1a}.kf-qr-slash-panel.show{display:block}.kf-qr-slash-panel button{cursor:pointer;text-align:left;background:#fff;border-bottom:1px solid #f8fafc;width:100%;padding:10px 16px;display:block}.kf-qr-slash-panel button:hover{background:var(--kf-primary-light)}.kf-qr-slash-panel strong,.kf-qr-slash-panel span{display:block}.kf-qr-slash-panel span{color:var(--kf-text-secondary);margin-top:2px;font-size:12px}.kf-search-overlay{z-index:900;background:#0f172a85;justify-content:center;align-items:flex-start;padding-top:10vh;display:flex;position:fixed;inset:0}.kf-search-box{border:1px solid var(--kf-border);background:#fff;border-radius:16px;width:560px;max-width:92vw;animation:.22s ease-out search-box-in;overflow:hidden;box-shadow:0 25px 80px #0f172a38}.kf-search-input-wrap{border-bottom:1px solid var(--kf-border);align-items:center;gap:10px;padding:16px 20px;display:flex}.kf-search-input-wrap input{min-width:0;color:var(--kf-text);background:0 0;border:0;outline:0;flex:1;font-size:15px}.kf-search-input-wrap button{cursor:pointer;color:var(--kf-text-light);background:0 0;padding:4px;display:flex}.kf-search-results{max-height:400px;padding:8px 0;overflow-y:auto}.kf-search-hint{color:var(--kf-text-light);text-align:center;padding:40px 20px}.search-result-item{border-bottom:1px solid #f1f5f9;padding:12px 20px}.search-result-item p{color:var(--kf-text-secondary);margin-top:3px;font-size:12px}.search-result-item time{color:var(--kf-text-light);margin-top:3px;font-size:11px;display:block}@keyframes search-box-in{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}.kf-info-panel{border-left:1px solid var(--kf-border);background:#fff;flex-direction:column;width:300px;min-width:300px;height:100%;display:flex;overflow-y:auto}.kf-info-panel-header{border-bottom:1px solid var(--kf-border);text-align:center;background:linear-gradient(135deg,#f8faff,#fff);padding:24px 20px;display:block}.kf-info-panel-header .avatar{margin:0 auto}.kf-info-panel-header strong{margin-top:8px;font-size:16px;font-weight:600;display:block}.kf-info-section{border-bottom:1px solid #f1f5f9;padding:16px 20px;position:relative}.kf-info-section-title{color:var(--kf-text-light);letter-spacing:1px;margin-bottom:12px;font-size:11px;font-weight:700}.kf-tags-wrap{flex-wrap:wrap;gap:4px;display:flex}.kf-tag{border-radius:4px;align-items:center;gap:3px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.kf-tag button{cursor:pointer;color:currentColor;opacity:.6;background:0 0}.tag-vip{color:#92400e;background:#fef3c7}.tag-important{color:#b91c1c;background:#fee2e2}.tag-new{color:#1d4ed8;background:#dbeafe}.tag-followup{color:#6d28d9;background:#ede9fe}.tag-normal{color:#475569;background:#f1f5f9}.kf-tag-add-btn{border:1px dashed var(--kf-primary);cursor:pointer;color:var(--kf-primary);background:var(--kf-primary-light);border-radius:4px;align-items:center;padding:2px 8px;font-size:11px;display:inline-flex}.tag-menu{z-index:10;border:1px solid var(--kf-border);width:132px;box-shadow:var(--kf-shadow-lg);background:#fff;border-radius:8px;position:absolute;top:68px;left:20px;overflow:hidden}.tag-menu button{cursor:pointer;text-align:left;background:#fff;width:100%;padding:8px 12px;font-size:12px;display:block}.tag-menu button:hover{background:var(--kf-primary-light)}.customer-facts{gap:8px;display:grid}.customer-facts>div{justify-content:space-between;gap:10px;font-size:13px;display:flex}.customer-facts dt{color:var(--kf-text-secondary);flex-shrink:0}.customer-facts dd{color:var(--kf-text);text-align:right;word-break:break-all;font-weight:600}.note-form{gap:6px;margin-bottom:8px;display:flex}.note-form .kf-input{min-width:0;padding:6px 10px;font-size:12px}.note-form .kf-btn{flex-shrink:0;padding:4px 12px;font-size:11px}.notes-list{max-height:200px;overflow-y:auto}.notes-list article{border-bottom:1px solid #f1f5f9;padding:8px 0;font-size:12px}.notes-list p{color:var(--kf-text);line-height:1.5}.notes-list span{color:var(--kf-text-light);margin-top:3px;font-size:11px;display:block}.mini-order-list{gap:10px;max-height:300px;display:grid;overflow-y:auto}.mini-order-card{border:1px solid var(--kf-border);background:#fff;border-radius:10px;padding:10px 12px;font-size:12px;overflow:hidden}.mini-order-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.mini-order-number{min-width:0;color:var(--kf-text-light);text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;overflow:hidden}.mini-order-status{padding:2px 6px;font-size:10px}.mini-order-body{align-items:center;gap:8px;margin:6px 0 4px;display:flex}.mini-order-thumb{border:1px solid var(--kf-border);object-fit:cover;border-radius:6px;flex:0 0 36px;width:36px;height:36px}.mini-order-detail{flex:1;min-width:0}.mini-order-title{color:var(--kf-text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;display:block;overflow:hidden}.mini-order-attr{color:var(--kf-text-light);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:10px;display:block;overflow:hidden}.mini-order-foot{justify-content:space-between;align-items:center;gap:8px;margin-top:2px;font-size:12px;display:flex}.mini-order-foot .order-price{font-size:12px;line-height:18px}.mini-order-send-btn{border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:10px}.info-user-orders-empty{color:#ccc;padding:8px;font-size:13px}.block-section{text-align:center}.kf-block-btn{border:1px solid var(--kf-danger);cursor:pointer;color:var(--kf-danger);background:#fff;border-radius:4px;padding:3px 10px;font-size:11px;transition:all .15s}.kf-block-btn:hover,.kf-block-btn.blocked{color:#fff;background:var(--kf-danger)}#page-orders>div:first-child{padding:12px 16px}#orderSearch{height:37px;padding:8px 14px}.kf-status-tabs{background:#f8fafc;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;gap:4px;padding:8px 16px;display:flex}.kf-status-tab{cursor:pointer;color:#475569;background:#e2e8f0;border-radius:6px;padding:4px 12px;font-size:11px;transition:all .15s}.kf-status-tab.active{color:#fff;background:var(--kf-primary)}.kf-status-tab:hover:not(.active){background:#cbd5e1}.kf-order-list-panel{padding:0 16px 16px}.kf-order-card{min-height:192px;color:var(--kf-text);background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;padding:14px 16px;transition:all .2s;position:relative;overflow:hidden}.kf-order-card:before{content:"";background:0 0;border-radius:3px 0 0 3px;width:3px;transition:all .2s;position:absolute;top:0;bottom:0;left:0}.kf-order-card:hover{border-color:#2563eb4d;box-shadow:0 4px 12px #0f172a26}.kf-order-card:hover:before{background:var(--kf-primary)}.mini-order-list .kf-order-card{border-radius:10px;min-height:0;margin-bottom:0;padding:10px 12px;transition:none}.mini-order-list .kf-order-card:before{display:none}.mini-order-list .kf-order-card:hover{border-color:var(--kf-border);box-shadow:none}.order-card-heading,.order-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.order-number{color:var(--kf-text-light);text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;overflow:hidden}.kf-order-status{border:1px solid #0000;border-radius:20px;flex-shrink:0;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.kf-order-status .status-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.kf-order-status.s0{color:#fbbf24;background:#f59e0b1f;border-color:#f59e0b33}.kf-order-status.s0 .status-dot{background:#fbbf24}.kf-order-status.s1{color:#60a5fa;background:#3b82f61f;border-color:#3b82f633}.kf-order-status.s1 .status-dot{background:#60a5fa}.kf-order-status.s2{color:#4ade80;background:#22c55e1f;border-color:#22c55e33}.kf-order-status.s2 .status-dot{background:#4ade80}.kf-order-status.s3{color:var(--kf-text-light);background:#94a3b81f;border-color:#94a3b833}.kf-order-status.s3 .status-dot{background:var(--kf-text-light)}.order-title{color:var(--kf-text);margin:6px 0;font-size:14px;font-weight:600;line-height:1.4}.order-product-row{align-items:flex-start;gap:10px;margin:8px 0 6px;display:flex}.order-goods-thumb{border:1px solid var(--kf-border);object-fit:cover;border-radius:8px;flex:0 0 44px;width:44px;height:44px}.order-product-info{flex:1;min-width:0}.order-goods-attr{color:var(--kf-text-light);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.order-buyer-helper{color:var(--kf-text-light);flex-wrap:wrap;gap:7px 12px;margin-top:6px;font-size:12px;display:flex}.order-buyer-helper span{align-items:center;gap:4px;display:flex}.order-helper-tag,.order-no-helper{border-radius:4px;padding:1px 6px;font-size:11px;font-weight:500}.order-helper-tag{color:#2563eb;background:#3b82f626}.order-no-helper{color:#d97706;background:#f59e0b26}.order-meta{margin-top:8px}.order-price{color:#ef4444;font-size:16px;font-weight:700}.order-time{color:var(--kf-text-light);font-size:11px}.order-actions{gap:6px;margin-top:8px;display:flex}.order-message-button{border-radius:4px;padding:3px 10px;font-size:11px}.stats-page{background:var(--kf-bg)}.kf-dashboard{width:100%;padding:10px}.kf-dashboard-section{margin-bottom:18px}.kf-stat-list{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.kf-stat-row{background:var(--kf-card);border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;transition:all .15s;display:flex;box-shadow:0 1px 3px #0000000a}.kf-stat-row:hover{box-shadow:0 2px 8px #00000014}.kf-stat-row-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.kf-stat-row-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.kf-stat-row-info{flex:1;justify-content:space-between;align-items:center;min-width:0;display:flex}.kf-stat-row-label{color:var(--kf-text-secondary);white-space:nowrap;flex-shrink:0;font-size:13px}.kf-stat-row-num{color:var(--kf-text);text-align:right;white-space:nowrap;flex-shrink:0;font-size:20px;font-weight:700}.kf-dashboard-section-title{color:var(--kf-text-secondary);letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.kf-dashboard-section-title:after{content:"";background:linear-gradient(to right, var(--kf-border), transparent);flex:1;height:1px}.kf-dashboard-section>.kf-stat-list,.trend-section .kf-dashboard-section-title{transform:translateY(-1px)}.kf-chart-wrap{border:1px solid var(--kf-border);background:var(--kf-card);border-radius:10px;padding:14px}.kf-bar-chart{align-items:flex-end;gap:4px;height:110px;padding-top:8px;display:flex}.kf-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.kf-bar{background:linear-gradient(#60a5fa,#3b82f6);border-radius:6px 6px 2px 2px;width:100%;max-width:36px;min-height:5px;transition:height .6s cubic-bezier(.4,0,.2,1);position:relative}.kf-bar:hover{opacity:.85}.kf-bar-value{color:var(--kf-text);white-space:nowrap;font-size:10px;font-weight:700;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.kf-bar-label{color:var(--kf-text-light);white-space:nowrap;margin-top:4px;font-size:10px}.settings-page{background:#fff}.settings-content{padding:16px}.settings-title-row{flex-direction:column;align-items:flex-start;display:flex}.settings-title-row h3{margin-bottom:12px;font-size:14px}.compact-button{margin-bottom:12px;padding:6px 14px;font-size:12px}.quick-reply-form{border:1px solid var(--kf-border);background:#f8fafc;border-radius:10px;gap:8px;margin-bottom:12px;padding:12px;display:grid}.quick-reply-form textarea{resize:vertical}.form-actions{justify-content:flex-end;gap:8px;display:flex}.form-actions .kf-btn{padding:6px 14px;font-size:12px}.quick-reply-list{gap:8px;display:grid}.quick-reply-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px;display:flex}.quick-reply-item>div{flex:1;min-width:0}.quick-reply-heading{align-items:center;gap:6px;display:flex}.quick-reply-heading strong{font-size:13px}.quick-reply-heading span{color:var(--kf-primary);background:var(--kf-primary-light);border-radius:4px;padding:1px 5px;font-size:10px}.quick-reply-item p{color:var(--kf-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.quick-reply-item>button{cursor:pointer;color:var(--kf-danger);background:0 0;flex-shrink:0;padding:3px 6px;font-size:11px}.reset-demo-button{cursor:pointer;width:100%;color:var(--kf-text-light);background:0 0;border:1px dashed #cbd5e1;border-radius:6px;margin-top:20px;padding:8px;font-size:11px}.reset-demo-button:hover{border-color:var(--kf-primary);color:var(--kf-primary)}@media (width<=1200px){.kf-sidebar{width:280px;min-width:280px}.kf-info-panel{width:240px;min-width:240px}.kf-header-avatar-wrap,.kf-header-avatar{width:42px;height:42px}.kf-header-avatar-wrap{flex-basis:42px}.kf-sidebar-header{height:67px;min-height:67px}.kf-header-name,.kf-readonly-label{display:none}}@media (width<=1024px){.kf-info-panel{display:none}}@media (width<=900px){.login-visual{display:none}.login-panel{border-left:0;width:100%;min-width:0;max-width:none}}@media (width<=768px){.kf-sidebar{width:100%;min-width:0}.kf-chat-layout.chatting .kf-sidebar,.kf-chat-layout:not(.chatting) .kf-chat-main{display:none}.kf-chat-input-area{padding:10px 16px}.kf-chat-messages{padding:16px}.kf-send-btn{padding:10px 18px}}@media (width<=520px){.login-panel{padding:28px 24px}.login-logo-wrap{margin-bottom:28px}.login-logo-wrap img{height:64px}.login-logo-wrap h3{font-size:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
