*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--max-width:960px;--bg:#f9f9f8;--border:#ebebeb;--radius:14px;--text:#111;--text-secondary:#999}body{letter-spacing:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji;font-style:normal}h1,h2,h3,h4,h5{font-weight:600}a{color:inherit;text-decoration:none}a:hover{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}.center{justify-content:center;align-items:center;display:flex}.row{align-items:center;display:flex}.space-between{justify-content:space-between}.gap{gap:10px}.full-width{width:100%}.round{border-radius:50%}.card{border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:12px;overflow:hidden}.card.bigShadow{border:none;box-shadow:0 8px 24px #00000014}.avatar{object-fit:cover;background:#e8e8e6;border-radius:50%;width:40px;height:40px;display:block}.firebase-emulator-warning{display:none}.loading{text-align:center;color:var(--text-secondary);padding:16px 0;font-size:13px}
.errorPage{background:#f9f9f8;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.errorCard{text-align:center;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:380px;display:flex}.errorCode{color:gray;letter-spacing:-4px;margin-bottom:4px;font-size:72px;font-weight:700;line-height:1}.errorTitle{color:#111;letter-spacing:-.3px;font-size:22px;font-weight:600}.errorSub{color:#aaa;max-width:300px;margin-bottom:8px;font-size:14px;line-height:1.6}.errorActions{flex-direction:column;gap:8px;width:100%;display:flex}.errorBtn{color:#fff;cursor:pointer;text-align:center;background:#111;border:none;border-radius:12px;width:100%;padding:13px;font-family:inherit;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s;display:block}.errorBtn:hover{background:#333;text-decoration:none}.errorBtnSecondary{color:#111;text-align:center;background:#f5f5f3;border:1px solid #e8e8e6;border-radius:12px;width:100%;padding:13px;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s;display:block}.errorBtnSecondary:hover{background:#ebebeb;text-decoration:none}
.sartheAlert{z-index:99999;color:#fff;text-align:center;pointer-events:none;background:#111;border-radius:12px;max-width:min(90vw,360px);padding:12px 20px;font-size:14px;font-weight:500;position:fixed;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0003}.sartheAlert.enter{animation:.25s cubic-bezier(.34,1.56,.64,1) forwards alertSlideUp}.sartheAlert.exit{animation:.25s forwards alertFadeOut}@keyframes alertSlideUp{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes alertFadeOut{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(6px)}}.sartheAlertMsg{margin:0;line-height:1.5}.sartheConfirmOverlay{-webkit-backdrop-filter:blur(4px);z-index:99999;background:#00000059;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}@media (min-width:600px){.sartheConfirmOverlay{align-items:center}.sartheConfirmBox{max-width:380px;border-radius:18px!important}}.sartheConfirmBox{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;gap:20px;width:100%;padding:28px 24px 36px;animation:.25s cubic-bezier(.34,1.2,.64,1) forwards confirmSlideUp;display:flex}@keyframes confirmSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes confirmSlideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.sartheConfirmBox.exit{animation:.25s forwards confirmSlideDown}.sartheConfirmOverlay.exit{animation:.25s forwards alertFadeOut}.sartheConfirmMsg{color:#111;text-align:center;letter-spacing:-.2px;font-size:16px;font-weight:600;line-height:1.4}.sartheConfirmActions{gap:8px;display:flex}.sartheConfirmBtn{cursor:pointer;border:none;border-radius:12px;flex:1;padding:13px;font-family:inherit;font-size:15px;font-weight:500;transition:background .15s}.sartheConfirmBtn.primary{color:#fff;background:#111}.sartheConfirmBtn.primary:hover{background:#333}.sartheConfirmBtn.secondary{color:#111;background:#f2f2f0;border:1px solid #e8e8e6}.sartheConfirmBtn.secondary:hover{background:#e8e8e6}
.skelBase{background:linear-gradient(90deg,#f0f0ee 25%,#e8e8e6 50%,#f0f0ee 75%) 0 0/200% 100%;border-radius:10px;animation:1.4s infinite skelShimmer}@keyframes skelShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skelTopBar{max-width:var(--max-width);align-items:center;gap:8px;margin:0 auto;padding:8px 12px;display:flex}.skelTopBarInput{flex:1;height:36px}.skelTopBarBtn{border-radius:50%;width:36px;height:36px}.skelHome{min-height:100vh;max-width:var(--max-width);background:#f9f9f8;margin:0 auto;padding:12px}.skelHomePills{gap:6px;margin:16px 0;display:flex;overflow:hidden}.skelPill{border-radius:999px;flex-shrink:0;height:28px}.skelHomeListingsRow{gap:10px;margin-bottom:28px;display:flex;overflow:hidden}.skelListingCard{border-radius:12px;flex-shrink:0;width:130px;overflow:hidden}.skelListingCardImg{border-radius:0;width:130px;height:130px}.skelListingCardLine{border-radius:6px;height:12px;margin:8px 8px 4px}.skelListingCardLine.short{width:60%;margin-bottom:8px}.skelHomeSellerList{flex-direction:column;gap:8px;display:flex}.skelSellerCard{background:#fff;border:1px solid #ebebeb;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;display:flex}.skelAvatar{border-radius:50%;flex-shrink:0;width:44px;height:44px}.skelSellerLines{flex-direction:column;flex:1;gap:6px;display:flex}.skelLine{border-radius:6px;height:12px}.skelLine.w80{width:80%}.skelLine.w60{width:60%}.skelLine.w40{width:40%}.skelLine.w100{width:100%}.skelListing{min-height:100vh;max-width:var(--max-width);background:#f9f9f8;margin:0 auto;padding:16px 12px}.skelListingLayout{flex-direction:column;gap:32px;display:flex}@media (min-width:700px){.skelListingLayout{flex-direction:row;align-items:flex-start}}.skelListingImageCol{width:100%}@media (min-width:700px){.skelListingImageCol{flex-shrink:0;width:420px}}.skelListingMainImg{aspect-ratio:1;border-radius:16px;width:100%}.skelListingThumbs{display:none}@media (min-width:700px){.skelListingThumbs{gap:8px;margin-top:10px;display:flex}.skelListingThumb{border-radius:10px;flex-shrink:0;width:64px;height:64px}}.skelListingDetailsCol{flex-direction:column;flex:1;gap:14px;display:flex}.skelTagRow{gap:6px;display:flex}.skelTag{border-radius:999px;width:70px;height:24px}.skelListingTitle{border-radius:8px;width:80%;height:28px}.skelListingPrice{border-radius:8px;width:120px;height:32px}.skelListingDesc{flex-direction:column;gap:8px;display:flex}.skelListingSeller{border-radius:14px;height:64px}.skelListingCTA{border-radius:12px;height:48px;display:none}@media (min-width:700px){.skelListingCTA{display:block}}.skelStore{background:#f9f9f8;min-height:100vh}.skelStoreBanner{border-radius:0;width:100%;height:220px}.skelStoreContent{max-width:var(--max-width);margin:0 auto;padding:0 12px}.skelStoreInfoCard{z-index:2;background:#fff;border:1px solid #ebebeb;border-radius:16px;align-items:center;gap:14px;margin:-32px 0 16px;padding:16px;display:flex;position:relative}.skelStoreInfoLines{flex-direction:column;flex:1;gap:7px;display:flex}.skelStoreGrid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:16px;display:grid}@media (min-width:540px){.skelStoreGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.skelStoreGrid{grid-template-columns:repeat(4,1fr)}}.skelStoreCard{border-radius:14px;overflow:hidden}.skelStoreCardImg{aspect-ratio:1;border-radius:0;width:100%}.skelStoreCardLines{background:#fff;border:1px solid #ebebeb;border-top:none;border-radius:0 0 14px 14px;flex-direction:column;gap:6px;padding:8px 10px 10px;display:flex}.skelDashboard{min-height:100vh;max-width:var(--max-width);background:#f9f9f8;margin:0 auto;padding:12px}.skelDashHero{border-radius:16px;height:72px;margin-bottom:16px}.skelDashStats{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px;display:grid}@media (max-width:600px){.skelDashStats{grid-template-columns:repeat(2,1fr)}}.skelDashStat{border-radius:14px;height:72px}.skelDashSection{margin-bottom:28px}.skelDashSectionLabel{border-radius:6px;width:80px;height:12px;margin-bottom:12px}.skelDashOrderList{flex-direction:column;gap:10px;display:flex}.skelDashOrder{background:#fff;border:1px solid #ebebeb;border-radius:14px;align-items:center;gap:12px;padding:12px;display:flex}.skelDashOrderThumb{border-radius:10px;flex-shrink:0;width:72px;height:72px}.skelDashOrderBody{flex-direction:column;flex:1;gap:7px;display:flex}.skelDashOrderRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.skelDashOrderBtn{border-radius:8px;width:60px;height:30px}.skelOrder{min-height:100vh;max-width:var(--max-width);background:#f9f9f8;margin:0 auto;padding:80px 12px 48px}.skelOrderHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.skelOrderGrid{flex-direction:column;gap:10px;display:flex}@media (min-width:700px){.skelOrderGrid{grid-template-columns:1fr 340px;gap:16px;display:grid}}.skelOrderSection{background:#fff;border:1px solid #ebebeb;border-radius:14px;flex-direction:column;gap:10px;margin-bottom:10px;padding:14px 16px;display:flex}.skelOrderTimeline{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.skelOrderDot{border-radius:50%;flex-shrink:0;width:22px;height:22px}.skelOrderLine{border-radius:4px;flex:1;height:8px;margin:0 4px}.skelOrderItem{align-items:center;gap:12px;display:flex}.skelOrderItemImg{border-radius:10px;flex-shrink:0;width:60px;height:60px}.skelSearch{min-height:100vh;max-width:var(--max-width);background:#f9f9f8;margin:0 auto;padding:12px}.skelSearchHeading{border-radius:8px;width:200px;height:28px;margin:16px 0 12px}.skelSearchTabs{border-bottom:1px solid #ebebeb;gap:0;margin-bottom:16px;display:flex}.skelSearchTab{border-radius:6px;width:80px;height:36px;margin-right:8px}.skelSearchPills{gap:6px;margin-bottom:16px;display:flex;overflow:hidden}.skelSearchGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (min-width:540px){.skelSearchGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.skelSearchGrid{grid-template-columns:repeat(4,1fr)}}.skelSearchCard{border-radius:14px;overflow:hidden}.skelSearchCardImg{aspect-ratio:1;width:100%}.skelSearchCardLines{background:#fff;border:1px solid #ebebeb;border-top:none;border-radius:0 0 14px 14px;flex-direction:column;gap:6px;padding:8px 10px 10px;display:flex}.skelProfile{min-height:100vh;max-width:var(--max-width);background:#f9f9f8;margin:0 auto;padding:12px}.skelProfileHeader{flex-direction:column;align-items:center;gap:10px;padding:24px 0 20px;display:flex}.skelProfileAvatar{border-radius:50%;width:72px;height:72px}.skelProfileGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:8px;display:grid}.skelProfileCard{border-radius:14px;overflow:hidden}.skelProfileCardImg{aspect-ratio:1;width:100%}.skelProfileCardLines{background:#fff;border:1px solid #ebebeb;border-top:none;border-radius:0 0 14px 14px;flex-direction:column;gap:6px;padding:8px 10px 10px;display:flex}.skelPage{background:var(--bg);min-height:100vh}.skelCartLayout{grid-template-columns:1fr 360px;align-items:start;gap:24px;max-width:960px;margin:0 auto;padding:80px 12px 48px;display:grid}@media (max-width:700px){.skelCartLayout{grid-template-columns:1fr;padding:70px 12px 32px}}.skelCartItems{flex-direction:column;gap:0;display:flex}.skelCartItem{border-bottom:1px solid #ebebeb;align-items:center;gap:14px;padding:16px 0;display:flex}.skelCartItemImg{border-radius:12px;flex-shrink:0;width:72px;height:72px}.skelCartItemBody{flex-direction:column;flex:1;gap:7px;display:flex}.skelCartItemPrice{border-radius:6px;flex-shrink:0;width:52px;height:18px}.skelCartSummary{background:#fff;border:1px solid #ebebeb;border-radius:18px;flex-direction:column;gap:0;padding:20px;display:flex}.skelCartBtn{border-radius:12px;width:100%;height:48px;margin-top:16px}.skelOrderConfirm{text-align:center;flex-direction:column;align-items:center;max-width:480px;margin:100px auto 0;padding:0 16px;display:flex}.skelOrderConfirmIcon{border-radius:50%;width:72px;height:72px;margin-bottom:24px}.skelListingBrowse{max-width:960px;margin:0 auto;padding:80px 12px 48px}.skelListingFilters{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.skelEditListing{max-width:640px;margin:0 auto;padding:80px 12px 48px}.skelEditImgZone{border-radius:16px;width:100%;height:220px;margin-bottom:28px}.skelLanding{background:#080808;width:100%;min-height:100vh;overflow:hidden}.skelDarkBase{background:linear-gradient(90deg,#141414 25%,#222 50%,#141414 75%) 0 0/200% 100%;animation:1.4s infinite skelShimmer}.skelLandingNav{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:16px 36px;display:flex}.skelLandingNavLinks{align-items:center;gap:28px;display:flex}.skelLandingHero{align-items:flex-end;height:85vh;min-height:700px;padding:140px 36px 72px;display:flex}.skelLandingHeroContent{width:100%;max-width:660px}.skelLandingSection{max-width:1040px;margin:0 auto;padding:96px 36px}.skelLandingGrid{grid-template-columns:340px 1fr;align-items:center;gap:56px;display:grid}.skelAppBox{border:1px solid #ffffff0a;border-radius:16px;width:100%;height:280px}@media (max-width:800px){.skelLandingNavLinks{display:none}.skelLandingNav{padding:16px 20px}.skelLandingHero{height:auto;min-height:90svh;padding:120px 20px 56px}.skelLandingSection{padding:64px 20px}.skelLandingGrid{grid-template-columns:1fr;gap:40px}}
