:root{--brand:#16a34a;--dark:#0f172a}body{background:#f8fafc}.hero{background:linear-gradient(135deg,#ecfdf5,#fff)}.search-card{background:#fff;padding:1rem;border-radius:1rem;box-shadow:0 10px 30px rgba(15,23,42,.08)}.cat-card{display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;padding:1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff;color:#0f172a;text-decoration:none;height:110px}.cat-card i{font-size:1.5rem;color:var(--brand)}.listing-card{border:0;border-radius:1rem;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.08)}.listing-card img{height:180px;object-fit:cover}.detail-img{height:500px;object-fit:cover}.avatar{width:58px;height:58px;border-radius:50%;object-fit:cover}.thumb{width:54px;height:44px;object-fit:cover;border-radius:.5rem}.auth-wrap{max-width:480px}.stat{background:#fff;border-radius:1rem;padding:1.2rem;box-shadow:0 8px 24px rgba(15,23,42,.06)}.stat b{display:block;font-size:2rem;color:var(--brand)}.admin-shell{display:flex;min-height:100vh}.admin-sidebar{width:250px;background:#111827;color:#fff;padding:1.5rem;position:fixed;height:100vh}.admin-sidebar a{display:block;color:#cbd5e1;text-decoration:none;padding:.75rem;border-radius:.5rem}.admin-sidebar a:hover{background:#1f2937;color:#fff}.admin-main{margin-left:250px;padding:2rem;width:calc(100% - 250px)}@media(max-width:768px){.admin-sidebar{position:static;width:100%;height:auto}.admin-shell{display:block}.admin-main{margin:0;width:100%}.detail-img{height:320px}.listing-card img{height:140px}}
