@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";
:root{--color-primary:#d97706;--color-primary-hover:#b45309;--color-background:#fff;--color-surface:#f8fafc;--color-foreground:#0f172a;--color-muted:#64748b;--color-border:#e2e8f0;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Outfit", "Inter", system-ui, sans-serif;--spacing-1:.25rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-12:3rem;--spacing-16:4rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-glow:0 0 20px #d977064d;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--builder-sidebar-width:320px;--builder-header-height:60px}[data-theme=dark]{--color-background:#0a0a0a;--color-surface:#171717;--color-foreground:#ededed;--color-muted:#a1a1aa;--color-border:#27272a;--shadow-sm:0 1px 2px 0 #00000080;--shadow-md:0 4px 6px -1px #00000080, 0 2px 4px -2px #00000080;--shadow-lg:0 10px 15px -3px #00000080, 0 4px 6px -4px #00000080}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-background:#0a0a0a;--color-surface:#171717;--color-foreground:#ededed;--color-muted:#a1a1aa;--color-border:#27272a}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{font-family:var(--font-sans);color:var(--color-foreground);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1{font-family:var(--font-heading);font-size:var(--h1-font-size,3.5rem);font-weight:var(--h1-font-weight,800);letter-spacing:-.02em;line-height:1.1}@media (max-width:767px){h1{font-size:var(--h1-font-size-mobile,2.25rem);font-weight:var(--h1-font-weight-mobile,800)}}h2{font-family:var(--font-heading);font-size:var(--h2-font-size,2.5rem);font-weight:var(--h2-font-weight,700);letter-spacing:-.02em;line-height:1.2}@media (max-width:767px){h2{font-size:var(--h2-font-size-mobile,1.75rem);font-weight:var(--h2-font-weight-mobile,700)}}h3{font-family:var(--font-heading);font-size:var(--h3-font-size,1.5rem);font-weight:var(--h3-font-weight,600);letter-spacing:-.02em;line-height:1.2}@media (max-width:767px){h3{font-size:var(--h3-font-size-mobile,1.25rem);font-weight:var(--h3-font-weight-mobile,600)}}p{font-size:var(--p-font-size,1rem);font-weight:var(--p-font-weight,400);line-height:1.5}@media (max-width:767px){p{font-size:var(--p-font-size-mobile,.925rem);font-weight:var(--p-font-weight-mobile,400);line-height:1.45}}p.large{font-size:var(--p-large-font-size,1.2rem);font-weight:var(--p-large-font-weight,400)}@media (max-width:767px){p.large{font-size:var(--p-large-font-size-mobile,1.1rem);font-weight:var(--p-large-font-weight-mobile,400)}}small{font-size:var(--small-font-size,.825rem);font-weight:var(--small-font-weight,400)}@media (max-width:767px){small{font-size:var(--small-font-size-mobile,.775rem);font-weight:var(--small-font-weight-mobile,400)}}a{color:inherit;font-size:var(--a-font-size,.95rem);font-weight:var(--a-font-weight,600);text-decoration:none}@media (max-width:767px){a{font-size:var(--a-font-size-mobile,.875rem);font-weight:var(--a-font-weight-mobile,600)}}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3}[data-theme=dark] .glass{background:#0000004d;border:1px solid #ffffff0d}.swipe-scroll-arrows-container{display:none}.adventure-section-heading{font-family:var(--font-heading);font-size:var(--h2-font-size,2.5rem);font-weight:var(--h2-font-weight,700);color:#fff;border-bottom:1px solid #ffffff0d;margin-bottom:1.5rem;padding-bottom:.5rem}@media (max-width:767px){.adventure-section-heading{font-size:var(--h2-font-size-mobile,1.75rem)!important;margin-bottom:1rem!important}.swipe-scroll-wrapper{width:100%!important;max-width:100%!important;overflow:hidden!important}.swipe-scroll-active{scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;-ms-overflow-style:none!important;width:100%!important;max-width:100%!important;margin-bottom:-1rem!important;padding-bottom:1rem!important;display:flex!important;overflow-x:auto!important}.swipe-scroll-active::-webkit-scrollbar{display:none!important}.swipe-scroll-active>*{scroll-snap-align:start!important;flex:0 0 75%!important;max-width:75%!important}.swipe-scroll-arrows-container{justify-content:flex-end;gap:.5rem;margin-bottom:1rem;padding-right:.5rem;display:flex}.swipe-scroll-arrow-btn{cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.swipe-scroll-arrow-btn:active{background:#ffffff1f;transform:scale(.92)}[data-theme=light] .swipe-scroll-arrow-btn{background:#00000005;border:1px solid #00000014}[data-theme=light] .swipe-scroll-arrow-btn:active{background:#00000014}}
