:root{--kh-bg-surface: #FFFFFF;--kh-bg-page: #f5f5f3;--kh-bg-nav-active: #F0EEFF;--kh-bg-nav-hover: #F4F4F7;--kh-bg-badge: #F0EEFF;--kh-header-surface: #FBFCFF;--kh-header-border: #D9E3F4;--kh-header-nav-hover: #EEF4FF;--kh-header-nav-active: #E7EFFF;--kh-header-nav-active-border: #C8D7F5;--kh-border-default: #E8E8ED;--kh-border-divider: #E2E2E8;--kh-border-nav-active: #DBD8FC;--kh-border-badge: #DBD8FC;--kh-accent-primary: #6C5EF6;--kh-accent-dark: #5248D4;--kh-accent-avatar-start: #7C6EF7;--kh-accent-avatar-end: #5A4FCF;--kh-text-primary: #111111;--kh-text-secondary: #777777;--kh-text-muted: #AAAAAA;--kh-text-white: #FFFFFF;--kh-header-h: 54px;--kh-outer-padding: 28px;--kh-brand-navy: #2A2E83;--kh-brand-navy-hover: #232673}@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:400;font-display:block;src:url(/static/vendor/fonts/material-symbols-outlined.woff2) format("woff2")}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-weight:400;font-display:block;src:url(/static/vendor/fonts/material-symbols-rounded.woff2) format("woff2")}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:DM Sans,system-ui,sans-serif;background:var(--kh-bg-page);color:var(--kh-text-primary);-webkit-font-smoothing:antialiased}#app{display:flex;flex-direction:column;min-height:100vh}.kh-header{position:sticky;top:0;left:0;right:0;height:var(--kh-header-h);background:var(--kh-header-surface);border-bottom:1px solid var(--kh-header-border);z-index:9000;flex-shrink:0}.kh-inner{width:100%;height:100%;padding:0 var(--kh-outer-padding);display:flex;align-items:center}.kh-logo{display:flex;align-items:center;text-decoration:none;cursor:pointer;flex-shrink:0;margin-right:36px}.kh-logo-img{display:block;height:24px;width:auto;max-width:160px;object-fit:contain}.kh-divider-logo{width:1px;height:20px;background:var(--kh-header-border);flex-shrink:0;margin-right:24px}.kh-nav{display:flex;align-items:center;gap:2px;flex:1;min-width:0}.kh-nav-link{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;border:1px solid transparent;background:transparent;font-family:DM Sans,system-ui,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:.13px;color:var(--kh-text-secondary);text-decoration:none;white-space:nowrap;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.kh-nav-link svg{width:14px;height:14px;flex-shrink:0;opacity:.6;transition:opacity .15s ease}.kh-nav-link:hover{background:var(--kh-header-nav-hover);color:var(--kh-brand-navy)}.kh-nav-link.kh-active{background:var(--kh-header-nav-active);border-color:var(--kh-header-nav-active-border);color:var(--kh-brand-navy);font-weight:500}.kh-nav-link.kh-active svg{opacity:1}.kh-nav-sep{width:1px;height:16px;background:var(--kh-border-divider);flex-shrink:0;margin:0 6px}.kh-right{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:auto}.kh-email{font-family:DM Sans,system-ui,sans-serif;font-size:12px;font-weight:400;letter-spacing:.24px;color:var(--kh-text-muted);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kh-role-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:4px;background:var(--kh-bg-badge);border:1px solid var(--kh-border-badge);font-family:DM Mono,ui-monospace,monospace;font-size:11px;font-weight:500;letter-spacing:.55px;text-transform:uppercase;color:var(--kh-accent-dark);white-space:nowrap}.kh-role-badge:empty{display:none}.kh-workspace-switcher{position:relative;display:inline-flex;align-items:center;min-width:0}.kh-workspace-btn{display:inline-grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:10px 14px;align-items:center;column-gap:8px;width:clamp(118px,14vw,164px);min-width:0;height:36px;padding:5px 10px 5px 12px;border:1px solid rgba(13,31,45,.12);border-radius:999px;background:linear-gradient(180deg,#ffffffdb,#f7fafcb8);color:var(--kh-text-main);font-family:DM Sans,system-ui,sans-serif;box-shadow:0 8px 22px #0c1c2b14,inset 0 1px #ffffffd9;cursor:pointer;outline:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.kh-workspace-btn:hover:not(:disabled),.kh-workspace-btn[aria-expanded=true]{border-color:#246bfd42;box-shadow:0 10px 26px #246bfd1f,inset 0 1px #ffffffe6}.kh-workspace-btn:focus-visible{box-shadow:0 0 0 3px #246bfd2e,0 10px 26px #246bfd1f}.kh-workspace-btn:disabled{cursor:default;opacity:.72}.kh-workspace-kicker{grid-column:1;grid-row:1;min-width:0;overflow:hidden;color:var(--kh-text-muted);font-size:9px;font-weight:700;letter-spacing:.8px;line-height:10px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.kh-workspace-current{grid-column:1;grid-row:2;min-width:0;overflow:hidden;font-size:12px;font-weight:650;letter-spacing:.02em;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.kh-workspace-caret{grid-column:2;grid-row:1 / span 2;color:var(--kh-text-muted);font-size:14px;line-height:1}.kh-workspace-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:1000;width:min(260px,calc(100vw - 28px));padding:8px;display:flex;flex-direction:column;gap:6px;border:1px solid rgba(13,31,45,.1);border-radius:18px;background:#ffffffeb;box-shadow:0 22px 55px #0c1c2b2e,inset 0 1px #fffc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.kh-workspace-popover[hidden]{display:none}.kh-workspace-option{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:100%;min-height:54px;padding:11px 13px;border:0;border-radius:12px;background:transparent;color:var(--kh-text-main);cursor:pointer;font-family:DM Sans,system-ui,sans-serif;text-align:left}.kh-workspace-option:hover,.kh-workspace-option[aria-checked=true]{background:#246bfd14}.kh-workspace-option[aria-checked=true]:after{content:"✓";align-self:center;color:var(--kh-accent-dark);font-size:13px;font-weight:800}.kh-workspace-option-main,.kh-workspace-option-meta{grid-column:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kh-workspace-option-main{font-size:13px;font-weight:700;line-height:1.25}.kh-workspace-option-meta{margin-top:4px;color:var(--kh-text-muted);font-size:11px;line-height:1.25}.kh-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--kh-accent-avatar-start),var(--kh-accent-avatar-end));display:flex;align-items:center;justify-content:center;flex-shrink:0}.kh-avatar-text{font-family:DM Sans,system-ui,sans-serif;font-weight:600;font-size:11px;letter-spacing:.3px;color:var(--kh-text-white);line-height:1}.kh-header,.kh-inner{overflow:visible}.kh-profile-wrap{position:relative;flex-shrink:0}button.kh-avatar-btn{border:none;padding:0;margin:0;cursor:pointer;font:inherit;vertical-align:middle}button.kh-avatar-btn:focus-visible{outline:2px solid var(--kh-accent-primary);outline-offset:2px}.kh-profile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9040;background:transparent}.kh-profile-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:9140;width:min(340px,calc(100vw - 32px));max-height:min(80vh,560px);overflow-y:auto;overflow-x:hidden;padding:16px;background:#ffffffc7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(232,232,237,.65);border-radius:12px;box-shadow:0 12px 40px #1111111f;scrollbar-width:thin;scrollbar-color:rgba(108,94,246,.45) rgba(108,94,246,.06)}.kh-profile-popover::-webkit-scrollbar{width:7px}.kh-profile-popover::-webkit-scrollbar-track{margin:10px 0;background:#6c5ef60f;border-radius:999px}.kh-profile-popover::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6c5ef68c,#6c5ef659);border-radius:999px;border:2px solid rgba(255,255,255,.35);background-clip:padding-box}.kh-profile-popover::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#6c5ef6bf,#6c5ef680);background-clip:padding-box}.kh-profile-popover-head{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--kh-border-divider)}.kh-profile-popover-name{font-size:15px;font-weight:600;color:var(--kh-text-primary);line-height:1.3}.kh-profile-popover-email{margin-top:4px;font-size:12px;color:var(--kh-text-muted);word-break:break-all}.kh-profile-popover-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.kh-profile-meta-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:12px}.kh-profile-meta-label{color:var(--kh-text-muted);flex-shrink:0}.kh-profile-meta-value{color:var(--kh-text-primary);text-align:right;min-width:0}.kh-profile-mono{font-family:DM Mono,ui-monospace,monospace;font-size:11px}.kh-profile-tid-row{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0;flex:1}.kh-profile-tid-copy{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:26px;height:26px;padding:0;border:1px solid var(--kh-border-default);border-radius:6px;background:#fff9;color:var(--kh-text-secondary);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.kh-profile-tid-copy:hover{background:var(--kh-bg-nav-hover);color:var(--kh-text-primary);border-color:var(--kh-border-nav-active)}.kh-profile-tid-copy:focus-visible{outline:2px solid var(--kh-accent-primary);outline-offset:2px}.kh-profile-tid-copy svg{width:14px;height:14px}.kh-profile-tid-copy-done{color:var(--kh-accent-dark);border-color:var(--kh-border-nav-active)}.kh-profile-meta-row .kh-profile-tid-row{flex:1;justify-content:flex-end}.kh-profile-usage{margin-bottom:12px;padding:12px;background:var(--kh-bg-page);border-radius:8px;border:1px solid var(--kh-border-divider)}.kh-profile-usage-title{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--kh-text-secondary);margin-bottom:8px}.kh-profile-usage-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.kh-profile-usage-header .kh-profile-usage-title{margin-bottom:0}.kh-profile-upgrade-pill{font-family:DM Sans,system-ui,sans-serif;font-size:11px;font-weight:600;letter-spacing:.02em;padding:4px 10px;border-radius:999px;border:1px solid var(--kh-border-default);background:transparent;color:var(--kh-accent-dark);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .12s ease}.kh-profile-upgrade-pill:hover{background:var(--kh-bg-nav-hover);border-color:var(--kh-border-nav-active)}.kh-profile-upgrade-pill.kh-profile-upgrade-pill-primary{background:linear-gradient(90deg,var(--kh-accent-avatar-end),var(--kh-accent-primary));border-color:transparent;color:#fff}.kh-profile-upgrade-pill.kh-profile-upgrade-pill-primary:hover{transform:translateY(-1px)}.kh-profile-autorecharge{margin-top:12px;padding-top:12px;border-top:1px solid var(--kh-border-default, rgba(0, 0, 0, .08))}.kh-profile-autorecharge-status{font-size:12px;color:var(--kh-text-muted, #64748b);line-height:1.45;margin-bottom:6px}.kh-profile-autorecharge-btn{margin-top:2px;font-size:12px!important;padding:6px 12px!important}.kh-profile-bar-track{height:8px;border-radius:999px;background:#11111114;overflow:hidden;margin-bottom:8px}.kh-profile-bar-fill{height:100%;width:0%;border-radius:999px;background:linear-gradient(90deg,var(--kh-accent-avatar-end),var(--kh-accent-primary));transition:width .35s ease}.kh-profile-bar-fill.kh-profile-bar-warn{background:linear-gradient(90deg,#d97706,#f59e0b)}.kh-profile-bar-fill.kh-profile-bar-danger{background:linear-gradient(90deg,#b91c1c,#ef4444)}.kh-profile-bar-fill.kh-profile-bar-unlimited{background:linear-gradient(90deg,#6c5ef659,#6c5ef68c)}.kh-profile-usage-nums{font-size:13px;font-weight:600;color:var(--kh-text-primary);line-height:1.4}.kh-profile-usage-extra{margin-top:4px;font-size:11px;color:var(--kh-text-secondary);line-height:1.35}.kh-profile-plan-note{font-size:11px;color:var(--kh-text-muted);line-height:1.45;margin-bottom:12px}.kh-profile-actions{display:flex;flex-direction:column;gap:6px}.kh-profile-action{display:block;width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--kh-border-default);background:var(--kh-bg-surface);font-family:DM Sans,system-ui,sans-serif;font-size:13px;font-weight:500;color:var(--kh-text-secondary);cursor:pointer;text-align:center;transition:background .15s ease,border-color .15s ease,color .15s ease}.kh-profile-action:hover{background:var(--kh-bg-nav-hover);color:var(--kh-text-primary)}.kh-profile-action-primary{background:var(--kh-bg-nav-active);border-color:var(--kh-border-nav-active);color:var(--kh-accent-dark)}.kh-profile-action-primary:hover{background:#e8e4ff}.kh-help-wrap{position:relative;flex-shrink:0}.kh-help-btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--kh-border-default);background:var(--kh-bg-surface);color:var(--kh-text-secondary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .15s ease,border-color .15s ease,color .15s ease}.kh-help-btn:hover{background:var(--kh-bg-nav-hover);color:var(--kh-text-primary);border-color:var(--kh-border-divider)}.kh-help-btn:focus-visible{outline:2px solid var(--kh-accent-primary);outline-offset:2px}.kh-help-btn svg{width:16px;height:16px}.kh-help-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9038;background:transparent}.kh-help-backdrop[hidden],.kh-help-popover[hidden]{display:none!important}.kh-help-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:9138;width:min(220px,calc(100vw - 32px));padding:8px;background:#ffffffb8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(232,232,237,.6);border-radius:10px;box-shadow:0 8px 32px #1111111a}.kh-help-popover:not([hidden]){display:flex;flex-direction:column;gap:2px}.kh-help-link{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;font-family:DM Sans,system-ui,sans-serif;font-size:13px;font-weight:500;color:var(--kh-text-secondary);cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease}.kh-help-link:hover{background:#6c5ef614;color:var(--kh-text-primary)}.kh-help-link:focus-visible{outline:2px solid var(--kh-accent-primary);outline-offset:0}.kh-help-link svg{width:14px;height:14px;flex-shrink:0;opacity:.75}.kh-help-link-label{flex:1}.kh-drawer-help-section{display:flex;flex-direction:column;gap:2px;padding-top:4px}.kh-drawer-help-title{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--kh-text-muted);padding:8px 12px 4px}.kh-hamburger{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--kh-border-default);border-radius:6px;background:var(--kh-bg-surface);color:var(--kh-text-primary);cursor:pointer;flex-shrink:0;transition:background .15s ease,border-color .15s ease}.kh-hamburger:hover{background:var(--kh-bg-nav-hover)}.kh-hamburger svg{width:18px;height:18px}.kh-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;background:#11111152;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .25s ease}.kh-drawer-overlay.kh-open{display:block;opacity:1}.kh-drawer{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;background:var(--kh-bg-surface);z-index:9600;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #11111114}.kh-drawer-overlay.kh-open .kh-drawer{transform:translate(0)}.kh-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--kh-border-default)}.kh-drawer-logo{display:flex;align-items:center}.kh-drawer-logo .kh-logo-img{height:21px;max-width:175px}.kh-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--kh-border-default);border-radius:6px;background:transparent;color:var(--kh-text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease}.kh-drawer-close:hover{background:#f0443814;color:#f04438}.kh-drawer-close svg{width:16px;height:16px}.kh-drawer-nav{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:2px}.kh-drawer-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;border:1px solid transparent;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:400;color:var(--kh-text-secondary);text-decoration:none;cursor:pointer;background:transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}.kh-drawer-link svg{width:16px;height:16px;flex-shrink:0;opacity:.6;transition:opacity .15s ease}.kh-drawer-link:hover{color:var(--kh-text-primary);background:var(--kh-bg-nav-hover)}.kh-drawer-link.kh-active{color:var(--kh-accent-dark);background:var(--kh-bg-nav-active);border-color:var(--kh-border-nav-active);font-weight:500}.kh-drawer-link.kh-active svg{opacity:1}.kh-drawer-sep{height:1px;background:var(--kh-border-divider);margin:6px 12px}.kh-drawer-footer{padding:16px 20px;border-top:1px solid var(--kh-border-default);display:flex;align-items:center;gap:12px}.kh-drawer-user{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.kh-drawer-email{font-size:12px;font-weight:400;color:var(--kh-text-muted);letter-spacing:.24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kh-drawer-role{display:inline-flex;align-self:flex-start;padding:2px 6px;border-radius:4px;background:var(--kh-bg-badge);border:1px solid var(--kh-border-badge);font-family:DM Mono,ui-monospace,monospace;font-size:10px;font-weight:500;letter-spacing:.55px;text-transform:uppercase;color:var(--kh-accent-dark)}.kh-drawer-role:empty{display:none}.kh-content{flex:1;display:flex;flex-direction:column;min-height:0}.kh-content iframe{flex:1;width:100%;border:0;display:block}.kh-loading{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--kh-text-muted);font-size:14px}.kh-inline-action{border:1px solid var(--kh-header-nav-active-border);border-radius:8px;background:var(--kh-header-nav-active);color:var(--kh-brand-navy);cursor:pointer;font:inherit;font-weight:600;padding:6px 12px}.kh-inline-action:hover{background:var(--kh-header-nav-hover)}.ks-agent-shell{flex:1;display:grid;grid-template-columns:220px minmax(0,1fr);min-height:0;width:100%;background:var(--kh-bg-page)}.ks-agent-sidebar{border-right:1px solid var(--kh-border-default);padding:18px 0;display:flex;flex-direction:column;gap:2px;background:#fff;overflow-y:auto}.ks-agent-tab{display:flex;align-items:center;gap:10px;padding:10px 20px;color:var(--kh-text-primary);text-decoration:none;font-size:14px;font-weight:500;border-left:3px solid transparent;transition:background .12s ease,color .12s ease,border-color .12s ease;line-height:1.2}.ks-agent-tab:hover{background:#f6f7f9;color:var(--kh-accent-dark)}.ks-agent-tab.ks-disabled,.ks-agent-tab.ks-disabled:hover{color:var(--kh-text-muted);background:transparent;cursor:not-allowed;opacity:.52}.ks-agent-tab svg{flex-shrink:0;opacity:.7}.ks-agent-tab.ks-active{background:#6c5ef614;color:var(--kh-accent-primary);border-left-color:var(--kh-accent-primary);font-weight:600}.ks-agent-tab.ks-active svg{opacity:1}.ks-agent-content{position:relative;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--kh-bg-page)}.ks-agent-content>iframe{flex:1;width:100%;border:0;display:block;background:var(--kh-bg-page)}.ks-agent-content>.kh-loading{flex:1}.ks-agent-content.ks-agent-content--data-inset{padding-left:clamp(24px,6vw,80px);padding-right:clamp(24px,6vw,80px)}@media(max-width:720px){.ks-agent-shell{grid-template-columns:56px minmax(0,1fr)}.ks-agent-tab{padding:10px 14px;justify-content:center}.ks-agent-tab-label{display:none}}.kh-btn-auth{font-family:DM Sans,system-ui,sans-serif;font-size:13px;font-weight:600;line-height:1;padding:8px 14px;border-radius:8px;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.kh-btn-auth-primary{background:var(--kh-brand-navy);color:var(--kh-text-white)}.kh-btn-auth-primary:hover{background:var(--kh-brand-navy-hover)}.kh-btn-auth-ghost{background:transparent;color:var(--kh-brand-navy);border-color:var(--kh-header-border)}.kh-btn-auth-ghost:hover{background:var(--kh-header-nav-hover);color:var(--kh-brand-navy-hover)}.kh-auth-link{font-family:DM Sans,system-ui,sans-serif;font-size:13px;font-weight:600;line-height:1;padding:0;border:0;background:transparent;color:var(--kh-brand-navy);white-space:nowrap;cursor:pointer;transition:color .15s ease,opacity .15s ease}.kh-auth-link:hover{color:var(--kh-brand-navy-hover)}.kh-auth-link:focus-visible{outline:2px solid var(--kh-brand-navy);outline-offset:4px}.kh-drawer-guest-label{font-size:12px;color:var(--kh-text-muted);margin-bottom:10px}.kh-drawer-guest-actions{display:flex;flex-direction:column;gap:8px}.kh-drawer-guest-actions .kh-btn-auth{width:100%;justify-content:center}@media(max-width:1279px){.kh-email{display:none}}@media(max-width:1023px){.kh-email,.kh-nav-label{display:none}.kh-nav-link{padding:6px 8px}}@media(max-width:767px){.kh-header{height:48px}.kh-inner{padding:0 16px}.kh-nav,.kh-divider-logo{display:none}.kh-logo{margin-right:0}.kh-logo-img{height:22px;max-width:140px}.kh-email,.kh-role-badge,.kh-help-wrap{display:none}.kh-hamburger{display:inline-flex}}.kh-login-page{flex:1;display:flex;align-items:center;justify-content:center;padding:32px 16px}.kh-login-card{width:100%;max-width:420px;background:var(--kh-bg-surface);border:1px solid var(--kh-border-default);border-radius:12px;padding:28px;box-shadow:0 4px 24px #0000000f}.kh-login-card h1{font-size:22px;font-weight:700;margin-bottom:8px}.kh-login-sub{color:var(--kh-text-secondary);font-size:14px;margin-bottom:20px}.kh-login-form label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.kh-login-form input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--kh-border-default);font-size:15px;margin-bottom:12px}.kh-login-error{color:#c62828;font-size:13px;margin-bottom:8px}.kh-login-submit{width:100%;padding:12px;border:none;border-radius:8px;background:var(--kh-accent-primary);color:#fff;font-weight:600;cursor:pointer;font-size:15px}.kh-login-submit:disabled{opacity:.6;cursor:wait}.kh-login-back{display:inline-block;margin-top:16px;font-size:14px;color:var(--kh-accent-primary)}.kh-login-sso-block{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.kh-login-sso-label{font-size:12px;font-weight:600;color:var(--kh-text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.kh-login-sso{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:10px 14px;border-radius:8px;border:1px solid var(--kh-border-default);background:#fff;color:#0f172a;font-weight:600;font-size:14px;text-decoration:none;transition:border-color .15s,box-shadow .15s,background .15s}.kh-login-sso:hover{border-color:#94a3b8;background:#f8fafc;box-shadow:0 1px 3px #0f172a0f}.kh-login-sso__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.kh-login-divider{display:flex;align-items:center;gap:10px;margin:4px 0 14px;color:var(--kh-text-secondary);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.kh-login-divider:before,.kh-login-divider:after{content:"";flex:1;height:1px;background:var(--kh-border-default)}.kh-enterprise-admin{flex:1;padding:24px var(--kh-outer-padding) 80px;max-width:860px;margin:0 auto;width:100%}.kh-ent-header{margin-bottom:20px}.kh-ent-header h1{font-size:22px;font-weight:700;margin:0 0 6px;letter-spacing:-.01em}.kh-ent-subtitle{font-size:13px;color:var(--kh-text-secondary);line-height:1.55;margin:0;max-width:620px}.kh-muted{color:var(--kh-text-secondary);font-size:14px;margin-bottom:16px}.kh-ent-form{display:flex;flex-direction:column;gap:14px}.kh-ent-card{background:var(--kh-bg-surface, #fff);border:1px solid var(--kh-border-default, #e2e8f0);border-radius:12px;padding:18px 20px 20px;box-shadow:0 1px 2px #0f172a0a}.kh-ent-card-title{font-size:14px;font-weight:700;margin:0 0 4px;letter-spacing:-.005em}.kh-ent-card-desc{font-size:12.5px;color:var(--kh-text-secondary);line-height:1.5;margin:0 0 14px}.kh-ent-field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.kh-ent-field:last-child{margin-bottom:0}.kh-ent-label{font-size:12.5px;font-weight:600;color:var(--kh-text, #0f172a)}.kh-ent-input{padding:9px 11px;border-radius:8px;border:1px solid var(--kh-border-default, #e2e8f0);font-family:inherit;font-size:13.5px;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;width:100%}.kh-ent-input:focus{outline:none;border-color:var(--kh-accent-primary, #7c3aed);box-shadow:0 0 0 3px #7c3aed1f}.kh-ent-textarea{resize:vertical;min-height:96px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px}.kh-ent-help{font-size:11.5px;color:var(--kh-text-secondary, #64748b);line-height:1.45;margin-top:2px}.kh-ent-switch{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--kh-text);cursor:pointer}.kh-ent-switch input[type=checkbox]{width:16px;height:16px;accent-color:var(--kh-accent-primary, #7c3aed)}.kh-ent-bar{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:10px;padding:14px 4px 0;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--kh-bg, #fafafa) 40%)}.kh-ent-submit{padding:10px 18px;border-radius:8px;border:none;background:var(--kh-accent-primary, #7c3aed);color:#fff;font-weight:600;font-size:13.5px;cursor:pointer;transition:background .15s}.kh-ent-submit:hover:not(:disabled){background:#6d28d9}.kh-ent-submit:disabled{opacity:.6;cursor:wait}.kh-ent-ghost{padding:10px 14px;border-radius:8px;border:1px solid var(--kh-border-default, #e2e8f0);background:#fff;color:var(--kh-text);font-weight:600;font-size:13px;cursor:pointer;transition:background .15s,border-color .15s}.kh-ent-ghost:hover{background:#f8fafc;border-color:#cbd5e1}.kh-ent-status{margin-top:16px;padding:14px 16px;border-radius:10px;border:1px solid var(--kh-border-default, #e2e8f0);background:#fff}.kh-ent-status-success{border-color:#86efac;background:#f0fdf4}.kh-ent-status-error{border-color:#fca5a5;background:#fef2f2}.kh-ent-status-title{font-size:13.5px;font-weight:700;margin-bottom:6px}.kh-ent-raw-toggle{background:transparent;border:none;color:var(--kh-accent-primary, #7c3aed);font-size:12.5px;font-weight:600;padding:0;cursor:pointer}.kh-ent-raw-toggle:hover{text-decoration:underline}.kh-ent-raw{margin:10px 0 0;padding:12px;background:#0f172a;color:#e2e8f0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;border-radius:8px;overflow:auto;max-height:320px;white-space:pre}.kh-ent-lead{--kh-cs-accent: #534ab7;--kh-cs-accent-hover: #3c3489;--kh-cs-page-bg: #f5f5f3;--kh-cs-text: #1a1a18;--kh-cs-muted: #888780;--kh-cs-soft: #b4b2a9;--kh-cs-track: #d3d1c7;--kh-cs-input-bg: #f5f5f3;flex:1;padding:3rem 1rem;max-width:560px;margin:0 auto;width:100%;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--kh-cs-text);background:var(--kh-cs-page-bg);align-self:stretch}.kh-ent-lead-header{margin-bottom:1.5rem}.kh-ent-lead-header h1{font-size:20px;font-weight:500;margin:0 0 6px;letter-spacing:normal}.kh-ent-lead-sub{font-size:14px;color:var(--kh-cs-muted);line-height:1.6;margin:0}.kh-ent-lead-progress{display:flex;gap:6px;margin-bottom:1.5rem}.kh-ent-lead-step{height:3px;border-radius:2px;flex:1}.kh-ent-lead-step-active{background:var(--kh-cs-accent)}.kh-ent-lead-step-inactive{background:var(--kh-cs-track)}.kh-ent-lead-form{display:flex;flex-direction:column;gap:0}.kh-ent-lead-card{background:#fff;border:.5px solid rgba(0,0,0,.1);border-radius:14px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:none}.kh-ent-lead-card-title{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.07em;color:var(--kh-cs-soft);margin:0 0 1.25rem}.kh-ent-lead-field{margin-bottom:1.1rem}.kh-ent-lead-field:last-child{margin-bottom:0}.kh-ent-lead-label{display:block;font-size:13px;font-weight:500;color:var(--kh-cs-text);margin-bottom:6px}.kh-ent-lead-opt{font-weight:400;color:var(--kh-cs-soft);margin-left:4px}.kh-ent-lead-hint{font-size:12px;color:var(--kh-cs-soft);margin:5px 0 0;line-height:1.45}.kh-ent-lead-char-row{display:flex;justify-content:flex-end;margin-top:5px}.kh-ent-lead-char-count{font-size:12px;color:var(--kh-cs-soft)}.kh-ent-lead-input{padding:9px 12px;border-radius:8px;border:.5px solid rgba(0,0,0,.18);font-size:14px;font-family:inherit;width:100%;box-sizing:border-box;background:var(--kh-cs-input-bg);color:var(--kh-cs-text);outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.kh-ent-lead-input::placeholder{color:var(--kh-cs-soft)}.kh-ent-lead-input:focus{border-color:var(--kh-cs-accent);box-shadow:0 0 0 3px #534ab71f;background:#fff}.kh-ent-lead-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23888780' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}.kh-ent-lead-textarea{resize:vertical;min-height:90px;line-height:1.5}.kh-ent-lead-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.kh-ent-lead-submit{display:inline-flex;align-items:center;gap:6px;padding:9px 22px;border-radius:20px;border:none;background:var(--kh-cs-accent);color:#fff;font-weight:500;font-size:14px;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s}.kh-ent-lead-submit:hover:not(:disabled){background:var(--kh-cs-accent-hover)}.kh-ent-lead-submit:active:not(:disabled){transform:scale(.97)}.kh-ent-lead-submit:disabled{opacity:.85;cursor:not-allowed}.kh-ent-lead-submit-icon{width:14px;height:14px;flex-shrink:0}.kh-ent-lead-back{padding:9px 18px;border-radius:20px;border:.5px solid rgba(0,0,0,.18);background:none;font-weight:400;font-size:14px;font-family:inherit;color:#5f5e5a;cursor:pointer;transition:background .15s}.kh-ent-lead-back:hover{background:#f1efe8}.kh-ent-lead-status{margin-top:1.25rem;padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.5}.kh-ent-lead-status-ok{background:#f0fdf4;border:1px solid #86efac;color:#166534}.kh-ent-lead-status-err{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.kh-ent-lead-status a{color:inherit;font-weight:600;text-decoration:underline}.kh-ent-ss{max-width:640px;margin:0 auto;padding:24px 16px 48px}.kh-ent-ss-header h1{font-size:1.5rem;font-weight:700;margin:0 0 8px}.kh-ent-ss-sub{color:var(--kh-text-muted, #64748b);font-size:14px;line-height:1.55;margin:0 0 24px}.kh-ent-ss-card{background:var(--kh-bg-surface, #fff);border:1px solid var(--kh-border, #e2e8f0);border-radius:12px;padding:20px}.kh-ent-ss-card-title{font-size:1.1rem;margin:0 0 12px}.kh-ent-ss-body{font-size:14px;line-height:1.55;color:var(--kh-text, #0f172a)}.kh-ent-ss-muted{color:var(--kh-text-muted, #64748b);font-size:13px;margin-top:8px}.kh-ent-ss-code{display:block;margin-top:8px;padding:10px 12px;background:#f1f5f9;border-radius:8px;font-size:13px;word-break:break-all}.kh-ent-ss-detail{margin-top:12px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:12px;white-space:pre-wrap;max-height:200px;overflow:auto}.kh-ent-ss-actions{margin-top:20px;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.kh-ent-ss-btn{padding:10px 16px;border-radius:8px;border:none;background:#7c3aed;color:#fff;font-size:14px;cursor:pointer}.kh-ent-ss-btn:hover{background:#6d28d9}.kh-ent-ss-btn:disabled{opacity:.55;cursor:not-allowed}.kh-ent-ss-btn-secondary{background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0}.kh-ent-ss-btn-secondary:hover{background:#e2e8f0}.kh-paywall-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:20000;display:flex;align-items:center;justify-content:center;padding:16px}.kh-paywall-modal{background:var(--kh-bg-surface);border-radius:12px;padding:24px;max-width:420px;box-shadow:0 8px 40px #00000026}.kh-paywall-modal h2{font-size:18px;margin-bottom:10px}.kh-paywall-actions{display:flex;gap:10px;margin-top:16px}.kh-paywall-primary{padding:10px 16px;border:none;border-radius:8px;background:var(--kh-accent-primary);color:#fff;font-weight:600;cursor:pointer}.kh-paywall-secondary{padding:10px 16px;border-radius:8px;border:1px solid var(--kh-border-default);background:transparent;cursor:pointer}.kh-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);max-width:420px;padding:12px 16px;border-radius:8px;font-size:13px;z-index:15000;box-shadow:0 4px 20px #0000001f}.kh-toast-warn{background:#fff8e1;border:1px solid #ffe082;color:#5d4037}.kh-gateway-toast-stack{position:fixed;top:72px;right:16px;z-index:16000;display:flex;flex-direction:column;gap:10px;max-width:min(380px,calc(100vw - 32px));pointer-events:none}.kh-gateway-toast-stack .kh-gateway-toast-item{pointer-events:auto}.kh-gateway-toast-item{padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.45;box-shadow:0 6px 24px #00000024;animation:kh-gateway-toast-in .28s ease-out}@keyframes kh-gateway-toast-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.kh-gateway-toast-item--info{background:#eff6ff;border:1px solid #93c5fd;color:#1e3a5f}.kh-gateway-toast-item--warn{background:#fffbeb;border:1px solid #fcd34d;color:#78350f}.kh-gateway-toast-inner{display:flex;flex-direction:column;gap:8px}.kh-gateway-toast-msg{margin:0}.kh-gateway-toast-badge{display:inline-block;align-self:flex-start;font-size:11px;font-family:ui-monospace,monospace;padding:2px 8px;border-radius:6px;background:#0000000f}.kh-gateway-toast-dismiss{align-self:flex-end;margin-top:4px;padding:6px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:#fff;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}.kh-gateway-toast-dismiss:hover{background:#f8fafc}.kh-install-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:8px;border:1px solid var(--kh-brand-navy);background:var(--kh-brand-navy);color:var(--kh-text-white);font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background .15s,transform .12s,box-shadow .15s,opacity .15s;white-space:nowrap;box-shadow:0 1px 2px #2a2e8340}.kh-install-btn-icon{width:14px;height:14px;object-fit:contain;flex-shrink:0}.kh-install-btn:hover{background:var(--kh-brand-navy-hover);border-color:var(--kh-brand-navy-hover)}.kh-install-btn:active{transform:translateY(1px);box-shadow:none}.kh-install-btn:disabled{opacity:.6;cursor:progress}.kh-install-btn[hidden]{display:none}@media(max-width:900px){.kh-install-btn-label{display:none}.kh-install-btn{padding:0 9px}}@media(max-width:640px){.kh-install-btn{display:none}}
