@miketromba/issy-app 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/app.js CHANGED
@@ -301,4 +301,4 @@ ${this.parser.parse(r)}</blockquote>
301
301
  ${r}</tr>
302
302
  `}tablecell(r){let i=this.parser.parseInline(r.tokens),s=r.header?"th":"td";return(r.align?`<${s} align="${r.align}">`:`<${s}>`)+i+`</${s}>
303
303
  `}strong({tokens:r}){return`<strong>${this.parser.parseInline(r)}</strong>`}em({tokens:r}){return`<em>${this.parser.parseInline(r)}</em>`}codespan({text:r}){return`<code>${Sa(r,!0)}</code>`}br(r){return"<br>"}del({tokens:r}){return`<del>${this.parser.parseInline(r)}</del>`}link({href:r,title:i,tokens:s}){let c=this.parser.parseInline(s),g=f4(r);if(g===null)return c;r=g;let p='<a href="'+r+'"';return i&&(p+=' title="'+Sa(i)+'"'),p+=">"+c+"</a>",p}image({href:r,title:i,text:s,tokens:c}){c&&(s=this.parser.parseInline(c,this.parser.textRenderer));let g=f4(r);if(g===null)return Sa(s);r=g;let p=`<img src="${r}" alt="${s}"`;return i&&(p+=` title="${Sa(i)}"`),p+=">",p}text(r){return"tokens"in r&&r.tokens?this.parser.parseInline(r.tokens):("escaped"in r)&&r.escaped?r.text:Sa(r.text)}},Pf=class{strong({text:r}){return r}em({text:r}){return r}codespan({text:r}){return r}del({text:r}){return r}html({text:r}){return r}text({text:r}){return r}link({text:r}){return""+r}image({text:r}){return""+r}br(){return""}checkbox({raw:r}){return r}},Qr=class r{options;renderer;textRenderer;constructor(i){this.options=i||Yn,this.options.renderer=this.options.renderer||new gs,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new Pf}static parse(i,s){return new r(s).parse(i)}static parseInline(i,s){return new r(s).parseInline(i)}parse(i){let s="";for(let c=0;c<i.length;c++){let g=i[c];if(this.options.extensions?.renderers?.[g.type]){let l=g,m=this.options.extensions.renderers[l.type].call({parser:this},l);if(m!==!1||!["space","hr","heading","code","table","blockquote","list","html","def","paragraph","text"].includes(l.type)){s+=m||"";continue}}let p=g;switch(p.type){case"space":{s+=this.renderer.space(p);break}case"hr":{s+=this.renderer.hr(p);break}case"heading":{s+=this.renderer.heading(p);break}case"code":{s+=this.renderer.code(p);break}case"table":{s+=this.renderer.table(p);break}case"blockquote":{s+=this.renderer.blockquote(p);break}case"list":{s+=this.renderer.list(p);break}case"checkbox":{s+=this.renderer.checkbox(p);break}case"html":{s+=this.renderer.html(p);break}case"def":{s+=this.renderer.def(p);break}case"paragraph":{s+=this.renderer.paragraph(p);break}case"text":{s+=this.renderer.text(p);break}default:{let l='Token with "'+p.type+'" type was not found.';if(this.options.silent)return console.error(l),"";throw Error(l)}}}return s}parseInline(i,s=this.renderer){let c="";for(let g=0;g<i.length;g++){let p=i[g];if(this.options.extensions?.renderers?.[p.type]){let m=this.options.extensions.renderers[p.type].call({parser:this},p);if(m!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(p.type)){c+=m||"";continue}}let l=p;switch(l.type){case"escape":{c+=s.text(l);break}case"html":{c+=s.html(l);break}case"link":{c+=s.link(l);break}case"image":{c+=s.image(l);break}case"checkbox":{c+=s.checkbox(l);break}case"strong":{c+=s.strong(l);break}case"em":{c+=s.em(l);break}case"codespan":{c+=s.codespan(l);break}case"br":{c+=s.br(l);break}case"del":{c+=s.del(l);break}case"text":{c+=s.text(l);break}default:{let m='Token with "'+l.type+'" type was not found.';if(this.options.silent)return console.error(m),"";throw Error(m)}}}return c}},gg=class{options;block;constructor(r){this.options=r||Yn}static passThroughHooks=new Set(["preprocess","postprocess","processAllTokens","emStrongMask"]);static passThroughHooksRespectAsync=new Set(["preprocess","postprocess","processAllTokens"]);preprocess(r){return r}postprocess(r){return r}processAllTokens(r){return r}emStrongMask(r){return r}provideLexer(){return this.block?Jr.lex:Jr.lexInline}provideParser(){return this.block?Qr.parse:Qr.parseInline}},HX=class{defaults=Mf();options=this.setOptions;parse=this.parseMarkdown(!0);parseInline=this.parseMarkdown(!1);Parser=Qr;Renderer=gs;TextRenderer=Pf;Lexer=Jr;Tokenizer=ll;Hooks=gg;constructor(...r){this.use(...r)}walkTokens(r,i){let s=[];for(let c of r)switch(s=s.concat(i.call(this,c)),c.type){case"table":{let g=c;for(let p of g.header)s=s.concat(this.walkTokens(p.tokens,i));for(let p of g.rows)for(let l of p)s=s.concat(this.walkTokens(l.tokens,i));break}case"list":{let g=c;s=s.concat(this.walkTokens(g.items,i));break}default:{let g=c;this.defaults.extensions?.childTokens?.[g.type]?this.defaults.extensions.childTokens[g.type].forEach((p)=>{let l=g[p].flat(1/0);s=s.concat(this.walkTokens(l,i))}):g.tokens&&(s=s.concat(this.walkTokens(g.tokens,i)))}}return s}use(...r){let i=this.defaults.extensions||{renderers:{},childTokens:{}};return r.forEach((s)=>{let c={...s};if(c.async=this.defaults.async||c.async||!1,s.extensions&&(s.extensions.forEach((g)=>{if(!g.name)throw Error("extension name required");if("renderer"in g){let p=i.renderers[g.name];p?i.renderers[g.name]=function(...l){let m=g.renderer.apply(this,l);return m===!1&&(m=p.apply(this,l)),m}:i.renderers[g.name]=g.renderer}if("tokenizer"in g){if(!g.level||g.level!=="block"&&g.level!=="inline")throw Error("extension level must be 'block' or 'inline'");let p=i[g.level];p?p.unshift(g.tokenizer):i[g.level]=[g.tokenizer],g.start&&(g.level==="block"?i.startBlock?i.startBlock.push(g.start):i.startBlock=[g.start]:g.level==="inline"&&(i.startInline?i.startInline.push(g.start):i.startInline=[g.start]))}"childTokens"in g&&g.childTokens&&(i.childTokens[g.name]=g.childTokens)}),c.extensions=i),s.renderer){let g=this.defaults.renderer||new gs(this.defaults);for(let p in s.renderer){if(!(p in g))throw Error(`renderer '${p}' does not exist`);if(["options","parser"].includes(p))continue;let l=p,m=s.renderer[l],b=g[l];g[l]=(...y)=>{let v=m.apply(g,y);return v===!1&&(v=b.apply(g,y)),v||""}}c.renderer=g}if(s.tokenizer){let g=this.defaults.tokenizer||new ll(this.defaults);for(let p in s.tokenizer){if(!(p in g))throw Error(`tokenizer '${p}' does not exist`);if(["options","rules","lexer"].includes(p))continue;let l=p,m=s.tokenizer[l],b=g[l];g[l]=(...y)=>{let v=m.apply(g,y);return v===!1&&(v=b.apply(g,y)),v}}c.tokenizer=g}if(s.hooks){let g=this.defaults.hooks||new gg;for(let p in s.hooks){if(!(p in g))throw Error(`hook '${p}' does not exist`);if(["options","block"].includes(p))continue;let l=p,m=s.hooks[l],b=g[l];gg.passThroughHooks.has(p)?g[l]=(y)=>{if(this.defaults.async&&gg.passThroughHooksRespectAsync.has(p))return(async()=>{let x=await m.call(g,y);return b.call(g,x)})();let v=m.call(g,y);return b.call(g,v)}:g[l]=(...y)=>{if(this.defaults.async)return(async()=>{let x=await m.apply(g,y);return x===!1&&(x=await b.apply(g,y)),x})();let v=m.apply(g,y);return v===!1&&(v=b.apply(g,y)),v}}c.hooks=g}if(s.walkTokens){let g=this.defaults.walkTokens,p=s.walkTokens;c.walkTokens=function(l){let m=[];return m.push(p.call(this,l)),g&&(m=m.concat(g.call(this,l))),m}}this.defaults={...this.defaults,...c}}),this}setOptions(r){return this.defaults={...this.defaults,...r},this}lexer(r,i){return Jr.lex(r,i??this.defaults)}parser(r,i){return Qr.parse(r,i??this.defaults)}parseMarkdown(r){return(i,s)=>{let c={...s},g={...this.defaults,...c},p=this.onError(!!g.silent,!!g.async);if(this.defaults.async===!0&&c.async===!1)return p(Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof i>"u"||i===null)return p(Error("marked(): input parameter is undefined or null"));if(typeof i!="string")return p(Error("marked(): input parameter is of type "+Object.prototype.toString.call(i)+", string expected"));if(g.hooks&&(g.hooks.options=g,g.hooks.block=r),g.async)return(async()=>{let l=g.hooks?await g.hooks.preprocess(i):i,m=await(g.hooks?await g.hooks.provideLexer():r?Jr.lex:Jr.lexInline)(l,g),b=g.hooks?await g.hooks.processAllTokens(m):m;g.walkTokens&&await Promise.all(this.walkTokens(b,g.walkTokens));let y=await(g.hooks?await g.hooks.provideParser():r?Qr.parse:Qr.parseInline)(b,g);return g.hooks?await g.hooks.postprocess(y):y})().catch(p);try{g.hooks&&(i=g.hooks.preprocess(i));let l=(g.hooks?g.hooks.provideLexer():r?Jr.lex:Jr.lexInline)(i,g);g.hooks&&(l=g.hooks.processAllTokens(l)),g.walkTokens&&this.walkTokens(l,g.walkTokens);let m=(g.hooks?g.hooks.provideParser():r?Qr.parse:Qr.parseInline)(l,g);return g.hooks&&(m=g.hooks.postprocess(m)),m}catch(l){return p(l)}}}onError(r,i){return(s)=>{if(s.message+=`
