@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400&display=swap");:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--muted:210 80% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--border:214.3 31.8% 91.4%}.dark{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--border:217.2 32.6% 17.5%}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Arial,Helvetica,sans-serif}.site-shell{display:flex;min-height:100dvh;flex-direction:column}.site-nav{width:100%;height:3rem;padding:0 1rem;background:hsl(var(--muted))}.nav-content{display:flex;height:3rem;align-items:center;gap:2rem}.brand-link{border-radius:.375rem;padding:.125rem;color:hsl(var(--foreground));font-family:Tangerine,Brush Script MT,Segoe Script,cursive;font-size:1.5rem;line-height:2rem;text-decoration:none;transition:background-color .12s ease,color .12s ease}.brand-link:focus-visible,.brand-link:hover{background:hsl(var(--background));outline:2px solid hsl(var(--foreground));outline-offset:2px}.nav-actions{display:none;margin-left:auto}.nav-mobile-actions{display:flex;margin-left:auto}.theme-toggle{position:relative;display:inline-grid;width:2.25rem;height:2.25rem;place-items:center;border:1px solid hsl(var(--border));border-radius:.375rem;background:transparent;color:hsl(var(--foreground));cursor:pointer;transition:background-color .12s ease,color .12s ease}.theme-toggle-menu{border-color:transparent}.theme-toggle:focus-visible,.theme-toggle:hover{background:hsl(var(--background));outline:2px solid hsl(var(--foreground));outline-offset:2px}.theme-icon{position:absolute;width:1.2rem;height:1.2rem;transition:opacity .16s ease,transform .16s ease}.theme-icon-sun{opacity:1;transform:rotate(0deg) scale(1)}.theme-icon-moon{opacity:0;transform:rotate(90deg) scale(0)}.dark .theme-icon-sun{opacity:0;transform:rotate(-90deg) scale(0)}.dark .theme-icon-moon{opacity:1;transform:rotate(0deg) scale(1)}.page-main{display:flex;flex:1 1;flex-direction:column;padding:1rem}.home-header{margin-top:.5rem;padding-left:5vw}h1{margin:0;font-family:Tangerine,Brush Script MT,Segoe Script,cursive;font-size:4rem;font-weight:400;line-height:1}.placeholder-copy{display:flex;max-width:400px;flex-direction:column;gap:2.5rem;margin:5rem auto 0;text-align:center}p{margin:0 0 1rem;color:hsl(var(--muted-foreground));line-height:1.5}.site-footer{background:hsl(var(--muted));text-align:center}.footer-content{padding:1rem;color:hsl(var(--muted-foreground));font-size:.75rem;line-height:1rem}@media (min-width:48rem){.nav-actions{display:flex}.nav-mobile-actions{display:none}.home-header{margin-top:3rem}}@media (min-width:64rem){.home-header{padding-left:10vw}}