@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");:root{--teal:#2d8fad;--teal-dark:#1f6e88;--teal-light:#e8f4f8;--ink:#18222e;--ink-mid:#4a5a6a;--ink-soft:#8a9aa8;--cream:#f8f9fa;--white:#fff;--border:rgba(0,0,0,.08);--danger:#c0392b;--success:#27ae60;--amber:#e67e22;--font:"Poppins",sans-serif;--ease:cubic-bezier(0.22,1,0.36,1);--radius:14px;--shadow:0 4px 24px rgba(24,34,46,.08);--shadow-lg:0 12px 40px rgba(24,34,46,.14)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font-family:var(--font);font-size:1rem}.container{max-width:1240px;margin:0 auto;padding:0 24px}.site-header{background:var(--ink);color:var(--white);position:-webkit-sticky;position:sticky;top:0;z-index:50}.site-header .inner{gap:32px;height:68px}.logo,.site-header .inner{display:flex;align-items:center}.logo{gap:10px}.logo-mark{width:38px;height:38px;background:var(--teal);border-radius:10px;display:grid;place-items:center;font-size:20px}.logo-text{line-height:1.1}.logo-text b{font-size:1.05rem;letter-spacing:.04em;font-weight:700}.logo-text span{display:block;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft)}.main-nav{display:flex;gap:4px;flex:1 1}.main-nav a{padding:8px 14px;border-radius:8px;font-size:.92rem;font-weight:500;color:hsla(0,0%,100%,.8);transition:all .25s var(--ease)}.main-nav a:hover{color:var(--white);background:hsla(0,0%,100%,.08)}.header-actions{display:flex;align-items:center;gap:10px}.header-user{font-size:.85rem;color:hsla(0,0%,100%,.7)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;border-radius:999px;border:none;cursor:pointer;font-weight:600;font-size:.92rem;transition:all .25s var(--ease);white-space:nowrap}.btn-primary{background:var(--teal);color:var(--white)}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--white);border:1px solid hsla(0,0%,100%,.35)}.btn-outline:hover{border-color:var(--white);background:hsla(0,0%,100%,.06)}.btn-outline-dark{background:transparent;color:var(--ink);border:1px solid rgba(24,34,46,.25)}.btn-outline-dark:hover{border-color:var(--ink)}.btn-ghost{background:var(--teal-light);color:var(--teal-dark)}.btn-ghost:hover{background:#d6ecf3}.btn-danger{background:transparent;color:var(--danger);border:1px solid rgba(192,57,43,.35)}.btn-danger:hover{background:rgba(192,57,43,.08)}.btn-sm{padding:6px 14px;font-size:.82rem}.btn-lg{padding:14px 32px;font-size:1rem}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.hero{background:linear-gradient(115deg,var(--ink) 55%,#22384a 100%);color:var(--white);padding:80px 0 90px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-180px;top:-180px;width:560px;height:560px;background:radial-gradient(circle,rgba(45,143,173,.25),transparent 65%);border-radius:50%}.hero .eyebrow{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--teal);font-weight:600;margin-bottom:18px}.hero h1{font-size:clamp(2.4rem,5.2vw,4rem);line-height:1.08;font-weight:800;max-width:640px}.hero h1 .accent{color:var(--teal)}.hero p.lead{margin:24px 0 36px;max-width:520px;color:hsla(0,0%,100%,.75);font-size:1.08rem;font-weight:300}.hero-cta{gap:14px}.hero-cta,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:48px;margin-top:64px}.hero-stats b{font-size:1.8rem;font-weight:800}.hero-stats span{display:block;font-size:.8rem;color:var(--ink-soft)}.section{padding:64px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:32px}.section-head h2{font-size:1.75rem;font-weight:700}.section-head p{color:var(--ink-mid);font-size:.95rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:24px;gap:24px}.card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all .3s var(--ease);display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card-img{position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(135deg,var(--teal-light),#f0e8f4)}.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.card:hover .card-img img{transform:scale(1.05)}.card-badges{position:absolute;top:12px;left:12px;display:flex;gap:6px}.badge{padding:4px 12px;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.badge-auction{background:var(--amber);color:var(--white)}.badge-fixed{background:rgba(24,34,46,.85);color:var(--white)}.badge-offer{background:var(--teal);color:var(--white)}.badge-cat{background:var(--teal-light);color:var(--teal-dark)}.card-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px;flex:1 1}.card-body h3{font-size:1.02rem;font-weight:600;line-height:1.3}.card-grower{font-size:.8rem;color:var(--ink-soft)}.card-grower a:hover{color:var(--teal-dark)}.card-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:.75rem;color:var(--ink-mid)}.card-meta span{background:var(--cream);padding:3px 9px;border-radius:6px}.card-price-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:10px}.price{font-size:1.15rem;font-weight:700}.price small{font-size:.7rem;color:var(--ink-soft);font-weight:400}.auction-timer{font-size:.75rem;color:var(--amber);font-weight:600}.grower-card{display:flex;flex-direction:column}.grower-card .cover{aspect-ratio:16/7}.grower-flag{font-size:.82rem;color:var(--ink-mid)}.rating-row{display:flex;align-items:center;gap:8px;font-size:.85rem}.stars{color:#f1c40f;letter-spacing:1px;font-size:.95rem}.stars .empty{color:#dfe4e8}.product-layout{display:grid;grid-template-columns:minmax(0,7fr) minmax(320px,5fr);grid-gap:40px;gap:40px;align-items:start}@media (max-width:900px){.product-layout{grid-template-columns:1fr}}.product-gallery{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:linear-gradient(135deg,var(--teal-light),#f0e8f4)}.product-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}.buy-panel{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;position:-webkit-sticky;position:sticky;top:92px}.buy-panel h1{font-size:1.5rem;line-height:1.25;margin-bottom:4px}.buy-panel .grower-line{font-size:.88rem;color:var(--ink-mid);margin-bottom:16px}.buy-panel .grower-line a{color:var(--teal-dark);font-weight:500}.price-big{font-size:2rem;font-weight:800}.price-big small{font-size:.85rem;font-weight:400;color:var(--ink-soft)}.panel-divider{border:none;border-top:1px solid var(--border);margin:18px 0}.form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-row label{font-size:.8rem;font-weight:600;color:var(--ink-mid)}.form-row input,.form-row select,.form-row textarea{padding:10px 14px;border:1px solid rgba(24,34,46,.15);border-radius:10px;background:var(--white);outline:none;transition:border-color .2s}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--teal)}.form-hint{font-size:.75rem;color:var(--ink-soft)}.notice{padding:12px 16px;border-radius:10px;font-size:.85rem;margin:10px 0}.notice-ok{background:rgba(39,174,96,.1);color:var(--success)}.notice-err{background:rgba(192,57,43,.08);color:var(--danger)}.notice-info{background:var(--teal-light);color:var(--teal-dark)}.spec-table{width:100%;border-collapse:collapse;font-size:.92rem}.spec-table td{padding:10px 0;border-bottom:1px solid var(--border)}.spec-table td:first-child{color:var(--ink-mid);width:45%}.spec-table td:last-child{font-weight:500}.auction-panel .current-bid{display:flex;align-items:baseline;gap:10px}.bid-history{list-style:none;margin-top:10px}.bid-history li{display:flex;justify-content:space-between;padding:8px 0;font-size:.85rem;border-bottom:1px solid var(--border)}.bid-history .who{color:var(--ink-mid)}.countdown{font-weight:700;color:var(--amber);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.grower-hero{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-top:32px;aspect-ratio:16/5;min-height:220px;background:linear-gradient(135deg,var(--ink),var(--teal-dark))}.grower-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}.grower-hero .overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(24,34,46,.85),transparent 65%);display:flex;align-items:flex-end;padding:32px;color:var(--white)}.grower-hero h1{font-size:2rem;font-weight:800}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.chip{background:hsla(0,0%,100%,.14);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 12px;border-radius:999px;font-size:.75rem}.review{background:var(--white);border-radius:var(--radius);padding:20px 24px;box-shadow:var(--shadow);margin-bottom:16px}.review-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.review-head .name{font-weight:600;font-size:.92rem}.review-head .date{font-size:.75rem;color:var(--ink-soft)}.review h4{font-size:.95rem;margin-bottom:4px}.review p{font-size:.88rem;color:var(--ink-mid)}.auth-wrap{max-width:440px;margin:64px auto}.panel{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:32px}.panel h1{font-size:1.5rem;margin-bottom:6px}.panel .sub{color:var(--ink-mid);font-size:.9rem;margin-bottom:22px}.auth-alt{text-align:center;margin-top:18px;font-size:.88rem;color:var(--ink-mid)}.auth-alt a{color:var(--teal-dark);font-weight:600}.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px;align-items:center}.filters input,.filters select{padding:9px 14px;border:1px solid rgba(24,34,46,.15);border-radius:999px;background:var(--white);font-size:.88rem;outline:none}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.pill{padding:7px 16px;border-radius:999px;font-size:.85rem;font-weight:500;background:var(--white);border:1px solid rgba(24,34,46,.12);color:var(--ink-mid);transition:all .2s}.pill:hover{border-color:var(--teal);color:var(--teal-dark)}.pill.active{background:var(--ink);color:var(--white);border-color:var(--ink)}.admin-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:32px;gap:32px;padding:40px 0;align-items:start}@media (max-width:800px){.admin-layout{grid-template-columns:1fr}}.admin-nav{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px;display:flex;flex-direction:column;gap:4px;position:-webkit-sticky;position:sticky;top:92px}.admin-nav a{padding:10px 14px;border-radius:9px;font-size:.9rem;font-weight:500;color:var(--ink-mid)}.admin-nav a:hover{background:var(--cream);color:var(--ink)}.admin-nav a.active{background:var(--teal-light);color:var(--teal-dark)}.data-table{width:100%;border-collapse:collapse;font-size:.88rem;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.data-table th{text-align:left;padding:12px 16px;background:var(--ink);color:var(--white);font-weight:600;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.data-table td{padding:12px 16px;border-bottom:1px solid var(--border)}.data-table tr:last-child td{border-bottom:none}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;margin-bottom:32px}.stat-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 24px}.stat-card b{font-size:1.7rem;font-weight:800}.stat-card span{display:block;font-size:.8rem;color:var(--ink-mid)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 20px;gap:0 20px}@media (max-width:700px){.form-grid{grid-template-columns:1fr}}.form-grid .full{grid-column:1/-1}.image-field{display:grid;grid-template-columns:200px 1fr;grid-gap:16px;gap:16px;align-items:start}@media (max-width:640px){.image-field{grid-template-columns:1fr}}.image-drop{position:relative;aspect-ratio:4/3;border:2px dashed rgba(24,34,46,.18);border-radius:var(--radius);background:var(--cream);overflow:hidden;cursor:pointer;display:grid;place-items:center;transition:all .2s var(--ease)}.image-drop.dragging,.image-drop:hover{border-color:var(--teal);background:var(--teal-light)}.image-preview{width:100%;height:100%;object-fit:cover}.image-placeholder{text-align:center;padding:12px;color:var(--ink-mid)}.image-placeholder b{display:block;font-size:.82rem;font-weight:600}.image-placeholder span{font-size:.7rem;color:var(--ink-soft)}.image-busy{position:absolute;inset:0;background:rgba(24,34,46,.6);color:var(--white);display:grid;place-items:center;font-size:.85rem;font-weight:600}.image-controls{display:flex;flex-direction:column;gap:8px}.image-controls input{padding:10px 14px;border:1px solid rgba(24,34,46,.15);border-radius:10px;outline:none}.image-controls input:focus{border-color:var(--teal)}.form-error{font-size:.78rem;color:var(--danger);font-weight:500}.site-footer{background:var(--ink);color:hsla(0,0%,100%,.65);margin-top:64px;padding:48px 0 32px;font-size:.88rem}.site-footer .cols{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}.site-footer h4{color:var(--white);font-size:.95rem;margin-bottom:12px}.site-footer a{display:block;padding:3px 0}.site-footer a:hover{color:var(--white)}.site-footer .bottom{margin-top:36px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1);font-size:.78rem;color:var(--ink-soft)}.breadcrumbs{font-size:.82rem;color:var(--ink-soft);padding:24px 0 0}.breadcrumbs a:hover{color:var(--teal-dark)}.empty-state{text-align:center;padding:64px 24px}.empty-state,.prose{color:var(--ink-mid)}.prose{max-width:720px;font-size:.98rem}.tag-row{display:flex;gap:8px;flex-wrap:wrap}