:root{--kh-bg-surface: #FFFFFF;--kh-bg-page: #F7F7FA;--kh-bg-nav-active: #F0EEFF;--kh-bg-nav-hover: #F4F4F7;--kh-bg-badge: #F0EEFF;--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}*,*: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-bg-surface);border-bottom:1px solid var(--kh-border-default);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:28px;width:auto;max-width:180px;object-fit:contain}.kh-divider-logo{width:1px;height:20px;background:var(--kh-border-divider);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-bg-nav-hover);color:var(--kh-text-primary)}.kh-nav-link.kh-active{background:var(--kh-bg-nav-active);border-color:var(--kh-border-nav-active);color:var(--kh-accent-dark);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-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;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}.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-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:24px;max-width:200px}.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;color:var(--kh-text-muted);font-size:14px}.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-accent-primary);color:var(--kh-text-white)}.kh-btn-auth-primary:hover{background:var(--kh-accent-dark)}.kh-btn-auth-ghost{background:transparent;color:var(--kh-text-secondary);border-color:var(--kh-border-default)}.kh-btn-auth-ghost:hover{background:var(--kh-bg-nav-hover);color:var(--kh-text-primary)}.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:26px;max-width:160px}.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-enterprise-admin{flex:1;padding:24px var(--kh-outer-padding);max-width:720px}.kh-enterprise-admin h1{font-size:22px;margin-bottom:8px}.kh-muted{color:var(--kh-text-secondary);font-size:14px;margin-bottom:16px}.kh-enterprise-form .kh-field-row{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.kh-enterprise-form label{font-size:13px;font-weight:600}.kh-enterprise-form input,.kh-enterprise-form textarea{padding:8px 10px;border-radius:8px;border:1px solid var(--kh-border-default);font-family:inherit;font-size:14px}.kh-enterprise-form button[type=submit]{margin-top:12px;padding:10px 16px;border-radius:8px;border:none;background:var(--kh-accent-primary);color:#fff;font-weight:600;cursor:pointer}.kh-enterprise-out{margin-top:16px;padding:12px;background:#f4f4f7;border-radius:8px;font-size:12px;overflow:auto;max-height:320px}.kh-pricing-stripe-bar{position:sticky;bottom:0;left:0;right:0;display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;background:var(--kh-bg-surface);border-top:1px solid var(--kh-border-default);z-index:50}.kh-pricing-stripe-title{font-size:13px;font-weight:600;margin-right:8px}.kh-pricing-stripe-btn{padding:8px 14px;border-radius:8px;border:1px solid var(--kh-border-default);background:var(--kh-bg-surface);cursor:pointer;font-size:13px;font-weight:600}.kh-pricing-stripe-btn:hover{border-color:var(--kh-accent-primary);color:var(--kh-accent-primary)}.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}
