.hero-slider{position:relative;height:60vh;min-height:380px;overflow:hidden;color:#fff}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:opacity 1.2s ease-in-out}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#00000026,#0b6e4f8c 85%)}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1.5rem}.hero-content h1{font-size:2.4rem;margin-bottom:.5rem}.hero-content p{font-size:1.1rem;margin-bottom:1.5rem}.hero-dots{position:absolute;z-index:2;bottom:1rem;left:0;right:0;display:flex;justify-content:center;gap:.5rem}.hero-dots .dot{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0}.hero-dots .dot.active{background:#f4a300}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#f5f7f6;color:#1a2e22}a{text-decoration:none;color:inherit}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#0b6e4f;color:#fff}.navbar .brand{font-weight:700;font-size:1.2rem}.navbar nav a{margin-left:1.2rem;color:#fff;font-weight:500}.navbar nav a:hover{text-decoration:underline}.btn{display:inline-block;padding:.7rem 1.6rem;background:#f4a300;color:#1a2e22;border-radius:6px;font-weight:700;border:none;cursor:pointer}.btn:hover{background:#e09400}.container{max-width:1100px;margin:0 auto;padding:2rem}.card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 10px #0000000f;margin-bottom:1.5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}form{display:flex;flex-direction:column;gap:1rem;max-width:480px}form label{font-weight:600;font-size:.9rem}form input,form select,form textarea{padding:.6rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.error{color:#c0392b;font-size:.9rem}.success{color:#0b6e4f;font-size:.9rem}table{width:100%;border-collapse:collapse}th,td{padding:.6rem;border-bottom:1px solid #e2e2e2;text-align:left;font-size:.9rem}th{background:#eef5f1}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.stat-box{background:#fff;border-radius:10px;padding:1.2rem;text-align:center;box-shadow:0 2px 10px #0000000f}.stat-box .value{font-size:1.8rem;font-weight:700;color:#0b6e4f}footer{text-align:center;padding:1.5rem;color:#666;font-size:.9rem}
