:root{--primary-bg:#fdf6e3;--primary-red:#e53e3e;--primary-red-hover:#c53030;--primary-red-light:#fed7d7;--white:#ffffff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--info:#3b82f6;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, .05);--shadow:0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm:.125rem;--radius:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-full:9999px;--transition:all .2s ease-in-out}*{box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--primary-bg);color:var(--gray-800);line-height:1.6;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-4)}.container-sm{max-width:640px;margin:0 auto;padding:0 var(--space-4)}.container-lg{max-width:1400px;margin:0 auto;padding:0 var(--space-4)}.card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:var(--space-6);transition:var(--transition)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-compact{padding:var(--space-4)}.card-spacious{padding:var(--space-8)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--primary-red);color:var(--white)}.btn-primary:hover{background:var(--primary-red-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--white);color:var(--primary-red);border:2px solid var(--primary-red)}.btn-secondary:hover{background:var(--primary-red);color:var(--white)}.btn-ghost{background:transparent;color:var(--gray-600)}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-800)}.btn-sm{padding:var(--space-2) var(--space-4);font-size:var(--font-size-xs)}.btn-lg{padding:var(--space-4) var(--space-8);font-size:var(--font-size-lg)}.nav{background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.nav-brand{display:flex;align-items:center;gap:var(--space-3);font-size:var(--font-size-xl);font-weight:700;color:var(--primary-red);text-decoration:none}.nav-menu{display:flex;align-items:center;gap:var(--space-6);list-style:none;margin:0;padding:0}.nav-link{color:var(--gray-600);text-decoration:none;font-weight:500;padding:var(--space-2) var(--space-3);border-radius:var(--radius);transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--primary-red);background:var(--primary-red-light)}.form-group{margin-bottom:var(--space-4)}.form-label{display:block;font-size:var(--font-size-sm);font-weight:600;color:var(--gray-700);margin-bottom:var(--space-2)}.form-input{width:100%;padding:var(--space-3);border:2px solid var(--gray-200);border-radius:var(--radius-lg);font-size:var(--font-size-base);transition:var(--transition)}.form-input:focus{outline:none;border-color:var(--primary-red);box-shadow:0 0 0 3px var(--primary-red-light)}.form-textarea{min-height:100px;resize:vertical}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right var(--space-3) center;background-repeat:no-repeat;background-size:16px 12px;padding-right:var(--space-10);-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid{display:grid;gap:var(--space-6)}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-sm{font-size:var(--font-size-sm)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-2xl{font-size:var(--font-size-2xl)}.text-3xl{font-size:var(--font-size-3xl)}.text-primary{color:var(--primary-red)}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-800{color:var(--gray-800)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.m-0{margin:0}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mt-8{margin-top:var(--space-8)}@media (max-width: 768px){.container{padding:0 var(--space-4)}.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}.grid-cols-4{grid-template-columns:repeat(2,1fr)}.nav-menu{flex-direction:column;gap:var(--space-2)}.btn{padding:var(--space-3) var(--space-5);font-size:var(--font-size-sm)}.card{padding:var(--space-4)}}.admin-layout{min-height:100vh;display:flex;flex-direction:column}.admin-header{background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm);padding:var(--space-4) 0}.admin-content{flex:1;padding:var(--space-8) 0}.admin-sidebar{background:var(--white);border-right:1px solid var(--gray-200);padding:var(--space-6);min-height:100vh}.admin-main{flex:1;padding:var(--space-6)}.status-badge{display:inline-flex;align-items:center;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:600}.status-success{background:#10b9811a;color:var(--success)}.status-warning{background:#f59e0b1a;color:var(--warning)}.status-error{background:#ef44441a;color:var(--error)}.language-selector.svelte-df0t0c.svelte-df0t0c{position:relative;display:inline-block}.language-button.svelte-df0t0c.svelte-df0t0c{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffffe6;border:2px solid rgba(229,62,62,.1);border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#1a202c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;min-width:140px;justify-content:space-between}.language-button.svelte-df0t0c.svelte-df0t0c:hover{background:#fff;border-color:#e53e3e;transform:translateY(-1px);box-shadow:0 4px 12px #e53e3e26}.flag.svelte-df0t0c.svelte-df0t0c{font-size:16px;line-height:1}.language-name.svelte-df0t0c.svelte-df0t0c{font-size:14px;font-weight:500}.chevron.svelte-df0t0c.svelte-df0t0c{transition:transform .2s ease;color:#666}.chevron.rotated.svelte-df0t0c.svelte-df0t0c{transform:rotate(180deg)}.language-dropdown.svelte-df0t0c.svelte-df0t0c{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:2px solid rgba(229,62,62,.1);border-radius:8px;box-shadow:0 8px 32px #0000001a;z-index:1000;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:svelte-df0t0c-dropdownOpen .2s ease;min-width:140px}@keyframes svelte-df0t0c-dropdownOpen{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.language-option.svelte-df0t0c.svelte-df0t0c{width:100%;display:flex;align-items:center;gap:8px;padding:12px 16px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#1a202c;text-align:left}.language-option.svelte-df0t0c.svelte-df0t0c:hover{background:#e53e3e0d;color:#e53e3e}.language-option.active.svelte-df0t0c.svelte-df0t0c{background:#e53e3e1a;color:#e53e3e}.check-icon.svelte-df0t0c.svelte-df0t0c{margin-left:auto}@media (max-width: 768px){.language-name.svelte-df0t0c.svelte-df0t0c{display:none}.language-button.svelte-df0t0c.svelte-df0t0c{padding:8px;min-width:44px;justify-content:center}.language-dropdown.svelte-df0t0c.svelte-df0t0c{right:0;left:auto;min-width:160px}.language-option.svelte-df0t0c .language-name.svelte-df0t0c{display:inline}}.svelte-g3ypwl.svelte-g3ypwl{margin:0;padding:0;box-sizing:border-box}html,body{background-color:#fff!important}.main-container{background-color:#fff}.header.svelte-g3ypwl.svelte-g3ypwl{background:#fff;padding:15px 0;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.header-container.svelte-g3ypwl.svelte-g3ypwl{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo.svelte-g3ypwl img.svelte-g3ypwl{height:40px;width:auto}.animated-thumbnails.svelte-g3ypwl.svelte-g3ypwl{background:#fff;padding:60px 0;overflow:hidden;position:relative}.thumbnail-row.svelte-g3ypwl.svelte-g3ypwl:last-child{margin-bottom:0}.row-left-to-right.svelte-g3ypwl.svelte-g3ypwl{animation-name:svelte-g3ypwl-slideLeftToRight}.row-right-to-left.svelte-g3ypwl.svelte-g3ypwl{animation-name:svelte-g3ypwl-slideRightToLeft}@keyframes svelte-g3ypwl-slideLeftToRight{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes svelte-g3ypwl-slideRightToLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}.thumbnail.svelte-g3ypwl.svelte-g3ypwl{min-width:198px;width:198px;height:198px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3);flex-shrink:0;cursor:pointer;transition:transform .2s ease;position:relative;overflow:hidden;background-color:#f5f5f5!important}.thumbnail.svelte-g3ypwl.svelte-g3ypwl:hover{transform:translateZ(0) scale(1.05)}.thumbnail-row.svelte-g3ypwl.svelte-g3ypwl:hover{animation-play-state:paused}.thumbnail-row.svelte-g3ypwl.svelte-g3ypwl{display:flex;gap:20px;margin-bottom:20px;white-space:nowrap;animation-duration:180s;animation-iteration-count:infinite;animation-timing-function:linear;animation-fill-mode:forwards;animation-play-state:running}.desktop-only.svelte-g3ypwl.svelte-g3ypwl{display:flex}.product-image.svelte-g3ypwl.svelte-g3ypwl{width:100%;height:100%;object-fit:cover;border-radius:8px 8px 0 0;opacity:0;animation:svelte-g3ypwl-fadeIn .5s ease-in-out forwards}.product-color-bg.svelte-g3ypwl.svelte-g3ypwl{width:100%;height:100%;border-radius:8px 8px 0 0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.thumbnail-image.svelte-g3ypwl.svelte-g3ypwl{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px;opacity:0;animation:svelte-g3ypwl-fadeIn .5s ease-in-out forwards}.channel-image.svelte-g3ypwl.svelte-g3ypwl{background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;animation:svelte-g3ypwl-fadeIn .5s ease-in-out forwards}@keyframes svelte-g3ypwl-fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.channels-section.svelte-g3ypwl.svelte-g3ypwl{max-width:1200px;margin:0 auto;padding:80px 32px;background:#fff}.channel-block.svelte-g3ypwl.svelte-g3ypwl{margin-bottom:64px}.channel-block.svelte-g3ypwl.svelte-g3ypwl:last-child{margin-bottom:0}.channel-info.svelte-g3ypwl.svelte-g3ypwl{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;padding:15px 0}.channel-left.svelte-g3ypwl.svelte-g3ypwl{display:flex;align-items:center;gap:20px}.channel-thumbnail.svelte-g3ypwl.svelte-g3ypwl{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.channel-info-text.svelte-g3ypwl.svelte-g3ypwl{display:flex;flex-direction:column;gap:0px}.channel-name.svelte-g3ypwl.svelte-g3ypwl{font-size:24px;font-weight:700;color:#1a202c;margin:0}.channel-id.svelte-g3ypwl.svelte-g3ypwl{font-size:16px;color:#666;font-weight:400}.channel-right.svelte-g3ypwl.svelte-g3ypwl{display:flex;align-items:center}.visit-btn.svelte-g3ypwl.svelte-g3ypwl{background:#e53e3e;color:#fff;border:none;padding:10px 20px;border-radius:20px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.visit-btn.svelte-g3ypwl.svelte-g3ypwl:hover{background:#c53030;transform:translateY(-1px)}.products-grid.svelte-g3ypwl.svelte-g3ypwl{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.product-item.svelte-g3ypwl.svelte-g3ypwl{background:#fff;border-radius:12px;padding:0;border:none;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}.product-item.svelte-g3ypwl:hover .product-thumbnail.svelte-g3ypwl{transform:scale(1.05)}.product-thumbnail-container.svelte-g3ypwl.svelte-g3ypwl{position:relative;margin-bottom:0;width:100%;aspect-ratio:1;overflow:hidden;border-radius:12px}.product-thumbnail.svelte-g3ypwl.svelte-g3ypwl{width:100%;height:100%;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;overflow:hidden;position:relative;background-color:#f5f5f5;transition:transform .3s cubic-bezier(.4,0,.2,1)}.product-image.svelte-g3ypwl.svelte-g3ypwl{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px}.product-color-bg.svelte-g3ypwl.svelte-g3ypwl{width:100%;height:100%;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;background-size:cover;background-position:center}.product-name.svelte-g3ypwl.svelte-g3ypwl{font-size:13px;font-weight:500;color:#1a202c;margin:8px 0 4px;line-height:1.3;text-align:left;width:100%;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:5.2em}.product-prices.svelte-g3ypwl.svelte-g3ypwl{text-align:left;width:100%;margin:0 0 8px}.thumbnail-overlay.svelte-g3ypwl.svelte-g3ypwl{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#80808008,#80808017,#8080801f);border-radius:12px;pointer-events:none}.sale-badge.svelte-g3ypwl.svelte-g3ypwl{position:absolute;top:6px;left:6px;background:#1a202c;color:#fff;padding:6px;border-radius:4px;font-size:10px;font-weight:700;line-height:1;z-index:2;white-space:nowrap}.product-name.svelte-g3ypwl.svelte-g3ypwl{font-size:13px;font-weight:500;color:#1a202c;margin-bottom:4px;line-height:1.3;text-align:left;width:100%;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:5.2em}.product-prices.svelte-g3ypwl.svelte-g3ypwl{text-align:left;width:100%}.product-original-price.svelte-g3ypwl.svelte-g3ypwl{font-size:12px;color:#999;text-decoration:line-through;margin-bottom:2px}.product-price.svelte-g3ypwl.svelte-g3ypwl{font-size:14px;font-weight:700;color:#e53e3e}.footer.svelte-g3ypwl.svelte-g3ypwl{padding:20px 0;background:#1a202c}.footer-content.svelte-g3ypwl.svelte-g3ypwl{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:20px;margin:0 8px}.footer-brand.svelte-g3ypwl.svelte-g3ypwl{display:flex;justify-content:flex-start}.footer-logo.svelte-g3ypwl.svelte-g3ypwl{height:40px;background:transparent;opacity:1}.footer-center.svelte-g3ypwl.svelte-g3ypwl{display:flex;justify-content:center;gap:40px}.footer-center.svelte-g3ypwl a.svelte-g3ypwl{color:#ffffffb3;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.footer-center.svelte-g3ypwl a.svelte-g3ypwl:hover{color:#e53e3e}.footer-right.svelte-g3ypwl.svelte-g3ypwl{display:flex;justify-content:flex-end}.footer-right.svelte-g3ypwl p.svelte-g3ypwl{color:#ffffff80;font-size:14px;margin:0}.main-page-wrapper.svelte-g3ypwl.svelte-g3ypwl{max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}@media (max-width: 768px){.header-container.svelte-g3ypwl.svelte-g3ypwl{flex-direction:column;gap:15px;padding:0 15px}.thumbnail-row.svelte-g3ypwl.svelte-g3ypwl{gap:15px;animation-duration:60s}.logo.svelte-g3ypwl.svelte-g3ypwl{order:1}.animated-thumbnails.svelte-g3ypwl.svelte-g3ypwl{padding:40px 0}.thumbnail.svelte-g3ypwl.svelte-g3ypwl{min-width:108px;width:108px;height:108px;font-size:14px;background-color:#f5f5f5!important}.channels-section.svelte-g3ypwl.svelte-g3ypwl{padding:40px 15px}.channel-block.svelte-g3ypwl.svelte-g3ypwl{margin-bottom:50px}.channel-info.svelte-g3ypwl.svelte-g3ypwl{flex-direction:column;gap:15px;text-align:center;padding:10px 0}.channel-left.svelte-g3ypwl.svelte-g3ypwl{flex-direction:column;gap:15px}.channel-thumbnail.svelte-g3ypwl.svelte-g3ypwl{width:60px;height:60px;font-size:16px}.channel-name.svelte-g3ypwl.svelte-g3ypwl{font-size:20px}.channel-id.svelte-g3ypwl.svelte-g3ypwl{font-size:14px}.products-grid.svelte-g3ypwl.svelte-g3ypwl{grid-template-columns:repeat(2,1fr);gap:8px}.product-item.svelte-g3ypwl.svelte-g3ypwl{padding:4px;overflow:hidden}.product-thumbnail.svelte-g3ypwl.svelte-g3ypwl{aspect-ratio:1;height:auto}.sale-badge.svelte-g3ypwl.svelte-g3ypwl{font-size:8px;padding:3px 6px}.product-name.svelte-g3ypwl.svelte-g3ypwl{font-size:12px;max-height:5.2em}.product-price.svelte-g3ypwl.svelte-g3ypwl{font-size:13px}.main-page-wrapper.svelte-g3ypwl.svelte-g3ypwl{padding:0 20px}.footer-content.svelte-g3ypwl.svelte-g3ypwl{grid-template-columns:1fr;gap:30px;text-align:center;margin:0 20px}.footer-brand.svelte-g3ypwl.svelte-g3ypwl,.footer-right.svelte-g3ypwl.svelte-g3ypwl{justify-content:center}.footer-center.svelte-g3ypwl.svelte-g3ypwl{gap:30px;flex-wrap:wrap}}.skeleton-channel.svelte-g3ypwl.svelte-g3ypwl{opacity:.6}.skeleton-thumbnail.svelte-g3ypwl.svelte-g3ypwl,.skeleton-product-thumbnail.svelte-g3ypwl.svelte-g3ypwl,.skeleton-text.svelte-g3ypwl.svelte-g3ypwl,.skeleton-button.svelte-g3ypwl.svelte-g3ypwl{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:svelte-g3ypwl-shimmer 1.5s infinite;border-radius:8px}.skeleton-thumbnail.svelte-g3ypwl.svelte-g3ypwl{width:80px;height:80px;border-radius:50%}.skeleton-product-thumbnail.svelte-g3ypwl.svelte-g3ypwl{width:100%;aspect-ratio:1;border-radius:12px}.skeleton-text.svelte-g3ypwl.svelte-g3ypwl{height:16px;margin:8px 0;border-radius:4px}.skeleton-text-medium.svelte-g3ypwl.svelte-g3ypwl{width:60%;height:20px}.skeleton-text-small.svelte-g3ypwl.svelte-g3ypwl{width:40%;height:14px}.skeleton-text-tiny.svelte-g3ypwl.svelte-g3ypwl{width:50%;height:12px}.skeleton-button.svelte-g3ypwl.svelte-g3ypwl{width:120px;height:36px;border-radius:18px}@keyframes svelte-g3ypwl-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-product.svelte-g3ypwl .product-thumbnail-container.svelte-g3ypwl{position:relative}.skeleton-product.svelte-g3ypwl .skeleton-text.svelte-g3ypwl:last-child{margin-bottom:0}@media (max-width: 768px){.skeleton-thumbnail.svelte-g3ypwl.svelte-g3ypwl{width:60px;height:60px}.skeleton-text-medium.svelte-g3ypwl.svelte-g3ypwl{height:18px}.skeleton-text-small.svelte-g3ypwl.svelte-g3ypwl{height:12px}.skeleton-button.svelte-g3ypwl.svelte-g3ypwl{width:100px;height:32px}}
