:root{color-scheme:dark;font-family:Manrope,Segoe UI,sans-serif;background:#130914;color:#fff;line-height:1.4;--bg: #130914;--surface: rgba(17, 11, 24, .9);--surface-strong: rgba(12, 8, 18, .96);--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .16);--text-soft: #ccbfe0;--accent: #b18cff;--success: #cff8d7}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;background:radial-gradient(circle at top right,rgba(168,85,247,.24),transparent 26%),radial-gradient(circle at top left,rgba(99,102,241,.14),transparent 24%),radial-gradient(circle at 20% 80%,rgba(236,72,153,.12),transparent 20%),linear-gradient(180deg,#150a1f,#100813 45%,#0d0710)}body{color:#fff}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;padding:16px 12px 104px}.page-container{margin:0 auto;max-width:1180px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.topbar__eyebrow{color:#b8a6d8;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.topbar__title{margin:8px 0 0;font-size:38px;line-height:1;letter-spacing:.01em}.topbar__subtitle{max-width:560px;margin:10px 0 0;color:var(--text-soft);font-size:15px}.icon-button,.text-button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border:1px solid var(--line);border-radius:16px;background:#ffffff0a;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.icon-button{position:relative;font-size:22px}.icon-badge{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--success);color:#101010;font-size:12px;font-weight:700}.text-button{padding:0 14px;font-size:14px}.hero-card{position:relative;overflow:hidden;margin-bottom:24px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#ffffff08,#fff0),linear-gradient(140deg,#180c1ef5,#0d0712fa 55%,#1b0e24f2);box-shadow:0 30px 80px #07040b7a}.hero-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(159,122,234,.28),transparent 30%),radial-gradient(circle at bottom left,rgba(236,72,153,.16),transparent 24%)}.hero-card__content{position:relative;z-index:1;display:grid;grid-template-columns:92px minmax(0,1fr);gap:18px;padding:22px}.hero-card__avatar-wrap{display:flex;align-items:flex-start;justify-content:center}.hero-card__avatar{width:92px;height:92px;border-radius:24px;object-fit:cover;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 40px #00000059}.hero-card__avatar--text{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#130914;font-size:28px;font-weight:900;letter-spacing:0}.hero-card__copyblock{min-width:0}.hero-card__label{margin:0 0 8px;color:#cdbce9;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.hero-card__heading{margin:0 0 10px;font-size:38px;line-height:.94;letter-spacing:-.03em}.hero-card__copy{margin:0;max-width:560px;color:#efe8fb;font-size:15px;line-height:1.55}.hero-card__links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.hero-card__link{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#ffffff0a;color:#fff;font-size:13px;font-weight:700;text-decoration:none}.search-section,.category-section,.products-section{margin-bottom:24px}.search-input{display:flex;align-items:center;gap:12px;padding:0 16px;height:58px;border:1px solid var(--line);border-radius:22px;background:#110a18d1;box-shadow:inset 0 1px #ffffff08,0 10px 26px #00000026}.search-input input{width:100%;border:0;outline:none;background:transparent;color:#fff;font-size:16px}.search-input input::placeholder{color:#a99dbb}.search-input__icon{color:var(--accent);font-size:18px}.section-heading,.products-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.section-heading h2,.products-toolbar h2{margin:0;font-size:28px;line-height:1;letter-spacing:-.04em}.section-heading span,.products-toolbar span{color:#b9a8cf;font-size:14px}.category-carousel{position:relative}.category-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,320px);gap:12px;overflow-x:auto;padding:10px 48px 8px;scrollbar-width:none;scroll-behavior:smooth}.category-scroller::-webkit-scrollbar{display:none}.category-card{display:flex;flex-direction:column;gap:10px;min-height:116px;padding:18px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent),#120c1ad1;color:#fff;text-align:left;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.category-card span{font-size:20px;font-weight:800;line-height:1}.category-card small{color:#c8b7db;font-size:12px;line-height:1.45}.category-card--active{border-color:#ffffffbf;background:linear-gradient(180deg,rgba(177,140,255,.14),transparent),#181f2cf0;box-shadow:0 18px 40px #190e266b}.category-nav{position:absolute;top:50%;z-index:2;width:40px;height:40px;margin-top:-20px;border:1px solid var(--line-strong);border-radius:999px;background:#130c1bf0;color:#fff;box-shadow:0 18px 34px #05030847;font-size:24px;line-height:1}.category-nav--prev{left:0}.category-nav--next{right:0}.sort-panel{display:flex;flex-direction:column;gap:10px;min-width:min(100%,440px)}.sort-panel__label{color:#b9a8cf;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.sort-chip-row{display:flex;flex-wrap:wrap;gap:8px}.sort-chip{min-height:44px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#110a18e6;color:#e7dfff;font-weight:700;transition:background .14s ease,border-color .14s ease,transform .14s ease}.sort-chip--active{border-color:#c2a6ff8c;background:linear-gradient(180deg,#b48cff47,#7e5cc638);color:#fff}.checkout-form input,.checkout-form textarea{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#110a18eb;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.product-card{display:flex;flex-direction:column;overflow:hidden;min-width:0;border:1px solid var(--line);border-radius:24px;background:#09060df5;box-shadow:0 18px 44px #06030a5c;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-card__media{position:relative;aspect-ratio:.78;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover}.product-modal__image{width:100%;height:100%;object-fit:contain;object-position:center}.product-card__placeholder,.cart-item__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#251432,#120917);color:#7b6a93;font-weight:800;letter-spacing:.2em}.product-card__body{display:flex;flex:1;flex-direction:column;gap:8px;padding:14px}.product-card__title{margin:0;font-size:17px;line-height:1.16;letter-spacing:-.02em;word-break:break-word}.product-card__info,.product-card__condition{margin:0;color:var(--text-soft);font-size:13px}.product-card__condition{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;font-size:13px}.price-old{color:#a69ab7;text-decoration:line-through}.product-card__price strong,.product-modal__price strong,.sheet__total strong{font-size:26px;line-height:1}.product-card__meta{color:#d7c8f5;font-size:14px;font-weight:700}.product-card__actions{display:grid;grid-template-columns:1fr 52px;gap:10px;margin-top:auto}.action-button,.primary-button,.secondary-button,.checkout-button,.chip-button{border:0;border-radius:18px;text-align:center;transition:transform .14s ease,opacity .14s ease,background .14s ease}.action-button:disabled,.primary-button:disabled,.checkout-button:disabled{opacity:.55;cursor:not-allowed}.action-button--cart,.secondary-button,.checkout-button{padding:14px 12px;background:linear-gradient(180deg,#463c59,#352b47);color:#fff;font-weight:700}.action-button--favorite{background:#ffffff05;color:#fff;border:1px solid var(--line-strong);font-size:22px}.action-button--favorite-active{border-color:#ff7aa699;color:#ff7aa6}.action-button--active{background:linear-gradient(180deg,#d8baff,#ba95ff);color:#160c22}.badge{position:absolute;z-index:1;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.badge--new{top:10px;left:10px;background:#7865ffeb}.badge--count,.carousel-indicator{top:10px;right:10px;background:#08050cb8}.badge--sold{bottom:10px;left:10px;background:#ff6982eb}.cart-fab{position:fixed;right:18px;bottom:18px;display:inline-flex;align-items:center;gap:10px;padding:16px 18px;border:0;border-radius:999px;background:linear-gradient(180deg,#4b3f63,#342c46);color:#fff;box-shadow:0 20px 40px #00000073;font-size:22px;z-index:12}.cart-fab strong{font-size:16px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:stretch;justify-content:center;padding:16px;background:#060309d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sheet{width:100%;max-width:540px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#0d0813fa;box-shadow:0 36px 80px #00000080}.sheet--product,.sheet--favorites{max-height:calc(100vh - 32px);overflow-y:auto}.sheet--product{max-width:760px}.sheet--cart,.sheet--checkout{max-height:calc(100vh - 32px)}.sheet--success{align-self:center;max-width:420px;padding:28px;text-align:center}.success-mark{width:72px;height:72px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 18px;border-radius:50%;background:#d8baff;color:#1a0d26;font-size:34px;font-weight:800}.success-subtitle{color:#d7c8f5}.sheet__header,.sheet__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 14px}.sheet__header h2,.sheet__footer h2{margin:0;font-size:28px}.sheet__footer{margin-top:auto;border-top:1px solid var(--line);flex-direction:column;align-items:stretch}.sheet__total{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.checkout-button{width:100%}.checkout-button--success,.primary-button{padding:16px 18px;background:linear-gradient(180deg,#dfd2ff,#c5a9ff);color:#170d24;font-weight:800}.secondary-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.product-modal__gallery{position:relative;min-height:320px;aspect-ratio:1.08;overflow:hidden;border-radius:22px;margin:0 18px;background:#09060d}.product-modal__placeholder{min-height:100%}.carousel-button{position:absolute;top:50%;width:42px;height:42px;margin-top:-21px;border:0;border-radius:50%;background:#0009;color:#fff;font-size:24px}.carousel-button--prev{left:10px}.carousel-button--next{right:10px}.product-modal__content{display:flex;flex-direction:column;gap:14px;padding:20px 18px 24px}.product-modal__thumbs{display:flex;gap:10px;padding:12px 18px 0;overflow-x:auto;scrollbar-width:none}.product-modal__thumbs::-webkit-scrollbar{display:none}.product-modal__thumb{flex:0 0 72px;width:72px;height:72px;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#110a18eb}.product-modal__thumb img{width:100%;height:100%;object-fit:cover}.product-modal__thumb--active{border-color:#ceb9ffb3;box-shadow:0 0 0 1px #ceb9ff38}.product-modal__status{color:#d7c8f5;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.product-modal__title{margin:0;font-size:34px;line-height:.96}.product-modal__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px}.product-modal__details{display:grid;gap:14px;margin:0}.product-modal__details dt{margin-bottom:4px;color:#b9a8cf;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.product-modal__details dd{margin:0;font-size:16px;color:#fff}.product-modal__actions{display:grid;gap:12px}.cart-list,.checkout-form,.sheet--favorites .products-grid{padding:0 18px 18px}.cart-list{overflow-y:auto}.cart-item{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:14px;margin-bottom:12px;border:1px solid var(--line);border-radius:20px;background:#130c1beb}.cart-item__image,.cart-item__placeholder{width:88px;height:88px;border-radius:14px;object-fit:cover}.cart-item__content h3{margin:0 0 6px;font-size:18px}.cart-item__price{font-size:18px;font-weight:800}.cart-item__availability{margin:4px 0 10px;color:#b9a8cf;font-size:13px}.cart-item__controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cart-item__controls button{min-width:38px;height:38px;border:0;border-radius:12px;background:#2f2540;color:#fff}.cart-item__remove{color:#ff7aa6!important}.checkout-form{display:flex;flex-direction:column;gap:14px}.checkout-form label{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#e3daf3}.field-hint{color:#b9a8cf;font-size:12px;line-height:1.45}.checkout-form textarea{resize:vertical}.chip-button{min-height:48px;padding:0 12px;background:#110a18e0;color:#fff;border:1px solid var(--line)}.chip-button--active{border-color:#b18cff73;background:#b18cff29}.form-error{padding:14px 16px;border:1px solid rgba(255,111,132,.35);border-radius:16px;background:#ff6f8414;color:#ffb4c1}.form-error--page{margin-bottom:14px}.empty-state,.welcome-note{padding:18px;border:1px solid var(--line);border-radius:20px;background:#120b1ad6}.empty-state p,.welcome-note{margin:0 0 6px;font-size:18px;font-weight:700}.empty-state span{color:#b9a8cf}.product-skeleton{min-height:340px;border-radius:18px;background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a),#120b1ad1;background-size:220% 100%;animation:shimmer 1.5s infinite linear}@keyframes shimmer{0%{background-position:220% 0}to{background-position:-220% 0}}@media(hover:hover)and (pointer:fine){.product-card:hover{transform:translateY(-3px);border-color:#ffffff2e;box-shadow:0 26px 56px #0a05107a}}@media(max-width:760px){.page-container{max-width:620px}.topbar{align-items:stretch;gap:12px}.topbar__title{font-size:32px}.hero-card__content{grid-template-columns:1fr;gap:16px}.hero-card__avatar{width:88px;height:88px;border-radius:24px}.hero-card__heading{font-size:34px}.section-heading,.products-toolbar{flex-direction:column;align-items:stretch}.sort-panel{min-width:100%}.category-scroller{grid-auto-columns:minmax(180px,76vw);padding-inline:0}.category-nav{display:none}.product-modal__gallery{min-height:240px;aspect-ratio:.88}}@media(max-width:420px){.app-shell{padding-inline:10px}.topbar__title,.product-modal__title{font-size:28px}.hero-card__content{padding:18px}.section-heading h2,.products-toolbar h2{font-size:24px}.hero-card__links{gap:8px}.hero-card__link{flex:1 1 calc(50% - 4px);justify-content:center}.products-grid{gap:10px}.product-card{border-radius:20px}.product-card__body{padding:12px}.product-card__title{font-size:16px}.product-card__price strong{font-size:22px}.product-card__actions{grid-template-columns:1fr 46px;gap:8px}.cart-fab{right:14px;bottom:14px;padding:14px 16px}.sort-chip-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.sort-chip-row::-webkit-scrollbar{display:none}.sort-chip{white-space:nowrap}}@media(min-width:900px){.app-shell{padding-inline:20px}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sheet--checkout,.sheet--cart{max-width:620px}}
