.admin-header h1{color:#333;margin:0 0 5px 5px;font-size:48px}.admin-brand{display:flex;align-items:center;gap:6px;justify-content:flex-start;flex-wrap:nowrap;min-width:0}.admin-brand-divider{width:5px;height:48px;background:#e0e0e0;display:inline-block}.products-table-section h2{color:#333;margin-top:0;margin-bottom:20px}.main-page-btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}@media (max-width: 900px){.admin-header{flex-direction:column;align-items:flex-start;gap:12px}.admin-logo{height:40px;max-width:160px}.admin-content{padding:16px}}@media (max-width: 768px){.admin-header{flex-direction:column;align-items:flex-start;gap:15px}.admin-header .header-right{width:100%;justify-content:space-between}.admin-content,.products-table-section{padding:15px}}@media (max-width: 600px){.admin-header .header-right{flex-wrap:wrap}}.main-page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#f8f9f8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.main-page-loader-spinner{width:48px;height:48px;border:4px solid #e8e8e8;border-top-color:#2d7a5e;border-radius:50%;animation:main-page-loader-spin .9s linear infinite}@keyframes main-page-loader-spin{to{transform:rotate(360deg)}}.main-page-loader-text{margin:0;font-size:1rem;color:#555;font-weight:500}.main-refresher-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#0009;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.main-refresher-popup-content{position:relative;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.main-refresher-popup-image{max-width:100%;max-height:calc(100vh - 80px);width:auto;height:auto;-o-object-fit:contain;object-fit:contain;display:block;border-radius:8px;box-shadow:0 8px 32px #0000004d}.main-refresher-popup-close{position:absolute;top:-12px;right:-12px;z-index:1;width:36px;height:36px;border:none;border-radius:50%;background:#fff;color:#333;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;padding:0;transition:background .2s,transform .2s}.main-refresher-popup-close:hover{background:#f0f0f0;transform:scale(1.05)}.main-refresher-popup-close:focus{outline:2px solid #2d7a5e;outline-offset:2px}.main-refresher-popup-image-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-width:280px;min-height:200px;padding:24px}.main-refresher-popup-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:main-page-loader-spin .9s linear infinite}.main-refresher-popup-loading-text{font-size:.9rem;color:#fffffff2}.admin-content:has(.main-products){background:#f8f9f8;padding:24px 20px 32px}.products-table-section .main-products-header h2{font-size:1.25rem;font-weight:600;color:#2d2d2d;letter-spacing:-.01em}.products-table-section .main-toolbar{border-bottom:1px solid #e8e8e8;padding-bottom:12px;margin-bottom:4px}.products-table-section .main-filters-btn,.products-table-section .main-view-btn,.products-table-section .main-show-btn{border-color:#e0e0e0;background:#fff;color:#444;border-radius:8px;transition:border-color .2s,background .2s}.products-table-section .main-filters-btn:hover,.products-table-section .main-view-btn:hover{border-color:#c8c8c8;background:#fafafa}.products-table-section .main-filters-btn.active,.products-table-section .main-view-btn.active{border-color:#2d7a5e;background:#f0f7f4;color:#2d7a5e}.products-table-section .main-show-btn.active{background:#2d7a5e;border-color:#2d7a5e;color:#fff}.products-table-section .main-show-per-page .main-show-label{color:#555;font-size:13px}.products-table-section .main-products{gap:24px}.products-table-section .main-product-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:0 0 12px;box-shadow:0 1px 3px #0000000f;min-height:280px;transition:box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;overflow:hidden}.products-table-section .main-product-card:hover{box-shadow:0 4px 12px #00000014;border-color:#ddd}.products-table-section .main-product-top{gap:0;margin-bottom:0;flex:0 0 auto}.products-table-section .main-product-image{height:180px;background:#f8f8f8;border-radius:0;border:none;padding:0;margin:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.products-table-section .main-product-image img{border-radius:0;max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.products-table-section .main-product-title{padding:8px 14px 6px;margin:0}.products-table-section .main-product-price-row{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap;padding:0 14px;margin-top:2px;margin-bottom:2px}.products-table-section .main-product-price-row .price,.products-table-section .main-product-price-row .price-warning{margin:0;padding:0;flex-shrink:0}.products-table-section .main-product-price-row .main-color-swatches{margin:0;padding:0;gap:5px;flex-shrink:0;min-width:0;justify-content:flex-start;max-width:100%}.products-table-section .main-product-title{font-size:15px;font-weight:600;line-height:1.4;color:#2d2d2d;min-height:2.8em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.products-table-section .main-product-category{background:#f0f7f4;border-color:#d4e8df;color:#2d7a5e;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.products-table-section .main-product-description,.products-table-section .main-card-actions{padding-left:14px;padding-right:14px}.products-table-section .main-product-description{margin-top:4px;margin-bottom:6px;line-height:1.45}.products-table-section .main-color-swatches{display:flex;flex-wrap:wrap;align-items:center}.products-table-section .color-swatch{width:22px;height:22px;border-radius:50%;border:2px solid rgba(0,0,0,.08);flex-shrink:0}.products-table-section .color-swatch.active{border-color:#2d2d2d;box-shadow:0 0 0 2px #fff,0 0 0 4px #2d2d2d}.products-table-section .main-product-description{font-size:13px;color:#555;line-height:1.45}.products-table-section .price{font-size:1.125rem;font-weight:700;color:#2d7a5e;background:transparent;border:none;padding:0;margin:12px 0}.products-table-section .main-card-actions .sync-btn{background:#2d7a5e;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .2s}.products-table-section .main-card-actions .sync-btn:hover:not(:disabled){background:#246b52}.products-table-section .main-filters .main-search,.products-table-section .main-filters .main-select{border-color:#e0e0e0;border-radius:8px;font-size:13px}.products-table-section .main-pagination .main-page-nav{border-color:#e0e0e0;border-radius:8px;color:#444}.products-table-section .main-pagination .main-page-nav:hover:not(:disabled){border-color:#2d7a5e;color:#2d7a5e;background:#f0f7f4}.products-table-section .main-page-info{color:#555;font-size:13px}.main-products-page .main-product-card{position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;overflow:hidden}.main-products-page .main-product-card--in-cart .main-card-actions--top{display:flex;opacity:1;transform:none;pointer-events:auto;position:absolute;top:0;left:0;right:0;z-index:2;min-height:44px;padding:8px 14px;background:#fffffff5;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000f}.main-products-page .main-product-card--in-cart .main-card-actions--top .main-card-qty{width:100%;justify-content:center}.main-products-page .main-product-card--in-cart .main-product-top{padding-top:52px}.main-products-page .main-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f,0 4px 12px #00000014;border-color:#d0d0d0}.main-products-page .main-product-top{position:relative;overflow:hidden;border-radius:0;margin-bottom:0}.main-products-page .main-product-image{overflow:hidden;border-radius:0;border:none;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.main-products-page .main-product-image img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.main-products-page .main-product-image img{transition:transform .35s ease;will-change:transform}.main-products-page .main-product-card:hover .main-product-image img{transform:scale(1.08)}.main-products-page .main-product-title{padding:8px 14px 6px;margin:0}.main-products-page .main-product-price-row{padding:0 14px;margin-top:2px;margin-bottom:2px;gap:10px}.main-products-page .main-product-price-row .main-color-swatches{margin:0;flex-shrink:0;min-width:0;max-width:100%;gap:5px;justify-content:flex-start}.main-products-page .main-product-description,.main-products-page .main-card-actions{padding-left:14px;padding-right:14px}.main-products-page .main-product-description{margin-top:4px;margin-bottom:6px}.main-products-page .main-card-actions{padding-top:2px;min-height:40px}.main-products-page .main-card-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;opacity:0;transform:translateY(4px);transition:opacity .22s ease,transform .22s ease;pointer-events:none;min-height:44px;padding-top:4px;padding-bottom:0}.main-products-page .main-product-card:hover .main-card-actions{opacity:1;transform:translateY(0);pointer-events:auto}.main-products-page .main-card-qty{display:inline-flex;align-items:center;gap:6px;flex:1;min-width:0}.main-products-page .main-card-qty .cart-btn,.main-products-page .main-card-qty .cart-qty-input{flex-shrink:0}.main-products-page .main-card-qty .cart-qty-input{width:44px;text-align:center}.main-products-page .main-card-action-icons{display:flex;align-items:center;gap:6px;flex-shrink:0}.main-products-page .main-card-icon-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#2d2d2d;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.main-products-page .main-card-icon-btn:hover{border-color:#2d7a5e;background:#f0f7f4;color:#2d7a5e}.main-layout-with-sidebar{display:flex;gap:0;align-items:flex-start;min-height:0}.main-filters-sidebar{width:260px;flex-shrink:0;background:#fff;border:1px solid #e8e8e8;border-radius:12px;margin-right:20px;padding:16px;position:sticky;top:24px}.main-sidebar-toggle{display:none;width:100%;padding:12px 16px;margin-bottom:12px;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa;cursor:pointer;color:#444;align-items:center;justify-content:center}.main-sidebar-toggle:hover{background:#f0f0f0;border-color:#d0d0d0}.main-sidebar-toggle-icon{flex-shrink:0}.main-filters-sidebar-inner{display:flex;flex-direction:column;gap:16px}.main-filters-heading{margin:0 0 4px;font-size:1rem;font-weight:700;color:#2d2d2d;padding-bottom:8px;border-bottom:2px solid #2d7a5e}.main-filter-group{display:flex;flex-direction:column;gap:6px}.main-filter-group .main-select,.main-filter-group .main-search{width:100%;box-sizing:border-box}.main-filters-sidebar .main-filter-group input.main-search{flex:none;height:34px;min-height:34px;max-height:34px;padding:4px 10px;font-size:13px;line-height:1.3;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box}.main-filter-label{font-size:12px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.03em}.main-filter-group.main-filter-group--row{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:8px}.main-filter-group.main-filter-group--row .main-select{flex:1;min-width:0}.main-filter-group .main-sort-direction{padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;font-size:14px;flex-shrink:0}.main-filter-btn{width:100%;padding:10px 14px;font-size:13px}.main-products-area{flex:1;min-width:0}.main-infinite-sentinel{height:20px;width:100%;pointer-events:none}@media (max-width: 900px){.main-layout-with-sidebar{flex-direction:column;gap:0}.main-filters-sidebar{width:100%;margin-right:0;margin-bottom:0;position:static;order:-1;border-radius:0 0 12px 12px;border-left:none;border-right:none}.main-filters-sidebar .main-filters-sidebar-inner{display:none}.main-filters-sidebar.open .main-filters-sidebar-inner{display:flex;flex-direction:column;gap:16px}.main-sidebar-toggle{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;min-height:48px}.main-products-area{padding-top:16px}.main-products-header{flex-direction:column;align-items:stretch;gap:12px}.main-products-header h2{font-size:1.25rem}.main-toolbar{flex-wrap:wrap;justify-content:flex-start}.main-products,.main-products--grid,.main-products--grid-dense{grid-template-columns:repeat(2,1fr);gap:12px}.main-products--list .main-product-card{flex-direction:column}.main-products--list .main-product-top{flex:none;max-width:100%}.products-table-section .main-product-card{min-height:280px}.products-table-section .main-product-image{height:160px}.products-table-section .main-product-title{min-height:0;-webkit-line-clamp:3;font-size:13px;line-height:1.35;word-break:break-word}.main-products-page .main-card-actions{opacity:1;transform:translateY(0);pointer-events:auto;min-height:48px;padding-top:8px;padding-bottom:4px}.main-products-page .main-card-qty .cart-btn,.main-products-page .main-card-icon-btn{min-width:44px;min-height:44px}.admin-content:has(.main-products){padding:16px 12px 24px}}@media (max-width: 480px){.main-products{grid-template-columns:1fr;gap:16px}.main-products--grid,.main-products--grid-dense{grid-template-columns:1fr}.products-table-section .main-product-image{height:220px}.products-table-section .main-product-card{min-height:300px}.main-view-options{flex:1;justify-content:flex-end}.main-show-per-page{width:100%;justify-content:flex-start}}.header-cart-trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:6px 12px 8px;background:transparent;border:none;cursor:pointer;color:inherit;font:inherit;min-width:56px}.header-cart-trigger:hover:not(:disabled){opacity:1;background:#ffffff26;border-radius:8px}.header-cart-trigger{transition:background .2s ease}.header-cart-trigger:not(:disabled):hover .header-cart-icon{transform:scale(1.1)}.header-cart-trigger:not(:disabled):hover .header-cart-total{color:#0071ce}.header-cart-trigger:disabled{opacity:.6;cursor:not-allowed}.header-cart-badge{position:absolute;top:2px;right:4px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;line-height:18px;text-align:center;color:#1f2937;background:#fbbf24;border-radius:999px;box-sizing:border-box}.header-cart-icon{width:28px;height:28px;margin-top:2px;flex-shrink:0;transition:transform .2s ease}.header-cart-total{font-size:12px;font-weight:700;margin-top:2px;white-space:nowrap;transition:color .2s ease}.price{font-weight:700;font-size:15px;color:#0f766e;background:#e6fffa;border:1px solid #b2f5ea;padding:6px 10px;border-radius:6px;display:inline-block;margin-bottom:8px}.price-warning{font-size:12px;font-weight:700;color:#b42318;background:#ffe4e8;border:1px solid #ffc1cc;padding:4px 8px;border-radius:6px;width:-moz-fit-content;width:fit-content}.main-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.main-products--grid{grid-template-columns:repeat(4,1fr)}.main-products--grid-dense{grid-template-columns:repeat(6,1fr);gap:12px}.main-products--list{grid-template-columns:1fr}.main-products--list .main-product-card{flex-direction:row;min-height:auto;gap:20px}.main-products--list .main-product-top{flex:0 0 200px;margin-bottom:0}.main-products--list .main-product-image{height:140px}.main-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px;padding:16px 0}.main-page-nav{padding:8px 16px;border:1px solid #d0d7de;border-radius:6px;background:#fff;cursor:pointer;font-size:14px;color:#374151}.main-page-nav:hover:not(:disabled){background:#f3f4f6;border-color:#0f766e;color:#0f766e}.main-page-nav:disabled{opacity:.5;cursor:not-allowed}.main-page-info{font-size:14px;color:#57606a}.main-products-count{font-weight:500;color:#57606a;font-size:.9em}.main-products-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.main-products-header h2{margin:0}.main-toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.main-filters-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #d0d7de;border-radius:6px;background:#fff;cursor:pointer;font-size:14px;color:#1f2937}.main-filters-btn:hover,.main-filters-btn.active{background:#f3f4f6;border-color:#0f766e;color:#0f766e}.main-view-options{display:flex;align-items:center;gap:4px}.main-view-btn{padding:8px;border:1px solid #d0d7de;background:#fff;border-radius:6px;cursor:pointer;color:#57606a;display:flex;align-items:center;justify-content:center}.main-view-btn:hover{background:#f3f4f6;color:#1f2937}.main-view-btn.active{background:#e6fffa;border-color:#0f766e;color:#0f766e}.main-show-per-page{display:flex;align-items:center;gap:8px;font-size:14px;color:#57606a}.main-show-label{white-space:nowrap}.main-show-btn{padding:4px 10px;border:1px solid #d0d7de;background:#fff;border-radius:6px;cursor:pointer;font-size:14px;color:#374151}.main-show-btn:hover{background:#f3f4f6}.main-show-btn.active{background:#0f766e;border-color:#0f766e;color:#fff}.main-filters{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 16px;align-items:center}.main-search{flex:1 1 220px;padding:8px 10px;border:1px solid #d0d7de;border-radius:6px;font-size:13px}.main-select{padding:8px 10px;border:1px solid #d0d7de;border-radius:6px;font-size:13px}.main-sort-toggle{padding:8px 12px;border:1px solid #d0d7de;border-radius:6px;background:#fff;cursor:pointer;font-size:14px}.main-product-card{background:#fff;border:1px solid #e1e5ea;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;gap:10px;min-height:360px}.main-product-top{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.main-product-image{width:100%;height:160px;display:flex;align-items:center;justify-content:center;background:#fafafa;border-radius:6px;border:1px solid #eee;overflow:hidden;padding:6px;box-sizing:border-box}.main-product-image img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;transition:transform .25s ease}.main-product-image:hover{overflow:visible;z-index:2}.main-product-image:hover img{transform:scale(1.5)}.main-product-title{margin:0;color:#1f2937;font-size:17px;font-weight:700;line-height:1.3;min-height:0;white-space:normal;overflow:visible;word-break:break-word}.main-cart-qty-badge{font-size:12px;font-weight:700;color:#1f2937;background:#e0f2fe;border:1px solid #bae6fd;padding:4px 8px;border-radius:999px;width:-moz-fit-content;width:fit-content}.main-product-category{font-size:12px;font-weight:700;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;padding:4px 8px;border-radius:999px;width:-moz-fit-content;width:fit-content}.main-product-card p{margin:0;color:#666;font-size:13px;min-height:36px}.main-product-description{margin:0;padding:0;color:#555;font-size:13px;line-height:1.45;text-align:left;direction:ltr;word-break:break-word;overflow-wrap:break-word;min-height:36px;flex:0 1 auto}.main-availability{font-size:12px;font-weight:700;margin-top:4px;margin-bottom:0;display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;width:-moz-fit-content;width:fit-content}.main-variants{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.main-color-swatches{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px;align-items:center}.color-swatch{width:22px;height:22px;border-radius:50%;border:2px solid transparent;padding:0;cursor:pointer;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}.color-swatch:hover{transform:scale(1.1);box-shadow:0 2px 8px #0003}.color-swatch.active{border-color:#1f2937;box-shadow:0 0 0 2px #fff,0 0 0 4px #1f2937}.variant-pill{border:1px solid #d0d7de;background:#fff;color:#333;font-size:11px;padding:4px 8px;border-radius:999px;cursor:pointer}.variant-pill.active{font-weight:600;box-shadow:0 0 0 2px #00000014}.main-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.main-card-qty{display:inline-flex;align-items:center;gap:6px}.main-share-btn{padding:10px 14px;background:#fff;border:1px solid #d0d7de;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600}.main-share-status{font-size:12px;color:#0f766e;font-weight:600}.cart-notice{position:fixed;top:88px;left:18px;background:#fff;border:1px solid #e1e5ea;box-shadow:0 12px 28px #0000001f;border-radius:12px;padding:12px 14px;width:280px;z-index:50;animation:slideInLeft .2s ease-out}.cart-notice-title{font-weight:700;font-size:14px;margin-bottom:8px;color:#0f5132}.cart-notice-body{display:flex;gap:10px;align-items:center}.cart-notice-image{width:48px;height:48px;border-radius:8px;background:#f7f7f7;border:1px solid #eee;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-notice-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-notice-text{font-size:13px;color:#1f2937;line-height:1.3}@keyframes slideInLeft{0%{transform:translate(-12px);opacity:0}to{transform:translate(0);opacity:1}}.review-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.review-modal{background:#fff;border-radius:12px;box-shadow:0 12px 40px #0003;max-width:420px;width:100%;padding:24px}.review-modal h2{margin:0 0 16px;font-size:1.25rem;color:#1f2937}.review-modal-message{padding:12px;border-radius:8px;font-size:14px}.review-modal-message.success{background:#ecfdf5;color:#065f46}.review-modal-message.error{background:#fef2f2;color:#991b1b}.review-modal-form{display:flex;flex-direction:column;gap:16px}.review-modal-label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:500;color:#374151}.review-modal-input,.review-modal-textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit}.review-modal-textarea{resize:vertical;min-height:80px}.review-modal-char-count{font-size:12px;color:#6b7280}.review-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.review-modal-btn{padding:10px 18px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid #d1d5db;background:#fff;color:#374151}.review-modal-btn.primary{background:#2d7a5e;border-color:#2d7a5e;color:#fff}.review-modal-btn.primary:hover:not(:disabled){background:#246b52}.review-modal-btn:disabled{opacity:.7;cursor:not-allowed}.valuable-feedback{margin-top:20px;margin-bottom:0;padding:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #2d7a5e1f;border:1px solid rgba(45,122,94,.2);background:#fff}.valuable-feedback-header{display:flex;align-items:center;gap:8px;padding:10px 14px;background:linear-gradient(135deg,#1b5e20,#2d7a5e);color:#fff}.valuable-feedback-icon{font-size:1.1rem;line-height:1}.valuable-feedback-title{margin:0;font-size:.8rem;font-weight:600;letter-spacing:.02em}.valuable-feedback-slideshow{padding:14px;background:linear-gradient(180deg,#f8fbf9,#fff);position:relative}.valuable-feedback-slide{font-size:13px;line-height:1.5;color:#374151;animation:valuable-feedback-fade .5s ease-out}@keyframes valuable-feedback-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.valuable-feedback-name{font-weight:700;color:#1b5e20;font-size:13px}.valuable-feedback-says{color:#6b7280;font-size:12px}.valuable-feedback-quote{margin:6px 0 0;font-style:italic;color:#4b5563;font-size:13px}.valuable-feedback-nav{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:12px;padding-top:10px;border-top:1px solid #e5e7eb}.valuable-feedback-prev,.valuable-feedback-next{width:32px;height:32px;border:1px solid #d1d5db;background:#fff;border-radius:8px;font-size:18px;line-height:1;cursor:pointer;color:#2d7a5e;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.valuable-feedback-prev:hover,.valuable-feedback-next:hover{background:#ecfdf5;border-color:#2d7a5e}.valuable-feedback-dots{display:flex;gap:6px}.valuable-feedback-dot{width:8px;height:8px;border-radius:50%;border:1px solid #a5d6a7;background:#fff;cursor:pointer;padding:0;transition:background .2s}.valuable-feedback-dot.active{background:#2d7a5e;border-color:#2d7a5e}.main-side-panel-image-wrap{margin-top:20px;width:100%}.main-side-panel-image{display:block;max-width:100%;height:auto;border-radius:8px}.back-to-top{position:fixed;bottom:24px;right:24px;z-index:90;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#2d7a5e;color:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px #2d7a5e66;cursor:pointer;transition:background .2s,transform .2s,opacity .2s}.back-to-top:hover{background:#246b52;transform:translateY(-2px);box-shadow:0 6px 16px #2d7a5e73}.back-to-top:active{transform:translateY(0)}.quick-view-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.quick-view-popover{background:#fff;border-radius:12px;box-shadow:0 20px 50px #0003;max-width:900px;width:100%;max-height:90vh;overflow:auto;position:relative}.quick-view-close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;color:#555;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.quick-view-close:hover{color:#2d2d2d;border-color:#2d7a5e;background:#f0f7f4}.quick-view-body{display:grid;grid-template-columns:minmax(300px,1.05fr) minmax(260px,.95fr);gap:0;align-items:stretch;min-height:min(520px,85vh)}.quick-view-image{background:#fafafa;border-radius:12px 0 0 12px;display:flex;align-items:center;justify-content:center;padding:16px 20px;min-height:min(480px,78vh);align-self:stretch}.quick-view-image img,.quick-view-image .quick-view-product-img{display:block;width:100%;max-width:min(100%,560px);height:auto;max-height:min(72vh,640px);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;border-radius:8px}.quick-view-details{padding:28px 24px 24px;display:flex;flex-direction:column;gap:16px}.quick-view-title{margin:0;font-size:1.1rem;font-weight:600;color:#2d2d2d;line-height:1.4;word-break:break-word}.quick-view-price{font-size:1.35rem;font-weight:700;color:#2d7a5e}.quick-view-actions-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.quick-view-qty{display:inline-flex;align-items:center;gap:6px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;padding:4px}.quick-view-qty .cart-btn{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;font-size:18px;border:none;background:#f5f5f5;border-radius:4px;cursor:pointer;color:#2d2d2d}.quick-view-qty .cart-btn:hover:not(:disabled){background:#e8e8e8}.quick-view-qty .cart-qty-input{width:48px;text-align:center;border:none;font-size:15px;font-weight:600}.quick-view-add-btn{padding:12px 20px;font-size:14px;font-weight:600;color:#fff;background:#2d7a5e;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.quick-view-add-btn:hover:not(:disabled){background:#246b52}.quick-view-add-btn:disabled{opacity:.6;cursor:not-allowed}.quick-view-buy-btn{padding:12px 20px;font-size:14px;font-weight:600;color:#fff;background:#3d8a6e;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.quick-view-buy-btn:hover:not(:disabled){background:#2d7a5e}.quick-view-buy-btn:disabled{opacity:.6;cursor:not-allowed}.quick-view-sku,.quick-view-categories{font-size:13px;color:#555}@media (max-width: 640px){.quick-view-body{grid-template-columns:1fr;min-height:auto}.quick-view-image{border-radius:12px 12px 0 0;min-height:min(360px,55vh);padding:12px 16px}.quick-view-image img,.quick-view-image .quick-view-product-img{max-height:min(50vh,480px)}}.checkout-form{margin-top:12px;padding:12px;border:1px solid #e1e5ea;border-radius:8px;background:#fff;max-width:520px}.checkout-row{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.checkout-row label{font-size:12px;font-weight:700;color:#333}.checkout-row input{padding:8px 10px;border:1px solid #d0d7de;border-radius:6px;font-size:13px}.checkout-error{color:#b42318;background:#ffe4e8;border:1px solid #ffc1cc;padding:6px 8px;border-radius:6px;font-size:12px}.checkout-actions{display:flex;gap:8px;flex-wrap:wrap}.checkout-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px;z-index:9999}.checkout-modal__content{background:#fff;border-radius:12px;max-width:820px;width:100%;max-height:90vh;display:flex;flex-direction:column;padding:24px;box-shadow:0 16px 48px #00000040}.checkout-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-shrink:0}.checkout-modal__header h2{margin:0;font-size:1.35rem}.checkout-note{font-size:12px;color:#555;background:#f8f9fa;border:1px solid #e1e5ea;padding:8px 10px;border-radius:6px;margin-bottom:10px}.checkout-modal__items{border:1px solid #e1e5ea;border-radius:10px;padding:0;margin-bottom:16px;background:#fafbfc;overflow:auto;flex:1;min-height:120px}.checkout-table-header{display:grid;grid-template-columns:1fr 120px 100px 140px;gap:12px;padding:12px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#555;border-bottom:2px solid #e1e5ea;background:#f0f2f5}.checkout-col-unit{text-align:right}.checkout-col-qty,.checkout-col-missed{text-align:center}.checkout-col-line{text-align:right}.checkout-table-header--with-missed{display:grid;grid-template-columns:1fr 120px 100px 80px 140px;gap:12px}.checkout-item{display:grid;grid-template-columns:1fr 120px 100px 140px;gap:12px;align-items:center;font-size:14px;padding:12px 16px;border-bottom:1px solid #e8eaed}.checkout-item--with-missed{grid-template-columns:1fr 120px 100px 80px 140px}.checkout-item--has-missing{background:#fef2f2;color:#991b1b}.checkout-item--has-missing .checkout-item__title,.checkout-item--has-missing .checkout-item__unit,.checkout-item--has-missing .checkout-item__line{color:#991b1b}.checkout-missed-count{font-weight:700;color:#dc2626}.checkout-item:last-of-type{border-bottom:none}.checkout-item__product{display:flex;align-items:center;gap:12px;min-width:0}.checkout-item__img-wrap{position:relative;width:48px;height:48px;flex-shrink:0;border-radius:8px;overflow:hidden;border:1px solid #e1e5ea}.checkout-item__img-wrap:hover{overflow:visible;z-index:10}.checkout-item__img-wrap:hover img{transform:scale(1.5)}.checkout-item__product img{width:48px;height:48px;border-radius:8px;-o-object-fit:cover;object-fit:cover;border:none;transition:transform .25s ease}.checkout-item__title{white-space:normal;overflow-wrap:break-word;word-break:break-word;overflow:visible;font-size:13px}.checkout-item__unit{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:13px;color:#444}.checkout-item__usd{font-size:12px;color:#666}.checkout-item__qty{display:flex;justify-content:center}.checkout-qty-controls{display:inline-flex;align-items:center;gap:6px}.checkout-item__line{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-weight:700;color:#0f766e}.checkout-line-inr{font-size:14px}.checkout-line-usd{font-size:12px;font-weight:600;color:#0d9488}.checkout-total-row{display:grid;grid-template-columns:1fr 120px 100px 140px;gap:12px;align-items:center;padding:14px 16px;font-size:15px;font-weight:700;border-top:2px solid #cbd5e1;background:#f0fdfa;margin-top:0}.checkout-total-label{grid-column:3;text-align:right;color:#0f766e}.checkout-total-value{grid-column:4;text-align:right;color:#0f766e}.checkout-item__right{display:flex;align-items:center;gap:10px}.checkout-line-total{font-weight:700;color:#0f766e}.checkout-total{font-weight:700;font-size:14px;margin-top:8px}.checkout-item--matched{border-left:4px solid #0d9488;background:#0d94880a}.checkout-import-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin:0 0 8px 16px}.checkout-import-label--matched{color:#0f766e}.checkout-import-section{margin-top:16px;padding:12px 16px;border-radius:8px;border:1px solid transparent}.checkout-import-section__title{font-size:13px;font-weight:700;margin:0 0 4px}.checkout-import-section__hint{font-size:12px;color:#64748b;margin:0 0 10px}.checkout-import-additional{background:#fffbeb;border-color:#f59e0b;color:#92400e}.checkout-import-additional .checkout-import-section__title{color:#b45309}.checkout-import-missing{background:#fef2f2;border-color:#ef4444;color:#991b1b}.checkout-import-missing .checkout-import-section__title{color:#b91c1c}.checkout-import-list{list-style:none;padding:0;margin:0;font-size:13px}.checkout-import-list__item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid rgba(0,0,0,.06)}.checkout-import-list__item:last-child{border-bottom:none}.checkout-import-list__title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-import-list__qty{flex-shrink:0;margin-left:8px;font-weight:600}.order-success{font-size:14px;color:#155724;background:#d4edda;border:1px solid #c3e6cb;padding:10px 12px;border-radius:6px}.order-id{margin:12px 0;font-weight:700;color:#333}.order-note{font-size:13px;color:#555;background:#f8f9fa;border:1px solid #e1e5ea;padding:8px 10px;border-radius:6px;margin-bottom:12px}.main-availability.available{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.main-availability.preorder{color:#856404;background:#fff3cd;border:1px solid #ffeeba}:root{--cart-accent: #0071ce;--cart-accent-hover: #004f9a;--cart-bg: #fff;--cart-border: #e5e7eb;--cart-text: #1f2937;--cart-text-muted: #6b7280}.main-cart{margin-top:24px}.cart-container{background:var(--cart-bg);border:1px solid var(--cart-border);border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.cart-header{padding:16px 20px;border-bottom:1px solid var(--cart-border);background:#f9fafb;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.cart-header h2{margin:0;font-size:1.25rem;font-weight:700;color:var(--cart-text)}.cart-header-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cart-sort-label{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;color:var(--cart-text-muted)}.cart-sort-label span{font-weight:500}.cart-sort-select{padding:6px 10px;border:1px solid var(--cart-border);border-radius:6px;font-size:.9rem;background:#fff;color:var(--cart-text);cursor:pointer}.cart-header .cart-count{font-size:.9rem;font-weight:500;color:var(--cart-text-muted);margin:0}.main-cart-summary{color:var(--cart-text-muted);font-size:13px;font-weight:600}.cart-search-wrap{padding:0 20px}.cart-search-input{width:100%;max-width:320px;padding:8px 12px;font-size:14px;border:1px solid var(--cart-border, #d0d7de);border-radius:6px;background:var(--cart-bg, #fff)}.cart-search-input:focus{outline:none;border-color:#2c7be5;box-shadow:0 0 0 2px #2c7be533}.cart-search-input::-moz-placeholder{color:#6e7781}.cart-search-input::placeholder{color:#6e7781}.cart-search-no-results{padding:24px 20px;margin:0;color:#57606a;font-size:14px}.main-cart-items{padding:12px 20px;margin-bottom:0;color:#444;font-size:13px}.main-cart-row{display:grid;grid-template-columns:80px minmax(140px,1fr) auto auto;gap:16px;align-items:start;padding:16px 0;border-bottom:1px solid var(--cart-border);background:var(--cart-bg)}.main-cart-row:last-child{border-bottom:none}.main-cart-left{display:flex;align-items:center;gap:12px;grid-column:1 / 3;min-width:0}.main-cart-row .main-cart-controls{grid-column:3}.main-cart-row .main-cart-line-total{grid-column:4;text-align:right;font-size:14px}.main-cart-image{width:80px;height:80px;border-radius:8px;border:1px solid var(--cart-border);background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.main-cart-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.main-cart-info{display:flex;flex-direction:column;gap:4px;min-width:0}.main-cart-title{font-weight:600;font-size:14px;color:var(--cart-text);line-height:1.3;white-space:normal;overflow-wrap:break-word;word-break:break-word;overflow:visible}.main-cart-meta{display:flex;flex-direction:column;gap:2px;font-size:12px;color:var(--cart-text-muted)}.main-cart-preorder{color:#856404;background:#fff3cd;border:1px solid #ffeeba;padding:2px 6px;border-radius:999px;width:-moz-fit-content;width:fit-content}.main-cart-controls{display:flex;align-items:center;gap:6px}.cart-order-summary{padding:20px;border-top:2px solid var(--cart-border);background:#f9fafb}.cart-order-summary .main-cart-total{margin:0 0 16px;font-size:1.1rem;font-weight:700;color:var(--cart-text)}.cart-checkout-btn{display:inline-block;padding:12px 24px;font-size:16px;font-weight:600;color:#fff;background:var(--cart-accent);border:none;border-radius:8px;cursor:pointer;transition:background .2s}.cart-checkout-btn:hover:not(:disabled){background:var(--cart-accent-hover)}.cart-checkout-btn:disabled{background:#9ca3af;cursor:not-allowed}.cart-empty{padding:32px 20px;text-align:center;color:var(--cart-text-muted);font-size:15px}.cart-empty p{margin:0 0 8px}.cart-btn{width:28px;height:28px;border-radius:6px;border:1px solid #d0d7de;background:#f8f9fa;cursor:pointer;font-weight:700}.cart-qty{min-width:20px;text-align:center;font-weight:600}.cart-qty-input{width:40px;min-width:40px;padding:4px 2px;text-align:center;font-weight:600;font-size:14px;border:1px solid #d0d7de;border-radius:6px;background:#fff;-moz-appearance:textfield}.cart-qty-input::-webkit-outer-spin-button,.cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-qty-input:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 2px #0f766e33}.main-cart-line-total{font-weight:700;color:#0f766e}.main-cart-total{font-weight:600;margin:10px 0 12px;color:#333}.main-preorder-banner{background:#fff3cd;color:#856404;border:1px solid #ffeeba;padding:8px 10px;border-radius:6px;font-size:12px;font-weight:600;margin-bottom:10px}@media (max-width: 768px){.main-products{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.main-products--grid{grid-template-columns:repeat(2,1fr)}.main-products--grid-dense{grid-template-columns:repeat(3,1fr)}.main-toolbar{width:100%;justify-content:flex-end}.main-cart-row{grid-template-columns:1fr;gap:12px}.main-cart-left{grid-column:1;align-items:flex-start}.main-cart-row .main-cart-controls{grid-column:1}.main-cart-row .main-cart-line-total{grid-column:1;text-align:left}}.custom-print-page{padding:24px 20px 32px;max-width:1000px;margin:0 auto}.custom-print-header{margin-bottom:20px}.custom-print-header h2{font-size:1.5rem;color:#2d2d2d;margin:0 0 8px}.custom-print-intro{color:#555;margin:0 0 12px;font-size:14px}.custom-print-notice{padding:10px 14px;background:#fff8e6;border-radius:8px;margin-bottom:16px;font-size:13px}.custom-print-upload-row{margin-bottom:24px}.custom-print-frames{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:20px}.custom-print-frame-wrap{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000f}.custom-print-frame-label{font-weight:600;color:#333;margin-bottom:8px;font-size:14px}.custom-print-editor{position:relative;flex-shrink:0;border-radius:10px;overflow:visible;border:2px solid #b8ddc4;background:#f5f5f5;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-print-canvas-wrap{position:relative;width:100%;height:100%;flex-shrink:0}.custom-print-canvas{display:block;border-radius:8px;background:#f5f5f5;cursor:grab;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:none;-webkit-tap-highlight-color:transparent;pointer-events:none}.custom-print-canvas:active{cursor:grabbing}.custom-print-canvas-touch-layer{position:absolute;top:0;left:0;right:0;bottom:0;cursor:grab;touch-action:none;-webkit-tap-highlight-color:transparent;z-index:1}.custom-print-canvas-touch-layer:active{cursor:grabbing}.custom-print-resize-handle{position:absolute;width:28px;height:28px;background:#fff;border:2px solid #2d7a5e;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#2d7a5e;cursor:nwse-resize;box-shadow:0 2px 6px #00000026;z-index:2;touch-action:none;-webkit-tap-highlight-color:transparent}.custom-print-resize-handle svg{pointer-events:none}.custom-print-resize-handle:hover{background:#f0f7f4}.custom-print-resize-handle:active{background:#e0efe8}@media (max-width: 768px),(hover: none){.custom-print-resize-handle{width:44px;height:44px}.custom-print-resize-handle svg{width:20px;height:20px}}.custom-print-resize-handle--top-left{top:-4px;left:-4px;cursor:nwse-resize}.custom-print-resize-handle--top-right{top:-4px;right:-4px;transform:scaleX(-1);cursor:nesw-resize}.custom-print-resize-handle--bottom-left{bottom:-4px;left:-4px;transform:scaleY(-1);cursor:nesw-resize}.custom-print-resize-handle--bottom-right{bottom:-4px;right:-4px;cursor:nwse-resize}.custom-print-controls{margin-top:12px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}.custom-print-brightness-wrap{display:flex;flex-direction:column;gap:4px}.custom-print-brightness-label{display:flex;align-items:center;gap:8px;font-size:12px;color:#555}.custom-print-brightness-value{font-weight:600;min-width:2ch}.custom-print-brightness-slider{width:160px}.custom-print-finetune{font-size:13px;color:#555}.custom-print-finetune summary{cursor:pointer;padding:4px 0}.custom-print-controls-inner{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;padding:8px 0}.custom-print-controls label,.custom-print-controls-inner label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#555}.custom-print-controls input[type=range],.custom-print-controls-inner input[type=range]{width:120px}.custom-print-submit-row{margin-top:16px}.custom-print-message{margin-top:16px;padding:12px 16px;border-radius:8px;font-size:14px}.custom-print-message-done{background:#e8f5e9;color:#2e7d32}.custom-print-page .sync-btn{padding:10px 20px;border-radius:8px;font-weight:500}.custom-print-page .main-share-btn{padding:6px 12px;font-size:13px}.main-page-tabs{display:flex;gap:8px;align-items:center;margin-bottom:0;padding:0 0 12px;border-bottom:1px solid #e8e8e8}.main-page-tabs .main-page-tab{padding:8px 16px;border-radius:8px;border:1px solid transparent;background:transparent;color:#555;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none}.main-page-tabs .main-page-tab:hover{background:#f0f0f0;color:#333}.main-page-tabs .main-page-tab.active{background:#f0f7f4;color:#2d7a5e;border-color:#2d7a5e}.main-page-tabs .main-page-tab.active[href]{color:#2d7a5e}.admin-header .main-page-btn.active{background:#f0f7f4;color:#2d7a5e;border-color:#2d7a5e}.admin-container .main-page-header{position:relative}.main-page-header .header-nav-toggle{display:none;align-items:center;justify-content:center;gap:8px;padding:10px 16px;min-height:44px;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;font-size:13px}.main-page-header .header-nav-toggle:hover{background:#5a6268}.main-page-header .header-nav-toggle svg{flex-shrink:0}.main-page-header .header-nav-tray{display:flex;gap:10px;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.main-page-header .header-nav-toggle{display:flex}.main-page-header .header-nav-tray{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 4px 12px #00000026;flex-direction:column;align-items:stretch;padding:12px 16px;gap:8px;z-index:100;border-radius:0 0 8px 8px}.main-page-header .header-nav-tray .main-page-btn{width:100%;text-align:center;justify-content:center}.main-page-header.nav-open .header-nav-tray{display:flex}.main-page-header{position:relative}}.instagram-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto}.instagram-modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;box-shadow:0 10px 40px #0000004d}.instagram-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.instagram-modal-header h2{margin:0;font-size:18px;color:#333}.instagram-close-btn{background:none;border:none;font-size:28px;color:#999;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.instagram-close-btn:hover{color:#333}.instagram-preview{padding:24px;display:flex;justify-content:center;align-items:center;background:#f0f0f0}.instagram-card{background:#f8f8f8;overflow:hidden;box-shadow:0 4px 20px #0000001f;flex-shrink:0}.instagram-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.instagram-product-image{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block;image-rendering:auto}.instagram-no-image,.instagram-loading{color:#999;font-size:16px;font-weight:500;padding:24px}.instagram-modal-actions{padding:16px 20px;border-top:1px solid #eee;display:flex;gap:12px;justify-content:flex-end}.instagram-download-btn,.instagram-cancel-btn{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.instagram-download-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.instagram-download-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.instagram-download-btn:disabled{opacity:.6;cursor:not-allowed}.instagram-cancel-btn{background:#f5f5f5;color:#666}.instagram-cancel-btn:hover{background:#e0e0e0}@media (max-width: 640px){.instagram-preview{padding:16px}}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.inconsistent-pricing-banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 16px;margin-bottom:12px;background:#dc3545;color:#fff;border-radius:8px;font-weight:500}.inconsistent-pricing-banner-btn{padding:6px 14px;background:#fff;color:#dc3545;border:none;border-radius:6px;font-weight:600;cursor:pointer}.inconsistent-pricing-banner-btn:hover{background:#f8f9fa}.admin-processing-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.admin-processing-card{background:#fff;border-radius:12px;padding:28px 36px 32px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;align-items:center;gap:16px;min-width:260px}.admin-processing-spinner{width:40px;height:40px;border:3px solid #e9ecef;border-top-color:#2c7be5;border-radius:50%;animation:admin-spin .8s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-processing-text{margin:0;font-size:15px;font-weight:500;color:#333}.admin-processing-progress-wrap{width:100%;min-width:220px}.admin-processing-progress-bar{height:12px;background:#e9ecef;border-radius:6px;overflow:hidden}.admin-processing-progress-fill{height:100%;background:#2c7be5;border-radius:4px;transition:width .2s ease}.admin-processing-progress-indeterminate{overflow:visible}.admin-processing-progress-fill-indeterminate{height:100%;width:40%;background:#2c7be5;border-radius:4px;animation:admin-progress-indeterminate 1.2s ease-in-out infinite}@keyframes admin-progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(350%)}}.admin-processing-meta{display:flex;flex-wrap:wrap;gap:16px 24px;font-size:15px;line-height:1.5;color:#333;margin-top:8px;padding-top:4px;min-height:1.5em}.admin-processing-meta span{white-space:nowrap}.orders-tab{margin-top:16px}.orders-controls{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 12px;align-items:center}.orders-search{flex:1;min-width:220px;padding:8px 10px;border:1px solid #d6d6d6;border-radius:8px}.orders-select,.orders-sort-toggle,.orders-export{padding:8px 10px;border-radius:8px;border:1px solid #d6d6d6;background:#fff;cursor:pointer}.orders-select-all{display:inline-flex;align-items:center;gap:6px;font-size:13px;background:#fff;border:1px solid #d6d6d6;border-radius:8px;padding:6px 10px}.orders-select-all input{margin:0}.orders-date-filter{display:inline-flex;align-items:center;gap:6px;font-size:13px}.orders-date-filter input{padding:6px 8px;border:1px solid #d6d6d6;border-radius:8px}.orders-sort-toggle{width:42px;text-align:center}.orders-export{background:#0f5132;color:#fff;border-color:#0f5132}.orders-export.orders-delete{background:#b42318;border-color:#b42318}.orders-export:disabled{opacity:.6;cursor:not-allowed}.orders-summary{display:flex;gap:16px;flex-wrap:wrap;font-weight:600;margin-bottom:12px}.order-status{background:#eef2ff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:700}.order-preorder-badge{background:#fff4e5;color:#92400e;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:700}.order-status-actions{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px}.order-select{display:inline-flex;align-items:center;margin-right:6px}.order-select input{margin:0}.order-delete-btn{margin-left:auto;border:1px solid #fca5a5;background:#fee2e2;color:#991b1b;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:12px}.order-delete-btn:disabled{opacity:.6;cursor:not-allowed}.order-status-btn{border:1px solid #d6d6d6;background:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:12px}.order-status-btn.active{background:#0f5132;border-color:#0f5132;color:#fff}.login-box{background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.login-box h1{text-align:center;color:#333;margin-bottom:30px;font-size:28px}.login-box .form-group{margin-bottom:16px}.login-box .form-group label{display:block;margin-bottom:6px;color:#555;font-weight:600;font-size:13px}.login-box .form-group input[type=text],.login-box .form-group input[type=password]{width:100%;padding:12px;border:1px solid #ddd}.login-box .form-group .show-password-label{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-size:14px;color:#555;cursor:pointer}.login-box .form-group .show-password-label input[type=checkbox]{width:auto;cursor:pointer;border-radius:4px;font-size:14px;box-sizing:border-box}.login-box button{width:100%;padding:12px;background-color:#667eea;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s}.login-box button:hover{transform:translateY(-2px)}.login-box .error{color:#b42318;background:#ffe4e8;border:1px solid #ffc1cc;padding:8px 10px;border-radius:6px;font-size:13px;margin-bottom:12px}.admin-container{min-height:100vh;background-color:#f5f7fa}.admin-header{background:#fff;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center;height:8vh;padding:0 30px}.admin-brand{display:flex;gap:12px;gap:6px;justify-content:center;align-items:center;flex-wrap:nowrap}.bulk-btn.unapprove{background-color:#dc3545}.admin-content{padding:30px;max-width:1600px;margin:0 auto;align-items:center;gap:12px}.admin-content .bulk-btn:disabled{opacity:.6;cursor:not-allowed}.admin-content .bulk-btn.approve{background-color:#28a745}.admin-content .bulk-btn.unapprove{background-color:#dc3545}.admin-brand-divider{width:1px;height:48px;background:#e0e0e0;display:inline-block}.admin-logo{height:48px;width:auto;max-width:200px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.admin-header .header-left{flex:0 1 auto;min-width:0;overflow:hidden;white-space:nowrap}.admin-header h1{color:#333;margin:0 0 5px;font-size:48px}.sync-status{color:#666;font-size:12px;margin:0}.admin-header .header-right{display:flex;gap:10px;align-items:center}.main-page-btn{padding:10px 16px;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;font-size:13px;text-decoration:none;transition:background-color .3s}.main-page-btn:hover{background-color:#5a6268}.sync-btn{padding:10px 16px;background-color:#17a2b8;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;font-size:13px;transition:background-color .3s}.sync-btn:hover:not(:disabled){background-color:#138496}.sync-btn:disabled{opacity:.6;cursor:not-allowed}.header-eha-verification{display:flex;flex-wrap:wrap;align-items:center;gap:8px;max-width:520px}.header-eha-message{font-size:.9rem;color:#333}.continue-sync-btn{flex-shrink:0}.import-image-model-select{padding:8px 10px;border:1px solid #ccc;border-radius:4px;font-size:14px;background:#fff}.import-image-model-select:disabled{opacity:.7;cursor:not-allowed}.logout-btn{padding:10px 16px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;font-size:13px;transition:background-color .3s}.logout-btn:hover{background-color:#c82333}.admin-content{padding:30px;max-width:1600px;margin:0 auto}.admin-alert-banner{padding:12px 20px;margin:0 20px 8px;border-radius:6px;font-size:13px;font-weight:600;border:1px solid transparent}.admin-alert-banner-warning{background:#fff8e6;color:#7d5a00;border-color:#e6c84a}.admin-alert-banner .banner-explanation{font-weight:400;opacity:.9;margin-right:8px}.admin-deletion-banner{background:#ffe5e7;color:#8a1f2d;border:1px solid #f1b0b7;padding:12px 20px;margin:0 20px 8px;border-radius:6px;font-size:13px;font-weight:600}.admin-deletion-banner.success{background:#e6f4ea;color:#1e6b3d;border-color:#b9e3c6}.admin-deletion-banner.danger{background:#ffe5e7;color:#8a1f2d;border-color:#f1b0b7}.admin-controls{margin-bottom:30px}.add-product-btn{padding:12px 24px;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:14px;transition:background-color .3s}.add-product-btn:hover{background-color:#218838}.product-form{background:#fff;padding:30px;border-radius:8px;margin-bottom:30px;box-shadow:0 2px 8px #0000001a}.product-form h2{color:#333;margin-top:0;margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.product-form .form-group{margin-bottom:0}.product-form .form-group label{display:block;margin-bottom:8px;color:#555;font-weight:500;font-size:14px}.product-form .form-group input,.product-form .form-group textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit;box-sizing:border-box;transition:border-color .3s}.product-form .form-group input:focus,.product-form .form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.product-form .form-group textarea{grid-column:1 / -1;min-height:100px;resize:vertical;margin-bottom:20px}.submit-btn{padding:12px 24px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:14px;transition:background-color .3s}.submit-btn:hover{background-color:#0056b3}.filters-bar{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap;align-items:center}.search-input{flex:1;min-width:200px;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.filter-select,.search-input{border:1px solid #ddd;border-radius:4px;padding:10px 12px;font-size:14px;background-color:#fff;cursor:pointer;transition:border-color .3s}.filter-select:focus,.search-input:focus{outline:none;border-color:#667eea}.sort-toggle{padding:10px 14px;background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-weight:600;font-size:16px;transition:background-color .3s}.sort-toggle:hover{background-color:#e0e0e0}.date-filters{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f9f9f9;border:1px solid #ddd;border-radius:4px}.date-filter-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#555;white-space:nowrap}.date-input{padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:13px;background-color:#fff;cursor:pointer;transition:border-color .3s}.date-input:focus{outline:none;border-color:#667eea}.date-filter-label span{font-size:12px;color:#888}.products-table-section{background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.products-table-section h2{color:#333;margin-top:0;margin-bottom:4px}.products-table-section .products-count-breakdown{margin:0 0 20px;font-size:13px;color:#666}.products-table-section .supplier-order-card__header{background:none;border:none;padding:0;text-align:left;cursor:pointer;font:inherit;color:inherit;display:flex;align-items:center;gap:8px}.products-table-section .supplier-order-card__header:hover{color:#0d6efd}.products-table-section .supplier-order-card__chevron{flex-shrink:0;font-size:10px;opacity:.8}.products-table-section .supplier-order-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px}.products-table-section .supplier-order-card__meta>span:not(:last-child):after{content:"·";margin-left:12px;color:#64748b;font-weight:400}.products-table-section .supplier-order-card__date{color:#475569;font-size:13px}.products-table-wrapper{max-width:100%;overflow-x:auto;overflow-y:visible;border-radius:4px;border:1px solid #dee2e6;position:relative}.products-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:auto;min-width:100%}.products-table thead{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;position:relative;z-index:1}.products-table th{padding:12px;text-align:left;color:#333;font-weight:600;white-space:nowrap;background-color:#f8f9fa}.products-table th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.products-table th.sortable:hover{background-color:#e9ecef}.products-table th .th-inner{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;min-width:0;overflow:hidden}.products-table th .th-inner .col-expand-toggle{flex-shrink:0;margin-left:auto}.products-table .col-expand-toggle{flex-shrink:0;padding:2px 6px;font-size:11px;font-weight:700;line-height:1;color:#555;background:#e9ecef;border:1px solid #dee2e6;border-radius:3px;cursor:pointer}.products-table .col-expand-toggle:hover{background:#dee2e6;color:#333}.products-table th.col-collapsed{max-width:72px;min-width:56px}.products-table th.col-collapsed .th-inner{justify-content:flex-end}.products-table td.col-collapsed{max-width:72px;min-width:48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-table td.col-collapsed .description-content,.products-table td.col-collapsed .description-edit{overflow:hidden;text-overflow:ellipsis}.products-table td.col-collapsed .description-actions,.products-table td.col-collapsed .description-edit-actions{flex-wrap:nowrap}.products-table .select-col.col-collapsed{max-width:48px;min-width:40px}.products-table .image-cell.col-collapsed img{max-width:44px;max-height:44px}.products-table th.col-hidden,.products-table td.col-hidden{display:none}.products-table th.sortable .sort-icon{margin-left:4px;font-size:.9em;opacity:.7}.products-table th.sortable:hover .sort-icon{opacity:1}.products-table thead .filter-row th{padding:6px 8px;vertical-align:middle;background-color:#eef1f5;border-bottom:1px solid #dee2e6}.products-table .header-filter-input,.products-table .header-filter-select,.products-table .header-filter-date{width:100%;min-width:60px;padding:4px 6px;border:1px solid #ced4da;border-radius:4px;font-size:12px;background:#fff;box-sizing:border-box}.products-table .header-filter-date{display:block;margin-bottom:4px}.products-table .header-filter-date:last-child{margin-bottom:0}.products-table .header-filter-sku-wrap{display:flex;flex-direction:column;gap:6px}.products-table .header-filter-sku-wrap .header-filter-wrap{width:100%}.products-table .header-filter-wrap{position:relative;width:100%}.products-table .header-filter-trigger{width:100%;min-width:70px;padding:4px 8px;font-size:12px;text-align:left;background:#fff;border:1px solid #ced4da;border-radius:4px;cursor:pointer}.products-table .header-filter-trigger:hover{background:#f8f9fa;border-color:#adb5bd}.products-table .header-filter-dropdown{position:absolute;top:100%;left:0;margin-top:2px;min-width:160px;max-width:220px;max-height:260px;background:#fff;border:1px solid #dee2e6;border-radius:6px;box-shadow:0 4px 12px #0000001f;z-index:1000;display:flex;flex-direction:column}.products-table .header-filter-search{padding:6px 8px;border:none;border-bottom:1px solid #eee;border-radius:6px 6px 0 0;font-size:12px;background:#f8f9fa}.products-table .header-filter-search:focus{outline:none;background:#fff}.products-table .header-filter-options{overflow-y:auto;max-height:160px;padding:4px 0}.products-table .header-filter-option{display:flex;align-items:center;gap:6px;padding:4px 10px;font-size:12px;cursor:pointer}.products-table .header-filter-option:hover{background:#f0f4f8}.products-table .header-filter-option input{margin:0;cursor:pointer}.products-table .header-filter-apply{margin:6px 8px;padding:6px 10px;font-size:12px;font-weight:600;background:#2c7be5;color:#fff;border:none;border-radius:4px;cursor:pointer}.products-table .header-filter-apply:hover{background:#1a6ad4}.products-table .header-filter-dates{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.products-table .header-filter-dates .header-filter-date{flex:1;min-width:0;margin-bottom:0}.products-table .header-filter-dates-block{display:flex;flex-direction:column;gap:4px}.products-table .header-filter-dates-block .header-filter-date{width:100%;margin-bottom:0;box-sizing:border-box}.products-table .header-filter-dates-block .header-filter-apply-inline{width:100%}.products-table .header-filter-apply-inline{padding:4px 8px;font-size:11px;font-weight:600;background:#2c7be5;color:#fff;border:none;border-radius:4px;cursor:pointer;white-space:nowrap}.products-table .header-filter-apply-inline:hover{background:#1a6ad4}.products-admin-filters .header-filter-wrap{position:relative;min-width:90px}.products-admin-filters .header-filter-trigger{min-width:70px;padding:6px 10px;font-size:13px;text-align:left;background:#fff;border:1px solid #ced4da;border-radius:4px;cursor:pointer}.products-admin-filters .header-filter-trigger:hover{background:#f8f9fa;border-color:#adb5bd}.products-admin-filters .header-filter-dropdown{position:absolute;top:100%;left:0;margin-top:2px;min-width:160px;max-width:220px;max-height:260px;background:#fff;border:1px solid #dee2e6;border-radius:6px;box-shadow:0 4px 12px #0000001f;z-index:1000;display:flex;flex-direction:column}.products-admin-filters .header-filter-search{padding:6px 8px;border:none;border-bottom:1px solid #eee;border-radius:6px 6px 0 0;font-size:12px;background:#f8f9fa}.products-admin-filters .header-filter-search:focus{outline:none;background:#fff}.products-admin-filters .header-filter-options{overflow-y:auto;max-height:160px;padding:4px 0}.products-admin-filters .header-filter-option{display:flex;align-items:center;gap:6px;padding:4px 10px;font-size:12px;cursor:pointer}.products-admin-filters .header-filter-option:hover{background:#f0f4f8}.products-admin-filters .header-filter-option input{margin:0;cursor:pointer}.products-admin-filters .header-filter-apply{margin:6px 8px;padding:6px 10px;font-size:12px;font-weight:600;background:#2c7be5;color:#fff;border:none;border-radius:4px;cursor:pointer}.products-admin-filters .header-filter-apply:hover{background:#1a6ad4}.products-table td{padding:12px;border-bottom:1px solid #dee2e6;color:#555}.products-table tbody tr{transition:background-color .2s}.products-table tbody tr:hover{background-color:#f9f9f9}.products-table tbody tr.approved{background-color:#f0fdf4}.products-table tbody tr.approved:hover{background-color:#e6fce0}.products-table .image-cell{text-align:center;position:relative}.products-table .image-cell img{max-width:60px;max-height:60px;border-radius:4px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease,z-index 0s 0s;cursor:pointer;transform-origin:left center}.products-table .image-cell img:hover{transform:scale(4);box-shadow:0 8px 24px #0000004d;z-index:9999;position:relative}.products-table .no-image{color:#999;font-size:12px;font-style:italic}.products-table .title{font-weight:600;color:#333;max-width:280px;min-width:220px}.products-table .description-cell{max-width:240px;min-width:140px;vertical-align:top;text-align:left;direction:ltr}.products-table .description-content{display:flex;flex-direction:column;gap:4px}.products-table .description-text{font-size:12px;color:#555;line-height:1.4;word-break:break-word;white-space:pre-wrap;text-align:left;direction:ltr}.products-table .description-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.products-table .description-toggle{padding:2px 8px;font-size:11px;color:#667eea;background:none;border:none;cursor:pointer;font-weight:600}.products-table .description-toggle:hover{text-decoration:underline}.products-table .description-edit-btn{padding:2px 8px;font-size:11px;color:#333;background:#f0f0f0;border:1px solid #d0d7de;border-radius:4px;cursor:pointer;font-weight:600}.products-table .description-edit-btn:hover:not(:disabled){background:#e0e0e0}.products-table .description-edit{display:flex;flex-direction:column;gap:6px}.products-table .description-textarea{width:100%;min-height:60px;padding:6px 8px;border:1px solid #d0d7de;border-radius:4px;font-size:12px;font-family:inherit;resize:vertical;box-sizing:border-box;text-align:left;direction:ltr}.products-table .description-edit-actions{display:flex;gap:6px}.products-table .description-edit-actions .description-save-btn{padding:4px 10px;font-size:11px;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600}.products-table .description-edit-actions .description-cancel-btn{padding:4px 10px;font-size:11px;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600}.products-table .sku{color:#666;font-family:monospace;font-size:12px}.products-table .category,.products-table .capacity{color:#666}.products-table .price-inr{font-weight:600;color:#28a745}.products-table .price-usd{font-weight:600;color:#007bff}.products-table .price-usd .editable{cursor:pointer;padding:4px 8px;border-radius:3px;transition:background-color .2s;display:inline-block}.products-table .price-usd .editable:hover{background-color:#e7f3ff}.products-table .price-usd .usd-edit{display:flex;gap:5px;align-items:center}.products-table .price-usd .usd-edit input{width:70px;padding:4px 8px;border:1px solid #ddd;border-radius:3px;font-size:12px}.products-table .price-usd .usd-edit .save-btn{padding:4px 8px;background-color:#28a745;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:12px;font-weight:600}.products-table .price-usd .usd-edit .save-btn:hover{background-color:#218838}.products-table .status,.products-table .deleted-status,.products-table .profit-percent,.products-table .quantity{text-align:center}.products-table .badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600}.products-table .badge.approved{background-color:#d4edda;color:#155724}.products-table .badge.pending{background-color:#fff3cd;color:#856404}.products-table .badge.deleted{background-color:#f8d7da;color:#721c24}.products-table .badge.active{background-color:#d4edda;color:#155724}.products-table .badge.readded{background-color:#d1ecf1;color:#0c5460}.products-table .actions{text-align:center;min-width:170px;white-space:nowrap}.products-table .actions .action-buttons{display:inline-flex;gap:6px;justify-content:center;align-items:center;flex-wrap:nowrap}.products-table .select-col{text-align:center;width:36px}.products-table .price-usd .usd-edit .cancel-btn,.products-table .profit-percent .usd-edit .cancel-btn{padding:4px 8px;background-color:#6c757d;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:12px;font-weight:600}.products-table .price-usd .usd-edit .cancel-btn:hover,.products-table .profit-percent .usd-edit .cancel-btn:hover{background-color:#5a6268}.bulk-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e1e5ea;border-radius:6px;background:#f8f9fa;margin-bottom:16px;flex-wrap:wrap}.bulk-left,.bulk-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bulk-btn-group{display:inline-flex;align-items:center;gap:6px;padding-right:12px;margin-right:8px;border-right:1px solid #dee2e6}.bulk-btn-group:last-child{padding-right:0;margin-right:0;border-right:none}.columns-toggle-wrap{position:relative}.columns-dropdown{position:absolute;top:100%;left:0;margin-top:4px;min-width:200px;max-height:320px;overflow-y:auto;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100}.columns-dropdown-header{padding:10px 12px;font-weight:600;font-size:13px;color:#333;border-bottom:1px solid #eee}.columns-dropdown-actions{display:flex;gap:6px;padding:6px 10px;border-bottom:1px solid #eee}.columns-dropdown-action-btn{flex:1;padding:4px 8px;font-size:11px;font-weight:600;background:#e9ecef;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;color:#495057}.columns-dropdown-action-btn:hover{background:#dee2e6;color:#212529}.columns-dropdown-list{padding:8px 0}.columns-dropdown-item{display:flex;align-items:center;gap:8px;padding:6px 12px;cursor:pointer;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.columns-dropdown-item:hover{background:#f8f9fa}.columns-dropdown-item input{margin:0;cursor:pointer}.bulk-label{font-size:12px;color:#555;font-weight:600}.bulk-select{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#555;font-weight:600}.bulk-input{padding:8px 10px;border:1px solid #d0d7de;border-radius:4px;font-size:12px;width:110px}.bulk-field-select{padding:8px 10px;border:1px solid #d0d7de;border-radius:4px;font-size:12px;background:#fff;cursor:pointer;min-width:160px}.bulk-btn{padding:8px 12px;background-color:#2c7be5;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600}.bulk-btn:disabled{opacity:.6;cursor:not-allowed}.bulk-btn.approve{background-color:#28a745}.bulk-btn.approve:hover:not(:disabled){background-color:#218838}.bulk-btn.danger,.bulk-btn.unapprove{background-color:#dc3545}.bulk-btn.danger:hover:not(:disabled),.bulk-btn.unapprove:hover:not(:disabled){background-color:#c82333}.bulk-btn.secondary{background-color:#6c757d}.bulk-btn-pair{display:inline-flex;border-radius:4px;overflow:hidden;box-shadow:0 0 0 1px #0000001a}.bulk-btn-pair .bulk-btn{border-radius:0;margin:0}.bulk-btn-pair .bulk-btn:first-child{border-radius:4px 0 0 4px}.bulk-btn-pair .bulk-btn:last-child{border-radius:0 4px 4px 0}.bulk-btn-pair .bulk-btn:not(:last-child){border-right:1px solid rgba(255,255,255,.3)}.csv-input{display:none}.products-table td.actions{vertical-align:middle}.products-table .approve-btn{padding:6px 12px;background-color:#ffc107;color:#333;border:none;border-radius:4px;cursor:pointer;font-size:11px;font-weight:600;transition:background-color .3s}.products-table .approve-btn:hover{background-color:#e0a800}.products-table .approve-btn.approved{background-color:#6c757d;color:#fff}.products-table .approve-btn.approved:hover{background-color:#5a6268}.products-table .delete-btn{padding:6px 12px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:11px;font-weight:600;transition:background-color .3s}.products-table .delete-btn:hover{background-color:#c82333}.products-table .instagram-btn{padding:6px 10px;background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s;box-shadow:0 2px 4px #0000001a}.products-table .instagram-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0003}.products-table .no-products{text-align:center;color:#999;padding:40px 15px!important;font-style:italic}.upload-progress{margin:12px 0 16px;padding:10px 12px;background:#f8f9fa;border:1px solid #e1e5ea;border-radius:6px}.upload-progress__label{font-size:12px;color:#555;font-weight:600;margin-bottom:8px}.upload-progress__clear{margin-top:8px;padding:6px 10px;border-radius:6px;border:1px solid #d6d6d6;background:#fff;cursor:pointer;font-size:12px}.upload-progress__bar{height:8px;background:#e0e0e0;border-radius:999px;overflow:hidden}.upload-progress__bar>div{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:12px;flex-wrap:wrap}.pagination.pagination-top{margin-top:0;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.pagination-info{color:#666;font-size:13px}.pagination-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pagination-controls button{padding:6px 10px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:12px;color:#333}.pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.pagination-controls .pagination-page-btn{min-width:32px}.pagination-controls .pagination-page-btn.active{background:#667eea;border-color:#667eea;color:#fff;cursor:default}.pagination-controls .pagination-page-btn.active:disabled{opacity:1}.pagination-controls .pagination-ellipsis{padding:0 4px;font-size:12px;color:#666;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pagination-controls .page-indicator{font-size:12px;color:#444;padding:0 6px}.pagination-controls .page-jump-input{width:60px;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:12px;text-align:center}@media (max-width: 1200px){.products-table{font-size:12px}.products-table th,.products-table td{padding:10px}.products-table .title{max-width:100px}.form-row{grid-template-columns:1fr}}@media (max-width: 900px){.admin-header{flex-direction:column;align-items:flex-start;gap:12px}.admin-logo{height:40px;max-width:160px}.admin-content{padding:16px}.tabs-bar{padding:0 10px;flex-wrap:wrap}.filters-bar{flex-direction:column;align-items:stretch}.filters-bar .search-input,.filters-bar .filter-select{width:100%}.bulk-actions{flex-direction:column;align-items:stretch}.bulk-right{width:100%;justify-content:flex-start}.products-table-wrapper{overflow-x:auto}.products-table{min-width:900px}}@media (max-width: 768px){.bulk-right{display:flex;flex-wrap:wrap;gap:8px;width:100%}.bulk-btn-group{display:flex;flex-wrap:wrap;align-items:center;gap:6px;width:100%;max-width:100%;padding-right:0;margin-right:0;border-right:none;padding-bottom:4px;border-bottom:1px solid #dee2e6}.bulk-btn-group:last-child{border-bottom:none;padding-bottom:0}.bulk-btn-pair{display:flex;flex-wrap:wrap;gap:6px}.bulk-btn-pair .bulk-btn{border-radius:4px;border-right:none!important;white-space:nowrap}.bulk-btn-pair .bulk-btn:first-child,.bulk-btn-pair .bulk-btn:last-child{border-radius:4px}}@media (max-width: 600px){.admin-header .header-right{flex-wrap:wrap;gap:8px}.admin-header h1{font-size:1.25rem}.main-page-btn,.logout-btn{padding:8px 12px;font-size:12px}.bulk-left{flex-wrap:wrap}.bulk-input{width:80px;min-width:0}.bulk-field-select{min-width:120px}.pagination-controls{width:100%;justify-content:flex-start}.pagination-info{width:100%}.products-table-wrapper{overflow-x:auto}.products-table{min-width:900px}}.tabs-bar{display:flex;gap:0;border-bottom:2px solid #e0e0e0;padding:0 20px;background:#f5f5f5}.tab-btn{padding:15px 25px;background:none;border:none;cursor:pointer;font-size:15px;font-weight:500;color:#666;border-bottom:3px solid transparent;transition:all .3s;margin-bottom:-2px}.tab-btn:hover{color:#333}.tab-btn.active{color:#667eea;border-bottom-color:#667eea}.products-admin-tabs{display:flex;gap:8px;margin-bottom:16px;border-bottom:1px solid #e1e5ea;padding-bottom:8px}.progress-section{padding:20px;background:#f9f9f9;border-radius:6px;margin-bottom:25px;border-left:4px solid #667eea}.progress-section h3{margin:0 0 15px;color:#333;font-size:16px}.progress-bar-container{width:100%;height:24px;background:#e0e0e0;border-radius:12px;overflow:hidden;margin-bottom:15px}.progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700}.progress-bar.indeterminate{width:100%;background-size:200% 100%;animation:progress-slide 1.2s linear infinite}@keyframes progress-slide{0%{background-position:0% 0}to{background-position:100% 0}}.progress-stats{display:grid;grid-template-columns:1fr 1fr;gap:15px}.progress-stats p{margin:0;color:#555;font-size:14px}.orders-list{display:flex;flex-direction:column;gap:10px}.no-orders{padding:16px;color:#666;background:#f8f9fa;border:1px dashed #e1e5ea;border-radius:6px}.order-item{background:#fff;border:1px solid #e1e5ea;border-radius:6px;padding:6px 10px}.order-item summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-weight:600;color:#333}.supplier-order-card summary{display:block;padding:4px 0}.supplier-order-summary{display:flex;flex-direction:column;gap:8px}.supplier-order-summary-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.supplier-order-summary-row--main{justify-content:space-between}.supplier-order-summary-row--values{font-size:.95em;color:#555;padding-left:2px}.supplier-order-summary-row--values .order-value{margin-right:12px}.supplier-order-id{font-weight:700;color:#333}.supplier-order-lines{color:#555}.supplier-order-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.supplier-order-extra{margin-left:4px}.order-item .order-value{font-weight:600;color:#0f766e;white-space:nowrap}.order-details{margin-top:10px;border-top:1px solid #eee;padding-top:8px}.order-customer{font-size:13px;color:#333;background:#f8f9fa;border:1px solid #e1e5ea;border-radius:6px;padding:8px 10px;margin-bottom:8px}.order-line{display:flex;justify-content:space-between;font-size:13px;padding:6px 0;border-bottom:1px dashed #f0f0f0}.order-line:last-child{border-bottom:none}.order-totals{display:flex;justify-content:space-between;font-weight:700;font-size:13px;margin-top:8px}.sync-history-tab{padding:20px}.sync-history-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:24px;padding:12px 0}.sync-history-btn{display:inline-block;padding:10px 18px;font-size:14px;font-weight:600;line-height:1.2;border-radius:6px;border:none;cursor:pointer;transition:background-color .15s,opacity .15s}.sync-history-btn:disabled{opacity:.6;cursor:not-allowed}.sync-history-btn-primary{background:#1976d2;color:#fff}.sync-history-btn-primary:hover:not(:disabled){background:#1565c0}.sync-history-btn-danger{background:#d32f2f;color:#fff}.sync-history-btn-danger:hover:not(:disabled){background:#b71c1c}.sync-history-btn-sm{padding:6px 12px;font-size:13px;background:#f5f5f5;color:#333;border:1px solid #ddd}.sync-history-btn-sm:hover:not(:disabled){background:#eee}.sync-history-tab h3{color:#333;margin-bottom:20px;font-size:18px}.sync-history-table-wrapper{overflow-x:auto;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000000d}.sync-history-table{width:100%;border-collapse:collapse;font-size:14px}.sync-history-table thead{background:#f5f5f5;border-bottom:2px solid #e0e0e0}.sync-history-table th{padding:15px 10px;text-align:left;font-weight:600;color:#333}.sync-history-table td{padding:12px 10px;border-bottom:1px solid #f0f0f0;color:#555}.sync-history-table tbody tr:hover{background:#f9f9f9}.sync-history-table tr.status-completed{border-left:3px solid #4caf50}.sync-history-table tr.status-failed{border-left:3px solid #f44336}.sync-history-table tr.status-in-progress{border-left:3px solid #ff9800}.badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600}.badge-type{background:#e3f2fd;color:#1976d2}.badge-completed{background:#e8f5e9;color:#2e7d32}.badge-failed{background:#ffebee;color:#c62828}.badge-in-progress{background:#fff3e0;color:#e65100}.empty-message{text-align:center;color:#999;padding:40px 10px}.manual-add{margin:10px 0 16px}.manual-add-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin-top:10px;padding:10px;border:1px solid #e1e5ea;border-radius:8px;background:#fff}.manual-add-title{grid-column:1 / -1;font-weight:700;color:#333}.manual-add-form input,.manual-add-form textarea{padding:8px 10px;border:1px solid #d0d7de;border-radius:6px;font-size:13px}.manual-add-form textarea{min-height:70px;grid-column:1 / -1}.manual-add-actions{grid-column:1 / -1;display:flex;gap:8px;flex-wrap:wrap}.manual-add-checkbox{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600}.badge.manual{background:#e6fffa;color:#0f766e;border:1px solid #81e6d9}.badge.sync{background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe}.edit-btn{padding:6px 12px;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:11px}@media (max-width: 768px){.admin-header{flex-direction:column;align-items:flex-start;gap:15px}.admin-header .header-right{width:100%;justify-content:space-between}.admin-content,.products-table-section{padding:15px}.filters-bar{flex-direction:column}.search-input,.filter-select{width:100%}.products-table{font-size:11px}.products-table th,.products-table td{padding:8px}.products-table .title{max-width:80px}.products-table .actions{flex-direction:column;gap:4px;min-width:auto}.products-table .image-cell img{max-width:40px;max-height:40px}.login-box{margin:20px}}.products-cards-wrapper{margin-top:12px}.products-table-section .main-product-card.products-admin-card{position:relative;padding:36px 20px 20px}.products-admin-card-select{position:absolute;top:14px;left:20px;z-index:1}.products-admin-card-select input[type=checkbox]{width:18px;height:18px;cursor:pointer}.products-admin-card .main-product-top{margin-bottom:4px}.products-admin-card .main-variants{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.main-product-sku,.main-product-capacity{font-size:12px;color:#57606a;margin-top:2px}.products-admin-card-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.products-admin-card-badges .badge{font-size:11px;padding:2px 6px;border-radius:4px}.products-admin-card-details{display:flex;flex-direction:column;gap:8px;margin:12px 0 10px}.products-admin-card-details .price{margin-bottom:0;font-size:13px}.products-admin-card-meta{font-size:12px;color:#57606a}.products-admin-card-edit-note{font-size:11px;color:#64748b;margin-bottom:2px;line-height:1.4}.products-admin-card-edit-row{display:flex;align-items:center;gap:10px;margin-top:2px}.products-admin-card-edit-label{font-size:12px;color:#57606a;min-width:64px;flex-shrink:0}.products-admin-card-edit-input{min-width:80px;width:80px;padding:6px 10px;font-size:13px;border:1px solid #d0d7de;border-radius:6px;box-sizing:border-box}.products-admin-card-edit-input:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 2px #0f766e33}.products-admin-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:12px;padding-bottom:4px;border-top:1px solid #e1e5ea}.products-admin-card-actions .edit-btn{font-size:12px;padding:6px 10px;background-color:#0d9488;color:#fff;border:none;border-radius:6px}.products-admin-card-actions .edit-btn:hover:not(:disabled){background-color:#0f766e}.products-admin-card-actions .approve-btn{font-size:12px;padding:6px 10px;background-color:#16a34a;color:#fff;border:none;border-radius:6px}.products-admin-card-actions .approve-btn:hover:not(:disabled){background-color:#15803d}.products-admin-card-actions .approve-btn.approved{background-color:#64748b}.products-admin-card-actions .approve-btn.approved:hover:not(:disabled){background-color:#475569}.products-admin-card-actions .delete-btn{font-size:12px;padding:6px 10px;background-color:#dc2626;color:#fff;border:none;border-radius:6px}.products-admin-card-actions .delete-btn:hover:not(:disabled){background-color:#b91c1c}.no-products-cards{text-align:center;padding:32px 16px;color:#57606a;font-size:15px}.back-to-top{position:fixed;bottom:24px;right:24px;z-index:1000;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#2c7be5;color:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px #0003;cursor:pointer;transition:background .2s,transform .2s}.back-to-top:hover{background:#1a5fb4;transform:scale(1.05)}.back-to-top:focus{outline:2px solid #2c7be5;outline-offset:2px}.back-to-top-arrow{font-size:22px;line-height:1;font-weight:700}.visits-tab{padding:16px 0}.visits-tab h3{margin:0 0 4px;font-size:1.25rem}.visits-description{margin:0 0 16px;color:#57606a;font-size:14px}.visits-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:16px}.visits-filters label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#24292f}.visits-filters input[type=date],.visits-filters input[type=text],.visits-filters select{padding:6px 10px;border:1px solid #d0d7de;border-radius:6px;font-size:14px;min-width:120px}.visits-filters input[type=text]{min-width:160px}.visits-table-wrapper{overflow-x:auto;border:1px solid #d0d7de;border-radius:8px}.admin-content:has(.revenue-tab){max-width:none;width:100%;display:flex;flex-direction:column;min-height:calc(100vh - 140px)}.revenue-tab{display:flex;flex-direction:column;flex:1;min-height:calc(100vh - 220px);width:100%;box-sizing:border-box}.revenue-tab .visits-table-wrapper{flex:1;min-height:0;overflow:auto;width:100%}.revenue-tab .visits-table.revenue-table{width:100%;min-width:900px}.revenue-tab .visits-table.revenue-table tbody tr.revenue-row-clickable{cursor:pointer}.revenue-tab .visits-table.revenue-table tbody tr.revenue-row-clickable:hover{background:#eef4f8}.visits-table{width:100%;border-collapse:collapse;font-size:14px}.visits-table th,.visits-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #d0d7de}.visits-table th{background:#f6f8fa;font-weight:600}.visits-table tbody tr:hover{background:#f6f8fa}.visits-table .visits-ua{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.visits-table .empty-message{text-align:center;color:#57606a;padding:24px}.revenue-expand-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #d0d7de;border-radius:4px;background:#f6f8fa;color:#24292f;font-size:12px;cursor:pointer;line-height:1}.revenue-expand-btn:hover{background:#eaeef2;border-color:#afb8c1}.revenue-expand-placeholder{display:inline-block;width:28px;text-align:center;color:#afb8c1}.revenue-detail-row td{vertical-align:top;padding:0!important;border-bottom:1px solid #d0d7de;background:#fafbfc}.revenue-detail-cell{padding:0!important}.revenue-detail-content{padding:12px 12px 12px 48px;min-height:calc(100vh - 380px);box-sizing:border-box}.revenue-detail-title{font-weight:600;font-size:13px;margin-bottom:8px;color:#24292f}.revenue-items-table-wrap{min-height:calc(100vh - 420px);overflow-y:auto;overflow-x:auto;width:100%}.revenue-items-table{width:100%;min-width:800px;border-collapse:collapse;font-size:13px}.revenue-items-table th,.revenue-items-table td{padding:6px 10px;text-align:left;border:1px solid #eaeef2}.revenue-items-table th{background:#eaeef2;font-weight:600}.revenue-items-table tbody tr:nth-child(2n){background:#f6f8fa}.revenue-items-table tfoot .revenue-items-total-row{background:#eaeef2;font-weight:600;border-top:2px solid #24292f}.revenue-items-table tfoot .revenue-items-total-label{padding:10px;font-weight:600}.revenue-items-table tfoot .revenue-items-total-value{padding:10px;white-space:nowrap}.revenue-profit{font-weight:600;color:#1a7f37}.revenue-loss{font-weight:600;color:#cf222e}.custom-prints-tab .custom-prints-description{margin-bottom:16px;color:#555;font-size:14px}.custom-prints-grid-wrapper{margin-top:8px}.custom-prints-thumbnail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}.custom-prints-thumb-card{border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;background:#fff;transition:box-shadow .2s,border-color .2s}.custom-prints-thumb-card:hover{border-color:#b8ddc4;box-shadow:0 2px 8px #00000014}.custom-prints-thumb-label{display:flex;flex-direction:column;align-items:center;padding:10px;cursor:pointer;text-align:center}.custom-prints-thumb-checkbox{margin-bottom:8px;flex-shrink:0}.custom-prints-thumb-img-wrap{width:140px;height:140px;margin-bottom:8px;border-radius:8px;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.custom-prints-thumb-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.custom-prints-thumb-placeholder{color:#999;font-size:24px;padding:20px}.custom-prints-thumb-filename{font-size:12px;color:#333;word-break:break-all;max-width:100%;display:block;line-height:1.3}.custom-prints-thumb-folder{font-size:11px;color:#666;margin-top:2px}.custom-prints-thumb-drive-link{font-size:11px;margin-top:4px;color:#0f766e}.custom-prints-thumb-drive-link:hover{text-decoration:underline}.custom-prints-brightness-row{margin-top:10px;padding-top:10px;border-top:1px solid #e8e8e8;display:flex;flex-direction:column;gap:6px}.custom-prints-brightness-label{display:flex;align-items:center;gap:6px;font-size:12px;color:#555}.custom-prints-brightness-value{font-weight:600;min-width:2ch}.custom-prints-brightness-slider{width:100%;max-width:180px}.custom-prints-save-btn{align-self:flex-start;padding:6px 14px;font-size:13px}.reviews-admin-description{margin:0 0 16px;color:#555;font-size:14px}.reviews-admin-table-wrap{overflow-x:auto}.reviews-admin-table{width:100%;border-collapse:collapse;font-size:14px}.reviews-admin-table th,.reviews-admin-table td{padding:10px 12px;text-align:left;border:1px solid #e0e0e0}.reviews-admin-table th{background:#f5f5f5;font-weight:600}.reviews-admin-table tbody tr:hover{background:#fafafa}.reviews-admin-review-cell{max-width:320px}.reviews-admin-actions{display:flex;gap:8px;flex-wrap:wrap}.reviews-edit-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px}.reviews-edit-modal{background:#fff;border-radius:12px;box-shadow:0 12px 40px #0003;max-width:420px;width:100%;padding:24px}.reviews-edit-modal h3{margin:0 0 16px;font-size:1.15rem}.reviews-edit-form{display:flex;flex-direction:column;gap:14px}.reviews-edit-label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:500}.reviews-edit-input,.reviews-edit-textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit}.reviews-edit-textarea{resize:vertical;min-height:80px}.reviews-edit-char-count{font-size:12px;color:#6b7280}.reviews-edit-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.contact-card{background:#fff;border:1px solid #e1e5ea;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000000f;max-width:520px}.contact-row{display:flex;gap:8px;margin-bottom:8px;font-size:14px;color:#333}.contact-label{font-weight:700}.about-images{display:flex;flex-direction:column;gap:16px;margin-top:2rem;align-items:center}.about-image-card{background:#fff;border:1px solid #e1e5ea;border-radius:10px;padding:12px;box-shadow:0 2px 8px #0000000f;max-width:920px;width:100%}.about-image-card img{width:100%;max-height:100vh;height:auto;-o-object-fit:contain;object-fit:contain;display:block;border-radius:8px}.about-section{max-width:920px;width:100%;margin:0 auto;padding:1.5rem 0;border-top:1px solid #e1e5ea}.about-section-first{border-top:none;padding-top:0}.about-section-title{font-size:1.35rem;margin:0 0 1rem;color:#1a1a1a}.about-intro{margin:0 0 1rem;line-height:1.6;color:#333}.about-product-lines,.about-pillars{margin:0;padding-left:1.5rem;line-height:1.7;color:#333}.about-product-lines li,.about-pillars li{margin-bottom:.75rem}.about-product-lines li:last-child,.about-pillars li:last-child{margin-bottom:0}.about-safe-use{margin-top:.5rem}.about-safe-badges{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:.75rem}.about-safe-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 6px #0000000f;min-width:180px}.about-safe-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;color:#0f766e}.about-safe-icon svg{width:28px;height:28px}.about-safe-text{display:flex;flex-direction:column;gap:.1rem}.about-safe-badge .about-safe-label{font-weight:600;color:#1e293b;font-size:1rem}.about-safe-sublabel{font-size:.8rem;color:#64748b}/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-200:oklch(88.5% .062 18.334);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-green-50:oklch(98.2% .018 155.826);--color-green-800:oklch(44.8% .119 151.328);--color-indigo-50:oklch(96.2% .018 272.314);--color-indigo-100:oklch(93% .034 272.788);--color-indigo-500:oklch(58.5% .233 277.117);--color-indigo-600:oklch(51.1% .262 276.966);--color-indigo-700:oklch(45.7% .24 277.023);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-slate-900:oklch(20.8% .042 265.755);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-2xl:42rem;--container-4xl:56rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-semibold:600;--leading-tight:1.25;--radius-lg:.5rem;--radius-xl:.75rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inset-y-0{inset-block:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.z-50{z-index:50}.mx-auto{margin-inline:auto}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.aspect-\[9\/16\]{aspect-ratio:9/16}.h-2{height:calc(var(--spacing) * 2)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-14{height:calc(var(--spacing) * 14)}.max-h-48{max-height:calc(var(--spacing) * 48)}.max-h-64{max-height:calc(var(--spacing) * 64)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-10{width:calc(var(--spacing) * 10)}.w-14{width:calc(var(--spacing) * 14)}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-\[180px\]{max-width:180px}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing) * 0)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-indigo-500{border-color:var(--color-indigo-500)}.border-red-200{border-color:var(--color-red-200)}.border-slate-200{border-color:var(--color-slate-200)}.border-slate-300{border-color:var(--color-slate-300)}.border-slate-600{border-color:var(--color-slate-600)}.bg-black{background-color:var(--color-black)}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black) 50%,transparent)}}.bg-green-50{background-color:var(--color-green-50)}.bg-indigo-50{background-color:var(--color-indigo-50)}.bg-indigo-500{background-color:var(--color-indigo-500)}.bg-indigo-600{background-color:var(--color-indigo-600)}.bg-red-50{background-color:var(--color-red-50)}.bg-slate-50{background-color:var(--color-slate-50)}.bg-slate-100{background-color:var(--color-slate-100)}.bg-slate-200{background-color:var(--color-slate-200)}.bg-slate-800{background-color:var(--color-slate-800)}.bg-slate-900{background-color:var(--color-slate-900)}.bg-white{background-color:var(--color-white)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:calc(var(--spacing) * 1)}.p-1\.5{padding:calc(var(--spacing) * 1.5)}.p-2{padding:calc(var(--spacing) * 2)}.p-2\.5{padding:calc(var(--spacing) * 2.5)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.pt-1{padding-top:calc(var(--spacing) * 1)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.break-all{word-break:break-all}.text-green-800{color:var(--color-green-800)}.text-indigo-600{color:var(--color-indigo-600)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-slate-300{color:var(--color-slate-300)}.text-slate-400{color:var(--color-slate-400)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-800{color:var(--color-slate-800)}.text-white{color:var(--color-white)}.accent-indigo-600{accent-color:var(--color-indigo-600)}.opacity-90{opacity:.9}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-indigo-500{--tw-ring-color:var(--color-indigo-500)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.file\:mr-4::file-selector-button{margin-right:calc(var(--spacing) * 4)}.file\:rounded-lg::file-selector-button{border-radius:var(--radius-lg)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-indigo-50::file-selector-button{background-color:var(--color-indigo-50)}.file\:px-4::file-selector-button{padding-inline:calc(var(--spacing) * 4)}.file\:py-2::file-selector-button{padding-block:calc(var(--spacing) * 2)}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\:text-indigo-700::file-selector-button{color:var(--color-indigo-700)}.placeholder\:text-slate-400::-moz-placeholder{color:var(--color-slate-400)}.placeholder\:text-slate-400::placeholder{color:var(--color-slate-400)}@media (hover:hover){.hover\:border-slate-300:hover{border-color:var(--color-slate-300)}.hover\:bg-indigo-700:hover{background-color:var(--color-indigo-700)}.hover\:bg-red-50:hover{background-color:var(--color-red-50)}.hover\:bg-slate-50:hover{background-color:var(--color-slate-50)}.hover\:bg-slate-100:hover{background-color:var(--color-slate-100)}.hover\:bg-slate-700:hover{background-color:var(--color-slate-700)}.hover\:text-indigo-600:hover{color:var(--color-indigo-600)}.hover\:text-red-600:hover{color:var(--color-red-600)}.hover\:text-slate-600:hover{color:var(--color-slate-600)}.hover\:underline:hover{text-decoration-line:underline}.hover\:file\:bg-indigo-100:hover::file-selector-button{background-color:var(--color-indigo-100)}}.focus\:border-indigo-500:focus{border-color:var(--color-indigo-500)}.focus\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-indigo-500:focus{--tw-ring-color:var(--color-indigo-500)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width:40rem){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:48rem){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:64rem){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}}body{background-color:#f5f7fa;margin:0;font-family:Arial,sans-serif}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
