.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}:root{--color-bg:#0a0f0d;--color-bg-secondary:#111a16;--color-bg-tertiary:#1a2820;--color-bg-hover:#1a2820;--color-bg-active:#243830;--color-text:#e8f5e9;--color-text-secondary:#a8d5ba;--color-text-muted:#5a7a6a;--color-text-inverse:#0a0f0d;--color-border:#2a3f35;--color-border-hover:#3a5a48;--color-border-focus:#4caf50;--color-primary:#4caf50;--color-primary-hover:#66bb6a;--color-primary-active:#388e3c;--color-primary-light:#4caf5026;--color-accent:#ff5722;--color-accent-hover:#ff7043;--color-accent-light:#ff572226;--color-secondary:#795548;--color-secondary-light:#79554833;--color-success:#4caf50;--color-success-light:#4caf5026;--color-warning:#ffc107;--color-warning-light:#ffc10726;--color-error:#f44336;--color-error-light:#f4433626;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Poppins", "Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.5rem;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-tight:1.2;--leading-normal:1.5;--leading-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-xs:.5rem;--container-sm:640px;--container-md:768px;--container-lg:1024px;--container-xl:1280px;--container-2xl:1440px;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--radius:.5rem;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006;--shadow-lg:0 10px 15px -3px #00000080;--shadow-xl:0 20px 25px -5px #0009;--shadow-glow:0 0 20px #4caf504d;--shadow-glow-accent:0 0 20px #ff57224d;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-normal:.3s ease;--transition-slow:.3s ease;--z-dropdown:50;--z-sticky:100;--z-overlay:200;--z-modal:300}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);font-size:16px;line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;background:var(--color-bg)}body{background:var(--color-bg);color:var(--color-text);min-height:100vh;overflow-x:hidden}img,video,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}input,textarea,select{font:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--font-bold);line-height:var(--leading-tight);color:var(--color-text)}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}p{line-height:var(--leading-relaxed);color:var(--color-text-secondary)}strong{font-weight:var(--font-semibold)}.container{width:100%;max-width:var(--container-xl);padding:0 var(--space-6);margin:0 auto}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-size:var(--text-sm);font-weight:var(--font-medium);border-radius:var(--radius-lg);transition:all var(--transition-fast);white-space:nowrap;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--color-primary) 0%, #388e3c 100%);color:#fff;box-shadow:0 4px 15px #4caf504d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.btn-accent{background:linear-gradient(135deg, var(--color-accent) 0%, #e64a19 100%);color:#fff;box-shadow:0 4px 15px #ff57224d}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff572266}.btn-secondary{background:var(--color-bg-secondary);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-bg-tertiary);border-color:var(--color-border-hover)}.btn-ghost{color:var(--color-text-secondary);background:0 0}.btn-ghost:hover{background:var(--color-bg-hover);color:var(--color-text)}.card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-xl);transition:all var(--transition-base);overflow:hidden}.card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-lg)}.badge{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);font-weight:var(--font-medium);border-radius:var(--radius-full);align-items:center;display:inline-flex}.badge-primary{background:var(--color-primary-light);color:var(--color-primary)}.badge-accent{background:var(--color-accent-light);color:var(--color-accent)}.input{width:100%;padding:var(--space-3) var(--space-4);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-lg);font-size:var(--text-base);color:var(--color-text);transition:all var(--transition-fast)}.input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light);outline:none}.input::placeholder{color:var(--color-text-muted)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hidden{display:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes glow{0%,to{box-shadow:0 0 5px var(--color-primary)}50%{box-shadow:0 0 20px var(--color-primary)}}.animate-pulse{animation:2s ease-in-out infinite pulse}.animate-glow{animation:2s ease-in-out infinite glow}.cave-texture{position:relative}.cave-texture:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20% 80%,#4caf5008 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ff572208 0%,#0000 50%);position:absolute;inset:0}@media (width<=768px){h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}}@media (width<=480px){h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}}@media (width<=640px){.container{padding:0 var(--space-4)}}.grid-responsive{gap:var(--space-4);display:grid}.grid-responsive.cols-2{grid-template-columns:repeat(2,1fr)}.grid-responsive.cols-3{grid-template-columns:repeat(3,1fr)}.grid-responsive.cols-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-responsive.cols-4,.grid-responsive.cols-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-responsive.cols-2,.grid-responsive.cols-3,.grid-responsive.cols-4{grid-template-columns:1fr}}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}@media (width<=768px){.table-responsive table{min-width:600px}}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}@media (width<=768px){button,a,[role=button]{min-width:44px;min-height:44px}}