:root{color-scheme:light;font-family:PingFang SC,Noto Sans SC,Microsoft YaHei,sans-serif;--bg: #f6f8fc;--surface: #ffffff;--surface-soft: #f7faff;--ink: #1f2937;--muted: #64748b;--line: #dbe4f2;--brand: #1d4ed8;--brand-weak: #dbeafe;--danger: #dc2626;--shadow: 0 18px 40px -24px rgba(15, 23, 42, .32)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 0% 0%,rgba(37,99,235,.13),transparent 42%),radial-gradient(circle at 100% 0%,rgba(14,165,233,.12),transparent 36%),var(--bg);color:var(--ink);min-height:100vh}a{color:inherit;text-decoration:none}.expert-shell{min-height:100vh;display:flex;flex-direction:column}.expert-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:14px 24px;border-bottom:1px solid rgba(219,228,242,.8);background:#f8faffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.expert-brand-wrap{display:flex;flex-direction:column;gap:2px}.expert-brand-main{font-size:19px;line-height:1;font-weight:800;letter-spacing:.02em;color:#111827}.expert-brand-sub{font-size:12px;color:var(--muted)}.expert-nav{display:flex;flex-wrap:wrap;gap:8px}.expert-nav-link{border:1px solid transparent;border-radius:999px;padding:8px 14px;color:#334155;font-size:14px;transition:all .2s ease}.expert-nav-link:hover{background:#eef3ff;color:#0f172a}.expert-nav-link.active{background:var(--brand-weak);border-color:#bfdbfe;color:#1d4ed8;font-weight:700}.expert-header-actions{display:flex;justify-content:flex-end}.expert-content{width:min(1220px,100%);margin:0 auto;padding:24px 20px 40px}.expert-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.expert-page-title{margin:0;font-size:28px;font-weight:800;line-height:1.2;color:#0f172a}.expert-page-subtitle{margin:8px 0 0;color:var(--muted);font-size:13px}.expert-page-actions{display:flex;gap:8px;align-items:center}.page{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:18px;overflow-x:auto}.toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-bottom:14px}.grid{display:grid;gap:12px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:12px;color:var(--muted);letter-spacing:.04em}.field-hint{font-size:12px;color:#94a3b8}.input,.textarea,.select{width:100%;font-family:inherit;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink)}.input:focus,.textarea:focus,.select:focus{outline:2px solid rgba(37,99,235,.18);border-color:#93c5fd}.textarea{min-height:132px;resize:vertical}.switch{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted)}.table{width:100%;min-width:700px;border-collapse:collapse;font-size:14px}.table th,.table td{padding:10px 12px;border-bottom:1px solid #e5ebf5;text-align:left}.table th{color:#64748b;font-size:12px;letter-spacing:.06em;text-transform:uppercase;background:#f8fbff}.table tr:hover{background:#f8fbff}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:9px 14px;border:1px solid #d8e1f0;background:#fff;color:var(--ink);cursor:pointer;font-weight:600;transition:all .2s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--brand);color:#fff;border-color:transparent}.button.secondary{background:#0ea5e9;color:#fff;border-color:transparent}.button.ghost{background:transparent}.button.danger{background:var(--danger);color:#fff;border-color:transparent}.button:disabled{opacity:.58;cursor:not-allowed;transform:none}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.badge{padding:3px 10px;border-radius:999px;font-size:11px;background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a75;display:flex;align-items:center;justify-content:center;padding:24px;z-index:120}.modal{width:min(900px,100%);max-height:90vh;overflow:auto;border-radius:18px;padding:20px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.modal-title{margin:0;font-size:18px;color:#0f172a}.modal-actions{margin-top:20px;display:flex;justify-content:flex-end;gap:8px}.notice{padding:10px 12px;border-radius:12px;background:var(--surface-soft);border:1px solid var(--line);color:#475569;font-size:13px}.notice-error{border-color:#fecaca;background:#fff1f2;color:#be123c}.notice-success{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.login-shell{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:36px 20px;overflow:hidden}.login-orb{position:absolute;border-radius:999px;pointer-events:none}.login-orb-left{width:420px;height:420px;top:-180px;left:-120px;background:radial-gradient(circle at 35% 35%,#3b82f647,#2563eb00)}.login-orb-right{width:520px;height:520px;right:-180px;bottom:-260px;background:radial-gradient(circle at 35% 35%,#0ea5e93d,#0ea5e900)}.login-wrap{position:relative;z-index:1;width:min(980px,100%);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,470px);gap:18px;align-items:stretch}.login-hero{border-radius:24px;border:1px solid rgba(191,219,254,.75);background:radial-gradient(circle at 0% 0%,rgba(96,165,250,.38),transparent 40%),linear-gradient(150deg,#0f172a 8%,#1e3a8a 42%,#0e7490);color:#e2e8f0;padding:28px;box-shadow:0 28px 50px -36px #0f172abf;display:flex;flex-direction:column;justify-content:center;gap:14px}.login-hero-chip{width:fit-content;padding:4px 10px;border-radius:999px;font-size:12px;letter-spacing:.06em;background:#94c5ff33;border:1px solid rgba(191,219,254,.55);color:#dbeafe}.login-hero-title{margin:0;font-size:clamp(24px,3.2vw,32px);line-height:1.24;color:#f8fafc}.login-hero-subtitle{margin:0;color:#e2e8f0e6;line-height:1.66}.login-hero-list{margin:6px 0 0;padding:0;list-style:none;display:grid;gap:8px}.login-hero-list li{position:relative;padding-left:18px;color:#e2e8f0eb;line-height:1.55}.login-hero-list li:before{content:"";position:absolute;top:10px;left:2px;width:6px;height:6px;border-radius:999px;background:#93c5fd}.login-card{width:100%;background:var(--surface);border:1px solid #dbe4f2;border-radius:24px;padding:24px 24px 20px;box-shadow:0 28px 58px -40px #0f172a8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.login-brand{font-size:24px;font-weight:800;letter-spacing:.025em;color:#111827}.login-sub{margin-top:4px;font-size:14px;color:var(--muted)}.login-body{display:grid;gap:14px}.login-code-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.login-code-button{min-width:120px}.login-actions{margin-top:18px}.login-actions .button{width:100%;min-height:42px}.login-footer{margin-top:12px;color:var(--muted);font-size:12px}@media(max-width:900px){.login-wrap{grid-template-columns:1fr}.login-hero{order:2;padding:22px}.login-card{order:1}}@media(max-width:640px){.login-shell{padding:18px 12px}.login-card{border-radius:18px;padding:18px 16px 16px}.login-brand{font-size:21px}.login-sub{font-size:13px}.login-code-button{min-width:108px;padding-left:10px;padding-right:10px;font-size:13px}}.upload-field{display:grid;gap:8px}.upload-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.hidden-file-input{display:none}.upload-preview-wrap{border:1px dashed #c7d2fe;border-radius:12px;padding:8px;background:#f8fbff}.upload-preview{width:100%;max-height:180px;object-fit:contain;border-radius:8px}.upload-file-summary{border:1px dashed #cbd5e1;border-radius:10px;padding:10px 12px;background:#f8fafc;font-size:12px;color:#475569}.upload-file-summary strong{color:#0f172a;margin-right:6px}.expert-chat-shell{border:1px solid #dbe4f2;border-radius:16px;background:#f9fbff;overflow:hidden}.expert-chat-profile{display:flex;gap:12px;padding:14px;border-bottom:1px solid #e4ebf7;background:linear-gradient(180deg,#fff,#f6f9ff)}.expert-chat-profile-avatar{width:56px;height:56px;border-radius:14px;object-fit:cover;border:2px solid #fff;box-shadow:0 8px 18px -12px #1e40af8c;flex-shrink:0}.expert-chat-profile-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:#e0e7ff;color:#4338ca}.expert-chat-profile-main{min-width:0;display:flex;flex-direction:column;gap:4px}.expert-chat-profile-title{display:flex;align-items:center;gap:8px}.expert-chat-profile-name{font-size:16px;font-weight:700;color:#0f172a}.expert-chat-profile-badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;padding:2px 8px;border-radius:999px;background:#dbeafe;color:#1d4ed8}.expert-chat-profile-subtitle{font-size:12px;color:#475569}.expert-chat-profile-bio{font-size:12px;color:#64748b;line-height:1.45}.expert-chat-profile-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.expert-chat-tag{font-size:11px;padding:3px 8px;border-radius:999px;border:1px solid #dbe4f2;background:#fff;color:#475569}.expert-chat-scroll{max-height:58vh;min-height:320px;overflow-y:auto;padding:14px 12px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,#f4f7ff,#f9fbff)}.expert-chat-row{display:flex;gap:8px}.expert-chat-row.is-user{justify-content:flex-end}.expert-chat-avatar{width:30px;height:30px;border-radius:999px;object-fit:cover;border:1px solid #e2e8f0;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.expert-chat-avatar-fallback{background:#e0e7ff;color:#4338ca;border-color:#c7d2fe}.expert-chat-user-avatar{background:#eef2ff;color:#4338ca;border-color:#c7d2fe}.expert-chat-bubble{max-width:min(78%,720px);border-radius:16px;padding:10px 12px;box-shadow:0 6px 14px -12px #0f172a66}.expert-chat-bubble.is-ai{background:#fff;border:1px solid #dbe4f2;border-top-left-radius:6px;color:#1f2937}.expert-chat-bubble.is-user{background:#6c5ce7;color:#fff;border-top-right-radius:6px}.expert-chat-text{white-space:pre-wrap;word-break:break-word;line-height:1.55;font-size:13px}.expert-chat-current-tag{margin-top:8px;display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;background:#ede9fe;color:#5b21b6}.expert-chat-meta{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px;font-size:11px;color:#ffffffe6}.expert-chat-meta span{border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:1px 7px}.expert-chat-input-panel{border-top:1px solid #e4ebf7;background:#fff;padding:10px 12px 12px}.expert-chat-input-title{font-size:12px;color:#64748b;margin-bottom:6px}.expert-chat-input-row{display:flex;align-items:flex-end;gap:8px}.expert-chat-input{flex:1;min-height:44px;max-height:132px;resize:vertical;border:1px solid #dbe4f2;border-radius:14px;padding:10px 12px;background:#f8fafc;color:#0f172a;font-size:13px;line-height:1.45}.expert-chat-input:focus{outline:2px solid rgba(99,102,241,.22);border-color:#a5b4fc;background:#fff}.expert-chat-send{width:40px;height:40px;border:none;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#6c5ce7;color:#fff;cursor:pointer;transition:all .2s ease}.expert-chat-send:hover{background:#5b4cdb}.expert-chat-send:disabled{opacity:.45;cursor:not-allowed}@media(max-width:960px){.expert-header{grid-template-columns:1fr;align-items:stretch;gap:10px;padding:12px 14px}.expert-header-actions{justify-content:flex-start}.expert-content{padding:16px 12px 28px}.expert-page-head{flex-direction:column;align-items:stretch}.expert-page-actions{justify-content:flex-start}.grid.two,.grid.three,.upload-row{grid-template-columns:1fr}.expert-chat-scroll{max-height:62vh;min-height:280px}.expert-chat-bubble{max-width:86%}}
