@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap";:root{--color-brand: #9fe870;--color-brand-hover: #8fd95f;--color-brand-muted: rgba(159, 232, 112, .15);--color-brand-dark: #059669;--color-bg: #fafafa;--color-surface: #ffffff;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-text-light: #9a9a9a;--color-border: #e8e8e8;--color-accent: #9fe870;--color-accent-hover: #8fd95f;--color-accent-text: #1a1a1a;--color-error: #c53030;--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 12px 40px rgba(0,0,0,.1);--transition: .2s ease}*{margin:0;padding:0;box-sizing:border-box}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{overflow-x:hidden}body{font-family:var(--font-sans);font-size:15px;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden;-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto}#root{min-height:100vh}.shop-main{flex:1;min-height:0}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:480px){.container{padding:0 24px}}@media(min-width:768px){.container{padding:0 40px}}.shop-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:12px 0;position:sticky;top:0;z-index:100}.shop-header-inner{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}@media(min-width:480px){.shop-header{padding:16px 0}.shop-header-inner{padding:0 24px}}.shop-logo{font-weight:600;font-size:17px;letter-spacing:-.02em;color:var(--color-text);transition:color var(--transition)}.shop-logo:hover{color:var(--color-brand-dark)}@media(min-width:480px){.shop-logo{font-size:20px}}.shop-nav{display:flex;gap:16px;font-size:13px;font-weight:500}@media(min-width:480px){.shop-nav{gap:24px;font-size:14px}}.shop-nav a{color:var(--color-text-muted);transition:color var(--transition)}.shop-nav a:hover{color:var(--color-brand-dark)}.hero{background:linear-gradient(180deg,var(--color-surface) 0%,#f8fcf5 100%);padding:32px 0 40px;text-align:center;border-bottom:1px solid var(--color-border)}.hero h1{font-size:26px;font-weight:600;letter-spacing:-.03em;margin-bottom:10px}.hero p{font-size:15px;color:var(--color-text-muted);max-width:480px;margin:0 auto;padding:0 8px}@media(min-width:480px){.hero{padding:40px 0 48px}.hero h1{font-size:32px}.hero p{font-size:17px}}@media(min-width:768px){.hero{padding:64px 0 72px}.hero h1{font-size:40px}}.hero-with-categories{padding-bottom:48px}@media(min-width:768px){.hero-with-categories{padding-bottom:56px}}.categories-section{margin-bottom:32px}.categories-section-title{font-size:18px;font-weight:600;margin-bottom:12px;color:var(--color-text)}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,120px),1fr));gap:12px;margin-top:16px;margin-bottom:24px;width:100%}@media(min-width:360px){.category-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}}@media(min-width:480px){.category-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}}@media(min-width:768px){.category-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px;margin-top:20px}}.creator-storefront-shop-block .category-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,140px),1fr));gap:14px}@media(max-width:639px){.creator-storefront-shop-block .category-grid{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:12px;margin:8px -16px 0;width:calc(100% + 32px);max-width:none;box-sizing:border-box;padding:4px 16px 12px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.creator-storefront-shop-block .category-grid::-webkit-scrollbar{display:none}.creator-storefront-shop-block .category-grid>a.category-card{flex:0 0 clamp(100px,33vw,148px);width:clamp(100px,33vw,148px)}.creator-storefront-shop-block .category-grid>.category-card-outer{flex:0 0 clamp(100px,33vw,148px);width:clamp(100px,33vw,148px)}.creator-storefront-shop-block .category-grid>div:not(.category-card-outer){flex:0 0 min(100%,260px);align-self:flex-start}}@media(min-width:480px)and (max-width:639px){.creator-storefront-shop-block .category-grid{margin:8px -24px 0;width:calc(100% + 48px);padding:4px 24px 12px}}@media(min-width:640px){.creator-storefront-shop-block .category-grid{display:grid;width:100%;margin:0;padding:0;overflow:visible;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:22px}}@media(min-width:900px){.creator-storefront-shop-block .category-grid{grid-template-columns:repeat(auto-fill,minmax(228px,1fr));gap:26px;margin-top:20px}}.category-card{background:var(--color-surface);border:1px solid var(--color-border);padding:0;cursor:pointer;text-align:left;border-radius:var(--radius-md);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.category-card.active{border-color:var(--color-brand);box-shadow:0 0 0 2px var(--color-brand)}.category-card-image-wrapper{width:100%;aspect-ratio:1;overflow:hidden;background:#f0f0f0}.category-card-image-wrapper .image-with-fallback-wrapper,.category-card-image-wrapper .category-card-image,.category-card-image-wrapper .category-card-placeholder{width:100%;height:100%;object-fit:cover}.category-card-image{width:100%;aspect-ratio:1;object-fit:cover;background:#f0f0f0;display:block}.category-card-all-grid{width:100%;aspect-ratio:1;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;overflow:hidden;background:var(--color-border)}.category-card-all-grid-item{width:100%;height:100%;object-fit:cover;display:block}.category-card-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#e8e8e8,#ddd);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#999}.category-card-all{width:100%;aspect-ratio:1;background:linear-gradient(145deg,#e8f5e0,#d4ecd0,#c5e4b8);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:24px;font-weight:600;color:var(--color-brand-dark)}.category-card-all svg{opacity:.8;color:var(--color-brand-dark)}.category-card-all span{color:var(--color-brand-dark);font-size:16px;font-weight:600;letter-spacing:.02em}.category-card-label{padding:10px 12px;font-size:13px;font-weight:600;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:480px){.category-card-label{padding:12px 14px;font-size:14px}}.category-card.active .category-card-label{color:var(--color-brand-dark)}.category-card-count{font-weight:400;color:var(--color-text-muted);font-size:12px;margin-left:6px}.category-card-outer{position:relative}.category-card-outer>.category-card{display:block;width:100%}.category-card-pin-badge{position:absolute;top:8px;right:8px;z-index:2;color:#00000080;filter:drop-shadow(0 0 2px rgba(255,255,255,1));pointer-events:none}.category-card-pin-toggle{position:absolute;top:6px;right:6px;z-index:3;width:32px;height:32px;border:none;border-radius:50%;background:#fffffff2;color:var(--color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.category-card-pin-toggle:hover{color:var(--color-text)}.category-card-pin-toggle.is-pinned{color:var(--color-brand-dark, #059669);background:var(--color-brand-muted)}.creator-media-pinned-badge{position:absolute;top:8px;right:8px;z-index:2;width:28px;height:28px;border-radius:50%;background:#ffffffeb;color:var(--color-brand-dark, #059669);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);pointer-events:none}.creator-storefront-product-search{margin-left:0;margin-right:0}.creator-media-card.creator-feed-list-card{border-radius:var(--radius-lg);box-shadow:0 1px 2px #0f111114}.creator-feed-list-card .creator-media-thumb-wrap.creator-feed-list-hero{aspect-ratio:1 / 1;background:#fff;padding:clamp(12px,6%,20px);box-sizing:border-box;display:flex;align-items:center;justify-content:center}.creator-feed-list-card .creator-feed-list-hero .image-with-fallback-wrapper{width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:center}.creator-feed-list-card .creator-feed-list-hero .creator-feed-list-hero-img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;margin:0 auto;object-fit:contain;object-position:center;background:transparent}.creator-feed-list-placeholder{width:100%;height:100%;min-height:120px;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:700;color:var(--color-text-muted);background:#f3f4f6}.creator-feed-list-meta{position:relative;z-index:4;padding:12px 10px 8px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:8px;border-top:1px solid var(--color-border)}.creator-feed-list-meta-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.creator-feed-list-menu-anchor{position:relative;z-index:5;flex-shrink:0;margin-top:-2px}.creator-feed-list-menu.creator-media-menu{bottom:auto;top:calc(100% + 6px);right:0;z-index:20;box-shadow:0 4px 16px #0f11111f}.creator-feed-list-menu-trigger{background:#fffffff5!important;color:#374151!important;border:1px solid rgba(0,0,0,.1)!important;box-shadow:0 1px 3px #0000001f!important}.creator-feed-list-menu-trigger:hover{background:#fff!important;color:#111!important}.creator-feed-list-title{font-size:14px;font-weight:700;color:var(--color-text);text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.creator-feed-list-title:hover{color:var(--color-brand-dark, #059669)}.creator-feed-list-cta{font-size:12px;font-weight:500;color:var(--color-brand-dark, #059669);text-decoration:none}.creator-feed-list-cta:hover{text-decoration:underline}.creator-feed-list-strip{--feed-list-strip-thumb: 46px;position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;gap:7px;padding:10px 12px 12px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:thin;background:var(--color-surface);box-sizing:border-box}.creator-feed-list-strip .image-with-fallback-wrapper{width:var(--feed-list-strip-thumb);height:var(--feed-list-strip-thumb);min-width:var(--feed-list-strip-thumb);min-height:var(--feed-list-strip-thumb);flex:0 0 var(--feed-list-strip-thumb);border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;padding:3px;box-sizing:border-box}.creator-feed-list-strip-img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block}@media(max-width:479px){.creator-storefront-feed-grid .creator-feed-list-meta{padding:8px 8px 6px;gap:6px}.creator-storefront-feed-grid .creator-feed-list-title{font-size:12px}.creator-storefront-feed-grid .creator-feed-list-cta{font-size:11px}.creator-storefront-feed-grid .creator-feed-list-strip{--feed-list-strip-thumb: 34px;padding:8px 8px 10px;gap:5px}.creator-storefront-feed-grid .creator-media-linked{padding:6px;gap:4px}.creator-storefront-feed-grid .creator-media-product-chip{font-size:10px;padding:3px 6px 3px 3px}.creator-storefront-feed-grid .creator-media-product-chip .image-with-fallback-wrapper{width:24px;height:24px}.creator-storefront-feed-grid>.creator-media-card{border-radius:8px}.creator-storefront-feed-grid .creator-media-play{font-size:28px}.creator-storefront-feed-grid .creator-media-pinned-badge{width:24px;height:24px;top:6px;right:6px}}@media(min-width:900px){.creator-storefront-feed-grid .creator-feed-list-title{font-size:15px}.creator-storefront-feed-grid .creator-feed-list-cta{font-size:13px}.creator-storefront-feed-grid .creator-feed-list-strip{--feed-list-strip-thumb: 52px}.creator-storefront-feed-grid .creator-feed-list-meta{padding:14px 12px 10px}.creator-storefront-feed-grid .creator-media-product-chip .image-with-fallback-wrapper{width:32px;height:32px}.creator-storefront-feed-grid .creator-media-product-chip{font-size:12px;padding:5px 10px 5px 5px}.creator-storefront-feed-grid .creator-media-play{font-size:42px}}.search-bar-wrapper{position:relative;width:100%;max-width:480px;margin-left:auto;margin-right:auto}.search-bar-wrapper .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:18px;opacity:.5}.search-input{width:100%;min-height:44px;font-size:16px}@media(min-width:480px){.search-input{font-size:15px}}.search-input:focus{outline:none;border-color:var(--color-brand);box-shadow:0 0 0 2px var(--color-brand-muted)}.section{padding:24px 0}@media(min-width:480px){.section{padding:32px 0}}@media(min-width:768px){.section{padding:40px 0}}.section-title{font-size:17px;font-weight:600;margin-bottom:20px;letter-spacing:-.02em}@media(min-width:480px){.section-title{font-size:18px;margin-bottom:24px}}.creator-card{background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),transform var(--transition)}.creator-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.creator-card-avatar,.creator-card-avatar-placeholder{width:100%;aspect-ratio:1;object-fit:cover;background:var(--color-border)}.creator-card-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;color:#999;background:linear-gradient(135deg,#e8e8e8,#ddd)}.creator-card-body{padding:20px}.creator-card-name{font-size:16px;font-weight:600;margin-bottom:4px}.creator-card-handle{font-size:13px;color:var(--color-text-muted);margin-bottom:8px}.creator-card-count{font-size:12px;color:var(--color-text-light)}.product-card{background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card-image-wrapper{width:100%;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.product-card-image-wrapper .image-with-fallback-wrapper,.product-card-image-wrapper .product-card-image,.product-card-image-wrapper .product-card-placeholder{width:100%;height:100%;object-fit:cover}.product-card-image{width:100%;aspect-ratio:1;object-fit:cover;background:#f5f5f5}.product-card-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f0f0f0,#e8e8e8);display:flex;align-items:center;justify-content:center}.product-card-placeholder svg{width:48px;height:48px;opacity:.3}.product-card-body{padding:12px}@media(min-width:480px){.product-card-body{padding:16px}}.product-card-name{font-size:13px;font-weight:500;line-height:1.35;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:480px){.product-card-name{font-size:14px}}.product-card-meta{font-size:12px;color:var(--color-text-muted)}.product-card-creator-link{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-decoration:underline}.product-card-creator-link:hover{color:var(--color-brand-dark)}.product-card-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border)}.product-card-price{font-size:15px;font-weight:600;color:var(--color-text)}.product-card-cta{font-size:13px;font-weight:500;color:var(--color-brand-dark)}.creator-header{background:linear-gradient(180deg,var(--color-surface) 0%,#f8fcf5 100%);padding:24px 0;border-bottom:1px solid var(--color-border)}.creator-header-inner{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}@media(min-width:480px){.creator-header{padding:32px 0}.creator-header-inner{padding:0 24px;gap:20px}}@media(min-width:640px){.creator-header{padding:40px 0}.creator-header-inner{flex-direction:row;text-align:left;gap:28px}}.creator-avatar-wrapper{width:80px;height:80px;flex-shrink:0;border-radius:50%;overflow:hidden;position:relative}.creator-avatar{width:100%;height:100%;object-fit:cover;background:var(--color-border);display:block}.creator-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#e8e8e8,#ddd);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;color:#999;flex-shrink:0}@media(min-width:480px){.creator-avatar-wrapper,.creator-avatar,.creator-avatar-placeholder{width:96px;height:96px}.creator-avatar-placeholder{font-size:32px}}.creator-avatar-wrapper--manage .creator-avatar-upload-overlay{position:absolute;inset:0;border-radius:50%;display:flex;align-items:flex-end;justify-content:center;padding:0 4px 10px;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.75));cursor:pointer;z-index:2}.creator-avatar-wrapper--manage .creator-avatar-upload-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:3;font-size:0}.creator-avatar-wrapper--manage .creator-avatar-upload-label{position:relative;z-index:1;pointer-events:none;font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.03em;text-align:center;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.5)}.creator-feed-media-post-card .creator-feed-list-hero{position:relative}.creator-feed-media-post-card .creator-media-play{z-index:2}.creator-feed-list-strip-link{flex:0 0 var(--feed-list-strip-thumb, 46px);width:var(--feed-list-strip-thumb, 46px);min-width:var(--feed-list-strip-thumb, 46px);height:var(--feed-list-strip-thumb, 46px);border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;padding:3px;box-sizing:border-box;text-decoration:none;color:inherit}.creator-feed-list-strip-link .image-with-fallback-wrapper{width:100%;height:100%}.creator-feed-list-strip-fallback{font-size:13px;font-weight:700;color:var(--color-text-muted)}.creator-info h1{font-size:22px;font-weight:600;letter-spacing:-.02em;margin-bottom:4px}@media(min-width:480px){.creator-info h1{font-size:28px}}.creator-handle{font-size:15px;color:var(--color-text-muted);margin-bottom:12px}.creator-bio{font-size:15px;color:var(--color-text-muted);line-height:1.6;max-width:560px}.creator-storefront-page{background:#eef1f1;padding-bottom:40px;min-height:50vh}.creator-storefront-page .container.creator-storefront-stack{max-width:min(1100px,94vw);margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media(min-width:480px){.creator-storefront-page .container.creator-storefront-stack{padding-left:20px;padding-right:20px}}.creator-storefront-stack{display:flex;flex-direction:column;gap:14px;padding-top:16px}@media(min-width:640px){.creator-storefront-stack{gap:16px;padding-top:20px}}.creator-storefront-card{background:var(--color-surface);border-radius:14px;box-shadow:0 1px 2px #0f11110f,0 0 0 1px #d5d9d9d9;padding:16px 18px}@media(min-width:640px){.creator-storefront-card{padding:20px 22px}}.creator-curations-card{padding-top:14px;padding-bottom:14px}.creator-curation-strip{display:flex;gap:12px;overflow-x:auto;padding-bottom:2px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.creator-curation-tile{flex:0 0 auto;width:108px;scroll-snap-align:start;text-decoration:none;color:inherit}.creator-curation-tile:focus-visible{outline:2px solid #007185;outline-offset:3px;border-radius:12px}.creator-curation-tile-visual{position:relative;border-radius:10px;overflow:hidden;border:1px solid #d5d9d9;background:#f7f8f8;aspect-ratio:1}.creator-curation-all-grid{margin:0;border-radius:0;gap:1px;background:#d5d9d9}.creator-curation-tile-img{width:100%;height:100%;object-fit:cover;display:block}.creator-curation-tile-placeholder,.creator-curation-tile-placeholder-all{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#888c8c;background:linear-gradient(180deg,#f7f8f8,#eaecec)}.creator-curation-post-badge{position:absolute;top:6px;left:6px;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600;color:#0f1111;background:#f2f2f2f0;border:1px solid rgba(255,255,255,.65);box-shadow:0 1px 2px #0f111112;line-height:1.2}.creator-curation-tile-label{margin-top:7px;font-size:12px;font-weight:500;color:#0f1111;text-align:center;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.creator-follow-btn{appearance:none;border-radius:999px;border:1px solid #0f1111;background:#fff;color:#0f1111;font-weight:500;cursor:pointer;font-family:var(--font-sans);transition:background .15s ease,border-color .15s ease,color .15s ease}.creator-follow-btn:hover{background:#f7f8f8}.creator-follow-btn--active{background:#f7f8f8;border-color:#888c8c;color:#0f1111}.creator-share-btn{appearance:none;border-radius:999px;border:1px solid #0f1111;background:#fff;color:#0f1111;font-weight:500;cursor:pointer;font-family:var(--font-sans);transition:background .15s ease}.creator-share-btn:hover{background:#f7f8f8}.creator-storefront-main-card .breadcrumb{justify-content:flex-start;font-size:12px;letter-spacing:.01em;color:#888c8c;margin-bottom:6px;gap:6px}.creator-storefront-main-card .breadcrumb a{color:#888c8c}.creator-storefront-main-card .breadcrumb a:hover{color:#0f1111}@media(min-width:480px){.creator-storefront-main-card .breadcrumb{font-size:13px;margin-bottom:8px}}.creator-storefront-main-card .creator-storefront-disclosure--inline{margin-top:0;margin-bottom:12px;font-size:12px;line-height:1.45;color:#888c8c}.creator-profile-card .creator-header-inner{max-width:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}@media(min-width:640px){.creator-profile-card .creator-header-inner{flex-direction:row;align-items:flex-start;text-align:left;gap:20px}}@media(min-width:768px){.creator-profile-card .creator-header-inner{gap:24px}}.creator-profile-card .creator-info h1{font-weight:700;letter-spacing:-.03em;color:#0f1111}.creator-profile-card .creator-info{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:0}@media(min-width:640px){.creator-profile-card .creator-info{align-items:flex-start;text-align:left}}.creator-profile-card .creator-actions{justify-content:center}@media(min-width:640px){.creator-profile-card .creator-actions{margin-left:auto;justify-content:flex-end;align-self:flex-start;flex-shrink:0}}.creator-profile-edit-form{margin-top:18px;padding-top:18px;border-top:1px solid var(--color-border)}.creator-storefront-main-card .creator-storefront-disclosure{text-align:left;margin-bottom:10px;font-size:12px}.creator-storefront-main-card .creator-storefront-posts-block{margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border)}.creator-storefront-main-card>.creator-storefront-shop-block{margin-bottom:16px;padding-bottom:4px;border-bottom:1px solid var(--color-border)}.creator-storefront-main-card .creator-storefront-feed-heading{text-align:left;margin-bottom:12px;font-weight:700;color:#0f1111}.creator-storefront-main-card .creator-storefront-posts-block .creator-media-filter-bar{justify-content:space-between}.creator-storefront-main-card .creator-storefront-product-row:not(.creator-storefront-product-row--edit){justify-content:flex-start}.creator-storefront-main-card .creator-storefront-product-search{max-width:none;margin-left:0;margin-right:0}.creator-storefront-main-card .creator-media-empty-filter,.creator-storefront-main-card .empty-state{text-align:center}.category-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.category-pill{padding:8px 16px;font-size:13px;font-weight:500;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition)}.category-pill:hover,.category-pill.active{background:var(--color-brand);border-color:var(--color-brand);color:var(--color-accent-text)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:480px){.product-grid{gap:16px}}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.creator-storefront-product-carousel{display:flex;flex-direction:row;align-items:stretch;gap:10px;margin:4px 0 8px;position:relative}.creator-storefront-product-carousel-btn{flex-shrink:0;align-self:center;width:42px;min-height:88px;border:1px solid #d5d9d9;border-radius:8px;background:#fff;color:#0f1111;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0f111114;transition:background .15s,border-color .15s}.creator-storefront-product-carousel-btn:hover:not(:disabled){background:#f7f8f8;border-color:#888c8c}.creator-storefront-product-carousel-btn:disabled{opacity:.32;cursor:not-allowed;box-shadow:none}@media(max-width:479px){.creator-storefront-product-carousel-btn{width:36px;min-height:72px}}.creator-storefront-product-carousel-viewport{flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:2px 0 10px}.creator-storefront-product-carousel-viewport::-webkit-scrollbar{display:none}.creator-storefront-product-carousel-track{display:flex;flex-direction:row;flex-wrap:nowrap;gap:14px;width:max-content;padding:0 2px}.creator-storefront-product-carousel-track .product-card{flex:0 0 158px;width:158px;max-width:158px;min-width:0}@media(min-width:480px){.creator-storefront-product-carousel-track .product-card{flex:0 0 176px;width:176px;max-width:176px}}@media(min-width:900px){.creator-storefront-product-carousel-track .product-card{flex:0 0 188px;width:188px;max-width:188px}}.creator-storefront-product-carousel-track .product-card-body{padding:10px 12px}.creator-storefront-product-carousel-track .product-card-footer{margin-top:8px;padding-top:8px}.creator-storefront-product-carousel-track .product-card-name{font-size:12px;-webkit-line-clamp:3}@media(min-width:480px){.creator-storefront-product-carousel-track .product-card-name{font-size:13px}}.search-bar-wrapper.creator-storefront-product-search{max-width:min(100%,720px);margin-left:0;margin-right:0}.creator-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:480px){.creator-grid{gap:16px}}@media(min-width:640px){.creator-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(min-width:1024px){.creator-grid{grid-template-columns:repeat(4,1fr)}}.product-detail{max-width:900px;margin:0 auto;padding:24px 16px}@media(min-width:480px){.product-detail{padding:32px 24px}}@media(min-width:768px){.product-detail{padding:40px 24px}}.product-detail-grid{display:grid;gap:24px}@media(min-width:768px){.product-detail-grid{grid-template-columns:1fr 1fr;align-items:start;gap:32px}}.product-detail-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-lg);background:#f5f5f5}.product-detail-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f0f0f0,#e8e8e8);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.product-detail-placeholder svg{width:80px;height:80px;opacity:.3}.product-detail-info h1{font-size:20px;font-weight:600;letter-spacing:-.02em;margin-bottom:8px;line-height:1.3;word-break:break-word}@media(min-width:480px){.product-detail-info h1{font-size:24px}}.product-detail-meta{font-size:14px;color:var(--color-text-muted);margin-bottom:12px}.product-detail-price{font-size:20px;font-weight:600;margin-bottom:24px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 24px;font-size:15px;font-weight:600;background:var(--color-brand);color:var(--color-accent-text);border:none;border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition);text-decoration:none}@media(min-width:480px){.btn-primary{padding:14px 28px}}.btn-primary:hover{background:var(--color-brand-hover)}.btn-primary:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.btn-secondary{display:inline-flex;align-items:center;padding:10px 0;font-size:14px;color:var(--color-text-muted);background:none;border:none;cursor:pointer;gap:6px}.btn-secondary:hover{color:var(--color-brand-dark)}.link-brand{color:var(--color-text);transition:color var(--transition)}.link-brand:hover{color:var(--color-brand-dark)}.manage-success{color:var(--color-brand-dark);background:var(--color-brand-muted)}.manage-suggested-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition)}.manage-suggested-btn:hover:not(:disabled){background:var(--color-brand-muted);border-color:var(--color-brand);color:var(--color-brand-dark)}.manage-storefront-link-card{padding:20px;background:var(--color-brand-muted);border:1px solid rgba(159,232,112,.3);border-radius:var(--radius-md);margin-bottom:24px}@media(min-width:480px){.manage-storefront-link-card{padding:24px}}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px 8px;font-size:13px;color:var(--color-text-muted);margin-bottom:20px;overflow-wrap:break-word}.breadcrumb>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}@media(min-width:360px){.breadcrumb>*{max-width:200px}}@media(min-width:480px){.breadcrumb>*{max-width:none}}@media(min-width:480px){.breadcrumb{font-size:14px;margin-bottom:24px}}.breadcrumb a:hover{color:var(--color-brand-dark)}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:skeleton 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-avatar{width:100%;aspect-ratio:1}.skeleton-text{height:14px;margin-bottom:8px}.skeleton-text.short{width:60%}.error-state{text-align:center;padding:32px 16px}@media(min-width:480px){.error-state{padding:48px 24px}}.error-state p{color:var(--color-error);margin-bottom:16px}.empty-state{text-align:center;padding:32px 16px;color:var(--color-text-muted)}@media(min-width:480px){.empty-state{padding:48px 24px}}.manage-page{max-width:720px;margin:0 auto}.manage-page-header{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media(min-width:480px){.manage-page-header{flex-direction:row;justify-content:space-between;align-items:center}}.manage-card{padding:20px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:24px}@media(min-width:480px){.manage-card{padding:24px}}.manage-category-row{display:flex;flex-direction:column;gap:12px;padding:12px 0;border-top:1px solid var(--color-border)}@media(min-width:600px){.manage-category-row{flex-direction:row;align-items:center;gap:12px}}.manage-category-row-edit{display:flex;flex-direction:column;gap:12px}@media(min-width:600px){.manage-category-row-edit{flex-direction:row;flex:1;align-items:center}}.manage-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,140px),1fr));gap:12px}@media(min-width:480px){.manage-products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}}.manage-content-page{padding-top:24px;padding-bottom:48px}.manage-content-dropzone{border:2px dashed var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:48px 24px;text-align:center;cursor:pointer;transition:border-color var(--transition),background var(--transition),box-shadow var(--transition)}.manage-content-dropzone:hover,.manage-content-dropzone--active{border-color:var(--color-brand-dark);background:var(--color-brand-muted);box-shadow:var(--shadow-sm)}.manage-content-dropzone-icons{display:flex;justify-content:center;align-items:center;gap:4px;margin-bottom:16px}.manage-content-dropzone-icon-photo{width:44px;height:36px;border:2px solid var(--color-text-muted);border-radius:6px;background:linear-gradient(135deg,var(--color-border) 40%,transparent 40%)}.manage-content-dropzone-icon-video{width:40px;height:40px;border:2px solid var(--color-text-muted);border-radius:50%;margin-left:-12px;background:var(--color-surface);position:relative}.manage-content-dropzone-icon-video:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-40%,-50%);border-style:solid;border-width:8px 0 8px 12px;border-color:transparent transparent transparent var(--color-text-muted)}.manage-content-dropzone-title{font-size:17px;font-weight:600;color:var(--color-text);margin-bottom:12px}.manage-content-dropzone-hint{font-size:13px;color:var(--color-text-muted);line-height:1.6;max-width:420px;margin:0 auto}.manage-content-media-section{margin-top:40px;padding-top:24px;border-top:1px solid var(--color-border)}.manage-content-media-heading{font-size:18px;font-weight:700;margin:0 0 8px}.manage-content-media-hint,.manage-content-media-warn{font-size:14px;color:var(--color-text-muted);margin:0 0 12px}.manage-content-media-warn{color:var(--color-error, #b00020)}.manage-content-media-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.manage-content-media-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.manage-content-media-thumb-link{position:relative;display:block;width:72px;height:72px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#111}.manage-content-media-thumb{width:100%;height:100%;object-fit:cover;display:block}.manage-content-media-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:20px;color:#ffffffe6;text-shadow:0 1px 4px rgba(0,0,0,.6);pointer-events:none}.manage-content-media-row-body{flex:1;min-width:120px;display:flex;flex-direction:column;gap:4px}.manage-content-media-type{font-size:13px;font-weight:600}.manage-content-media-count{font-size:12px;color:var(--color-text-muted)}.manage-content-media-row-body--grow{flex:1;min-width:200px}.manage-content-title-label{display:block;width:100%;margin-top:4px}.manage-content-title-input{width:100%;max-width:400px;padding:8px 10px;border:1px solid var(--color-border);border-radius:6px;font-size:13px;font-family:var(--font-sans)}.manage-content-media-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.manage-content-add-products,.manage-content-delete-post{font-size:13px;padding:8px 14px}.add-products-modal-backdrop{position:fixed;inset:0;z-index:1000;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px;overflow-y:auto}.add-products-modal{position:relative;width:100%;max-width:480px;max-height:min(90vh,720px);display:flex;flex-direction:column;margin-top:4vh;padding:20px 20px 16px;border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-md)}.add-products-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-right:28px}.add-products-modal-header h2{margin:0;font-size:18px;font-weight:700}.add-products-modal-done{border:none;background:var(--color-brand, #0d6b4c);color:#fff;font-size:14px;font-weight:600;padding:8px 16px;border-radius:8px;cursor:pointer}.add-products-modal-done:hover{filter:brightness(1.05)}.add-products-close-x{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:var(--color-text-muted);border-radius:8px}.add-products-close-x:hover{background:#0000000f}.add-products-tabs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px;border-bottom:1px solid var(--color-border);padding-bottom:8px}.add-products-tabs button{border:none;background:transparent;font-size:13px;font-weight:600;padding:8px 10px;color:var(--color-text-muted);cursor:pointer;border-radius:6px}.add-products-tabs button.active{color:var(--color-text);background:var(--color-brand-muted, rgba(13, 107, 76, .12))}.add-products-sub{font-size:13px;color:var(--color-text-muted);line-height:1.5;margin:0 0 12px}.add-products-search{width:100%;padding:10px 12px;margin-bottom:8px;border:1px solid var(--color-border);border-radius:8px;font-size:14px;font-family:var(--font-sans)}.add-products-brand-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:4px}.add-products-brand-chips button{font-size:12px;padding:6px 12px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer}.add-products-brand-chips button.on{border-color:var(--color-brand, #0d6b4c);background:var(--color-brand-muted, rgba(13, 107, 76, .12));font-weight:600}.add-products-list-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--color-text-muted);margin-bottom:8px}.add-products-deselect{border:none;background:none;font-size:12px;font-weight:600;color:var(--color-brand-dark, #0d6b4c);cursor:pointer;text-decoration:underline}.add-products-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:120px;max-height:36vh}.add-products-row{border-bottom:1px solid var(--color-border)}.add-products-label{display:flex;align-items:center;gap:10px;padding:10px 4px;cursor:pointer}.add-products-thumb-wrap{width:48px;height:48px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#eee}.add-products-thumb{width:100%;height:100%;object-fit:cover}.add-products-thumb-ph{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:18px;color:#999}.add-products-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.add-products-name{font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.add-products-detail{font-size:12px;color:var(--color-text-muted)}.add-products-empty{font-size:13px;color:var(--color-text-muted);padding:16px 0}.add-products-error{font-size:13px;color:var(--color-error, #b00020);margin:12px 0 0}.add-products-paste-panel{margin-bottom:8px}.add-products-paste-form{display:flex;flex-direction:column;gap:10px}.add-products-paste-form .btn-primary{align-self:flex-start}.creator-storefront-shop-block{margin-bottom:28px}.creator-media-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-bottom:4px}.creator-media-subtabs{display:flex;flex-wrap:wrap;gap:6px}.creator-media-subtab{border:1px solid var(--color-border);background:var(--color-surface);font-size:13px;font-weight:600;font-family:var(--font-sans);padding:8px 14px;border-radius:999px;cursor:pointer;color:var(--color-text-muted)}.creator-media-subtab:hover{border-color:var(--color-text-muted);color:var(--color-text)}.creator-media-subtab.active{background:#0596691f;border-color:var(--color-brand-dark, #059669);color:var(--color-brand-dark, #059669)}.creator-media-post-search{flex:1;min-width:200px;max-width:320px;padding:10px 14px;border:1px solid var(--color-border);border-radius:999px;font-size:14px;font-family:var(--font-sans)}.creator-storefront-posts-block .creator-media-post-search-wrap{flex:1 1 200px;min-width:0;position:relative}.creator-storefront-posts-block .creator-media-post-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#888c8c;display:flex;pointer-events:none;z-index:1}.creator-storefront-posts-block .creator-media-post-search{width:100%;min-width:0;box-sizing:border-box;padding:10px 16px 10px 42px;border-radius:999px;border:1px solid #d5d9d9;box-shadow:0 1px 2px #0f11110d;background:#fff}.creator-storefront-posts-block .creator-media-filter-bar{align-items:center;gap:14px 20px;margin-bottom:8px}.creator-storefront-posts-block .creator-media-subtab{border-radius:8px;border-color:#d5d9d9;font-weight:500;color:#565959;padding:9px 16px}.creator-storefront-posts-block .creator-media-subtab:hover{border-color:#888c8c;color:#0f1111;background:#f7f8f8}.creator-storefront-posts-block .creator-media-subtab.active{background:#edf7ff;border-color:#007185;color:#007185;font-weight:600}@media(max-width:479px){.creator-storefront-posts-block .creator-media-subtab{padding:7px 11px;font-size:12px}.creator-storefront-posts-block .creator-media-filter-bar{gap:10px 12px}.creator-storefront-posts-block .creator-media-post-search-wrap{flex:1 1 100%}}.creator-media-empty-filter{font-size:14px;color:var(--color-text-muted);margin-top:16px}.creator-media-thumb-container{position:relative}.creator-media-menu-anchor{position:absolute;bottom:8px;right:8px;z-index:3}.creator-media-menu-trigger{width:32px;height:32px;border-radius:50%;border:none;background:#fffffff2;color:#374151;font-size:14px;font-weight:700;line-height:1;letter-spacing:-1px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000002e;border:1px solid rgba(0,0,0,.08)}.creator-media-menu-trigger:hover{background:#fff;color:#111}.creator-media-card:not(.creator-feed-list-card) .creator-media-thumb-container .creator-media-menu-trigger{background:#ffffffeb}.creator-media-menu{position:absolute;bottom:calc(100% + 6px);right:0;min-width:160px;list-style:none;margin:0;padding:6px 0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.creator-media-menu-item{display:block;width:100%;text-align:left;padding:10px 14px;font-size:14px;font-family:var(--font-sans);border:none;background:none;cursor:pointer;color:var(--color-text);text-decoration:none}.creator-media-menu-item:hover{background:var(--color-bg)}.creator-media-menu-item.danger{color:var(--color-error)}.creator-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-top:16px}@media(min-width:600px){.creator-media-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}}.creator-storefront-feed-grid.creator-media-grid{align-items:stretch;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:8px;row-gap:10px}@media(max-width:359px){.creator-storefront-feed-grid.creator-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:6px;row-gap:8px}}@media(min-width:480px){.creator-storefront-feed-grid.creator-media-grid{grid-template-columns:repeat(auto-fill,minmax(136px,1fr));gap:14px}}@media(min-width:640px){.creator-storefront-feed-grid.creator-media-grid{grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:16px}}@media(min-width:900px){.creator-storefront-feed-grid.creator-media-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}}@media(min-width:1100px){.creator-storefront-feed-grid.creator-media-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}}.creator-media-card{display:flex;flex-direction:column;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border);background:var(--color-surface);transition:box-shadow var(--transition);isolation:isolate}.creator-media-card:hover{box-shadow:var(--shadow-md)}.creator-media-card-link{display:block;text-decoration:none;color:inherit}.creator-media-linked{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border-top:1px solid var(--color-border);background:var(--color-bg, #fafafa)}.creator-media-product-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:4px 8px 4px 4px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);font-size:11px;font-weight:500;color:var(--color-text);text-decoration:none;transition:box-shadow var(--transition)}.creator-media-product-chip:hover{box-shadow:var(--shadow-sm)}.creator-media-product-chip .image-with-fallback-wrapper{width:28px;height:28px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f3f4f6}.creator-media-product-chip-img{width:100%;height:100%;object-fit:cover;display:block}.creator-media-product-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.creator-media-manage-link{display:block;padding:8px;text-align:center;font-size:12px;font-weight:600;color:var(--color-brand-dark, #0d6b4c);text-decoration:none;border-top:1px solid var(--color-border);background:var(--color-brand-muted, rgba(13, 107, 76, .08))}.creator-media-manage-link:hover{text-decoration:underline}.creator-media-thumb-wrap{position:relative;aspect-ratio:9 / 16;background:#111}.creator-media-thumb{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:9 / 16;background:#111}.creator-media-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:36px;color:#ffffffe6;text-shadow:0 2px 8px rgba(0,0,0,.5);pointer-events:none}.creator-media-title{font-size:12px;padding:8px;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-footer{margin-top:48px;padding:24px 16px;border-top:1px solid var(--color-border);background:var(--color-surface);font-size:13px;color:var(--color-text-muted)}@media(min-width:480px){.shop-footer{margin-top:64px;padding:32px 24px}}.creator-feed-list-card .creator-media-thumb-wrap.creator-feed-list-hero{aspect-ratio:1 / 1;background:#fff}.creator-feed-list-card .creator-feed-list-hero .creator-feed-list-hero-img{object-fit:contain;object-position:center;max-width:100%;max-height:100%;width:auto;height:auto}.creator-storefront-feed-grid.creator-media-grid .creator-feed-list-card .creator-media-thumb-wrap.creator-feed-list-hero{aspect-ratio:4 / 5;padding:0;background:#f0f2f2}.creator-storefront-feed-grid.creator-media-grid .creator-feed-list-card .creator-feed-list-hero .image-with-fallback-wrapper{width:100%;height:100%;min-height:0}.creator-storefront-feed-grid.creator-media-grid .creator-feed-list-card .creator-feed-list-hero .creator-feed-list-hero-img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center}.creator-storefront-feed-grid.creator-media-grid .creator-feed-list-card .creator-feed-list-placeholder{min-height:0;width:100%;height:100%;font-size:48px}.creator-storefront-feed-grid>.creator-media-card{width:100%;min-width:0;border-radius:12px;border-color:#d5d9d9;box-shadow:0 1px 3px #0f111114}.creator-storefront-feed-grid>.creator-media-card:hover{box-shadow:0 4px 14px #0f11111f}.creator-storefront-feed-grid>.creator-feed-list-card .creator-feed-list-strip{margin-top:auto}.creator-storefront-feed-grid>.creator-media-card:not(.creator-feed-list-card){min-height:0}.creator-storefront-feed-grid>.creator-media-card:not(.creator-feed-list-card) .creator-media-thumb-container{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;width:100%}.creator-storefront-feed-grid>.creator-media-card:not(.creator-feed-list-card) .creator-media-card-link{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;width:100%}.creator-storefront-feed-grid>.creator-media-card:not(.creator-feed-list-card) .creator-media-thumb-wrap{flex:1 1 auto;min-height:0;width:100%;aspect-ratio:unset;background:#111;display:flex;flex-direction:column}.creator-storefront-feed-grid>.creator-media-card:not(.creator-feed-list-card) .creator-media-thumb-wrap .image-with-fallback-wrapper{flex:1 1 auto;min-height:0;width:100%}.creator-storefront-feed-grid>.creator-media-card:not(.creator-feed-list-card) .creator-media-thumb{width:100%;height:100%;min-height:0;object-fit:cover;aspect-ratio:unset}.creator-storefront-feed-grid>.creator-media-card:not(.creator-feed-list-card) .creator-media-linked,.creator-storefront-feed-grid>.creator-media-card:not(.creator-feed-list-card) .creator-media-title{flex-shrink:0}.creator-post-page{flex:1;min-height:0;display:flex;flex-direction:column;background:#000}.creator-post-hero{background:#000;color:#fff;padding:0 0 20px}.creator-post-hero-bar{display:flex;justify-content:flex-end;padding:12px 16px 0;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.creator-post-close{width:42px;height:42px;border-radius:50%;border:none;background:#ffffff24;color:#fff;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.creator-post-close:hover{background:#ffffff38}.creator-post-hero-text{max-width:1200px;margin:0 auto;padding:4px 20px 16px;width:100%;box-sizing:border-box}.creator-post-hero-title{font-size:1.35rem;font-weight:600;margin:0 0 10px;line-height:1.25;color:#fff}.creator-post-hero-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.creator-post-shop-name{font-size:.95rem;color:#ffffffe0}.creator-post-earns-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:5px 9px;border-radius:4px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);color:#fffffff2}.creator-post-disclosure{margin:12px 0 0;font-size:11px;color:#ffffff80;max-width:440px;line-height:1.45}.creator-post-player{max-width:520px;margin:0 auto;padding:0 16px;width:100%;box-sizing:border-box}.creator-post-video{width:100%;max-height:min(72vh,820px);border-radius:8px;background:#111}.creator-post-photo{width:100%;max-height:min(72vh,820px);object-fit:contain;display:block;border-radius:8px;background:#111}.creator-post-products-section{flex:1;background:#fff;padding:22px 16px 48px;border-radius:16px 16px 0 0;margin-top:-8px;position:relative}.creator-post-products-header{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:1200px;margin:0 auto 12px;width:100%;box-sizing:border-box}.creator-post-products-heading{font-size:1.1rem;font-weight:600;margin:0;color:var(--color-text)}.creator-post-share{border:1px solid var(--color-border);background:var(--color-surface);width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text);flex-shrink:0}.creator-post-share:hover{background:var(--color-bg, #f7f8f8)}.creator-post-no-products{color:var(--color-text-muted);font-size:14px;max-width:1200px;margin:0 auto;padding:8px 0}.creator-post-products-list{display:flex;flex-direction:row;gap:14px;overflow-x:auto;padding:4px 0 12px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.creator-post-product-card{flex:0 0 min(100%,320px);display:flex;flex-direction:row;gap:12px;align-items:flex-start;padding:12px 14px;border:1px solid #e3e6e6;border-radius:10px;background:#fff;text-decoration:none;color:inherit;box-shadow:0 1px 3px #0f11110f;transition:box-shadow .15s}@media(min-width:640px){.creator-post-product-card{flex:0 0 300px}}.creator-post-product-card:hover{box-shadow:0 4px 14px #0f11111a}.creator-post-product-img-wrap{width:76px;height:76px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f3f4f6}.creator-post-product-img{width:100%;height:100%;object-fit:contain;display:block}.creator-post-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--color-text-muted);text-align:center;padding:4px}.creator-post-product-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.creator-post-product-name{font-size:14px;font-weight:500;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.creator-post-product-price{font-size:13px;color:var(--color-text-muted)}.creator-post-product-cta{font-size:13px;font-weight:600;color:#007185;margin-top:2px}
