.navbar{background-color:#75553fd2;border-radius:.5em;padding:1em}@media screen and (max-width: 768px){.navbar{border-radius:.5em;position:fixed;bottom:0;left:0;width:100%;z-index:9999;padding:0 1.5em;box-sizing:border-box;background-color:transparent}}.navbar .navbar-list{border-radius:.5em .5em 0 0;list-style:none;padding:0;margin:0;display:flex;justify-content:space-around;align-items:center}@media screen and (max-width: 768px){.navbar .navbar-list{flex-direction:row;justify-content:space-between;background-color:#d4c190;z-index:1;display:flex}}.navbar .navbar-list li{position:relative;transition:background-color .3s;box-sizing:border-box}@media screen and (max-width: 768px){.navbar .navbar-list li{padding:0;position:relative;width:100%;display:flex;justify-content:center;align-items:center}}.navbar .navbar-list li a{color:#d4c190;text-decoration:none;transition:color .3s;display:flex;align-items:center}@media screen and (max-width: 768px){.navbar .navbar-list li a{padding:.3rem;color:#75553f;flex-direction:column;align-items:center}}.navbar .navbar-list li a span{margin-left:.5rem}@media screen and (max-width: 768px){.navbar .navbar-list li a span{display:block;margin-top:.2rem;font-size:.3em}}.navbar .navbar-list li a:not(.active):hover{color:#f8c471}.navbar .navbar-list li .active{padding:6px 17px;border-bottom:2px solid transparent;box-shadow:0 -2px #d4c190,0 -2px 5px #d4c190,0 -2px 10px #d4c190,0 -2px 15px #d4c190,0 -2px 20px #d4c190,0 -2px 30px #d4c190,0 -2px 40px #d4c190;display:flex;align-items:center;transition:box-shadow 1s ease;border-radius:1.1em}@media screen and (max-width: 768px){.navbar .navbar-list li .active{border-bottom:2px solid transparent;box-shadow:0 -2px #a58b68,0 -2px 5px #a58b68,0 -2px 10px #a58b68,0 -2px 15px #a58b68,0 -2px 20px #a58b68,0 -2px 30px #a58b68,0 -2px 40px #a58b68;display:flex;align-items:center;transition:box-shadow 1s ease}}.navbar .navbar-list li:hover>.navbar-sublist{display:block}.navbar .navbar-list li .navbar-sublist{display:none;position:absolute;background-color:#75553fd2;top:100%;left:0;overflow:hidden;white-space:nowrap;z-index:999}@media screen and (max-width: 768px){.navbar .navbar-list li .navbar-sublist{display:none}}.navbar .navbar-list li .navbar-subitem{padding:.5rem}.navbar .navbar-list li .navbar-subitem a{color:#d4c190}.navbar .navbar-list li .navbar-subitem a:not(.active):hover{color:#f8c471}@media screen and (max-width: 768px){.navbar .navbar-list li .navbar-subitem{display:none}}header{text-align:center;padding:1em;background-color:#75553f;box-shadow:inset 3px -3px 500px #9c7154,inset -4px 4px 4px #58402f,0 10px 20px #4e392ac0;color:#fff;margin-bottom:.5em;border-radius:.5em}header div{display:flex;flex-direction:row;align-items:center;justify-content:space-around;margin-bottom:.5em}header div img{width:7em;height:7em;box-shadow:5px 5px 10px #000;border-radius:16px;object-fit:cover}header div h1{font-size:3em;margin:.5em;color:#f8c471;text-shadow:5px 5px 2px rgba(0,0,0,.5)}header div p{margin:.5em 0;font-style:italic;color:tan;font-size:1.2em;line-height:1.5;text-align:center;letter-spacing:.5px}@media (max-width: 900px){header div{flex-direction:column;align-items:center}}.new-animal-notification{position:fixed;top:20px;right:20px;z-index:9999;cursor:pointer;background:linear-gradient(135deg,#f3e5ab,#e6d89a);padding:15px;border-radius:60px;box-shadow:0 10px 30px #75553f66;border:3px solid #75553f;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:gentlePulse 3s ease-in-out infinite;overflow:visible}.new-animal-notification:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 20px 50px #75553f99;animation:none}.new-animal-notification:hover .notification-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(-5px)}@keyframes gentlePulse{0%,to{transform:scale(1);box-shadow:0 10px 30px #75553f66}50%{transform:scale(1.02);box-shadow:0 15px 40px #75553f80}}.notification-icon{position:relative;display:inline-block}.notification-icon .icon{font-size:2rem;display:block;animation:bounce 2s ease-in-out infinite;filter:drop-shadow(2px 2px 4px rgba(117,85,63,.3))}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.notification-icon .badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#f44,#f66);color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;border:3px solid white;box-sizing:border-box;animation:badgePulse 2s ease-in-out infinite;box-shadow:0 4px 15px #f446}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 4px 15px #f446}50%{transform:scale(1.1);box-shadow:0 6px 20px #f449}}.pulse-ring{position:absolute;top:50%;left:50%;width:80px;height:80px;border:2px solid rgba(117,85,63,.3);border-radius:50%;transform:translate(-50%,-50%);animation:pulseRing 2s ease-out infinite;pointer-events:none}@keyframes pulseRing{0%{width:80px;height:80px;opacity:1;border-width:2px}to{width:120px;height:120px;opacity:0;border-width:1px}}.notification-tooltip{position:absolute;top:-60px;left:50%;transform:translate(-50%) translateY(10px);background:#000000e6;color:#fff;padding:8px 12px;border-radius:12px;font-size:.85rem;font-weight:600;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 25px #0000004d;z-index:10}.notification-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000000e6}.new-animal-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.new-animal-modal-content{background:linear-gradient(135deg,#f3e5ab,#e6d89a);border-radius:25px;max-width:90vw;max-height:90vh;width:750px;box-shadow:0 30px 100px #00000080;border:3px solid #75553f;overflow-y:auto;position:relative;animation:modalSlideIn .6s cubic-bezier(.175,.885,.32,1.275)}@keyframes modalSlideIn{0%{transform:scale(.7) translateY(-100px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:linear-gradient(135deg,#75553f,#5a4230);color:#fff;position:relative;overflow:hidden}.modal-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:headerShimmer 4s ease-in-out infinite;pointer-events:none}@keyframes headerShimmer{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.header-content{display:flex;align-items:center;gap:1rem;z-index:1;position:relative}.header-icon{font-size:2.5rem;animation:headerIconPulse 2s ease-in-out infinite}@keyframes headerIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.header-text h2{margin:0;font-size:1.8rem;font-weight:900;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-subtitle{margin:.2rem 0 0;font-size:.9rem;opacity:.9;font-weight:500}.slide-counter{background:#fff3;color:#fff;padding:.8rem 1.2rem;border-radius:25px;font-size:1rem;font-weight:700;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;position:relative;display:flex;align-items:center;gap:.3rem}.counter-current{font-size:1.2rem;font-weight:900}.counter-separator{opacity:.7}.counter-total{opacity:.8}.close-button{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:1.2rem;cursor:pointer;padding:.8rem;border-radius:50%;transition:all .3s ease;width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.close-button:hover{background:#fff3;border-color:#ffffff80;transform:rotate(90deg) scale(1.1)}.close-icon{transition:transform .3s ease}.modal-body{padding:2.5rem;position:relative;text-align:center}.animal-showcase{display:flex;flex-direction:column;gap:2.5rem;align-items:center;margin-bottom:2rem}.animal-name-container{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.animal-name{color:#75553f;font-size:2.2rem;font-weight:900;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.1);background:linear-gradient(135deg,#75553f,#5a4230);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;line-height:1.2}.new-badge{background:linear-gradient(135deg,#f44,#f66);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:900;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 8px 25px #f446;animation:newBadgeFloat 3s ease-in-out infinite;border:2px solid white}@keyframes newBadgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.animal-image-container{width:100%;max-width:450px;position:relative;border-radius:25px;overflow:hidden;box-shadow:0 20px 60px #75553f66;transition:all .4s ease;margin:0 auto;background:#ffffffe6}.animal-image-container:hover{transform:scale(1.03);box-shadow:0 30px 80px #75553f99}.animal-image{width:100%;height:280px;object-fit:contain;object-position:center;background:#ffffffe6;display:block;transition:all .4s ease}.animal-image-container:hover .animal-image{transform:scale(1.05)}.image-frame{position:absolute;inset:-3px;border:3px solid transparent;border-radius:25px;background:linear-gradient(45deg,#75553f,#e6d89a,#75553f);background-size:400% 400%;animation:borderGlow 3s ease-in-out infinite;z-index:-1}@keyframes borderGlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animal-info{width:100%;max-width:500px;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.view-animal-button{background:linear-gradient(135deg,#75553f,#5a4230);color:#fff;padding:1.2rem 2.5rem;border-radius:60px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .4s ease;box-shadow:0 10px 30px #75553f66;display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;overflow:hidden;border:2px solid transparent}.view-animal-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .8s ease}.view-animal-button:hover:before{left:100%}.view-animal-button:hover{transform:translateY(-5px);box-shadow:0 20px 50px #75553f99;color:#fff;text-decoration:none;border-color:#ffffff4d}.button-icon{font-size:1.3rem;transition:transform .3s ease}.button-text{transition:transform .3s ease}.button-arrow{font-size:1.3rem;transition:transform .3s ease}.view-animal-button:hover .button-arrow{transform:translate(8px)}.view-animal-button:hover .button-icon{transform:scale(1.1)}.slide-navigation{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;padding:0 1.5rem;pointer-events:none;transform:translateY(-50%)}.nav-button{background:#75553fe6;color:#fff;border:none;width:55px;height:55px;border-radius:50%;font-size:1.8rem;cursor:pointer;transition:all .3s ease;pointer-events:all;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #75553f80;border:2px solid rgba(255,255,255,.2)}.nav-button:hover{background:#75553f;transform:scale(1.1);box-shadow:0 12px 35px #75553fb3;border-color:#fff6}.nav-button:disabled{opacity:.4;cursor:not-allowed;transform:none}.nav-button:disabled:hover{background:#75553fe6;transform:none;box-shadow:0 8px 25px #75553f80}.nav-icon{transition:transform .3s ease}.nav-button:hover .nav-icon{transform:scale(1.2)}.slide-indicators{display:flex;justify-content:center;gap:1rem;margin:2rem 0 1.5rem}.indicator{width:50px;height:15px;border-radius:10px;border:none;background:#75553f4d;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.indicator-dot{position:absolute;top:50%;left:50%;width:8px;height:8px;background:#75553f99;border-radius:50%;transform:translate(-50%,-50%);transition:all .3s ease}.indicator.active{background:#75553f;transform:scale(1.2)}.indicator.active .indicator-dot{background:#fff;width:12px;height:12px}.indicator:hover{background:#75553f99;transform:scale(1.1)}.other-animals-preview{margin-top:2rem;padding:1.5rem;background:#fff9;border-radius:20px;border:2px solid rgba(117,85,63,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.preview-title{color:#75553f;font-weight:700;margin:0 0 1rem;font-size:1.1rem}.preview-list{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.preview-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fffc;border:2px solid rgba(117,85,63,.2);border-radius:25px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:600;color:#75553f}.preview-item:hover{background:#fff;border-color:#75553f;transform:translateY(-2px);box-shadow:0 8px 20px #75553f4d}.preview-image{width:35px;height:35px;border-radius:50%;object-fit:cover;border:2px solid rgba(117,85,63,.3);transition:all .3s ease}.preview-item:hover .preview-image{border-color:#75553f;transform:scale(1.1)}.preview-name{font-weight:600;color:#75553f;transition:color .3s ease}.preview-item:hover .preview-name{color:#5a4230}@media (max-width: 1024px){.new-animal-modal-content{width:95vw;max-height:95vh}.animal-name{font-size:1.9rem}.animal-image{height:250px}}@media (max-width: 768px){.new-animal-notification{top:15px;right:15px;padding:12px}.notification-icon .icon{font-size:1.6rem}.notification-icon .badge{width:20px;height:20px;font-size:.7rem}.notification-tooltip{font-size:.8rem;padding:6px 10px;top:-55px}.new-animal-modal-content{width:95vw;max-height:95vh;margin:2.5vh auto;border-radius:20px}.modal-header{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem;position:relative}.modal-header .close-button{position:absolute;top:1rem;right:1rem;width:40px;height:40px;font-size:1rem}.header-content{flex-direction:column;gap:.5rem}.header-icon{font-size:2rem}.header-text h2{font-size:1.5rem}.header-subtitle{font-size:.85rem}.slide-counter{padding:.6rem 1rem;font-size:.9rem}.modal-body{padding:1.5rem}.animal-showcase{gap:2rem}.animal-name-container{flex-direction:column;gap:.8rem}.animal-name{font-size:1.7rem}.new-badge{font-size:.75rem;padding:.4rem .8rem}.animal-image-container{max-width:350px}.animal-image{height:220px}.view-animal-button{padding:1rem 2rem;font-size:1rem;border-radius:50px}.slide-navigation{padding:0 1rem}.nav-button{width:45px;height:45px;font-size:1.5rem}.slide-indicators{gap:.8rem;margin:1.5rem 0 1rem}.indicator{width:40px;height:12px}.other-animals-preview{margin-top:1.5rem;padding:1rem}.preview-list{gap:.8rem}.preview-item{padding:.4rem .8rem;font-size:.85rem}.preview-image{width:30px;height:30px}}@media (max-width: 480px){.new-animal-notification{top:10px;right:10px;padding:10px}.notification-icon .icon{font-size:1.4rem}.notification-icon .badge{width:18px;height:18px;font-size:.65rem;top:-6px;right:-6px}.pulse-ring{width:60px;height:60px}@keyframes pulseRing{0%{width:60px;height:60px;opacity:1;border-width:2px}to{width:100px;height:100px;opacity:0;border-width:1px}}.notification-tooltip{font-size:.75rem;padding:5px 8px;top:-50px;max-width:200px;white-space:normal;text-align:center}.new-animal-modal-content{width:98vw;max-height:98vh;margin:1vh auto;border-radius:15px}.modal-header{padding:1rem}.modal-header .close-button{top:.5rem;right:.5rem;width:35px;height:35px;font-size:.9rem}.header-icon{font-size:1.8rem}.header-text h2{font-size:1.3rem}.header-subtitle{font-size:.8rem}.slide-counter{padding:.5rem .8rem;font-size:.85rem}.modal-body{padding:1rem}.animal-showcase{gap:1.5rem}.animal-name{font-size:1.5rem;line-height:1.3}.new-badge{font-size:.7rem;padding:.3rem .6rem}.animal-image-container{max-width:300px;border-radius:15px}.animal-image{height:180px;border-radius:15px}.image-frame{border-radius:15px}.view-animal-button{padding:.9rem 1.5rem;font-size:.95rem;border-radius:40px;gap:.8rem}.button-icon,.button-arrow{font-size:1.1rem}.slide-navigation{padding:0 .5rem}.nav-button{width:40px;height:40px;font-size:1.3rem}.slide-indicators{gap:.6rem;margin:1rem 0 .8rem}.indicator{width:35px;height:10px}.indicator-dot{width:6px;height:6px}.indicator.active .indicator-dot{width:10px;height:10px}.other-animals-preview{margin-top:1rem;padding:.8rem;border-radius:15px}.preview-title{font-size:1rem;margin-bottom:.8rem}.preview-list{gap:.6rem;flex-direction:column;align-items:center}.preview-item{padding:.4rem .6rem;font-size:.8rem;border-radius:20px;min-width:150px;justify-content:center}.preview-image{width:25px;height:25px}}@keyframes newBadgePulse{0%,to{transform:scale(1);box-shadow:0 5px 15px #f446}50%{transform:scale(1.05);box-shadow:0 8px 25px #f449}}.new-animal-notification:focus{outline:3px solid #75553f;outline-offset:2px}.close-button:focus,.nav-button:focus,.indicator:focus,.preview-item:focus,.view-animal-button:focus{outline:2px solid #75553f;outline-offset:2px}.animal-showcase>*{animation:slideInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.animal-showcase>*:nth-child(1){animation-delay:.1s}.animal-showcase>*:nth-child(2){animation-delay:.2s}.animal-showcase>*:nth-child(3){animation-delay:.3s}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}.new-animal-modal-content.closing{animation:modalSlideOut .4s ease forwards}@keyframes modalSlideOut{to{transform:scale(.8) translateY(-50px);opacity:0}}.modal-header{background-attachment:fixed;background-size:cover}.animal-name{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.notification-tooltip,.slide-counter,.other-animals-preview{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.animal-image-container,.view-animal-button,.nav-button,.indicator{will-change:transform}.new-animal-notification{will-change:transform,box-shadow}.home-page{min-height:100vh;background:linear-gradient(135deg,#f3e5ab,#e4d39e,#75553f)}.home-page .hero-section{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2rem;width:100%;max-width:100vw;background:linear-gradient(135deg,#5f3f2ae8,#f3e5ab,#5f3f2aa4)}.home-page .hero-section .hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;max-width:90%;width:800px;margin:0 auto;padding:0 1rem;box-sizing:border-box;animation:fadeInUp 1s ease-out}.home-page .hero-section .hero-content .hero-icon{font-size:4rem;color:#75553f;margin-bottom:1rem;animation:bounce 2s infinite}.home-page .hero-section .hero-content .hero-icon svg{filter:drop-shadow(0 4px 8px rgba(117,85,63,.3))}.home-page .hero-section .hero-content .hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(45deg,#75553f,#85674d,#75553f);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 3s ease-in-out infinite;letter-spacing:2px;text-shadow:0 4px 8px rgba(117,85,63,.3);word-wrap:break-word;overflow-wrap:break-word}.home-page .hero-section .hero-content .hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:#75553f;font-weight:600;margin-bottom:1.5rem;opacity:0;animation:fadeIn 1s ease-out .5s forwards;word-wrap:break-word;overflow-wrap:break-word}.home-page .hero-section .hero-content .hero-description{max-width:100%;width:600px;margin:0 auto 2rem;opacity:0;animation:fadeIn 1s ease-out 1s forwards}.home-page .hero-section .hero-content .hero-description p{font-size:1rem;line-height:1.6;color:#75553f;font-weight:500;word-wrap:break-word;overflow-wrap:break-word;margin:0}.home-page .hero-section .hero-content .stats-badge{display:inline-flex;flex-direction:column;align-items:center;background:#75553f1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(117,85,63,.2);border-radius:20px;padding:1.5rem 2rem;opacity:0;animation:fadeInScale 1s ease-out 1.5s forwards;margin:0 auto}.home-page .hero-section .hero-content .stats-badge .stats-number{font-size:2.5rem;font-weight:800;color:#75553f;line-height:1}.home-page .hero-section .hero-content .stats-badge .stats-label{font-size:.9rem;color:#75553f;font-weight:600;text-transform:uppercase;letter-spacing:1px}.home-page .hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.home-page .hero-section .hero-background .floating-element{position:absolute;border-radius:50%;background:#75553f1a;animation:float 6s ease-in-out infinite}.home-page .hero-section .hero-background .floating-element.element-1{width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.home-page .hero-section .hero-background .floating-element.element-2{width:150px;height:150px;top:60%;right:15%;animation-delay:2s}.home-page .hero-section .hero-background .floating-element.element-3{width:80px;height:80px;bottom:20%;left:20%;animation-delay:4s}.home-page .features-section{padding:4rem 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-page .features-section .section-header{display:flex;flex-direction:column;text-align:center;margin-bottom:4rem}.home-page .features-section .section-header h2{font-size:clamp(2rem,5vw,3rem);color:#75553f;font-weight:700;margin-bottom:1rem;animation:fadeInUp 1s ease-out}.home-page .features-section .section-header p{font-size:1.2rem;color:#75553f;opacity:.8;animation:fadeInUp 1s ease-out .2s both}.home-page .features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.home-page .features-section .features-grid .feature-card{background:linear-gradient(135deg,#85674de6,#e4d39ee6);border-radius:20px;padding:2rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(117,85,63,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;animation:fadeInUp 1s ease-out both}.home-page .features-section .features-grid .feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.home-page .features-section .features-grid .feature-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #75553f4d}.home-page .features-section .features-grid .feature-card:hover:before{left:100%}.home-page .features-section .features-grid .feature-card:hover .card-icon svg{transform:scale(1.2) rotate(5deg)}.home-page .features-section .features-grid .feature-card:hover .link-arrow{transform:translate(5px)}.home-page .features-section .features-grid .feature-card.primary{transform:scale(1.05)}.home-page .features-section .features-grid .feature-card.primary .card-icon svg{color:#f3e5ab}.home-page .features-section .features-grid .feature-card:nth-child(1){animation-delay:.1s}.home-page .features-section .features-grid .feature-card:nth-child(2){animation-delay:.2s}.home-page .features-section .features-grid .feature-card:nth-child(3){animation-delay:.3s}.home-page .features-section .features-grid .feature-card:nth-child(4){animation-delay:.4s}.home-page .features-section .features-grid .feature-card .card-icon{font-size:3rem;margin-bottom:1.5rem}.home-page .features-section .features-grid .feature-card .card-icon svg{color:#fff;transition:all .3s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.home-page .features-section .features-grid .feature-card .card-content h3{font-size:1.5rem;color:#fff;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2);word-wrap:break-word;overflow-wrap:break-word}.home-page .features-section .features-grid .feature-card .card-content p{color:#ffffffe6;line-height:1.6;margin-bottom:2rem;font-weight:500;word-wrap:break-word;overflow-wrap:break-word}.home-page .features-section .features-grid .feature-card .card-content p strong{color:#fff;font-weight:700}.home-page .features-section .features-grid .feature-card .card-content .card-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:1.1rem;text-decoration:none;padding:.8rem 1.5rem;background:#fff3;border-radius:50px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.home-page .features-section .features-grid .feature-card .card-content .card-link:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 16px #0003}.home-page .features-section .features-grid .feature-card .card-content .card-link .link-arrow{transition:transform .3s ease;font-weight:700}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width: 768px){.home-page .hero-section{padding:1rem}.home-page .hero-section .hero-content{max-width:95%;width:auto;padding:0 .5rem}.home-page .hero-section .hero-content .hero-icon{font-size:3rem}.home-page .hero-section .hero-content .hero-title{font-size:clamp(2rem,6vw,3.5rem)}.home-page .hero-section .hero-content .hero-subtitle{font-size:clamp(1rem,2.5vw,1.3rem)}.home-page .hero-section .hero-content .hero-description{width:100%;max-width:100%}.home-page .hero-section .hero-content .hero-description p{font-size:.95rem}.home-page .hero-section .hero-content .stats-badge{padding:1rem 1.5rem}.home-page .hero-section .hero-content .stats-badge .stats-number{font-size:2rem}.home-page .hero-section .hero-background .floating-element.element-1,.home-page .hero-section .hero-background .floating-element.element-2{display:none}.home-page .hero-section .hero-background .floating-element.element-3{width:60px;height:60px}.home-page .features-section{padding:2rem 1rem}.home-page .features-section .features-grid{grid-template-columns:1fr;gap:1.5rem}.home-page .features-section .features-grid .feature-card{padding:1.5rem}.home-page .features-section .features-grid .feature-card.primary{transform:none}.home-page .features-section .features-grid .feature-card .card-icon{font-size:2.5rem}.home-page .features-section .features-grid .feature-card .card-content h3{font-size:1.3rem}.home-page .features-section .features-grid .feature-card .card-content .card-link{font-size:1rem;padding:.7rem 1.2rem}}@media (max-width: 480px){.home-page .hero-section .hero-content .hero-title{letter-spacing:1px}.home-page .hero-section .hero-content .hero-description p{font-size:.9rem}.home-page .features-section .features-grid .feature-card{padding:1.2rem}.home-page .features-section .features-grid .feature-card .card-icon{font-size:2rem;margin-bottom:1rem}.home-page .features-section .features-grid .feature-card .card-content h3{font-size:1.2rem;margin-bottom:.8rem}.home-page .features-section .features-grid .feature-card .card-content p{font-size:.9rem;margin-bottom:1.5rem}}.marquee-container{width:100%;overflow:hidden;margin-top:1.5rem;position:relative;background:#ffffff0d;border-radius:15px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(117,85,63,.2);padding:.5rem 0;box-shadow:0 4px 15px #75553f1a;z-index:9999}.marquee{display:flex;gap:2rem;white-space:nowrap;animation:marqueeScroll 30s linear infinite;will-change:transform;pointer-events:none}.marquee-item{font-size:1.2rem;font-weight:700;color:#5a3e2b!important;text-transform:uppercase;letter-spacing:2px;padding:.5rem 1.2rem;background:linear-gradient(135deg,#f3e5ab66,#e4d39e66);border-radius:12px;border:1px solid rgba(117,85,63,.3);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer!important;text-decoration:none!important;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-shadow:0 1px 2px rgba(117,85,63,.2);flex-shrink:0;display:inline-block;z-index:100!important;pointer-events:all!important;-webkit-user-select:none;user-select:none;font-family:inherit;outline:none;word-wrap:break-word;overflow-wrap:break-word}.marquee-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.marquee-item:hover{transform:scale(1.05) translateY(-2px);background:linear-gradient(135deg,#f3e5ab99,#e4d39e99);box-shadow:0 8px 25px #75553f33;color:#4a2e1b!important;border-color:#75553f66}.marquee-item:focus{outline:2px solid rgba(117,85,63,.5);outline-offset:2px}.marquee-item:active{transform:scale(.98) translateY(1px);color:#4a2e1b!important}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-item:hover~.marquee,.marquee:has(.marquee-item:hover){animation-play-state:paused}.marquee-container:hover .marquee{animation-play-state:paused}@media (max-width: 768px){.marquee{gap:1.5rem;animation-duration:25s}.marquee-item{font-size:1rem;letter-spacing:1px;padding:.4rem 1rem}}@media (max-width: 480px){.marquee{gap:1rem;animation-duration:20s}.marquee-item{font-size:.9rem;letter-spacing:.5px;padding:.3rem .8rem}}.marquee-container{transform:translateZ(0)}.marquee{backface-visibility:hidden;perspective:1000px}.social-link.email{display:flex;align-items:center;gap:.8rem;padding:1rem;background:#d4c1901a;border:2px solid transparent;border-radius:15px;color:#d4c190;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;cursor:pointer;font-family:inherit;width:100%;box-sizing:border-box;outline:none}.email-modal-overlay{position:fixed;inset:0;background:#75553f00;border:none;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:emailFadeIn .3s ease}@keyframes emailFadeIn{0%{opacity:0}to{opacity:1}}.email-modal-content{background:linear-gradient(135deg,#f3e5ab,#e6d89a);border-radius:20px;max-width:90vw;max-height:85vh;width:750px;box-shadow:0 20px 60px #0000004d;border:3px solid #75553f;overflow:hidden;position:relative;animation:emailSlideIn .3s ease;display:flex;flex-direction:column}@keyframes emailSlideIn{0%{transform:scale(.9) translateY(-20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.email-modal-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 2rem 1rem;background:#75553f;color:#fff;position:relative}.email-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:10001}.email-modal-close:hover{background:#fff3;transform:rotate(90deg)}.email-modal-icon{font-size:2.5rem;color:#f3e5ab;margin-bottom:.5rem}.email-modal-title{margin:0;font-size:1.8rem;color:#fff;text-align:center}.email-modal-subtitle{margin:0;font-size:1rem;color:#ffffffe6;text-align:center;max-width:80%}.email-options-selector{display:flex;gap:.5rem;padding:.8rem 2rem;background:#75553f14;border-bottom:1px solid rgba(117,85,63,.2);justify-content:center}.email-option{display:flex;align-items:center;gap:.5rem;padding:.7rem 1.2rem;background:#75553f1a;border:2px solid transparent;border-radius:8px;color:#75553f;cursor:pointer;transition:all .3s ease;font-size:.85rem;font-weight:600;white-space:nowrap}.email-option:hover{background:#75553f33;transform:translateY(-1px);border-color:#75553f4d}.email-option.active{background:#75553f;color:#fff;border-color:#75553f;box-shadow:0 2px 8px #75553f4d}.email-option svg{font-size:1rem}.email-modal-body{padding:1.5rem 2rem;overflow-y:auto;flex:1;max-height:calc(85vh - 220px)}.email-info-section{background:#75553f1a;border:2px solid #75553f;border-radius:15px;padding:1.5rem;margin-bottom:1.5rem}.email-section-header{color:#75553f;font-size:1.3rem;font-weight:700;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}.email-check-icon{color:#4caf50;font-size:1.2rem}.email-info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.email-info-list li{color:#75553f;font-size:.95rem;line-height:1.6;padding-left:1.5rem;position:relative}.email-info-list li:before{content:"•";position:absolute;left:0;color:#75553f;font-size:1.5rem;line-height:1.2}.email-info-list li strong{display:block;margin-bottom:.25rem;font-weight:600;color:#5a3d2b}.email-info-note{background:#4caf5026;border:2px solid rgba(76,175,80,.4);border-radius:12px;padding:1rem}.email-info-note p{color:#5a3d2b;margin:0;font-size:.95rem;line-height:1.5}.email-info-note strong{color:#4caf50}.email-modal-footer{padding:1.2rem 2rem;display:flex;gap:1rem;justify-content:center;background:#75553f0d;border-top:2px solid #75553f}.email-btn-primary,.email-btn-secondary{padding:.8rem 1.8rem;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.email-btn-primary{background:#75553f;color:#fff;border-color:#75553f}.email-btn-primary:hover{background:#5a3d2b;transform:translateY(-2px);box-shadow:0 6px 20px #75553f66}.email-btn-secondary{background:transparent;color:#75553f;border-color:#75553f}.email-btn-secondary:hover{background:#75553f1a;transform:translateY(-2px)}.email-modal-body::-webkit-scrollbar{width:8px}.email-modal-body::-webkit-scrollbar-track{background:#75553f1a;border-radius:10px}.email-modal-body::-webkit-scrollbar-thumb{background:#75553f66;border-radius:10px}.email-modal-body::-webkit-scrollbar-thumb:hover{background:#75553f99}@media (min-width: 1200px){.email-modal-content{width:800px;max-height:80vh}.email-modal-body{max-height:calc(80vh - 220px)}}@media (max-width: 768px){.email-modal-content{width:95vw;max-height:75vh;margin:2.5vh auto}.email-modal-header{padding:1.5rem 1rem .8rem}.email-modal-title{font-size:1.5rem}.email-modal-subtitle{font-size:.9rem;max-width:90%}.email-modal-icon{font-size:2rem}.email-modal-body{padding:1.2rem;max-height:calc(75vh - 180px)}.email-info-section{padding:1.2rem}.email-section-header{font-size:1.1rem}.email-info-list li{font-size:.9rem}.email-modal-footer{flex-direction:row;padding:1rem 1.2rem;gap:.8rem}.email-btn-primary,.email-btn-secondary{width:100%;justify-content:center;padding:.7rem 1.5rem;font-size:.9rem}.email-options-selector{padding:.7rem 1rem;gap:.4rem}.email-option{padding:.6rem .8rem;font-size:.8rem;gap:.4rem}.email-option svg{font-size:.9rem}}@media (max-width: 480px){.email-modal-content{width:98vw;max-height:80vh;margin:1vh auto}.email-modal-header{padding:1.2rem .8rem .6rem}.email-modal-title{font-size:1.3rem}.email-modal-icon{font-size:1.8rem}.email-modal-body{padding:1rem;max-height:calc(80vh - 160px)}.email-info-section{padding:1rem}.email-section-header{font-size:1rem}.email-info-list{gap:.8rem}.email-info-list li{font-size:.85rem;padding-left:1.2rem}.email-modal-footer{padding:.8rem;flex-direction:row}.email-btn-primary,.email-btn-secondary{padding:.6rem 1.2rem;font-size:.85rem}.email-options-selector{padding:.6rem .8rem;gap:.3rem}.email-option{padding:.5rem .6rem;font-size:.75rem;gap:.3rem}.email-option svg{font-size:.8rem}}.email-info-section,.email-info-note{animation:emailContentFadeIn .3s ease}@keyframes emailContentFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.email-option:focus,.email-btn-primary:focus,.email-btn-secondary:focus,.email-modal-close:focus{outline:2px solid #75553f;outline-offset:2px}.email-btn-primary.copied{background:#4caf50;border-color:#4caf50}.email-btn-primary.copied:hover{background:#45a049;border-color:#45a049}@media (prefers-color-scheme: dark){.email-modal-content{background:linear-gradient(135deg,#2a2a2a,#3a3a3a);border-color:#8b7355}.email-modal-header{background:#8b7355}.email-info-section{background:#8b73551a;border-color:#8b7355}.email-section-header,.email-info-list li{color:#e0e0e0}.email-info-list li strong{color:#f5f5f5}.email-info-note{background:#4caf501a;border-color:#4caf504d}.email-info-note p{color:#e0e0e0}.email-option{background:#8b73551a;color:#e0e0e0}.email-option:hover{background:#8b735533;border-color:#8b73554d}.email-option.active{background:#8b7355;color:#fff;border-color:#8b7355}.email-btn-secondary{color:#e0e0e0;border-color:#8b7355}.email-btn-secondary:hover{background:#8b73551a}}.footer{margin-top:4rem;background:linear-gradient(135deg,#75553f,#9c7154,#75553f);position:relative;overflow:hidden;font-family:Roboto,sans-serif;padding-bottom:80px;z-index:1}.footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(212,193,144,.1) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(212,193,144,.08) 0%,transparent 50%);pointer-events:none}.footer .scroll-top-btn{position:absolute;top:-20px;right:2rem;background:linear-gradient(135deg,#d4c190,#f4e4b8);color:#75553f;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;z-index:10}.footer .scroll-top-btn:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 6px 20px #0000004d}.footer .footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem;position:relative;z-index:1}.footer .footer-main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 768px){.footer .footer-main{grid-template-columns:1fr;gap:2rem}}.footer .footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer .footer-brand .brand-logo{display:flex;align-items:center;gap:1rem}@media (max-width: 480px){.footer .footer-brand .brand-logo{flex-direction:column;text-align:center}}.footer .footer-brand .brand-logo .logo-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #d4c190;transition:transform .3s ease}.footer .footer-brand .brand-logo .logo-image:hover{transform:rotate(360deg) scale(1.1)}@media (max-width: 480px){.footer .footer-brand .brand-logo .logo-image{width:50px;height:50px}}.footer .footer-brand .brand-logo .brand-name{color:#d4c190;font-size:2rem;font-weight:700;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.footer .footer-brand .brand-logo .brand-name{font-size:1.5rem}}@media (max-width: 480px){.footer .footer-brand .brand-logo .brand-name{font-size:1.3rem}}.footer .footer-brand .brand-description{color:#d4c190;line-height:1.6;font-size:1.1rem;opacity:.9}.footer .footer-contact{display:flex;flex-direction:column;gap:1.5rem}.footer .footer-contact .section-title{color:#d4c190;font-size:1.8rem;font-weight:700;margin:0;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.footer .footer-contact .section-title{font-size:1.5rem}}@media (max-width: 480px){.footer .footer-contact .section-title{font-size:1.3rem}}.footer .footer-contact .social-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 768px){.footer .footer-contact .social-grid{grid-template-columns:1fr}}.footer .footer-contact .social-grid .social-link{display:flex;align-items:center;gap:.8rem;padding:1rem;background:#d4c1901a;border:2px solid transparent;border-radius:15px;color:#d4c190;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;cursor:pointer;font-family:inherit;width:100%;box-sizing:border-box}@media (max-width: 480px){.footer .footer-contact .social-grid .social-link{padding:.8rem}}.footer .footer-contact .social-grid .social-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.footer .footer-contact .social-grid .social-link:hover:before{left:100%}.footer .footer-contact .social-grid .social-link:hover{transform:translateY(-3px);border-color:#d4c190;box-shadow:0 8px 25px #0003}.footer .footer-contact .social-grid .social-link:hover .social-icon{transform:scale(1.2)}.footer .footer-contact .social-grid .social-link.discord:hover{background:linear-gradient(135deg,#5865f233,#d4c1901a)}.footer .footer-contact .social-grid .social-link.email:hover{background:linear-gradient(135deg,#ea433533,#d4c1901a)}.footer .footer-contact .social-grid .social-link.linkedin:hover{background:linear-gradient(135deg,#0077b533,#d4c1901a)}.footer .footer-contact .social-grid .social-link.whatsapp:hover{background:linear-gradient(135deg,#25d36633,#d4c1901a)}.footer .footer-contact .social-grid .social-link .social-icon{font-size:1.5rem;transition:all .3s ease}.footer .footer-contact .social-grid .social-link span{font-weight:500;font-size:.95rem}.footer .footer-privacy{margin-bottom:2rem}.footer .footer-privacy .privacy-card{background:#d4c1901a;border:1px solid rgba(212,193,144,.3);border-radius:15px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 480px){.footer .footer-privacy .privacy-card{padding:1rem}}.footer .footer-privacy .privacy-card .privacy-title{color:#d4c190;font-size:1.2rem;font-weight:700;margin:0 0 1rem}.footer .footer-privacy .privacy-card .privacy-text{color:#d4c190;line-height:1.5;font-size:.9rem;opacity:.9;margin:0}.footer .footer-bottom{border-top:1px solid rgba(212,193,144,.3);padding-top:2rem}.footer .footer-bottom .copyright-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.footer .footer-bottom .copyright-info{flex-direction:column;text-align:center}}.footer .footer-bottom .copyright-info p{color:#d4c190;margin:0;opacity:.8}.footer .footer-bottom .copyright-info .legal-link,.footer .footer-bottom .copyright-info .settings-button{color:#d4c190;text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(212,193,144,.3);border-radius:8px;transition:all .3s ease}:is(.footer .footer-bottom .copyright-info .legal-link,.footer .footer-bottom .copyright-info .settings-button):hover{background:#d4c1901a;transform:translateY(-2px)}@media (max-width: 768px){.footer{padding-bottom:100px}.footer .footer-container{padding:2rem 1rem 1rem}.footer .scroll-top-btn{right:1rem}}@media (max-width: 480px){.footer .footer-container{padding:1.5rem 1rem 1rem}}.social-link.email{display:flex;align-items:center;gap:.8rem;padding:1rem;background:#d4c1901a;border:2px solid transparent;border-radius:15px;color:#d4c190;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;cursor:pointer;font-family:inherit;width:100%;box-sizing:border-box}.social-link.email:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.social-link.email:hover:before{left:100%}.social-link.email:hover{transform:translateY(-3px);border-color:#d4c190;box-shadow:0 8px 25px #0003;background:linear-gradient(135deg,#ea433533,#d4c1901a)}.search-option{background:linear-gradient(135deg,#f3e5ab,#e6d89a);border-radius:20px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 10px 30px #75553f33;border:2px solid rgba(117,85,63,.3);position:sticky;top:10px;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-main{display:flex;gap:1rem;align-items:center}.search-option input{flex:1;padding:1rem 1.5rem;border:2px solid rgba(117,85,63,.3);border-radius:50px;font-size:1.1rem;color:#75553f;background:#fffc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease;outline:none}.search-option input:focus{border-color:#75553f;box-shadow:0 0 20px #75553f4d;transform:scale(1.02)}.search-option input::placeholder{color:#75553f99}.filter-toggle{background:linear-gradient(135deg,#75553f,#5a4230);color:#fff;border:none;padding:1rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;position:relative;white-space:nowrap;box-shadow:0 5px 15px #75553f4d}.filter-toggle:hover{transform:translateY(-2px);box-shadow:0 8px 25px #75553f66}.filter-toggle .arrow{transition:transform .3s ease;font-size:.8rem}.filter-toggle .arrow.expanded{transform:rotate(180deg)}.active-indicator{position:absolute;top:-5px;right:-5px;width:12px;height:12px;background:#f44;border-radius:50%;animation:pulse 1.5s infinite}.reset-button{background:linear-gradient(135deg,#d4a574,#b49d75);color:#75553f;border:2px solid rgba(117,85,63,.3);padding:.8rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;align-self:flex-start}.reset-button:hover{background:linear-gradient(135deg,#b49d75,#9c8660);transform:translateY(-1px);box-shadow:0 5px 15px #75553f33}.filters-container{max-height:0;overflow:hidden;transition:all .4s ease;opacity:0}.filters-container.expanded{max-height:500px;opacity:1;margin-top:1rem}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:1rem;background:#ffffff80;border-radius:15px;border:1px solid rgba(117,85,63,.2)}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{display:flex;align-items:center;gap:.5rem;color:#75553f;font-weight:700;font-size:.9rem}.filter-icon{font-size:1rem}.filter-group select{padding:.8rem;border:2px solid rgba(117,85,63,.3);border-radius:10px;background:#ffffffe6;color:#75553f;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;outline:none}.filter-group select:focus{border-color:#75553f;box-shadow:0 0 10px #75553f33}.filter-group select:hover{background:#fff}.filter-group option{font-weight:600;padding:.5rem}@media (max-width: 768px){.search-option{padding:1rem;position:relative;top:auto}.search-main{flex-direction:column;gap:.8rem}.search-option input{font-size:1rem;padding:.8rem 1rem}.filter-toggle{width:100%;justify-content:center;padding:.8rem 1rem;font-size:.9rem}.filters-grid{grid-template-columns:1fr;gap:.8rem;padding:.8rem}.reset-button{width:100%;text-align:center}}@media (max-width: 480px){.search-option{margin:.5rem;padding:.8rem}.filter-group label{font-size:.8rem}.filter-group select{padding:.6rem;font-size:.8rem}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.animal-listing{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;min-height:100vh;background:linear-gradient(135deg,#573f35,#3d2817,#4a3121);position:relative;overflow:hidden;border-radius:20px}.animal-listing:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(139,69,19,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(160,82,45,.1) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(101,67,33,.1) 0%,transparent 50%);pointer-events:none}.animal-listing h3{background:linear-gradient(45deg,#f3e5ab,#e6d084);color:#75553f;border-radius:25px;padding:10px 20px;text-align:center;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:3rem;position:relative;z-index:2;box-shadow:0 8px 32px #75553f4d,inset 0 2px 4px #fff3}.animal-listing ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;list-style:none;width:100%;max-width:1400px;padding:0;margin:0;position:relative;z-index:1}.animal-listing ul li{perspective:1000px;display:flex;flex-direction:column;background:linear-gradient(145deg,#1a0f08,#2d1b12);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;position:relative;border:2px solid transparent;box-shadow:0 10px 30px #00000080,0 1px 8px #00000040,inset 0 1px #ffffff1a}.animal-listing ul li:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#f3e5ab,#e6d084);opacity:0;transition:opacity .3s ease;z-index:-1;border-radius:18px}.animal-listing ul li:hover:before{opacity:.1}.animal-listing ul li:hover{transform:translateY(-15px) scale(1.05);border-color:#f3e5ab;box-shadow:0 20px 50px #0009,0 10px 20px #f3e5ab33,inset 0 1px #fff3}.animal-listing ul li a{color:inherit;text-decoration:none;display:flex;flex-direction:column;height:100%}.animal-listing ul li .image-container{position:relative;width:100%;height:250px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#3a2817,#4a3121);border-radius:15px 15px 0 0}.animal-listing ul li .image-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(139,69,19,.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(160,82,45,.1) 0%,transparent 50%);pointer-events:none}.animal-listing ul li .image-container img{width:100%;height:100%;object-fit:contain;object-position:center;transition:all .4s ease;filter:contrast(1.1) brightness(1.05);padding:10px;border-radius:10px}.animal-listing ul li:hover .image-container img{transform:scale(1.1);filter:contrast(1.2) brightness(1.1)}.animal-listing ul li .image-container h3{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(45,24,16,.95),rgba(45,24,16,.8),transparent);color:#f3e5ab;padding:20px 15px 15px;margin:0;font-size:1.2rem;font-weight:700;text-align:center;text-transform:capitalize;letter-spacing:1px;border-radius:0;box-shadow:none;transition:all .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.animal-listing ul li .image-container h3:before,.animal-listing ul li .image-container h3:after{display:none}.animal-listing ul li:hover .image-container h3{background:linear-gradient(to top,rgba(243,229,171,.95),rgba(243,229,171,.8),transparent);color:#75553f;text-shadow:0 1px 2px rgba(255,255,255,.3)}.animal-listing ul li{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.animal-listing ul li:nth-child(1){animation-delay:.1s}.animal-listing ul li:nth-child(2){animation-delay:.2s}.animal-listing ul li:nth-child(3){animation-delay:.3s}.animal-listing ul li:nth-child(4){animation-delay:.4s}.animal-listing ul li:nth-child(5){animation-delay:.5s}.animal-listing ul li:nth-child(n+6){animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.animal-listing h5{color:#f3e5ab;font-size:1.5rem;text-align:center;padding:3rem;background:linear-gradient(45deg,#75553f1a,#8b45131a);border-radius:20px;border:2px dashed #75553f;margin:2rem 0;font-style:italic;position:relative}.animal-listing h5:before{content:"🦕💀";display:block;font-size:2.5rem;margin-bottom:1rem;filter:grayscale(.3)}@media (max-width: 1200px){.animal-listing ul{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem}}@media (max-width: 768px){.animal-listing{padding:1.5rem 1rem}.animal-listing h3{font-size:1.5rem;padding:15px 30px;margin-bottom:2rem}.animal-listing h3:before,.animal-listing h3:after{font-size:2rem}.animal-listing h3:before{left:-35px}.animal-listing h3:after{right:-35px}.animal-listing ul{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem}.animal-listing ul li .image-container{height:200px}.animal-listing ul li .image-container h3{font-size:1rem;padding:15px 10px 10px}}@media (max-width: 480px){.animal-listing h3:before,.animal-listing h3:after{display:none}.animal-listing ul{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.animal-listing ul li .image-container{height:180px}}.animal-geologie{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 25px #75553f1a;border:1px solid rgba(117,85,63,.15);height:fit-content;position:relative;overflow:hidden}.animal-geologie:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 0%,rgba(117,85,63,.03) 50%,transparent 100%);pointer-events:none}.animal-geologie h3{font-size:1.2rem;font-weight:700;color:#75553f;margin:0 0 2rem;text-transform:uppercase;letter-spacing:.05em;text-align:center;padding-bottom:1rem;border-bottom:2px solid rgba(117,85,63,.2);position:relative;z-index:2}.geo-display{height:120px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:1.5rem}.geo-display .geo-item{position:absolute;width:100%;text-align:center;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1)}.geo-display .geo-item.active{opacity:1;transform:translateY(0)}.geo-display .geo-item .geo-label{font-size:.8rem;font-weight:600;color:#a08c64;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;display:block}.geo-display .geo-item .geo-value{font-size:1.4rem;font-weight:700;color:#75553f;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.1)}.geo-progress{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.geo-progress .progress-dot{width:8px;height:8px;border-radius:50%;background:#75553f4d;transition:all .4s ease;cursor:pointer}.geo-progress .progress-dot.active{background:#75553f;transform:scale(1.3)}.geo-progress .progress-dot:hover{background:#75553f99;transform:scale(1.1)}.geo-timeline-bar{height:4px;background:#75553f33;border-radius:2px;position:relative;overflow:hidden}.geo-timeline-bar .timeline-progress{height:100%;background:linear-gradient(90deg,#75553f,#a08c64);border-radius:2px;transition:width .8s ease;position:relative}.geo-timeline-bar .timeline-progress:after{content:"";position:absolute;top:0;right:0;width:20px;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 100%);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-20px)}to{transform:translate(20px)}}@media (max-width: 767px){.animal-geologie{padding:1.5rem}.geo-display{height:100px}.geo-display .geo-item .geo-value{font-size:1.2rem}}.taxonomy{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 25px #75553f1a;border:1px solid rgba(117,85,63,.15)}.taxonomy h3{font-size:1.4rem;font-weight:700;color:#75553f;margin:0 0 2rem;text-transform:uppercase;letter-spacing:.05em;text-align:center;padding-bottom:1rem;border-bottom:3px solid rgba(117,85,63,.2)}.taxonomy .taxonomy-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #75553f1a}.taxonomy .taxonomy-table thead{background:linear-gradient(135deg,#75553f,#a08c64)}.taxonomy .taxonomy-table thead th{padding:1rem;text-align:left;font-weight:700;color:#f8f5e8;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.taxonomy .taxonomy-table thead th:first-child{width:40%}.taxonomy .taxonomy-table thead th:last-child{width:60%}.taxonomy .taxonomy-table tbody tr{border-bottom:1px solid rgba(117,85,63,.1);transition:all .3s ease}.taxonomy .taxonomy-table tbody tr:hover{background:#f8f5e880}.taxonomy .taxonomy-table tbody tr:last-child{border-bottom:none}.taxonomy .taxonomy-table tbody tr td{padding:1rem;vertical-align:middle}.taxonomy .taxonomy-table tbody tr td.rank-cell{background:#f8f5e84d;font-weight:600;color:#75553f;text-transform:capitalize;border-right:1px solid rgba(117,85,63,.1)}.taxonomy .taxonomy-table tbody tr td.value-cell{color:#5d4a37;font-size:1rem;font-style:italic;font-weight:500}@media (max-width: 768px){.taxonomy{padding:1.5rem}.taxonomy-table{font-size:.9rem}.taxonomy-table thead th{padding:.75rem;font-size:.8rem}.taxonomy-table tbody td{padding:.75rem}.taxonomy-table tbody td.value-cell{font-size:.9rem}}@media (max-width: 480px){.taxonomy-table thead{display:none}.taxonomy-table tbody tr{display:block;margin-bottom:1rem;border:1px solid rgba(117,85,63,.2);border-radius:8px;background:#fff;box-shadow:0 2px 8px #75553f1a}.taxonomy-table tbody tr td{display:block;padding:.75rem 1rem;border:none;text-align:left}.taxonomy-table tbody tr td.rank-cell{background:#75553f1a;border-bottom:1px solid rgba(117,85,63,.2);font-weight:700;color:#75553f;border-radius:8px 8px 0 0}.taxonomy-table tbody tr td.value-cell{background:#fff;font-size:1rem;padding-top:.5rem;border-radius:0 0 8px 8px}}.habitat-section{width:100%;background:linear-gradient(135deg,#75553ff2,#a08c64e6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem 0;border-top:3px solid rgba(248,245,232,.3);border-bottom:3px solid rgba(248,245,232,.3);margin:2rem 0;max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.habitat-section{padding:0 1rem}}.habitat-section .habitat-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1em}@media (max-width: 768px){.habitat-section .habitat-header{flex-direction:column;text-align:center;gap:1.5rem}}.habitat-section .habitat-header h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;color:#f8f5e8;margin-inline:1em;text-transform:uppercase;letter-spacing:-.02em;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.habitat-section .habitat-header .link-terre{background:linear-gradient(135deg,#f8f5e8,#e8dcc0);color:#75553f;text-decoration:none;padding:1rem 2rem;border-radius:12px;font-weight:600;transition:all .3s ease;border:2px solid rgba(248,245,232,.3);text-transform:uppercase;letter-spacing:.05em}.habitat-section .habitat-header .link-terre:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.habitat-section .habitat-info{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.habitat-section .habitat-info{grid-template-columns:1fr 1fr}}.habitat-section .habitat-info .info-card{background:#ffffff1a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:2rem;border-radius:16px;border:1px solid rgba(248,245,232,.2);transition:all .3s ease}@media (max-width: 768px){.habitat-section .habitat-info .info-card{padding:1.5rem}}.habitat-section .habitat-info .info-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.habitat-section .habitat-info .info-card h4{font-size:1.2rem;font-weight:700;color:#f8f5e8;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.habitat-section .habitat-info .info-card p{margin:0;font-size:1rem;line-height:1.6;color:#e8dcc0}.habitat-section .habitat-info .info-card p strong{color:#f8f5e8}.habitat-section .map-container{background:#0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;border:2px solid rgba(248,245,232,.2)}@media (max-width: 768px){.habitat-section .map-container{padding:1.5rem}}.habitat-section .map-container .map-title{font-size:1.5rem;font-weight:700;color:#f8f5e8;text-align:center;margin:0 0 2rem;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.habitat-section .map-container .map-title{font-size:1.2rem}}.habitat-section .map-container .map-wrapper{border-radius:12px;overflow:hidden;height:500px;border:2px solid rgba(248,245,232,.3)}@media (max-width: 768px){.habitat-section .map-container .map-wrapper{height:400px}}@media (max-width: 480px){.habitat-section .map-container .map-wrapper{height:300px}}.habitat-section .habitat-placeholder{text-align:center;padding:3rem;background:#ffffff1a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;border:1px solid rgba(248,245,232,.2);margin-bottom:2rem}@media (max-width: 768px){.habitat-section .habitat-placeholder{padding:2rem}}.habitat-section .habitat-placeholder p{font-size:1.2rem;color:#f8f5e8;font-style:italic;margin:0}@media (max-width: 768px){.habitat-section .habitat-placeholder p{font-size:1rem}}*{box-sizing:border-box}.animal-card{max-width:100vw;width:100%;margin:0;padding:0;background:linear-gradient(135deg,#f8f5e8,#e8dcc0,#f0e6d2);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.hero-section{background:linear-gradient(135deg,#75553fe6,#a08c64d9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:clamp(1.5rem,4vw,3rem);border-bottom:3px solid rgba(117,85,63,.3);width:100%;max-width:100vw}.hero-section .title-image-section{display:flex;align-items:center;gap:2rem;flex:1;min-width:0;flex-direction:column}@media (max-width: 768px){.hero-section .title-image-section{flex-direction:column;gap:1.5rem;text-align:center;width:100%}}.hero-section .title-image-section h2{font-size:clamp(1.8rem,5vw,4rem);font-weight:800;color:#f8f5e8;margin:0;text-transform:uppercase;letter-spacing:-.02em;text-shadow:2px 2px 4px rgba(0,0,0,.4);flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.1}@media (max-width: 480px){.hero-section .title-image-section h2{font-size:clamp(1.4rem,8vw,2.5rem);line-height:1;letter-spacing:-.03em}}@media (min-width: 481px) and (max-width: 768px){.hero-section .title-image-section h2{font-size:clamp(1.6rem,6vw,3rem);line-height:1.05}}@media (min-width: 769px){.hero-section .title-image-section h2{max-width:calc(100vw - 300px)}}.hero-section .title-image-section .hero-image{max-height:min(150px,18.75vw);width:auto;height:auto;object-fit:contain;border-radius:12px;border:3px solid rgba(248,245,232,.3);box-shadow:0 8px 25px #0000004d;flex-shrink:0;background:#f8f5e81a;padding:.5rem;transition:all .3s ease}.hero-section .title-image-section .hero-image:hover{transform:scale(1.05);box-shadow:0 12px 35px #0006}@media (max-width: 768px){.hero-section .title-image-section .hero-image{max-height:min(150px,37.5vw)}}@media (max-width: 480px){.hero-section .title-image-section .hero-image{max-height:min(120px,30vw)}}.hero-section .share-btn{background:linear-gradient(135deg,#f8f5e8,#e8dcc0);color:#75553f;border:2px solid rgba(117,85,63,.3);border-radius:50%;padding:.75rem;cursor:pointer;transition:all .3s ease;width:50px;height:50px;margin-top:10px}.hero-section .share-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px #0003}@media (max-width: 480px){.hero-section .share-btn{width:45px;height:45px;padding:.6rem}}@media (max-width: 768px){.image-modal-overlay{padding:1rem}}@media (max-width: 768px){.image-modal-close{top:-2.5rem;right:-.5rem;width:35px;height:35px}}@media (max-width: 768px){.image-modal-img{max-height:60vh;padding:.5rem}}.image-modal-caption{margin-top:1.5rem;text-align:center;color:#f8f5e8;max-width:90vw;padding:0 1rem}.image-modal-caption h3{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2}@media (max-width: 768px){.image-modal-caption h3{font-size:1.2rem}}@media (max-width: 480px){.image-modal-caption h3{font-size:1rem;line-height:1.1}}.image-modal-caption p{font-size:1rem;line-height:1.6;margin:0;font-style:italic;opacity:.9;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 768px){.image-modal-caption p{font-size:.9rem}}@media (max-width: 480px){.image-modal-caption p{font-size:.8rem}}@media (min-width: 1024px){.main-container{grid-template-columns:1fr min(350px,30vw);grid-template-areas:"etymology etymology" "content geology" "habitat habitat" "taxonomy taxonomy"}}@media (min-width: 768px) and (max-width: 1023px){.main-container{grid-template-columns:1fr;grid-template-areas:"etymology" "geology" "content" "habitat" "taxonomy"}}@media (max-width: 767px){.main-container{max-width:calc(100vw - 1rem);padding:.5rem;gap:.75rem;grid-template-areas:"etymology" "geology" "content" "habitat" "taxonomy"}}@media (max-width: 480px){.main-container{padding:.25rem;gap:.5rem}}.etymology-content{grid-area:etymology;background:linear-gradient(100deg,#75553fcc,#c2a9789f);border-radius:20px;padding:clamp(1rem,3vw,3rem) clamp(.5rem,2vw,2rem);text-align:center;position:relative;overflow:hidden;border:2px solid rgba(117,85,63,.1);box-shadow:0 12px 35px #75553f14;width:100%;max-width:100%}.etymology-content:after{content:"📜";position:absolute;top:1rem;right:1.5rem;font-size:2rem;opacity:.3;animation:float 3s ease-in-out infinite}@media (max-width: 768px){.etymology-content:after{display:none}}.etymology-content .etymology-title{font-size:clamp(1.2rem,4vw,2rem);font-weight:800;color:#75553f;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.1em;position:relative;display:inline-block;max-width:100%;word-wrap:break-word}.etymology-content .etymology-title:before,.etymology-content .etymology-title:after{content:"✦";position:absolute;top:50%;transform:translateY(-50%);color:#a08c64;font-size:1.2rem;animation:sparkle 2s ease-in-out infinite alternate}@media (max-width: 768px){.etymology-content .etymology-title:before,.etymology-content .etymology-title:after{display:none}}.etymology-content .etymology-title:before{left:-2.5rem}.etymology-content .etymology-title:after{right:-2.5rem;animation-delay:1s}.etymology-content .etymology-text{font-size:clamp(.9rem,2.5vw,1.2rem);line-height:1.8;color:#5d4a37;margin:0;font-style:italic;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.05);position:relative;max-width:100%;word-wrap:break-word}.etymology-content .etymology-text:before{content:'"';position:absolute;left:-1.5rem;top:-.5rem;font-size:3rem;color:#75553f33;font-family:serif}@media (max-width: 768px){.etymology-content .etymology-text:before{display:none}}.etymology-content .etymology-text:after{content:'"';position:absolute;right:-1.5rem;bottom:-1rem;font-size:3rem;color:#75553f33;font-family:serif}@media (max-width: 768px){.etymology-content .etymology-text:after{display:none}}@media (max-width: 480px){.etymology-content{padding:1rem .75rem}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes sparkle{0%{opacity:.3;transform:translateY(-50%) scale(1)}to{opacity:.8;transform:translateY(-50%) scale(1.2)}}.content-section{grid-area:content;display:flex;flex-direction:column;gap:clamp(1rem,2vw,2rem);width:100%;max-width:100%;min-width:0}.content-section .content-card{background:#fff;border-radius:16px;padding:clamp(.75rem,2vw,2rem);box-shadow:0 8px 25px #75553f1a;border:1px solid rgba(117,85,63,.15);border-left:4px solid #a08c64;width:100%;max-width:100%;overflow-wrap:break-word;min-width:0}.content-section .content-card.description-card .description-content{max-height:400px;overflow-y:auto;padding-right:.5rem}.content-section .content-card.description-card .description-content::-webkit-scrollbar{width:6px}.content-section .content-card.description-card .description-content::-webkit-scrollbar-track{background:#75553f1a;border-radius:3px}.content-section .content-card.description-card .description-content::-webkit-scrollbar-thumb{background:#75553f66;border-radius:3px}:is():hover{background:#75553f99}@media (max-width: 768px){.content-section .content-card.description-card .description-content{max-height:300px}}.content-section .content-card h3{font-size:clamp(1rem,2.5vw,1.2rem);font-weight:700;color:#75553f;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em;word-wrap:break-word}.content-section .content-card p{font-size:clamp(.9rem,2vw,1rem);line-height:1.6;color:#5d4a37;margin:.5rem 0 0;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 480px){.content-section .content-card{padding:1rem}}.content-section .info-grid{display:grid;grid-template-columns:1fr;gap:clamp(1rem,2vw,2rem);width:100%;max-width:100%}@media (min-width: 600px) and (max-width: 767px){.content-section .info-grid{grid-template-columns:1fr}}@media (min-width: 768px){.content-section .info-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1200px){.content-section .info-grid{grid-template-columns:1fr 1fr 1fr}}.habitat-section-wrapper{grid-area:habitat;width:100%;max-width:100%;overflow-x:hidden}@media (min-width: 1024px){.habitat-section-wrapper{grid-column:1 / -1}}.taxonomy-section-wrapper{grid-area:taxonomy;width:100%;max-width:100%;overflow-x:hidden}@media (min-width: 1024px){.taxonomy-section-wrapper{grid-column:1 / -1}}@media (max-width: 768px){.navigation-section .navigation-links{flex-direction:column}}@media (max-width: 768px){.navigation-section .navigation-link{min-width:auto;width:100%;max-width:100%;padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.navigation-section .navigation-link{padding:.7rem .8rem;font-size:.8rem;line-height:1.2}}.modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;opacity:0;visibility:hidden;transition:all .3s ease}.modal-overlay.open{opacity:1;visibility:visible}.modal-container{background:linear-gradient(135deg,#2c1810,#4a3426,#6b4d37);border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px #00000080,0 0 0 1px #f4e4c133;transform:scale(.9) translateY(30px);transition:all .3s ease;position:relative}.modal-container.open{transform:scale(1) translateY(0)}.modal-container .modal-header{background:linear-gradient(135deg,#8b6f47,#6d5635);padding:25px 30px;border-bottom:2px solid rgba(244,228,193,.3);position:relative;display:flex;align-items:center;justify-content:space-between}.modal-container .modal-header:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(244,228,193,.1) 50%,transparent 70%);pointer-events:none}.modal-container .modal-header h2{color:#f4e4c1;font-size:1.8rem;font-weight:700;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5);display:flex;align-items:center;gap:15px}.modal-container .modal-header h2:before{content:"🦕";font-size:1.5rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.modal-container .modal-header .close-button{background:#f4e4c133;border:2px solid rgba(244,228,193,.3);border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-container .modal-header .close-button:hover{background:#f4e4c14d;border-color:#f4e4c180;transform:scale(1.1) rotate(90deg)}.modal-container .modal-header .close-button svg{color:#f4e4c1;font-size:1.2rem;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.5))}.modal-container .modal-content{padding:30px;overflow-y:auto;max-height:calc(90vh - 100px);background:linear-gradient(135deg,rgba(244,228,193,.05) 0%,transparent 100%)}.modal-container .modal-content::-webkit-scrollbar{width:8px}.modal-container .modal-content::-webkit-scrollbar-track{background:#f4e4c11a;border-radius:4px}.modal-container .modal-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#8b6f47,#6d5635);border-radius:4px}:is():hover{background:linear-gradient(135deg,#9d7f57,#7d6245)}.modal-container .modal-content .content-text{color:#f4e4c1;font-size:1.1rem;line-height:1.8;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-shadow:1px 1px 2px rgba(0,0,0,.3);white-space:pre-line}.modal-container .modal-content .content-text p{margin:0 0 20px;text-align:justify}.modal-container .modal-content .content-text h3{color:#d4a574;font-size:1.4rem;font-weight:600;margin:25px 0 15px;padding-bottom:10px;border-bottom:2px solid rgba(212,165,116,.3);display:flex;align-items:center;gap:10px}.modal-container .modal-content .content-text h3:before{content:"🦴";font-size:1.2rem}.modal-container .modal-content .content-text ul,.modal-container .modal-content .content-text ol{margin:15px 0;padding-left:25px}:is(.modal-container .modal-content .content-text ul,.modal-container .modal-content .content-text ol) li{margin:8px 0;position:relative}:is(.modal-container .modal-content .content-text ul,.modal-container .modal-content .content-text ol) li::marker{color:#d4a574}.modal-container .modal-content .content-text strong{color:#e4b982;font-weight:600}.modal-container .modal-content .content-text em{color:#c4956f;font-style:italic}.modal-container .modal-content .content-text code{background:#f4e4c11a;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;color:#e4b982;border:1px solid rgba(244,228,193,.2)}.modal-container .modal-content .content-text blockquote{background:#8b6f4733;border-left:4px solid #d4a574;padding:15px 20px;margin:20px 0;border-radius:0 10px 10px 0;font-style:italic;position:relative}.modal-container .modal-content .content-text blockquote:before{content:'"';position:absolute;top:-5px;left:10px;font-size:3rem;color:#d4a574;opacity:.5}.modal-container .modal-content .content-footer{margin-top:30px;padding-top:20px;border-top:1px solid rgba(244,228,193,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.modal-container .modal-content .content-footer .timeline-info{display:flex;flex-direction:column;gap:5px;color:#f4e4c1cc;font-size:.9rem}.modal-container .modal-content .content-footer .timeline-info .info-item{display:flex;align-items:center;gap:8px}.modal-container .modal-content .content-footer .timeline-info .info-item:before{content:"⏱️";font-size:.8rem}.modal-container .modal-content .content-footer .modal-actions{display:flex;gap:10px}.modal-container .modal-content .content-footer .modal-actions button{background:linear-gradient(135deg,#8b6f47,#6d5635);border:2px solid rgba(244,228,193,.3);border-radius:25px;padding:8px 16px;color:#f4e4c1;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-container .modal-content .content-footer .modal-actions button:hover{background:linear-gradient(135deg,#9d7f57,#7d6245);border-color:#f4e4c180;transform:translateY(-2px)}.modal-container .modal-decoration{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d4a574,#e4b982,#f4e4c1,#e4b982,#d4a574);border-radius:20px 20px 0 0}@media (max-width: 768px){.modal-overlay{padding:10px}.modal-container{max-width:100%;max-height:95vh;border-radius:15px}.modal-container .modal-header{padding:20px;flex-direction:column;gap:15px;text-align:center}.modal-container .modal-header h2{font-size:1.5rem}.modal-container .modal-header .close-button{position:absolute;top:15px;right:15px;width:35px;height:35px}.modal-container .modal-content{padding:20px;max-height:calc(95vh - 120px)}.modal-container .modal-content .content-text{font-size:1rem;line-height:1.6}.modal-container .modal-content .content-text h3{font-size:1.2rem}.modal-container .modal-content .content-footer{flex-direction:column;align-items:stretch;text-align:center}.modal-container .modal-content .content-footer .modal-actions{justify-content:center}}@media (max-width: 480px){.modal-container{border-radius:10px}.modal-container .modal-header{padding:15px}.modal-container .modal-header h2{font-size:1.3rem}.modal-container .modal-content{padding:15px}.modal-container .modal-content .content-text{font-size:.95rem;line-height:1.5}.modal-container .modal-content .content-text h3{font-size:1.1rem}}.geological-timeline{--primary-bg: #75553f;--secondary-bg: #85674d;--accent-color: #75553f;--highlight-color: #f3e5ab;--text-color: #f3e5ab;--muted-text: #d4c190;--border-color: #85674d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;padding:1rem;color:var(--text-color);background:#a58b68;border-radius:20px;box-shadow:0 20px 60px #00000080;position:relative;min-height:100vh;overflow:hidden}.geological-timeline:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,107,53,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,210,63,.1) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(205,133,63,.05) 0%,transparent 50%);pointer-events:none;animation:backgroundPulse 8s ease-in-out infinite}@keyframes backgroundPulse{0%,to{opacity:.3}50%{opacity:.6}}.timeline-header{text-align:center;margin-bottom:2rem;position:relative;z-index:10}.timeline-header h1{color:var(--accent-color);font-size:clamp(2rem,5vw,3.5rem);font-weight:900;text-shadow:0 0 20px rgba(255,107,53,.5);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;animation:titleGlow 3s ease-in-out infinite}@keyframes titleGlow{0%,to{text-shadow:0 0 20px rgba(255,107,53,.5)}50%{text-shadow:0 0 30px rgba(255,107,53,.8),0 0 40px rgba(255,210,63,.3)}}.timeline-header h1:before{content:"🦕";font-size:clamp(2rem,5vw,3rem);animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem;font-size:1rem;color:var(--muted-text)}.breadcrumb-item{cursor:pointer;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;background:#ff6b351a;border:2px solid transparent}.breadcrumb-item:hover{background:#ff6b3533;border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-2px);box-shadow:0 5px 15px #ff6b354d}.breadcrumb-separator{color:var(--accent-color);font-size:1.2rem;animation:pulse 2s ease-in-out infinite}.navigation-controls{background:linear-gradient(135deg,#2d1b12e6,#1a0f0ae6);border-radius:20px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 10px 30px #0000004d;position:sticky;top:10px;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,107,53,.2)}.controls-row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.controls-row{flex-direction:row;align-items:center}}.search-container{flex:1;position:relative}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#1a0f0af2,#2d1b12f2);border:2px solid rgba(255,107,53,.3);border-radius:15px;margin-top:.5rem;max-height:300px;overflow-y:auto;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0006}.suggestion-item{padding:1rem;cursor:pointer;border-bottom:1px solid rgba(255,107,53,.1);transition:all .3s ease;position:relative}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:linear-gradient(135deg,#ff6b3533,#ffd23f1a);transform:translate(5px)}.suggestion-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.suggestion-name{font-weight:700;color:var(--text-color);font-size:1rem}.suggestion-type{padding:.2rem .6rem;border-radius:10px;font-size:.75rem;font-weight:600;text-transform:uppercase}.type-era{background:#ff6b354d;color:var(--accent-color)}.type-period{background:#ffd23f4d;color:var(--highlight-color)}.type-epoch{background:#cd853f4d;color:#cd855f}.type-stage{background:#6b4b374d;color:#6b4b37}.suggestion-path{font-size:.8rem;color:var(--muted-text);margin-bottom:.3rem;font-style:italic}.suggestion-match{font-size:.75rem;color:var(--accent-color);display:flex;align-items:center;gap:.3rem}.suggestion-more{padding:.8rem 1rem;text-align:center;color:var(--muted-text);font-size:.9rem;font-style:italic;border-top:1px solid rgba(255,107,53,.2);background:#0003}.card-breadcrumb{font-size:.8rem;color:var(--muted-text);margin-top:.5rem;padding:.3rem .6rem;background:#0000004d;border-radius:8px;text-align:center;border:1px solid rgba(255,107,53,.2)}.search-input-wrapper{position:relative;display:flex;align-items:center}.clear-search-button{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:#ff6b35cc;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .3s ease;z-index:10}.clear-search-button:hover{background:var(--accent-color);transform:translateY(-50%) scale(1.1);box-shadow:0 3px 10px #ff6b3566}.search-input{width:100%;padding:1rem 1.5rem;font-size:1.1rem;background:#1a0f0acc;color:var(--text-color);border:3px solid rgba(255,107,53,.3);border-radius:50px;outline:none;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.search-input:focus{border-color:var(--accent-color);box-shadow:0 0 20px #ff6b3566;transform:scale(1.02)}.search-input::placeholder{color:var(--muted-text)}.view-controls{display:flex;gap:1rem}.view-button{padding:1rem 1.5rem;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#ff6b3533,#ffd23f33);color:var(--text-color);border:2px solid rgba(255,107,53,.3);border-radius:15px;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden}.view-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.view-button:hover:before{left:100%}.view-button:hover{border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-3px);box-shadow:0 10px 25px #ff6b354d}.view-button.active{background:linear-gradient(135deg,var(--accent-color) 0%,var(--highlight-color) 100%);color:var(--primary-bg);border-color:var(--accent-color);box-shadow:0 5px 20px #ff6b3566}.timeline-container{background:#a58b68;border-radius:20px;padding:2rem;box-shadow:inset 0 0 30px #0006;min-height:70vh;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid rgba(255,107,53,.1);position:relative}.timeline-container:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,107,53,0.1)"/><circle cx="80" cy="40" r="0.5" fill="rgba(255,210,63,0.1)"/><circle cx="40" cy="70" r="0.8" fill="rgba(205,133,63,0.1)"/><circle cx="70" cy="80" r="1.2" fill="rgba(255,107,53,0.1)"/></svg>');opacity:.3;pointer-events:none}.timeline-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));position:relative;z-index:2}@media (min-width: 1200px){.timeline-grid{grid-template-columns:repeat(3,1fr)}}.timeline-card{background:linear-gradient(135deg,#ff6b3526,#ffd23f1a);border-radius:20px;padding:0;border:3px solid rgba(255,107,53,.3);box-shadow:0 10px 30px #0000004d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.timeline-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--accent-color) 0%,var(--highlight-color) 100%);z-index:1}.timeline-card:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,107,53,.3) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:all .4s ease;z-index:0}.timeline-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 50px #ff6b3566;border-color:var(--accent-color)}.timeline-card:hover:after{width:200px;height:200px}.timeline-card.highlighted{border-color:var(--highlight-color);box-shadow:0 0 40px #ffd23f99;animation:cardPulse 2s ease-in-out infinite}@keyframes cardPulse{0%,to{box-shadow:0 0 40px #ffd23f99;transform:scale(1)}50%{box-shadow:0 0 60px #ffd23fcc;transform:scale(1.02)}}.card-content{padding:2rem;position:relative;z-index:2}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.card-icon{font-size:3rem;margin-bottom:1rem;display:block;text-align:center;filter:drop-shadow(0 0 10px rgba(255,107,53,.5));animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.card-title{font-size:1.6rem;font-weight:800;color:var(--text-color);margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5);flex:1;text-align:center}.card-dates{background:linear-gradient(135deg,#0009,#1a0f0acc);padding:1rem;border-radius:15px;text-align:center;border:2px solid rgba(255,107,53,.2);min-width:140px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.date-range{font-size:.9rem;font-weight:700;color:var(--highlight-color);display:block;margin:.2rem 0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.duration{font-size:.8rem;color:var(--text-color);font-weight:600;margin-top:.5rem;padding:.3rem .6rem;background:#ff6b3533;border-radius:10px;display:inline-block}.card-visual{display:flex;justify-content:center;align-items:center;margin:1.5rem 0;height:80px;position:relative}.era-visual{font-size:4rem;filter:drop-shadow(0 0 15px rgba(255,107,53,.6));animation:visualPulse 4s ease-in-out infinite}@keyframes visualPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 15px rgba(255,107,53,.6))}50%{transform:scale(1.1);filter:drop-shadow(0 0 25px rgba(255,107,53,.8))}}.card-stats{display:flex;justify-content:space-around;align-items:center;margin:1.5rem 0;padding:1rem;background:#0000004d;border-radius:15px;border:1px solid rgba(255,107,53,.2)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-color);text-align:center}.stat-icon{font-size:1.5rem;filter:drop-shadow(0 0 5px rgba(255,107,53,.5))}.stat-value{font-weight:700;color:var(--highlight-color)}.card-actions{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;gap:1rem}.explore-button{background:linear-gradient(135deg,var(--accent-color) 0%,var(--highlight-color) 100%);border:none;color:var(--primary-bg);padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center;box-shadow:0 5px 15px #ff6b354d;position:relative;overflow:hidden}.explore-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.explore-button:hover:before{left:100%}.explore-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff6b3580}.info-button{background:linear-gradient(135deg,#ff6b3533,#ffd23f33);border:2px solid rgba(255,107,53,.3);color:var(--text-color);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.info-button:hover{background:linear-gradient(135deg,var(--accent-color) 0%,var(--highlight-color) 100%);border-color:var(--accent-color);color:var(--primary-bg);transform:scale(1.1) rotate(360deg);box-shadow:0 5px 20px #ff6b3566}.back-button{background:linear-gradient(135deg,#6b4b37cc,#2d1b12cc);border:2px solid var(--border-color);color:var(--text-color);padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.back-button:hover{background:linear-gradient(135deg,var(--accent-color) 0%,var(--highlight-color) 100%);border-color:var(--accent-color);color:var(--primary-bg);transform:translate(-5px);box-shadow:0 5px 20px #ff6b354d}.empty-state{text-align:center;padding:4rem 2rem;color:var(--muted-text)}.empty-state-icon{font-size:4rem;margin-bottom:2rem;animation:bounce 2s ease-in-out infinite}.empty-state-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.empty-state-description{font-size:1rem;line-height:1.6;margin-bottom:2rem}.search-tips{background:#ff6b351a;padding:1.5rem;border-radius:15px;border:2px solid rgba(255,107,53,.2);text-align:left;max-width:500px;margin:0 auto}.search-tips h4{color:var(--accent-color);margin-bottom:1rem;font-size:1.1rem}.search-tips ul{list-style:none;padding:0;margin:0}.search-tips li{margin-bottom:.8rem;padding:.5rem;background:#0003;border-radius:8px;border-left:3px solid var(--accent-color)}.search-tips strong{color:var(--highlight-color)}.era-paleozoique .era-visual:before{content:"🌊🐟🦐"}.era-mesozoique .era-visual:before{content:"🦕🌿🦖"}.era-cenozoique .era-visual:before{content:"🦣🌳🐘"}@media (max-width: 768px){.clear-search-button{width:25px;height:25px;font-size:.9rem;right:10px}.timeline-grid{grid-template-columns:1fr;gap:1.5rem}.card-content{padding:1.5rem}.card-header{flex-direction:column;text-align:center}.card-title{font-size:1.3rem}.card-actions{flex-direction:column}.explore-button{width:100%}.era-visual{font-size:2.5rem}.card-visual{height:60px;margin:1rem 0}.view-button,.back-button{padding:.6rem 1rem;font-size:.85rem}.breadcrumb-item{padding:.3rem .6rem;font-size:.85rem}.search-input{padding:.8rem 1rem;font-size:1rem}}@media (max-width: 480px){.geological-timeline{padding:.5rem}.timeline-container{padding:1rem}.card-title{font-size:1.1rem}.era-visual{font-size:2rem}.card-visual{height:50px}.view-button,.back-button{padding:.5rem .8rem;font-size:.8rem}}@media (max-width: 768px){.clear-search-button{width:25px;height:25px;font-size:.9rem;right:10px}.search-suggestions{max-height:250px}.suggestion-item{padding:.8rem}.suggestion-main{flex-direction:column;align-items:flex-start;gap:.3rem}.suggestion-name{font-size:.9rem}.suggestion-path{font-size:.75rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.etymo-page{display:flex;flex-direction:column;align-items:center;padding:20px;border-radius:.5em;background:#a58b68;min-height:100vh}.etymo-page .title{font-size:2.5rem;color:#75553f;margin-bottom:20px;animation:fadeInUp 1s ease-in-out}.etymo-page .grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;width:100%;max-width:1200px}.etymo-page .grid-container .grid-item{background:linear-gradient(175deg,#75553f,#f3e5ab);padding:15px;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s,box-shadow .3s;animation:fadeInUp .6s ease-in-out;text-align:center;filter:drop-shadow(5px 15px 10px #f3e5abff)}.etymo-page .grid-container .grid-item:hover{transform:translateY(-10px);box-shadow:0 8px 16px #0003}.etymo-page .grid-container .grid-item .root{font-size:1.5rem;font-weight:700;margin-bottom:5px;color:#d4c190}.etymo-page .grid-container .grid-item .meaning{font-size:1.2rem;color:darken(#85674dff,10%);font-weight:700;margin-bottom:10px}.etymo-page .grid-container .grid-item .origin{font-size:1rem;color:darken(#a58b68ff,20%);font-weight:600}.documentation-page{min-height:100vh;background:linear-gradient(135deg,#f3e5ab,#e4d39e,#75553f);padding:2rem}.documentation-page .documentation-header{text-align:center;margin-bottom:4rem;animation:fadeInUp 1s ease-out}.documentation-page .documentation-header h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(45deg,#75553f,#85674d,#75553f);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 3s ease-in-out infinite;letter-spacing:2px;text-shadow:0 4px 8px rgba(117,85,63,.3)}.documentation-page .documentation-header p{font-size:1.2rem;color:#75553f;opacity:.8;font-weight:600;animation:fadeInUp 1s ease-out .2s both}.documentation-page .documentation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.documentation-page .documentation-grid .documentation-card{background:linear-gradient(135deg,#85674de6,#e4d39ee6);border-radius:20px;padding:2rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(117,85,63,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;animation:fadeInUp 1s ease-out both}.documentation-page .documentation-grid .documentation-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.documentation-page .documentation-grid .documentation-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #75553f4d}.documentation-page .documentation-grid .documentation-card:hover:before{left:100%}.documentation-page .documentation-grid .documentation-card:hover .card-icon svg{transform:scale(1.2) rotate(5deg)}.documentation-page .documentation-grid .documentation-card:hover .link-arrow{transform:translate(5px)}.documentation-page .documentation-grid .documentation-card:nth-child(1){animation-delay:.1s}.documentation-page .documentation-grid .documentation-card:nth-child(2){animation-delay:.2s}.documentation-page .documentation-grid .documentation-card:nth-child(3){animation-delay:.3s}.documentation-page .documentation-grid .documentation-card:nth-child(4){animation-delay:.4s}.documentation-page .documentation-grid .documentation-card:nth-child(5){animation-delay:.5s}.documentation-page .documentation-grid .documentation-card:nth-child(6){animation-delay:.6s}.documentation-page .documentation-grid .documentation-card:nth-child(7){animation-delay:.7s}.documentation-page .documentation-grid .documentation-card:nth-child(8){animation-delay:.8s}.documentation-page .documentation-grid .documentation-card .card-icon{font-size:3rem;margin-bottom:1.5rem}.documentation-page .documentation-grid .documentation-card .card-icon svg{color:#fff;transition:all .3s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.documentation-page .documentation-grid .documentation-card .card-content h3{font-size:1.5rem;color:#fff;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2);line-height:1.3}.documentation-page .documentation-grid .documentation-card .card-content p{color:#ffffffe6;line-height:1.6;margin-bottom:2rem;font-weight:500;font-size:1rem}.documentation-page .documentation-grid .documentation-card .card-content .card-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:1.1rem;text-decoration:none;padding:.8rem 1.5rem;background:#fff3;border-radius:50px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.documentation-page .documentation-grid .documentation-card .card-content .card-link:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 16px #0003}.documentation-page .documentation-grid .documentation-card .card-content .card-link.active{background:#75553fcc;border-color:#75553f80;box-shadow:0 4px 12px #75553f66}.documentation-page .documentation-grid .documentation-card .card-content .card-link .link-arrow{transition:transform .3s ease;font-weight:700}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@media (max-width: 768px){.documentation-page{padding:1rem}.documentation-page .documentation-header{margin-bottom:2rem}.documentation-page .documentation-header h1{letter-spacing:1px}.documentation-page .documentation-header p{font-size:1.1rem}.documentation-page .documentation-grid{grid-template-columns:1fr;gap:1.5rem}.documentation-page .documentation-grid .documentation-card{padding:1.5rem}.documentation-page .documentation-grid .documentation-card .card-icon{font-size:2.5rem;margin-bottom:1rem}.documentation-page .documentation-grid .documentation-card .card-content h3{font-size:1.3rem;margin-bottom:.8rem}.documentation-page .documentation-grid .documentation-card .card-content p{font-size:.95rem;margin-bottom:1.5rem}.documentation-page .documentation-grid .documentation-card .card-content .card-link{font-size:1rem;padding:.7rem 1.2rem}}@media (max-width: 480px){.documentation-page .documentation-grid .documentation-card{padding:1.2rem}.documentation-page .documentation-grid .documentation-card .card-icon{font-size:2rem}.documentation-page .documentation-grid .documentation-card .card-content h3{font-size:1.2rem}.documentation-page .documentation-grid .documentation-card .card-content p{font-size:.9rem}.documentation-page .documentation-grid .documentation-card .card-content .card-link{font-size:.95rem;padding:.6rem 1rem}}@media (min-width: 1200px){.documentation-page .documentation-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1600px){.documentation-page .documentation-grid{grid-template-columns:repeat(4,1fr)}}.article-list-page{max-width:100vw;width:100%;margin:0;padding:0;background:linear-gradient(135deg,#f8f5e8,#e8dcc0,#f0e6d2);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.article-list-header{background:linear-gradient(135deg,#75553fe6,#a08c64d9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:clamp(2rem,5vw,4rem);border-bottom:3px solid rgba(117,85,63,.3);width:100%;max-width:100vw;text-align:center;color:#f8f5e8}.article-list-header .back-link{color:#f8f5e8;text-decoration:none;font-weight:600;margin-bottom:1rem;display:inline-block;transition:all .3s ease;position:absolute;left:clamp(1.5rem,4vw,3rem);top:clamp(1.5rem,4vw,3rem)}.article-list-header .back-link:hover{transform:translate(-5px);opacity:.9}.article-list-header h1{font-size:clamp(2rem,6vw,4rem);font-weight:800;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:-.02em;text-shadow:2px 2px 4px rgba(0,0,0,.4);line-height:1.1}.article-list-header p{font-size:clamp(1rem,2.5vw,1.5rem);opacity:.9;max-width:800px;margin:0 auto}.article-list-container{max-width:min(1200px,calc(100vw - 2rem));margin:2rem auto;padding:clamp(.5rem,2vw,2rem);display:grid;gap:clamp(1rem,2vw,2rem);grid-template-columns:1fr;width:100%;overflow-x:hidden}.article-list-item{background:#fff;border-radius:16px;padding:clamp(1.5rem,3vw,2.5rem);box-shadow:0 8px 25px #75553f1a;border:1px solid rgba(117,85,63,.15);transition:all .3s ease;position:relative;overflow:hidden}.article-list-item:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(to bottom,#75553f,#a08c64);opacity:.7}.article-list-item:hover{transform:translateY(-5px);box-shadow:0 12px 35px #75553f33}.article-list-item h2{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:700;color:#75553f;margin:0 0 1rem;line-height:1.2}.article-list-item h2 a{color:inherit;text-decoration:none;transition:all .3s ease}.article-list-item h2 a:hover{color:#a08c64;text-decoration:underline}.article-preview{font-size:clamp(.9rem,2vw,1rem);line-height:1.6;color:#5d4a37;margin-bottom:1.5rem}.article-preview p{margin:0}.read-more-link{display:inline-block;padding:.7rem 1.2rem;background:linear-gradient(135deg,#75553f,#a08c64);color:#f8f5e8;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.read-more-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #75553f4d}@media (min-width: 768px){.article-list-container{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}@media (max-width: 480px){.article-list-header .back-link{position:relative;left:0;top:0;margin-bottom:1.5rem}.article-list-item{padding:1.2rem}}.article-detail-page{max-width:100vw;width:100%;margin:0;padding:0;background:linear-gradient(135deg,#f8f5e8,#e8dcc0,#f0e6d2);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.article-detail-header{background:linear-gradient(135deg,#75553fe6,#a08c64d9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:clamp(1.5rem,4vw,3rem);border-bottom:3px solid rgba(117,85,63,.3);width:100%;max-width:100vw}.article-detail-header .hero-content{max-width:min(1400px,calc(100vw - 2rem));margin:0 auto;display:flex;align-items:center;gap:2rem}.article-detail-header .title-image-section{display:flex;align-items:center;gap:2rem;flex:1;min-width:0;flex-direction:column}.article-detail-header .back-link{color:#f8f5e8;text-decoration:none;font-weight:600;margin-bottom:1rem;display:inline-block;transition:all .3s ease;align-self:flex-start}.article-detail-header .back-link:hover{transform:translate(-5px);opacity:.9}.article-detail-header h1{font-size:clamp(1.8rem,5vw,4rem);font-weight:800;color:#f8f5e8;margin:0;text-transform:uppercase;letter-spacing:-.02em;text-shadow:2px 2px 4px rgba(0,0,0,.4);flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.1}.article-detail-header .share-btn{background:linear-gradient(135deg,#f8f5e8,#e8dcc0);color:#75553f;border:2px solid rgba(117,85,63,.3);border-radius:50%;padding:.75rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:50px;height:50px;flex-shrink:0}.article-detail-header .share-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px #0003}.image-modal-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;animation:scaleIn .3s ease}.image-modal-close{position:absolute;top:-3rem;right:0;background:#f8f5e8e6;color:#75553f;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1001}.image-modal-close:hover{background:#f8f5e8;transform:scale(1.1)}.image-modal-img{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080;background:#fff;padding:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.main-container{max-width:min(1400px,calc(100vw - 2rem));margin:0 auto;padding:clamp(.5rem,2vw,2rem);display:grid;gap:clamp(.75rem,2vw,2rem);grid-template-columns:1fr;width:100%;overflow-x:hidden}.article-detail-comic{width:100%;max-width:100%;margin:0;padding:0}.article-detail-content{background:#fff;border-radius:16px;padding:clamp(1.5rem,3vw,3rem);box-shadow:0 8px 25px #75553f1a;border:1px solid rgba(117,85,63,.15);position:relative}.article-detail-speech-bubble{position:relative}.article-detail-speech-bubble:before{content:"";position:absolute;top:-15px;left:50px;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid white}.article-detail-speech-bubble-content{font-size:clamp(1rem,2vw,1.1rem);line-height:1.7;color:#5d4a37}.article-detail-speech-bubble-content p{margin:0 0 1rem}.article-detail-speech-bubble-content p:last-child{margin-bottom:0}.article-detail-illustrations{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.article-detail-illustrations img{max-width:100%;max-height:300px;border-radius:12px;border:3px solid rgba(117,85,63,.3);box-shadow:0 8px 25px #0000004d;object-fit:cover;background:#fff;padding:.5rem;transition:all .3s ease}.illustration-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.image-container{position:relative;display:inline-block;cursor:pointer}.image-container:hover img{transform:scale(1.05);box-shadow:0 12px 35px #0006}.image-container:after{content:"🔍";position:absolute;top:.5rem;right:.5rem;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:50%;font-size:.8rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.image-container:hover:after{opacity:1}.illustration-caption{font-size:.9rem;color:#75553f;text-align:center;font-style:italic;margin:0}.navigation-section{background:#75553fe6;padding:2rem;text-align:center;width:100%;max-width:100vw}.navigation-section .navigation-links{max-width:min(1400px,calc(100vw - 4rem));margin:0 auto;display:flex;gap:1rem;justify-content:center}.navigation-section .navigation-link{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:linear-gradient(135deg,#f8f5e8,#e8dcc0);color:#75553f;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;min-width:min(200px,40vw);border:2px solid rgba(248,245,232,.3);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;line-height:1.3}.navigation-section .navigation-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.article-not-found{max-width:min(1200px,calc(100vw - 2rem));margin:2rem auto;padding:2rem;text-align:center;background:#fff;border-radius:16px;box-shadow:0 8px 25px #75553f1a}.article-not-found h1{font-size:2rem;color:#75553f;margin-bottom:1.5rem}.article-not-found a{display:inline-block;padding:.8rem 1.5rem;background:linear-gradient(135deg,#75553f,#a08c64);color:#f8f5e8;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.article-not-found a:hover{transform:translateY(-2px);box-shadow:0 5px 15px #75553f4d}@media (max-width: 768px){.article-detail-header .hero-content{flex-direction:column;gap:1.5rem}.article-detail-header .title-image-section{flex-direction:column;gap:1.5rem;text-align:center;width:100%}.article-detail-header .back-link{align-self:center}.image-modal-overlay{padding:1rem}.image-modal-close{top:-2.5rem;right:-.5rem;width:35px;height:35px}.image-modal-img{max-height:60vh;padding:.5rem}.article-detail-illustrations{flex-direction:column;align-items:center;gap:1rem}.navigation-section .navigation-links{flex-direction:column;align-items:stretch}.navigation-section .navigation-link{min-width:auto;width:100%;max-width:100%;padding:.8rem 1rem;font-size:.9rem;text-align:center;white-space:normal}.main-container{max-width:calc(100vw - 1rem);padding:.5rem;gap:.75rem}}@media (max-width: 480px){.article-detail-header h1{font-size:clamp(1.4rem,8vw,2.5rem);line-height:1;letter-spacing:-.03em}.article-detail-header .share-btn{width:45px;height:45px;padding:.6rem}.navigation-section .navigation-link{padding:.7rem .8rem;font-size:.8rem;line-height:1.2}.main-container{padding:.25rem;gap:.5rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.gisement-details{max-width:min(1400px,calc(100vw - 2rem));margin:2rem auto;padding:0 clamp(.5rem,2vw,2rem);background:#fff;border-radius:16px;box-shadow:0 8px 25px #75553f1a;border:1px solid rgba(117,85,63,.15);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.gisement-details .hero-content{max-width:min(1400px,calc(100vw - 2rem));margin:0 auto;display:flex;align-items:center;gap:2rem;flex-direction:column}.gisement-details .title-image-section{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem;width:100%}.gisement-details .text-content{flex:1;min-width:0}.gisement-details .gisement-title{font-size:clamp(1.8rem,5vw,3rem);font-weight:800;color:#75553f;margin-bottom:1rem;text-transform:uppercase;letter-spacing:-.02em;text-shadow:1px 1px 2px rgba(0,0,0,.1);line-height:1.1;text-align:center}.gisement-details .image-gallery{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.gisement-details .illustration-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.gisement-details .image-container{border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0000004d;border:3px solid rgba(117,85,63,.3);transition:transform .3s ease;background:#fff;padding:.5rem}.gisement-details .image-container:hover{transform:scale(1.03)}.gisement-details .gisement-image{width:100%;max-width:300px;height:200px;object-fit:cover;display:block;border-radius:8px}.gisement-details .illustration-caption{font-size:.9rem;color:#75553f;text-align:center;font-style:italic;margin:0}.gisement-details .content-section{margin-bottom:2rem;width:100%}.gisement-details .description-bubble{background:linear-gradient(135deg,#f8f5e8,#e8dcc0);border-radius:16px;padding:2rem;box-shadow:0 8px 25px #75553f1a;border:1px solid rgba(117,85,63,.15);position:relative}.gisement-details .bubble-content p{font-size:clamp(1rem,2vw,1.1rem);line-height:1.7;color:#5d4a37;margin:0 0 1rem;text-align:left}.gisement-details .bubble-content p:last-child{margin-bottom:0}.gisement-details .share-section{display:flex;justify-content:center;margin-top:2rem}.gisement-details .share-btn{background:linear-gradient(135deg,#f8f5e8,#e8dcc0);color:#75553f;border:2px solid rgba(117,85,63,.3);border-radius:50%;padding:.75rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:50px;height:50px;flex-shrink:0;position:absolute;top:1.5rem;right:1.5rem}.gisement-details .share-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px #0003}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.gisement-details{animation:slideInFromBottom .6s ease-out}@media (max-width: 768px){.gisement-details{padding:0 1rem;margin:1.5rem auto}.gisement-details .hero-content .title-image-section{flex-direction:column;gap:1.5rem;text-align:center}.gisement-details .image-gallery{flex-direction:column;align-items:center;gap:1rem}.gisement-details .gisement-image{max-width:250px;height:180px}.gisement-details .description-bubble{padding:1.5rem}.gisement-details .share-btn{padding:.7rem;font-size:.9rem;top:1rem;right:1rem}}@media (max-width: 480px){.gisement-details .share-btn{width:45px;height:45px;padding:.6rem;top:.8rem;right:.8rem}.gisement-details{margin:1rem auto;padding:0 .5rem}}.gisements-container{max-width:100vw;width:100%;margin:0;padding:0;background:linear-gradient(135deg,#f8f5e8,#e8dcc0,#f0e6d2);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.gisements-container .hero-section{background:linear-gradient(135deg,#75553fe6,#a08c64d9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:clamp(2rem,5vw,4rem);border-bottom:3px solid rgba(117,85,63,.3);width:100%;max-width:100vw;text-align:center;color:#f8f5e8;border-radius:0;box-shadow:none;margin-bottom:0}.gisements-container .hero-content{max-width:min(1400px,calc(100vw - 2rem));margin:0 auto;display:flex;align-items:center;gap:2rem;flex-direction:column;text-align:center}.gisements-container .title-section .main-title{font-size:clamp(2rem,6vw,4rem);font-weight:800;color:#f8f5e8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:-.02em;text-shadow:2px 2px 4px rgba(0,0,0,.4);line-height:1.1}.gisements-container .title-section .subtitle{font-size:clamp(1rem,2.5vw,1.5rem);color:#f8f5e8;opacity:.9;max-width:800px;margin:0 auto;font-style:normal;line-height:1.4}.gisements-container .selection-section{margin-top:1.5rem}.gisements-container .selector-wrapper{display:inline-block;position:relative}.gisements-container .selector-wrapper .site-selector{background:linear-gradient(135deg,#f8f5e8,#e8dcc0);border:2px solid rgba(117,85,63,.3);border-radius:8px;color:#75553f;font-size:1.1rem;font-weight:600;padding:1rem 1.5rem;min-width:300px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #00000026}.gisements-container .selector-wrapper .site-selector:hover{border-color:#75553f80;box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.gisements-container .selector-wrapper .site-selector:focus{outline:none;border-color:#75553fb3;box-shadow:0 0 0 3px #75553f4d}.gisements-container .selector-wrapper .site-selector option{background-color:#fff;color:#2c1810;padding:.5rem;font-weight:500}.gisements-container .share-btn-global{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem;background:#f8f5e833;color:#f8f5e8;border:1px solid rgba(248,245,232,.5);border-radius:6px;font-weight:500;transition:all .3s ease;cursor:pointer;gap:.4rem;margin-top:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gisements-container .share-btn-global:hover{background:#f8f5e84d;transform:translateY(-2px)}.gisements-container .map-section{max-width:min(1400px,calc(100vw - 2rem));margin:2rem auto;padding:0 clamp(.5rem,2vw,2rem)}.gisements-container .map-container{border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #75553f26;border:1px solid rgba(117,85,63,.15)}.gisements-container .map-container .leaflet-container{font-family:Georgia,serif}.gisements-container .map-container .popup-content{text-align:center;padding:.5rem}.gisements-container .map-container .popup-content h3{color:#2c1810;font-size:1.1rem;margin-bottom:.5rem;font-weight:700}.gisements-container .map-container .popup-content p{color:#5d4e37;font-size:.9rem;margin:0;font-style:italic}.gisements-container .details-section{max-width:min(1400px,calc(100vw - 2rem));margin:0 auto;padding:0 clamp(.5rem,2vw,2rem) 2rem;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.gisements-container .hero-section{padding:clamp(1.5rem,4vw,3rem)}.gisements-container .selector-wrapper .site-selector{min-width:250px;font-size:1rem;padding:.8rem 1.2rem}.gisements-container .share-btn-global span{display:none}.gisements-container .map-section,.gisements-container .details-section{padding:0 1rem 1.5rem}}.scroll-to-top-button{position:fixed;bottom:2em;right:2em;opacity:0;transition:opacity .3s ease-in-out;z-index:999}.scroll-to-top-button.show{opacity:1}.scroll-to-top-button .progress-circle{position:relative;width:3em;height:3em;border-radius:50%;border:.25em solid transparent;cursor:pointer;transition:border-image .01s ease-in-out}.scroll-to-top-button .progress-circle:hover{border-color:#ffb300}.scroll-to-top-button .progress-circle .arrow-up{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%) rotate(-135deg);width:1.5em;height:1.5em;border:solid #ffb300;border-width:0 .2em .2em 0;display:inline-block;border-radius:.2em}@media (max-width: 768px){.scroll-to-top-button{bottom:3em}}.NotFound{display:flex;align-items:stretch;flex-direction:column}.NotFound img{margin-top:1em;max-width:100%;height:auto;margin-bottom:1rem;border-radius:1em;outline:2px solid #000}.App{margin:1em;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.App::-webkit-scrollbar{width:.8em}.App::-webkit-scrollbar-track{border-radius:10%;background:linear-gradient(to bottom,#75553f,#f3e5ab)}.App::-webkit-scrollbar-thumb{border-radius:10%;background-color:#a58b68;background:linear-gradient(to top,#75553f,#f3e5ab)}.leaflet-container{height:400px;width:100%}.leaflet-popup-content-wrapper{border-radius:8px}.leaflet-popup-content{margin:12px}.leaflet-control-zoom{border:none!important}.leaflet-control-zoom a{background:linear-gradient(135deg,#f8f5e8,#e8dcc0)!important;color:#75553f!important;border:1px solid rgba(117,85,63,.3)!important}.leaflet-control-zoom a:hover{background:linear-gradient(135deg,#e8dcc0,#d4c190)!important}
