@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-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}.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-grid.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 10px}@media(max-width:359px){.creator-storefront-product-grid.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}@media(min-width:480px){.creator-storefront-product-grid.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px 16px}}@media(min-width:900px){.creator-storefront-product-grid.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px 18px}}@media(min-width:1200px){.creator-storefront-product-grid.product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px 20px}}.creator-storefront-product-grid .product-card-body{padding:10px 12px}.creator-storefront-product-grid .product-card-footer{margin-top:8px;padding-top:8px}.creator-storefront-product-grid .product-card-name{font-size:12px;-webkit-line-clamp:3}@media(min-width:480px){.creator-storefront-product-grid .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{flex:1 1 200px;min-width:0;max-width:none;padding:11px 16px;border-radius:8px;border:1px solid #d5d9d9;box-shadow:0 1px 2px #0f11110f;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}.creator-storefront-feed-hint{font-size:13px;color:var(--color-text-muted);margin-top:4px;margin-bottom:14px;line-height:1.45}@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{flex:1 1 100%;min-width:0}}.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}
