*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%;width:100%;overflow-x:hidden;overscroll-behavior-x:contain}body{background:var(--bg);color:var(--fg-1);font-family:var(--font-sans);font-size:var(--t-base);line-height:var(--lh-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-hover)}button{font:inherit}code,.mono,.ticket-id{font-family:var(--font-mono);font-feature-settings:"zero","ss01"}.app-shell{min-height:100dvh;display:flex;flex-direction:column;min-width:0;max-width:100vw;overflow-x:clip}.app-shell>main{min-width:0}.app-shell main,.app-shell main *{overflow-wrap:anywhere;word-break:break-word}.app-shell img,.app-shell video,.app-shell iframe{max-width:100%;height:auto}.app-shell:has(>.app-nav){padding-bottom:calc(96px + env(safe-area-inset-bottom,0))}.app-nav{position:fixed;left:0;right:0;bottom:0;height:calc(64px + env(safe-area-inset-bottom,0));padding-bottom:env(safe-area-inset-bottom,0);background:var(--bg-blur);backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;z-index:10}.kc-reply-bar{position:fixed;left:14px;right:14px;bottom:calc(var(--kbd-inset, 0px) + 88px + env(safe-area-inset-bottom,0));z-index:25;transition:bottom .18s ease-out}html[data-keyboard=open] .app-nav{display:none}html[data-keyboard=open] .kc-reply-bar{bottom:calc(var(--kbd-inset, 0px) + 12px)}html[data-keyboard=open] .app-shell:has(>.app-nav){padding-bottom:0}@media(min-width:768px){body{background:var(--bg-subtle)}.app-shell{max-width:480px;margin:24px auto;min-height:calc(100dvh - 48px);background:var(--bg);box-shadow:0 0 0 1px var(--line),0 32px 60px -20px #0f11152e}.app-nav{left:50%;right:auto;bottom:24px;transform:translate(-50%);width:100%;max-width:480px}.kc-reply-bar{left:50%;right:auto;bottom:calc(var(--kbd-inset, 0px) + 102px + env(safe-area-inset-bottom,0));transform:translate(-50%);width:calc(100% - 28px);max-width:452px}}@keyframes kc-pulse{0%,to{transform:scale(1);box-shadow:0 8px 18px -6px #6366e68c}50%{transform:scale(1.04);box-shadow:0 12px 24px -6px #6366e6bf}}@keyframes kc-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.08);opacity:1}to{transform:scale(1);opacity:1}}@keyframes kc-wiggle{0%{transform:rotate(0)}25%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}75%{transform:rotate(-2deg)}to{transform:rotate(0)}}@keyframes kc-slide-in-right{0%{transform:translate(28px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes kc-slide-in-left{0%{transform:translate(-28px);opacity:0}to{transform:translate(0);opacity:1}}.kc-pop{animation:kc-pop .7s cubic-bezier(.34,1.56,.64,1) both}.kc-pulse{animation:kc-pulse 2.6s ease-in-out infinite}.kc-slide-right{animation:kc-slide-in-right .32s var(--ease-spring) both}.kc-slide-left{animation:kc-slide-in-left .32s var(--ease-spring) both}*:focus{outline:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[role=button]:focus-visible{outline:3px solid var(--brand-iris-200);outline-offset:2px}@media(prefers-reduced-motion:reduce){.kc-pop,.kc-pulse,.kc-slide-right,.kc-slide-left{animation:none!important}}.rich-editor{border:1px solid var(--line);background:var(--bg-elev-1);display:flex;flex-direction:column}.rich-tb{display:flex;align-items:center;flex-wrap:wrap;gap:2px;padding:6px 8px;border-bottom:1px solid var(--line);background:var(--bg-subtle)}.rich-tb-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid transparent;color:var(--fg-2);font-family:var(--font-sans);font-size:13px;font-weight:600;letter-spacing:-.005em;padding:4px 8px;min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--dur-1) var(--ease-out)}.rich-tb-btn:hover{background:var(--bg-elev-1);color:var(--fg-1)}.rich-tb-btn-active{background:var(--brand-soft);color:var(--brand);border-color:var(--brand-soft)}.rich-tb-sep{width:1px;height:18px;background:var(--line);margin:0 4px}.rich-editor-surface{padding:10px 14px;font-family:var(--font-sans);font-size:14px;line-height:1.55;color:var(--fg-1);outline:none}.rich-editor-surface:focus{outline:none}.rich-editor-surface p{margin:0 0 10px}.rich-editor-surface p:last-child{margin-bottom:0}.rich-editor-surface h1,.rich-editor-surface h2,.rich-editor-surface h3{font-weight:700;letter-spacing:-.01em;margin:16px 0 6px;line-height:1.25}.rich-editor-surface h1{font-size:22px}.rich-editor-surface h2{font-size:18px}.rich-editor-surface h3{font-size:15.5px}.rich-editor-surface ul,.rich-editor-surface ol{margin:6px 0 10px 22px;padding:0}.rich-editor-surface li>p{margin:0}.rich-editor-surface blockquote{margin:8px 0;padding:4px 12px;border-left:3px solid var(--brand-iris-300);color:var(--fg-2);background:var(--brand-soft)}.rich-editor-surface code{font-family:var(--font-mono);font-size:.92em;padding:1px 5px;background:var(--bg-hover);color:var(--fg-1)}.rich-editor-surface pre{margin:8px 0;padding:10px 12px;background:var(--bg-subtle);border:1px solid var(--line);font-family:var(--font-mono);font-size:12.5px;overflow-x:auto}.rich-editor-surface pre code{background:transparent;padding:0}.rich-editor-surface a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.rich-editor-surface img{max-width:100%;height:auto;display:block;margin:6px 0}.rich-editor-surface p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--fg-4);pointer-events:none;height:0}.rich-html{font-family:var(--font-sans);font-size:14px;line-height:1.55;color:var(--fg-1);word-wrap:break-word;overflow-wrap:anywhere}.rich-html p{margin:0 0 10px}.rich-html p:last-child{margin-bottom:0}.rich-html h1,.rich-html h2,.rich-html h3,.rich-html h4{font-weight:700;letter-spacing:-.01em;margin:14px 0 4px;line-height:1.25}.rich-html h1{font-size:22px}.rich-html h2{font-size:18px}.rich-html h3{font-size:15.5px}.rich-html h4{font-size:14px}.rich-html ul,.rich-html ol{margin:6px 0 10px 22px;padding:0}.rich-html li>p{margin:0}.rich-html blockquote{margin:8px 0;padding:4px 12px;border-left:3px solid var(--brand-iris-300);color:var(--fg-2);background:var(--brand-soft)}.rich-html code{font-family:var(--font-mono);font-size:.92em;padding:1px 5px;background:var(--bg-hover);color:var(--fg-1)}.rich-html pre{margin:8px 0;padding:10px 12px;background:var(--bg-subtle);border:1px solid var(--line);font-family:var(--font-mono);font-size:12.5px;overflow-x:auto}.rich-html pre code{background:transparent;padding:0}.rich-html a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.rich-html img{max-width:100%;height:auto;display:block;margin:6px 0}.rich-html hr{border:0;border-top:1px solid var(--line);margin:16px 0}.rich-html table{border-collapse:collapse;margin:8px 0}.rich-html th,.rich-html td{border:1px solid var(--line);padding:6px 10px;font-size:13px}.rich-html th{background:var(--bg-subtle);font-weight:600;color:var(--fg-1)}.help-window{height:100vh;display:grid;grid-template-columns:260px 1fr;background:var(--bg);font-family:var(--font-sans);color:var(--fg-1)}@media(max-width:700px){.help-window{grid-template-columns:1fr}.help-window>.help-sidebar{display:none}}.help-sidebar{border-right:1px solid var(--line);background:var(--bg-subtle);overflow:auto;display:flex;flex-direction:column;min-height:0}.help-sidebar-head{padding:16px 16px 10px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--bg-subtle);z-index:1}.help-sidebar-head h1{margin:0;font-size:17px;font-weight:700;letter-spacing:-.01em;color:var(--fg-1)}.help-sidebar-head .help-search{margin-top:10px;width:100%;border:1px solid var(--line);background:var(--bg-elev-1);padding:7px 10px;font-size:13px;font-family:var(--font-sans);color:var(--fg-1);outline:none}.help-sidebar-head .help-search:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-iris-200)}.help-toc{padding:10px 0 24px}.help-toc-section{padding:12px 16px 4px;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-4)}.help-toc-link{display:block;padding:6px 16px;font-size:13px;color:var(--fg-2);text-decoration:none;border-left:2px solid transparent;cursor:pointer;background:transparent;width:100%;text-align:left;border-top:0;border-right:0;border-bottom:0;font-family:var(--font-sans)}.help-toc-link:hover{background:var(--bg-elev-1);color:var(--fg-1)}.help-toc-link.is-active{background:var(--brand-soft);color:var(--brand);border-left-color:var(--brand);font-weight:600}.help-main{overflow:auto;padding:28px clamp(20px,5vw,56px) 48px}.help-breadcrumb{font-size:12px;color:var(--fg-3);margin-bottom:8px;letter-spacing:.02em;text-transform:uppercase}.help-title{margin:0 0 6px;font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--fg-1)}.help-summary{font-size:14.5px;color:var(--fg-3);margin:0 0 20px}.help-body{max-width:740px}.help-related{margin-top:36px;padding-top:18px;border-top:1px solid var(--line)}.help-related-title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);margin-bottom:8px}.help-related ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.help-related a{font-size:13.5px;color:var(--brand);text-decoration:none}.help-related a:hover{text-decoration:underline}.help-empty{padding:64px 24px;text-align:center;color:var(--fg-3)}.help-empty h2{margin:0 0 8px;font-size:17px;color:var(--fg-1)}.help-callout{margin:14px 0;padding:12px 14px;border-left:3px solid var(--brand-iris-400);background:var(--brand-soft);color:var(--fg-1);font-size:13.5px}.help-callout.warn{border-left-color:var(--warning);background:var(--warning-bg);color:var(--warning-fg)}[data-theme=dark] .help-callout.warn{background:#f59e0b1f;color:var(--accent-amber-400)}
