@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:dark;font-family:Manrope,Segoe UI,sans-serif;--brand-bg: #505559;--page: #111315;--surface: #191b1e;--surface-2: #222529;--surface-soft: rgba(19, 21, 23, .82);--text: #f7f7f5;--muted: #b7bbc0;--line: rgba(255, 255, 255, .1);--line-strong: rgba(255, 255, 255, .2);--accent: #c7b9ff;--danger: #ff8093;--success: #d4f5dd;--radius-sm: 14px;--radius-md: 20px;--radius-lg: 28px;background:var(--page);color:var(--text);line-height:1.5}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--page)}body,#root{min-height:100%;margin:0}body{color:var(--text);background:linear-gradient(180deg,color-mix(in srgb,var(--brand-bg) 62%,#111315) 0,#17191b 520px,var(--page) 900px)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 75%,white);outline-offset:3px}.app-shell{min-height:100dvh;padding:18px 18px calc(104px + env(safe-area-inset-bottom))}.page-container{width:min(1440px,100%);margin:0 auto}.store-header{margin-bottom:28px}.store-cover{position:relative;min-height:clamp(230px,31vw,430px);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.2),transparent 24%),radial-gradient(circle at 75% 50%,rgba(0,0,0,.36),transparent 34%),linear-gradient(135deg,color-mix(in srgb,var(--brand-bg) 90%,#ffffff),#25282b 70%);background-position:center;background-size:cover;box-shadow:0 28px 80px #00000047}.store-cover__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000a,#0000008f)}.store-cover__wordmark{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#ffffffeb;font-size:clamp(54px,10vw,156px);font-weight:800;letter-spacing:-.07em;text-shadow:0 18px 60px rgba(0,0,0,.35)}.store-cover--image .store-cover__wordmark{opacity:0}.store-cover__favorite{position:absolute!important;top:18px;right:18px}.store-profile{position:relative;display:grid;grid-template-columns:152px minmax(0,1fr);gap:24px;margin:-54px 28px 0;align-items:end}.store-profile__avatar{position:relative;z-index:2;width:152px;height:152px;object-fit:cover;border:6px solid #17191b;border-radius:50%;background:#2a2d30;box-shadow:0 18px 44px #00000061}.store-profile__content{min-width:0;padding-top:68px}.store-profile__label{margin:0 0 6px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.store-profile h1{margin:0;font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.055em}.store-profile__content>p:not(.store-profile__label){max-width:760px;margin:12px 0 0;color:#d6d8da;font-size:15px}.hero-card__links{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hero-card__link,.sort-chip,.chip-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#ffffff0d;color:var(--text);font-size:13px;font-weight:700;text-decoration:none;transition:background .18s ease,border-color .18s ease,transform .18s ease}.icon-button,.text-button{display:inline-flex;min-width:48px;min-height:48px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:16px;background:#101214c7;color:var(--text);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.icon-button{position:relative}.icon-badge{position:absolute;top:-7px;right:-7px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--accent);color:#111216;font-size:11px;font-weight:800;line-height:22px}.search-section{position:sticky;top:0;z-index:10;padding:10px 0;margin-bottom:16px;background:linear-gradient(180deg,rgba(23,25,27,.96),rgba(23,25,27,.78) 75%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.search-input{display:flex;width:min(680px,100%);height:56px;align-items:center;gap:12px;padding:0 18px;border:1px solid var(--line);border-radius:18px;background:#0f1113db;box-shadow:0 14px 34px #00000029}.search-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:16px}.search-input input::placeholder{color:#92979c}.search-input__icon{flex:0 0 auto;color:var(--accent)}.category-section,.products-section{margin-bottom:34px}.section-heading,.products-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}.section-heading h2,.products-toolbar h2{margin:0;font-size:clamp(26px,3vw,38px);line-height:1;letter-spacing:-.045em}.section-heading span,.products-toolbar span{color:var(--muted);font-size:13px}.category-carousel{position:relative}.category-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);gap:12px;overflow-x:auto;padding:4px 54px 10px;scroll-behavior:smooth;scrollbar-width:none}.category-scroller::-webkit-scrollbar,.sort-chip-row::-webkit-scrollbar,.product-modal__thumbs::-webkit-scrollbar{display:none}.category-card{display:flex;min-height:126px;flex-direction:column;justify-content:space-between;gap:12px;padding:22px;border:1px solid var(--line);border-radius:var(--radius-md);background:#131518e6;color:var(--text);text-align:left;transition:transform .18s ease,border-color .18s ease,background .18s ease}.category-card span{font-size:20px;font-weight:800}.category-card small{color:var(--muted);font-size:12px}.category-card--active{border-color:#ffffffad;background:linear-gradient(145deg,color-mix(in srgb,var(--brand-bg) 38%,#111315),#1d2024)}.category-nav{position:absolute;top:50%;z-index:2;display:grid;width:44px;height:44px;margin-top:-25px;place-items:center;border:1px solid var(--line-strong);border-radius:50%;background:#141619;color:var(--text)}.category-nav--prev{left:0}.category-nav--next{right:0}.products-toolbar{align-items:flex-end}.sort-panel{display:flex;max-width:760px;flex-direction:column;align-items:flex-end;gap:8px}.sort-panel__label{color:var(--accent)!important;font-size:11px!important;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.sort-chip-row{display:flex;max-width:100%;gap:8px;overflow-x:auto;padding:2px;scrollbar-width:none}.sort-chip{flex:0 0 auto;background:#181a1d}.sort-chip--active{border-color:#ffffffb3;background:var(--accent);color:#151419}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start}.product-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius-md);background:#151719;box-shadow:0 16px 42px #00000038;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#0d0f10}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.product-card__placeholder,.cart-item__placeholder{display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(145deg,#292d31,#121416);color:#777d82;font-size:13px;font-weight:800;letter-spacing:.18em}.badge,.carousel-indicator{position:absolute;z-index:1;padding:7px 10px;border-radius:999px;background:#0a0b0cc7;color:#fff;font-size:10px;font-weight:800;letter-spacing:.06em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.badge--new{top:10px;left:10px;background:#7966ff}.badge--count,.carousel-indicator{top:10px;right:10px}.badge--sold{bottom:10px;left:10px;background:var(--danger);color:#2a0c12}.product-card__body{display:flex;flex:1;flex-direction:column;gap:8px;padding:16px}.product-card__title{display:-webkit-box;overflow:hidden;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:17px;line-height:1.22}.product-card__info,.product-card__condition{margin:0;color:var(--muted);font-size:12px}.product-card__condition{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__price,.product-modal__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:4px}.product-card__price strong,.product-modal__price strong,.sheet__total strong{font-size:24px;font-variant-numeric:tabular-nums;line-height:1}.price-old{color:#92979c;font-size:13px;text-decoration:line-through}.product-card__actions{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:8px;margin-top:auto;padding-top:8px}.action-button,.primary-button,.secondary-button,.checkout-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:0;border-radius:15px;font-weight:800;text-decoration:none;transition:transform .16s ease,opacity .16s ease,background .16s ease}.action-button--cart,.secondary-button,.checkout-button{padding:0 14px;background:#30343a;color:var(--text)}.action-button--favorite{border:1px solid var(--line);background:transparent;color:var(--text)}.action-button--favorite-active{color:#ff8ba0}.action-button--active,.primary-button,.checkout-button--success{padding:0 18px;background:var(--accent);color:#151419}.action-button:disabled,.primary-button:disabled,.checkout-button:disabled{cursor:not-allowed;opacity:.48}.cart-fab{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:15;display:inline-flex;min-width:58px;min-height:58px;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:var(--accent);color:#151419;box-shadow:0 18px 44px #0000006b}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:stretch;justify-content:center;padding:20px;overflow-y:auto;background:#050607d1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sheet{width:min(620px,100%);max-height:calc(100dvh - 40px);align-self:center;overflow-y:auto;border:1px solid var(--line);border-radius:var(--radius-lg);background:#121416;box-shadow:0 36px 100px #0000008c}.sheet--product{position:relative;width:min(1180px,100%);max-height:none;overflow:visible}.product-modal__toolbar{position:absolute;top:18px;right:18px;z-index:3;display:flex;gap:10px}.product-modal__layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);min-height:min(760px,calc(100dvh - 40px))}.product-modal__media-column{display:flex;min-width:0;flex-direction:column;padding:18px}.product-modal__gallery{position:relative;display:grid;min-height:0;flex:1;place-items:center;overflow:hidden;border-radius:22px;background:#080a0b}.product-modal__image{width:100%;height:min(690px,calc(100dvh - 120px));object-fit:contain}.carousel-button{position:absolute;top:50%;display:grid;width:48px;height:48px;margin-top:-24px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#080a0bd6;color:#fff}.carousel-button--prev{left:14px}.carousel-button--next{right:14px}.product-modal__thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 0;scrollbar-width:none}.product-modal__thumb{flex:0 0 70px;width:70px;height:70px;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:14px;background:#0b0d0e}.product-modal__thumb img{width:100%;height:100%;object-fit:cover}.product-modal__thumb--active{border-color:var(--accent);box-shadow:0 0 0 2px #c7b9ff33}.product-modal__content{display:flex;min-width:0;flex-direction:column;gap:18px;justify-content:center;padding:92px 42px 42px;border-left:1px solid var(--line)}.product-modal__status{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-modal__title{margin:0;font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.055em}.product-modal__price strong{font-size:34px}.product-modal__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:4px 0 0}.product-modal__details div:last-child{grid-column:1 / -1}.product-modal__details dt{margin-bottom:4px;color:#8f9499;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-modal__details dd{margin:0;color:#e8e9e8;font-size:15px}.product-modal__actions{display:grid;gap:10px;margin-top:8px}.sheet__header,.sheet__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px}.sheet__header h2{margin:0;font-size:26px}.sheet__footer{position:sticky;bottom:0;flex-direction:column;align-items:stretch;border-top:1px solid var(--line);background:#121416}.sheet__total{display:flex;align-items:center;justify-content:space-between}.cart-list,.checkout-form,.sheet--favorites .products-grid{padding:0 20px 20px}.cart-item{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;padding:12px;margin-bottom:10px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.cart-item__image,.cart-item__placeholder{width:92px;height:112px;border-radius:12px;object-fit:cover}.cart-item__content h3{margin:0 0 6px;font-size:16px}.cart-item__price{font-size:18px;font-weight:800}.cart-item__availability,.field-hint{color:var(--muted);font-size:12px}.cart-item__controls{display:flex;align-items:center;gap:8px;margin-top:10px}.cart-item__controls button{min-width:40px;min-height:40px;border:1px solid var(--line);border-radius:12px;background:#2a2d31;color:var(--text)}.cart-item__remove{width:auto;padding:0 10px;color:var(--danger)!important}.checkout-form{display:flex;flex-direction:column;gap:16px}.checkout-form label{display:flex;flex-direction:column;gap:7px;color:#e8e9e8;font-size:14px;font-weight:600}.checkout-form input,.checkout-form textarea{width:100%;min-height:50px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;outline:0;background:#1a1d20;color:var(--text);font-size:16px}.checkout-form textarea{resize:vertical}.form-error{padding:13px 15px;border:1px solid rgba(255,128,147,.35);border-radius:14px;background:#ff809314;color:#ffb5c0}.form-error--page{margin-bottom:16px}.empty-state,.welcome-note{padding:24px;border:1px solid var(--line);border-radius:var(--radius-md);background:#141618cc}.empty-state p{margin:0 0 6px;font-size:18px;font-weight:800}.empty-state span{color:var(--muted)}.sheet--success{max-width:430px;padding:30px;text-align:center}.success-mark{display:grid;width:68px;height:68px;margin:0 auto 16px;place-items:center;border-radius:50%;background:var(--success);color:#122019;font-size:30px;font-weight:800}.success-subtitle{color:var(--muted)}.product-skeleton{min-height:420px;border-radius:var(--radius-md);background:linear-gradient(90deg,#191b1e,#24272a,#191b1e);background-size:220% 100%;animation:shimmer 1.4s linear infinite}@keyframes shimmer{to{background-position:-220% 0}}@media(hover:hover)and (pointer:fine){.product-card:hover,.category-card:hover{transform:translateY(-4px);border-color:var(--line-strong)}.product-card:hover .product-card__image{transform:scale(1.025)}.hero-card__link:hover,.sort-chip:hover{border-color:var(--line-strong);background:#ffffff17}}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-modal__layout{grid-template-columns:1.1fr .9fr}}@media(max-width:820px){.app-shell{padding:10px 10px calc(92px + env(safe-area-inset-bottom))}.store-cover{min-height:210px;border-radius:22px}.store-profile{grid-template-columns:104px minmax(0,1fr);gap:14px;margin:-40px 14px 0}.store-profile__avatar{width:104px;height:104px;border-width:4px}.store-profile__content{padding-top:48px}.store-profile h1{font-size:34px}.products-toolbar{align-items:stretch;flex-direction:column}.sort-panel{align-items:flex-start}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.overlay--product{padding:0;background:#111315}.sheet--product{width:100%;min-height:100dvh;align-self:flex-start;border:0;border-radius:0;background:#111315}.product-modal__toolbar{position:fixed;top:max(12px,env(safe-area-inset-top));right:12px}.product-modal__layout{display:block;min-height:100dvh}.product-modal__media-column{padding:0}.product-modal__gallery{min-height:58dvh;border-radius:0 0 24px 24px}.product-modal__image{height:58dvh;padding:12px}.product-modal__thumbs{padding:12px}.product-modal__content{padding:24px 16px calc(28px + env(safe-area-inset-bottom));border-left:0}}@media(max-width:540px){.store-cover{min-height:162px}.store-cover__wordmark{font-size:48px}.store-profile{display:block;margin:-34px 12px 0}.store-profile__avatar{width:86px;height:86px}.store-profile__content{padding-top:10px}.store-profile h1{font-size:30px}.store-profile__content>p:not(.store-profile__label){font-size:13px}.hero-card__links{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.hero-card__link{flex:0 0 auto}.search-section{margin-inline:-10px;padding-inline:10px}.category-scroller{grid-auto-columns:74vw;padding-inline:0}.category-nav{display:none}.category-card{min-height:108px;padding:18px}.section-heading,.products-toolbar{gap:12px}.product-card{border-radius:16px}.product-card__body{gap:6px;padding:11px}.product-card__title{font-size:14px}.product-card__info,.product-card__condition{font-size:10px}.product-card__price strong{font-size:19px}.product-card__actions{grid-template-columns:minmax(0,1fr) 44px}.action-button{min-height:44px;border-radius:13px;font-size:12px}.badge{padding:6px 8px;font-size:9px}.overlay:not(.overlay--product){padding:0;align-items:flex-end}.overlay:not(.overlay--product) .sheet{width:100%;max-height:92dvh;align-self:flex-end;border-radius:24px 24px 0 0}.sheet--favorites .products-grid{padding-inline:10px}.product-modal__title{font-size:34px}.product-modal__details{grid-template-columns:1fr}.product-modal__details div:last-child{grid-column:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
