@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.toast{color:#fff;cursor:pointer;pointer-events:all;border-radius:100px;align-items:center;gap:10px;min-width:200px;max-width:320px;padding:12px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;animation:.3s forwards toast-in;display:flex;box-shadow:0 4px 16px #00000026}@keyframes toast-in{0%{opacity:0;transform:translateY(16px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.toast_success{background:#1d9e75}.toast_error{background:#d85a30}.toast_info{background:#2f71e5}.toast__icon{flex-shrink:0;align-items:center;display:flex}.toast__message{flex:1;line-height:1.4}@media (width<=480px){.toast-container{bottom:16px;left:16px;right:16px}.toast{border-radius:8px;max-width:100%}}.navbar{z-index:100;background-color:#fff;border-bottom:1px solid #e8e8e8;font-family:Inter,sans-serif;position:sticky;top:0}.navbar__container{align-items:center;gap:32px;max-width:1440px;height:80px;margin:0 auto;padding:0 40px;display:flex}.navbar__logo{color:#000;flex-shrink:0;font-size:20px;font-weight:700;text-decoration:none}.navbar__nav{flex:1;align-items:center;gap:4px;display:flex}.navbar__link{color:#000;border-bottom:2px solid #0000;margin-right:24px;padding:6px 4px;font-size:16px;font-weight:400;text-decoration:none;transition:border-color .2s,color .2s}.navbar__link:hover{color:#2f71e5}.navbar__link_active{color:#000;border-bottom:2px solid #000;font-weight:500}.navbar__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.navbar__icon-btn{color:#000;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:background-color .2s;display:flex;position:relative}.navbar__icon-btn:hover{background-color:#f5f5f5}.navbar__badge{color:#fff;background-color:#2f71e5;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.navbar__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:100px;justify-content:center;align-items:center;height:40px;padding:0 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s,opacity .2s;display:inline-flex}.navbar__btn_primary{color:#fff;background-color:#2f71e5}.navbar__btn_primary:hover{background-color:#1a5fd4}.navbar__btn_ghost{color:#2f71e5;background-color:#0000;border:1px solid #2f71e5}.navbar__btn_ghost:hover{background-color:#2f71e50f}.navbar__btn_full{width:100%}.navbar__user{align-items:center;gap:16px;display:flex}.navbar__username{color:#000;align-items:center;font-size:14px;font-weight:500;display:flex}.navbar__auth{align-items:center;gap:8px;display:flex}.navbar__hamburger{cursor:pointer;color:#000;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s;display:none}.navbar__hamburger:hover{background-color:#f5f5f5}.navbar__mobile-menu{background-color:#fff;border-top:1px solid #e8e8e8;flex-direction:column;max-height:0;padding:0 24px 24px;transition:max-height .3s;display:none;overflow:hidden}.navbar__mobile-menu_open{width:74%;max-height:400px;padding-right:50px}.navbar__mobile-link{color:#000;border-bottom:1px solid #e8e8e8;padding:16px 0;font-size:16px;font-weight:400;text-decoration:none;transition:color .2s}.navbar__mobile-link:hover,.navbar__mobile-link.active{color:#2f71e5}.navbar__mobile-auth{flex-direction:column;gap:8px;margin-top:20px;display:flex}.navbar__mobile-username{color:#000;padding:8px 0;font-size:14px;font-weight:500}@media (width<=1024px){.navbar__container{padding:0 24px}}@media (width<=768px){.navbar__container{height:64px;padding:0 16px}.navbar__nav,.navbar__auth,.navbar__user{display:none}.navbar__hamburger,.navbar__mobile-menu{display:flex}}@media (width<=375px){.navbar__container{padding:0 16px}}.product-card{color:inherit;background:#fff;border-radius:8px;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 1px 4px #00000014}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.product-card__image-wrap{aspect-ratio:1;background:#f5f5f5;width:100%;position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__fav{cursor:pointer;color:#888;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s,transform .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 1px 4px #0000001f}.product-card__fav:hover{transform:scale(1.1)}.product-card__fav_active{color:#2f71e5}.product-card__body{flex-direction:column;flex:1;gap:6px;padding:16px;display:flex}.product-card__category{color:#888;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,sans-serif;font-size:12px}.product-card__title{color:#000;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card__footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.product-card__price{color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:700}.product-card__btn{color:#fff;cursor:pointer;background:#2f71e5;border:none;border-radius:100px;height:32px;padding:0 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:background-color .2s}.product-card__btn:hover{background:#1a5fd4}.home{background:#f5f5f5;width:100%;min-height:100vh;font-family:Inter,sans-serif}.home__hero{background:#0a0a0f;align-items:center;min-height:500px;padding:100px 80px;display:flex;position:relative;overflow:hidden}.home__hero-content{z-index:1;max-width:580px;position:relative}.home__hero-eyebrow{color:#2f71e5;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 20px;font-size:13px;font-weight:600}.home__hero-title{color:#fff;letter-spacing:-1.5px;margin:0 0 24px;font-size:60px;font-weight:700;line-height:1.08}.home__hero-sub{color:#fff9;margin:0 0 36px;font-size:17px;line-height:1.65}.home__hero-actions{flex-wrap:wrap;gap:12px;display:flex}.home__hero-glow{pointer-events:none;background:radial-gradient(circle,#2f71e559 0%,#0000 65%);border-radius:50%;width:700px;height:700px;position:absolute;top:-120px;right:-120px}.home__btn{white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;height:48px;padding:0 32px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .2s,opacity .2s;display:inline-flex}.home__btn_primary{color:#fff;background:#2f71e5}.home__btn_primary:hover{background:#1a5fd4}.home__btn_ghost{color:#fff;background:0 0;border:1px solid #ffffff59}.home__btn_ghost:hover{background:#ffffff12}.home__section{background:#fff;max-width:1440px;margin:0 auto;padding:64px 80px}.home__section_grey{background:#f5f5f5;max-width:100%}.home__section_grey>*{max-width:1440px;margin-inline:auto}.home__section-header{justify-content:space-between;align-items:baseline;margin-bottom:32px;display:flex}.home__section-title{color:#000;margin:0 0 32px;font-family:Inter,sans-serif;font-size:26px;font-weight:700}.home__section-title_inline{margin:0}.home__link-all{color:#2f71e5;white-space:nowrap;font-size:14px;font-weight:500;text-decoration:none}.home__link-all:hover{text-decoration:underline}.home__categories{flex-wrap:wrap;gap:10px;display:flex}.home__category-chip{color:#000;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:100px;align-items:center;height:38px;padding:0 22px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.home__category-chip:hover{color:#2f71e5;background:#2f71e50d;border-color:#2f71e5}.home__grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1440px;margin:0 auto;display:grid}.home__features{border-top:1px solid #e8e8e8;grid-template-columns:repeat(4,1fr);display:grid}.home__feature{background:#fff;border-right:1px solid #e8e8e8;flex-direction:column;gap:6px;padding:40px 48px;display:flex}.home__feature:last-child{border-right:none}.home__feature-icon{color:#2f71e5;flex-shrink:0;width:28px;height:28px;margin-bottom:8px}.home__feature strong{color:#000;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.home__feature p{color:#888;margin:0;font-family:Inter,sans-serif;font-size:13px;line-height:1.5}@media (width<=1024px){.home__hero{padding:72px 40px}.home__hero-title{font-size:44px}.home__section{padding:48px 40px}.home__grid,.home__features{grid-template-columns:repeat(2,1fr)}.home__feature:nth-child(2){border-right:none}.home__feature:nth-child(3){border-right:1px solid #e8e8e8}.home__feature{padding:32px 36px}}@media (width<=768px){.home__hero{min-height:380px;padding:56px 24px}.home__hero-title{letter-spacing:-1px;font-size:36px}.home__hero-sub{font-size:15px}.home__section{padding:40px 24px}.home__grid{gap:16px}.home__feature{padding:28px 24px}}@media (width<=480px){.home__hero{min-height:auto;padding:48px 20px}.home__hero-title{font-size:30px}.home__section{padding:32px 16px}.home__grid,.home__features{grid-template-columns:1fr}.home__feature{border-bottom:1px solid #e8e8e8;border-right:none}.home__feature:last-child{border-bottom:none}.home__feature:nth-child(3){border-right:none}}.search-filters{background:#fff;border-radius:8px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:32px;padding:20px 24px;display:flex;box-shadow:0 1px 4px #00000012}.search-filters__search{flex:1;min-width:200px;position:relative}.search-filters__icon{color:#888;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-filters__input{color:#000;background:#fff;border:1px solid #d0d0d0;border-radius:8px;outline:none;width:68%;height:44px;padding:0 40px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s}.search-filters__input:focus{border-color:#2f71e5}.search-filters__input::placeholder{color:#aaa}.search-filters__clear-input{cursor:pointer;color:#888;background:0 0;border:none;border-radius:50%;align-items:center;padding:2px;transition:color .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.search-filters__clear-input:hover{color:#000}.search-filters__select{color:#000;appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #d0d0d0;border-radius:8px;outline:none;min-width:180px;height:44px;padding:0 36px 0 14px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s}.search-filters__select:focus{border-color:#2f71e5}.search-filters__price{align-items:center;gap:8px;display:flex}.search-filters__input_price{flex-shrink:0;width:110px;padding:0 12px}.search-filters__input_price::-webkit-outer-spin-button{-webkit-appearance:none}.search-filters__input_price::-webkit-inner-spin-button{-webkit-appearance:none}.search-filters__price-sep{color:#888;flex-shrink:0;font-size:14px}.search-filters__reset{color:#2f71e5;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2f71e5;border-radius:100px;flex-shrink:0;height:44px;padding:0 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:background-color .2s}.search-filters__reset:hover{background:#2f71e50f}@media (width<=768px){.search-filters{flex-direction:column;align-items:stretch;gap:10px;padding:16px}.search-filters__search{min-width:unset}.search-filters__select{min-width:unset;width:100%}.search-filters__price{width:100%}.search-filters__input_price{flex:1}.search-filters__reset{text-align:center;width:100%}}.products-page{background:#f5f5f5;min-height:100vh;font-family:Inter,sans-serif}.products-page__container{max-width:1440px;margin:0 auto;padding:40px 40px 80px}.products-page__title{color:#000;margin:0 0 32px;font-size:32px;font-weight:700}.products-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.product-skeleton{aspect-ratio:3/4;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;animation:1.4s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.products-page__error{color:#888;flex-direction:column;align-items:center;gap:16px;padding:80px 0;font-size:16px;display:flex}.products-page__retry{color:#fff;cursor:pointer;background:#2f71e5;border:none;border-radius:100px;height:40px;padding:0 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.products-page__retry:hover{background:#1a5fd4}.products-page__pagination{justify-content:center;align-items:center;gap:16px;margin-top:48px;display:flex}.products-page__page-btn{color:#2f71e5;cursor:pointer;background:0 0;border:1px solid #2f71e5;border-radius:100px;height:40px;padding:0 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:background-color .2s}.products-page__page-btn:hover:not(:disabled){background:#2f71e50f}.products-page__page-btn:disabled{opacity:.35;cursor:not-allowed}.products-page__page-num{color:#888;text-align:center;min-width:80px;font-size:14px}@media (width<=1024px){.products-page__container{padding:32px 24px 60px}.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (width<=768px){.products-page__container{padding:24px 16px 48px}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.products-page__title{margin-bottom:24px;font-size:24px}}.detail-page{background:#f5f5f5;min-height:100vh;font-family:Inter,sans-serif}.detail-page__container{max-width:1440px;margin:0 auto;padding:32px 40px 80px}.detail-page__breadcrumb{color:#888;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:32px;font-size:13px;display:flex}.detail-page__breadcrumb button{cursor:pointer;color:#2f71e5;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:13px}.detail-page__breadcrumb button:hover{text-decoration:underline}.detail-page__breadcrumb_active{color:#000;white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-weight:500;overflow:hidden}.detail-page__layout{background:#fff;border-radius:8px;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px;padding:40px;display:grid;box-shadow:0 1px 4px #00000012}.detail-page__images{flex-direction:column;gap:12px;display:flex}.detail-page__main-img-wrap{aspect-ratio:1;background:#f5f5f5;border-radius:8px;width:100%;overflow:hidden}.detail-page__main-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.detail-page__main-img:hover{transform:scale(1.03)}.detail-page__thumbs{flex-wrap:wrap;gap:8px;display:flex}.detail-page__thumb{cursor:pointer;background:#f5f5f5;border:2px solid #0000;border-radius:6px;width:64px;height:64px;padding:0;transition:border-color .2s;overflow:hidden}.detail-page__thumb img{object-fit:cover;width:100%;height:100%}.detail-page__thumb_active{border-color:#2f71e5}.detail-page__info{flex-direction:column;gap:16px;padding-top:8px;display:flex}.detail-page__category{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:500}.detail-page__title{color:#000;margin:0;font-size:28px;font-weight:700;line-height:1.3}.detail-page__price{color:#000;margin:0;font-size:32px;font-weight:700}.detail-page__description{color:#444;margin:0;font-size:15px;line-height:1.7}.detail-page__actions{align-items:center;gap:12px;margin-top:8px;display:flex}.detail-page__btn{cursor:pointer;border:none;border-radius:100px;height:48px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;transition:background-color .2s,transform .1s}.detail-page__btn:active{transform:scale(.98)}.detail-page__btn_primary{color:#fff;background:#2f71e5;flex:1;padding:0 32px}.detail-page__btn_primary:hover{background:#1a5fd4}.detail-page__btn_added{background:#1d9e75!important}.detail-page__btn_fav{color:#888;background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:48px;padding:0;transition:border-color .2s,color .2s;display:flex;border:1px solid #d0d0d0!important}.detail-page__btn_fav:hover{border-color:#2f71e5!important}.detail-page__btn_fav_active{color:#2f71e5;border-color:#2f71e5!important}.detail-page__related{margin-top:20px}.detail-page__related-title{color:#000;margin:0 0 24px;font-size:22px;font-weight:700}.detail-page__related-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.detail-skeleton{background:#fff;border-radius:8px;grid-template-columns:1fr 1fr;gap:60px;padding:40px;display:grid}.detail-skeleton__img{aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;animation:1.4s infinite shimmer}.detail-skeleton__info{flex-direction:column;gap:16px;padding-top:8px;display:flex}.detail-skeleton__line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:20px;animation:1.4s infinite shimmer}.detail-skeleton__line_title{width:80%;height:36px}.detail-skeleton__line_short{width:40%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.detail-page__error{color:#888;flex-direction:column;align-items:center;gap:16px;padding:80px 0;font-size:16px;display:flex}@media (width<=1024px){.detail-page__container{padding:24px 24px 60px}.detail-page__layout{gap:40px;padding:32px}.detail-page__related-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.detail-page__container{padding:20px 16px 48px}.detail-page__layout{grid-template-columns:1fr;gap:24px;padding:24px 16px}.detail-skeleton{grid-template-columns:1fr}.detail-page__title{font-size:22px}.detail-page__price{font-size:26px}.detail-page__related-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=375px){.detail-page__related-grid{grid-template-columns:1fr}}@media (width<=480px){.detail-page__layout{padding:16px}.detail-page__title{font-size:20px}.detail-page__price{font-size:22px}.detail-page__actions{flex-direction:column}.detail-page__btn_primary,.detail-page__btn_fav{width:100%}.detail-page__thumbs{justify-content:center}}.cart-page{background:#f5f5f5;min-height:100vh;font-family:Inter,sans-serif}.cart-page__container{max-width:1440px;margin:0 auto;padding:40px 40px 80px}.cart-page__title{color:#000;margin:0 0 32px;font-size:32px;font-weight:700}.cart-page__layout{grid-template-columns:1fr 340px;align-items:start;gap:24px;display:grid}.cart-page__items{flex-direction:column;gap:12px;display:flex}.cart-item{background:#fff;border-radius:8px;align-items:center;gap:16px;padding:16px;display:flex;box-shadow:0 1px 4px #00000012}.cart-item__img{object-fit:cover;background:#f5f5f5;border-radius:6px;flex-shrink:0;width:80px;height:80px}.cart-item__info{flex:1;min-width:0}.cart-item__title{color:#000;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:14px;font-weight:500;overflow:hidden}.cart-item__price{color:#888;margin:0;font-size:13px}.cart-item__qty{flex-shrink:0;align-items:center;gap:8px;display:flex}.cart-item__qty-btn{cursor:pointer;background:#fff;border:1px solid #d0d0d0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:border-color .2s;display:flex}.cart-item__qty-btn:hover{color:#2f71e5;border-color:#2f71e5}.cart-item__qty-num{color:#000;text-align:center;min-width:20px;font-size:14px;font-weight:500}.cart-item__subtotal{color:#000;text-align:right;flex-shrink:0;min-width:70px;font-size:15px;font-weight:700}.cart-item__remove{cursor:pointer;color:#888;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:color .2s;display:flex}.cart-item__remove:hover{color:red}.cart-page__clear{cursor:pointer;color:#888;background:0 0;border:none;align-self:flex-start;padding:4px 0;font-family:Inter,sans-serif;font-size:13px;text-decoration:underline}.cart-page__summary{background:#fff;border-radius:8px;flex-direction:column;gap:12px;padding:24px;display:flex;position:sticky;top:100px;box-shadow:0 1px 4px #00000012}.cart-page__summary-title{color:#000;margin:0 0 4px;font-size:18px;font-weight:700}.cart-page__summary-row{color:#444;justify-content:space-between;font-size:14px;display:flex}.cart-page__summary-total{color:#000;border-top:1px solid #e8e8e8;justify-content:space-between;padding-top:12px;font-size:16px;font-weight:700;display:flex}.cart-page__btn{cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;height:48px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.cart-page__btn_primary{color:#fff;background:#2f71e5}.cart-page__btn_primary:hover{background:#1a5fd4}.cart-page__btn_ghost{color:#2f71e5;background:0 0;border:1px solid #2f71e5}.cart-page__btn_ghost:hover{background:#2f71e50f}.cart-page__empty{color:#888;flex-direction:column;align-items:center;gap:20px;padding:80px 0;font-size:16px;display:flex}@media (width<=768px){.cart-page__container{padding:24px 16px 48px}.cart-page__layout{grid-template-columns:1fr}.cart-page__summary{position:static}.cart-item__subtotal{display:none}}@media (width<=480px){.cart-item{gap:10px;padding:12px}.cart-item__img{width:60px;height:60px}.cart-item__title{font-size:13px}.cart-page__summary{padding:16px}.cart-page__title{font-size:24px}}.favorites-page{background:#f5f5f5;min-height:100vh;font-family:Inter,sans-serif}.favorites-page__container{max-width:1440px;margin:0 auto;padding:40px 40px 80px}.favorites-page__title{color:#000;margin:0 0 32px;font-size:32px;font-weight:700}.favorites-page__count{color:#888;font-size:20px;font-weight:400}.favorites-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.favorites-page__empty{color:#888;flex-direction:column;align-items:center;gap:20px;padding:80px 0;font-size:16px;display:flex}.favorites-page__btn{color:#fff;background:#2f71e5;border-radius:100px;align-items:center;height:48px;padding:0 32px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-flex}.favorites-page__btn:hover{background:#1a5fd4}@media (width<=1024px){.favorites-page__container{padding:32px 24px 60px}.favorites-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (width<=768px){.favorites-page__container{padding:24px 16px 48px}.favorites-grid{grid-template-columns:repeat(2,1fr);gap:16px}.favorites-page__title{font-size:24px}}@media (width<=375px){.favorites-grid{grid-template-columns:1fr}}.auth-page{background:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;font-family:Inter,sans-serif;display:flex}.auth-card{background:#fff;border-radius:8px;width:100%;max-width:430px;padding:40px;box-shadow:0 1px 4px #00000014}.auth-card__title{color:#000;margin:0 0 28px;font-size:32px;font-weight:700}.auth-form{flex-direction:column;gap:12px;display:flex}.auth-form__field{width:100%}.auth-form__input{color:#000;background:#fff;border:1px solid #d0d0d0;border-radius:8px;outline:none;width:100%;height:48px;padding:0 16px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s}.auth-form__input:focus{border-color:#2f71e5}.auth-form__input::placeholder{color:#aaa}.auth-form__input_error{border-color:red}.auth-form__error{color:red;margin:0;padding:0 4px;font-size:13px}.auth-form__btn{color:#fff;cursor:pointer;background:#2f71e5;border:none;border-radius:100px;height:48px;margin-top:8px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;transition:background-color .2s}.auth-form__btn:hover{background:#1a5fd4}.auth-form__btn:disabled{opacity:.6;cursor:not-allowed}.auth-card__footer{color:#888;text-align:center;margin-top:20px;font-size:14px}.auth-card__link{color:#2f71e5;font-weight:500;text-decoration:none}.auth-card__link:hover{text-decoration:underline}@media (width<=480px){.auth-card{padding:28px 20px}.auth-card__title{font-size:26px}}@media (width<=375px){.auth-page{align-items:flex-start;padding:40px 16px 16px}.auth-card{border-radius:8px;padding:24px 16px}.auth-card__title{margin-bottom:20px;font-size:24px}.auth-form__input,.auth-form__btn{height:44px;font-size:14px}.auth-card__footer{font-size:13px}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{box-sizing:border-box;flex-direction:column;width:100%;min-height:100svh;margin:0;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
