:root{--bg:#f5f7fb;--surface:#fff;--surface-soft:#f8fafc;--text:#172033;--muted:#68758b;--border:#e6eaf0;--primary:#3370ff;--primary-dark:#2459d9;--primary-soft:#edf3ff;--green:#18a058;--green-soft:#eaf8f0;--orange:#f08c28;--orange-soft:#fff4e8;--red:#dc3848;--red-soft:#fff0f1;--shadow:0 10px 30px #1e325a14}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}body{min-width:320px}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}svg{width:20px;height:20px}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--border);z-index:20;background:#fff;flex-direction:column;width:244px;padding:24px 16px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;padding:0 8px 22px;display:flex}.brand-mark{color:#fff;background:linear-gradient(145deg,#4b86ff,#2962eb);border-radius:12px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 7px 16px #3370ff3d}.brand-mark svg{width:21px}.brand>span:last-child{flex-direction:column;gap:2px;display:flex}.brand strong{letter-spacing:.05em;font-size:20px}.brand small{color:var(--muted);font-size:11px}.demo-badge{color:#7a5414;background:#fff8e8;border-radius:8px;align-items:center;gap:8px;margin:0 8px 18px;padding:8px 10px;font-size:12px;display:flex}.demo-badge span{background:#f3a51f;border-radius:50%;width:7px;height:7px}.nav-list{flex-direction:column;gap:6px;display:flex}.nav-list a{color:#556176;border-radius:9px;align-items:center;gap:13px;padding:11px 13px;font-size:14px;transition:all .18s;display:flex}.nav-list a:hover{background:var(--surface-soft);color:var(--text)}.nav-list a.active{color:var(--primary);background:var(--primary-soft);font-weight:600}.nav-list svg{width:19px}.sidebar-footer{border-top:1px solid var(--border);align-items:center;gap:6px;margin-top:auto;padding:14px 4px 0;display:flex}.user-card{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.avatar{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:10px;flex:none;place-items:center;font-weight:700;display:grid}.user-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.user-meta strong{font-size:13px}.user-meta small{color:var(--muted);text-overflow:ellipsis;font-size:10px;overflow:hidden}.icon-button{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.icon-button:hover{color:var(--text);background:var(--surface-soft)}.icon-button svg{width:17px}.main-content{width:calc(100% - 244px);min-height:100vh;margin-left:244px;padding:34px 40px 60px}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.page-header h1{letter-spacing:-.02em;margin:0 0 7px;font-size:26px;line-height:1.25}.page-header p{color:var(--muted);margin:0;font-size:14px}.header-actions{align-items:center;gap:10px;display:flex}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px 20px}.stat-card span{color:var(--muted);font-size:13px}.stat-card strong{margin-top:7px;font-size:28px;line-height:1;display:block}.stat-card small{color:var(--muted);margin-top:8px;font-size:11px;display:block}.panel{background:var(--surface);border:1px solid var(--border);border-radius:13px;box-shadow:0 2px 5px #212d4605}.toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:15px 18px;display:flex}.toolbar-left,.toolbar-right{align-items:center;gap:10px;display:flex}.search-box{position:relative}.search-box svg{color:#8c96a8;width:16px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.search-box input{width:238px;height:36px;color:var(--text);border:1px solid var(--border);background:#fff;border-radius:8px;outline:0;padding:0 12px 0 36px}.search-box input:focus,.form-field input:focus,.form-field textarea:focus,select:focus{border-color:#8aafff;box-shadow:0 0 0 3px #3370ff1a}select{color:#4e5b70;border:1px solid var(--border);background:#fff;border-radius:8px;outline:0;height:36px;padding:0 30px 0 11px}.secondary-button,.primary-button,.danger-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 14px;font-size:13px;font-weight:600;transition:all .16s;display:inline-flex}.secondary-button{color:#445168;border:1px solid var(--border);background:#fff}.secondary-button:hover{background:var(--surface-soft);border-color:#bdc6d5}.primary-button{color:#fff;background:var(--primary);border:1px solid var(--primary);box-shadow:0 3px 8px #3370ff2e}.primary-button:hover{background:var(--primary-dark)}.danger-button{color:var(--red);background:#fff;border:1px solid #f2c5ca}.wide{width:100%;min-height:44px}.secondary-button svg,.primary-button svg{width:16px}.button-link{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0;font-size:13px}.button-link:hover{text-decoration:underline}.data-table{border-collapse:collapse;width:100%}.data-table th{color:#7b8699;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;background:#fafbfc;height:45px;padding:0 14px;font-size:11px;font-weight:600}.data-table td{vertical-align:middle;border-bottom:1px solid #edf0f4;height:66px;padding:10px 14px;font-size:13px}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fbfcfe}.data-table input[type=checkbox]{width:15px;height:15px;accent-color:var(--primary)}.chat-cell{align-items:center;gap:11px;min-width:180px;display:flex}.chat-avatar{width:36px;height:36px;color:var(--primary);background:var(--primary-soft);border-radius:10px;flex:none;place-items:center;font-weight:700;display:grid}.chat-avatar.external{color:#9a5b10;background:var(--orange-soft)}.chat-meta{flex-direction:column;gap:3px;min-width:0;display:flex}.chat-meta strong{text-overflow:ellipsis;white-space:nowrap;max-width:240px;font-size:13px;overflow:hidden}.chat-meta small{color:var(--muted);font-size:10px}.badge{white-space:nowrap;border-radius:6px;align-items:center;gap:5px;padding:4px 8px;font-size:11px;display:inline-flex}.badge.blue{color:#285dc8;background:var(--primary-soft)}.badge.orange{color:#9a5b10;background:var(--orange-soft)}.badge.green{color:#16794a;background:var(--green-soft)}.badge.red{color:#b52c3b;background:var(--red-soft)}.badge.gray{color:#68758b;background:#f0f2f5}.status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.switch{width:38px;height:22px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.switch span{cursor:pointer;background:#c9d0da;border-radius:20px;transition:all .2s;position:absolute;inset:0}.switch span:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.switch input:checked+span{background:var(--primary)}.switch input:checked+span:after{transform:translate(16px)}.switch input:disabled+span{cursor:not-allowed;opacity:.45}.empty-state{color:var(--muted);text-align:center;padding:60px 20px}.empty-state strong{color:var(--text);margin-bottom:6px;display:block}.bulk-bar{color:#315cae;background:#f2f6ff;border-bottom:1px solid #dce7ff;align-items:center;gap:10px;padding:10px 18px;font-size:12px;display:flex}.bulk-bar strong{margin-right:auto}.modal-backdrop{z-index:100;background:#121a2a5c;justify-content:flex-end;align-items:stretch;animation:.15s fade;display:flex;position:fixed;inset:0}.drawer{background:#fff;width:min(620px,100%);height:100%;animation:.2s slide;overflow-y:auto;box-shadow:-18px 0 45px #101c3224}.drawer-header{z-index:2;border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:flex-start;padding:22px 24px 18px;display:flex;position:sticky;top:0}.drawer-header h2{margin:0 0 5px;font-size:19px}.drawer-header p{color:var(--muted);margin:0;font-size:12px}.drawer-body{padding:22px 24px 100px}.drawer-footer{border-top:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;justify-content:flex-end;gap:10px;width:min(620px,100%);padding:14px 24px;display:flex;position:fixed;bottom:0;right:0}.form-section{margin-bottom:24px}.form-section-title{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.form-section-title strong{font-size:14px}.form-section-title small{color:var(--muted)}.segmented{background:#f1f3f6;border-radius:9px;grid-template-columns:repeat(2,1fr);padding:3px;display:grid}.segmented button{color:#68758b;cursor:pointer;background:0 0;border:0;border-radius:7px;height:34px;font-size:12px}.segmented button.active{color:var(--primary);background:#fff;font-weight:600;box-shadow:0 1px 4px #1b2d4b1a}.form-field{flex-direction:column;gap:7px;margin-bottom:14px;display:flex}.form-field label{color:#4c586b;font-size:12px;font-weight:600}.form-field input,.form-field textarea{width:100%;color:var(--text);border:1px solid var(--border);resize:vertical;background:#fff;border-radius:8px;outline:0;padding:10px 11px}.form-field textarea{min-height:96px;line-height:1.65}.field-help{color:#8993a4;justify-content:space-between;font-size:10px;display:flex}.variables{flex-wrap:wrap;gap:6px;display:flex}.variable-chip{color:#53637d;cursor:pointer;background:#f3f5f8;border:0;border-radius:5px;padding:5px 8px;font-family:ui-monospace,monospace;font-size:10px}.preview-wrap{background:#f3f5f8;border-radius:10px;padding:17px}.feishu-card{background:#fff;border:1px solid #e3e7ed;border-radius:8px;max-width:420px;margin:0 auto;overflow:hidden;box-shadow:0 4px 14px #24324d14}.feishu-card-header{color:#fff;background:linear-gradient(115deg,#3370ff,#6495ff);padding:13px 16px;font-size:14px;font-weight:600}.feishu-card-body{color:#2c3545;white-space:pre-wrap;padding:16px;font-size:13px;line-height:1.7}.mention{color:#2868dd;background:#e8f0ff;border-radius:3px}.text-preview{background:#fff;border-radius:8px;max-width:420px;margin:0 auto;padding:12px 14px;font-size:13px;line-height:1.7;box-shadow:0 2px 8px #24324d12}.form-error{color:var(--red);margin:-4px 0 12px;font-size:11px}.toast{z-index:200;color:#fff;box-shadow:var(--shadow);background:#263348;border-radius:8px;padding:11px 15px;font-size:12px;position:fixed;top:24px;right:28px}.settings-grid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:18px;display:grid}.section-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:22px}.section-card h2{margin:0 0 5px;font-size:16px}.section-card>p{color:var(--muted);margin:0 0 22px;font-size:12px}.check-list{flex-direction:column;gap:12px;display:flex}.check-item{align-items:flex-start;gap:10px;display:flex}.check-icon{width:26px;height:26px;color:var(--green);background:var(--green-soft);border-radius:7px;flex:none;place-items:center;display:grid}.check-icon.pending{color:var(--orange);background:var(--orange-soft)}.check-icon svg{width:14px}.check-item div{flex-direction:column;gap:2px;display:flex}.check-item strong{font-size:12px}.check-item small{color:var(--muted);font-size:10px;line-height:1.5}.code-box{overflow-wrap:anywhere;color:#42516a;background:#f6f8fa;border:1px solid #edf0f3;border-radius:7px;padding:10px 12px;font-family:ui-monospace,monospace;font-size:10px}.login-page{background:#fff;grid-template-columns:1.15fr .85fr;min-height:100vh;display:grid}.login-hero{color:#fff;background:radial-gradient(circle at 20% 80%,#529dff6b,#0000 36%),linear-gradient(145deg,#172f6d 0%,#2457cd 55%,#3370ff 100%);flex-direction:column;justify-content:space-between;min-height:100vh;padding:42px 64px;display:flex;position:relative;overflow:hidden}.login-hero:after{content:"";border:1px solid #ffffff24;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-140px;right:-120px;box-shadow:0 0 0 70px #ffffff0a,0 0 0 140px #ffffff06}.login-brand{align-items:center;gap:12px;font-size:20px;display:flex}.login-brand .brand-mark{box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff2b}.hero-copy{z-index:1;max-width:580px;margin:70px 0;position:relative}.eyebrow{color:#dfeaff;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:7px;padding:6px 10px;font-size:11px;display:inline-flex}.eyebrow svg{width:14px}.hero-copy h1{letter-spacing:-.05em;margin:22px 0 18px;font-size:clamp(38px,4.4vw,62px);line-height:1.16}.hero-copy>p{color:#dbe6ff;max-width:520px;margin:0;font-size:16px;line-height:1.8}.hero-features{color:#eef4ff;flex-wrap:wrap;gap:20px;margin-top:28px;font-size:12px;display:flex}.hero-features span{align-items:center;gap:6px;display:flex}.hero-features svg{width:15px}.login-hero>small{z-index:1;color:#bfcfff;position:relative}.login-panel{place-items:center;padding:40px;display:grid}.login-box{text-align:center;width:min(380px,100%)}.login-logo{color:#fff;background:var(--primary);border-radius:15px;place-items:center;width:54px;height:54px;margin:0 auto 20px;display:grid;box-shadow:0 10px 24px #3370ff47}.login-logo svg{width:25px}.login-box h2{margin:0 0 8px;font-size:25px}.login-box>p{color:var(--muted);margin:0 0 30px;font-size:13px}.login-note{color:#7c8798;justify-content:center;align-items:center;gap:7px;margin-top:14px;font-size:11px;display:flex}.login-note span{background:var(--green);border-radius:50%;width:7px;height:7px}.security-note{color:#96a0af;border-top:1px solid var(--border);margin-top:35px;padding-top:22px;font-size:10px;line-height:1.6}@keyframes fade{0%{opacity:0}}.membership-note{color:var(--muted);font-size:12px;line-height:1.8}.readonly-banner{color:#2655a1;background:#edf4ff;border:1px solid #bfd4ff;border-radius:9px;margin-bottom:24px;padding:14px 18px;font-size:13px;line-height:1.7}.membership-note a{color:var(--primary);margin-left:8px}.membership-actions{flex-wrap:wrap;gap:6px 12px;display:flex}.available-chats{flex-direction:column;gap:10px;display:flex}.available-chat{border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.available-chat .chat-meta{overflow-wrap:anywhere;min-width:0}.available-chat button{flex-shrink:0}.danger-text{color:#c73838}.danger-button{background:#c73838}.confirm-dialog{background:#fff;border-radius:14px;width:min(480px,100vw - 32px);margin:auto;padding:28px}.confirm-dialog h2{margin:0 0 16px;font-size:20px}.confirm-dialog p{color:var(--muted);font-size:14px;line-height:1.8}.confirm-dialog .header-actions{justify-content:flex-end;margin-top:24px}@keyframes slide{0%{opacity:.5;transform:translate(30px)}}@media (max-width:1000px){.sidebar{width:210px}.main-content{width:calc(100% - 210px);margin-left:210px;padding:28px 24px 50px}.stats-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}.login-hero{padding:34px 40px}}@media (max-width:720px){.sidebar{width:76px;padding:18px 10px;position:static}.brand{padding:0 8px 20px}.brand>span:last-child,.demo-badge,.nav-list span,.user-meta,.sidebar-footer form{display:none}.nav-list a{justify-content:center;padding:12px}.sidebar-footer{justify-content:center}.main-content{width:calc(100% - 76px);margin-left:0;padding:24px 16px 40px}.page-header,.toolbar{flex-direction:column;align-items:stretch}.header-actions,.toolbar-left,.toolbar-right{flex-wrap:wrap}.search-box input{width:100%}.stats-grid{grid-template-columns:1fr 1fr}.panel{overflow-x:auto}.data-table{min-width:820px}.login-page{grid-template-columns:1fr}.login-hero{display:none}.login-panel{min-height:100vh}}
