.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--ac-bg: #f4f1e1;--ac-surface: #ffffff;--ac-text: #5c4e3f;--ac-text-muted: #968a7c;--ac-green: #59a683;--ac-green-light: #e0f2ea;--ac-bell: #f2c046;--ac-bell-bg: #fdf3d1;--ac-blue-light: #e6f4f1;--ac-shadow: 0 12px 32px rgba(92, 78, 63, .08);--ac-border: #e8e3d3;--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px;--nav-height: 70px}[data-theme=dark]{--ac-bg: #2b2926;--ac-surface: #383531;--ac-text: #e8e3d9;--ac-text-muted: #a69f95;--ac-green: #68c79f;--ac-green-light: #2c4a3d;--ac-bell: #f5cf66;--ac-bell-bg: #4a4022;--ac-blue-light: #2d3f3f;--ac-shadow: 0 12px 32px rgba(0, 0, 0, .25);--ac-border: #4d4943}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{font-family:Nunito,Quicksand,Inter,system-ui,sans-serif;background-color:var(--ac-bg);color:var(--ac-text);line-height:1.5;transition:background-color .3s ease,color .3s ease;overflow-x:hidden;padding-bottom:40px}.container{width:100%;padding:0 1.25rem;margin:0 auto}header{height:var(--nav-height);background:var(--ac-surface);display:flex;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px #00000008;border-bottom:2px solid var(--ac-green-light)}header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-weight:900;font-size:1.4rem;color:var(--ac-green);text-decoration:none;display:flex;align-items:center;gap:8px;letter-spacing:-.5px}#theme-toggle{background:var(--ac-green-light);color:var(--ac-green);border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}#theme-toggle:active{transform:scale(.85)}#theme-toggle:focus-visible{outline:3px solid var(--ac-green);outline-offset:2px}.hero{padding:2.5rem 0 1.5rem;text-align:center}.hero h1{font-size:2.2rem;font-weight:900;color:var(--ac-text);margin-bottom:.5rem;line-height:1.1}.hero p{color:var(--ac-text-muted);font-size:1.05rem;max-width:400px;margin:0 auto}.category-selection{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.cat-card{background:var(--ac-surface);padding:1.5rem;border-radius:var(--radius-lg);text-decoration:none;display:flex;align-items:center;gap:1.25rem;box-shadow:var(--ac-shadow);border:2px solid transparent;transition:transform .2s,border-color .2s;height:100%}.cat-card i{font-size:2.5rem;background:var(--ac-bg);width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);font-style:normal;flex-shrink:0}.cat-card span{font-weight:900;font-size:1.2rem;color:var(--ac-text);line-height:1.2}.cat-card:active{transform:scale(.98)}.cat-card:focus-visible{outline:3px solid var(--ac-green);outline-offset:2px}.cat-card.faunapaedie{border-color:#8b5a2b33}.cat-card.flowers{border-color:#ff69b433}.cat-card.events{border-color:#ff980033}.cat-card.cat-card-museum{border-color:#d4af3766;background:linear-gradient(135deg,var(--ac-surface) 40%,#fffdf5 100%)}[data-theme=dark] .cat-card.cat-card-museum{border-color:#d4af3766;background:var(--ac-surface)}.tab-nav{display:flex;gap:.5rem;padding:.5rem;background:var(--ac-surface);border-radius:100px;margin:1.5rem 0;box-shadow:0 4px 15px #00000005;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-nav::-webkit-scrollbar{display:none}.tab-item{flex:1 0 auto;text-align:center;padding:.8rem 1.2rem;text-decoration:none;color:var(--ac-text-muted);font-weight:800;font-size:.95rem;border-radius:100px;scroll-snap-align:start;transition:all .2s}.tab-item.active{background:var(--ac-green);color:#fff;box-shadow:0 4px 12px #59a6834d}.tab-item:focus-visible{outline:3px solid var(--ac-green);outline-offset:2px}.info-box{background:var(--ac-surface);padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--ac-shadow);margin-bottom:2rem;border-left:6px solid var(--ac-green);line-height:1.6;color:var(--ac-text)}.info-box h2{color:var(--ac-green);font-size:1.3rem;margin-bottom:.75rem;font-weight:900}.info-box p{margin-bottom:.8rem;font-size:.95rem}.info-box p:last-child{margin-bottom:0}.info-box strong{color:var(--ac-text);font-weight:800}.info-box em{font-style:italic;color:var(--ac-green);font-weight:600}.creature-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.creature-card{background:var(--ac-surface);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--ac-shadow);display:flex;flex-direction:column;border:2px solid transparent;height:100%}.creature-card .card-content-top{display:flex;flex-direction:row;align-items:flex-start;gap:1.2rem}@media (max-width: 480px){.creature-card .card-content-top{gap:.8rem}}.creature-card .details-container{flex:1;display:flex;flex-direction:column;gap:1rem;width:100%}.creature-card .card-header-flex{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.5rem;border-bottom:2px dashed var(--ac-border);padding-bottom:.8rem}.creature-card .img-container{background:var(--ac-bg);border-radius:50%;width:100px;height:100px;display:flex;align-items:center;justify-content:center;padding:12px;border:3px dashed var(--ac-border);flex-shrink:0;margin:0}@media (max-width: 480px){.creature-card .img-container{width:80px;height:80px;padding:8px}}.creature-card img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.creature-card .name{font-weight:900;font-size:1.25rem;color:var(--ac-text);line-height:1.1}.creature-card .price-tag{background:var(--ac-bell-bg);color:var(--ac-bell);padding:.35rem .8rem;border-radius:100px;font-weight:900;font-size:.9rem;display:inline-flex;align-items:center;gap:6px;text-shadow:0 1px 2px rgba(0,0,0,.05)}.creature-card .creature-info-list{display:flex;flex-direction:column;gap:.6rem;font-size:.95rem}.creature-card .info-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.4rem;border-bottom:1px dotted var(--ac-border)}.creature-card .info-row:last-child{border-bottom:none;padding-bottom:0}.creature-card .info-label{color:var(--ac-text-muted);font-weight:800;display:flex;align-items:center}.creature-card .info-value{color:var(--ac-text);font-weight:800;text-align:right;word-wrap:break-word;display:flex;align-items:center;justify-content:flex-end}.shadow-icon{height:28px;width:auto;vertical-align:middle;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));opacity:.85}[data-theme=dark] .shadow-icon{filter:brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,.5));opacity:.8}.shadow-circle{background-color:var(--ac-text);border-radius:50%;display:inline-block;vertical-align:middle;margin-right:8px;box-shadow:inset 0 2px 4px #00000080;opacity:.8}.shadow-winzig{width:10px;height:10px}.shadow-klein{width:14px;height:14px}.shadow-mittel{width:18px;height:18px}.shadow-gross{width:22px;height:22px}.shadow-sehr-gross{width:26px;height:26px}[data-theme=dark] .shadow-circle{background-color:#fff;box-shadow:inset 0 2px 4px #ffffff80}.weather-container{display:flex;align-items:center;gap:8px;min-height:24px;justify-content:flex-end;min-width:56px}.weather-icon{width:24px;height:24px;flex-shrink:0;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,0,0,.1))}.creature-card .catchphrase-box{margin-top:1.5rem;margin-bottom:.5rem;padding:1.25rem;background:var(--ac-blue-light);border-radius:var(--radius-md);font-size:.95rem;font-style:italic;font-weight:600;color:var(--ac-text-muted);text-align:center;line-height:1.5;position:relative}.creature-card .catchphrase-box:before{content:"";position:absolute;top:-8px;left:20px;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid var(--ac-blue-light)}.creature-card .month-grid-container{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-top:auto;background:var(--ac-bg);padding:10px;border-radius:var(--radius-sm);border:2px solid var(--ac-border)}.creature-card .month-box{text-align:center;padding:6px 0;border-radius:6px;font-size:.75rem;font-weight:900;text-transform:uppercase;transition:all .2s}.creature-card .month-box.active{background:var(--ac-green);color:#fff;box-shadow:0 2px 4px #59a6834d}.creature-card .month-box.inactive{background:#0000000d;color:var(--ac-text-muted)}[data-theme=dark] .creature-card .month-grid-container{background:var(--ac-bg)}[data-theme=dark] .creature-card .month-box.inactive{background:#ffffff0d;color:var(--ac-text-muted)}@media (min-width: 650px){.container{max-width:600px}.category-selection{grid-template-columns:repeat(2,1fr)}.cat-card{flex-direction:column;text-align:center;padding:2rem 1.5rem}}@media (min-width: 900px){.container{max-width:1100px}.category-selection{grid-template-columns:repeat(3,1fr);gap:1.5rem}.cat-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #5c4e3f26}.creature-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.creature-card{transition:transform .2s,box-shadow .2s}.creature-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #5c4e3f1f;border-color:var(--ac-green-light)}}@media (min-width: 1200px){.creature-grid{grid-template-columns:repeat(3,1fr)}}.error-hero{padding:100px 0}.error-icon{font-size:5rem;margin-bottom:20px;animation:wobble 3s ease-in-out infinite}@keyframes wobble{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.error-actions{margin-top:40px}.btn-back{padding:15px 30px;text-decoration:none;display:inline-block;transition:transform .2s cubic-bezier(.34,1.56,.64,1);background:var(--ac-green);color:#fff;border-radius:100px;font-weight:800}.btn-back:hover,.btn-back:focus-visible{transform:scale(1.05);background:#4a8f6e;outline:none}.btn-back:focus-visible{outline:3px solid var(--ac-green);outline-offset:2px}.bottom-tab-bar{position:fixed;bottom:0;left:0;right:0;height:calc(65px + env(safe-area-inset-bottom,0px));background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--ac-border);display:flex;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom,0px);z-index:9999;box-shadow:0 -4px 24px #0000000a}[data-theme=dark] .bottom-tab-bar{background:#383531d9;border-top:1px solid var(--ac-border);box-shadow:0 -4px 24px #0003}.bottom-tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ac-text-muted);text-decoration:none;font-size:.75rem;font-weight:800;gap:4px;width:60px;height:100%;transition:color .2s,transform .2s}.bottom-tab-item i{font-size:1.4rem;font-style:normal}.bottom-tab-item.active{color:var(--ac-green)}.bottom-tab-item:active{transform:scale(.9)}@media (max-width: 650px){body{padding-bottom:calc(85px + env(safe-area-inset-bottom,0px))!important}}@media (min-width: 651px){.bottom-tab-bar{display:none}}