304
- Please report this to https://github.com/markedjs/marked.`,r){let c="<p>An error occurred:</p><pre>"+Sa(s.message+"",!0)+"</pre>";return i?Promise.resolve(c):c}if(i)return Promise.reject(s);throw s}}},Vn=new HX;function o_(r,i){return Vn.parse(r,i)}o_.options=o_.setOptions=function(r){return Vn.setOptions(r),o_.defaults=Vn.defaults,w4(o_.defaults),o_};o_.getDefaults=Mf;o_.defaults=Yn;o_.use=function(...r){return Vn.use(...r),o_.defaults=Vn.defaults,w4(o_.defaults),o_};o_.walkTokens=function(r,i){return Vn.walkTokens(r,i)};o_.parseInline=Vn.parseInline;o_.Parser=Qr;o_.parser=Qr.parse;o_.Renderer=gs;o_.TextRenderer=Pf;o_.Lexer=Jr;o_.lexer=Jr.lex;o_.Tokenizer=ll;o_.Hooks=gg;o_.parse=o_;var{options:SK,setOptions:hK,use:jK,walkTokens:eT,parseInline:_T}=o_;var tT=Qr.parse,rT=Jr.lex;var Z4=g_(T_(),1),F4={open:"bg-green-500/15 text-green-500",closed:"bg-gray-500/15 text-gray-400"},NX={high:"bg-priority-high/15 text-red-400",medium:"bg-priority-medium/15 text-amber-400",low:"bg-priority-low/15 text-green-400"},XX={small:"bg-scope-small/15 text-cyan-400",medium:"bg-scope-medium/15 text-blue-400",large:"bg-scope-large/15 text-violet-400"},PX={bug:"bg-red-500/15 text-red-400",feature:"bg-blue-500/15 text-blue-400",enhancement:"bg-purple-500/15 text-purple-400"};function Ur({variant:r,value:i,className:s=""}){let c=i.toLowerCase(),g="";switch(r){case"status":g=F4[c]||F4.open;break;case"priority":g=NX[c]||"";break;case"scope":g=XX[c]||"";break;case"type":g=PX[c]||"bg-purple-500/15 text-purple-400";break;case"label":g="bg-surface-elevated text-text-secondary";break}return Z4.jsxDEV("span",{className:`inline-block px-2 py-0.5 rounded text-[11px] font-medium ${g} ${s}`,children:c},void 0,!1,void 0,this)}var rt=g_(T_(),1),H4=new gs;H4.code=({text:r,lang:i})=>{let s=i&&$f.getLanguage(i)?i:"plaintext",c=$f.highlight(r,{language:s}).value;return`<pre><code class="hljs language-${s}">${c}</code></pre>`};o_.setOptions({gfm:!0,breaks:!0,renderer:H4});function N4({issue:r,onBack:i}){let s=r.frontmatter.labels?.split(",").map((c)=>c.trim()).filter(Boolean)||[];return rt.jsxDEV("div",{className:"max-w-[800px] mx-auto px-4 md:px-10 py-6 md:py-8",children:[i&&rt.jsxDEV("button",{onClick:i,className:"md:hidden inline-flex items-center gap-1.5 mb-4 text-text-secondary text-sm",children:[rt.jsxDEV("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:rt.jsxDEV("path",{d:"M15 19l-7-7 7-7"},void 0,!1,void 0,this)},void 0,!1,void 0,this),"Back to issues"]},void 0,!0,void 0,this),rt.jsxDEV("div",{className:"mb-6",children:[rt.jsxDEV("div",{className:"flex items-start justify-between gap-3 mb-3",children:rt.jsxDEV("h1",{className:"text-xl md:text-2xl font-semibold text-text-primary leading-tight",children:[r.frontmatter.title||"Untitled Issue",rt.jsxDEV("span",{className:"font-normal text-text-muted ml-2",children:["#",r.id]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),rt.jsxDEV("div",{className:"flex flex-wrap items-center gap-2 text-sm",children:[r.frontmatter.priority&&rt.jsxDEV(Ur,{variant:"priority",value:r.frontmatter.priority},void 0,!1,void 0,this),r.frontmatter.scope&&rt.jsxDEV(Ur,{variant:"scope",value:r.frontmatter.scope},void 0,!1,void 0,this),r.frontmatter.status&&rt.jsxDEV(Ur,{variant:"status",value:r.frontmatter.status},void 0,!1,void 0,this),r.frontmatter.type&&rt.jsxDEV(Ur,{variant:"type",value:r.frontmatter.type},void 0,!1,void 0,this),s.map((c)=>rt.jsxDEV(Ur,{variant:"label",value:c},c,!1,void 0,this)),r.frontmatter.created&&rt.jsxDEV("span",{className:"text-xs text-text-muted",title:_g(r.frontmatter.created),children:eg(r.frontmatter.created)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),rt.jsxDEV("hr",{className:"border-0 border-t border-border my-6"},void 0,!1,void 0,this),rt.jsxDEV("div",{className:"prose prose-invert prose-sm max-w-none prose-a:text-accent prose-pre:border-0 prose-pre:shadow-none prose-code:bg-surface-elevated prose-code:px-1.5 prose-code:py-0.5 prose-code:rounded prose-code:before:content-none prose-code:after:content-none",dangerouslySetInnerHTML:{__html:o_.parse(r.content)}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var bt=g_(T_(),1);function X4({issues:r,selectedId:i,onSelect:s}){if(r.length===0)return bt.jsxDEV("div",{className:"px-5 py-6 text-text-muted text-sm",children:"No issues found"},void 0,!1,void 0,this);return bt.jsxDEV(bt.Fragment,{children:r.map((c)=>{let g=c.id===i;return bt.jsxDEV("button",{onClick:()=>s(c.id),className:`block w-full px-5 py-4 border-0 border-b border-border-subtle bg-transparent text-left cursor-pointer transition-colors hover:bg-surface ${g?"bg-surface-elevated":""}`,children:[bt.jsxDEV("div",{className:"flex items-baseline gap-2 mb-1.5",children:[bt.jsxDEV("span",{className:"text-sm font-medium text-text-primary leading-snug flex-1 min-w-0 line-clamp-2",children:c.frontmatter.title||"Untitled"},void 0,!1,void 0,this),bt.jsxDEV("span",{className:"font-mono text-xs text-text-muted shrink-0 ml-1",children:["#",c.id]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),c.content&&bt.jsxDEV("div",{className:"text-[13px] text-text-muted mb-2.5 line-clamp-1",children:c.content.replace(/^#+\s+/gm,"").replace(/\*\*([^*]+)\*\*/g,"$1").replace(/\*([^*]+)\*/g,"$1").replace(/`([^`]+)`/g,"$1").replace(/\[([^\]]+)\]\([^)]+\)/g,"$1").replace(/!\[[^\]]*\]\([^)]+\)/g,"").replace(/^[-*+]\s+/gm,"").replace(/^\d+\.\s+/gm,"").replace(/^>\s+/gm,"").replace(/```[\s\S]*?```/g,"").replace(/\n+/g," ").trim()},void 0,!1,void 0,this),bt.jsxDEV("div",{className:"flex items-center gap-2 flex-wrap",children:[c.frontmatter.priority&&bt.jsxDEV(Ur,{variant:"priority",value:c.frontmatter.priority},void 0,!1,void 0,this),c.frontmatter.scope&&bt.jsxDEV(Ur,{variant:"scope",value:c.frontmatter.scope},void 0,!1,void 0,this),c.frontmatter.status&&bt.jsxDEV(Ur,{variant:"status",value:c.frontmatter.status},void 0,!1,void 0,this),c.frontmatter.type&&bt.jsxDEV(Ur,{variant:"type",value:c.frontmatter.type},void 0,!1,void 0,this),c.frontmatter.created&&bt.jsxDEV("span",{className:"text-xs text-text-muted",title:_g(c.frontmatter.created),children:eg(c.frontmatter.created)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},c.id,!0,void 0,this)})},void 0,!1,void 0,this)}var Ke=g_(T_(),1);function P4({isOpen:r,onClose:i}){if(!r)return null;return Ke.jsxDEV("div",{className:"fixed inset-0 bg-black/70 flex items-center justify-center z-[1000] p-5",onClick:i,children:Ke.jsxDEV("div",{className:"bg-surface border border-border rounded-xl max-w-[600px] w-full max-h-[65vh] overflow-y-auto shadow-2xl custom-scrollbar",onClick:(s)=>s.stopPropagation(),children:[Ke.jsxDEV("div",{className:"flex items-center justify-between px-6 py-5 border-b border-border",children:[Ke.jsxDEV("h2",{className:"text-lg font-semibold text-text-primary",children:"Query Syntax Help"},void 0,!1,void 0,this),Ke.jsxDEV("button",{onClick:i,"aria-label":"Close",className:"w-8 h-8 flex items-center justify-center bg-transparent border-0 rounded-md text-text-muted text-2xl cursor-pointer transition-all hover:bg-surface-elevated hover:text-text-primary",children:"×"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Ke.jsxDEV("div",{className:"p-6",children:[Ke.jsxDEV("p",{className:"text-text-secondary mb-6 leading-relaxed",children:"Use qualifiers to filter issues, or type freely to search by text."},void 0,!1,void 0,this),Ke.jsxDEV("section",{className:"mb-6",children:[Ke.jsxDEV("h3",{className:"text-[13px] font-semibold text-text-muted uppercase tracking-wide mb-3",children:"Qualifiers"},void 0,!1,void 0,this),Ke.jsxDEV("div",{className:"flex flex-col gap-2",children:[Ke.jsxDEV(us,{qualifier:"is:",description:"Filter by status",values:"open, closed"},void 0,!1,void 0,this),Ke.jsxDEV(us,{qualifier:"priority:",description:"Filter by priority",values:"high, medium, low"},void 0,!1,void 0,this),Ke.jsxDEV(us,{qualifier:"scope:",description:"Filter by scope",values:"small, medium, large"},void 0,!1,void 0,this),Ke.jsxDEV(us,{qualifier:"type:",description:"Filter by issue type",values:"bug, improvement"},void 0,!1,void 0,this),Ke.jsxDEV(us,{qualifier:"label:",description:"Filter by label",values:"any label name"},void 0,!1,void 0,this),Ke.jsxDEV(us,{qualifier:"sort:",description:"Sort results",values:"created, priority, scope"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),Ke.jsxDEV("section",{className:"mb-6",children:[Ke.jsxDEV("h3",{className:"text-[13px] font-semibold text-text-muted uppercase tracking-wide mb-3",children:"Examples"},void 0,!1,void 0,this),Ke.jsxDEV("div",{className:"flex flex-col gap-2",children:[Ke.jsxDEV(lg,{code:"is:open priority:high",description:"High priority open issues"},void 0,!1,void 0,this),Ke.jsxDEV(lg,{code:"scope:small priority:high",description:"Quick wins (small scope, high priority)"},void 0,!1,void 0,this),Ke.jsxDEV(lg,{code:"type:bug dashboard",description:'Bugs mentioning "dashboard"'},void 0,!1,void 0,this),Ke.jsxDEV(lg,{code:"is:open sort:priority",description:"Open issues sorted by priority"},void 0,!1,void 0,this),Ke.jsxDEV(lg,{code:"kubernetes cluster",description:'Issues matching "kubernetes cluster"'},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),Ke.jsxDEV("section",{children:[Ke.jsxDEV("h3",{className:"text-[13px] font-semibold text-text-muted uppercase tracking-wide mb-3",children:"Tips"},void 0,!1,void 0,this),Ke.jsxDEV("ul",{className:"list-none p-0 m-0 flex flex-col gap-2",children:[Ke.jsxDEV("li",{className:"text-text-secondary text-[13px] pl-4 relative before:content-['•'] before:absolute before:left-0 before:text-text-muted",children:"Combine multiple qualifiers to narrow results"},void 0,!1,void 0,this),Ke.jsxDEV("li",{className:"text-text-secondary text-[13px] pl-4 relative before:content-['•'] before:absolute before:left-0 before:text-text-muted",children:"Free text searches titles, labels, and content"},void 0,!1,void 0,this),Ke.jsxDEV("li",{className:"text-text-secondary text-[13px] pl-4 relative before:content-['•'] before:absolute before:left-0 before:text-text-muted",children:["Use quotes for multi-word searches:"," ",Ke.jsxDEV("code",{className:"bg-surface-elevated px-1.5 py-0.5 rounded text-xs font-mono",children:'"api error"'},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Ke.jsxDEV("li",{className:"text-text-secondary text-[13px] pl-4 relative before:content-['•'] before:absolute before:left-0 before:text-text-muted",children:"Qualifiers are case-insensitive"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function us({qualifier:r,description:i,values:s}){return Ke.jsxDEV("div",{className:"flex gap-3 px-3 py-2.5 bg-surface-elevated rounded-md",children:[Ke.jsxDEV("code",{className:"font-mono text-[13px] text-accent shrink-0 min-w-[80px]",children:r},void 0,!1,void 0,this),Ke.jsxDEV("span",{className:"text-text-secondary text-[13px] flex flex-col gap-0.5",children:[i,Ke.jsxDEV("span",{className:"text-text-muted text-xs",children:s},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}function lg({code:r,description:i}){return Ke.jsxDEV("div",{className:"flex flex-col gap-1 px-3 py-2.5 bg-surface-elevated rounded-md",children:[Ke.jsxDEV("code",{className:"font-mono text-[13px] text-text-primary",children:r},void 0,!1,void 0,this),Ke.jsxDEV("span",{className:"text-text-muted text-xs",children:i},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var Y_=g_(Qn(),1),Ht=g_(T_(),1);function J4({value:r,onChange:i,onHelpClick:s,issues:c,autocompleteEnabled:g}){let[p,l]=Y_.useState(!1),[m,b]=Y_.useState(0),[y,v]=Y_.useState(r.length),x=Y_.useRef(null),q=Y_.useRef(null),A=Y_.useMemo(()=>{let W=new Set;for(let T of c){let ee=T.frontmatter.labels;if(Array.isArray(ee))for(let re of ee)W.add(re)}return Array.from(W).sort()},[c]),H=Y_.useMemo(()=>{if(!g)return[];return Ib(r,y,A)},[r,y,A,g]);Y_.useEffect(()=>{function W(T){if(q.current&&!q.current.contains(T.target))l(!1)}return document.addEventListener("mousedown",W),()=>document.removeEventListener("mousedown",W)},[]),Y_.useEffect(()=>{b(0)},[H]);let N=Y_.useCallback((W)=>{let T=r.substring(0,y),ee=r.substring(y),re=T.length;for(let pe=T.length-1;pe>=0;pe--){if(T[pe]===" "){re=pe+1;break}if(pe===0)re=0}let S=T.substring(re),fe=S.indexOf(":"),B,xe;if(fe!==-1){let pe=S.substring(0,fe+1),ve=T.substring(0,re);B=ve+pe+W.text+ee,xe=ve.length+pe.length+W.text.length}else{let pe=T.substring(0,re);B=pe+W.text+ee,xe=pe.length+W.text.length}if(!B.endsWith(":")&&!ee.startsWith(" ")&&ee.length>0)B=`${B.substring(0,xe)} ${B.substring(xe)}`;if(i(B),v(xe),!W.text.endsWith(":"))l(!1);x.current?.focus()},[r,y,i]),D=Y_.useCallback((W)=>{if(!p||H.length===0)return;switch(W.key){case"ArrowDown":W.preventDefault(),b((T)=>T<H.length-1?T+1:0);break;case"ArrowUp":W.preventDefault(),b((T)=>T>0?T-1:H.length-1);break;case"Tab":case"Enter":if(H[m])W.preventDefault(),N(H[m]);break;case"Escape":W.preventDefault(),l(!1);break}},[p,H,m,N]),V=Y_.useCallback((W)=>{let T=W.target.value,ee=W.target.selectionStart??T.length;i(T),v(ee),l(!0)},[i]),j=Y_.useCallback((W)=>{let T=W.target;v(T.selectionStart??r.length)},[r.length]),E=Y_.useCallback(()=>{if(H.length>0)l(!0)},[H.length]);return Ht.jsxDEV("div",{ref:q,className:"relative flex-1",children:[Ht.jsxDEV("div",{className:"flex items-center bg-surface border border-border rounded-lg focus-within:border-accent transition-colors",children:[Ht.jsxDEV("input",{ref:x,type:"text",placeholder:"Filter: is:open priority:high...",value:r,onChange:V,onKeyDown:D,onSelect:j,onFocus:E,className:"flex-1 px-3.5 py-2.5 bg-transparent text-text-primary text-sm placeholder:text-text-muted focus:outline-none"},void 0,!1,void 0,this),Ht.jsxDEV("button",{onClick:s,"aria-label":"Query syntax help",title:"Query syntax help",className:"w-10 h-[38px] shrink-0 flex items-center justify-center border-l border-border rounded-r-lg text-text-muted text-sm font-medium cursor-pointer transition-colors hover:bg-surface-elevated hover:text-text-primary",children:"?"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),p&&H.length>0&&Ht.jsxDEV("div",{className:"absolute top-full left-0 right-10 mt-1 bg-surface-elevated border border-border rounded-lg shadow-lg z-50 py-1 max-h-64 overflow-y-auto",children:[H.map((W,T)=>Ht.jsxDEV("button",{type:"button",onClick:()=>N(W),onMouseEnter:()=>b(T),className:`w-full px-3 py-2 text-left text-sm flex items-center justify-between gap-2 ${T===m?"bg-accent/10 text-accent":"text-text-secondary hover:bg-surface hover:text-text-primary"}`,children:[Ht.jsxDEV("span",{className:"font-mono",children:W.displayText},void 0,!1,void 0,this),W.description&&Ht.jsxDEV("span",{className:"text-xs text-text-muted",children:W.description},void 0,!1,void 0,this)]},`${W.text}-${T}`,!0,void 0,this)),Ht.jsxDEV("div",{className:"px-3 py-1.5 text-[10px] text-text-muted border-t border-border mt-1",children:[Ht.jsxDEV("kbd",{className:"px-1 py-0.5 bg-surface rounded text-[10px]",children:"↑↓"},void 0,!1,void 0,this)," ","navigate",Ht.jsxDEV("span",{className:"mx-2",children:"·"},void 0,!1,void 0,this),Ht.jsxDEV("kbd",{className:"px-1 py-0.5 bg-surface rounded text-[10px]",children:"Tab"},void 0,!1,void 0,this)," ","accept",Ht.jsxDEV("span",{className:"mx-2",children:"·"},void 0,!1,void 0,this),Ht.jsxDEV("kbd",{className:"px-1 py-0.5 bg-surface rounded text-[10px]",children:"Esc"},void 0,!1,void 0,this)," ","dismiss"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}var ft=g_(T_(),1);function Q4({isOpen:r,onClose:i,autocompleteEnabled:s,onAutocompleteChange:c}){if(!r)return null;return ft.jsxDEV("div",{className:"fixed inset-0 bg-black/70 flex items-center justify-center z-[1000] p-5",onClick:i,children:ft.jsxDEV("div",{className:"bg-surface border border-border rounded-xl max-w-[600px] w-full max-h-[65vh] overflow-y-auto shadow-2xl custom-scrollbar",onClick:(g)=>g.stopPropagation(),children:[ft.jsxDEV("div",{className:"flex items-center justify-between px-6 py-5 border-b border-border",children:[ft.jsxDEV("h2",{className:"text-lg font-semibold text-text-primary",children:"Settings"},void 0,!1,void 0,this),ft.jsxDEV("button",{onClick:i,"aria-label":"Close",className:"w-8 h-8 flex items-center justify-center bg-transparent border-0 rounded-md text-text-muted text-2xl cursor-pointer transition-all hover:bg-surface-elevated hover:text-text-primary",children:"×"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ft.jsxDEV("div",{className:"p-6",children:ft.jsxDEV("section",{children:[ft.jsxDEV("h3",{className:"text-[13px] font-semibold text-text-muted uppercase tracking-wide mb-3",children:"Search"},void 0,!1,void 0,this),ft.jsxDEV(JX,{label:"Query autocomplete",description:"Show suggestions as you type in the search box",enabled:s,onChange:c},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function JX({label:r,description:i,enabled:s,onChange:c}){return ft.jsxDEV("div",{className:"flex items-center justify-between gap-4 px-3 py-3 bg-surface-elevated rounded-md",children:[ft.jsxDEV("div",{className:"flex flex-col gap-0.5",children:[ft.jsxDEV("span",{className:"text-text-primary text-[13px] font-medium",children:r},void 0,!1,void 0,this),ft.jsxDEV("span",{className:"text-text-muted text-xs",children:i},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ft.jsxDEV("button",{onClick:()=>c(!s),className:`relative w-10 h-5 rounded-full transition-colors shrink-0 ${s?"bg-accent":"bg-border"}`,"aria-pressed":s,"aria-label":`${r}: ${s?"enabled":"disabled"}`,children:ft.jsxDEV("span",{className:`absolute top-0.5 left-0.5 w-4 h-4 rounded-full bg-white transition-all ${s?"translate-x-5":"translate-x-0"}`},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var $_=g_(T_(),1),U4="issy-state",D4="issy-settings";function QX(){try{let r=localStorage.getItem(D4);if(r)return JSON.parse(r)}catch(r){console.error("Failed to load settings from localStorage:",r)}return{autocompleteEnabled:!0}}function UX(r){try{localStorage.setItem(D4,JSON.stringify(r))}catch(i){console.error("Failed to save settings to localStorage:",i)}}function DX(){try{let r=localStorage.getItem(U4);if(r){let i=JSON.parse(r);if(i.filters&&!i.filters.query){let s=i.filters,c=[];if(s.status)c.push(`is:${s.status}`);if(s.priority)c.push(`priority:${s.priority}`);if(s.type)c.push(`type:${s.type}`);if(s.search)c.push(s.search);return{filters:{query:c.join(" ")||"is:open"},selectedIssueId:i.selectedIssueId||null}}return i}}catch(r){console.error("Failed to load state from localStorage:",r)}return{filters:{query:"is:open"},selectedIssueId:null}}function OX(r,i){try{localStorage.setItem(U4,JSON.stringify({filters:r,selectedIssueId:i}))}catch(s){console.error("Failed to save state to localStorage:",s)}}function O4(){let[r,i]=R_.useState([]),[s,c]=R_.useState(!0),[g,p]=R_.useState(null),l=DX(),[m,b]=R_.useState(l.filters),[y,v]=R_.useState(l.selectedIssueId),[x,q]=R_.useState(!1),[A,H]=R_.useState(!1),[N,D]=R_.useState(QX),V=R_.useCallback(async(ee=!1)=>{try{if(ee)c(!0);let re=await fetch("/api/issues");if(!re.ok)throw Error("Failed to fetch issues");let S=await re.json();i(S),p(null)}catch(re){p(re instanceof Error?re.message:"Unknown error")}finally{c(!1)}},[]);R_.useEffect(()=>{V(!0)},[V]),R_.useEffect(()=>{let ee=()=>{if(document.visibilityState==="visible")V()},re=()=>{V()};return document.addEventListener("visibilitychange",ee),window.addEventListener("focus",re),()=>{document.removeEventListener("visibilitychange",ee),window.removeEventListener("focus",re)}},[V]),R_.useEffect(()=>{OX(m,y)},[m,y]);let j=R_.useCallback((ee)=>{let re={...N,autocompleteEnabled:ee};D(re),UX(re)},[N]),E=R_.useCallback((ee)=>{v(ee)},[]),W=R_.useMemo(()=>{return mf(r,m.query)},[r,m.query]),T=y?r.find((ee)=>ee.id===y)||null:null;if(s)return $_.jsxDEV("div",{className:"flex justify-center items-center h-screen bg-background text-text-muted",children:"Loading issues..."},void 0,!1,void 0,this);if(g)return $_.jsxDEV("div",{className:"flex justify-center items-center h-screen text-red-400 bg-background",children:["Error: ",g]},void 0,!0,void 0,this);return $_.jsxDEV("div",{className:"flex h-screen font-sans text-sm leading-relaxed bg-background text-text-primary",children:[$_.jsxDEV("aside",{className:`w-full md:w-[382px] md:min-w-[382px] border-r border-border flex flex-col h-screen bg-background ${T?"hidden md:flex":"flex"}`,children:[$_.jsxDEV("div",{className:"p-4 border-b md:p-5 border-border",children:[$_.jsxDEV("div",{className:"flex justify-between items-center mb-4",children:$_.jsxDEV("h1",{className:"text-lg font-semibold text-text-primary",children:"issy"},void 0,!1,void 0,this)},void 0,!1,void 0,this),$_.jsxDEV(J4,{value:m.query,onChange:(ee)=>b({query:ee}),onHelpClick:()=>q(!0),issues:r,autocompleteEnabled:N.autocompleteEnabled},void 0,!1,void 0,this),$_.jsxDEV("div",{className:"mt-3",children:$_.jsxDEV(l2,{query:m.query,onQueryChange:(ee)=>b({query:ee}),issues:r},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),$_.jsxDEV("div",{className:"overflow-y-auto flex-1 custom-scrollbar",children:$_.jsxDEV(X4,{issues:W,selectedId:y,onSelect:E},void 0,!1,void 0,this)},void 0,!1,void 0,this),$_.jsxDEV("div",{className:"flex justify-between items-center px-4 py-3 text-xs border-t md:px-5 border-border text-text-muted",children:[$_.jsxDEV("span",{children:[W.length," of ",r.length," issues"]},void 0,!0,void 0,this),$_.jsxDEV("button",{onClick:()=>H(!0),"aria-label":"Settings",title:"Settings",className:"p-1 rounded transition-colors text-text-muted hover:text-text-primary hover:bg-surface-elevated",children:$_.jsxDEV("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$_.jsxDEV("path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"},void 0,!1,void 0,this),$_.jsxDEV("circle",{cx:"12",cy:"12",r:"3"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),$_.jsxDEV("main",{className:`flex-1 h-screen overflow-y-auto bg-background custom-scrollbar ${T?"block":"hidden md:block"}`,children:T?$_.jsxDEV(N4,{issue:T,onBack:()=>E(null)},void 0,!1,void 0,this):$_.jsxDEV("div",{className:"flex items-center justify-center h-full text-text-muted text-[15px]",children:"Select an issue to view details"},void 0,!1,void 0,this)},void 0,!1,void 0,this),$_.jsxDEV(P4,{isOpen:x,onClose:()=>q(!1)},void 0,!1,void 0,this),$_.jsxDEV(Q4,{isOpen:A,onClose:()=>H(!1),autocompleteEnabled:N.autocompleteEnabled,onAutocompleteChange:j},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var K4=g_(T_(),1);function B4(){let r=document.getElementById("root");if(!r)throw Error("Root element not found");W4.createRoot(r).render(K4.jsxDEV(O4,{},void 0,!1,void 0,this))}if(document.readyState==="loading")document.addEventListener("DOMContentLoaded",B4);else B4();
304
+ Please report this to https://github.com/markedjs/marked.`,r){let c="<p>An error occurred:</p><pre>"+Sa(s.message+"",!0)+"</pre>";return i?Promise.resolve(c):c}if(i)return Promise.reject(s);throw s}}},Vn=new HX;function o_(r,i){return Vn.parse(r,i)}o_.options=o_.setOptions=function(r){return Vn.setOptions(r),o_.defaults=Vn.defaults,w4(o_.defaults),o_};o_.getDefaults=Mf;o_.defaults=Yn;o_.use=function(...r){return Vn.use(...r),o_.defaults=Vn.defaults,w4(o_.defaults),o_};o_.walkTokens=function(r,i){return Vn.walkTokens(r,i)};o_.parseInline=Vn.parseInline;o_.Parser=Qr;o_.parser=Qr.parse;o_.Renderer=gs;o_.TextRenderer=Pf;o_.Lexer=Jr;o_.lexer=Jr.lex;o_.Tokenizer=ll;o_.Hooks=gg;o_.parse=o_;var{options:SK,setOptions:hK,use:jK,walkTokens:eT,parseInline:_T}=o_;var tT=Qr.parse,rT=Jr.lex;var Z4=g_(T_(),1),F4={open:"bg-green-500/15 text-green-500",closed:"bg-gray-500/15 text-gray-400"},NX={high:"bg-priority-high/15 text-red-400",medium:"bg-priority-medium/15 text-amber-400",low:"bg-priority-low/15 text-green-400"},XX={small:"bg-scope-small/15 text-cyan-400",medium:"bg-scope-medium/15 text-blue-400",large:"bg-scope-large/15 text-violet-400"},PX={bug:"bg-red-500/15 text-red-400",feature:"bg-blue-500/15 text-blue-400",enhancement:"bg-purple-500/15 text-purple-400"};function Ur({variant:r,value:i,className:s=""}){let c=i.toLowerCase(),g="";switch(r){case"status":g=F4[c]||F4.open;break;case"priority":g=NX[c]||"";break;case"scope":g=XX[c]||"";break;case"type":g=PX[c]||"bg-purple-500/15 text-purple-400";break;case"label":g="bg-surface-elevated text-text-secondary";break}return Z4.jsxDEV("span",{className:`inline-block px-2 py-0.5 rounded text-[11px] font-medium ${g} ${s}`,children:c},void 0,!1,void 0,this)}var rt=g_(T_(),1),H4=new gs;H4.code=({text:r,lang:i})=>{let s=i&&$f.getLanguage(i)?i:"plaintext",c=$f.highlight(r,{language:s}).value;return`<pre><code class="hljs language-${s}">${c}</code></pre>`};o_.setOptions({gfm:!0,breaks:!0,renderer:H4});function N4({issue:r,onBack:i}){let s=r.frontmatter.labels?.split(",").map((c)=>c.trim()).filter(Boolean)||[];return rt.jsxDEV("div",{className:"max-w-[800px] mx-auto px-4 md:px-10 py-6 md:py-8",children:[i&&rt.jsxDEV("button",{onClick:i,className:"md:hidden inline-flex items-center gap-1.5 mb-4 text-text-secondary text-sm",children:[rt.jsxDEV("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:rt.jsxDEV("path",{d:"M15 19l-7-7 7-7"},void 0,!1,void 0,this)},void 0,!1,void 0,this),"Back to issues"]},void 0,!0,void 0,this),rt.jsxDEV("div",{className:"mb-6",children:[rt.jsxDEV("div",{className:"flex items-start justify-between gap-3 mb-3",children:rt.jsxDEV("h1",{className:"text-xl md:text-2xl font-semibold text-text-primary leading-tight",children:[r.frontmatter.title||"Untitled Issue",rt.jsxDEV("span",{className:"font-normal text-text-muted ml-2",children:["#",r.id]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),rt.jsxDEV("div",{className:"flex flex-wrap items-center gap-2 text-sm",children:[r.frontmatter.priority&&rt.jsxDEV(Ur,{variant:"priority",value:r.frontmatter.priority},void 0,!1,void 0,this),r.frontmatter.scope&&rt.jsxDEV(Ur,{variant:"scope",value:r.frontmatter.scope},void 0,!1,void 0,this),r.frontmatter.status&&rt.jsxDEV(Ur,{variant:"status",value:r.frontmatter.status},void 0,!1,void 0,this),r.frontmatter.type&&rt.jsxDEV(Ur,{variant:"type",value:r.frontmatter.type},void 0,!1,void 0,this),s.map((c)=>rt.jsxDEV(Ur,{variant:"label",value:c},c,!1,void 0,this)),r.frontmatter.created&&rt.jsxDEV("span",{className:"text-xs text-text-muted",title:_g(r.frontmatter.created),children:eg(r.frontmatter.created)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),rt.jsxDEV("hr",{className:"border-0 border-t border-border my-6"},void 0,!1,void 0,this),rt.jsxDEV("div",{className:"prose prose-invert prose-sm max-w-none prose-a:text-accent prose-pre:border-0 prose-pre:shadow-none prose-code:bg-surface-elevated prose-code:px-1.5 prose-code:py-0.5 prose-code:rounded prose-code:before:content-none prose-code:after:content-none",dangerouslySetInnerHTML:{__html:o_.parse(r.content)}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var bt=g_(T_(),1);function X4({issues:r,selectedId:i,onSelect:s}){if(r.length===0)return bt.jsxDEV("div",{className:"px-5 py-6 text-text-muted text-sm",children:"No issues found"},void 0,!1,void 0,this);return bt.jsxDEV(bt.Fragment,{children:r.map((c)=>{let g=c.id===i;return bt.jsxDEV("button",{onClick:()=>s(c.id),className:`block w-full px-5 py-4 border-0 border-b border-border-subtle bg-transparent text-left cursor-pointer transition-colors hover:bg-surface ${g?"bg-surface-elevated":""}`,children:[bt.jsxDEV("div",{className:"flex items-baseline gap-2 mb-1.5",children:[bt.jsxDEV("span",{className:"text-sm font-medium text-text-primary leading-snug flex-1 min-w-0 line-clamp-2",children:c.frontmatter.title||"Untitled"},void 0,!1,void 0,this),bt.jsxDEV("span",{className:"font-mono text-xs text-text-muted shrink-0 ml-1",children:["#",c.id]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),c.content&&bt.jsxDEV("div",{className:"text-[13px] text-text-muted mb-2.5 line-clamp-1",children:c.content.replace(/^#+\s+/gm,"").replace(/\*\*([^*]+)\*\*/g,"$1").replace(/\*([^*]+)\*/g,"$1").replace(/`([^`]+)`/g,"$1").replace(/\[([^\]]+)\]\([^)]+\)/g,"$1").replace(/!\[[^\]]*\]\([^)]+\)/g,"").replace(/^[-*+]\s+/gm,"").replace(/^\d+\.\s+/gm,"").replace(/^>\s+/gm,"").replace(/```[\s\S]*?```/g,"").replace(/\n+/g," ").trim()},void 0,!1,void 0,this),bt.jsxDEV("div",{className:"flex items-center gap-2 flex-wrap",children:[c.frontmatter.priority&&bt.jsxDEV(Ur,{variant:"priority",value:c.frontmatter.priority},void 0,!1,void 0,this),c.frontmatter.scope&&bt.jsxDEV(Ur,{variant:"scope",value:c.frontmatter.scope},void 0,!1,void 0,this),c.frontmatter.status&&bt.jsxDEV(Ur,{variant:"status",value:c.frontmatter.status},void 0,!1,void 0,this),c.frontmatter.type&&bt.jsxDEV(Ur,{variant:"type",value:c.frontmatter.type},void 0,!1,void 0,this),c.frontmatter.created&&bt.jsxDEV("span",{className:"text-xs text-text-muted",title:_g(c.frontmatter.created),children:eg(c.frontmatter.created)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},c.id,!0,void 0,this)})},void 0,!1,void 0,this)}var Ke=g_(T_(),1);function P4({isOpen:r,onClose:i}){if(!r)return null;return Ke.jsxDEV("div",{className:"fixed inset-0 bg-black/70 flex items-center justify-center z-1000 p-5",onClick:i,children:Ke.jsxDEV("div",{className:"bg-surface border border-border rounded-xl max-w-[600px] w-full max-h-[65vh] overflow-y-auto shadow-2xl custom-scrollbar",onClick:(s)=>s.stopPropagation(),children:[Ke.jsxDEV("div",{className:"flex items-center justify-between px-6 py-5 border-b border-border",children:[Ke.jsxDEV("h2",{className:"text-lg font-semibold text-text-primary",children:"Query Syntax Help"},void 0,!1,void 0,this),Ke.jsxDEV("button",{onClick:i,"aria-label":"Close",className:"w-8 h-8 flex items-center justify-center bg-transparent border-0 rounded-md text-text-muted text-2xl cursor-pointer transition-all hover:bg-surface-elevated hover:text-text-primary",children:"×"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Ke.jsxDEV("div",{className:"p-6",children:[Ke.jsxDEV("p",{className:"text-text-secondary mb-6 leading-relaxed",children:"Use qualifiers to filter issues, or type freely to search by text."},void 0,!1,void 0,this),Ke.jsxDEV("section",{className:"mb-6",children:[Ke.jsxDEV("h3",{className:"text-[13px] font-semibold text-text-muted uppercase tracking-wide mb-3",children:"Qualifiers"},void 0,!1,void 0,this),Ke.jsxDEV("div",{className:"flex flex-col gap-2",children:[Ke.jsxDEV(us,{qualifier:"is:",description:"Filter by status",values:"open, closed"},void 0,!1,void 0,this),Ke.jsxDEV(us,{qualifier:"priority:",description:"Filter by priority",values:"high, medium, low"},void 0,!1,void 0,this),Ke.jsxDEV(us,{qualifier:"scope:",description:"Filter by scope",values:"small, medium, large"},void 0,!1,void 0,this),Ke.jsxDEV(us,{qualifier:"type:",description:"Filter by issue type",values:"bug, improvement"},void 0,!1,void 0,this),Ke.jsxDEV(us,{qualifier:"label:",description:"Filter by label",values:"any label name"},void 0,!1,void 0,this),Ke.jsxDEV(us,{qualifier:"sort:",description:"Sort results",values:"created, priority, scope"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),Ke.jsxDEV("section",{className:"mb-6",children:[Ke.jsxDEV("h3",{className:"text-[13px] font-semibold text-text-muted uppercase tracking-wide mb-3",children:"Examples"},void 0,!1,void 0,this),Ke.jsxDEV("div",{className:"flex flex-col gap-2",children:[Ke.jsxDEV(lg,{code:"is:open priority:high",description:"High priority open issues"},void 0,!1,void 0,this),Ke.jsxDEV(lg,{code:"scope:small priority:high",description:"Quick wins (small scope, high priority)"},void 0,!1,void 0,this),Ke.jsxDEV(lg,{code:"type:bug dashboard",description:'Bugs mentioning "dashboard"'},void 0,!1,void 0,this),Ke.jsxDEV(lg,{code:"is:open sort:priority",description:"Open issues sorted by priority"},void 0,!1,void 0,this),Ke.jsxDEV(lg,{code:"kubernetes cluster",description:'Issues matching "kubernetes cluster"'},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),Ke.jsxDEV("section",{children:[Ke.jsxDEV("h3",{className:"text-[13px] font-semibold text-text-muted uppercase tracking-wide mb-3",children:"Tips"},void 0,!1,void 0,this),Ke.jsxDEV("ul",{className:"list-none p-0 m-0 flex flex-col gap-2",children:[Ke.jsxDEV("li",{className:"text-text-secondary text-[13px] pl-4 relative before:content-['•'] before:absolute before:left-0 before:text-text-muted",children:"Combine multiple qualifiers to narrow results"},void 0,!1,void 0,this),Ke.jsxDEV("li",{className:"text-text-secondary text-[13px] pl-4 relative before:content-['•'] before:absolute before:left-0 before:text-text-muted",children:"Free text searches titles, labels, and content"},void 0,!1,void 0,this),Ke.jsxDEV("li",{className:"text-text-secondary text-[13px] pl-4 relative before:content-['•'] before:absolute before:left-0 before:text-text-muted",children:["Use quotes for multi-word searches:"," ",Ke.jsxDEV("code",{className:"bg-surface-elevated px-1.5 py-0.5 rounded text-xs font-mono",children:'"api error"'},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Ke.jsxDEV("li",{className:"text-text-secondary text-[13px] pl-4 relative before:content-['•'] before:absolute before:left-0 before:text-text-muted",children:"Qualifiers are case-insensitive"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function us({qualifier:r,description:i,values:s}){return Ke.jsxDEV("div",{className:"flex gap-3 px-3 py-2.5 bg-surface-elevated rounded-md",children:[Ke.jsxDEV("code",{className:"font-mono text-[13px] text-accent shrink-0 min-w-[80px]",children:r},void 0,!1,void 0,this),Ke.jsxDEV("span",{className:"text-text-secondary text-[13px] flex flex-col gap-0.5",children:[i,Ke.jsxDEV("span",{className:"text-text-muted text-xs",children:s},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}function lg({code:r,description:i}){return Ke.jsxDEV("div",{className:"flex flex-col gap-1 px-3 py-2.5 bg-surface-elevated rounded-md",children:[Ke.jsxDEV("code",{className:"font-mono text-[13px] text-text-primary",children:r},void 0,!1,void 0,this),Ke.jsxDEV("span",{className:"text-text-muted text-xs",children:i},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var Y_=g_(Qn(),1),Ht=g_(T_(),1);function J4({value:r,onChange:i,onHelpClick:s,issues:c,autocompleteEnabled:g}){let[p,l]=Y_.useState(!1),[m,b]=Y_.useState(0),[y,v]=Y_.useState(r.length),x=Y_.useRef(null),q=Y_.useRef(null),A=Y_.useMemo(()=>{let W=new Set;for(let T of c){let ee=T.frontmatter.labels;if(Array.isArray(ee))for(let re of ee)W.add(re)}return Array.from(W).sort()},[c]),H=Y_.useMemo(()=>{if(!g)return[];return Ib(r,y,A)},[r,y,A,g]);Y_.useEffect(()=>{function W(T){if(q.current&&!q.current.contains(T.target))l(!1)}return document.addEventListener("mousedown",W),()=>document.removeEventListener("mousedown",W)},[]),Y_.useEffect(()=>{b(0)},[H]);let N=Y_.useCallback((W)=>{let T=r.substring(0,y),ee=r.substring(y),re=T.length;for(let pe=T.length-1;pe>=0;pe--){if(T[pe]===" "){re=pe+1;break}if(pe===0)re=0}let S=T.substring(re),fe=S.indexOf(":"),B,xe;if(fe!==-1){let pe=S.substring(0,fe+1),ve=T.substring(0,re);B=ve+pe+W.text+ee,xe=ve.length+pe.length+W.text.length}else{let pe=T.substring(0,re);B=pe+W.text+ee,xe=pe.length+W.text.length}if(!B.endsWith(":")&&!ee.startsWith(" ")&&ee.length>0)B=`${B.substring(0,xe)} ${B.substring(xe)}`;if(i(B),v(xe),!W.text.endsWith(":"))l(!1);x.current?.focus()},[r,y,i]),D=Y_.useCallback((W)=>{if(!p||H.length===0)return;switch(W.key){case"ArrowDown":W.preventDefault(),b((T)=>T<H.length-1?T+1:0);break;case"ArrowUp":W.preventDefault(),b((T)=>T>0?T-1:H.length-1);break;case"Tab":case"Enter":if(H[m])W.preventDefault(),N(H[m]);break;case"Escape":W.preventDefault(),l(!1);break}},[p,H,m,N]),V=Y_.useCallback((W)=>{let T=W.target.value,ee=W.target.selectionStart??T.length;i(T),v(ee),l(!0)},[i]),j=Y_.useCallback((W)=>{let T=W.target;v(T.selectionStart??r.length)},[r.length]),E=Y_.useCallback(()=>{if(H.length>0)l(!0)},[H.length]);return Ht.jsxDEV("div",{ref:q,className:"relative flex-1",children:[Ht.jsxDEV("div",{className:"flex items-center bg-surface border border-border rounded-lg focus-within:border-accent transition-colors",children:[Ht.jsxDEV("input",{ref:x,type:"text",placeholder:"Filter: is:open priority:high...",value:r,onChange:V,onKeyDown:D,onSelect:j,onFocus:E,className:"flex-1 px-3.5 py-2.5 bg-transparent text-text-primary text-sm placeholder:text-text-muted focus:outline-none"},void 0,!1,void 0,this),Ht.jsxDEV("button",{onClick:s,"aria-label":"Query syntax help",title:"Query syntax help",className:"w-10 h-[38px] shrink-0 flex items-center justify-center border-l border-border rounded-r-lg text-text-muted text-sm font-medium cursor-pointer transition-colors hover:bg-surface-elevated hover:text-text-primary",children:"?"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),p&&H.length>0&&Ht.jsxDEV("div",{className:"absolute top-full left-0 right-10 mt-1 bg-surface-elevated border border-border rounded-lg shadow-lg z-50 py-1 max-h-64 overflow-y-auto",children:[H.map((W,T)=>Ht.jsxDEV("button",{type:"button",onClick:()=>N(W),onMouseEnter:()=>b(T),className:`w-full px-3 py-2 text-left text-sm flex items-center justify-between gap-2 ${T===m?"bg-accent/10 text-accent":"text-text-secondary hover:bg-surface hover:text-text-primary"}`,children:[Ht.jsxDEV("span",{className:"font-mono",children:W.displayText},void 0,!1,void 0,this),W.description&&Ht.jsxDEV("span",{className:"text-xs text-text-muted",children:W.description},void 0,!1,void 0,this)]},`${W.text}-${T}`,!0,void 0,this)),Ht.jsxDEV("div",{className:"px-3 py-1.5 text-[10px] text-text-muted border-t border-border mt-1",children:[Ht.jsxDEV("kbd",{className:"px-1 py-0.5 bg-surface rounded text-[10px]",children:"↑↓"},void 0,!1,void 0,this)," ","navigate",Ht.jsxDEV("span",{className:"mx-2",children:"·"},void 0,!1,void 0,this),Ht.jsxDEV("kbd",{className:"px-1 py-0.5 bg-surface rounded text-[10px]",children:"Tab"},void 0,!1,void 0,this)," ","accept",Ht.jsxDEV("span",{className:"mx-2",children:"·"},void 0,!1,void 0,this),Ht.jsxDEV("kbd",{className:"px-1 py-0.5 bg-surface rounded text-[10px]",children:"Esc"},void 0,!1,void 0,this)," ","dismiss"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}var ft=g_(T_(),1);function Q4({isOpen:r,onClose:i,autocompleteEnabled:s,onAutocompleteChange:c}){if(!r)return null;return ft.jsxDEV("div",{className:"fixed inset-0 bg-black/70 flex items-center justify-center z-[1000] p-5",onClick:i,children:ft.jsxDEV("div",{className:"bg-surface border border-border rounded-xl max-w-[600px] w-full max-h-[65vh] overflow-y-auto shadow-2xl custom-scrollbar",onClick:(g)=>g.stopPropagation(),children:[ft.jsxDEV("div",{className:"flex items-center justify-between px-6 py-5 border-b border-border",children:[ft.jsxDEV("h2",{className:"text-lg font-semibold text-text-primary",children:"Settings"},void 0,!1,void 0,this),ft.jsxDEV("button",{onClick:i,"aria-label":"Close",className:"w-8 h-8 flex items-center justify-center bg-transparent border-0 rounded-md text-text-muted text-2xl cursor-pointer transition-all hover:bg-surface-elevated hover:text-text-primary",children:"×"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ft.jsxDEV("div",{className:"p-6",children:ft.jsxDEV("section",{children:[ft.jsxDEV("h3",{className:"text-[13px] font-semibold text-text-muted uppercase tracking-wide mb-3",children:"Search"},void 0,!1,void 0,this),ft.jsxDEV(JX,{label:"Query autocomplete",description:"Show suggestions as you type in the search box",enabled:s,onChange:c},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function JX({label:r,description:i,enabled:s,onChange:c}){return ft.jsxDEV("div",{className:"flex items-center justify-between gap-4 px-3 py-3 bg-surface-elevated rounded-md",children:[ft.jsxDEV("div",{className:"flex flex-col gap-0.5",children:[ft.jsxDEV("span",{className:"text-text-primary text-[13px] font-medium",children:r},void 0,!1,void 0,this),ft.jsxDEV("span",{className:"text-text-muted text-xs",children:i},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ft.jsxDEV("button",{onClick:()=>c(!s),className:`relative w-10 h-5 rounded-full transition-colors shrink-0 ${s?"bg-accent":"bg-border"}`,"aria-pressed":s,"aria-label":`${r}: ${s?"enabled":"disabled"}`,children:ft.jsxDEV("span",{className:`absolute top-0.5 left-0.5 w-4 h-4 rounded-full bg-white transition-all ${s?"translate-x-5":"translate-x-0"}`},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var $_=g_(T_(),1),U4="issy-state",D4="issy-settings";function QX(){try{let r=localStorage.getItem(D4);if(r)return JSON.parse(r)}catch(r){console.error("Failed to load settings from localStorage:",r)}return{autocompleteEnabled:!0}}function UX(r){try{localStorage.setItem(D4,JSON.stringify(r))}catch(i){console.error("Failed to save settings to localStorage:",i)}}function DX(){try{let r=localStorage.getItem(U4);if(r){let i=JSON.parse(r);if(i.filters&&!i.filters.query){let s=i.filters,c=[];if(s.status)c.push(`is:${s.status}`);if(s.priority)c.push(`priority:${s.priority}`);if(s.type)c.push(`type:${s.type}`);if(s.search)c.push(s.search);return{filters:{query:c.join(" ")||"is:open"},selectedIssueId:i.selectedIssueId||null}}return i}}catch(r){console.error("Failed to load state from localStorage:",r)}return{filters:{query:"is:open"},selectedIssueId:null}}function OX(r,i){try{localStorage.setItem(U4,JSON.stringify({filters:r,selectedIssueId:i}))}catch(s){console.error("Failed to save state to localStorage:",s)}}function O4(){let[r,i]=R_.useState([]),[s,c]=R_.useState(!0),[g,p]=R_.useState(null),l=DX(),[m,b]=R_.useState(l.filters),[y,v]=R_.useState(l.selectedIssueId),[x,q]=R_.useState(!1),[A,H]=R_.useState(!1),[N,D]=R_.useState(QX),V=R_.useCallback(async(ee=!1)=>{try{if(ee)c(!0);let re=await fetch("/api/issues");if(!re.ok)throw Error("Failed to fetch issues");let S=await re.json();i(S),p(null)}catch(re){p(re instanceof Error?re.message:"Unknown error")}finally{c(!1)}},[]);R_.useEffect(()=>{V(!0)},[V]),R_.useEffect(()=>{let ee=()=>{if(document.visibilityState==="visible")V()},re=()=>{V()};return document.addEventListener("visibilitychange",ee),window.addEventListener("focus",re),()=>{document.removeEventListener("visibilitychange",ee),window.removeEventListener("focus",re)}},[V]),R_.useEffect(()=>{OX(m,y)},[m,y]);let j=R_.useCallback((ee)=>{let re={...N,autocompleteEnabled:ee};D(re),UX(re)},[N]),E=R_.useCallback((ee)=>{v(ee)},[]),W=R_.useMemo(()=>{return mf(r,m.query)},[r,m.query]),T=y?r.find((ee)=>ee.id===y)||null:null;if(s)return $_.jsxDEV("div",{className:"flex justify-center items-center h-screen bg-background text-text-muted",children:"Loading issues..."},void 0,!1,void 0,this);if(g)return $_.jsxDEV("div",{className:"flex justify-center items-center h-screen text-red-400 bg-background",children:["Error: ",g]},void 0,!0,void 0,this);return $_.jsxDEV("div",{className:"flex h-screen font-sans text-sm leading-relaxed bg-background text-text-primary",children:[$_.jsxDEV("aside",{className:`w-full md:w-[382px] md:min-w-[382px] border-r border-border flex flex-col h-screen bg-background ${T?"hidden md:flex":"flex"}`,children:[$_.jsxDEV("div",{className:"p-4 border-b md:p-5 border-border",children:[$_.jsxDEV("div",{className:"flex justify-between items-center mb-4",children:$_.jsxDEV("h1",{className:"text-lg font-semibold text-text-primary",children:"issy"},void 0,!1,void 0,this)},void 0,!1,void 0,this),$_.jsxDEV(J4,{value:m.query,onChange:(ee)=>b({query:ee}),onHelpClick:()=>q(!0),issues:r,autocompleteEnabled:N.autocompleteEnabled},void 0,!1,void 0,this),$_.jsxDEV("div",{className:"mt-3",children:$_.jsxDEV(l2,{query:m.query,onQueryChange:(ee)=>b({query:ee}),issues:r},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),$_.jsxDEV("div",{className:"overflow-y-auto flex-1 custom-scrollbar",children:$_.jsxDEV(X4,{issues:W,selectedId:y,onSelect:E},void 0,!1,void 0,this)},void 0,!1,void 0,this),$_.jsxDEV("div",{className:"flex justify-between items-center px-4 py-3 text-xs border-t md:px-5 border-border text-text-muted",children:[$_.jsxDEV("span",{children:[W.length," of ",r.length," issues"]},void 0,!0,void 0,this),$_.jsxDEV("button",{onClick:()=>H(!0),"aria-label":"Settings",title:"Settings",className:"p-1 rounded transition-colors text-text-muted hover:text-text-primary hover:bg-surface-elevated",children:$_.jsxDEV("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$_.jsxDEV("path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"},void 0,!1,void 0,this),$_.jsxDEV("circle",{cx:"12",cy:"12",r:"3"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),$_.jsxDEV("main",{className:`flex-1 h-screen overflow-y-auto bg-background custom-scrollbar ${T?"block":"hidden md:block"}`,children:T?$_.jsxDEV(N4,{issue:T,onBack:()=>E(null)},void 0,!1,void 0,this):$_.jsxDEV("div",{className:"flex items-center justify-center h-full text-text-muted text-[15px]",children:"Select an issue to view details"},void 0,!1,void 0,this)},void 0,!1,void 0,this),$_.jsxDEV(P4,{isOpen:x,onClose:()=>q(!1)},void 0,!1,void 0,this),$_.jsxDEV(Q4,{isOpen:A,onClose:()=>H(!1),autocompleteEnabled:N.autocompleteEnabled,onAutocompleteChange:j},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var K4=g_(T_(),1);function B4(){let r=document.getElementById("root");if(!r)throw Error("Root element not found");W4.createRoot(r).render(K4.jsxDEV(O4,{},void 0,!1,void 0,this))}if(document.readyState==="loading")document.addEventListener("DOMContentLoaded",B4);else B4();
package/dist/styles.css CHANGED
@@ -1,2 +1,2 @@
1
1
  /*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
2
- @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-amber-400:oklch(82.8% .189 84.429);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-cyan-400:oklch(78.9% .154 211.53);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-violet-400:oklch(70.2% .183 293.541);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--tracking-wide:.025em;--leading-tight:1.25;--leading-snug:1.375;--leading-relaxed:1.625;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-background:#0a0b0f;--color-surface:#12141a;--color-surface-elevated:#1a1c24;--color-border:#2a2d38;--color-border-subtle:#1e2028;--color-text-primary:#f4f4f5;--color-text-secondary:#a1a1aa;--color-text-muted:#71717a;--color-accent:#ff6b5b;--color-priority-high:#ef4444;--color-priority-medium:#f59e0b;--color-priority-low:#22c55e;--color-scope-small:#06b6d4;--color-scope-medium:#3b82f6;--color-scope-large:#8b5cf6}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-0\.5{top:calc(var(--spacing) * .5)}.top-full{top:100%}.right-10{right:calc(var(--spacing) * 10)}.left-0{left:calc(var(--spacing) * 0)}.left-0\.5{left:calc(var(--spacing) * .5)}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing) * 0)}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-auto{margin-inline:auto}.my-1{margin-block:calc(var(--spacing) * 1)}.my-6{margin-block:calc(var(--spacing) * 6)}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(ol):not(:where([class~=not-prose] *)){padding-left:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){padding-left:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:var(--tw-prose-links)}.prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding:.857143em 1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){table-layout:auto;text-align:left;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-bottom:.571429em;padding-left:.571429em;padding-right:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline;padding:.571429em}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(img):not(:where([class~=not-prose] *)),.prose :where(video):not(:where([class~=not-prose] *)),.prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose>:where(ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-left:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose] *)),.prose-sm :where(video):not(:where([class~=not-prose] *)),.prose-sm :where(figure):not(:where([class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where(code):not(:where([class~=not-prose] *)){font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose] *)){border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding:.666667em 1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose] *)){padding-left:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.428571em}.prose-sm>:where(ul>li p):not(:where([class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.14286em}.prose-sm>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.14286em}.prose-sm>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(hr):not(:where([class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose] *)){padding-bottom:.666667em;padding-left:1em;padding-right:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td):not(:where([class~=not-prose] *)){padding:.666667em 1em}.prose-sm :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2\.5{margin-bottom:calc(var(--spacing) * 2.5)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.ml-1{margin-left:calc(var(--spacing) * 1)}.ml-2{margin-left:calc(var(--spacing) * 2)}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-8{height:calc(var(--spacing) * 8)}.h-\[38px\]{height:38px}.h-full{height:100%}.h-screen{height:100vh}.max-h-64{max-height:calc(var(--spacing) * 64)}.max-h-\[65vh\]{max-height:65vh}.w-4{width:calc(var(--spacing) * 4)}.w-8{width:calc(var(--spacing) * 8)}.w-10{width:calc(var(--spacing) * 10)}.w-full{width:100%}.max-w-\[600px\]{max-width:600px}.max-w-\[800px\]{max-width:800px}.max-w-none{max-width:none}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\[80px\]{min-width:80px}.min-w-\[120px\]{min-width:120px}.flex-1{flex:1}.shrink-0{flex-shrink:0}.translate-x-0{--tw-translate-x:calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-5{--tw-translate-x:calc(var(--spacing) * 5);translate:var(--tw-translate-x) var(--tw-translate-y)}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-r-lg{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-accent\/30{border-color:#ff6b5b4d}@supports (color:color-mix(in lab, red, red)){.border-accent\/30{border-color:color-mix(in oklab, var(--color-accent) 30%, transparent)}}.border-border{border-color:var(--color-border)}.border-border-subtle{border-color:var(--color-border-subtle)}.bg-accent{background-color:var(--color-accent)}.bg-accent\/10{background-color:#ff6b5b1a}@supports (color:color-mix(in lab, red, red)){.bg-accent\/10{background-color:color-mix(in oklab, var(--color-accent) 10%, transparent)}}.bg-background{background-color:var(--color-background)}.bg-black\/70{background-color:#000000b3}@supports (color:color-mix(in lab, red, red)){.bg-black\/70{background-color:color-mix(in oklab, var(--color-black) 70%, transparent)}}.bg-blue-500\/15{background-color:#3080ff26}@supports (color:color-mix(in lab, red, red)){.bg-blue-500\/15{background-color:color-mix(in oklab, var(--color-blue-500) 15%, transparent)}}.bg-border{background-color:var(--color-border)}.bg-gray-500\/15{background-color:#6a728226}@supports (color:color-mix(in lab, red, red)){.bg-gray-500\/15{background-color:color-mix(in oklab, var(--color-gray-500) 15%, transparent)}}.bg-green-500\/15{background-color:#00c75826}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/15{background-color:color-mix(in oklab, var(--color-green-500) 15%, transparent)}}.bg-priority-high\/15{background-color:#ef444426}@supports (color:color-mix(in lab, red, red)){.bg-priority-high\/15{background-color:color-mix(in oklab, var(--color-priority-high) 15%, transparent)}}.bg-priority-low\/15{background-color:#22c55e26}@supports (color:color-mix(in lab, red, red)){.bg-priority-low\/15{background-color:color-mix(in oklab, var(--color-priority-low) 15%, transparent)}}.bg-priority-medium\/15{background-color:#f59e0b26}@supports (color:color-mix(in lab, red, red)){.bg-priority-medium\/15{background-color:color-mix(in oklab, var(--color-priority-medium) 15%, transparent)}}.bg-purple-500\/15{background-color:#ac4bff26}@supports (color:color-mix(in lab, red, red)){.bg-purple-500\/15{background-color:color-mix(in oklab, var(--color-purple-500) 15%, transparent)}}.bg-red-500\/15{background-color:#fb2c3626}@supports (color:color-mix(in lab, red, red)){.bg-red-500\/15{background-color:color-mix(in oklab, var(--color-red-500) 15%, transparent)}}.bg-scope-large\/15{background-color:#8b5cf626}@supports (color:color-mix(in lab, red, red)){.bg-scope-large\/15{background-color:color-mix(in oklab, var(--color-scope-large) 15%, transparent)}}.bg-scope-medium\/15{background-color:#3b82f626}@supports (color:color-mix(in lab, red, red)){.bg-scope-medium\/15{background-color:color-mix(in oklab, var(--color-scope-medium) 15%, transparent)}}.bg-scope-small\/15{background-color:#06b6d426}@supports (color:color-mix(in lab, red, red)){.bg-scope-small\/15{background-color:color-mix(in oklab, var(--color-scope-small) 15%, transparent)}}.bg-surface{background-color:var(--color-surface)}.bg-surface-elevated{background-color:var(--color-surface-elevated)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.p-0{padding:calc(var(--spacing) * 0)}.p-1{padding:calc(var(--spacing) * 1)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-6{padding-block:calc(var(--spacing) * 6)}.pr-1{padding-right:calc(var(--spacing) * 1)}.pl-4{padding-left:calc(var(--spacing) * 4)}.text-left{text-align:left}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.text-accent{color:var(--color-accent)}.text-amber-400{color:var(--color-amber-400)}.text-blue-400{color:var(--color-blue-400)}.text-cyan-400{color:var(--color-cyan-400)}.text-gray-400{color:var(--color-gray-400)}.text-green-400{color:var(--color-green-400)}.text-green-500{color:var(--color-green-500)}.text-purple-400{color:var(--color-purple-400)}.text-red-400{color:var(--color-red-400)}.text-text-muted{color:var(--color-text-muted)}.text-text-primary{color:var(--color-text-primary)}.text-text-secondary{color:var(--color-text-secondary)}.text-violet-400{color:var(--color-violet-400)}.uppercase{text-transform:uppercase}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.placeholder\:text-text-muted::placeholder{color:var(--color-text-muted)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:left-0:before{content:var(--tw-content);left:calc(var(--spacing) * 0)}.before\:text-text-muted:before{content:var(--tw-content);color:var(--color-text-muted)}.before\:content-\[\'•\'\]:before{--tw-content:"•";content:var(--tw-content)}.focus-within\:border-accent:focus-within{border-color:var(--color-accent)}@media (hover:hover){.hover\:border-border:hover{border-color:var(--color-border)}.hover\:bg-surface:hover{background-color:var(--color-surface)}.hover\:bg-surface-elevated:hover{background-color:var(--color-surface-elevated)}.hover\:text-text-primary:hover{color:var(--color-text-primary)}.hover\:text-text-secondary:hover{color:var(--color-text-secondary)}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media (min-width:48rem){.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-\[382px\]{width:382px}.md\:min-w-\[382px\]{min-width:382px}.md\:p-5{padding:calc(var(--spacing) * 5)}.md\:px-5{padding-inline:calc(var(--spacing) * 5)}.md\:px-10{padding-inline:calc(var(--spacing) * 10)}.md\:py-8{padding-block:calc(var(--spacing) * 8)}.md\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}}.prose-a\:text-accent :where(a):not(:where([class~=not-prose] *)){color:var(--color-accent)}.prose-code\:rounded :where(code):not(:where([class~=not-prose] *)){border-radius:.25rem}.prose-code\:bg-surface-elevated :where(code):not(:where([class~=not-prose] *)){background-color:var(--color-surface-elevated)}.prose-code\:px-1\.5 :where(code):not(:where([class~=not-prose] *)){padding-inline:calc(var(--spacing) * 1.5)}.prose-code\:py-0\.5 :where(code):not(:where([class~=not-prose] *)){padding-block:calc(var(--spacing) * .5)}.prose-code\:before\:content-none :where(code):not(:where([class~=not-prose] *)):before,.prose-code\:after\:content-none :where(code):not(:where([class~=not-prose] *)):after{content:var(--tw-content);--tw-content:none;content:none}.prose-pre\:border-0 :where(pre):not(:where([class~=not-prose] *)){border-style:var(--tw-border-style);border-width:0}.prose-pre\:shadow-none :where(pre):not(:where([class~=not-prose] *)){--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--color-background)}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.prose pre{box-shadow:none;background-color:var(--color-surface-elevated);border:none}.prose pre code.hljs{background:0 0;padding:0;font-size:13px}.prose pre::-webkit-scrollbar{height:6px}.prose pre::-webkit-scrollbar-track{background:0 0}.prose pre::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.prose pre::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.prose pre{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}
2
+ @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-amber-400:oklch(82.8% .189 84.429);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-cyan-400:oklch(78.9% .154 211.53);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-violet-400:oklch(70.2% .183 293.541);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--tracking-wide:.025em;--leading-tight:1.25;--leading-snug:1.375;--leading-relaxed:1.625;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-background:#0a0b0f;--color-surface:#12141a;--color-surface-elevated:#1a1c24;--color-border:#2a2d38;--color-border-subtle:#1e2028;--color-text-primary:#f4f4f5;--color-text-secondary:#a1a1aa;--color-text-muted:#71717a;--color-accent:#ff6b5b;--color-priority-high:#ef4444;--color-priority-medium:#f59e0b;--color-priority-low:#22c55e;--color-scope-small:#06b6d4;--color-scope-medium:#3b82f6;--color-scope-large:#8b5cf6}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-0\.5{top:calc(var(--spacing) * .5)}.top-full{top:100%}.right-10{right:calc(var(--spacing) * 10)}.left-0{left:calc(var(--spacing) * 0)}.left-0\.5{left:calc(var(--spacing) * .5)}.z-50{z-index:50}.z-1000,.z-\[1000\]{z-index:1000}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing) * 0)}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-auto{margin-inline:auto}.my-1{margin-block:calc(var(--spacing) * 1)}.my-6{margin-block:calc(var(--spacing) * 6)}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(ol):not(:where([class~=not-prose] *)){padding-left:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){padding-left:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:var(--tw-prose-links)}.prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding:.857143em 1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){table-layout:auto;text-align:left;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-bottom:.571429em;padding-left:.571429em;padding-right:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline;padding:.571429em}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(img):not(:where([class~=not-prose] *)),.prose :where(video):not(:where([class~=not-prose] *)),.prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose>:where(ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-left:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose] *)),.prose-sm :where(video):not(:where([class~=not-prose] *)),.prose-sm :where(figure):not(:where([class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where(code):not(:where([class~=not-prose] *)){font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose] *)){border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding:.666667em 1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose] *)){padding-left:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.428571em}.prose-sm>:where(ul>li p):not(:where([class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.14286em}.prose-sm>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.14286em}.prose-sm>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(hr):not(:where([class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose] *)){padding-bottom:.666667em;padding-left:1em;padding-right:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td):not(:where([class~=not-prose] *)){padding:.666667em 1em}.prose-sm :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2\.5{margin-bottom:calc(var(--spacing) * 2.5)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.ml-1{margin-left:calc(var(--spacing) * 1)}.ml-2{margin-left:calc(var(--spacing) * 2)}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-8{height:calc(var(--spacing) * 8)}.h-\[38px\]{height:38px}.h-full{height:100%}.h-screen{height:100vh}.max-h-64{max-height:calc(var(--spacing) * 64)}.max-h-\[65vh\]{max-height:65vh}.w-4{width:calc(var(--spacing) * 4)}.w-8{width:calc(var(--spacing) * 8)}.w-10{width:calc(var(--spacing) * 10)}.w-full{width:100%}.max-w-\[600px\]{max-width:600px}.max-w-\[800px\]{max-width:800px}.max-w-none{max-width:none}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\[80px\]{min-width:80px}.min-w-\[120px\]{min-width:120px}.flex-1{flex:1}.shrink-0{flex-shrink:0}.translate-x-0{--tw-translate-x:calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-5{--tw-translate-x:calc(var(--spacing) * 5);translate:var(--tw-translate-x) var(--tw-translate-y)}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-r-lg{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-accent\/30{border-color:#ff6b5b4d}@supports (color:color-mix(in lab, red, red)){.border-accent\/30{border-color:color-mix(in oklab, var(--color-accent) 30%, transparent)}}.border-border{border-color:var(--color-border)}.border-border-subtle{border-color:var(--color-border-subtle)}.bg-accent{background-color:var(--color-accent)}.bg-accent\/10{background-color:#ff6b5b1a}@supports (color:color-mix(in lab, red, red)){.bg-accent\/10{background-color:color-mix(in oklab, var(--color-accent) 10%, transparent)}}.bg-background{background-color:var(--color-background)}.bg-black\/70{background-color:#000000b3}@supports (color:color-mix(in lab, red, red)){.bg-black\/70{background-color:color-mix(in oklab, var(--color-black) 70%, transparent)}}.bg-blue-500\/15{background-color:#3080ff26}@supports (color:color-mix(in lab, red, red)){.bg-blue-500\/15{background-color:color-mix(in oklab, var(--color-blue-500) 15%, transparent)}}.bg-border{background-color:var(--color-border)}.bg-gray-500\/15{background-color:#6a728226}@supports (color:color-mix(in lab, red, red)){.bg-gray-500\/15{background-color:color-mix(in oklab, var(--color-gray-500) 15%, transparent)}}.bg-green-500\/15{background-color:#00c75826}@supports (color:color-mix(in lab, red, red)){.bg-green-500\/15{background-color:color-mix(in oklab, var(--color-green-500) 15%, transparent)}}.bg-priority-high\/15{background-color:#ef444426}@supports (color:color-mix(in lab, red, red)){.bg-priority-high\/15{background-color:color-mix(in oklab, var(--color-priority-high) 15%, transparent)}}.bg-priority-low\/15{background-color:#22c55e26}@supports (color:color-mix(in lab, red, red)){.bg-priority-low\/15{background-color:color-mix(in oklab, var(--color-priority-low) 15%, transparent)}}.bg-priority-medium\/15{background-color:#f59e0b26}@supports (color:color-mix(in lab, red, red)){.bg-priority-medium\/15{background-color:color-mix(in oklab, var(--color-priority-medium) 15%, transparent)}}.bg-purple-500\/15{background-color:#ac4bff26}@supports (color:color-mix(in lab, red, red)){.bg-purple-500\/15{background-color:color-mix(in oklab, var(--color-purple-500) 15%, transparent)}}.bg-red-500\/15{background-color:#fb2c3626}@supports (color:color-mix(in lab, red, red)){.bg-red-500\/15{background-color:color-mix(in oklab, var(--color-red-500) 15%, transparent)}}.bg-scope-large\/15{background-color:#8b5cf626}@supports (color:color-mix(in lab, red, red)){.bg-scope-large\/15{background-color:color-mix(in oklab, var(--color-scope-large) 15%, transparent)}}.bg-scope-medium\/15{background-color:#3b82f626}@supports (color:color-mix(in lab, red, red)){.bg-scope-medium\/15{background-color:color-mix(in oklab, var(--color-scope-medium) 15%, transparent)}}.bg-scope-small\/15{background-color:#06b6d426}@supports (color:color-mix(in lab, red, red)){.bg-scope-small\/15{background-color:color-mix(in oklab, var(--color-scope-small) 15%, transparent)}}.bg-surface{background-color:var(--color-surface)}.bg-surface-elevated{background-color:var(--color-surface-elevated)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.p-0{padding:calc(var(--spacing) * 0)}.p-1{padding:calc(var(--spacing) * 1)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-6{padding-block:calc(var(--spacing) * 6)}.pr-1{padding-right:calc(var(--spacing) * 1)}.pl-4{padding-left:calc(var(--spacing) * 4)}.text-left{text-align:left}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.text-accent{color:var(--color-accent)}.text-amber-400{color:var(--color-amber-400)}.text-blue-400{color:var(--color-blue-400)}.text-cyan-400{color:var(--color-cyan-400)}.text-gray-400{color:var(--color-gray-400)}.text-green-400{color:var(--color-green-400)}.text-green-500{color:var(--color-green-500)}.text-purple-400{color:var(--color-purple-400)}.text-red-400{color:var(--color-red-400)}.text-text-muted{color:var(--color-text-muted)}.text-text-primary{color:var(--color-text-primary)}.text-text-secondary{color:var(--color-text-secondary)}.text-violet-400{color:var(--color-violet-400)}.uppercase{text-transform:uppercase}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.placeholder\:text-text-muted::placeholder{color:var(--color-text-muted)}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:left-0:before{content:var(--tw-content);left:calc(var(--spacing) * 0)}.before\:text-text-muted:before{content:var(--tw-content);color:var(--color-text-muted)}.before\:content-\[\'•\'\]:before{--tw-content:"•";content:var(--tw-content)}.focus-within\:border-accent:focus-within{border-color:var(--color-accent)}@media (hover:hover){.hover\:border-border:hover{border-color:var(--color-border)}.hover\:bg-surface:hover{background-color:var(--color-surface)}.hover\:bg-surface-elevated:hover{background-color:var(--color-surface-elevated)}.hover\:text-text-primary:hover{color:var(--color-text-primary)}.hover\:text-text-secondary:hover{color:var(--color-text-secondary)}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media (min-width:48rem){.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-\[382px\]{width:382px}.md\:min-w-\[382px\]{min-width:382px}.md\:p-5{padding:calc(var(--spacing) * 5)}.md\:px-5{padding-inline:calc(var(--spacing) * 5)}.md\:px-10{padding-inline:calc(var(--spacing) * 10)}.md\:py-8{padding-block:calc(var(--spacing) * 8)}.md\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}}.prose-a\:text-accent :where(a):not(:where([class~=not-prose] *)){color:var(--color-accent)}.prose-code\:rounded :where(code):not(:where([class~=not-prose] *)){border-radius:.25rem}.prose-code\:bg-surface-elevated :where(code):not(:where([class~=not-prose] *)){background-color:var(--color-surface-elevated)}.prose-code\:px-1\.5 :where(code):not(:where([class~=not-prose] *)){padding-inline:calc(var(--spacing) * 1.5)}.prose-code\:py-0\.5 :where(code):not(:where([class~=not-prose] *)){padding-block:calc(var(--spacing) * .5)}.prose-code\:before\:content-none :where(code):not(:where([class~=not-prose] *)):before,.prose-code\:after\:content-none :where(code):not(:where([class~=not-prose] *)):after{content:var(--tw-content);--tw-content:none;content:none}.prose-pre\:border-0 :where(pre):not(:where([class~=not-prose] *)){border-style:var(--tw-border-style);border-width:0}.prose-pre\:shadow-none :where(pre):not(:where([class~=not-prose] *)){--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--color-background)}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.prose pre{box-shadow:none;background-color:var(--color-surface-elevated);border:none}.prose pre code.hljs{background:0 0;padding:0;font-size:13px}.prose pre::-webkit-scrollbar{height:6px}.prose pre::-webkit-scrollbar-track{background:0 0}.prose pre::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.prose pre::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.prose pre{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miketromba/issy-app",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Local web UI and API server for issy",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  "node": ">=18.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@miketromba/issy-core": "^0.7.0",
38
+ "@miketromba/issy-core": "^0.7.1",
39
39
  "bun-plugin-tailwind": "^0.1.2"
40
40
  },
41
41
  "devDependencies": {