@import"https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Recursive:wght@300;400;500;600;700;800;900&display=swap";:root{--font-primary: "Merriweather", Georgia, serif;--font-mono: "Recursive", "Monaco", "Courier New", monospace;--daybuilds-orange: #f97316;--daybuilds-orange-dark: #ea580c;--daybuilds-teal: #14b8a6;--daybuilds-purple: #8b5cf6;--color-text: #18181b;--color-text-light: #52525b;--color-text-muted: #a1a1aa;--color-bg: #ffffff;--color-bg-secondary: #fafafa;--color-bg-card: #ffffff;--color-accent: #f97316;--color-accent-hover: #ea580c;--color-accent-low: rgba(249, 115, 22, .1);--color-border: #e4e4e7;--color-border-light: #f4f4f5;--shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, .08);--shadow-md: 0 8px 24px -4px rgba(0, 0, 0, .15), 0 4px 12px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 16px 48px -6px rgba(0, 0, 0, .2), 0 8px 24px -4px rgba(0, 0, 0, .15);--shadow-xl: 0 32px 72px -12px rgba(0, 0, 0, .3), 0 16px 48px -8px rgba(0, 0, 0, .25);--glow-teal: 0 0 20px rgba(20, 184, 166, .4), 0 0 40px rgba(20, 184, 166, .2);--glow-orange: 0 0 20px rgba(249, 115, 22, .4), 0 0 40px rgba(249, 115, 22, .2);--glow-purple: 0 0 20px rgba(139, 92, 246, .4), 0 0 40px rgba(139, 92, 246, .2);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--duration-1day: #22c55e;--duration-2day: #f97316;--duration-multiday: #8b5cf6;color-scheme:light}@media(prefers-color-scheme:dark){:root{--color-text: #fafafa;--color-text-light: #a1a1aa;--color-text-muted: #71717a;--color-bg: #09090b;--color-bg-secondary: #18181b;--color-bg-card: #18181b;--color-accent: #14b8a6;--color-accent-hover: #0d9488;--color-accent-low: rgba(20, 184, 166, .15);--color-border: #27272a;--color-border-light: #3f3f46;--shadow-sm: 0 4px 12px 0 rgba(0, 0, 0, .5);--shadow-md: 0 12px 32px -4px rgba(0, 0, 0, .7), 0 6px 16px -2px rgba(0, 0, 0, .5);--shadow-lg: 0 20px 56px -6px rgba(0, 0, 0, .8), 0 10px 28px -4px rgba(0, 0, 0, .6);--shadow-xl: 0 40px 96px -12px rgba(0, 0, 0, .9), 0 20px 64px -8px rgba(0, 0, 0, .7), 0 0 0 1px rgba(20, 184, 166, .1);--glow-teal: 0 0 32px rgba(20, 184, 166, .6), 0 0 64px rgba(20, 184, 166, .3), 0 0 96px rgba(20, 184, 166, .1);--glow-orange: 0 0 32px rgba(249, 115, 22, .6), 0 0 64px rgba(249, 115, 22, .3), 0 0 96px rgba(249, 115, 22, .1);--glow-purple: 0 0 32px rgba(139, 92, 246, .6), 0 0 64px rgba(139, 92, 246, .3), 0 0 96px rgba(139, 92, 246, .1);color-scheme:dark}}*{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-primary);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);line-height:1.6;color:var(--color-text);background-color:var(--color-bg);min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--color-text);font-weight:800;line-height:1.2;letter-spacing:-.01em}h1{font-size:2.5rem;font-weight:900;line-height:1.1}h2{font-size:1.875rem;font-weight:700}h3{font-size:1.5rem;font-weight:700}h4{font-size:1.25rem;font-weight:700}a{color:var(--color-accent);text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}a:hover{color:var(--color-accent-hover)}code{background:var(--color-accent-low);color:var(--color-accent);padding:.2em .4em;border-radius:4px;font-size:.9em;font-family:var(--font-mono);font-variation-settings:"MONO" 1,"CASL" 1,"CRSV" .5}pre{background:var(--color-bg-secondary);border:1px solid var(--color-border);padding:1rem;border-radius:var(--radius-md);overflow-x:auto;font-family:var(--font-mono);font-variation-settings:"MONO" 1,"CASL" 1,"CRSV" .5}pre code{background:transparent;color:inherit;padding:0}.duration-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.duration-badge.one-day{background:#22c55e26;color:#22c55e;border-color:#22c55e33}.duration-badge.two-day{background:#f9731626;color:#f97316;border-color:#f9731633}.duration-badge.multi-day{background:#8b5cf626;color:#8b5cf6;border-color:#8b5cf633}@media(prefers-color-scheme:dark){.duration-badge.one-day{background:#22c55e33;border-color:#22c55e4d}.duration-badge.two-day{background:#f9731633;border-color:#f973164d}.duration-badge.multi-day{background:#8b5cf633;border-color:#8b5cf64d}}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}.site-header[data-astro-cid-ctg3m53h]{background:#ffffffd9;border-bottom:1px solid var(--color-border);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;backdrop-filter:blur(16px) saturate(200%);-webkit-backdrop-filter:blur(16px) saturate(200%);box-shadow:0 4px 24px -4px #00000014,0 0 0 1px #00000008;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(prefers-color-scheme:dark){.site-header[data-astro-cid-ctg3m53h]{background:#09090bd9;box-shadow:0 4px 32px -4px #00000080,0 0 0 1px #ffffff0d,0 0 48px -12px #14b8a626}}.header-logo[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-size:1.25rem;font-weight:800;transition:transform .2s cubic-bezier(.4,0,.2,1)}.header-logo[data-astro-cid-ctg3m53h]:hover{transform:scale(1.02)}.logo-icon[data-astro-cid-ctg3m53h]{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(20,184,166,.3))}.logo-text[data-astro-cid-ctg3m53h]{color:var(--color-text)}.logo-suffix[data-astro-cid-ctg3m53h]{color:var(--color-accent)}.header-nav[data-astro-cid-ctg3m53h]{display:flex;gap:.5rem}.header-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{color:var(--color-text-light);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:var(--radius-sm);transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.header-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--color-accent);border-radius:var(--radius-full);transition:width .25s cubic-bezier(.4,0,.2,1)}.header-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{background:var(--color-accent-low);color:var(--color-accent)}.header-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover:after{width:60%}.header-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h].active{background:var(--color-accent-low);color:var(--color-accent);font-weight:600}.header-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h].active:after{width:60%}@media(max-width:640px){.site-header[data-astro-cid-ctg3m53h]{padding:1rem}.header-logo[data-astro-cid-ctg3m53h]{font-size:1rem}.header-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{padding:.5rem .75rem;font-size:.875rem}}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:3rem 2rem;margin-top:auto}.footer-content[data-astro-cid-gcn2mc3v]{max-width:800px;margin:0 auto;text-align:center}.footer-brand[data-astro-cid-gcn2mc3v]{font-size:1.125rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.footer-tagline[data-astro-cid-gcn2mc3v]{color:var(--color-text-muted);font-size:.875rem;margin-bottom:1rem}.footer-copyright[data-astro-cid-gcn2mc3v]{color:var(--color-text-muted);font-size:.75rem}
