@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap";html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Plus Jakarta Sans,Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a202c;background-color:#fff}.container{max-width:1280px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}@media (min-width: 640px){.container{padding:0 2rem}}@media (min-width: 1024px){.container{padding:0 2rem}}@media (min-width: 1280px){.container{padding:0 2rem}}h1,h2,h3,h4,h5,h6{font-family:Nunito,Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;line-height:1.2;margin:0}h1{font-size:2.5rem;font-weight:800;letter-spacing:-.025em}h2{font-size:2rem;font-weight:700;letter-spacing:-.02em}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}h5{font-size:1.125rem;font-weight:500}h6{font-size:1rem;font-weight:500}p,li,span{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.7}button,.btn,.filter-btn,.detail-button{font-family:Nunito,Plus Jakarta Sans,sans-serif;font-weight:600;letter-spacing:.025em}.nav-desktop a,.nav-mobile a{font-family:Nunito,Plus Jakarta Sans,sans-serif;font-weight:500;letter-spacing:.01em}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.header{position:fixed;top:0;width:100%;background:linear-gradient(to right,#667eea,#764ba2);box-shadow:0 4px 6px #0000001a;z-index:50;transition:all .3s ease}.header.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}.header.scrolled .logo h2{background:linear-gradient(to right,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:4rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:3.75rem;height:3.75rem;transition:all .3s ease;border-radius:.75rem}.header.scrolled .logo-icon{filter:none}.logo h2{color:#fff;font-size:1.5rem;font-weight:700;font-family:Nunito,Plus Jakarta Sans,sans-serif;letter-spacing:-.01em;transition:all .3s ease;margin:0}.nav-desktop{display:none;gap:2rem}.nav-desktop a{color:#fff;text-decoration:none;font-weight:500;transition:color .2s;position:relative}.nav-desktop a:hover{color:#e2e8f0}.nav-desktop a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#fff;transition:width .3s}.nav-desktop a:hover:after{width:100%}.header.scrolled .nav-desktop a{color:#667eea}.header.scrolled .nav-desktop a:hover{color:#764ba2}.header.scrolled .nav-desktop a:after{background:linear-gradient(to right,#667eea,#764ba2)}.menu-toggle{display:flex;flex-direction:column;justify-content:center;width:2rem;height:2rem;background:none;border:none;cursor:pointer}.menu-toggle span{width:1.5rem;height:2px;background:#fff;margin:2px 0;transition:all .3s}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-mobile{max-height:0;overflow:hidden;transition:max-height .3s ease;position:absolute;top:100%;left:0;right:0;width:100%;background:#667eeaf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0 0 1rem 1rem;box-shadow:0 4px 20px #0000001a;z-index:1000}.nav-mobile.open{max-height:300px}.nav-mobile nav{padding:1rem 0}.nav-mobile a{display:block;padding:.5rem 1rem;color:#fff;text-decoration:none;border-radius:.5rem;transition:background-color .2s;margin:.25rem 0}.nav-mobile a:hover{background-color:#ffffff1a}.header.scrolled .menu-toggle span{background:#667eea}.header.scrolled .nav-mobile{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header.scrolled .nav-mobile a{color:#667eea}.header.scrolled .nav-mobile a:hover{background-color:#667eea1a}.hero{min-height:100vh;background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:5rem 1rem 2rem;display:flex;align-items:center}.hero-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.hero-text{text-align:center}.hero h1{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.gradient-text{background:linear-gradient(to right,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.125rem;color:#4a5568;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.btn{padding:.75rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .3s;border:none;cursor:pointer;display:inline-block;font-size:1rem;line-height:1.5;min-width:150px;text-align:center}.btn-primary{background:linear-gradient(to right,#667eea,#764ba2);color:#fff;box-shadow:0 4px 6px #0000001a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 15px #667eea4d}.btn-secondary{background:linear-gradient(to right,#f8fafc,#e2e8f0);color:#1a202c;border:2px solid #667eea;box-shadow:0 4px 6px #0000001a}.btn-secondary:hover{background:linear-gradient(to right,#667eea,#764ba2);color:#fff;transform:translateY(-2px);box-shadow:0 8px 15px #667eea4d}.hero-image{display:flex;justify-content:center;align-items:center;position:relative}.hero-img{width:100%;max-width:500px;height:auto;min-height:350px;object-fit:cover;border-radius:2rem;box-shadow:0 20px 40px #00000026,0 10px 20px #667eea1a;transition:all .3s cubic-bezier(.4,0,.2,1);border:3px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:1}.hero-img:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 60px #0003,0 15px 30px #667eea33;border-color:#fff6}.hero-image:before{content:"";position:absolute;inset:20px -20px -20px 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2rem;opacity:.1;z-index:0;transition:all .3s ease}.hero-image:hover:before{opacity:.2;transform:rotate(2deg)}.hero-image:after{content:"";position:absolute;top:-10px;right:-10px;width:80px;height:80px;background:linear-gradient(45deg,#667eea,#764ba2);border-radius:50%;opacity:.15;z-index:0;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.image-placeholder{width:100%;max-width:400px;height:300px;background:#fff;border-radius:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 10px 25px #0000001a;border:2px dashed #cbd5e0}.image-placeholder span{font-size:4rem;margin-bottom:1rem}.image-placeholder p{color:#a0aec0;margin:0}.fauna-flora-section{padding:6rem 0;background:linear-gradient(to bottom,#f8fafc,#f1f5f9)}.fauna-flora-section .container{max-width:1280px;margin:0 auto;padding:0 1rem}.fauna-flora-section .section-header{text-align:center;margin-bottom:4rem}.fauna-flora-section .section-header h2{font-size:2.5rem;font-weight:800;color:#1a202c;margin-bottom:1rem}.fauna-flora-section .section-header p{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.category-section{margin-bottom:4rem}.category-title{display:flex;align-items:center;font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:2rem;justify-content:center;gap:1rem}.category-icon{font-size:2.5rem}.fauna-flora-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:2rem;padding:0 1rem;justify-items:center}.fauna-flora-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;border:1px solid #e5e7eb;transform:translateY(0);width:100%;max-width:380px;height:500px;display:flex;flex-direction:column}.fauna-flora-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:#d1d5db}.fauna-flora-card .card-image{position:relative;overflow:hidden;height:220px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;width:100%}.fauna-flora-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.fauna-flora-card:hover .card-image img{transform:scale(1.05)}.fauna-flora-card .card-image.no-image{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e0}.fauna-flora-card .image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;font-size:3rem;color:#9ca3af;background:none;border:none;box-shadow:none;max-width:none}.fauna-flora-card .image-placeholder:after{content:"Gambar Tidak Tersedia";font-size:.875rem;margin-top:.5rem;color:#6b7280;font-weight:500}.category-indicator{position:absolute;top:1rem;left:1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 2px 8px #0000001a}.status-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a;border:1px solid rgba(255,255,255,.2);color:#fff}.flora-badge{background:#22c55ee6;color:#fff}.fauna-badge{background:#3b82f6e6;color:#fff}.fauna-flora-card .card-content{padding:2rem;height:280px;display:flex;flex-direction:column;justify-content:space-between}.fauna-flora-card .card-content p{color:#6b7280;line-height:1.6;font-size:.95rem;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem}.fauna-flora-card .card-content .species-header{margin-bottom:1rem}.fauna-flora-card .card-content .species-header h4{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:#1a202c;line-height:1.4}.fauna-flora-card .card-content .species-header .scientific-name{font-style:italic;color:#6b7280;font-size:.875rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fauna-flora-card .card-content .description{flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem}.fauna-flora-card .card-content .card-meta{margin-bottom:1rem}.fauna-flora-card .card-content .species-type{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;color:#374151;border-radius:9999px;font-size:.75rem;font-weight:600}.fauna-flora-card .card-content .detail-button{margin-top:auto;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.025em;width:100%}.fauna-flora-card .card-content .detail-button:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.conservation-note{background:linear-gradient(135deg,#10b981,#059669);border-radius:1rem;padding:3rem 2rem;text-align:center;color:#fff;margin-top:4rem;position:relative;overflow:hidden}.conservation-note:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(255,255,255,.1) 0%,transparent 100%);pointer-events:none}.conservation-note .note-content{position:relative;z-index:1}.conservation-note .note-content h4{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.conservation-note .note-content p{font-size:1.125rem;line-height:1.6;opacity:.95;max-width:800px;margin:0 auto 2rem}.conservation-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:600px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.stat-item{text-align:center;padding:1rem;background:#ffffff1a;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.stat-item:hover{transform:translateY(-2px);background:#ffffff26}.stat-number{display:block;font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem;color:#fff}.stat-label{display:block;font-size:.875rem;font-weight:500;opacity:.9;text-transform:uppercase;letter-spacing:.025em}.contact-section{padding:6rem 0;background:linear-gradient(to bottom,#f8fafc,#fff)}.contact-section .container{max-width:1280px;margin:0 auto;padding:0 1rem}.contact-section .section-header{text-align:center;margin-bottom:4rem}.contact-section .section-header h2{font-size:2.5rem;font-weight:800;color:#1a202c;margin-bottom:1rem}.contact-section .section-header p{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto;align-items:start;justify-content:center}.contact-info h3,.contact-form-container h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:2rem}.info-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-icon{font-size:1.5rem;margin-top:.25rem}.info-item h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.info-item p{color:#6b7280;line-height:1.6}.social-media{margin-top:2rem}.social-media h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border-radius:.5rem;text-decoration:none;color:#4b5563;transition:all .3s ease}.social-link:hover{background:#e5e7eb;transform:translateY(-2px)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#10b981}.submit-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b9814d}.map-section{max-width:1200px;margin:0 auto;text-align:center}.map-section h3{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:2rem;text-align:center}.map-container{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000001a}.map-placeholder{height:300px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.map-content h4{font-size:1.5rem;color:#4b5563;margin-bottom:1rem}.map-content p{color:#6b7280;margin-bottom:1.5rem}.map-directions{text-align:left;background:#fff;padding:1rem;border-radius:.5rem;margin-top:1rem}.map-directions p{margin-bottom:.5rem;font-size:.875rem}.information-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e5f0ff)}.information-section .container{max-width:1280px;margin:0 auto;padding:0 1rem}.information-section .section-header{text-align:center;margin-bottom:4rem}.information-section .section-header h2{font-size:2.5rem;font-weight:800;color:#1a202c;margin-bottom:1rem}.information-section .section-header p{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.filter-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:3rem}.filter-btn{padding:.75rem 1.5rem;background:#fff;color:#374151;border:2px solid #e5e7eb;border-radius:9999px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.025em;outline:none;box-shadow:0 2px 4px #0000000d}.filter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000026;border-color:#667eea;background:#f8fafc}.filter-btn.active{background:linear-gradient(to right,#667eea,#764ba2);color:#fff;border-color:#667eea;transform:scale(1.05)}.filter-btn.active:hover{transform:scale(1.05) translateY(-2px)}.information-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.information-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid #e5e7eb;box-shadow:0 4px 6px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;transform:translateY(0);overflow:hidden;height:350px;display:flex;flex-direction:column}.information-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.information-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:#d1d5db}.information-card:hover:before{transform:scaleX(1)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.category-badge{padding:.375rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.date-badge{padding:.375rem .75rem;background:#f3f4f6;color:#6b7280;border-radius:9999px;font-size:.75rem;font-weight:500}.card-title{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.card-title .icon{font-size:2rem;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-title h3{font-size:1.25rem;font-weight:700;color:#1a202c;line-height:1.4;margin:0;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.card-description{color:#6b7280;line-height:1.6;margin-bottom:2rem;font-size:.95rem;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}.detail-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.025em;width:100%;margin-top:auto}.detail-button:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.information-detail-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.information-detail-modal{background:#fff;border-radius:1rem;max-width:800px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px #0000004d}.detail-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff}.detail-title{display:flex;align-items:center}.detail-icon{font-size:2.5rem;margin-right:1rem}.detail-title h2{font-size:1.75rem;font-weight:700;margin:0}.close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .3s ease}.close-btn:hover{background:#fff3}.detail-content{flex:1;overflow-y:auto;padding:2rem}.introduction{background:#f8fafc;padding:1.5rem;border-radius:.75rem;margin-bottom:2rem;border-left:4px solid #10b981}.introduction p{color:#4b5563;line-height:1.6;margin:0;font-size:1.125rem}.content-section{margin-bottom:2rem}.content-section h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center}.content-section ul{list-style:none;padding:0;margin:0}.content-section li{padding:.75rem 0;border-bottom:1px solid #e5e7eb;color:#4b5563;display:flex;align-items:flex-start}.content-section li:before{content:"✓";color:#10b981;font-weight:700;margin-right:.75rem;margin-top:.1rem}.content-section li:last-child{border-bottom:none}.notes-section{background:#fef3c7;border:1px solid #f59e0b;border-radius:.75rem;padding:1.5rem;margin-top:2rem}.notes-section h3{color:#92400e;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.notes-list{list-style:none;padding:0;margin:0}.notes-list li{padding:.5rem 0;color:#92400e;display:flex;align-items:flex-start;border-bottom:none}.notes-list li:before{content:"⚠️";margin-right:.75rem;margin-top:.1rem}.detail-footer{padding:1.5rem 2rem;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.detail-footer .btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.detail-footer .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b9814d}.information-card .card-image,.information-card .card-image img,.information-card:hover .card-image img{display:none}.detail-image{width:100%;margin-bottom:1.5rem;border-radius:1rem;box-shadow:0 4px 20px #0000001a;overflow:visible}.detail-image img{width:100%;height:auto;object-fit:contain;border-radius:1rem;max-width:100%}.image-error{color:#ef4444;text-align:center;padding:2rem;background-color:#fef2f2;border:1px dashed #fca5a5;border-radius:.5rem;font-size:.875rem}.meta-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;padding:1rem;background-color:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.meta-item{display:flex;align-items:center;gap:.5rem}.meta-label{font-weight:600;color:#475569;font-size:.875rem}.date-info,.status-active{color:#059669;font-weight:500;font-size:.875rem}.description-content p{margin-bottom:1rem;line-height:1.7;color:#374151}@media (min-width: 768px){.nav-desktop{display:flex}.menu-toggle{display:none}.header-container{height:5rem}.hero-container{grid-template-columns:1fr 1fr;gap:4rem}.hero-text{text-align:left}.hero h1{font-size:3.5rem}.hero-buttons{justify-content:flex-start}.contact-content{gap:3rem;max-width:1000px}.contact-info,.contact-form-container{padding:2.5rem}}@media (min-width: 1024px){.hero h1{font-size:4rem}.contact-content{gap:4rem;max-width:1200px}.contact-info,.contact-form-container{padding:3rem}.map-section{padding:0 2rem}}.section{padding:5rem 1rem}.section-container{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#4a5568;max-width:600px;margin:0 auto}.bg-white{background:#fff}.bg-gray{background:linear-gradient(135deg,#f7fafc,#edf2f7)}.text-center{text-align:center}.grid{display:grid}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.team{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.team-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.team-stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease}.team-stat-card:hover{transform:translateY(-5px);background:#ffffff26}.team-stat-icon{font-size:2.5rem;margin-bottom:1rem}.team-stat-number{font-size:2.5rem;font-weight:800;display:block;margin-bottom:.5rem}.team-stat-label{font-size:1rem;opacity:.9}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.team-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#f59e0b,#ef4444);background-size:300% 100%;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.team-card:hover{transform:translateY(-10px);background:#ffffff26}.team-photo{font-size:4rem;margin-bottom:1.5rem;display:block}.team-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.team-role{font-size:1rem;font-weight:600;color:#fbbf24;margin-bottom:1rem}.team-university{font-size:.875rem;opacity:.8;margin-bottom:.5rem}.team-major{font-size:.875rem;opacity:.7}.footer{background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff}.footer-container{max-width:1280px;margin:0 auto;padding:4rem 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.footer-brand{margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.footer-brand p{color:#a0aec0;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:3rem;height:3rem;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.footer-social a:hover{background:#667eea;transform:scale(1.1)}.footer-social span{font-size:1.25rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.75rem}.footer-section a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-contact{display:flex;flex-direction:column;gap:1.5rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.footer-contact-icon{font-size:1.25rem;margin-top:.25rem}.footer-contact-content h5{font-weight:600;margin-bottom:.25rem}.footer-contact-content p{color:#a0aec0;font-size:.875rem;white-space:pre-line}.footer-bottom{border-top:1px solid #4a5568;padding-top:2rem;text-align:center}.footer-bottom p{color:#a0aec0}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.footer-links a{color:#a0aec0;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-contact{display:grid;grid-template-columns:1fr;gap:1.5rem}}@media (min-width: 1024px){.footer-grid{grid-template-columns:2fr 1fr 1.2fr;gap:4rem}.footer-contact{display:grid;grid-template-columns:1fr;gap:1.5rem}}.additional-species-note{text-align:center;margin:3rem 0 2rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1rem;border-left:4px solid #667eea}.additional-species-note p{font-size:1.125rem;font-style:italic;color:#4a5568;margin:0;font-weight:500;letter-spacing:.025em}@media (max-width: 767px){html,body{overflow-x:hidden;max-width:100vw}*{box-sizing:border-box}.header{position:relative}.header-container{padding:0 1rem;max-width:100vw}.logo h2{font-size:1.25rem}.logo-icon{width:2.5rem;height:2.5rem}.contact-content{grid-template-columns:1fr!important;gap:2rem;max-width:100vw;margin:0;padding:0}.contact-info,.contact-form-container{margin:0 1rem;padding:1.5rem}.contact-section .container{padding:0 1rem;max-width:100vw;margin:0 auto}.contact-section .section-header h2{font-size:2rem}.map-container{width:100%;overflow:hidden}.map-container iframe{width:100%;height:300px}}.contact-info{background:#fffc;padding:2rem;border-radius:1.5rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(102,126,234,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-form-container{background:#ffffffe6;padding:2rem;border-radius:1.5rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(102,126,234,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-box{background:#fff;border-radius:1rem;padding:2rem;width:100%;max-width:400px;box-shadow:0 20px 40px #0000001a}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;color:#1a202c;margin-bottom:.5rem}.login-header p{color:#6b7280;font-size:.875rem}.login-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem;text-align:center}.login-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-footer{background:#f9fafb;padding:1rem;border-radius:.5rem;text-align:center;font-size:.875rem;color:#6b7280;margin-bottom:1rem}.login-footer p{margin:.25rem 0}.back-to-site{text-align:center}.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.loading-spinner{text-align:center}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner p{color:#6b7280;font-size:.875rem}.admin-dashboard{min-height:100vh;background:#f8fafc}.admin-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0}.admin-header-content{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-right{flex-shrink:0;display:flex;align-items:center;padding-top:1rem}.admin-header h1{font-size:2rem;margin:0}.admin-header p{margin:.5rem 0 0;opacity:.9}.admin-actions{display:flex;gap:1rem;flex-wrap:wrap}.admin-dashboard .btn-primary,.admin-form .btn-primary,.form-actions .btn-primary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.admin-dashboard .btn-primary:hover,.admin-form .btn-primary:hover1{background:#ffffff4d;transform:translateY(-2px)}.form-actions .btn-primary:hover{background:#3a06abd3;transform:translateY(-2px)}.admin-dashboard .btn-secondary,.admin-form .btn-secondary,.form-actions .btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.admin-dashboard .btn-secondary:hover,.admin-form .btn-secondary:hover,.form-actions .btn-secondary:hover{background:#ffffff1a;border-color:#fffc}.admin-content{max-width:1280px;margin:0 auto;padding:2rem 1rem;overflow:hidden;position:relative}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center;gap:1rem}.stat-icon{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-info h3{font-size:2rem;margin:0;color:#1a202c}.stat-info p{margin:0;color:#6b7280;font-size:.875rem}.form-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.form-modal-content{background:#fff;border-radius:1rem;padding:0;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;border-radius:1rem 1rem 0 0}.modal-header h2{margin:0;color:#1a202c;font-size:1.5rem}.close-modal{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.5rem;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-modal:hover{background:#e5e7eb;color:#374151}.admin-form{padding:2rem}.admin-form .form-group{margin-bottom:1.5rem}.admin-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.admin-form input,.admin-form textarea,.admin-form select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.icon-selector{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:.5rem}.icon-option{padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease;text-align:center}.icon-option:hover{border-color:#667eea;background:#f3f4f6}.icon-option.selected{border-color:#667eea;background:#e0e7ff}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.form-actions .btn-primary,.form-actions .btn-secondary{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem;min-width:120px;display:flex;align-items:center;justify-content:center;gap:.5rem}.form-actions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.form-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.form-actions .btn-secondary{background:#f3f4f6;color:#374151;border:2px solid #e5e7eb}.form-actions .btn-secondary:hover{background:#e5e7eb;border-color:#d1d5db}.data-table{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.data-table h2{padding:1.5rem;margin:0;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#1a202c}.table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.admin-table th{background:#f9fafb;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.admin-table tr:hover{background:#f9fafb}.icon-cell{font-size:1.5rem;text-align:center;width:60px}.title-cell{font-weight:600;color:#1a202c;min-width:200px}.category-badge{padding:.25rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.description-cell{max-width:300px;color:#6b7280;font-size:.875rem;line-height:1.4}.action-cell{white-space:nowrap}.btn-edit,.btn-delete{padding:.5rem;border:none;border-radius:.375rem;cursor:pointer;font-size:1rem;margin:0 .25rem;transition:all .2s ease}.btn-edit{background:#fef3c7;color:#92400e}.btn-edit:hover{background:#fde68a;transform:scale(1.1)}.btn-delete{background:#fee2e2;color:#dc2626}.btn-delete:hover{background:#fecaca;transform:scale(1.1)}@media (max-width: 768px){.admin-header-content{flex-direction:column;align-items:center;text-align:center;gap:1rem}.header-left{width:100%}.header-right{width:100%;justify-content:center;padding-top:0}.admin-tabs,.fauna-flora-tabs{flex-wrap:wrap;justify-content:center}.tab-button,.fauna-flora-tab-button{min-width:140px;text-align:center}.admin-category-selector{grid-template-columns:1fr}}.file-input-container{position:relative;border:2px dashed #e5e7eb;border-radius:.75rem;padding:2rem;text-align:center;background:#f9fafb;transition:all .3s ease;cursor:pointer}.file-input-container:hover{border-color:#667eea;background:#f0f4ff}.file-input-container.dragging{border-color:#667eea;background:#e0e7ff;box-shadow:0 0 20px #667eea33}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-input-label{display:flex;flex-direction:column;align-items:center;gap:.5rem;pointer-events:none}.file-icon{font-size:2rem;color:#667eea}.file-input-label span:nth-child(2){font-weight:600;color:#374151}.file-hint{font-size:.75rem;color:#6b7280}.image-preview{margin-top:1rem;position:relative;display:inline-block}.preview-image{max-width:200px;max-height:200px;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.remove-image{position:absolute!important;top:-.5rem!important;right:-.5rem!important;background:#ef4444!important;color:#fff!important;border:none!important;border-radius:.375rem!important;padding:.375rem .75rem!important;cursor:pointer!important;font-size:.75rem!important;font-weight:500!important;transition:all .3s ease!important;white-space:nowrap!important;z-index:10!important;min-width:fit-content!important;box-sizing:border-box!important}.remove-image:hover{background:#dc2626!important;transform:scale(1.05)!important}.remove-image{padding:.375rem .75rem!important;min-width:fit-content!important;box-sizing:border-box!important}.image-input-tabs{display:flex;margin-bottom:10px;border-radius:6px;overflow:hidden;border:2px solid #e1e5e9}.tab-button{flex:1;padding:10px 15px;background:#f8f9fa;border:none;cursor:pointer;font-size:14px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.tab-button:hover{background:#e9ecef}.tab-button.active{background:#667eea;color:#fff}.url-input-container{display:flex;gap:10px;margin-top:10px}.url-input{flex:1;padding:10px;border:2px solid #e1e5e9;border-radius:6px;font-size:14px;transition:border-color .3s ease}.url-input:focus{outline:none;border-color:#667eea}.btn-preview-url{padding:10px 15px;background:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background .3s ease;white-space:nowrap}.btn-preview-url:hover:not(:disabled){background:#218838}.btn-preview-url:disabled{background:#6c757d;cursor:not-allowed}.image-preview{margin-top:15px;position:relative;display:inline-block;max-width:100%}.image-preview img{max-width:200px;max-height:200px;border-radius:8px;border:2px solid #e1e5e9;object-fit:cover;display:block}.image-error{padding:20px;text-align:center;background:#f8d7da;color:#721c24;border-radius:8px;border:2px solid #f5c6cb}.remove-image{position:absolute;top:-10px;right:-10px;background:#dc3545;color:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.remove-image:hover{background:#c82333}.file-input-container{position:relative;border:2px dashed #ccc;border-radius:8px;padding:30px 20px;text-align:center;background:#fafafa;transition:all .3s ease;cursor:pointer}.file-input-container:hover{border-color:#667eea;background:#f0f2ff}.file-input-container.dragging{border-color:#667eea;background:#e8ecff;transform:scale(1.02)}.file-input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}.file-input-label{display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}.file-icon{font-size:24px}.file-hint{font-size:12px;color:#6c757d}@media (max-width: 768px){.url-input-container,.image-input-tabs{flex-direction:column}.tab-button{border-radius:0}.image-preview img{max-width:150px;max-height:150px}}.admin-table img{max-width:80px;max-height:80px;object-fit:cover;border-radius:.375rem;border:2px solid #e5e7eb}.admin-table .image-cell{width:100px;text-align:center}.admin-footer{text-align:center;padding:2rem;background:#f9fafb;border-radius:1rem;margin-top:2rem}.admin-footer p{margin-bottom:1rem;color:#6b7280}.admin-footer-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.back-link,.btn-reset,.btn-debug,.btn-clear{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;font-size:.875rem}.back-link{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.back-link:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.btn-reset{background:#fbbf24;color:#92400e;border:2px solid #f59e0b}.btn-reset:hover{background:#f59e0b;color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px #f59e0b4d}.btn-debug{background:#3b82f6;color:#fff}.btn-debug:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 16px #3b82f64d}.btn-clear{background:#ef4444;color:#fff}.btn-clear:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 16px #ef44444d}.admin-dashboard .status-badge,.admin-content .status-badge{position:static!important;display:inline-block!important}.admin-table .status-badge{position:static!important;top:auto!important;right:auto!important;display:inline-block!important;margin:0!important;padding:.25rem .75rem!important;border-radius:9999px!important;font-size:.75rem!important;font-weight:600!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:0 1px 3px #0000001a!important;border:1px solid transparent!important;color:#fff!important;vertical-align:middle!important}.admin-table .flora-badge{background:#10b981!important;color:#fff!important}.admin-table .fauna-badge{background:#3b82f6!important;color:#fff!important}@media (max-width: 768px){.admin-header-content{flex-direction:column;text-align:center;gap:1rem}.admin-actions{justify-content:center}.form-row{grid-template-columns:1fr}.icon-selector{grid-template-columns:repeat(3,1fr)}.admin-table{font-size:.875rem}.admin-table th,.admin-table td{padding:.75rem .5rem}.description-cell{max-width:200px}.form-actions{flex-direction:column}.admin-dashboard .btn-primary,.admin-dashboard .btn-secondary{text-align:center}.admin-footer-actions{flex-direction:column;align-items:center}.back-link,.btn-reset{width:100%;max-width:200px}}@media (max-width: 768px){.form-modal{padding:.5rem}.form-modal-content{max-width:100%;max-height:95vh}.modal-header{padding:1rem 1.5rem}.modal-header h2{font-size:1.25rem}.admin-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.form-actions{flex-direction:column-reverse;gap:.75rem}.form-actions .btn-primary,.form-actions .btn-secondary{width:100%;min-width:auto}.icon-selector{grid-template-columns:repeat(4,1fr)}}.admin-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%}.header-left{flex:1}.header-right{flex-shrink:0;display:flex;align-items:flex-start;padding-top:0}.content-actions{margin-top:1.5rem}.logout-btn{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000001a;font-size:.875rem}.logout-btn:hover{background:#ffffff1a;border-color:#fffc;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.admin-tabs{display:flex;gap:.5rem;margin-top:1.5rem;margin-bottom:.5rem}.tab-button{background:#ffffff1a;color:#fffc;border:2px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tab-button:hover{background:#ffffff26;border-color:#fff6;color:#fff;transform:translateY(-1px)}.tab-button.active{background:#ffffff40;border-color:#fff9;color:#fff;box-shadow:0 4px 12px #00000026}.admin-tabs .tab-button{background:#f8f9fa!important;color:#495057!important;border:2px solid #dee2e6!important;padding:.75rem 1.5rem!important;border-radius:.75rem!important;font-weight:600!important;cursor:pointer!important;transition:all .3s ease!important;font-size:.875rem!important}.admin-tabs .tab-button:hover{background:#e9ecef!important;border-color:#adb5bd!important;color:#343a40!important;transform:translateY(-1px)!important}.admin-tabs .tab-button.active{background:#667eea!important;border-color:#667eea!important;color:#fff!important;box-shadow:0 4px 12px #667eea40!important}.fauna-flora-admin-container{min-height:calc(100vh - 200px)}.fauna-flora-header{background:linear-gradient(135deg,#023826,#059669);color:#fff;padding:2rem 0;margin-bottom:2rem;border-radius:1rem;border-color:#d1d5db}.fauna-flora-header-content{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.fauna-flora-tabs{display:flex;gap:.5rem;margin-top:1.5rem}.fauna-flora-tab-button{background:#ffffff1a;color:#fffc;border:2px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fauna-flora-tab-button:hover{background:#ffffff26;border-color:#fff6;color:#fff;transform:translateY(-1px)}.fauna-flora-tab-button.active{background:#ffffff40;border-color:#fff9;color:#fff;box-shadow:0 4px 12px #00000026}.fauna-flora-actions{margin-top:1.5rem}.admin-category-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.category-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px #0000001a;border:2px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026;border-color:#667eea}.category-card.active{border-color:#667eea;background:linear-gradient(135deg,#f0f4ff,#e0e7ff);box-shadow:0 8px 16px #667eea33}.category-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.category-icon{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.category-title{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0}.category-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.category-stats{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.category-count{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.category-action{color:#667eea;font-size:.875rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.category-action:hover{color:#764ba2}
