:root{--background:#f6f8f5;--surface:#fff;--surface-soft:#edf8ef;--text:#172018;--muted:#647067;--line:#dde7df;--green:#03ac0e;--green-dark:#087c12;--green-soft:#dff8e2;--shadow:0 18px 50px #19351d1f}*{box-sizing:border-box}html{background:var(--background);min-height:100%}body{min-height:100%;color:var(--text);background:radial-gradient(circle at top left, #03ac0e1f, transparent 32rem), linear-gradient(180deg, #fff 0%, var(--background) 22rem);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}.page-shell{width:min(1120px,100% - 32px);margin:0 auto;padding:32px 0 56px}.hero{color:#fff;min-height:360px;box-shadow:var(--shadow);background-color:#0000;background-image:linear-gradient(135deg,#03ac0ef0,#04800fe6),url(https://images.unsplash.com/photo-1587202372634-32705e3bf49c?q=80&w=1600&auto=format&fit=crop);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:1px solid #03ac0e33;border-radius:24px;padding:32px;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(90deg,#082c0cb8,#082c0c33);position:absolute;inset:0}.hero>*{z-index:1;position:relative}.hero__glow{filter:blur(16px);opacity:.4;border-radius:999px;position:absolute}.hero__glow--one{background:#adffb4;width:160px;height:160px;top:18%;right:8%}.hero__glow--two{background:#fff;width:84px;height:84px;bottom:10%;right:22%}.profile{align-items:center;gap:18px;max-width:760px;display:flex}.profile__avatar{object-fit:cover;border:4px solid #ffffffe6;border-radius:24px;flex:none;width:92px;height:92px;box-shadow:0 12px 30px #00000040}.profile__handle{color:#ffffffc7;margin:0 0 6px;font-size:.95rem;font-weight:700}.profile h1{max-width:660px;margin:0;font-size:clamp(2rem,5vw,4.4rem);line-height:.95}.profile p:last-child,.hero__bio{color:#ffffffe0;max-width:700px}.profile p:last-child{margin:10px 0 0;font-size:1.08rem}.hero__bio{margin:28px 0 0;font-size:1.1rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff57;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-weight:800;transition:transform .18s,background .18s;display:inline-flex}.button:hover,.buy-link:hover,.category-chip:hover{transform:translateY(-1px)}.button--primary{color:var(--green-dark);background:#fff;border-color:#fff}.toolbar{grid-template-columns:minmax(240px,360px) 1fr;align-items:center;gap:16px;margin-top:24px;display:grid}.status-banner{border:1px solid var(--line);background:var(--surface);border-radius:14px;align-items:center;gap:10px;min-height:46px;margin-top:18px;padding:0 16px;font-weight:800;display:flex;box-shadow:0 8px 24px #19351d0f}.status-banner--loading,.status-banner--loaded{color:var(--green-dark)}.status-banner--error{color:#a05a00;background:#fff7e8}.status-banner__spinner{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.search-box{border:1px solid var(--line);background:var(--surface);border-radius:14px;align-items:center;gap:10px;min-height:50px;padding:0 16px;display:flex;box-shadow:0 8px 24px #19351d0f}.search-box svg{color:var(--green)}.search-box input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.category-list{gap:10px;padding:4px 0;display:flex;overflow-x:auto}.category-chip{border:1px solid var(--line);min-height:42px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:999px;flex:none;padding:0 16px;font-weight:800;transition:transform .18s,color .18s,border-color .18s,background .18s}.category-chip--active{border-color:var(--green);color:var(--green-dark);background:var(--green-soft)}.section-heading{justify-content:space-between;margin-top:34px;margin-bottom:16px;display:flex}.section-heading p{color:var(--green-dark);text-transform:uppercase;align-items:center;gap:8px;margin:0 0 6px;font-size:.9rem;font-weight:900;display:flex}.section-heading h2{margin:0;font-size:clamp(1.5rem,3vw,2.2rem)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-card,.empty-state{border:1px solid var(--line);background:var(--surface);border-radius:18px;box-shadow:0 12px 36px #19351d14}.product-card{flex-direction:column;display:flex;overflow:hidden}.product-card__image-wrap{aspect-ratio:4/3;background:var(--surface-soft);position:relative;overflow:hidden}.product-card__image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .26s;display:block}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__image-wrap span{color:var(--green-dark);background:#ffffffeb;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:900;position:absolute;top:12px;left:12px}.product-card__content{padding:16px 16px 8px}.product-card__category{color:var(--green-dark);letter-spacing:.04em;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:900}.product-card h3{margin:0;font-size:1.1rem;line-height:1.25}.product-card__content p:last-child,.empty-state p{color:var(--muted);line-height:1.55}.product-card__content p:last-child{margin:10px 0 0}.product-card__footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding:16px;display:flex}.product-card__footer strong{font-size:.95rem}.buy-link{color:#fff;background:var(--green);white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 13px;font-size:.9rem;font-weight:900;transition:transform .18s,background .18s;display:inline-flex}.buy-link:hover{background:var(--green-dark)}.empty-state{text-align:center;padding:40px 20px}.empty-state h2{margin:0}@media (max-width:860px){.page-shell{width:min(100% - 24px,680px);padding-top:18px}.hero{border-radius:20px;min-height:auto;padding:24px}.profile{flex-direction:column;align-items:flex-start}.toolbar{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.profile__avatar{border-radius:18px;width:76px;height:76px}.hero__actions,.button{width:100%}.product-grid{grid-template-columns:1fr}.product-card__footer{flex-direction:column;align-items:stretch}}
