:root{--green:#006b3c;--dark:#004d2c;--soft:#ecf7f1;--line:#e2e9e5;--text:#17221b;--muted:#6d766f}
*{box-sizing:border-box}body{background:#f8faf9;color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:14px}a{text-decoration:none}.navbar-brand{color:var(--green)!important;line-height:1}.navbar-brand strong{display:block;font-size:23px}.navbar-brand small{display:block;font-size:9px;color:#222}.brand-leaf{font-size:31px}.search-input{border-radius:7px 0 0 7px}.search-input+.btn{border-radius:0 7px 7px 0}.subnav{background:linear-gradient(90deg,var(--dark),var(--green));padding:10px 0}.subnav a{color:white;font-size:12px}.site-footer{background:linear-gradient(90deg,#04572f,#00703e);color:white}.site-footer a{display:block;color:white;margin:7px 0;font-size:12px}.footer-bottom{background:white;color:#555;padding:12px 4%}
.hero{height:430px;border-radius:12px;overflow:hidden;background:#dce7df}.hero .carousel-inner,.hero .carousel-item{height:100%}.hero img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.68) 37%,rgba(255,255,255,.05) 67%)}.hero-copy{position:absolute;left:34px;top:48px;width:47%;z-index:2}.hero-copy span{color:var(--green);font-weight:800}.hero-copy h1{font-size:46px;color:var(--green);font-weight:850;margin:5px 0}.hero-copy p{max-width:430px;font-weight:600}.hero-actions{position:absolute;left:34px;right:34px;bottom:25px;z-index:4}.trust-links{display:flex;gap:9px;margin-bottom:12px}.trust-links a{display:flex;gap:9px;align-items:center;background:#ffffffed;padding:10px 12px;border:1px solid var(--line);border-radius:8px;color:var(--text)}.trust-links i{color:var(--green);font-size:20px}.trust-links span{display:flex;flex-direction:column}.trust-links small{font-size:9px;color:var(--muted)}.hero-btn{min-width:250px;height:50px;display:flex;align-items:center;justify-content:center;font-weight:800}
.market-pulse,.category-section,.market-preview,.panel,.form-card,.detail-card,.filter-panel{background:white;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:0 4px 15px #1639230b}.pulse-heading,.section-heading,.dashboard-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.pulse-heading span,.section-heading span,.dashboard-heading span{font-size:10px;color:var(--green);font-weight:800;letter-spacing:.08em}.pulse-heading h2,.section-heading h2,.section-heading h3,.dashboard-heading h1{margin:3px 0 0;font-weight:800}.pulse-grid{display:grid;grid-template-columns:repeat(4,1fr) 1.3fr 1.1fr;gap:10px;margin-top:14px}.pulse-stat,.price-panel,.weather-panel{border:1px solid var(--line);border-radius:9px;padding:11px;background:linear-gradient(145deg,#fff,#f5faf7)}.pulse-stat{display:flex;gap:10px;align-items:center}.pulse-stat i{width:35px;height:35px;display:grid;place-items:center;background:var(--soft);border-radius:9px;color:var(--green);font-size:17px}.pulse-stat span{display:flex;flex-direction:column}.pulse-stat strong{font-size:16px}.pulse-stat small,.price-panel p,.weather-panel small,.weather-panel span{font-size:8px}.price-panel p{display:flex;justify-content:space-between;margin:6px 0}.weather-panel{display:flex;flex-direction:column}.weather-panel>strong{font-size:26px;color:var(--green)}
.category-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:7px}.category-card{flex:0 0 150px;text-align:center;color:var(--text);font-weight:800;border:1px solid var(--line);border-radius:10px;padding:8px}.category-card img{width:100%;height:105px;object-fit:contain;background:#f5f8f6;border-radius:8px}.category-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #005c3220}
.product-card{display:flex;flex-direction:column;height:100%;gap:5px}.product-card img{width:100%;height:130px;object-fit:cover;border-radius:8px}.product-card h6{margin:3px 0 0;font-weight:800}.product-card small{font-size:9px;color:var(--muted)}.benefits{display:flex;justify-content:space-around;border-top:1px solid var(--line);padding-top:18px;color:var(--green);font-size:11px}.listing-card{height:100%;background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 3px 15px #14371f0b}.listing-card> a img{width:100%;height:220px;object-fit:cover}.listing-card h5{margin:10px 0 5px}.location{font-size:11px;color:var(--muted)}.clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#5c655f}
.market-layout{display:grid;grid-template-columns:290px 1fr;gap:22px}.filter-panel{height:max-content;position:sticky;top:125px}.filter-panel label,.form-card label,.detail-card label,.auth-card label{display:block;font-size:11px;font-weight:800;margin:12px 0 5px}.empty-state{text-align:center;background:white;border:1px dashed #bdd0c3;border-radius:12px;padding:60px}.empty-state i{font-size:50px;color:var(--green)}
.listing-gallery{background:white;border-radius:12px;overflow:hidden}.listing-gallery img{width:100%;height:550px;object-fit:contain;background:#eef2ef}.detail-price{font-size:28px;color:var(--green);font-weight:850;margin:15px 0}.detail-price small{font-size:13px;color:var(--muted)}.seller-box{display:flex;align-items:center;gap:12px;background:var(--soft);padding:13px;border-radius:9px}.seller-box i{font-size:24px;color:var(--green)}.seller-box span{display:flex;flex-direction:column}.qty{width:90px}
.auth-page{min-height:65vh;display:grid;place-items:center;padding:50px 15px;background:linear-gradient(135deg,#eff9f3,#fff)}.auth-card{width:min(650px,100%);background:white;padding:30px;border:1px solid var(--line);border-radius:15px;box-shadow:0 15px 50px #004a2818}.form-card{max-width:1000px;margin:auto}.image-preview{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.image-preview img{width:100px;height:80px;object-fit:cover;border-radius:8px}
.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:22px 0}.admin-stats>div{background:white;border:1px solid var(--line);border-radius:12px;padding:20px;display:flex;align-items:center;gap:14px}.admin-stats i{font-size:26px;color:var(--green)}.admin-stats span{display:flex;flex-direction:column}.admin-stats strong{font-size:22px}.table-product{display:flex;align-items:center;gap:10px}.table-product img{width:55px;height:45px;object-fit:cover;border-radius:7px}.table-product span{display:flex;flex-direction:column}.table-product small{font-size:9px;color:var(--muted)}.inquiry{border-bottom:1px solid var(--line);padding:10px 0}.inquiry small{display:block;color:var(--green)}.inquiry p{margin:4px 0;font-size:12px}.mini-listing{display:flex;gap:10px;border:1px solid var(--line);border-radius:9px;padding:8px}.mini-listing img{width:80px;height:70px;object-fit:cover;border-radius:7px}.mini-listing div{display:flex;flex-direction:column}.cart-item{display:flex;align-items:center;gap:15px;padding:13px;border-bottom:1px solid var(--line)}.cart-item img{width:90px;height:75px;object-fit:cover;border-radius:8px}.cart-item div{display:flex;flex:1;flex-direction:column}.order-line{display:grid;grid-template-columns:1fr auto;gap:3px;border-bottom:1px solid var(--line);padding:10px 0}.order-line small{grid-column:1/-1}
@media(max-width:1199px){.pulse-grid{grid-template-columns:repeat(4,1fr)}.price-panel,.weather-panel{grid-column:span 2}.market-layout{grid-template-columns:1fr}.filter-panel{position:static}.hero{height:450px}}
@media(max-width:767px){.hero{height:610px}.hero img{object-position:65% center}.hero-shade{background:#ffffffe0}.hero-copy{left:22px;right:22px;width:auto}.hero-copy h1{font-size:34px}.hero-actions{left:18px;right:18px}.trust-links{display:grid}.hero-btn{min-width:0;width:100%}.pulse-grid{grid-template-columns:1fr 1fr}.price-panel,.weather-panel{grid-column:span 2}.pulse-heading,.section-heading,.dashboard-heading{align-items:flex-start;flex-direction:column}.admin-stats{grid-template-columns:1fr 1fr}.listing-gallery img{height:350px}}
@media(max-width:480px){.pulse-grid,.admin-stats{grid-template-columns:1fr}.price-panel,.weather-panel{grid-column:auto}.category-card{flex-basis:135px}.benefits{display:grid;gap:10px}}

/* Compact production homepage — PHP 8 edition */
.site-header{box-shadow:0 3px 16px rgba(18,55,34,.06)}
.navbar{min-height:54px}.compact-search{max-width:650px}.compact-search .form-control{border-radius:7px 0 0 7px;border-color:#dce5df}.compact-search .btn{border-radius:0 7px 7px 0;width:46px}.compact-alert{padding:.65rem 1rem;margin-bottom:0}.subnav{padding:8px 0}.subnav a{white-space:nowrap}
.home-shell{max-width:1920px;margin:auto}.top-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(340px,.7fr);gap:14px}.compact-hero{height:350px;border-radius:14px;overflow:hidden;background:#dce8df;box-shadow:0 8px 28px rgba(15,65,36,.10)}.compact-hero .carousel-inner,.compact-hero .carousel-item{height:100%}.compact-hero img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-gradient{position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,252,248,.96),rgba(247,252,248,.70) 38%,rgba(255,255,255,.03) 68%)}.hero-content{position:absolute;z-index:2;left:34px;top:50%;transform:translateY(-50%);max-width:49%}.eyebrow,.panel-head span,.section-line span{color:var(--green);font-size:9px;font-weight:900;letter-spacing:.1em}.hero-content h1{font-size:38px;line-height:1.04;margin:6px 0 9px;font-weight:900;color:#075b35}.hero-content p{font-size:13px;max-width:430px;margin-bottom:16px}.hero-cta{display:flex;gap:9px;flex-wrap:wrap}.hero-cta .btn{min-width:165px;font-weight:800}.compact-hero .carousel-control-prev,.compact-hero .carousel-control-next{width:42px}.compact-hero .carousel-control-prev-icon,.compact-hero .carousel-control-next-icon{background-color:rgba(4,91,49,.85);border-radius:50%;background-size:55%;width:30px;height:30px}.compact-hero .carousel-indicators{margin-bottom:7px}.compact-hero .carousel-indicators button{width:7px;height:7px;border-radius:50%;border:0}
.card-compact,.category-band,.listing-section{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 5px 20px rgba(18,55,34,.05)}.quick-market{padding:15px;display:flex;flex-direction:column}.panel-head,.section-line{display:flex;justify-content:space-between;align-items:center;gap:12px}.panel-head h2,.section-line h2{font-size:17px;margin:2px 0 0;font-weight:900}.panel-head>a,.section-line>a{font-size:11px;color:var(--green);font-weight:800}.quick-products{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.quick-product{display:flex;gap:8px;padding:7px;border:1px solid var(--line);border-radius:9px;color:var(--text);transition:.2s}.quick-product:hover{border-color:#8ebfa3;transform:translateY(-1px)}.quick-product img{width:64px;height:57px;object-fit:cover;border-radius:7px}.quick-product span{display:flex;flex-direction:column;min-width:0}.quick-product b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-product small{font-size:8px;color:var(--muted)}.quick-product strong{font-size:9px;color:var(--green);margin-top:auto}.quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:auto;padding-top:12px}.quick-links a{display:flex;align-items:center;gap:6px;background:var(--soft);border-radius:8px;padding:8px;color:var(--text)}.quick-links i{color:var(--green);font-size:17px}.quick-links span{display:flex;flex-direction:column}.quick-links b{font-size:8px}.quick-links small{font-size:7px;color:var(--muted)}
.ticker-shell{height:62px;display:grid;grid-template-columns:175px 1fr 40px;align-items:stretch;background:#073d27;color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 18px rgba(7,61,39,.16)}.ticker-label{display:flex;flex-direction:column;justify-content:center;padding:0 15px;background:#075b35;position:relative}.ticker-label b{font-size:10px;letter-spacing:.08em}.ticker-label small{font-size:7px;color:#c7ded1}.live-dot{position:absolute;right:12px;top:12px;width:7px;height:7px;background:#65e29c;border-radius:50%;box-shadow:0 0 0 4px rgba(101,226,156,.15)}.ticker-window{overflow:hidden;display:flex;align-items:center}.ticker-track{display:flex;width:max-content;animation:mavunoTicker 48s linear infinite}.ticker-track.is-paused,.ticker-track.hover-paused{animation-play-state:paused}.ticker-item{min-width:220px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:2px 10px;padding:0 16px;border-right:1px solid rgba(255,255,255,.12)}.ticker-item b{font-size:10px}.ticker-item span{font-size:10px;font-weight:800}.ticker-item em{font-size:8px;font-style:normal}.ticker-item small{font-size:7px;color:#bcd3c7;text-align:right}.ticker-item .up{color:#62e49b}.ticker-item .down{color:#ff9c9c}.ticker-item .flat{color:#ffda75}.ticker-pause{border:0;background:#052f20;color:white}.ticker-pause:hover{background:#0a4d32}@keyframes mavunoTicker{to{transform:translateX(-50%)}}
.compact-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.compact-metrics>div{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px 12px}.compact-metrics i{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:var(--soft);color:var(--green);font-size:16px}.compact-metrics span{display:flex;flex-direction:column}.compact-metrics strong{font-size:15px;line-height:1}.compact-metrics small{font-size:8px;color:var(--muted);margin-top:3px}.weather-mini{background:linear-gradient(135deg,#eef9f3,#fff)!important}
.category-band,.listing-section{padding:14px}.category-row{display:flex;gap:10px;overflow-x:auto;padding:10px 1px 5px;scrollbar-width:thin}.category-tile{flex:0 0 128px;border:1px solid var(--line);border-radius:10px;padding:6px;text-align:center;color:var(--text);font-size:10px;font-weight:800;transition:.2s}.category-tile img{width:100%;height:78px;object-fit:contain;background:#f5f8f6;border-radius:7px}.category-tile span{display:block;padding-top:6px}.category-tile:hover{border-color:#83bd9f;transform:translateY(-2px);color:var(--green)}
.compact-listing{height:100%;background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden;transition:.2s}.compact-listing:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(14,70,37,.10)}.listing-photo{display:block;position:relative}.listing-photo img{width:100%;height:175px;object-fit:cover}.listing-photo span{position:absolute;left:8px;top:8px;background:rgba(6,95,52,.92);color:white;border-radius:20px;padding:4px 8px;font-size:8px;font-weight:800}.listing-body{padding:11px}.listing-body h3{font-size:14px;font-weight:850;margin:0 0 5px}.listing-body p{font-size:9px;color:var(--muted);margin-bottom:9px}.listing-body>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.listing-body strong{font-size:12px;color:var(--green)}.listing-body strong small{font-size:8px;color:var(--muted)}
.conversion-strip{display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(100deg,#075b35,#078249);color:#fff;border-radius:13px;padding:16px 20px}.conversion-strip>div{display:flex;align-items:center;gap:13px}.conversion-strip i{font-size:28px}.conversion-strip span{display:flex;flex-direction:column}.conversion-strip b{font-size:14px}.conversion-strip small{font-size:9px;color:#d8ebe0}
.site-footer{margin-top:20px!important}.site-footer p,.site-footer a{font-size:10px}.footer-bottom{padding:9px 4%;font-size:9px}
@media(max-width:1199px){.top-grid{grid-template-columns:1fr}.compact-hero{height:370px}.quick-products{grid-template-columns:repeat(4,1fr)}.quick-product{flex-direction:column}.quick-product img{width:100%;height:95px}.compact-metrics{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){.compact-hero{height:475px}.compact-hero img{object-position:68% center}.hero-gradient{background:rgba(247,252,248,.83)}.hero-content{left:22px;right:22px;max-width:none;top:44%}.hero-content h1{font-size:31px}.hero-cta{display:grid}.hero-cta .btn{min-width:0}.quick-products{grid-template-columns:1fr 1fr}.quick-links{grid-template-columns:1fr}.ticker-shell{grid-template-columns:130px 1fr 36px}.ticker-item{min-width:185px}.compact-metrics{grid-template-columns:1fr 1fr}.category-tile{flex-basis:118px}.listing-photo img{height:145px}.conversion-strip{align-items:flex-start;flex-direction:column}}
@media(max-width:480px){.quick-products{grid-template-columns:1fr}.compact-metrics{grid-template-columns:1fr}.ticker-label small{display:none}.ticker-shell{grid-template-columns:105px 1fr 34px}.listing-photo img{height:125px}.listing-body h3{font-size:12px}}

/* Production social footer */
.site-footer{background:linear-gradient(118deg,#043c26 0%,#075c36 48%,#087447 100%);color:#fff;border-top:4px solid #f2b705}
.site-footer h6{font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.85rem;color:#fff}
.site-footer a{color:rgba(255,255,255,.82);transition:color .2s ease,transform .2s ease}
.site-footer a:hover{color:#fff}
.footer-brand{color:#fff!important;line-height:1}
.footer-brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.12);font-size:1.45rem}
.footer-brand strong{display:block;font-size:1.22rem;letter-spacing:.05em}
.footer-brand small{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:.62rem}
.footer-summary{max-width:430px;color:rgba(255,255,255,.75);font-size:.78rem;line-height:1.65}
.footer-social{display:flex;align-items:center;gap:.62rem;flex-wrap:wrap}
.footer-social a{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.18);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.footer-social a:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 9px 24px rgba(0,0,0,.26)}
.footer-social img{display:block;width:100%;height:100%;object-fit:cover}
.footer-contact{display:grid;gap:.55rem;color:rgba(255,255,255,.8);font-size:.74rem}
.footer-contact span,.footer-contact a{display:flex!important;align-items:flex-start;gap:.45rem;margin:0!important}
.footer-contact i{width:16px;color:#f7cd43}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 4%;background:#032f1e;color:rgba(255,255,255,.68);font-size:.68rem}
.footer-bottom-links{display:flex;gap:1.1rem}
.footer-bottom-links a{margin:0;color:rgba(255,255,255,.7)}
@media(max-width:767px){.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom-links{flex-wrap:wrap}.footer-social a{width:36px;height:36px}}
