footer{width:100%;margin:0;padding:2rem 1.5rem;background:hsl(var(--background));border-top:1px solid hsl(var(--border));text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.5}footer p{margin:0 0 1rem}footer .social-links{display:flex;justify-content:center;align-items:center;gap:1.5rem}footer .social-links a{display:flex;align-items:center;gap:8px;padding:.25rem 0;color:inherit;text-decoration:none}footer .social-links a:hover{text-decoration:underline;text-underline-offset:3px}footer .social-links a:focus-visible{outline:none;box-shadow:0 0 0 3px hsl(var(--ring)/.35);border-radius:4px}footer .social-links a svg{font-size:20px}@media (max-width:768px){footer{padding:1.5rem 1rem}footer .social-links{flex-direction:column;align-items:center;gap:4px}}.navbar{border-bottom:1px solid hsl(var(--border));justify-content:center}.navbar,.navbar__inner{width:100%;display:flex}.navbar__inner{max-width:var(--max-width);height:64px;padding:0 1.5rem;align-items:center;justify-content:space-between}.navbar__inner>ul{display:flex;align-items:center}.navbar__inner>ul>li{list-style-type:none}.wordmark{display:flex;align-items:baseline;font-size:1rem;font-weight:600;letter-spacing:-.01em;color:hsl(var(--foreground));border-radius:4px}.wordmark:focus-visible{outline:none;box-shadow:0 0 0 3px hsl(var(--ring)/.35)}.wordmark__bars{display:inline-flex;align-items:flex-end;gap:1.5px;height:11.5px;margin:0 1.5px}.wordmark__bars span{height:100%;background:currentColor}.wordmark__bars span:first-child{width:2.5px}.wordmark__bars span:nth-child(2){width:1.5px}.wordmark__bars span:nth-child(3){width:3.5px}.loader{border:3px solid color-mix(in srgb,currentColor 25%,transparent);border-left-color:currentcolor;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}:root{--button-radius:var(--radius);--button-border:var(--border);--button-background:var(--background);--button-foreground:var(--foreground);--button-primary:var(--primary);--button-primary-foreground:var(--primary-foreground);--button-default:var(--primary);--button-default-foreground:var(--primary-foreground);--button-destructive:var(--destructive);--button-destructive-foreground:var(--destructive-foreground);--button-secondary:var(--secondary);--button-secondary-foreground:var(--secondary-foreground);--button-accent:var(--accent);--button-accent-foreground:var(--accent-foreground)}.button{margin:0;padding:.5625rem 1.125rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background-image:none;-webkit-appearance:button;border:0;white-space:nowrap;font-weight:500;font-size:.875rem;line-height:1.25;letter-spacing:0;text-transform:none;font-family:inherit;border-radius:calc(var(--button-radius) - 2px);color:hsl(var(--button-foreground));transition:background-color .15s ease,color .15s ease,border-color .15s ease,scale .16s ease-out}.button:focus-visible{outline:none;box-shadow:0 0 0 3px hsl(var(--ring)/.35)}.button:disabled{pointer-events:none;opacity:.5}.button:active{scale:.97}.button--loading .isLoading{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;animation:button-fade-in .15s ease-out}@keyframes button-fade-in{0%{opacity:0}}.button--default{background-color:hsl(var(--button-default));color:hsl(var(--button-default-foreground))}.button--default:hover{background-color:hsl(var(--button-default)/.85)}.button--primary{background-color:hsl(var(--button-primary));color:hsl(var(--button-primary-foreground))}.button--primary:hover{background-color:hsl(var(--button-primary)/.85)}.button--destructive{background-color:hsl(var(--button-destructive));color:hsl(var(--button-destructive-foreground))}.button--destructive:hover{background-color:hsl(var(--button-destructive)/.9)}.button--secondary{background-color:transparent;color:hsl(var(--button-foreground));border:1px solid hsl(var(--button-border))}.button--secondary:hover{background-color:hsl(var(--button-accent))}.button--ghost{background-color:transparent;color:hsl(var(--button-accent-foreground))}.button--ghost:hover{background-color:hsl(var(--button-accent)/.9)}.button--link{background-color:transparent;color:hsl(var(--button-foreground));text-underline-offset:4px;padding:.25rem .5rem}.button--link:hover{text-decoration:underline}.button--outline{border:1px solid hsl(var(--button-border));background-color:hsl(var(--button-background));color:hsl(var(--button-foreground))}.button--outline:hover{background-color:hsl(var(--button-accent));color:hsl(var(--button-accent-foreground))}.modal{margin:auto;max-width:600px;padding:2rem;position:fixed;background:hsl(var(--popover));color:hsl(var(--popover-foreground));border:1px solid hsl(var(--border));border-radius:.75rem;box-shadow:0 16px 40px -12px rgba(0,0,0,.25);overflow-y:auto;opacity:0;transform:scale(.96);transition:opacity .15s var(--ease-out-quart),transform .15s var(--ease-out-quart),overlay .15s allow-discrete,display .15s allow-discrete}.modal .modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-10;background-color:transparent}.modal[open]{opacity:1;transform:scale(1);transition:opacity .25s var(--ease-out-quart),transform .25s var(--ease-out-quart),overlay .25s allow-discrete,display .25s allow-discrete}.modal::-webkit-backdrop{background:transparent;-webkit-transition:background-color .15s ease-out,overlay allow-discrete .15s,display allow-discrete .15s;transition:background-color .15s ease-out,overlay allow-discrete .15s,display allow-discrete .15s}.modal::backdrop{background:transparent;transition:background-color .15s ease-out,overlay allow-discrete .15s,display allow-discrete .15s}.modal[open]::-webkit-backdrop{background:rgba(0,0,0,.5);transition-duration:.25s}.modal[open]::backdrop{background:rgba(0,0,0,.5);transition-duration:.25s}@starting-style{.modal[open]{opacity:0;transform:scale(.96)}.modal[open]::-webkit-backdrop{background:transparent}.modal[open]::backdrop{background:transparent}}@media (prefers-color-scheme:dark){.modal{box-shadow:none}}.close-button,.scroll-button{border:0;font:inherit;cursor:pointer}.close-button:focus-visible,.scroll-button:focus-visible{outline:none;box-shadow:0 0 0 3px hsl(var(--ring)/.35)}.scroll-button{position:-webkit-sticky;position:sticky;top:0;left:50%;transform:translateX(-50%);width:-moz-fit-content;width:fit-content;padding:4px 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:hsl(var(--foreground));color:hsl(var(--background));border-radius:.5rem;font-weight:500}.scroll-button svg{fill:hsl(var(--background));width:24px;height:24px}.close-button{position:absolute;top:.875rem;right:.875rem;padding:.25rem;background:transparent;display:flex;align-items:center;justify-content:center;border-radius:50%}.close-button svg{fill:hsl(var(--foreground))}.no-padding{padding:0!important}.about-modal{display:flex;flex-direction:column;gap:1rem;width:min(26rem,100%);text-align:left}.about-modal__header{display:flex;align-items:center;gap:.875rem;padding-bottom:1rem;border-bottom:1px solid hsl(var(--border))}.about-modal__header img{border-radius:50%;background:hsl(var(--muted))}.about-modal__header h2{font-size:1.125rem;font-weight:600;letter-spacing:-.015em;line-height:1.3;margin:0}.about-modal__byline{font-size:.8125rem}.about-modal p,.about-modal__byline{color:hsl(var(--muted-foreground));margin:0}.about-modal p{font-size:.9375rem;line-height:1.6}.about-modal__links{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;align-items:stretch;border-top:1px solid hsl(var(--border))}.about-modal__links li{display:block;width:100%;border-bottom:1px solid hsl(var(--border))}.about-modal__links li:last-child{border-bottom:0}.about-modal__links a{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .375rem;border-radius:.375rem;transition:background-color .15s ease}.about-modal__links a>svg{flex-shrink:0;width:16px;height:16px;color:hsl(var(--muted-foreground));transition:color .15s ease,transform .15s var(--ease-out-quart)}.about-modal__links a:hover{background:hsl(var(--accent)/.6)}.about-modal__links a:hover>svg{color:hsl(var(--foreground));transform:translate(1px,-1px)}.about-modal__links a:focus-visible{outline:none;box-shadow:0 0 0 3px hsl(var(--ring)/.35)}.about-modal__link-text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.about-modal__link-label{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.about-modal__link-desc{font-size:.8125rem;color:hsl(var(--muted-foreground))}@media (prefers-reduced-motion:reduce){.about-modal__links a:hover>svg{transform:none}}.about .modal__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:600px}.about .modal__content p{font-size:1rem;-webkit-hyphens:auto;hyphens:auto;text-wrap:pretty}.guide{width:100%;max-width:960px;display:flex;flex-direction:column;gap:3rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid hsl(var(--border))}.guide h2{font-size:1.25rem;font-weight:600;letter-spacing:-.015em;line-height:1.3;margin:0 0 .75rem}.guide p{font-size:.9375rem;line-height:1.6;color:hsl(var(--muted-foreground));margin:0}.guide__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:3.5rem;gap:3.5rem}.guide__columns--three{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}.guide__columns--single{grid-template-columns:1fr}.guide__columns--single p{max-width:42rem}.guide__table{margin:0}.guide__row{display:grid;grid-template-columns:6.5rem 1fr;grid-gap:1rem;gap:1rem;padding:.625rem 0;border-bottom:1px solid hsl(var(--border));font-size:.875rem;line-height:1.5}.guide__row:last-child{border-bottom:0}.guide__row dt{font-weight:500}.guide__row dd{margin:0;color:hsl(var(--muted-foreground))}.guide__faq details{border-bottom:1px solid hsl(var(--border))}.guide__faq details:last-child{border-bottom:0}.guide__faq details summary{padding:.625rem 0;font-size:.875rem;font-weight:500;line-height:1.5;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.guide__faq details summary::-webkit-details-marker{display:none}.guide__faq details summary:after{content:"+";color:hsl(var(--muted-foreground));font-size:1rem;flex-shrink:0;transition:transform .15s ease}.guide__faq details summary:focus-visible{outline:none;box-shadow:0 0 0 3px hsl(var(--ring)/.35);border-radius:4px}.guide__faq details[open] summary:after{transform:rotate(45deg)}.guide__faq details p{font-size:.875rem;padding:0 0 .75rem}.guide__steps{padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem;font-size:.9375rem;line-height:1.6;color:hsl(var(--muted-foreground))}@media screen and (max-width:860px){.guide{gap:2.25rem}.guide__columns,.guide__columns--three{grid-template-columns:1fr;gap:2.25rem}}@font-face{font-family:__GeistSans_8adcd2;src:url(/_next/static/media/0b78ff376f6b9734-s.p.woff2) format("woff2");font-display:swap;font-weight:100 900}@font-face{font-family:__GeistSans_Fallback_8adcd2;src:local("Arial");ascent-override:94.56%;descent-override:27.76%;line-gap-override:0.00%;size-adjust:106.28%}.__className_8adcd2{font-family:__GeistSans_8adcd2,__GeistSans_Fallback_8adcd2}.__variable_8adcd2{--font-geist-sans:"__GeistSans_8adcd2","__GeistSans_Fallback_8adcd2"}:root{--max-width:1012px;--border-radius:12px;--radius:0.5rem;--white:0 0% 100%;--black:0 0% 3.9%;--ease-out-quart:cubic-bezier(0.22,1,0.36,1);--background:0 0% 100%;--foreground:0 0% 9%;--card:0 0% 100%;--card-foreground:0 0% 9%;--popover:0 0% 100%;--popover-foreground:0 0% 9%;--primary:0 0% 9%;--primary-foreground:0 0% 98%;--secondary:0 0% 96.1%;--secondary-foreground:0 0% 9%;--muted:0 0% 96.1%;--muted-foreground:0 0% 40%;--accent:0 0% 96.1%;--accent-foreground:0 0% 9%;--destructive:0 72.2% 42%;--destructive-foreground:0 0% 98%;--border:0 0% 89.8%;--input:0 0% 89.8%;--ring:0 0% 9%}@media (prefers-color-scheme:dark){:root{--background:0 0% 3.9%;--foreground:0 0% 98%;--card:0 0% 7%;--card-foreground:0 0% 98%;--popover:0 0% 7%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 9%;--secondary:0 0% 14.9%;--secondary-foreground:0 0% 98%;--muted:0 0% 14.9%;--muted-foreground:0 0% 65%;--accent:0 0% 14.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 85.7% 97.3%;--border:0 0% 16.5%;--input:0 0% 16.5%;--ring:0 0% 83.1%}html{color-scheme:dark}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100dvh;overflow-x:hidden}body{color:hsl(var(--foreground));background:hsl(var(--background));display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}@media (prefers-reduced-motion:reduce){.modal,.modal[open]{transform:none;transition-duration:.1s}.modal::-webkit-backdrop,.modal[open]::-webkit-backdrop{transition-duration:.1s}.modal::backdrop,.modal[open]::backdrop{transition-duration:.1s}.generator__preview-card svg{animation:rm-fade .16s ease-out both}.button:active{scale:1}.generator__error{animation:rm-fade .16s ease-out both}}@keyframes rm-fade{0%{opacity:0}}