:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;width:100%;height:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{height:100%;width:100%}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.login-shell{min-height:100vh;display:grid;place-items:center;background:#f4f6f9;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.login-card{width:360px;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001f;padding:28px}.login-header{text-align:center;margin-bottom:24px}.login-logo{font-size:32px;margin-bottom:8px}.login-title{margin:0;font-size:20px}.login-subtitle{font-size:13px;color:#666}.login-form{display:flex;flex-direction:column;gap:14px}.login-label{font-size:13px;font-weight:600;display:flex;flex-direction:column;gap:6px}.login-input{padding:10px 12px;border-radius:10px;border:1px solid #ccc;font-size:14px}.login-input:focus{outline:none;border-color:#0070f3}.login-button{margin-top:10px;padding:12px;border-radius:12px;border:none;font-weight:600;background:#0070f3;color:#fff;cursor:pointer}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#b00020;font-size:13px}.login-footer{margin-top:18px;font-size:12px;text-align:center;color:#888}:root{--bg: #ffffff;--border: #d9dde5;--text: #1f2937;--muted: #6b7280;--soft: #f5f7fb;--soft2:#eef3ff;--bluePanel:#eef4ff;--shadow: 0 10px 22px rgba(18, 27, 52, .08);--radius: 16px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#fff;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.adp-shell{height:100%;display:flex;flex-direction:column}.adp-header{height:72px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.adp-role{font-weight:700}.adp-brand{display:flex;align-items:center;gap:14px}.adp-logo{width:56px;height:40px;border-radius:10px;background:#e11d2e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.5px}.adp-titleRow{display:flex;align-items:baseline;gap:10px}.adp-title{font-size:24px;font-weight:700;line-height:1}.adp-badge{font-size:12px;color:var(--muted);padding:2px 8px;border:1px solid var(--border);border-radius:999px;background:#fff}.adp-user{display:flex;align-items:center;gap:12px}.adp-userName{color:var(--muted);font-weight:600}.adp-userAvatar{width:40px;height:40px;border-radius:999px;border:px solid var(--border);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.adp-userDot{width:18px;height:18px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#c7d2fe,#93c5fd)}.adp-body{flex:1;display:flex;gap:18px;padding:18px;max-width:1400px;width:100%;margin:0 auto}.adp-left{width:280px;min-width:260px}.adp-leftCard{border:1px solid var(--border);border-radius:var(--radius);padding:16px;background:#fff;box-shadow:var(--shadow)}.adp-customerList{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.adp-customerRow{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0;background:transparent;border:none;cursor:pointer}.adp-customerPill{flex:1;height:38px;border-radius:10px;border:1px solid var(--border);background:var(--soft);display:flex;align-items:center;padding:0 12px;font-weight:700;letter-spacing:.3px;font-size:12px}.adp-customerIcon{width:32px;height:32px;border-radius:999px;border:1px solid var(--border);background:#fff;position:relative}.adp-customerIcon:after{content:"";position:absolute;inset:9px;border-radius:999px;background:#fff}.adp-customerIcon.is-active:after{background:#93c5fd}.adp-searchWrap{position:relative}.adp-searchIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:999px;border:2px solid #9ca3af}.adp-searchIcon:after{content:"";position:absolute;width:8px;height:2px;background:#9ca3af;right:-6px;bottom:-2px;transform:rotate(45deg);border-radius:2px}.adp-search{width:100%;height:40px;border-radius:10px;border:1px solid var(--border);padding:0 12px 0 38px;background:#fff;outline:none}.adp-search:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd59}.adp-center{flex:1;min-width:520px}.adp-centerStack{display:flex;flex-direction:column;gap:14px}.adp-threadCard{border:1px solid var(--border);border-radius:var(--radius);border-color:#b6c6ff;box-shadow:var(--shadow);padding:4px 14px 0 18px;position:relative;background:#fff}.adp-threadCard.is-active{background:#fff;background:var(--soft2)}.adp-threadTitle{font-size:14px;font-weight:700;line-height:1;color:#374151;opacity:.9}.adp-threadTimestamp{font-size:12px;color:#6b7280}.adp-threadMeta{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.adp-threadTitleRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.adp-threadMiniBtn{border:1px solid var(--border);background:#fff;border-radius:10px;width:36px;height:28px;cursor:pointer}.adp-dots{font-size:18px;line-height:0;color:#6b7280}.adp-threadText{display:flex;flex-direction:column;gap:6px;padding-bottom:20px}.adp-threadFooter{display:flex;justify-content:center;padding-bottom:20px}.adp-evaluateBtn{background:#fff;border:1px solid var(--border);color:#1d1d1d;font-weight:600;cursor:pointer;padding:8px 12px}.adp-threadEvalLabel{font-size:12px;font-weight:700;line-height:1;color:#374151;opacity:.9;margin-bottom:4px}.adp-threadMiniBtnTypeIcon{background:#fff}.adp-threadEvalSummary{font-size:12px;color:#374151;opacity:.9}.adp-threadEval--bars{display:flex;flex-direction:column;gap:10px;margin-top:10px;margin-bottom:40px}.adp-line{font-size:12px;color:#374151;opacity:.9}.adp-right{width:360px;min-width:320px}.adp-copilot{height:100%;border:1px solid var(--border);border-radius:var(--radius);background:var(--bluePanel);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.adp-copilotTop{padding:14px 14px 6px;display:flex;justify-content:flex-end}.adp-copilotAvatar{width:44px;height:44px;border-radius:999px;border:1px solid #cbd5e1;background:radial-gradient(circle at 30% 30%,#c7d2fe,#93c5fd)}.adp-copilotSection{padding:6px 16px 14px;display:flex;flex-direction:column;gap:10px;overflow:auto}.adp-needTitle{text-align:center;font-weight:700;color:#334155;margin-top:6px}.adp-needSub{text-align:center;color:#64748b;font-size:12px;margin-top:-6px}.adp-linkBtn{background:transparent;border:none;color:#3b82f6;font-weight:600;cursor:pointer;align-self:flex-end;padding:0}.adp-suggestion{margin-top:6px;align-self:flex-start;max-width:90%;background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px 12px;font-size:12px;color:#334155;box-shadow:0 6px 14px #121b340f}.adp-docBtn{align-self:flex-end;background:#fff;border:1px solid var(--border);border-radius:999px;padding:8px 12px;font-weight:700;font-size:12px;cursor:pointer;color:#334155;display:flex;align-items:center;gap:8px}.adp-docArrow{color:#3b82f6;font-size:16px;line-height:0}.adp-copilotInput{margin-top:auto;padding:14px;display:flex;gap:10px;align-items:center;border-top:1px solid rgba(203,213,225,.75);background:#ffffff59;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.adp-copilotField{flex:1;height:44px;border-radius:12px;border:1px solid var(--border);padding:0 12px;outline:none;background:#fff}.adp-copilotField:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd59}.adp-sendBtn{width:44px;height:44px;border-radius:999px;border:none;background:#1d4ed8;color:#fff;cursor:pointer;box-shadow:0 10px 18px #1d4ed840}.adp-sendBtn:active{transform:translateY(1px)}@media(max-width:1100px){.adp-right{display:none}.adp-center{min-width:0}}@media(max-width:860px){.adp-left{display:none}}
