@font-face{font-family:"Bricolage Grotesque";src:url("BricolageGrotesque.woff2") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{color-scheme:light dark;--background:light-dark(hsl(0 0% 100%), hsl(240 10% 3.9%));--foreground:light-dark(hsl(240 10% 3.9%), hsl(0 0% 98%));--card:light-dark(hsl(0 0% 100%), hsl(240 10% 3.9%));--card-foreground:light-dark(hsl(240 10% 3.9%), hsl(0 0% 98%));--popover:light-dark(hsl(0 0% 100%), hsl(240 10% 3.9%));--popover-foreground:light-dark(hsl(240 10% 3.9%), hsl(0 0% 98%));--primary:light-dark(hsl(240 5.9% 10%), hsl(0 0% 98%));--primary-foreground:light-dark(hsl(0 0% 98%), hsl(240 5.9% 10%));--secondary:light-dark(hsl(240 4.8% 95.9%), hsl(240 3.7% 15.9%));--secondary-foreground:light-dark(hsl(240 5.9% 10%), hsl(0 0% 98%));--muted:light-dark(hsl(240 4.8% 95.9%), hsl(240 3.7% 15.9%));--muted-foreground:light-dark(hsl(240 3.8% 46.1%), hsl(240 5% 64.9%));--accent:light-dark(hsl(240 4.8% 95.9%), hsl(240 3.7% 15.9%));--accent-foreground:light-dark(hsl(240 5.9% 10%), hsl(0 0% 98%));--destructive:light-dark(hsl(0 84.2% 60.2%), hsl(0 62.8% 30.6%));--destructive-foreground:light-dark(hsl(0 0% 98%), hsl(0 0% 98%));--border:light-dark(hsl(240 5.9% 90%), hsl(240 3.7% 15.9%));--input:light-dark(hsl(240 5.9% 90%), hsl(240 3.7% 15.9%));--ring:light-dark(hsl(240 5.9% 10%), hsl(240 4.9% 83.9%));--success:hsl(142 76% 36%);--success-foreground:hsl(0 0% 98%);--radius:0.5rem;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow:0 1px 3px 0 rgb(0 0 0 / 0.1),0 1px 2px -1px rgb(0 0 0 / 0.1);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Monaco,Consolas,monospace}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);line-height:1.6;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1rem}.header{border-bottom:1px solid var(--border);padding-block:1.5rem;margin-bottom:2rem;transition:background-color .3s ease,border-color .3s ease}.header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.logo{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--foreground);padding:.25rem 0;transition:opacity .2s ease}.logo:hover{opacity:.8}.logo-text{font-family:"Bricolage Grotesque",sans-serif;font-optical-sizing:auto;font-size:1.5rem;font-weight:700;font-style:normal;letter-spacing:-.03em;color:var(--foreground)}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:500;background-color:var(--secondary);color:var(--secondary-foreground);border-radius:calc(var(--radius) * 2);transition:background-color .3s ease,color .3s ease}.header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.header-nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.nav-link{padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);text-decoration:none;border-radius:var(--radius);transition:color .2s ease,background-color .2s ease}.nav-link-active,.nav-link:hover{color:var(--foreground);background-color:var(--accent)}.header-theme{display:inline-flex;align-items:center;gap:.5rem}.header-theme-label{font-size:.875rem;font-weight:500;color:var(--muted-foreground)}.header-separator{width:1px;height:auto;background-color:var(--border);align-self:stretch;transition:background-color .3s ease;opacity:.7}.main{padding-bottom:4rem}.footer{padding-bottom:2rem}.footer-card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.25rem 1.5rem;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.footer-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}@media (min-width:640px){.footer-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer-text{font-size:.875rem;color:var(--muted-foreground);margin:0}.footer-text a{color:var(--foreground);text-decoration:none;font-weight:500;transition:color .2s ease}.footer-text a:hover{color:var(--primary)}.grid{display:grid;gap:2rem}@media (min-width:1024px){.grid{grid-template-columns:1fr 1fr;align-items:start}}.card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.card-header{padding:1.5rem 1.5rem 0}.card-title{font-size:1.125rem;font-weight:600;letter-spacing:-.025em;margin-bottom:.25rem}.card-description{font-size:.875rem;color:var(--muted-foreground)}.card-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.card-content{padding:1.5rem}.card-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);background-color:hsl(from var(--muted) h s l / .3);border-radius:0 0 var(--radius) var(--radius)}.form-group{margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--foreground)}.label-hint{font-weight:400;color:var(--muted-foreground);margin-left:.25rem}.input,.select,.textarea{width:100%;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;background-color:var(--background);border:1px solid var(--input);border-radius:var(--radius);color:var(--foreground);transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}:is(.input,.select,.textarea):focus{outline:0;border-color:var(--ring);box-shadow:0 0 0 2px hsl(from var(--ring) h s l / .2)}:is(.input,.select):disabled{opacity:.5;cursor:not-allowed}.input::placeholder,.textarea::placeholder{color:var(--muted-foreground)}.select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2371717a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.textarea{min-height:80px;resize:vertical;font-family:var(--font-mono);font-size:.8125rem}.input-group{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.switch-wrapper{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:hsl(from var(--muted) h s l / .3);border-radius:var(--radius);margin-bottom:.75rem}.switch-wrapper:last-child{margin-bottom:0}.switch-label{font-size:.875rem;font-weight:500}.switch-description{font-size:.75rem;color:var(--muted-foreground);margin-top:.125rem}.switch{position:relative;width:2.75rem;height:1.5rem;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.switch-slider{position:absolute;cursor:pointer;inset:0;background-color:var(--input);border-radius:calc(var(--radius) * 2);transition:background-color .3s ease}.switch-slider::before{content:"";position:absolute;height:1.25rem;width:1.25rem;left:.125rem;bottom:.125rem;background-color:var(--background);border-radius:50%;transition:transform .2s ease,background-color .3s ease;box-shadow:var(--shadow-sm)}.switch input:checked+.switch-slider{background-color:var(--primary)}.switch input:checked+.switch-slider::before{transform:translateX(1.25rem)}.switch input:focus-visible+.switch-slider{box-shadow:0 0 0 2px hsl(from var(--ring) h s l / .2)}.switch.switch-theme{width:3.5rem;height:1.75rem}.switch.switch-theme .switch-slider{background-color:hsl(from var(--muted) h s l / .35);border:1px solid var(--border);overflow:hidden}.switch.switch-theme input:checked+.switch-slider{background-color:hsl(from var(--muted) h s l / .35)}.switch.switch-theme .switch-slider::before{content:none}.switch-theme-thumb{position:absolute;top:.125rem;left:.125rem;width:calc(50% - .125rem);height:calc(100% - .25rem);background-color:var(--primary);border-radius:calc(var(--radius) * 2);box-shadow:var(--shadow-sm)}.switch.switch-theme input:checked+.switch-slider .switch-theme-thumb{transform:translateX(100%)}.switch-theme-icons{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;height:100%;width:100%;align-items:center;padding-inline:0.125rem}.switch-theme-icon{justify-self:center;color:var(--muted-foreground);opacity:.7}.switch.switch-theme input:not(:checked)+.switch-slider .switch-theme-icon-sun{color:var(--foreground);opacity:1}.switch.switch-theme input:checked+.switch-slider .switch-theme-icon-moon{color:var(--foreground);opacity:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:inherit;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease;white-space:nowrap}.btn:focus-visible{outline:0;box-shadow:0 0 0 2px hsl(from var(--ring) h s l / .2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover:not(:disabled){background-color:hsl(from var(--primary) h s l / .9)}.btn-secondary{background-color:hsl(from var(--muted) h s l / .35);color:var(--foreground);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background-color:var(--accent);color:var(--foreground)}.btn-outline{background-color:transparent;border-color:var(--input);color:var(--foreground)}.btn-outline:hover:not(:disabled){background-color:var(--accent)}.btn-link{background-color:transparent;color:var(--primary);padding:0;border:none;box-shadow:none;text-decoration:none}.btn-link:hover:not(:disabled){opacity:.8;color:var(--primary)}.btn-success{background-color:var(--success);color:var(--success-foreground)}.btn-icon{width:2.25rem;height:2.25rem;padding:0}.btn-group{display:flex;gap:.5rem}.code-block{position:relative;background-color:hsl(from var(--muted) h s l / .35);border:1px solid var(--border);border-radius:var(--radius);transition:background-color .3s ease,border-color .3s ease}.code-content{width:100%}.code-content pre{margin:0}#code-output,.code-content code{display:block;padding:1rem;padding-right:2.7rem;font-family:var(--font-mono);font-size:.8125rem;line-height:1.7;white-space:pre-wrap;word-break:break-all;tab-size:2}.code-content code.hljs{background:0 0}.code-expand-btn{position:absolute;top:.875rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;background-color:var(--background);border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);color:var(--muted-foreground);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease;z-index:1}.code-expand-btn:hover{background-color:var(--accent);color:var(--foreground)}.code-expand-btn:focus-visible{outline:0;box-shadow:0 0 0 2px hsl(from var(--ring) h s l / .2)}.code-expand-btn svg{width:14px;height:14px;display:block}.code-expand-btn .icon-collapse{display:none}.code-expand-btn[aria-expanded=true] .icon-expand{display:none}.code-expand-btn[aria-expanded=true] .icon-collapse{display:block}.accordion{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .3s ease}.accordion-item{border-bottom:1px solid var(--border);transition:border-color .3s ease}.accordion-item:last-child{border-bottom:none}.accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;font-size:.875rem;font-weight:500;font-family:inherit;text-align:left;background:0 0;border:none;cursor:pointer;color:var(--foreground);transition:background-color .3s ease,color .3s ease}.accordion-trigger:hover{background-color:hsl(from var(--muted) h s l / .5)}.accordion-trigger svg{width:1rem;height:1rem;color:var(--muted-foreground);transition:transform .2s ease,color .3s ease;flex-shrink:0}.accordion-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease}.accordion-content[data-state=open]{grid-template-rows:1fr}.accordion-inner{overflow:hidden}.accordion-body{padding:0 1rem 1rem}.tooltip-wrapper{position:relative;display:inline-flex;align-items:center;margin-top:2px}.tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:calc(var(--radius) * 2);background-color:var(--background);color:var(--muted-foreground);cursor:pointer;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.tooltip-trigger:hover{background-color:var(--accent);color:var(--foreground)}.tooltip-trigger:focus-visible{outline:0;box-shadow:0 0 0 2px hsl(from var(--ring) h s l / .2)}.tooltip-content{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;width:min(320px,80vw);padding:.5rem .75rem;background-color:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);font-size:.75rem;line-height:1.4;z-index:50;opacity:0;transform:translateY(2px);pointer-events:none;transition:opacity .15s ease,transform .15s ease}.tooltip-wrapper:focus-within .tooltip-content,.tooltip-wrapper:hover .tooltip-content{opacity:1;transform:translateY(0);pointer-events:auto}.tabs-list{display:flex;gap:.25rem;padding:.25rem;background-color:var(--muted);border-radius:var(--radius);margin-bottom:1rem;transition:background-color .3s ease}.tab-trigger{flex:1;padding:.5rem .75rem;font-size:.875rem;font-weight:500;font-family:inherit;background:0 0;border:none;border-radius:calc(var(--radius) - 2px);cursor:pointer;color:var(--muted-foreground);transition:background-color .3s ease,color .3s ease,box-shadow .3s ease}.tab-trigger:hover{color:var(--foreground)}.tab-trigger[aria-selected=true]{background-color:var(--background);color:var(--foreground);box-shadow:var(--shadow-sm)}.tab-content{display:none;opacity:0}.tab-content[data-state=active]{display:block;animation:tab-content-in .2s ease-in-out both;will-change:opacity}@keyframes tab-content-in{from{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.tab-content[data-state=active]{animation:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-muted{color:var(--muted-foreground)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-mono{font-family:var(--font-mono)}.pill-input-container{display:flex;flex-wrap:wrap;gap:.375rem;padding:.375rem;min-height:2.5rem;background-color:var(--background);border:1px solid var(--input);border-radius:var(--radius);cursor:text;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.pill-input-container:focus-within{border-color:var(--ring);box-shadow:0 0 0 2px hsl(from var(--ring) h s l / .2)}.pill{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .375rem .125rem .5rem;font-size:.8125rem;font-family:var(--font-mono);background-color:var(--secondary);color:var(--secondary-foreground);border-radius:calc(var(--radius) - 2px);transition:background-color .15s ease;max-width:100%;word-break:break-all}.pill-text{overflow:hidden;text-overflow:ellipsis}.pill-remove{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0;border:none;background:0 0;color:var(--muted-foreground);border-radius:50%;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,color .15s ease}.pill-remove:hover{color:var(--destructive)}.pill-remove:focus-visible{outline:0}.pill-input{flex:1;min-width:120px;padding:.125rem .25rem;font-size:.875rem;font-family:inherit;background:0 0;border:none;color:var(--foreground);outline:0}.pill-input::placeholder{color:var(--muted-foreground)}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.gap-2{gap:.5rem}.sticky{position:sticky;top:1rem}@media (max-width:768px){.input-group{grid-template-columns:1fr}.header-content{flex-direction:column;align-items:flex-start}.header-actions{width:100%;justify-content:space-between}.header-separator{display:none}.header-actions .btn-link{display:none}}