.page-module__gOLNQG__layout{background:#fafafa;min-height:100vh;display:flex}.page-module__gOLNQG__main{flex:1;min-height:100vh}.page-module__gOLNQG__mainWithSidebar{margin-left:240px;transition:margin-left .38s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.page-module__gOLNQG__mainWithSidebar{margin-left:0}}.page-module__gOLNQG__page{max-width:935px;font-family:var(--font-sans,system-ui,sans-serif);margin:0 auto;padding:30px 20px 60px}.page-module__gOLNQG__profileHeader{align-items:flex-start;gap:48px;margin-bottom:24px;display:flex}.page-module__gOLNQG__avatarWrap{flex-shrink:0;position:relative}.page-module__gOLNQG__avatar{-o-object-fit:cover;object-fit:cover;border:3px solid #f0eded;border-radius:50%;width:150px;height:150px;display:block}.page-module__gOLNQG__profileInfo{flex-direction:column;flex:1;gap:16px;min-width:0;padding-top:4px;display:flex}.page-module__gOLNQG__usernameRow{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.page-module__gOLNQG__username{color:#1a1a1a;letter-spacing:-.2px;margin:0;font-size:22px;font-weight:400}.page-module__gOLNQG__headerActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.page-module__gOLNQG__btnPrimary{background:var(--grape-600,#722f37);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:7px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:opacity .18s}.page-module__gOLNQG__btnPrimary:hover{opacity:.85}.page-module__gOLNQG__btnOutline{color:#1a1a1a;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #dbdbdb;border-radius:8px;align-items:center;padding:7px 18px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:background .18s;display:inline-flex}.page-module__gOLNQG__btnOutline:hover{background:#fafafa}.page-module__gOLNQG__iconBtn{color:#1a1a1a;cursor:pointer;background:#fff;border:1.5px solid #dbdbdb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .18s;display:flex}.page-module__gOLNQG__iconBtn:hover{background:#fafafa}.page-module__gOLNQG__statsRow{gap:32px;display:flex}.page-module__gOLNQG__statItem{align-items:baseline;gap:5px;display:flex}.page-module__gOLNQG__statNum{color:#1a1a1a;font-size:16px;font-weight:700}.page-module__gOLNQG__statLabel{color:#1a1a1a;font-size:15px}.page-module__gOLNQG__bioBlock{flex-direction:column;gap:3px;display:flex}.page-module__gOLNQG__displayName{color:#1a1a1a;margin:0;font-size:14px;font-weight:700}.page-module__gOLNQG__bio{color:#1a1a1a;white-space:pre-line;margin:0;font-size:14px;line-height:1.5}.page-module__gOLNQG__websiteLink{color:var(--grape-600,#722f37);align-items:center;gap:5px;margin-top:2px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.page-module__gOLNQG__websiteLink:hover{text-decoration:underline}.page-module__gOLNQG__mobileBio{flex-direction:column;gap:4px;margin-bottom:18px;padding:0 2px;display:none}.page-module__gOLNQG__mobileActions{gap:8px;margin-top:10px;display:flex}.page-module__gOLNQG__highlightsRow{scrollbar-width:none;border-bottom:1px solid #f0f0f0;gap:22px;margin-bottom:4px;padding:8px 0 20px;display:flex;overflow-x:auto}.page-module__gOLNQG__highlightsRow::-webkit-scrollbar{display:none}.page-module__gOLNQG__highlightItem{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.page-module__gOLNQG__highlightRing{background:linear-gradient(135deg,var(--grape-600,#722f37),#e8a4a8);border-radius:50%;width:68px;height:68px;padding:3px}.page-module__gOLNQG__highlightImg{-o-object-fit:cover;object-fit:cover;border:2.5px solid #fff;border-radius:50%;width:100%;height:100%;display:block}.page-module__gOLNQG__highlightLabel{color:#1a1a1a;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:68px;font-size:11px;overflow:hidden}.page-module__gOLNQG__tabs{border-top:1px solid #f0f0f0;justify-content:center;margin-bottom:4px;display:flex}.page-module__gOLNQG__tabBtn{color:#999;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:0 0;border:none;border-top:2px solid #0000;align-items:center;gap:6px;margin-top:-1px;padding:14px 24px;font-family:inherit;font-size:12px;font-weight:600;transition:color .18s,border-color .18s;display:inline-flex}.page-module__gOLNQG__tabBtn:hover{color:#555}.page-module__gOLNQG__tabBtnActive{color:#1a1a1a;border-top-color:#1a1a1a}.page-module__gOLNQG__postsGrid{grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.page-module__gOLNQG__postTile{aspect-ratio:1;background:#f0f0f0;position:relative;overflow:hidden}.page-module__gOLNQG__tileImg{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.page-module__gOLNQG__postTile:hover .page-module__gOLNQG__tileImg{transform:scale(1.04)}.page-module__gOLNQG__tileTypeIcon{z-index:2;filter:drop-shadow(0 1px 3px #00000080);position:absolute;top:8px;right:8px}.page-module__gOLNQG__tileDuration{z-index:2;color:#fff;filter:drop-shadow(0 1px 3px #0009);align-items:center;gap:3px;font-size:10px;font-weight:700;display:inline-flex;position:absolute;bottom:8px;left:8px}.page-module__gOLNQG__tileOverlay{opacity:0;z-index:3;background:#00000052;justify-content:center;align-items:center;gap:20px;transition:opacity .2s;display:flex;position:absolute;inset:0}.page-module__gOLNQG__postTile:hover .page-module__gOLNQG__tileOverlay{opacity:1}.page-module__gOLNQG__tileOverlayStat{color:#fff;align-items:center;gap:5px;font-size:14px;font-weight:700;display:flex}.page-module__gOLNQG__emptyState{color:#ccc;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:72px 24px;display:flex}.page-module__gOLNQG__emptyTitle{color:#888;margin:0;font-size:16px;font-weight:500}@media (max-width:768px){.page-module__gOLNQG__page{padding:20px 0 60px}.page-module__gOLNQG__profileHeader{align-items:center;gap:20px;padding:0 16px}.page-module__gOLNQG__avatar{width:86px;height:86px}.page-module__gOLNQG__username{font-size:17px}.page-module__gOLNQG__statsRow{gap:18px}.page-module__gOLNQG__statNum{font-size:14px}.page-module__gOLNQG__statLabel{font-size:13px}.page-module__gOLNQG__bioBlock,.page-module__gOLNQG__headerActions{display:none}.page-module__gOLNQG__mobileBio{padding:0 16px;display:flex}.page-module__gOLNQG__highlightsRow{padding:8px 16px 16px}.page-module__gOLNQG__tabBtn{flex:1;justify-content:center;padding:12px 8px}.page-module__gOLNQG__tabLabel{display:none}.page-module__gOLNQG__postsGrid{gap:2px}}@media (max-width:480px){.page-module__gOLNQG__avatar{width:77px;height:77px}.page-module__gOLNQG__highlightRing{width:56px;height:56px}.page-module__gOLNQG__highlightsRow{gap:14px}}
.TopBar-module__7Lcfaq__topBar{z-index:90;-webkit-backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #0000;transition:left .38s cubic-bezier(.4,0,.2,1),box-shadow .25s,border-color .25s;position:fixed;top:0;left:240px;right:0}.TopBar-module__7Lcfaq__topBar.TopBar-module__7Lcfaq__elevated{border-bottom-color:#f0f0f0;box-shadow:0 2px 16px #0000000f}.TopBar-module__7Lcfaq__spacer{height:62px}.TopBar-module__7Lcfaq__topBarContent{align-items:center;gap:10px;height:62px;padding:0 18px;display:flex}.TopBar-module__7Lcfaq__categoryScroll{scrollbar-width:none;flex:1;align-items:center;gap:6px;padding:10px 2px;display:flex;overflow-x:auto}.TopBar-module__7Lcfaq__categoryScroll::-webkit-scrollbar{display:none}.TopBar-module__7Lcfaq__pill{color:#666;white-space:nowrap;cursor:pointer;background:#fff;border:1.5px solid #ebebeb;border-radius:100px;flex-shrink:0;align-items:center;gap:5px;padding:6px 14px;font-size:13px;font-weight:500;transition:color .18s,background .18s,border-color .18s,box-shadow .18s,transform .15s;display:inline-flex}.TopBar-module__7Lcfaq__pill:hover{color:var(--grape-600,#722f37);background:#fafafa;border-color:#ccc;transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.TopBar-module__7Lcfaq__pillActive{background:var(--grape-600,#722f37);border-color:var(--grape-600,#722f37);color:#fff;box-shadow:0 2px 10px #00000026}.TopBar-module__7Lcfaq__pillActive:hover{background:var(--grape-600,#722f37);border-color:var(--grape-600,#722f37);color:#fff}.TopBar-module__7Lcfaq__pillIcon{opacity:.75;align-items:center;display:flex}.TopBar-module__7Lcfaq__pillActive .TopBar-module__7Lcfaq__pillIcon{opacity:1}.TopBar-module__7Lcfaq__right{flex-shrink:0;align-items:center;gap:6px;display:flex;position:relative}.TopBar-module__7Lcfaq__iconBtn{color:#555;cursor:pointer;background:#fff;border:1.5px solid #eee;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .18s;display:flex;position:relative}.TopBar-module__7Lcfaq__iconBtn:hover{color:var(--grape-600,#722f37);background:#f7f7f7;border-color:#ccc;transform:translateY(-1px);box-shadow:0 2px 10px #00000012}.TopBar-module__7Lcfaq__badge{background:var(--grape-600,#722f37);color:#fff;border:2px solid #fff;border-radius:9px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 3px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.TopBar-module__7Lcfaq__avatarBtn{cursor:pointer;background:#f7f7f7;border:1.5px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:border-color .18s,box-shadow .18s,transform .15s;display:flex;overflow:hidden}.TopBar-module__7Lcfaq__avatarBtn:hover,.TopBar-module__7Lcfaq__avatarActive{border-color:#bbb;transform:scale(1.04);box-shadow:0 0 0 3px #0000000f}.TopBar-module__7Lcfaq__avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%}.TopBar-module__7Lcfaq__avatarFallback{background:var(--grape-600,#722f37);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.TopBar-module__7Lcfaq__avatarFallbackLg{width:40px;height:40px;font-size:17px}.TopBar-module__7Lcfaq__dropdown{z-index:200;opacity:0;pointer-events:none;transform-origin:100% 0;background:#fff;border:1px solid #eee;border-radius:14px;width:228px;transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;transform:translateY(-6px)scale(.97);box-shadow:0 12px 40px #0000001f,0 2px 8px #0000000d}.TopBar-module__7Lcfaq__dropdownOpen{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.TopBar-module__7Lcfaq__dropdownHeader{align-items:center;gap:10px;padding:16px 14px 12px;display:flex}.TopBar-module__7Lcfaq__dropdownAvatar{border-radius:50%;flex-shrink:0;overflow:hidden}.TopBar-module__7Lcfaq__dropdownName{color:var(--grape-600,#722f37);margin:0 0 2px;font-size:13.5px;font-weight:600}.TopBar-module__7Lcfaq__dropdownEmail{color:#aaa;margin:0;font-size:11.5px}.TopBar-module__7Lcfaq__dropdownRule{background:#f3f3f3;height:1px;margin:4px 0}.TopBar-module__7Lcfaq__dropdownItem{color:#555;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:13.5px;font-weight:400;text-decoration:none;transition:background .15s,color .15s;display:flex}.TopBar-module__7Lcfaq__dropdownItem:hover{color:var(--grape-600,#722f37);background:#f7f7f7}.TopBar-module__7Lcfaq__dropdownLogout:hover{color:#e53e3e;background:#fff5f5}@media (max-width:768px){.TopBar-module__7Lcfaq__topBar{left:0}.TopBar-module__7Lcfaq__spacer{height:62px}}
.ConfirmLogoutModal-module__Byx46G__overlay{-webkit-backdrop-filter:blur(3px);z-index:1000;background:#00000047;justify-content:center;align-items:center;padding:16px;animation:.15s both ConfirmLogoutModal-module__Byx46G__fadeIn;display:flex;position:fixed;inset:0}@keyframes ConfirmLogoutModal-module__Byx46G__fadeIn{0%{opacity:0}to{opacity:1}}.ConfirmLogoutModal-module__Byx46G__modal{background:#fff;border:1px solid #ebebeb;border-radius:14px;width:100%;max-width:360px;animation:.2s cubic-bezier(.34,1.56,.64,1) both ConfirmLogoutModal-module__Byx46G__slideUp;overflow:hidden;box-shadow:0 20px 60px #00000021}@keyframes ConfirmLogoutModal-module__Byx46G__slideUp{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ConfirmLogoutModal-module__Byx46G__header{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:14px 16px 12px;display:flex}.ConfirmLogoutModal-module__Byx46G__title{color:var(--grape-600,#722f37);letter-spacing:-.01em;margin:0;font-size:14px;font-weight:700}.ConfirmLogoutModal-module__Byx46G__closeBtn{color:#bbb;cursor:pointer;background:0 0;border:1px solid #f0f0f0;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:background .14s,color .14s;display:flex}.ConfirmLogoutModal-module__Byx46G__closeBtn:hover{color:#555;background:#f5f5f5}.ConfirmLogoutModal-module__Byx46G__body{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px 20px 20px;display:flex}.ConfirmLogoutModal-module__Byx46G__iconWrap{color:#555;background:#f5f5f5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ConfirmLogoutModal-module__Byx46G__message{color:#888;max-width:280px;margin:0;font-size:13px;line-height:1.6}.ConfirmLogoutModal-module__Byx46G__actions{gap:8px;padding:0 16px 16px;display:flex}.ConfirmLogoutModal-module__Byx46G__cancelBtn{color:#666;cursor:pointer;background:#fafafa;border:1px solid #e8e8e8;border-radius:8px;flex:1;padding:9px 0;font-size:13px;font-weight:600;transition:border-color .15s,color .15s}.ConfirmLogoutModal-module__Byx46G__cancelBtn:hover{color:#333;border-color:#ccc}.ConfirmLogoutModal-module__Byx46G__confirmBtn{background:var(--grape-600,#722f37);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px 0;font-size:13px;font-weight:700;transition:opacity .15s;display:flex}.ConfirmLogoutModal-module__Byx46G__confirmBtn:hover{opacity:.82}
.ProductCard-module__aoKufG__card{cursor:default;background:#fff;border:1px solid #f0f0f0;border-radius:14px;transition:box-shadow .22s,transform .22s;overflow:hidden}.ProductCard-module__aoKufG__card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000017}.ProductCard-module__aoKufG__imageLink{text-decoration:none;display:block}.ProductCard-module__aoKufG__imageWrap{background:#f7f7f7;border-radius:14px 14px 0 0;width:100%;position:relative;overflow:hidden}.ProductCard-module__aoKufG__skeleton{z-index:1;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.4s infinite ProductCard-module__aoKufG__shimmer;position:absolute;inset:0}@keyframes ProductCard-module__aoKufG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ProductCard-module__aoKufG__image{-o-object-fit:cover;object-fit:cover;opacity:0;z-index:2;transition:opacity .3s,transform .5s cubic-bezier(.4,0,.2,1)}.ProductCard-module__aoKufG__imageLoaded{opacity:1}.ProductCard-module__aoKufG__imageHidden{transition:opacity .2s;opacity:0!important}.ProductCard-module__aoKufG__card:hover .ProductCard-module__aoKufG__image:not(.ProductCard-module__aoKufG__imageHidden){transform:scale(1.03)}.ProductCard-module__aoKufG__video{-o-object-fit:cover;object-fit:cover;opacity:0;z-index:3;will-change:opacity;width:100%;height:100%;transition:opacity .25s;position:absolute;inset:0;transform:translateZ(0)}.ProductCard-module__aoKufG__videoVisible{opacity:1}.ProductCard-module__aoKufG__videoBadge{z-index:6;-webkit-backdrop-filter:blur(6px);color:#fff;letter-spacing:.05em;pointer-events:none;background:#0000008c;border-radius:100px;align-items:center;gap:4px;padding:3px 8px 3px 6px;font-size:10px;font-weight:700;display:flex;position:absolute;top:8px;left:8px}.ProductCard-module__aoKufG__durationBadge{z-index:6;-webkit-backdrop-filter:blur(4px);color:#fff;letter-spacing:.02em;pointer-events:none;background:#0000009e;border-radius:5px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;bottom:46px;right:8px}.ProductCard-module__aoKufG__liveChip{z-index:7;-webkit-backdrop-filter:blur(6px);color:#fff;letter-spacing:.05em;pointer-events:none;background:#0000009e;border-radius:100px;align-items:center;gap:5px;padding:3px 9px 3px 7px;font-size:10px;font-weight:700;display:flex;position:absolute;top:8px;left:8px}.ProductCard-module__aoKufG__liveDot{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.4s ease-in-out infinite ProductCard-module__aoKufG__pulse}@keyframes ProductCard-module__aoKufG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.ProductCard-module__aoKufG__overlay{opacity:0;z-index:8;background:linear-gradient(#0000 45%,#0000004d 100%);align-items:flex-end;padding:12px;transition:opacity .22s;display:flex;position:absolute;inset:0}.ProductCard-module__aoKufG__card:hover .ProductCard-module__aoKufG__overlay{opacity:1}.ProductCard-module__aoKufG__cartBtn{color:var(--grape-600,#722f37);cursor:pointer;letter-spacing:.01em;background:#fff;border:none;border-radius:100px;align-items:center;gap:6px;padding:8px 14px;font-size:12.5px;font-weight:600;transition:background .18s,transform .18s,box-shadow .18s;display:flex;box-shadow:0 2px 12px #00000026}.ProductCard-module__aoKufG__cartBtn:hover{background:#f7f7f7;box-shadow:0 4px 16px #0003}.ProductCard-module__aoKufG__cartBtn:active,.ProductCard-module__aoKufG__cartBounce{animation:.5s cubic-bezier(.34,1.56,.64,1) ProductCard-module__aoKufG__bounce}@keyframes ProductCard-module__aoKufG__bounce{0%{transform:scale(1)}40%{transform:scale(.9)}70%{transform:scale(1.1)}to{transform:scale(1)}}.ProductCard-module__aoKufG__caption{flex-direction:column;gap:6px;padding:10px 12px 11px;display:flex}.ProductCard-module__aoKufG__captionMain{flex-direction:column;gap:3px;display:flex}.ProductCard-module__aoKufG__creator{align-items:center;gap:6px;display:flex}.ProductCard-module__aoKufG__creatorAvatar{-o-object-fit:cover;object-fit:cover;border:1px solid #f0f0f0;border-radius:50%;flex-shrink:0}.ProductCard-module__aoKufG__creatorName{color:#888;letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.ProductCard-module__aoKufG__titleLink{text-decoration:none}.ProductCard-module__aoKufG__title{color:var(--grape-600,#722f37);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:600;line-height:1.35;transition:color .15s;display:-webkit-box;overflow:hidden}.ProductCard-module__aoKufG__titleLink:hover .ProductCard-module__aoKufG__title{color:#444}.ProductCard-module__aoKufG__price{color:var(--grape-600,#722f37);letter-spacing:-.2px;margin:0;font-size:13px;font-weight:700}.ProductCard-module__aoKufG__actions{border-top:1px solid #f5f5f5;align-items:center;gap:2px;margin-top:2px;padding-top:2px;display:flex}.ProductCard-module__aoKufG__action{color:#bbb;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:4px;padding:5px 6px;transition:color .18s,background .18s,transform .15s;display:flex}.ProductCard-module__aoKufG__action:hover{color:#666;background:#f5f5f5}.ProductCard-module__aoKufG__action:active{transform:scale(.88)}.ProductCard-module__aoKufG__action.ProductCard-module__aoKufG__liked{color:#e53e3e}.ProductCard-module__aoKufG__action.ProductCard-module__aoKufG__liked:hover{color:#c53030;background:#fff5f5}.ProductCard-module__aoKufG__actionIcon{flex-shrink:0;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.ProductCard-module__aoKufG__action:hover .ProductCard-module__aoKufG__actionIcon{transform:scale(1.15)}.ProductCard-module__aoKufG__liked .ProductCard-module__aoKufG__actionIcon{animation:.35s cubic-bezier(.34,1.56,.64,1) both ProductCard-module__aoKufG__heartPop}@keyframes ProductCard-module__aoKufG__heartPop{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}.ProductCard-module__aoKufG__actionCount{letter-spacing:.01em;min-width:16px;font-size:11px;font-weight:600}.ProductCard-module__aoKufG__action.ProductCard-module__aoKufG__shared{color:#22863a}.ProductCard-module__aoKufG__action.ProductCard-module__aoKufG__shared:hover{color:#1a7230;background:#f0fff4}
.page-module__keDRta__page{background:#fafafa;max-width:100%;min-height:100vh;padding:16px 0;overflow-x:hidden}@media (min-width:640px){.page-module__keDRta__page{padding:16px 0}}@media (min-width:768px){.page-module__keDRta__page{padding:20px 0 24px}}@media (min-width:1024px){.page-module__keDRta__page{padding:20px 0 24px}}.page-module__keDRta__header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;margin-top:8px;margin-bottom:16px;display:flex}@media (min-width:768px){.page-module__keDRta__header{flex-direction:row;margin-bottom:24px}}@media (min-width:1024px){.page-module__keDRta__header{margin-bottom:32px}}.page-module__keDRta__title{color:#1a1a1a;margin:0 0 4px;font-size:20px;font-weight:700}@media (min-width:480px){.page-module__keDRta__title{font-size:24px}}@media (min-width:768px){.page-module__keDRta__title{font-size:28px}}@media (min-width:1024px){.page-module__keDRta__title{font-size:32px}}.page-module__keDRta__subtitle{color:#666;margin:0;font-size:14px}@media (min-width:768px){.page-module__keDRta__subtitle{font-size:15px}}.page-module__keDRta__headerActions{flex-wrap:wrap;gap:10px;width:100%;display:flex}@media (min-width:768px){.page-module__keDRta__headerActions{flex-wrap:nowrap;gap:12px;width:auto}}.page-module__keDRta__btnPrimary{background:var(--grape-600,#722f37);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}@media (min-width:768px){.page-module__keDRta__btnPrimary{flex:0;gap:8px;padding:10px 20px;font-size:14px}}.page-module__keDRta__btnPrimary:hover{background:var(--grape-700,#5a2430);transform:translateY(-1px);box-shadow:0 4px 12px #722f3733}.page-module__keDRta__btnSecondary{color:#333;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}@media (min-width:768px){.page-module__keDRta__btnSecondary{flex:0;gap:8px;padding:10px 20px;font-size:14px}}.page-module__keDRta__btnSecondary:hover{border-color:var(--grape-600,#722f37);color:var(--grape-600,#722f37);box-shadow:0 2px 8px #00000014}@media (min-width:768px){.page-module__keDRta__btnPrimary{white-space:nowrap;text-overflow:clip;overflow:visible}}.page-module__keDRta__statsGrid{grid-template-columns:1fr;gap:12px;margin-bottom:20px;display:grid}@media (min-width:480px){.page-module__keDRta__statsGrid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (min-width:768px){.page-module__keDRta__statsGrid{gap:16px;margin-bottom:24px}}@media (min-width:1024px){.page-module__keDRta__statsGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}}.page-module__keDRta__statCard{background:#fff;border-radius:10px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex;box-shadow:0 1px 3px #00000014}@media (min-width:640px){.page-module__keDRta__statCard{border-radius:12px;gap:14px;padding:18px}}@media (min-width:1024px){.page-module__keDRta__statCard{gap:16px;padding:20px}}.page-module__keDRta__statCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.page-module__keDRta__statIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (min-width:768px){.page-module__keDRta__statIcon{border-radius:10px;width:48px;height:48px}}.page-module__keDRta__statContent{flex:1}.page-module__keDRta__statLabel{color:#666;margin-bottom:4px;font-size:12px}@media (min-width:768px){.page-module__keDRta__statLabel{font-size:13px}}.page-module__keDRta__statValue{color:#1a1a1a;margin-bottom:4px;font-size:20px;font-weight:700}@media (min-width:768px){.page-module__keDRta__statValue{font-size:22px}}@media (min-width:1024px){.page-module__keDRta__statValue{font-size:24px}}.page-module__keDRta__statTrend{color:#10b981;align-items:center;gap:4px;font-size:12px;display:flex}.page-module__keDRta__card{background:#fff;border-radius:10px;margin-bottom:16px;overflow:hidden;box-shadow:0 1px 3px #00000014}@media (min-width:768px){.page-module__keDRta__card{border-radius:12px;margin-bottom:20px}}@media (min-width:1024px){.page-module__keDRta__card{margin-bottom:24px}}.page-module__keDRta__cardHeader{border-bottom:1px solid #f0f0f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 16px 0;display:flex}@media (min-width:768px){.page-module__keDRta__cardHeader{gap:16px;padding:20px 20px 0}}@media (min-width:1024px){.page-module__keDRta__cardHeader{padding:24px 24px 0}}.page-module__keDRta__tabs{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px;display:grid}@media (min-width:480px){.page-module__keDRta__tabs{flex-wrap:wrap;display:flex}}@media (min-width:640px){.page-module__keDRta__tabs{flex-wrap:nowrap}}@media (min-width:768px){.page-module__keDRta__tabs{scrollbar-width:thin;scrollbar-color:#722f374d transparent;margin-bottom:20px;padding-bottom:8px;overflow-x:auto}.page-module__keDRta__tabs::-webkit-scrollbar{height:6px}.page-module__keDRta__tabs::-webkit-scrollbar-track{background:0 0}.page-module__keDRta__tabs::-webkit-scrollbar-thumb{background:#722f374d;border-radius:3px}.page-module__keDRta__tabs::-webkit-scrollbar-thumb:hover{background:#722f3780}}@media (min-width:1024px){.page-module__keDRta__tabs{margin-bottom:24px}}.page-module__keDRta__tab{color:#666;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.page-module__keDRta__tab:hover{border-color:var(--grape-600,#722f37);color:var(--grape-600,#722f37)}.page-module__keDRta__tabActive{background:var(--grape-600,#722f37);border:1px solid var(--grape-600,#722f37);color:#fff;cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;display:flex}.page-module__keDRta__tabCount{background:#fff3;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600}.page-module__keDRta__tabActive .page-module__keDRta__tabCount{background:#ffffff40}.page-module__keDRta__cardActions{flex-wrap:wrap;align-items:center;gap:10px;width:100%;margin-bottom:12px;display:flex}@media (min-width:768px){.page-module__keDRta__cardActions{gap:12px;margin-bottom:16px}}.page-module__keDRta__filterDropdown{z-index:50;background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:min(320px,100vw - 32px);max-height:min(500px,100vh - 200px);padding:12px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 8px 24px #00000014}@media (min-width:480px){.page-module__keDRta__filterDropdown{width:320px}}@media (min-width:768px){.page-module__keDRta__filterDropdown{min-width:320px;left:auto;right:0}}.page-module__keDRta__filterSection{border-bottom:1px solid #f2f2f2;padding:8px 0}.page-module__keDRta__filterSection:last-child{border-bottom:none}.page-module__keDRta__filterLabel{color:#666;margin-bottom:8px;font-size:13px;font-weight:700}.page-module__keDRta__filterCheckbox{align-items:center;gap:8px;margin-bottom:6px;font-size:14px;display:flex}.page-module__keDRta__filterInput{border:1px solid #e0e0e0;border-radius:6px;width:100%;padding:8px 10px}.page-module__keDRta__filterActions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.page-module__keDRta__filterApply{background:var(--grape-600,#722f37);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 12px}.page-module__keDRta__filterClear{color:#666;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:8px;padding:8px 12px}.page-module__keDRta__searchBar{width:100%;position:relative}@media (min-width:768px){.page-module__keDRta__searchBar{flex:1;min-width:280px;max-width:400px}}.page-module__keDRta__searchIcon{color:#999;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.page-module__keDRta__searchInput{border:1px solid #e0e0e0;border-radius:8px;width:100%;min-height:40px;padding:10px 14px 10px 42px;font-size:14px;transition:all .2s}@media (min-width:768px){.page-module__keDRta__searchInput{padding:8px 12px 8px 36px}}.page-module__keDRta__searchInput:focus{border-color:var(--grape-600,#722f37);outline:none;box-shadow:0 0 0 3px #722f371a}.page-module__keDRta__tableContainer{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#722f374d transparent;margin:0 -16px;padding:0 16px;overflow-x:auto}.page-module__keDRta__tableContainer::-webkit-scrollbar{height:8px}.page-module__keDRta__tableContainer::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.page-module__keDRta__tableContainer::-webkit-scrollbar-thumb{background:#722f374d;border-radius:4px}.page-module__keDRta__tableContainer::-webkit-scrollbar-thumb:hover{background:#722f3780}@media (min-width:768px){.page-module__keDRta__tableContainer{margin:0;padding:0}}.page-module__keDRta__table{border-collapse:collapse;width:100%}.page-module__keDRta__table thead{background:#fafafa}@media (max-width:767px){.page-module__keDRta__table thead{display:none}}.page-module__keDRta__table th{text-align:left;color:#666;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:600}@media (min-width:768px){.page-module__keDRta__table th{font-size:12px}}.page-module__keDRta__table th:first-child{width:40px}.page-module__keDRta__tableRow{border-bottom:1px solid #f0f0f0;transition:all .2s}.page-module__keDRta__tableRow:hover{background:#fafafa}@media (max-width:767px){.page-module__keDRta__tableRow{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:12px;display:block;overflow:hidden}.page-module__keDRta__tableRow:last-child{margin-bottom:0}}.page-module__keDRta__table td{color:#333;vertical-align:middle;padding:16px;font-size:14px}@media (min-width:768px){.page-module__keDRta__table td{padding:16px}}@media (max-width:767px){.page-module__keDRta__table td{text-align:right;border-bottom:1px solid #f5f5f5;min-height:36px;padding:10px 12px 10px 45%;display:block;position:relative}.page-module__keDRta__table td:last-child{border-bottom:none}.page-module__keDRta__table td:before{content:attr(data-label);color:#666;text-transform:uppercase;letter-spacing:.5px;text-align:left;white-space:nowrap;font-size:11px;font-weight:600;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.page-module__keDRta__table td:first-child{text-align:left;background:#fafafa;border-bottom:1px solid #e0e0e0;justify-content:flex-start;align-items:center;min-height:40px;padding:12px;display:flex}.page-module__keDRta__table td:first-child .page-module__keDRta__checkbox{margin:0}.page-module__keDRta__table td:first-child:before{display:none}.page-module__keDRta__ruleName,.page-module__keDRta__conditionCell,.page-module__keDRta__appliesToCell,.page-module__keDRta__triggersCell,.page-module__keDRta__actions{text-align:left;justify-content:flex-start}.page-module__keDRta__actionCell,.page-module__keDRta__statusCell{justify-content:flex-end}}.page-module__keDRta__checkbox{cursor:pointer;width:16px;height:16px}.page-module__keDRta__ruleName{flex-direction:column;gap:4px;display:flex}.page-module__keDRta__ruleTitle{color:#1a1a1a;font-weight:600}.page-module__keDRta__ruleSubtitle{color:#666;font-size:12px}.page-module__keDRta__conditionTime,.page-module__keDRta__conditionVolume,.page-module__keDRta__conditionCustomer,.page-module__keDRta__conditionInventory,.page-module__keDRta__conditionMarket{white-space:nowrap;border-radius:6px;align-items:center;gap:6px;margin-bottom:4px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex}.page-module__keDRta__conditionTime{color:#6b21a8;background:#e9d5ff}.page-module__keDRta__conditionVolume{color:#1e40af;background:#dbeafe}.page-module__keDRta__conditionCustomer{color:#166534;background:#dcfce7}.page-module__keDRta__conditionInventory{color:#92400e;background:#fef3c7}.page-module__keDRta__conditionMarket{color:#9f1239;background:#fce7f3}.page-module__keDRta__priorityCell{color:var(--grape-600,#722f37);font-size:14px;font-weight:700}.page-module__keDRta__conditionCell{flex-direction:column;gap:4px;max-width:220px;display:flex}@media (max-width:767px){.page-module__keDRta__conditionCell{max-width:none}}.page-module__keDRta__conditionTrigger{color:#1a1a1a;font-size:13px;font-weight:600}.page-module__keDRta__conditionDetails{color:#666;font-size:12px}.page-module__keDRta__actionCell{align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.page-module__keDRta__actionIncrease{color:#10b981}.page-module__keDRta__actionDecrease{color:#ef4444}.page-module__keDRta__actionSet{color:#3b82f6}.page-module__keDRta__actionArrow{color:#999}.page-module__keDRta__appliesToCell{flex-wrap:wrap;gap:4px;max-width:180px;display:flex}@media (max-width:767px){.page-module__keDRta__appliesToCell{justify-content:flex-end;max-width:none}}.page-module__keDRta__appliesTag{color:#666;white-space:nowrap;background:#f0f0f0;border-radius:4px;padding:2px 8px;font-size:11px}.page-module__keDRta__appliesMore{color:#666;background:#e0e0e0;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.page-module__keDRta__statusCell{display:flex}.page-module__keDRta__statusActive,.page-module__keDRta__statusScheduled,.page-module__keDRta__statusInactive{white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.page-module__keDRta__statusActive{color:#166534;background:#dcfce7}.page-module__keDRta__statusScheduled{color:#92400e;background:#fef3c7}.page-module__keDRta__statusInactive{color:#6b7280;background:#f3f4f6}.page-module__keDRta__triggersCell{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.page-module__keDRta__triggersCell>div:first-child{color:#1a1a1a;align-items:center;gap:6px;font-weight:600;display:flex}.page-module__keDRta__triggerIcon{color:#f59e0b}.page-module__keDRta__lastTriggered{color:#999;font-size:11px}.page-module__keDRta__impactCell{color:#1a1a1a;font-size:14px;font-weight:600}.page-module__keDRta__conversionChange{color:#10b981;margin-top:2px;font-size:11px}.page-module__keDRta__valueCell{color:var(--grape-600,#722f37);font-weight:600}.page-module__keDRta__conditions{color:#666;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:13px;overflow:hidden}.page-module__keDRta__revenueCell{color:#1a1a1a;font-weight:600}.page-module__keDRta__actions{gap:4px;display:flex}.page-module__keDRta__actionBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px;transition:all .2s}.page-module__keDRta__actionBtn:hover{color:var(--grape-600,#722f37);background:#f5f5f5}.page-module__keDRta__pagination{background:#fff;border-radius:10px;flex-direction:column;gap:16px;padding:16px;display:flex;box-shadow:0 1px 3px #00000014}@media (min-width:640px){.page-module__keDRta__pagination{padding:18px 20px}}@media (min-width:768px){.page-module__keDRta__pagination{border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;gap:0;padding:20px 24px}}.page-module__keDRta__paginationInfo{color:#666;text-align:center;font-size:13px}@media (min-width:768px){.page-module__keDRta__paginationInfo{text-align:left;font-size:14px}}.page-module__keDRta__paginationControls{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}@media (min-width:768px){.page-module__keDRta__paginationControls{flex-wrap:nowrap;justify-content:flex-start;gap:8px}}.page-module__keDRta__pageBtn{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:8px 14px;font-size:14px;transition:all .2s}.page-module__keDRta__pageBtn:hover{border-color:var(--grape-600,#722f37);color:var(--grape-600,#722f37)}.page-module__keDRta__pageBtnActive{background:var(--grape-600,#722f37);border:1px solid var(--grape-600,#722f37);color:#fff;cursor:pointer;border-radius:6px;padding:8px 14px;font-size:14px}.page-module__keDRta__pageDots{color:#999;padding:0 8px}.page-module__keDRta__itemsPerPage{color:#666;justify-content:center;align-items:center;gap:6px;width:100%;font-size:13px;display:flex}@media (min-width:768px){.page-module__keDRta__itemsPerPage{justify-content:flex-start;gap:8px;width:auto;font-size:14px}}.page-module__keDRta__pageSelect{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:8px 12px;font-size:14px;transition:all .2s}.page-module__keDRta__pageSelect:focus{border-color:var(--grape-600,#722f37);outline:none}@media (hover:none){.page-module__keDRta__productHoverActions{opacity:1}}.page-module__keDRta__emptyState{text-align:center;padding:80px 24px}.page-module__keDRta__emptyIcon{color:#d1d5db;margin-bottom:16px}.page-module__keDRta__emptyTitle{color:#1a1a1a;margin:0 0 8px;font-size:20px;font-weight:600}.page-module__keDRta__emptyText{color:#666;margin:0 0 24px;font-size:14px}.page-module__keDRta__tipsCard{background:linear-gradient(135deg,var(--grape-600,#722f37)0%,var(--grape-700,#5a2430)100%);color:#fff;border-radius:10px;padding:16px}@media (min-width:640px){.page-module__keDRta__tipsCard{border-radius:12px;padding:20px}}@media (min-width:1024px){.page-module__keDRta__tipsCard{padding:24px}}.page-module__keDRta__tipsHeader{align-items:center;gap:10px;margin-bottom:16px;display:flex}@media (min-width:768px){.page-module__keDRta__tipsHeader{gap:12px;margin-bottom:20px}}.page-module__keDRta__tipsIcon{color:#ffffffe6;flex-shrink:0}.page-module__keDRta__tipsTitle{color:#fff;margin:0;font-size:16px;font-weight:600}@media (min-width:640px){.page-module__keDRta__tipsTitle{font-size:17px}}@media (min-width:768px){.page-module__keDRta__tipsTitle{font-size:18px}}.page-module__keDRta__tipsList{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:768px){.page-module__keDRta__tipsList{gap:14px}}@media (min-width:1024px){.page-module__keDRta__tipsList{grid-template-columns:repeat(2,1fr);gap:16px}}.page-module__keDRta__tip{color:#fffffff2;gap:10px;font-size:13px;line-height:1.6;display:flex}@media (min-width:768px){.page-module__keDRta__tip{gap:12px;font-size:14px}}.page-module__keDRta__tipCheck{color:#10b981;flex-shrink:0;margin-top:2px}.page-module__keDRta__tip strong{color:#fff}@media (min-width:768px) and (max-width:1023px){.page-module__keDRta__statsGrid{grid-template-columns:repeat(2,1fr)}.page-module__keDRta__table th{padding:10px 12px;font-size:11px}.page-module__keDRta__table td{padding:14px 12px;font-size:13px}.page-module__keDRta__conditionCell{max-width:180px}.page-module__keDRta__appliesToCell{max-width:140px}.page-module__keDRta__conditionTrigger{font-size:12px}.page-module__keDRta__conditionDetails{font-size:11px}.page-module__keDRta__ruleTitle,.page-module__keDRta__actionCell{font-size:14px}.page-module__keDRta__tipsList{grid-template-columns:1fr}}@media (min-width:1200px){.page-module__keDRta__statsGrid{grid-template-columns:repeat(4,1fr)}.page-module__keDRta__conditionCell{max-width:250px}.page-module__keDRta__appliesToCell{max-width:200px}}@media (max-width:767px){.page-module__keDRta__page{padding:12px}.page-module__keDRta__header{flex-direction:column;gap:12px;margin-bottom:16px}.page-module__keDRta__title{font-size:20px}.page-module__keDRta__subtitle{font-size:13px}.page-module__keDRta__headerActions{flex-direction:column;justify-content:stretch;width:100%}.page-module__keDRta__headerActions button{flex:1;width:100%}.page-module__keDRta__statsGrid{grid-template-columns:1fr;gap:10px}.page-module__keDRta__statCard{padding:14px}.page-module__keDRta__statIcon{width:36px;height:36px}.page-module__keDRta__statValue{font-size:18px}.page-module__keDRta__cardHeader{flex-direction:column;align-items:stretch;gap:12px;padding:12px 12px 0}.page-module__keDRta__tabs{-webkit-overflow-scrolling:touch;gap:6px;margin-bottom:12px;padding-bottom:4px;overflow-x:auto}.page-module__keDRta__tab,.page-module__keDRta__tabActive{gap:6px;padding:8px 12px;font-size:13px}.page-module__keDRta__tabCount{padding:2px 6px;font-size:11px}.page-module__keDRta__cardActions{flex-direction:column;gap:8px;width:100%}.page-module__keDRta__searchBox{width:100%}.page-module__keDRta__tableContainer{-webkit-overflow-scrolling:touch;overflow-x:auto}.page-module__keDRta__table{width:100%;display:block}.page-module__keDRta__table thead{display:none}.page-module__keDRta__table tbody{display:block}.page-module__keDRta__tableRow{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:12px;display:block;overflow:hidden}.page-module__keDRta__tableRow:hover{background:#fff}.page-module__keDRta__emptyState{padding:40px 16px}.page-module__keDRta__emptyTitle{font-size:18px}.page-module__keDRta__emptyText{font-size:13px}.page-module__keDRta__tipsCard{padding:16px}.page-module__keDRta__tipsTitle{font-size:16px}.page-module__keDRta__tipsList{gap:12px}.page-module__keDRta__tip{font-size:13px}}@media (max-width:480px){.page-module__keDRta__page{padding:10px}.page-module__keDRta__title{font-size:18px}.page-module__keDRta__subtitle{font-size:12px}.page-module__keDRta__statsGrid{gap:8px}.page-module__keDRta__statCard{gap:10px;padding:12px}.page-module__keDRta__statIcon{width:32px;height:32px}.page-module__keDRta__statLabel{font-size:11px}.page-module__keDRta__statValue{font-size:16px}.page-module__keDRta__statTrend{font-size:11px}.page-module__keDRta__cardHeader{padding:10px 10px 0}.page-module__keDRta__tabs{gap:4px}.page-module__keDRta__tab,.page-module__keDRta__tabActive{padding:6px 10px;font-size:12px}.page-module__keDRta__filterDropdown{width:calc(100vw - 32px);left:50%;transform:translate(-50%)}.page-module__keDRta__tableRow{margin-bottom:10px}.page-module__keDRta__table td{padding:8px 10px 8px 40%;font-size:13px}.page-module__keDRta__table td:before{font-size:10px;left:10px}.page-module__keDRta__ruleTitle{font-size:14px}.page-module__keDRta__ruleSubtitle{font-size:11px}.page-module__keDRta__conditionTrigger{font-size:12px}.page-module__keDRta__conditionDetails{font-size:11px}.page-module__keDRta__actionCell{font-size:14px}.page-module__keDRta__actions{gap:2px}.page-module__keDRta__actionBtn{padding:4px}.page-module__keDRta__emptyState{padding:30px 12px}.page-module__keDRta__emptyIcon{width:40px;height:40px}.page-module__keDRta__emptyTitle{font-size:16px}.page-module__keDRta__emptyText{font-size:12px}.page-module__keDRta__tipsHeader{gap:8px;margin-bottom:12px}.page-module__keDRta__tipsIcon{width:18px;height:18px}.page-module__keDRta__tipsTitle{font-size:15px}.page-module__keDRta__tipsList{gap:10px}.page-module__keDRta__tip{gap:8px;font-size:12px}.page-module__keDRta__tipCheck{width:14px;height:14px}}@media (max-width:767px) and (orientation:landscape){.page-module__keDRta__statsGrid{grid-template-columns:repeat(2,1fr)}.page-module__keDRta__tabs{flex-wrap:nowrap;display:flex}.page-module__keDRta__header{flex-direction:row;align-items:center}.page-module__keDRta__headerActions{flex-direction:row;width:auto}.page-module__keDRta__headerActions button{width:auto}}@media (min-width:768px) and (max-width:1023px) and (orientation:portrait){.page-module__keDRta__tabs{grid-template-columns:repeat(2,1fr);display:grid}}
.page-module__uEkR3W__page{background:#fafafa;max-width:100%;min-height:100vh;padding:8px 0 16px;overflow-x:hidden}@media (min-width:640px){.page-module__uEkR3W__page{padding:8px 0 16px}}@media (min-width:768px){.page-module__uEkR3W__page{padding:12px 0 24px}}@media (min-width:1024px){.page-module__uEkR3W__page{padding:12px 0 24px}}.page-module__uEkR3W__header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;margin-bottom:16px;display:flex}@media (min-width:768px){.page-module__uEkR3W__header{flex-direction:row;align-items:center;margin-bottom:24px}}@media (min-width:1024px){.page-module__uEkR3W__header{margin-bottom:32px}}.page-module__uEkR3W__title{color:#1a1a1a;margin:0 0 4px;font-size:20px;font-weight:700}@media (min-width:480px){.page-module__uEkR3W__title{font-size:24px}}@media (min-width:768px){.page-module__uEkR3W__title{font-size:28px}}@media (min-width:1024px){.page-module__uEkR3W__title{font-size:32px}}.page-module__uEkR3W__subtitle{color:#666;margin:0;font-size:14px}@media (min-width:768px){.page-module__uEkR3W__subtitle{font-size:15px}}.page-module__uEkR3W__searchWrapper{flex:1;min-width:100%;display:none;position:relative}@media (min-width:768px){.page-module__uEkR3W__searchWrapper{min-width:250px;max-width:400px;display:block}}.page-module__uEkR3W__searchIcon{color:#999;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.page-module__uEkR3W__searchInput{background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:100%;padding:10px 14px 10px 42px;font-size:14px;transition:all .2s}.page-module__uEkR3W__searchInput:focus{border-color:var(--grape-600,#722f37);outline:none;box-shadow:0 0 0 3px #6b0f2a14}.page-module__uEkR3W__headerActions{flex-wrap:wrap;gap:10px;width:100%;display:flex}@media (min-width:768px){.page-module__uEkR3W__headerActions{flex-wrap:nowrap;justify-content:flex-end;gap:12px;width:auto}}.page-module__uEkR3W__headerActions>*{min-width:0}.page-module__uEkR3W__headerActions>.page-module__uEkR3W__btnPrimary{flex:none}.page-module__uEkR3W__headerActions>.page-module__uEkR3W__btnSecondary{flex:auto;min-width:0}.page-module__uEkR3W__btnPrimary{background:var(--grape-600,#722f37);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;min-width:0;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}@media (min-width:768px){.page-module__uEkR3W__btnPrimary{flex:0;gap:8px;padding:10px 20px;font-size:14px}}.page-module__uEkR3W__btnPrimary:hover{background:var(--grape-700,#5a2430);transform:translateY(-1px);box-shadow:0 4px 12px #722f3733}.page-module__uEkR3W__btnSecondary{color:#333;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;min-width:0;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.page-module__uEkR3W__btnLabel{display:inline-block}@media (min-width:768px){.page-module__uEkR3W__btnSecondary{flex:0;gap:8px;padding:10px 20px;font-size:14px}}@media (max-width:767px){.page-module__uEkR3W__headerActions{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:8px}.page-module__uEkR3W__headerActions>.page-module__uEkR3W__btnPrimary,.page-module__uEkR3W__headerActions>.page-module__uEkR3W__btnSecondary{flex:none;width:auto}.page-module__uEkR3W__btnPrimary{padding:10px 14px;font-size:14px}.page-module__uEkR3W__btnSecondary{justify-content:center;padding:8px 10px}.page-module__uEkR3W__btnSecondary .page-module__uEkR3W__btnLabel{display:inline-block}.page-module__uEkR3W__btnPrimary svg,.page-module__uEkR3W__btnSecondary svg{width:20px;height:20px}}.page-module__uEkR3W__btnSecondary:hover{border-color:var(--grape-600,#722f37);color:var(--grape-600,#722f37);box-shadow:0 2px 8px #00000014}.page-module__uEkR3W__statsGrid{grid-template-columns:1fr;gap:12px;margin-bottom:20px;display:grid}@media (min-width:480px){.page-module__uEkR3W__statsGrid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (min-width:768px){.page-module__uEkR3W__statsGrid{gap:16px;margin-bottom:24px}}@media (min-width:1024px){.page-module__uEkR3W__statsGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px}}@media (min-width:1280px){.page-module__uEkR3W__statsGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}}.page-module__uEkR3W__statCard{background:#fff;border-radius:10px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex;box-shadow:0 1px 3px #00000014}@media (min-width:640px){.page-module__uEkR3W__statCard{border-radius:12px;gap:14px;padding:18px}}@media (min-width:1024px){.page-module__uEkR3W__statCard{gap:16px;padding:20px}}.page-module__uEkR3W__statCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.page-module__uEkR3W__statIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (min-width:768px){.page-module__uEkR3W__statIcon{border-radius:10px;width:48px;height:48px}}.page-module__uEkR3W__statContent{flex:1}.page-module__uEkR3W__statLabel{color:#666;margin-bottom:2px;font-size:12px}@media (min-width:768px){.page-module__uEkR3W__statLabel{margin-bottom:4px;font-size:13px}}.page-module__uEkR3W__statValue{color:#1a1a1a;margin-bottom:2px;font-size:20px;font-weight:700}@media (min-width:768px){.page-module__uEkR3W__statValue{font-size:22px}}@media (min-width:1024px){.page-module__uEkR3W__statValue{font-size:24px}}.page-module__uEkR3W__statChange{color:#999;font-size:12px}.page-module__uEkR3W__pagination{background:#fff;border-radius:10px;flex-direction:column;gap:16px;margin-bottom:16px;padding:16px;display:flex;box-shadow:0 1px 3px #00000014}@media (min-width:640px){.page-module__uEkR3W__pagination{padding:18px 20px}}@media (min-width:768px){.page-module__uEkR3W__pagination{border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;gap:0;margin-bottom:24px;padding:20px 24px}}.page-module__uEkR3W__paginationInfo{color:#666;text-align:center;font-size:13px}@media (min-width:768px){.page-module__uEkR3W__paginationInfo{text-align:left;font-size:14px}}.page-module__uEkR3W__paginationControls{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}@media (min-width:768px){.page-module__uEkR3W__paginationControls{flex-wrap:nowrap;justify-content:flex-start;gap:8px}}.page-module__uEkR3W__pageBtn{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:8px 14px;font-size:14px;transition:all .2s}.page-module__uEkR3W__pageBtn:hover{border-color:var(--grape-600,#722f37);color:var(--grape-600,#722f37)}.page-module__uEkR3W__pageBtnActive{background:var(--grape-600,#722f37);border:1px solid var(--grape-600,#722f37);color:#fff;cursor:pointer;border-radius:6px;padding:8px 14px;font-size:14px}.page-module__uEkR3W__itemsPerPage{justify-content:center;align-items:center;gap:8px;display:flex}.page-module__uEkR3W__pageSelect{border:1px solid #e0e0e0;border-radius:6px;padding:6px 8px}.page-module__uEkR3W__tabs{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px;padding-bottom:0;display:grid;overflow-x:visible}@media (min-width:480px){.page-module__uEkR3W__tabs{flex-wrap:wrap;display:flex}}@media (max-width:767px){.page-module__uEkR3W__tabs{white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:8px;margin-bottom:12px;padding-bottom:12px;display:flex;overflow-x:auto}.page-module__uEkR3W__tab,.page-module__uEkR3W__tabActive{white-space:nowrap;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:8px;padding:8px 10px;display:inline-flex}.page-module__uEkR3W__tabCount{padding:2px 6px;font-size:11px}}@media (min-width:768px){.page-module__uEkR3W__tabs{margin-bottom:24px}}.page-module__uEkR3W__tab{color:#666;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.page-module__uEkR3W__tab:hover{border-color:var(--grape-600,#722f37);color:var(--grape-600,#722f37)}.page-module__uEkR3W__tabActive{background:var(--grape-600,#722f37);border:1px solid var(--grape-600,#722f37);color:#fff;cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;display:flex}.page-module__uEkR3W__tabCount{background:#fff3;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600}.page-module__uEkR3W__tabActive .page-module__uEkR3W__tabCount{background:#ffffff40}.page-module__uEkR3W__tableWrapper{background:#fff;border-radius:10px;margin-bottom:24px;overflow:hidden;box-shadow:0 1px 3px #00000014}@media (min-width:768px){.page-module__uEkR3W__tableWrapper{-webkit-overflow-scrolling:touch;border-radius:12px;margin-bottom:32px;overflow-x:auto}.page-module__uEkR3W__table{min-width:max-content}}.page-module__uEkR3W__table{border-collapse:collapse;width:100%}.page-module__uEkR3W__table thead{background:#fafafa;border-bottom:1px solid #e0e0e0}@media (max-width:767px){.page-module__uEkR3W__table thead{display:none}}.page-module__uEkR3W__table th{text-align:left;color:#666;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;font-size:11px;font-weight:600}.page-module__uEkR3W__table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s}@media (max-width:767px){.page-module__uEkR3W__table tbody tr{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:12px;display:block;overflow:hidden}.page-module__uEkR3W__table tbody tr:last-child{margin-bottom:0}}.page-module__uEkR3W__table tbody tr:hover{background:#fafafa}.page-module__uEkR3W__table td{padding:16px;font-size:14px}@media (max-width:767px){.page-module__uEkR3W__table td{text-align:right;border-bottom:1px solid #f0f0f0;padding:10px 12px 10px 45%;display:block;position:relative}.page-module__uEkR3W__table td:last-child{border-bottom:none}.page-module__uEkR3W__table td:before{content:attr(data-label);color:#666;text-transform:uppercase;letter-spacing:.5px;text-align:left;font-size:11px;font-weight:600;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.page-module__uEkR3W__table td:first-child{text-align:left;background:#fafafa;border-bottom:1px solid #e0e0e0;justify-content:flex-start;align-items:center;padding:12px;display:flex}.page-module__uEkR3W__table td:first-child:before{display:none}}.page-module__uEkR3W__checkbox{cursor:pointer;accent-color:#6b0f2a;width:16px;height:16px}.page-module__uEkR3W__ruleCell{flex-direction:column;gap:4px;display:flex}.page-module__uEkR3W__ruleName{color:#1a1a1a;font-weight:600}.page-module__uEkR3W__ruleMeta{color:#999;align-items:center;gap:8px;font-size:12px;display:flex}.page-module__uEkR3W__autoSelectBadge{color:#1e40af;background:#dbeafe;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.page-module__uEkR3W__pricingInfo{color:#666;font-size:12px}.page-module__uEkR3W__specializedPrice{color:#999;margin-left:8px}.page-module__uEkR3W__typeCell{flex-direction:column;gap:2px;display:flex}.page-module__uEkR3W__typeLabel{color:#1a1a1a;text-transform:capitalize;font-weight:600}.page-module__uEkR3W__typeDetail{color:#999;font-size:12px}.page-module__uEkR3W__statusActive{color:#065f46;background:#d1fae5;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.page-module__uEkR3W__statusDraft{color:#1e40af;background:#dbeafe;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.page-module__uEkR3W__conditionsCell{max-width:300px}.page-module__uEkR3W__conditionCount{color:#1a1a1a;margin-bottom:4px;font-weight:600}.page-module__uEkR3W__conditionsList{flex-direction:column;gap:2px;display:flex}.page-module__uEkR3W__condition{color:#666;font-family:monospace;font-size:12px}.page-module__uEkR3W__performanceCell{flex-direction:column;gap:4px;display:flex}.page-module__uEkR3W__perfRow{justify-content:space-between;align-items:center;gap:16px;display:flex}.page-module__uEkR3W__perfLabel{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.page-module__uEkR3W__perfValue{color:#1a1a1a;font-size:13px;font-weight:600}.page-module__uEkR3W__actionsCell{gap:8px;display:flex}.page-module__uEkR3W__actionBtn{cursor:pointer;color:#666;background:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.page-module__uEkR3W__actionBtn:hover{color:#6b0f2a;background:#f9fafb;border-color:#6b0f2a}.page-module__uEkR3W__bottomSection{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:768px){.page-module__uEkR3W__bottomSection{gap:20px}}@media (min-width:1024px){.page-module__uEkR3W__bottomSection{grid-template-columns:1fr;gap:24px}}@media (min-width:1280px){.page-module__uEkR3W__bottomSection{grid-template-columns:2fr 1fr;gap:24px}}.page-module__uEkR3W__recentShipments{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #00000014}@media (min-width:768px){.page-module__uEkR3W__recentShipments{border-radius:12px;padding:24px}}.page-module__uEkR3W__sectionHeader{flex-wrap:wrap;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}@media (min-width:768px){.page-module__uEkR3W__sectionHeader{flex-wrap:nowrap;align-items:center;gap:16px;margin-bottom:24px}}.page-module__uEkR3W__sectionTitle{color:#1a1a1a;margin:0;font-size:16px;font-weight:700}@media (min-width:768px){.page-module__uEkR3W__sectionTitle{font-size:18px}}.page-module__uEkR3W__sectionSubtitle{color:#999;flex:1;margin:0;font-size:12px;display:none}@media (min-width:640px){.page-module__uEkR3W__sectionSubtitle{font-size:13px;display:block}}.page-module__uEkR3W__viewAllBtn{color:#6b0f2a;cursor:pointer;background:0 0;border:none;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.page-module__uEkR3W__viewAllBtn:hover{text-decoration:underline}.page-module__uEkR3W__shipmentsList{flex-direction:column;gap:12px;display:flex}.page-module__uEkR3W__shipmentCard{background:#fafafa;border-radius:10px;gap:16px;padding:16px;transition:all .2s;display:flex}.page-module__uEkR3W__shipmentCard:hover{background:#f3f4f6}.page-module__uEkR3W__shipmentIcon{color:#666;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-module__uEkR3W__shipmentInfo{flex:1}.page-module__uEkR3W__shipmentHeader{align-items:center;gap:8px;margin-bottom:6px;display:flex}.page-module__uEkR3W__shipmentOrder{color:#1a1a1a;font-weight:600}.page-module__uEkR3W__shipmentDelivered{color:#065f46;background:#d1fae5;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.page-module__uEkR3W__shipmentInTransit{color:#92400e;background:#fef3c7;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.page-module__uEkR3W__shipmentLabelCreated{color:#1e40af;background:#dbeafe;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.page-module__uEkR3W__shipmentPending{color:#4b5563;background:#e5e7eb;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.page-module__uEkR3W__shipmentDetails{color:#666;align-items:center;gap:8px;margin-bottom:4px;font-size:12px;display:flex}.page-module__uEkR3W__shipmentWeight,.page-module__uEkR3W__shipmentPrice{border-left:1px solid #e0e0e0;padding-left:8px}.page-module__uEkR3W__shipmentTracking{color:#999;font-family:monospace;font-size:11px}.page-module__uEkR3W__trackLink{color:#6b0f2a;margin-left:6px;font-weight:600;text-decoration:none}.page-module__uEkR3W__trackLink:hover{text-decoration:underline}.page-module__uEkR3W__shipmentCarrier{text-align:right;flex-shrink:0}.page-module__uEkR3W__carrierName{color:#1a1a1a;margin-bottom:4px;font-size:13px;font-weight:600}.page-module__uEkR3W__estimatedDate,.page-module__uEkR3W__deliveredDate{color:#999;font-size:12px}.page-module__uEkR3W__deliveredDate{color:#059669;font-weight:600}.page-module__uEkR3W__sideColumn{flex-direction:column;gap:24px;display:flex}.page-module__uEkR3W__calculator{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.page-module__uEkR3W__calcHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.page-module__uEkR3W__calcTitle{color:#1a1a1a;margin:0;font-size:18px;font-weight:700}.page-module__uEkR3W__refreshBtn{cursor:pointer;color:#666;background:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.page-module__uEkR3W__refreshBtn:hover{color:#6b0f2a;border-color:#6b0f2a}.page-module__uEkR3W__calcSubtitle{color:#999;margin:0 0 24px;font-size:13px}.page-module__uEkR3W__calcForm{flex-direction:column;gap:16px;display:flex}.page-module__uEkR3W__formGroup{flex-direction:column;gap:8px;display:flex}.page-module__uEkR3W__formLabel{color:#1a1a1a;font-size:13px;font-weight:600}.page-module__uEkR3W__formInput{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:10px 14px;font-size:14px;transition:all .2s}.page-module__uEkR3W__formInput:focus{background:#fff;border-color:#6b0f2a;outline:none;box-shadow:0 0 0 3px #6b0f2a14}.page-module__uEkR3W__formRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.page-module__uEkR3W__calculateBtn{background:var(--grape-600,#722f37);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px;font-size:14px;font-weight:600;transition:all .2s}.page-module__uEkR3W__calculateBtn:hover{background:var(--grape-700,#5d252c);transform:translateY(-1px);box-shadow:0 4px 12px #6b0f2a33}.page-module__uEkR3W__settings{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #00000014}@media (min-width:768px){.page-module__uEkR3W__settings{border-radius:12px;padding:24px}}.page-module__uEkR3W__settingsHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.page-module__uEkR3W__settingsTitle{color:#1a1a1a;margin:0;font-size:18px;font-weight:700}.page-module__uEkR3W__settingsIcon{cursor:pointer;color:#666;background:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.page-module__uEkR3W__settingsIcon:hover{color:#6b0f2a;border-color:#6b0f2a}.page-module__uEkR3W__settingsSubtitle{color:#999;margin:0 0 24px;font-size:13px}.page-module__uEkR3W__settingsList{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.page-module__uEkR3W__settingItem{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.page-module__uEkR3W__settingItem:last-child{border-bottom:none;padding-bottom:0}.page-module__uEkR3W__settingLabel{color:#666;font-size:13px}.page-module__uEkR3W__settingValue{color:#1a1a1a;font-size:14px;font-weight:600}.page-module__uEkR3W__editSettingsBtn{color:#6b0f2a;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:8px;width:100%;padding:10px;font-size:14px;font-weight:600;transition:all .2s}.page-module__uEkR3W__editSettingsBtn:hover{background:#f9fafb;border-color:#6b0f2a}@media (min-width:768px){.page-module__uEkR3W__btnPrimary,.page-module__uEkR3W__btnSecondary{white-space:nowrap;text-overflow:clip;overflow:visible}}
.page-module__Don3SG__layout{background:#fafafa;min-height:100vh;display:flex}.page-module__Don3SG__main{background:#f5f5f5;flex:1;justify-content:center;align-items:center;min-height:100vh;margin-left:240px;transition:margin-left .38s cubic-bezier(.4,0,.2,1);display:flex}@media (max-width:768px){.page-module__Don3SG__main{align-items:flex-start;margin-left:0;padding-bottom:72px}}.page-module__Don3SG__strip{align-items:center;gap:20px;display:flex}.page-module__Don3SG__reelsContainer{scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;background:#000;border-radius:20px;width:420px;height:100dvh;overflow-y:scroll;box-shadow:0 0 0 1px #0000000f,0 24px 64px #0000002e}.page-module__Don3SG__reelsContainer::-webkit-scrollbar{display:none}@media (max-width:768px){.page-module__Don3SG__reelsContainer{width:100vw;box-shadow:none;border-radius:0}}@media (min-width:1280px){.page-module__Don3SG__reelsContainer{width:480px}}.page-module__Don3SG__dots{flex-direction:column;align-items:center;gap:6px;display:flex}.page-module__Don3SG__dot{cursor:pointer;background:#444;border-radius:50%;width:5px;height:5px;transition:all .3s cubic-bezier(.4,0,.2,1)}.page-module__Don3SG__dotActive{background:#fff;border-radius:3px;height:18px}@media (max-width:768px){.page-module__Don3SG__dots{display:none}}.page-module__Don3SG__reelWrapper{scroll-snap-align:start;scroll-snap-stop:always;background:#000;justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.page-module__Don3SG__card{cursor:pointer;width:100%;height:100%;position:relative;overflow:hidden}.page-module__Don3SG__video{-o-object-fit:fit;object-fit:fit;width:100%;height:100%;display:block;position:absolute;inset:0}.page-module__Don3SG__shimmer{background:linear-gradient(135deg,var(--grape-600,#722f37)25%,#1a1a1a 50%,var(--grape-600,#722f37)75%);z-index:1;background-size:400% 400%;animation:1.6s ease-in-out infinite page-module__Don3SG__shimmer;position:absolute;inset:0}@keyframes page-module__Don3SG__shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.page-module__Don3SG__card:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0006 0%,#0000 40%,#00000059 65%,#000000d1 100%);position:absolute;inset:0}.page-module__Don3SG__progressBar{z-index:20;background:#fff3;height:2px;position:absolute;top:0;left:0;right:0}.page-module__Don3SG__progressFill{will-change:width;background:#fff;height:100%;transition:width .1s linear}.page-module__Don3SG__topBar{z-index:10;pointer-events:none;justify-content:space-between;align-items:center;padding:52px 16px 12px;display:flex;position:absolute;top:0;left:0;right:0}.page-module__Don3SG__backBtn,.page-module__Don3SG__muteBtn{pointer-events:all;-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .15s,transform .12s;display:flex}.page-module__Don3SG__backBtn:hover,.page-module__Don3SG__muteBtn:hover{background:#ffffff38;transform:scale(1.08)}.page-module__Don3SG__topLabel{color:#fff;letter-spacing:.02em;text-shadow:0 1px 8px #00000080;font-size:15px;font-weight:700}.page-module__Don3SG__pauseIcon{z-index:15;pointer-events:none;justify-content:center;align-items:center;animation:.8s ease-out forwards page-module__Don3SG__fadeOut;display:flex;position:absolute;inset:0}@keyframes page-module__Don3SG__fadeOut{0%{opacity:1}40%{opacity:1}to{opacity:0}}.page-module__Don3SG__info{z-index:10;pointer-events:none;flex-direction:column;gap:10px;padding:0 16px;display:flex;position:absolute;bottom:80px;left:0;right:72px}.page-module__Don3SG__merchant{pointer-events:all;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.page-module__Don3SG__avatar{-o-object-fit:cover;object-fit:cover;border:2px solid #ffffffb3;border-radius:50%;flex-shrink:0;width:36px;height:36px}.page-module__Don3SG__avatarFallback{color:#fff;background:#ffffff26;border:2px solid #ffffffb3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:700;display:flex}.page-module__Don3SG__merchantName{color:#fff;text-shadow:0 1px 6px #00000080;font-size:14px;font-weight:600}.page-module__Don3SG__followBtn{color:#fff;pointer-events:all;cursor:pointer;background:0 0;border:1.5px solid #ffffffb3;border-radius:20px;margin-left:2px;padding:3px 10px;font-size:12px;font-weight:600;transition:background .15s}.page-module__Don3SG__followBtn:hover{background:#ffffff26}.page-module__Don3SG__caption{color:#ffffffe6;text-shadow:0 1px 6px #00000080;-webkit-line-clamp:3;pointer-events:all;-webkit-box-orient:vertical;margin:0;font-size:13.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.page-module__Don3SG__shopBtn{pointer-events:all;color:var(--grape-600,#722f37);letter-spacing:-.01em;background:#fff;border-radius:24px;align-items:center;gap:7px;width:fit-content;padding:9px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .12s,background .15s;display:inline-flex;box-shadow:0 4px 16px #0000004d}.page-module__Don3SG__shopBtn:hover{background:#f5f5f5;transform:translateY(-1px)}.page-module__Don3SG__shopBtn:active{transform:scale(.97)}.page-module__Don3SG__duration{color:#fff9;font-variant-numeric:tabular-nums;pointer-events:none;font-size:11px}.page-module__Don3SG__actions{z-index:10;flex-direction:column;align-items:center;gap:22px;display:flex;position:absolute;bottom:90px;right:10px}.page-module__Don3SG__actionBtn{color:#fff;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:0;text-decoration:none;transition:transform .12s;display:flex}.page-module__Don3SG__actionBtn:hover{transform:scale(1.12)}.page-module__Don3SG__actionBtn:active{transform:scale(.95)}.page-module__Don3SG__actionLiked svg{filter:drop-shadow(0 0 6px #ff406099)}.page-module__Don3SG__actionCount{color:#ffffffe6;text-shadow:0 1px 4px #0009;text-align:center;font-size:11px;font-weight:600;line-height:1}.page-module__Don3SG__loadingSkeleton{background:#0a0a0a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.page-module__Don3SG__skeletonPulse{border:2.5px solid var(--grape-600,#722f37);border-top-color:#fff;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite page-module__Don3SG__spin}@keyframes page-module__Don3SG__spin{to{transform:rotate(360deg)}}.page-module__Don3SG__emptyWrap{background:#000;flex:1;justify-content:center;align-items:center;min-height:100vh;margin-left:240px;display:flex}@media (max-width:768px){.page-module__Don3SG__emptyWrap{margin-left:0}}.page-module__Don3SG__empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.page-module__Don3SG__emptyIcon{color:#333}.page-module__Don3SG__emptyTitle{color:#fff;margin:0;font-size:20px;font-weight:700}.page-module__Don3SG__emptySub{color:#666;max-width:260px;margin:0;font-size:14px;line-height:1.5}.page-module__Don3SG__emptyLink{color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:24px;margin-top:8px;padding:10px 22px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s}.page-module__Don3SG__emptyLink:hover{background:#ffffff2e}.page-module__Don3SG__toast{background:var(--grape-600,#722f37);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:500;border-radius:100px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;transition:opacity .25s,transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%)translateY(12px);box-shadow:0 6px 24px #0000002e}.page-module__Don3SG__toastShow{opacity:1;transform:translate(-50%)translateY(0)}.page-module__Don3SG__toastIcon{color:#4ade80;flex-shrink:0}.page-module__Don3SG__toastText{text-overflow:ellipsis;max-width:260px;overflow:hidden}@media (max-width:768px){.page-module__Don3SG__toast{bottom:88px}}@supports (padding-bottom:env(safe-area-inset-bottom)){.page-module__Don3SG__info{bottom:calc(80px + env(safe-area-inset-bottom))}.page-module__Don3SG__actions{bottom:calc(90px + env(safe-area-inset-bottom))}}
.page-module__3QQ_oW__layout{background:#fafafa;min-height:100vh;display:flex}.page-module__3QQ_oW__main{flex:1;min-height:100vh;margin-left:240px;transition:margin-left .38s cubic-bezier(.4,0,.2,1)}.page-module__3QQ_oW__header{z-index:50;background:#fff;border-bottom:1px solid #f0f0f0;padding:24px 32px 20px;position:sticky;top:0}.page-module__3QQ_oW__headerInner{max-width:1200px}.page-module__3QQ_oW__breadcrumb{align-items:center;gap:6px;margin-bottom:10px;display:flex}.page-module__3QQ_oW__breadcrumbHome{color:#999;align-items:center;gap:4px;font-size:12px;text-decoration:none;transition:color .15s;display:flex}.page-module__3QQ_oW__breadcrumbHome:hover{color:var(--grape-600,#722f37)}.page-module__3QQ_oW__breadcrumbSep{color:#ccc}.page-module__3QQ_oW__breadcrumbCurrent{color:#555;font-size:12px}.page-module__3QQ_oW__heading{color:var(--grape-600,#722f37);letter-spacing:-.4px;margin:0 0 4px;font-size:22px;font-weight:700;line-height:1.2}.page-module__3QQ_oW__heading em{color:#7c3aed;font-style:normal}.page-module__3QQ_oW__subheading{color:#999;margin:0;font-size:13px}.page-module__3QQ_oW__tookMs{color:#ccc;font-size:11px}.page-module__3QQ_oW__body{align-items:flex-start;gap:0;max-width:1400px;padding:28px 32px 80px;display:flex}.page-module__3QQ_oW__filters{flex-shrink:0;width:200px;padding-right:28px;position:sticky;top:100px}.page-module__3QQ_oW__filterHeading{text-transform:uppercase;letter-spacing:.08em;color:#bbb;margin:0 0 16px;font-size:11px;font-weight:700}.page-module__3QQ_oW__filterGroup{border-bottom:1px solid #f0f0f0;margin-bottom:24px;padding-bottom:24px}.page-module__3QQ_oW__filterGroup:last-child{border-bottom:none}.page-module__3QQ_oW__filterGroupLabel{color:#555;margin:0 0 10px;font-size:12px;font-weight:600}.page-module__3QQ_oW__priceRow{align-items:center;gap:6px;margin-bottom:10px;display:flex}.page-module__3QQ_oW__priceInput{width:72px;color:var(--grape-600,#722f37);-moz-appearance:textfield;background:#fff;border:1px solid #e8e8e8;border-radius:7px;padding:7px 9px;font-size:12px;transition:border-color .15s}.page-module__3QQ_oW__priceInput::-webkit-outer-spin-button{-webkit-appearance:none}.page-module__3QQ_oW__priceInput::-webkit-inner-spin-button{-webkit-appearance:none}.page-module__3QQ_oW__priceInput:focus{border-color:#7c3aed;outline:none}.page-module__3QQ_oW__priceSep{color:#bbb;font-size:12px}.page-module__3QQ_oW__applyBtn{background:var(--grape-600,#722f37);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-bottom:6px;padding:9px;font-size:12px;font-weight:600;transition:background .15s}.page-module__3QQ_oW__applyBtn:hover{background:#333}.page-module__3QQ_oW__clearBtn{color:#999;cursor:pointer;background:0 0;border:1px solid #e8e8e8;border-radius:8px;width:100%;padding:8px;font-size:12px;transition:color .15s,border-color .15s}.page-module__3QQ_oW__clearBtn:hover{color:var(--grape-600,#722f37);border-color:#ccc}.page-module__3QQ_oW__radioRow{cursor:pointer;align-items:center;gap:8px;margin-bottom:8px;display:flex}.page-module__3QQ_oW__radioInput{accent-color:#7c3aed;cursor:pointer;flex-shrink:0;width:14px;height:14px}.page-module__3QQ_oW__radioLabel{color:#555;cursor:pointer;font-size:13px}.page-module__3QQ_oW__radioRow:has(.page-module__3QQ_oW__radioInput:checked) .page-module__3QQ_oW__radioLabel{color:var(--grape-600,#722f37);font-weight:500}.page-module__3QQ_oW__results{flex:1;min-width:0}.page-module__3QQ_oW__tabs{border-bottom:1px solid #f0f0f0;gap:4px;margin-bottom:24px;padding-bottom:0;display:flex}.page-module__3QQ_oW__tab{color:#999;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 16px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s;display:inline-flex}.page-module__3QQ_oW__tab:hover{color:#333}.page-module__3QQ_oW__tabActive{color:var(--grape-600,#722f37);border-bottom-color:var(--grape-600,#722f37);font-weight:600}.page-module__3QQ_oW__tabBadge{color:#777;text-align:center;background:#f0f0f0;border-radius:99px;min-width:18px;padding:2px 6px;font-size:10px;font-weight:600}.page-module__3QQ_oW__tabActive .page-module__3QQ_oW__tabBadge{background:var(--grape-600,#722f37);color:#fff}.page-module__3QQ_oW__merchantSection{margin-bottom:32px}.page-module__3QQ_oW__sectionTitle{text-transform:uppercase;letter-spacing:.07em;color:#bbb;align-items:center;gap:6px;margin:0 0 14px;font-size:11px;font-weight:700;display:flex}.page-module__3QQ_oW__merchantGrid{flex-direction:column;gap:2px;display:flex}.page-module__3QQ_oW__merchantCard{color:var(--grape-600,#722f37);background:#fff;border:1px solid #f0f0f0;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.page-module__3QQ_oW__merchantCard:hover{border-color:#e0e0e0;transform:translateY(-1px);box-shadow:0 2px 12px #0000000f}.page-module__3QQ_oW__merchantLogo{-o-object-fit:cover;object-fit:cover;border:1px solid #f0f0f0;border-radius:10px;flex-shrink:0;width:44px;height:44px}.page-module__3QQ_oW__merchantLogoFallback{color:#7c3aed;background:#ede9fe;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:700;display:flex}.page-module__3QQ_oW__merchantInfo{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.page-module__3QQ_oW__merchantName{color:var(--grape-600,#722f37);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.page-module__3QQ_oW__merchantDesc{color:#999;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.page-module__3QQ_oW__merchantMeta{color:#bbb;align-items:center;gap:4px;font-size:11px;display:flex}.page-module__3QQ_oW__merchantArrow{color:#ccc;flex-shrink:0;transition:color .15s,transform .15s}.page-module__3QQ_oW__merchantCard:hover .page-module__3QQ_oW__merchantArrow{color:#999;transform:translate(2px)}.page-module__3QQ_oW__gridSection{margin-bottom:20px}.page-module__3QQ_oW__skeletonGrid{-moz-columns:4;columns:4;-moz-column-gap:12px;column-gap:12px}.page-module__3QQ_oW__skeleton{-moz-column-break-inside:avoid;break-inside:avoid;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:12px;margin-bottom:12px;animation:1.4s linear infinite page-module__3QQ_oW__shimmer}@keyframes page-module__3QQ_oW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.page-module__3QQ_oW__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 20px;display:flex}.page-module__3QQ_oW__emptyIcon{color:#ddd}.page-module__3QQ_oW__emptyTitle{color:var(--grape-600,#722f37);letter-spacing:-.3px;margin:0;font-size:20px;font-weight:700}.page-module__3QQ_oW__emptySub{color:#999;max-width:340px;margin:0;font-size:14px;line-height:1.5}.page-module__3QQ_oW__emptyAction{background:var(--grape-600,#722f37);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;margin-top:8px;padding:11px 22px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.page-module__3QQ_oW__emptyAction:hover{background:#333}.page-module__3QQ_oW__sentinel{height:1px}.page-module__3QQ_oW__loadingMore{justify-content:center;padding:32px 0;display:flex}.page-module__3QQ_oW__spinner{border:2px solid #eee;border-top-color:#7c3aed;border-radius:50%;width:20px;height:20px;animation:.65s linear infinite page-module__3QQ_oW__spin}@keyframes page-module__3QQ_oW__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.page-module__3QQ_oW__filters{width:170px}.page-module__3QQ_oW__skeletonGrid{-moz-columns:3;columns:3}}@media (max-width:768px){.page-module__3QQ_oW__main{margin-left:0}.page-module__3QQ_oW__body{flex-direction:column;padding:16px 16px 80px}.page-module__3QQ_oW__filters{flex-wrap:wrap;gap:12px;width:100%;margin-bottom:8px;padding-right:0;display:flex;position:static}.page-module__3QQ_oW__filterGroup{border-bottom:none;margin-bottom:0;padding-bottom:0}.page-module__3QQ_oW__filterHeading{display:none}.page-module__3QQ_oW__header{padding:16px 16px 14px}.page-module__3QQ_oW__skeletonGrid{-moz-columns:2;columns:2}}
.page-module__Q3Rg-q__page{background:#f9fafb;min-height:100vh;padding-bottom:2rem}.page-module__Q3Rg-q__navbar{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.page-module__Q3Rg-q__navButton{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:flex}.page-module__Q3Rg-q__navButton:hover{background:#f3f4f6}.page-module__Q3Rg-q__navActions{gap:.5rem;display:flex}.page-module__Q3Rg-q__iconButton{cursor:pointer;color:#374151;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.page-module__Q3Rg-q__iconButton:hover{background:#f3f4f6}.page-module__Q3Rg-q__sellerHeader{background:#fff;border-bottom:1px solid #e5e7eb;padding:2rem 1.5rem}.page-module__Q3Rg-q__sellerProfile{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.page-module__Q3Rg-q__avatar{border-radius:50%;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.page-module__Q3Rg-q__avatarImage{-o-object-fit:cover;object-fit:cover}.page-module__Q3Rg-q__avatarPlaceholder{color:#6b7280;background:#e5e7eb;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:600;display:flex}.page-module__Q3Rg-q__sellerInfo{flex:1}.page-module__Q3Rg-q__sellerName{color:var(--grape-600,#722f37)827;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.page-module__Q3Rg-q__sellerMeta{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.page-module__Q3Rg-q__sellerStats{gap:1.5rem;display:flex}.page-module__Q3Rg-q__stat{align-items:center;gap:.5rem;font-size:.875rem;display:flex}.page-module__Q3Rg-q__statValue{color:var(--grape-600,#722f37)827;font-weight:600}.page-module__Q3Rg-q__statLabel{color:#6b7280}.page-module__Q3Rg-q__sellerActions{gap:1rem;display:flex}.page-module__Q3Rg-q__contactBtn,.page-module__Q3Rg-q__followBtn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.page-module__Q3Rg-q__contactBtn:hover{background:#f9fafb;border-color:#9ca3af}.page-module__Q3Rg-q__followBtn{color:#fff;background:#722f37;border-color:#722f37}.page-module__Q3Rg-q__followBtn:hover{background:#5d252c;border-color:#5d252c}.page-module__Q3Rg-q__tabsContainer{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:65px}.page-module__Q3Rg-q__tabs{gap:.5rem;padding:0 1.5rem;display:flex}.page-module__Q3Rg-q__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;position:relative}.page-module__Q3Rg-q__tab:hover{color:#722f37}.page-module__Q3Rg-q__activeTab{color:#722f37;border-bottom-color:#722f37}.page-module__Q3Rg-q__tabCount{color:#9ca3af;font-size:.8125rem}.page-module__Q3Rg-q__activeTab .page-module__Q3Rg-q__tabCount{color:#722f37}.page-module__Q3Rg-q__productsSection{width:100%;max-width:none;margin:0;padding:1.5rem}.page-module__Q3Rg-q__productsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.page-module__Q3Rg-q__postsSection{width:100%;max-width:none;margin:0;padding:1.5rem}.page-module__Q3Rg-q__postsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.page-module__Q3Rg-q__postCard{background:#fff;border-radius:.75rem;transition:all .2s;overflow:hidden;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.page-module__Q3Rg-q__postCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a,0 2px 6px #0000000d}.page-module__Q3Rg-q__postImage{width:100%;padding-top:56.25%;position:relative;overflow:hidden}.page-module__Q3Rg-q__postMedia{-o-object-fit:cover;object-fit:cover}.page-module__Q3Rg-q__postContent{padding:1.25rem}.page-module__Q3Rg-q__postTitle{color:var(--grape-600,#722f37)827;margin-bottom:.75rem;font-size:1.125rem;font-weight:600;line-height:1.4}.page-module__Q3Rg-q__postText{color:#6b7280;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.page-module__Q3Rg-q__postMeta{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.page-module__Q3Rg-q__postDate{color:#9ca3af;font-size:.8125rem}.page-module__Q3Rg-q__postStats{gap:1rem;display:flex}.page-module__Q3Rg-q__postStat{color:#6b7280;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.page-module__Q3Rg-q__postStat svg{color:#9ca3af}.page-module__Q3Rg-q__sectionHeader{margin-bottom:1.5rem}.page-module__Q3Rg-q__sectionTitle{color:var(--grape-600,#722f37)827;font-size:1.5rem;font-weight:600}.page-module__Q3Rg-q__notFound{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:2rem;display:flex}.page-module__Q3Rg-q__notFound h1{color:var(--grape-600,#722f37)827;margin-bottom:1rem;font-size:1.875rem;font-weight:600}.page-module__Q3Rg-q__backButton{color:#fff;background:#722f37;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-flex}.page-module__Q3Rg-q__backButton:hover{background:#5d252c}.page-module__Q3Rg-q__toast{background:var(--success);color:#fff;z-index:1000;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;animation:.3s ease-out page-module__Q3Rg-q__slideIn;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #00000026}.page-module__Q3Rg-q__toast svg{flex-shrink:0}@keyframes page-module__Q3Rg-q__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (min-width:480px){.page-module__Q3Rg-q__productsGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.page-module__Q3Rg-q__postTitle{font-size:1.25rem}}@media (min-width:768px){.page-module__Q3Rg-q__sellerHeader{padding:2rem}.page-module__Q3Rg-q__tabs{padding:0 2rem}.page-module__Q3Rg-q__tab{padding:1rem 1.5rem;font-size:.9375rem}.page-module__Q3Rg-q__productsSection,.page-module__Q3Rg-q__postsSection{padding:2rem}.page-module__Q3Rg-q__productsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.page-module__Q3Rg-q__postsGrid{grid-template-columns:repeat(2,1fr);gap:2rem}.page-module__Q3Rg-q__postContent{padding:1.5rem}.page-module__Q3Rg-q__postTitle{font-size:1.375rem}.page-module__Q3Rg-q__postText{font-size:.9375rem}}@media (min-width:1024px){.page-module__Q3Rg-q__sellerProfile{gap:2rem}.page-module__Q3Rg-q__avatar{width:100px;height:100px}.page-module__Q3Rg-q__sellerName{font-size:2.25rem}.page-module__Q3Rg-q__productsGrid{grid-template-columns:repeat(4,1fr);gap:1.75rem}.page-module__Q3Rg-q__postsGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.page-module__Q3Rg-q__postImage{padding-top:60%}}@media (min-width:1280px){.page-module__Q3Rg-q__productsSection,.page-module__Q3Rg-q__postsSection{padding:2.5rem 3rem}.page-module__Q3Rg-q__postsGrid{grid-template-columns:repeat(3,1fr)}}
