:root{color:#191817;background:#f6f2ec;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f6f2ec}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.market-page{min-height:100vh}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:16px clamp(18px,5vw,56px);background:#f6f2ece6;border-bottom:1px solid rgba(25,24,23,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar__actions{display:flex;align-items:center;gap:12px}.brand{color:#191817;font-size:24px;font-weight:760;text-decoration:none}.cart-button,.button{min-height:44px;border:1px solid #191817;border-radius:4px;padding:0 18px;background:transparent;color:#191817;font-weight:720}.button--dark{background:#191817;color:#fffdf8}.cart-button{display:inline-flex;align-items:center;gap:10px}.cart-button__count{display:grid;min-width:24px;height:24px;place-items:center;border-radius:999px;background:#dc5539;color:#fffdf8;font-size:13px}.hero{display:grid;min-height:48vh;align-items:end;padding:clamp(32px,6vw,72px) clamp(18px,5vw,56px);background:linear-gradient(90deg,#191817a3,#1918171f),url(https://images.unsplash.com/photo-1602524811793-477097abf453?auto=format&fit=crop&w=1800&q=86) center / cover;color:#fffdf8}.hero__content{max-width:650px}.eyebrow{margin:0 0 10px;color:inherit;font-size:12px;font-weight:780;letter-spacing:0;text-transform:uppercase}.hero h1{margin:0;max-width:780px;font-size:clamp(44px,8vw,96px);line-height:.96}.hero p:last-child{max-width:520px;margin:18px 0 0;color:#fffdf8db;font-size:18px;line-height:1.55}.catalog{padding:28px clamp(18px,5vw,56px) 64px}.catalog__toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,360px);gap:18px;align-items:end;margin-bottom:24px}.category-tabs{display:flex;flex-wrap:wrap;gap:8px}.category-tabs__button{min-height:42px;border:1px solid rgba(25,24,23,.18);border-radius:999px;padding:0 18px;background:#fffdf8;color:#191817;font-weight:680}.category-tabs__button--active{border-color:#191817;background:#191817;color:#fffdf8}.search-field{display:grid;gap:8px}.search-field__label{font-size:13px;font-weight:720}.search-field__input{width:100%;min-height:46px;border:1px solid rgba(25,24,23,.22);border-radius:4px;padding:0 14px;background:#fffdf8;color:#191817}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-grid__empty{grid-column:1 / -1;min-height:220px;display:grid;place-items:center;border:1px solid rgba(25,24,23,.14);background:#fffdf8;color:#191817a8}.product-card{display:grid;min-height:100%;background:#fffdf8;border:1px solid rgba(25,24,23,.12)}.product-card__image-wrap{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#e8dfd3}.product-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease}.product-card:hover .product-card__image{transform:scale(1.035)}.product-card__badge{position:absolute;left:14px;top:14px;border-radius:999px;padding:7px 10px;background:#fffdf8eb;color:#191817;font-size:12px;font-weight:760}.product-card__body{display:grid;gap:20px;padding:18px}.product-card__title{margin:0;font-size:22px;line-height:1.15}.product-card__description{margin:8px 0 0;color:#191817ad;line-height:1.5}.product-card__attributes{display:grid;gap:6px;margin:14px 0 0}.product-card__attributes div{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(25,24,23,.1);padding-top:6px;color:#191817b3;font-size:13px}.product-card__attributes dt{text-transform:capitalize}.product-card__attributes dd{margin:0;color:#191817;font-weight:700;text-align:right}.product-card__footer{display:flex;gap:14px;align-items:center;justify-content:space-between}.product-card__price{display:block;font-size:18px;font-weight:780}.product-card__stock{display:block;margin-top:2px;color:#1918179e;font-size:13px}.cart-overlay{position:fixed;inset:0;z-index:30;display:flex;justify-content:flex-end;background:#1918175c}.cart-drawer{display:grid;grid-template-rows:auto 1fr auto;width:min(440px,100%);min-height:100%;background:#fffdf8;box-shadow:-18px 0 60px #19181733}.cart-drawer__header,.cart-drawer__footer{padding:22px;border-bottom:1px solid rgba(25,24,23,.12)}.cart-drawer__header{display:flex;align-items:start;justify-content:space-between;gap:18px}.cart-drawer__title{margin:0;font-size:28px}.icon-button{width:42px;height:42px;border:1px solid rgba(25,24,23,.2);border-radius:999px;background:#fffdf8;color:#191817;font-weight:800}.cart-drawer__items{overflow:auto;padding:10px 22px}.cart-drawer__empty{display:grid;place-items:center;margin:0;padding:32px;color:#191817a3;text-align:center}.cart-item{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;padding:14px 0;border-bottom:1px solid rgba(25,24,23,.1)}.cart-item__image{width:92px;height:112px;object-fit:cover;background:#e8dfd3}.cart-item__title,.cart-item__price{margin:0}.cart-item__title{font-size:16px}.cart-item__price{margin-top:4px;color:#191817a8}.cart-item__controls{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:12px}.cart-item__controls button{min-height:32px;border:1px solid rgba(25,24,23,.18);border-radius:4px;background:#fffdf8}.cart-item__controls button:not(:last-child){width:34px}.cart-drawer__footer{display:grid;gap:16px;border-top:1px solid rgba(25,24,23,.12);border-bottom:0}.cart-drawer__total{display:flex;justify-content:space-between;gap:18px;font-size:18px}.email-auth{display:grid;grid-template-columns:minmax(160px,1fr) auto;gap:8px;align-items:center}.email-auth input,.checkout-form input{width:100%;min-height:42px;border:1px solid rgba(25,24,23,.22);border-radius:4px;padding:0 12px;background:#fffdf8;color:#191817}.email-auth--compact{grid-template-columns:minmax(180px,240px) auto}.email-auth--signed{display:flex;gap:10px;color:#191817b8;font-size:14px}.email-auth--signed button,.text-button{border:0;background:transparent;color:#191817;font-weight:760;text-decoration:underline;text-underline-offset:4px}.checkout-page,.admin-page{min-height:100vh;padding:28px clamp(18px,5vw,56px) 64px;background:#f6f2ec}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:24px;align-items:start;margin-top:24px}.checkout-form,.order-summary,.admin-shell{background:#fffdf8;border:1px solid rgba(25,24,23,.12);padding:24px}.checkout-form h1,.admin-title h1{margin:0 0 20px;font-size:clamp(34px,5vw,56px);line-height:1}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:22px 0}.form-grid label{display:grid;gap:8px;color:#191817b8;font-size:13px;font-weight:720}.form-grid__wide{grid-column:1 / -1}.order-summary h2{margin:0 0 16px}.summary-item,.order-summary__total{display:flex;justify-content:space-between;gap:16px;border-top:1px solid rgba(25,24,23,.1);padding:14px 0}.order-summary__total{font-size:20px}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.admin-shell{display:grid;gap:22px}.admin-table{display:grid;border:1px solid rgba(25,24,23,.12);overflow:auto}.admin-table__row{display:grid;grid-template-columns:1.2fr .8fr .6fr .5fr 1.4fr;min-width:760px;border-top:1px solid rgba(25,24,23,.1)}.admin-table__row:first-child{border-top:0}.admin-table__row span{padding:14px}.admin-table__row--head{background:#191817;color:#fffdf8;font-weight:800}.admin-empty{margin:0;min-height:180px;display:grid;place-items:center;color:#191817a3;text-align:center}@media(max-width:760px){.topbar{min-height:64px}.hero{min-height:44vh}.hero h1{font-size:46px}.topbar,.topbar__actions,.email-auth,.email-auth--compact,.checkout-layout,.catalog__toolbar,.product-grid{grid-template-columns:1fr}.topbar{align-items:stretch;position:static}.topbar__actions,.email-auth--signed{align-items:stretch;flex-direction:column}.form-grid{grid-template-columns:1fr}.product-card__footer{align-items:stretch;flex-direction:column}.product-card__footer .button{width:100%}}
