.admin-sidebar{width:260px;background:#1a2332;color:#c8d6e5;display:flex;flex-direction:column;flex-shrink:0;height:100vh;overflow-y:auto;position:sticky;top:0}.admin-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.admin-sidebar-header h2{margin:0;font-size:1.125rem;font-weight:600;color:#fff}.admin-sidebar-close{display:none;background:none;border:none;color:#c8d6e5;font-size:1.5rem;cursor:pointer;padding:0;width:32px;height:32px;line-height:1}.admin-sidebar-nav{display:flex;flex-direction:column;padding:.75rem 0}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#a4b0be;text-decoration:none;font-size:.9rem;transition:background .15s,color .15s;border-left:3px solid transparent}.admin-nav-item:hover{background:#ffffff0d;color:#dfe6e9}.admin-nav-item.active{background:#3498db26;color:#3498db;border-left-color:#3498db;font-weight:500}.admin-nav-icon{font-size:1.1rem;width:24px;text-align:center;flex-shrink:0}.admin-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar-overlay{display:none}@media (max-width: 768px){.admin-sidebar{position:fixed;top:0;left:0;z-index:1000;transform:translate(-100%);transition:transform .25s ease;height:100vh;box-shadow:none}.admin-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #0000004d}.admin-sidebar-close{display:block}.admin-sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}}.admin-layout{display:flex;min-height:calc(100vh - 60px);margin:-2rem}.admin-main{flex:1;min-width:0;display:flex;flex-direction:column}.admin-topbar{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e0e0e0}.admin-topbar-title{margin:0;font-size:1.35rem;color:#2c3e50;font-weight:600;flex:1}.admin-logout-btn{padding:.375rem .875rem;background:transparent;color:#7f8c8d;border:1px solid #d1d5db;border-radius:4px;font-size:.8125rem;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.admin-logout-btn:hover{background:#f3f4f6;color:#e74c3c;border-color:#e74c3c}.admin-menu-toggle{display:none;background:none;border:1px solid #ddd;border-radius:6px;cursor:pointer;padding:.4rem .6rem;color:#2c3e50}.admin-menu-icon{font-size:1.25rem}.admin-content{flex:1;padding:2rem;background:#f5f6fa;overflow-y:auto}.admin-content .message{padding:1rem;border-radius:4px;margin-bottom:1rem}.admin-content .admin-page{max-width:none}@media (max-width: 768px){.admin-layout{margin:-1rem}.admin-menu-toggle{display:block}.admin-topbar{padding:.75rem 1rem}.admin-content{padding:1rem}}.login-page{display:flex;align-items:center;justify-content:center;min-height:80vh;padding:2rem}.login-card{background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001a;padding:2.5rem;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:1.5rem;color:#2c3e50;margin:0 0 .5rem}.login-header p{color:#7f8c8d;font-size:.9rem;margin:0}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;padding:.75rem 1rem;font-size:.875rem;text-align:center}.login-field{display:flex;flex-direction:column;gap:.375rem}.login-field label{font-size:.875rem;font-weight:600;color:#374151}.login-field input{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;transition:border-color .15s,box-shadow .15s;outline:none}.login-field input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.login-field input:disabled{background:#f9fafb;color:#9ca3af}.login-button{padding:.75rem;background:#3498db;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s;margin-top:.5rem}.login-button:hover:not(:disabled){background:#2980b9}.login-button:disabled{opacity:.6;cursor:not-allowed}.admin-page{max-width:1200px;margin:0 auto}.admin-page h1{margin-bottom:2rem;color:#2c3e50}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.admin-section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.admin-section h2{margin-bottom:1rem;color:#34495e}.connection-status{display:flex;align-items:flex-start;gap:1rem}.status-indicator{width:12px;height:12px;border-radius:50%;margin-top:.25rem;flex-shrink:0}.connection-status.connected .status-indicator{background:#27ae60;box-shadow:0 0 0 4px #27ae6033}.connection-status .status-indicator.disconnected{background:#e74c3c;box-shadow:0 0 0 4px #e74c3c33}.connection-status p{margin:.25rem 0}.error-text{color:#e74c3c}.empty-state{text-align:center;padding:3rem;color:#666;background:#f8f9fa;border-radius:8px}.empty-state p:first-child{font-weight:500;margin-bottom:.5rem}.message{padding:1rem;border-radius:4px;margin-bottom:1rem}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.sync-info{margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:4px}.sync-info p{margin:.5rem 0}.status{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;text-transform:capitalize;margin-left:.5rem}.status.running{background:#fff3cd;color:#856404}.status.completed{background:#d4edda;color:#155724}.status.failed{background:#f8d7da;color:#721c24}.sync-progress{margin-bottom:1.25rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.sync-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.sync-progress-label{font-weight:600;font-size:.9rem;color:#333}.sync-progress-elapsed{font-size:.8rem;color:#888;font-variant-numeric:tabular-nums}.sync-progress-bar-track{height:12px;background:#e2e2e2;border-radius:6px;overflow:hidden;position:relative}.sync-progress-bar-fill{height:100%;border-radius:6px;background:linear-gradient(90deg,#4a90d9,#357abd);transition:width .4s ease;position:relative}.sync-progress-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:sync-shimmer 1.5s ease-in-out infinite}@keyframes sync-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.sync-progress-bar-fill[style*="width: 100%"]{background:linear-gradient(90deg,#4a90d9,#357abd,#4a90d9);background-size:200% 100%;animation:sync-indeterminate 1.5s ease-in-out infinite}@keyframes sync-indeterminate{0%{background-position:100% 0}to{background-position:-100% 0}}.sync-progress-stats{margin-top:.5rem;font-size:.85rem;color:#666;font-variant-numeric:tabular-nums}.sync-actions{display:flex;gap:1rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header-actions{display:flex;gap:.5rem}.section-desc{color:#666;margin-bottom:1rem}.cs-section{grid-column:1 / -1;padding:0!important;overflow:hidden}.cs-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.75rem 1.25rem;border-bottom:1px solid #ecf0f1;gap:1rem}.cs-title{margin:0 0 .25rem!important;font-size:1.25rem;font-weight:700;color:#1a2332}.cs-subtitle{margin:0;font-size:.8125rem;color:#7f8c8d;line-height:1.4}.cs-header-actions{display:flex;gap:.5rem;flex-shrink:0}.cs-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;border:none;transition:all .15s ease;white-space:nowrap}.cs-btn:disabled{opacity:.5;cursor:not-allowed}.cs-btn-primary{background:#3498db;color:#fff}.cs-btn-primary:hover:not(:disabled){background:#2980b9}.cs-btn-secondary{background:#f0f2f5;color:#555;border:1px solid #ddd}.cs-btn-secondary:hover:not(:disabled){background:#e4e6e9}@keyframes cs-spin{to{transform:rotate(360deg)}}.cs-spin{animation:cs-spin .8s linear infinite}.cs-progress-bar{padding:.75rem 1.75rem;background:linear-gradient(135deg,#ebf5fb,#d6eaf8);border-bottom:1px solid #aed6f1}.cs-progress-track{height:4px;background:#3498db33;border-radius:2px;overflow:hidden;margin-bottom:.5rem}.cs-progress-fill{height:100%;width:40%;background:#3498db;border-radius:2px;animation:cs-progress-slide 1.5s ease-in-out infinite}@keyframes cs-progress-slide{0%{transform:translate(-100%);width:40%}50%{width:60%}to{transform:translate(300%);width:40%}}.cs-progress-text{font-size:.75rem;font-weight:500;color:#2471a3}.cs-stats-bar{display:flex;align-items:center;gap:.75rem;padding:.625rem 1.75rem;background:#f8f9fa;border-bottom:1px solid #ecf0f1;font-size:.8125rem;color:#555}.cs-stat{display:inline-flex;align-items:center;gap:.25rem}.cs-stat strong{font-weight:700;color:#2c3e50}.cs-stat-separator{width:1px;height:16px;background:#ddd}.cs-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.5rem 2rem;text-align:center}.cs-empty-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#f0f4f8;border-radius:50%;margin-bottom:1.25rem;color:#b0b8c1}.cs-empty-state h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;color:#2c3e50}.cs-empty-state p{margin:0 0 1.25rem;font-size:.875rem;color:#7f8c8d;max-width:380px;line-height:1.5}.cs-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;padding:1.25rem 1.75rem}.cs-card{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fafbfc;border:1px solid #e8ecef;border-radius:10px;transition:all .15s ease}.cs-card:hover{border-color:#b0c4d8;background:#f5f9fc;box-shadow:0 2px 8px #0000000a}.cs-card-vision{border-color:#a3d9a5;background:#f0faf0}.cs-card-vision:hover{border-color:#7ec87e;background:#e5f5e5}.cs-card-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ebf5fb,#d6eaf8);border-radius:8px;color:#3498db;flex-shrink:0}.cs-card-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.cs-card-title{font-size:.875rem;font-weight:600;color:#1a2332;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-card-meta{font-size:.75rem;color:#95a5a6}.cs-card-remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:transparent;cursor:pointer;color:#c8cdd3;flex-shrink:0;transition:all .15s;padding:0;-webkit-tap-highlight-color:transparent}.cs-card-remove:hover{background:#fdf0ef;color:#e74c3c}.cs-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;animation:cs-fade-in .15s ease-out}@keyframes cs-fade-in{0%{opacity:0}to{opacity:1}}.cs-modal{background:#fff;border-radius:12px;width:90%;max-width:640px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 12px 40px #0003;animation:cs-scale-in .2s ease-out}@keyframes cs-scale-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.cs-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;border-bottom:1px solid #ecf0f1}.cs-modal-header h2{margin:0 0 .125rem;font-size:1.125rem;font-weight:700;color:#1a2332}.cs-modal-subtitle{margin:0;font-size:.75rem;color:#95a5a6}.cs-modal-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:8px;color:#95a5a6;cursor:pointer;padding:0;flex-shrink:0;transition:all .15s;-webkit-tap-highlight-color:transparent}.cs-modal-close:hover{background:#f0f2f5;color:#2c3e50}.cs-modal-search{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-bottom:1px solid #ecf0f1}.cs-search-icon{color:#b0b8c1;flex-shrink:0}.cs-modal-search input{flex:1;padding:.375rem 0;border:none;font-size:.9375rem;color:#2c3e50;outline:none;background:transparent}.cs-modal-search input::placeholder{color:#b0b8c1}.cs-search-clear{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:transparent;cursor:pointer;color:#b0b8c1;padding:0;flex-shrink:0;transition:all .15s}.cs-search-clear:hover{background:#fdf0ef;color:#e74c3c}.cs-modal-actions-bar{display:flex;align-items:center;gap:.375rem;padding:.5rem 1.5rem;background:#f8f9fa;border-bottom:1px solid #ecf0f1}.cs-action-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.3125rem .625rem;border:1px solid #ddd;border-radius:5px;background:#fff;font-size:.6875rem;font-weight:600;color:#555;cursor:pointer;transition:all .15s;white-space:nowrap}.cs-action-btn:hover{border-color:#b0c4d8;background:#f0f7ff;color:#2980b9}.cs-modal-selection-count{margin-left:auto;display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#7f8c8d}.cs-selection-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .375rem;background:#3498db;color:#fff;border-radius:10px;font-size:.6875rem;font-weight:700}.cs-modal-list{flex:1;overflow-y:auto;min-height:0;padding:0}.cs-modal-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;color:#b0b8c1;text-align:center}.cs-modal-empty p{margin:0;font-size:.875rem;color:#95a5a6}.cs-modal-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 1.5rem;cursor:pointer;border-bottom:1px solid #f5f6f8;transition:background .1s}.cs-modal-item:last-child{border-bottom:none}.cs-modal-item:hover{background:#f8fafe}.cs-modal-item-selected{background:#ebf5fb}.cs-modal-item-selected:hover{background:#d6eaf8}.cs-hidden-checkbox{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.cs-checkbox{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid #ccd1d9;border-radius:4px;flex-shrink:0;transition:all .15s;background:#fff}.cs-checkbox-checked{background:#3498db;border-color:#3498db;color:#fff}.cs-modal-item-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0f4f8;border-radius:6px;color:#7f8c8d;flex-shrink:0}.cs-modal-item-selected .cs-modal-item-icon{background:#d6eaf8;color:#3498db}.cs-modal-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.0625rem}.cs-modal-item-title{font-size:.875rem;font-weight:600;color:#1a2332;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-modal-item-handle{font-size:.6875rem;color:#b0b8c1;font-family:SF Mono,Fira Code,monospace}.cs-modal-item-count{font-size:.75rem;color:#95a5a6;white-space:nowrap;flex-shrink:0}.cs-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.5rem;border-top:1px solid #ecf0f1;background:#fafbfc}.cs-modal-footer-info{font-size:.75rem;color:#7f8c8d}.cs-modal-footer-actions{display:flex;gap:.5rem}.schedule-form,.schedule-toggle{margin-bottom:1rem}.schedule-options{padding:1rem;background:#f8f9fa;border-radius:4px;margin-bottom:1rem}.schedule-options .form-group{margin-bottom:.75rem}.schedule-options .form-group:last-child{margin-bottom:0}.schedule-options .form-group label{display:block;font-size:.8125rem;color:#555;margin-bottom:.375rem}.schedule-options .form-group select,.schedule-options .form-group input[type=text]{width:100%;padding:.5rem .75rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;box-sizing:border-box}.schedule-options .form-group select:focus,.schedule-options .form-group input[type=text]:focus{outline:none;border-color:#3498db}.form-hint{display:block;font-size:.75rem;color:#999;margin-top:.25rem}.schedule-save{margin-bottom:1rem}.schedule-status{padding:1rem;background:#f8f9fa;border-radius:4px}.schedule-status-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.schedule-status-row:last-child{margin-bottom:0}.schedule-status-label{font-weight:500;color:#555;min-width:110px}.toggle-label{display:flex!important;align-items:center;gap:.5rem;cursor:pointer;padding-top:.5rem}.toggle-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.sd-section{padding:0!important;overflow:hidden}.sd-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.75rem 1.25rem;border-bottom:1px solid #ecf0f1;gap:1rem}.sd-header h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:700;color:#1a2332}.sd-subtitle{margin:0;font-size:.8125rem;color:#7f8c8d;line-height:1.4}.sd-header-actions{display:flex;gap:.5rem;flex-shrink:0}.sd-btn{padding:.5rem 1rem;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;border:none;transition:all .15s ease}.sd-btn:disabled{opacity:.5;cursor:not-allowed}.sd-btn-primary{background:#3498db;color:#fff}.sd-btn-primary:hover:not(:disabled){background:#2980b9}.sd-btn-secondary{background:#f0f2f5;color:#555;border:1px solid #ddd}.sd-btn-secondary:hover:not(:disabled){background:#e4e6e9}.sd-unsaved-banner{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fff8e1,#fff3cd);color:#856404;border-bottom:1px solid #ffe082;padding:.625rem 1.75rem;font-size:.8125rem;font-weight:500}.sd-layout{display:grid;grid-template-columns:1fr 380px;align-items:start}.sd-form{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1.25rem;border-right:1px solid #ecf0f1}.sd-card{border:1px solid #e8ecef;border-radius:10px;overflow:hidden;background:#fafbfc}.sd-card-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f5f7f9;border-bottom:1px solid #e8ecef;color:#34495e}.sd-card-header h3{margin:0;font-size:.875rem;font-weight:600;letter-spacing:.01em}.sd-card-body{padding:1rem}.sd-field-label{display:block;font-size:.75rem;font-weight:600;color:#555;margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.03em}.sd-field{margin-bottom:1rem}.sd-field:last-child{margin-bottom:0}.sd-field-row,.sd-color-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.sd-color-field{padding:.625rem;border-radius:8px;background:#fff;border:1px solid #eee}.sd-color-input-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.sd-color-picker{width:36px;height:36px;padding:2px;border:1px solid #ddd;border-radius:6px;cursor:pointer;background:none;flex-shrink:0}.sd-color-picker::-webkit-color-swatch-wrapper{padding:2px}.sd-color-picker::-webkit-color-swatch{border:none;border-radius:3px}.sd-color-hex{flex:1;padding:.4375rem .625rem;border:1px solid #ddd;border-radius:6px;font-size:.8125rem;font-family:SF Mono,Fira Code,monospace;color:#333;background:#f8f9fa;transition:border-color .15s}.sd-color-hex:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 3px #3498db1a}.sd-color-presets{display:flex;gap:3px;flex-wrap:wrap}.sd-color-swatch{width:18px;height:18px;border-radius:4px;border:1.5px solid rgba(0,0,0,.1);cursor:pointer;padding:0;transition:transform .1s ease,box-shadow .1s ease}.sd-color-swatch:hover{transform:scale(1.2);box-shadow:0 2px 6px #00000026}.sd-color-swatch.active{border-color:#3498db;box-shadow:0 0 0 2px #3498db4d;transform:scale(1.15)}.sd-select{width:100%;padding:.5rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.875rem;color:#333;background:#fff;cursor:pointer;transition:border-color .15s}.sd-select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.sd-font-preview{margin-top:.625rem;padding:.875rem;background:#fff;border:1px solid #e8ecef;border-radius:8px;display:flex;flex-direction:column;gap:.375rem}.sd-font-preview-label{font-size:.6875rem;font-weight:600;color:#95a5a6;text-transform:uppercase;letter-spacing:.05em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.sd-font-preview-sample{font-size:1rem;color:#2c3e50;line-height:1.4}.sd-font-preview-chars{font-size:1.25rem;color:#34495e;font-weight:600;letter-spacing:.02em}.sd-size-input{display:flex;align-items:center;gap:.75rem}.sd-range{flex:1;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#dfe6e9;border-radius:2px;outline:none}.sd-range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#3498db;cursor:pointer;border:2px solid white;box-shadow:0 1px 3px #0003;transition:transform .1s}.sd-range::-webkit-slider-thumb:hover{transform:scale(1.15)}.sd-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#3498db;cursor:pointer;border:2px solid white;box-shadow:0 1px 3px #0003}.sd-size-value{font-size:.8125rem;font-weight:600;color:#555;min-width:36px;text-align:right;font-family:SF Mono,Fira Code,monospace}.sd-toggle{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:.875rem;color:#333;-webkit-user-select:none;user-select:none}.sd-toggle-input{position:absolute;opacity:0;width:0;height:0}.sd-toggle-track{width:40px;height:22px;background:#ccd1d9;border-radius:11px;position:relative;transition:background .2s ease;flex-shrink:0}.sd-toggle-track.active{background:#3498db}.sd-toggle-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #00000026}.sd-toggle-track.active .sd-toggle-thumb{transform:translate(18px)}.sd-field-hint{font-size:.75rem;color:#888;margin:.125rem 0 .5rem}.sd-pagination-toggle{display:flex;gap:.5rem}.sd-pagination-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1rem;font-size:.8125rem;font-weight:600;border:2px solid #e0e0e0;border-radius:8px;background:#fff;color:#666;cursor:pointer;transition:all .15s}.sd-pagination-btn:hover{border-color:#ccc;color:#333}.sd-pagination-btn.active{border-color:#5c4033;background:#faf5f0;color:#5c4033}.sd-grid-selector{margin-bottom:1rem}.sd-grid-options{display:flex;gap:.375rem}.sd-grid-option{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .25rem;border:1.5px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .15s ease}.sd-grid-option:hover{border-color:#b0c4d8;background:#f5f9fc}.sd-grid-option.active{border-color:#3498db;background:#ebf5fb;box-shadow:0 0 0 2px #3498db26}.sd-grid-icon{display:flex;gap:2px;height:24px;align-items:stretch}.sd-grid-col-bar{width:6px;background:#bdc3c7;border-radius:2px;transition:background .15s}.sd-grid-option.active .sd-grid-col-bar{background:#3498db}.sd-grid-option-label{font-size:.6875rem;font-weight:600;color:#7f8c8d}.sd-grid-option.active .sd-grid-option-label{color:#2980b9}.sd-preview-panel{position:sticky;top:1rem;padding:1.25rem}.sd-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.sd-preview-header h3{margin:0;font-size:.875rem;font-weight:600;color:#34495e}.sd-preview-toggle{display:flex;background:#f0f2f5;border-radius:6px;padding:2px}.sd-preview-mode{display:flex;align-items:center;justify-content:center;width:32px;height:28px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#95a5a6;transition:all .15s}.sd-preview-mode:hover{color:#555}.sd-preview-mode.active{background:#fff;color:#3498db;box-shadow:0 1px 2px #00000014}.sd-preview-container{border:1px solid #e0e0e0;border-radius:10px;padding:.75rem;background:#f8f9fa;transition:all .25s ease}.sd-preview-container.mobile{max-width:240px;margin:0 auto;border-radius:20px;padding:.75rem .5rem;border:2px solid #bdc3c7;position:relative;background:#fff}.sd-preview-container.mobile:before{content:"";display:block;width:40px;height:4px;background:#ddd;border-radius:2px;margin:0 auto .5rem}.sd-preview-grid{display:grid;gap:.5rem}.sd-preview-card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #eee}.sd-preview-img{position:relative;width:100%;aspect-ratio:1;background:linear-gradient(145deg,#f0f3f5,#e2e8ec);overflow:hidden}.sd-preview-img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:.6}.sd-preview-badge{position:absolute;top:6px;left:6px;padding:2px 6px;border-radius:3px;font-size:.5625rem;font-weight:700;letter-spacing:.05em}.sd-preview-info{padding:.5rem}.sd-preview-title{color:#2c3e50;font-weight:500;margin-bottom:.25rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sd-preview-pricing{display:flex;align-items:baseline;gap:.375rem}.sd-preview-price{font-weight:600}.sd-preview-compare{text-decoration:line-through;font-size:.8em;opacity:.8}.sd-filter-bg-preview{margin-top:.75rem}.sd-filter-bg-preview-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#7f8c9b;font-weight:600;margin-bottom:.5rem}.sd-filter-bg-preview-box{border-radius:8px;padding:1rem;border:1px solid #e7e8ef;display:flex;flex-direction:column;gap:.625rem}.sd-filter-bg-preview-item{height:10px;border-radius:4px;background:#0000001f}.sd-filter-bg-preview-item.short{width:60%}@media (max-width: 1023px){.sd-layout{grid-template-columns:1fr 300px}.cs-cards-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 768px){.admin-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.section-header-actions{width:100%;flex-wrap:wrap}.cs-header{flex-direction:column;padding:1.25rem}.cs-header-actions{width:100%;flex-wrap:wrap}.cs-modal{width:95%;max-height:90vh}.cs-cards-grid{padding:1rem}.cs-modal-footer{flex-direction:column;gap:.5rem}.cs-modal-footer-info{text-align:center}.cs-modal-footer-actions{width:100%;justify-content:flex-end}.sd-layout{grid-template-columns:1fr}.sd-form{border-right:none;border-bottom:1px solid #ecf0f1}.sd-color-grid,.sd-field-row{grid-template-columns:1fr}.sd-header{flex-direction:column}.sd-header-actions{width:100%}.sd-preview-panel{position:static}}.sf-manager{padding:0!important;overflow:hidden}.sf-manager-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.75rem 1.25rem;border-bottom:1px solid #ecf0f1}.sf-manager-header h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:700;color:#1a2332}.sf-manager-subtitle{margin:0;font-size:.8125rem;color:#7f8c8d;line-height:1.4}.sf-create-btn{display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap;flex-shrink:0}.sf-stats-bar{display:flex;align-items:center;gap:.75rem;padding:.625rem 1.75rem;background:#f8f9fa;border-bottom:1px solid #ecf0f1;font-size:.8125rem;color:#555}.sf-stat{display:inline-flex;align-items:center;gap:.375rem}.sf-stat strong{font-weight:700;color:#2c3e50}.sf-stat-separator{width:1px;height:16px;background:#ddd}.sf-stat-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sf-stat-dot-active{background:#27ae60}.sf-stat-dot-inactive{background:#bdc3c7}.sf-form-card{margin:1.25rem 1.75rem;padding:1.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 8px #0000000a}.sf-form-title{margin:0 0 1.25rem;font-size:1.0625rem;font-weight:700;color:#1a2332;padding-bottom:.75rem;border-bottom:2px solid #3498db}.sf-form-section{margin-bottom:1.25rem}.sf-form-section:last-of-type{margin-bottom:0}.sf-form-section-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#95a5a6;margin-bottom:.625rem}.sf-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.sf-form-field{display:flex;flex-direction:column}.sf-form-field label{font-size:.8125rem;font-weight:600;color:#34495e;margin-bottom:.375rem}.sf-form-field input,.sf-form-field select{width:100%;padding:.5rem .75rem;border:1px solid #dcdfe3;border-radius:6px;font-size:.875rem;color:#2c3e50;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.sf-form-field input:focus,.sf-form-field select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1f}.sf-form-field input::placeholder{color:#b0b8c1}.sf-field-hint{font-size:.6875rem;color:#95a5a6;margin-top:.25rem}.sf-inline-fields{display:flex;gap:.5rem}.sf-inline-fields input{flex:1}.sf-searchable-dropdown{position:relative}.sf-searchable-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border:1px solid #dfe6e9;border-radius:6px;background:#fff;cursor:pointer;min-height:38px;transition:border-color .2s}.sf-searchable-dropdown-trigger:hover{border-color:#b2bec3}.sf-searchable-dropdown-trigger.sf-dropdown-open{border-color:#3498db;box-shadow:0 0 0 2px #3498db26}.sf-dropdown-selected{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.sf-dropdown-selected code{font-size:.8125rem;background:#f0f3f5;padding:.125rem .375rem;border-radius:3px;color:#2d3436}.sf-dropdown-type{font-size:.75rem;color:#95a5a6}.sf-dropdown-count{font-size:.6875rem;color:#b2bec3;margin-left:auto}.sf-dropdown-clear{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.125rem;cursor:pointer;color:#b2bec3;border-radius:3px;flex-shrink:0}.sf-dropdown-clear:hover{color:#e74c3c;background:#ffeaea}.sf-dropdown-placeholder{color:#b2bec3;font-size:.875rem}.sf-dropdown-chevron{flex-shrink:0;color:#b2bec3;transition:transform .2s}.sf-dropdown-open .sf-dropdown-chevron{transform:rotate(180deg)}.sf-searchable-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #dfe6e9;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:100;overflow:hidden}.sf-dropdown-search-wrap{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid #ecf0f1;color:#95a5a6}.sf-dropdown-search{flex:1;border:none!important;outline:none!important;padding:.25rem 0!important;font-size:.875rem!important;box-shadow:none!important}.sf-dropdown-options{max-height:240px;overflow-y:auto;padding:.25rem 0}.sf-dropdown-empty{padding:1rem;text-align:center;color:#95a5a6;font-size:.8125rem}.sf-dropdown-group{padding:.25rem 0}.sf-dropdown-group+.sf-dropdown-group{border-top:1px solid #f5f6fa}.sf-dropdown-group-label{padding:.375rem .75rem .25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#95a5a6}.sf-dropdown-option{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem .5rem 1.25rem;cursor:pointer;transition:background .1s}.sf-dropdown-option:hover{background:#f0f7ff}.sf-dropdown-option-selected{background:#ebf5fb}.sf-dropdown-option-key{font-size:.875rem;color:#2d3436;font-weight:500}.sf-dropdown-option-meta{display:flex;align-items:center;gap:.5rem}.sf-dropdown-option-type{font-size:.75rem;color:#95a5a6;background:#f5f6fa;padding:.0625rem .375rem;border-radius:3px}.sf-dropdown-option-count{font-size:.6875rem;color:#b2bec3}.sf-no-metafields-msg{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#fef9e7;border:1px solid #f9e79f;border-radius:6px;font-size:.8125rem;color:#7d6608}.sf-no-metafields-msg svg{flex-shrink:0;stroke:#f39c12}.sf-form-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #ecf0f1}.sf-form-footer .btn{display:inline-flex;align-items:center;gap:.375rem}.sf-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:1.5rem 1rem;border:2px dashed #d5dce4;border-radius:10px;cursor:pointer;transition:all .2s;text-align:center;background:#fafbfc}.sf-dropzone:hover{border-color:#3498db;background:#f0f8ff}.sf-dropzone-active{border-color:#3498db;background:#e8f4fd;border-style:solid}.sf-dropzone-uploading{opacity:.7;pointer-events:none}.sf-dropzone-icon{color:#b0b8c1;margin-bottom:.25rem}.sf-dropzone-active .sf-dropzone-icon{color:#3498db}.sf-dropzone-text{font-size:.8125rem;font-weight:500;color:#555}.sf-dropzone-hint{font-size:.6875rem;color:#95a5a6}.sf-dropzone-spinner{width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#3498db;border-radius:50%;animation:sf-spin .6s linear infinite;margin-bottom:.25rem}@keyframes sf-spin{to{transform:rotate(360deg)}}.sf-image-preview-modern{position:relative;display:inline-block;border-radius:10px;overflow:hidden;border:1px solid #e0e0e0}.sf-image-preview-modern img{display:block;width:120px;height:80px;object-fit:cover}.sf-image-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:.375rem;background:#00000080;opacity:0;transition:opacity .2s}.sf-image-preview-modern:hover .sf-image-preview-overlay{opacity:1}.sf-image-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:none;border-radius:4px;font-size:.6875rem;font-weight:600;cursor:pointer;color:#fff;transition:background .15s}.sf-image-btn-replace{background:#ffffff40}.sf-image-btn-replace:hover{background:#fff6}.sf-image-btn-remove{background:#e74c3cb3}.sf-image-btn-remove:hover{background:#e74c3ce6}.sf-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.5rem 2rem;text-align:center}.sf-empty-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#f0f4f8;border-radius:50%;margin-bottom:1.25rem;color:#b0b8c1}.sf-empty-state h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;color:#2c3e50}.sf-empty-state p{margin:0 0 1.25rem;font-size:.875rem;color:#7f8c8d;max-width:380px;line-height:1.5}.sf-empty-state .btn{display:inline-flex;align-items:center;gap:.375rem}.sf-list-header{display:grid;grid-template-columns:36px 52px 1fr 80px 1fr 120px;gap:.75rem;align-items:center;padding:.5rem 1.25rem;background:#f1f3f5;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#95a5a6;border-bottom:1px solid #e0e0e0}.sf-card{border-bottom:1px solid #f0f2f5;transition:background-color .15s,box-shadow .15s}.sf-card:last-child{border-bottom:none}.sf-card-row{display:grid;grid-template-columns:36px 52px 1fr 80px 1fr 120px;gap:.75rem;align-items:center;padding:.75rem 1.25rem;min-height:48px}.sf-card:hover{background:#f8f9fb}.sf-card-inactive{opacity:.5}.sf-card-inactive:hover{opacity:.7}.sf-card-dragging{background:#e8f4fd!important;box-shadow:0 4px 16px #0000001f;border-radius:8px;opacity:1!important}.sf-card-editing{background:#f8fbff;border-left:3px solid #3498db}.sf-card-drag{display:flex;align-items:center;justify-content:center;cursor:grab;color:#c8cdd3;transition:color .15s;-webkit-user-select:none;user-select:none}.sf-card-drag:hover{color:#7f8c8d}.sf-card-drag:active{cursor:grabbing}.sf-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer}.sf-switch input{position:absolute;opacity:0;width:0;height:0}.sf-switch-track{position:relative;width:40px;height:22px;background:#d5dce4;border-radius:11px;transition:background .25s}.sf-switch input:checked+.sf-switch-track{background:#27ae60}.sf-switch input:focus-visible+.sf-switch-track{box-shadow:0 0 0 3px #3498db4d}.sf-switch-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000026;transition:transform .25s cubic-bezier(.4,0,.2,1)}.sf-switch input:checked+.sf-switch-track .sf-switch-thumb{transform:translate(18px)}.sf-card-name{display:flex;align-items:center;gap:.5rem;min-width:0}.sf-card-name strong{font-weight:600;color:#1a2332;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sf-card-thumb{width:28px;height:28px;object-fit:cover;border-radius:5px;border:1px solid #e0e0e0;flex-shrink:0}.sf-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:.6875rem;font-weight:700;text-transform:capitalize;letter-spacing:.02em}.sf-badge-tag{background:#e8f5e9;color:#2e7d32}.sf-badge-collection{background:#e3f2fd;color:#1565c0}.sf-badge-metafield{background:#f3e5f5;color:#7b1fa2}.sf-card-value{font-size:.8125rem;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.sf-card-value code{font-family:SF Mono,Fira Code,monospace;font-size:.75rem;background:#f0f2f5;padding:1px 4px;border-radius:3px;color:#7b1fa2}.sf-card-value em{font-style:normal;color:#2e7d32}.sf-card-actions{display:flex;gap:.25rem;justify-content:flex-end}.sf-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;cursor:pointer;color:#95a5a6;transition:all .15s}.sf-action-edit:hover{background:#eaf2fb;color:#3498db}.sf-action-copy:hover{background:#e8f5e9;color:#27ae60}.sf-action-delete:hover{background:#fdf0ef;color:#e74c3c}.sf-edit-panel{padding:1.25rem 1.25rem 1.25rem 2rem;background:#f8fbff;border-top:1px solid #e0e8f0}.sf-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1100;animation:sf-fade-in .15s ease-out}@keyframes sf-fade-in{0%{opacity:0}to{opacity:1}}.sf-confirm-modal{background:#fff;border-radius:12px;padding:2rem;width:90%;max-width:400px;text-align:center;box-shadow:0 12px 40px #0003;animation:sf-scale-in .2s ease-out}@keyframes sf-scale-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.sf-confirm-icon{margin-bottom:1rem}.sf-confirm-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;color:#2c3e50}.sf-confirm-message{margin:0 0 1.5rem;font-size:.875rem;color:#7f8c8d;line-height:1.5}.sf-confirm-actions{display:flex;gap:.75rem;justify-content:center}.sf-confirm-actions .btn{min-width:100px;padding:.5rem 1.25rem}.btn-danger{background-color:#e74c3c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:inherit;font-weight:600;transition:background-color .15s}.btn-danger:hover{background-color:#c0392b}@media (max-width: 768px){.sf-manager-header{flex-direction:column;gap:.75rem;padding:1.25rem}.sf-create-btn{width:100%;justify-content:center}.sf-stats-bar{padding:.5rem 1.25rem;flex-wrap:wrap;gap:.5rem}.sf-list-header{display:none}.sf-card-row{grid-template-columns:28px 40px 1fr auto;gap:.5rem;padding:.75rem 1rem}.sf-card-type,.sf-card-value{display:none}.sf-card-actions{grid-column:auto}.sf-form-card{margin:1rem;padding:1rem}.sf-form-row{grid-template-columns:1fr;gap:.75rem}.sf-edit-panel{padding:1rem}.sf-empty-state{padding:2.5rem 1.5rem}}@media (max-width: 374px){.admin-page h1{font-size:1.25rem}.admin-section,.cs-modal-header{padding:1rem}.cs-modal-search,.cs-modal-item{padding:.5rem 1rem}.cs-modal-footer{padding:.75rem 1rem}}.sf-tag-select-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:1px solid #dcdfe3;border-radius:6px;background:#fff;font-size:.875rem;color:#2c3e50;cursor:pointer;transition:border-color .2s,box-shadow .2s;text-align:left}.sf-tag-select-btn:hover{border-color:#3498db;background:#f8fbff}.sf-tag-select-btn svg:first-child{flex-shrink:0;color:#95a5a6}.sf-tag-select-chevron{margin-left:auto;flex-shrink:0;color:#b2bec3}.sf-selected-tags-list{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.sf-selected-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.1875rem .5rem;background:#e8f5e9;color:#2e7d32;border-radius:12px;font-size:.75rem;font-weight:500}.sf-selected-tag-remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;border-radius:50%;background:transparent;cursor:pointer;color:#2e7d32;padding:0;transition:background .15s}.sf-selected-tag-remove:hover{background:#2e7d3226}.sbf-preview-more{font-size:.6875rem;color:#95a5a6;padding:.125rem 0;font-style:italic}.sbf-badge-price{background:#fff3e0;color:#e65100}.sbf-badge-boolean{background:#e0f2f1;color:#00695c}.sbf-message{padding:.75rem 1.25rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;font-weight:500;animation:sf-fade-in .2s ease-out}.sbf-message-success{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.sbf-message-error{background:#fdf0ef;color:#c62828;border:1px solid #ffcdd2}.sbf-layout{display:flex;gap:1.5rem;align-items:flex-start}.sbf-list-section{flex:1;min-width:0}.sbf-preview-section{width:280px;flex-shrink:0;position:sticky;top:1rem}.sbf-preview{border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1px 4px #0000000f}.sbf-preview-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0;font-size:.8125rem;font-weight:600;color:#495057}.sbf-preview-empty{padding:2rem 1rem;text-align:center;color:#adb5bd;font-size:.8125rem}.sbf-preview-sidebar{padding:0}.sbf-preview-title{padding:.75rem 1rem;font-size:.875rem;font-weight:700;color:#212529;border-bottom:1px solid #f0f0f0}.sbf-preview-filter{border-bottom:1px solid #f0f0f0}.sbf-preview-filter:last-child{border-bottom:none}.sbf-preview-filter-header{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;cursor:default;font-size:.8125rem;font-weight:600;color:#343a40}.sbf-preview-filter-name{font-size:.8125rem}.sbf-preview-filter-body{padding:0 1rem .75rem}.sbf-preview-price{padding:.25rem 0}.sbf-preview-slider-track{position:relative;height:4px;background:#dee2e6;border-radius:2px;margin:.5rem 0 .375rem}.sbf-preview-slider-fill{position:absolute;top:0;left:15%;right:15%;height:100%;background:#3498db;border-radius:2px}.sbf-preview-slider-thumb{position:absolute;top:50%;width:12px;height:12px;background:#fff;border:2px solid #3498db;border-radius:50%;transform:translateY(-50%);box-shadow:0 1px 3px #0000001a}.sbf-preview-slider-thumb-left{left:15%;transform:translate(-50%,-50%)}.sbf-preview-slider-thumb-right{right:15%;transform:translate(50%,-50%)}.sbf-preview-price-labels{display:flex;justify-content:space-between;font-size:.6875rem;color:#868e96}.sbf-preview-checkbox{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;cursor:default;font-size:.75rem;color:#495057}.sbf-preview-check-box{width:14px;height:14px;border:1.5px solid #ced4da;border-radius:3px;flex-shrink:0;background:#fff}.sbf-preview-boolean,.sbf-preview-tags,.sbf-preview-metafield{display:flex;flex-direction:column;gap:.125rem}.sbf-builtin-visibility{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.sbf-builtin-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.sbf-builtin-header-left h3{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1a202c}.sbf-builtin-subtitle{margin:0;font-size:.8rem;color:#718096}.sbf-builtin-save{flex-shrink:0;font-size:.8rem;padding:.4rem 1rem}.sbf-builtin-grid{display:flex;flex-direction:column;gap:0}.sbf-builtin-item{display:flex;justify-content:space-between;align-items:center;padding:.65rem .75rem;border-radius:6px;transition:background-color .15s}.sbf-builtin-item:hover{background:#f7fafc}.sbf-builtin-item-hidden{opacity:.55}.sbf-builtin-item-info{display:flex;flex-direction:column;gap:.1rem}.sbf-builtin-item-label{font-size:.875rem;font-weight:500;color:#2d3748}.sbf-builtin-item-desc{font-size:.75rem;color:#a0aec0}@media (max-width: 900px){.sbf-layout{flex-direction:column}.sbf-preview-section{width:100%;position:static}}@media (max-width: 768px){.sbf-preview-section{width:100%}}.sf-swatch-shape-toggle,.sf-swatch-size-toggle{display:flex;gap:6px}.sf-shape-btn,.sf-size-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1.5px solid #ddd;border-radius:8px;background:#fff;font-size:12.5px;font-weight:500;color:#555;cursor:pointer;transition:all .15s}.sf-shape-btn:hover,.sf-size-btn:hover{border-color:#3b82f6;color:#333}.sf-shape-btn-active,.sf-size-btn-active{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8;font-weight:600}.sf-shape-preview{display:inline-block;width:16px;height:16px;background:#ddd;flex-shrink:0}.sf-shape-round{border-radius:50%}.sf-shape-rect{border-radius:3px}.sf-swatch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.sf-swatch-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #eee;border-radius:8px;background:#fafafa;transition:border-color .15s}.sf-swatch-item:hover{border-color:#ccc}.sf-swatch-preview{flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:1px solid #ddd}.sf-swatch-round{border-radius:50%}.sf-swatch-rect{border-radius:4px}.sf-swatch-preview img{width:100%;height:100%;object-fit:cover}.sf-swatch-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#aaa}.sf-swatch-spinner{width:12px;height:12px;border:2px solid #ddd;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sf-swatch-info{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:0}.sf-swatch-tag-name{font-size:12px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sf-swatch-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.sf-swatch-upload-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:5px;background:#e8f4ff;color:#3b82f6;cursor:pointer;transition:background .15s}.sf-swatch-upload-btn:hover{background:#d0e8ff}.sf-swatch-remove-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:5px;border:none;background:#fee;color:#e74c3c;cursor:pointer;transition:background .15s}.sf-swatch-remove-btn:hover{background:#fdd}.sbf-badge-threshold{background:#fef3cd;color:#856404}.fp-section{max-width:960px}.fp-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.fp-title{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 .25rem}.fp-subtitle{font-size:.875rem;color:#6c757d;margin:0}.fp-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .15s;white-space:nowrap}.fp-btn-primary{background:#5c4033;color:#fff}.fp-btn-primary:hover{background:#4a332a}.fp-btn-primary:disabled{opacity:.6;cursor:not-allowed}.fp-btn-secondary{background:#f1f1f1;color:#333}.fp-btn-secondary:hover{background:#e0e0e0}.fp-btn-sm{padding:.35rem .7rem;font-size:.75rem}.fp-btn-outline{background:transparent;border:1px solid #ddd;color:#555}.fp-btn-outline:hover{background:#f8f8f8;border-color:#bbb}.fp-btn-danger{background:#e74c3c;color:#fff}.fp-btn-danger:hover{background:#c0392b}.fp-message{padding:.75rem 1rem;border-radius:8px;font-size:.8125rem;margin-bottom:1rem}.fp-message-error{background:#fdf0ef;color:#c0392b;border:1px solid #f5c6cb}.fp-message-success{background:#eaf7ed;color:#1e7e34;border:1px solid #c3e6cb}.fp-loading{text-align:center;padding:3rem;color:#888}.fp-form-card{background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;padding:1.5rem;margin-bottom:1.5rem}.fp-form-title{font-size:1.1rem;font-weight:600;margin:0 0 1.25rem;color:#1a1a2e}.fp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 640px){.fp-form-grid{grid-template-columns:1fr}}.fp-field{margin-bottom:1rem}.fp-field-inline{display:flex;align-items:center}.fp-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:#333;margin-bottom:.35rem}.fp-input{width:100%;padding:.5rem .75rem;font-size:.875rem;border:1px solid #ddd;border-radius:6px;background:#fff;transition:border-color .15s;box-sizing:border-box}.fp-input:focus{outline:none;border-color:#5c4033}.fp-input:disabled{background:#f5f5f5;color:#999}.fp-input-mono{font-family:SFMono-Regular,Consolas,monospace;font-size:.8125rem}.fp-hint{display:block;font-size:.75rem;color:#999;margin-top:.25rem}.fp-handle-toggle{background:none;border:none;color:#5c4033;cursor:pointer;font-size:.7rem;text-decoration:underline;padding:0}.fp-toggle-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer}.fp-collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem;max-height:280px;overflow-y:auto;padding:.5rem;border:1px solid #e5e5e5;border-radius:8px;background:#fff}.fp-collection-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:6px;cursor:pointer;transition:background .1s;font-size:.8125rem;border:1px solid transparent}.fp-collection-item:hover{background:#f5f5f5}.fp-collection-item.selected{background:#f3ede8;border-color:#5c4033}.fp-collection-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-collection-count{font-size:.7rem;color:#999;white-space:nowrap}.fp-form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}.fp-list{display:flex;flex-direction:column;gap:.75rem}.fp-page-card{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fff;border:1px solid #e5e5e5;border-radius:10px;transition:border-color .15s;flex-wrap:wrap;gap:.75rem}.fp-page-card:hover{border-color:#ccc}.fp-page-card.fp-inactive{opacity:.65}.fp-page-info{flex:1;min-width:200px}.fp-page-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.fp-page-name{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0}.fp-badge{display:inline-block;padding:.125rem .5rem;font-size:.65rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.03em}.fp-badge-active{background:#d4edda;color:#155724}.fp-badge-inactive{background:#f8d7da;color:#721c24}.fp-page-handle{font-size:.75rem;color:#888;font-family:SFMono-Regular,Consolas,monospace;margin:.125rem 0 .375rem}.fp-page-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#777}.fp-meta-dot{width:3px;height:3px;border-radius:50%;background:#ccc}.fp-page-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.fp-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.fp-confirm-modal{background:#fff;border-radius:12px;padding:2rem;max-width:420px;width:90%;box-shadow:0 20px 60px #00000026}.fp-confirm-modal h3{margin:0 0 .75rem;font-size:1.1rem}.fp-confirm-modal p{font-size:.875rem;color:#555;margin:0 0 1.25rem;line-height:1.5}.fp-confirm-actions{display:flex;justify-content:flex-end;gap:.75rem}.fp-toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.fp-search-wrap{position:relative;flex:1;min-width:200px}.fp-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#999;pointer-events:none}.fp-search-input{width:100%;padding:.5rem 2rem .5rem 2.25rem;font-size:.875rem;border:1px solid #ddd;border-radius:8px;background:#fff;box-sizing:border-box;transition:border-color .15s}.fp-search-input:focus{outline:none;border-color:#5c4033}.fp-search-input::placeholder{color:#aaa}.fp-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#999;padding:.125rem;line-height:0}.fp-search-clear:hover{color:#555}.fp-select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;cursor:pointer}.fp-toolbar-select{width:auto;min-width:140px;flex-shrink:0}.fp-view-toggle{display:flex;border:1px solid #ddd;border-radius:8px;overflow:hidden;flex-shrink:0}.fp-view-btn{display:flex;align-items:center;justify-content:center;padding:.45rem .6rem;background:#fff;border:none;cursor:pointer;color:#888;transition:all .15s}.fp-view-btn:not(:last-child){border-right:1px solid #ddd}.fp-view-btn.active{background:#5c4033;color:#fff}.fp-view-btn:hover:not(.active){background:#f5f5f5}.fp-result-count{font-size:.8rem;color:#888;white-space:nowrap;flex-shrink:0}.fp-badge-group{background:#e8e0f0;color:#5b3d8f}.fp-badge-shuffled{background:#fff3cd;color:#856404}.fp-btn-randomized{border-color:#856404!important;color:#856404!important}.fp-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.25rem;padding-top:1rem}.fp-pagination-info{font-size:.8125rem;color:#666}.fp-pagination .fp-btn:disabled{opacity:.4;cursor:not-allowed}.fp-grouped-list{display:flex;flex-direction:column;gap:.5rem}.fp-group-section{border:1px solid #e5e5e5;border-radius:10px;overflow:hidden}.fp-group-header{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:#f9f7f5;border:none;cursor:pointer;font-size:.9rem;font-weight:600;color:#333;text-align:left;transition:background .15s}.fp-group-header:hover{background:#f0ece7}.fp-group-chevron{transition:transform .2s;flex-shrink:0}.fp-group-chevron-open{transform:rotate(90deg)}.fp-group-name{flex:1}.fp-group-count{font-size:.75rem;font-weight:500;color:#888;background:#e5e5e5;padding:.1rem .5rem;border-radius:9999px}.fp-group-pages{padding:.5rem}.fp-group-modal{background:#fff;border-radius:12px;padding:0;max-width:500px;width:90%;box-shadow:0 20px 60px #00000026;max-height:80vh;display:flex;flex-direction:column}.fp-group-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e5e5}.fp-group-modal-header h3{margin:0;font-size:1.1rem}.fp-group-modal-close{background:none;border:none;cursor:pointer;color:#888;padding:.25rem;line-height:0;border-radius:4px}.fp-group-modal-close:hover{color:#333;background:#f0f0f0}.fp-group-form{display:flex;gap:.5rem;padding:1rem 1.5rem;border-bottom:1px solid #eee}.fp-group-form .fp-input{flex:1}.fp-group-list{overflow-y:auto;flex:1}.fp-group-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;border-bottom:1px solid #f0f0f0;gap:.75rem}.fp-group-item:last-child{border-bottom:none}.fp-group-item-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.fp-group-item-name{font-weight:600;font-size:.875rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-group-item-count{font-size:.75rem;color:#888}.fp-group-item-actions{display:flex;gap:.375rem;flex-shrink:0}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:380px;pointer-events:none}.toast{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;border-radius:4px;background:#fff;box-shadow:0 4px 20px #0000001f,0 1px 4px #00000014;font-size:.8125rem;color:#111;pointer-events:auto;animation:toastSlideIn .3s ease;border-left:3px solid #888}.toast-exit{animation:toastSlideOut .3s ease forwards}.toast-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0;line-height:1}.toast-message{flex:1;line-height:1.4}.toast-dismiss{background:none;border:none;font-size:1.125rem;color:#888;cursor:pointer;padding:0;line-height:1;flex-shrink:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s,color .15s}.toast-dismiss:hover{background:#0000000f;color:#111}.toast-success{border-left-color:#2ecc71}.toast-success .toast-icon{background:#2ecc71;color:#fff}.toast-error{border-left-color:#e74c3c}.toast-error .toast-icon{background:#e74c3c;color:#fff}.toast-warning{border-left-color:#f39c12}.toast-warning .toast-icon{background:#f39c12;color:#fff}.toast-info{border-left-color:#3498db}.toast-info .toast-icon{background:#3498db;color:#fff}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@media (max-width: 480px){.toast-container{left:.75rem;right:.75rem;max-width:none}}.filter-bar{margin:20px 48px 0;padding:12px 18px;background:var(--filter-bg-color, var(--cream));border-radius:14px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px;animation:fadeUp .4s ease both .3s;position:sticky;top:var(--shop-filter-live-top, var(--shop-filter-sticky-top, 12px));z-index:140;border:1px solid transparent;transition:box-shadow .2s ease,border-color .2s ease}.filter-bar--stuck{background:#fff;box-shadow:0 10px 28px #3a2a1d14;border-color:#5c403314}.filter-left{display:flex;align-items:center;gap:14px;flex:0 0 auto;min-width:0}.filter-title{font-family:var(--display);font-size:22px;font-weight:600;color:var(--dark);white-space:nowrap;margin:0}.filter-count{font-size:12.5px;color:var(--light);white-space:nowrap}.filter-count strong{color:var(--dark);font-weight:600}.filter-activity{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:var(--green);background:#2d6a4f14;padding:4px 11px;border-radius:100px;white-space:nowrap}.act-dot{width:5px;height:5px;border-radius:50%;background:var(--green);animation:pulse 2.5s ease infinite}.filter-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap;flex:1 1 auto;justify-content:flex-end;min-width:0}.filter-pill{display:inline-flex;align-items:center;gap:5px;padding:8px 16px;border-radius:100px;border:1px solid #e7e3dd;background:#f8f6f2;color:var(--dark);font-size:12px;font-weight:500;font-family:var(--body);cursor:pointer;transition:all .2s;white-space:nowrap;position:relative}.filter-pill:hover{border-color:var(--tan);background:#f0ece5}.filter-pill.active{background:var(--espresso);color:#fff;border-color:var(--espresso)}.filter-pill svg{width:12px;height:12px}.filter-pill .pill-arrow{width:10px;height:10px;transition:transform .2s}.filter-pill.open .pill-arrow{transform:rotate(180deg)}.style-filter-pill{gap:6px}.style-filter-thumb{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.style-filter-pill.active .style-filter-thumb{box-shadow:0 0 0 1.5px #fff}.filter-divider{display:inline-block;width:1px;height:20px;background:#5c403326;margin:0 4px;flex-shrink:0}.filter-pill--sort{padding-top:0;padding-bottom:0;height:34px}.filter-pill select{border:none;background:transparent;font-family:var(--body);font-size:12px;font-weight:500;color:inherit;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:2px;outline:none}.filter-pill.active select{color:#fff}.filter-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;width:max-content;max-height:305px;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid rgba(92,64,51,.1);border-radius:12px;box-shadow:0 12px 40px #3a2a1d2e;padding:12px 16px;z-index:1000;animation:dropIn .2s ease}.filter-dropdown.price-dropdown{width:180px;min-width:180px;max-width:180px}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.filter-dropdown-option{display:flex;align-items:center;padding:6px 0;cursor:pointer;transition:padding-left .15s ease}.filter-dropdown-option:hover{padding-left:2px}.filter-dropdown-option input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.filter-dropdown-check{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1.5px solid #bbb;border-radius:3px;margin-right:10px;flex-shrink:0;transition:all .2s ease;background:#fff;position:relative}.filter-dropdown-option input[type=checkbox]:checked+.filter-dropdown-check{background:var(--espresso);border-color:var(--espresso)}.filter-dropdown-option input[type=checkbox]:checked+.filter-dropdown-check:after{content:"";display:block;width:4px;height:8px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg);position:absolute;top:1px;left:4.5px}.filter-dropdown-option:hover .filter-dropdown-check{border-color:var(--brown)}.filter-dropdown-label{font-size:13px;color:var(--dark);font-weight:400;line-height:1.5;white-space:nowrap}.filter-dropdown-option input[type=checkbox]:checked~.filter-dropdown-label{font-weight:600}.price-dropdown-labels{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;font-size:14px;color:var(--dark);font-weight:600}.price-input-wrap{display:flex;align-items:center;border:1px solid #d1cbc3;border-radius:6px;padding:4px 8px;background:#fff;flex:1;min-width:0;transition:border-color .15s}.price-input-wrap:focus-within{border-color:var(--espresso)}.price-input-symbol{color:#8a7e72;font-size:13px;font-weight:600;margin-right:2px;flex-shrink:0}.price-input{border:none;outline:none;background:transparent;font-size:14px;font-weight:600;color:var(--dark);width:100%;min-width:0;font-family:inherit;padding:0}.price-input-sep{color:#b0a898;font-size:16px;flex-shrink:0}.price-dropdown-slider{padding:0 4px;margin-bottom:8px}.price-dropdown-slider .rc-slider-track{background-color:var(--espresso);height:2px}.price-dropdown-slider .rc-slider-handle{border:2px solid var(--espresso);background:#fff;opacity:1;width:18px;height:18px;margin-top:-8px;box-shadow:none}.price-dropdown-slider .rc-slider-handle:hover,.price-dropdown-slider .rc-slider-handle-dragging{border-color:var(--espresso)!important;box-shadow:0 0 0 4px #3a2a1d14}.price-dropdown-slider .rc-slider-rail{background-color:#e0d8ce;height:2px}.filter-mobile-row,.filter-mobile-sort{display:none}@media (max-width: 1100px){.filter-bar{margin-left:28px;margin-right:28px}}@media (max-width: 900px){.filter-left{justify-content:space-between;flex:1 0 100%}.filter-controls{justify-content:flex-start}}@media (max-width: 768px){.filter-bar{margin-left:16px;margin-right:16px;padding:10px 14px 8px;border-radius:10px;gap:8px}.filter-left{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:4px 10px}.filter-title{font-size:15px;white-space:normal;overflow-wrap:anywhere;line-height:1.15}.filter-count{font-size:11px;text-align:right}.filter-activity{display:none}.filter-mobile-row{display:flex;align-items:center;gap:6px}.filter-mobile-btn{display:flex;align-items:center;gap:4px;flex-shrink:0;height:26px;padding:0 9px;border-radius:100px;border:1px solid rgba(92,64,51,.12);background:#fff;color:var(--dark);font-size:10.5px;font-weight:600;font-family:var(--body);cursor:pointer;transition:all .2s;justify-content:center}.filter-mobile-btn svg{width:11px;height:11px;flex-shrink:0}.filter-mobile-arrow{width:10px!important;height:10px!important;transition:transform .2s}.filter-mobile-btn--open .filter-mobile-arrow{transform:rotate(180deg)}.filter-mobile-btn--open{background:var(--espresso);color:#fff;border-color:var(--espresso)}.filter-mobile-sort{display:inline-flex!important;flex-shrink:0}.filter-controls{display:none}.filter-controls--mobile-open{display:flex;flex-wrap:wrap;gap:8px;padding-top:4px;animation:mobileFilterExpand .25s ease}@keyframes mobileFilterExpand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.filter-controls--mobile-open>*{flex:0 0 auto}.filter-controls .filter-pill--sort:not(.filter-mobile-sort){display:none}.filter-pill{padding:5px 8px;font-size:10.5px}.filter-pill svg{width:11px;height:11px}.filter-pill--sort{padding-top:0;padding-bottom:0;height:26px}.filter-pill select{font-size:10.5px}.filter-dropdown{left:0;min-width:min(220px,calc(100vw - 48px));max-width:calc(100vw - 48px);max-height:min(350px,60vh);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:14px 18px}.filter-dropdown.price-dropdown{min-width:200px;max-width:calc(100vw - 48px)}.filter-dropdown-swatches{max-height:min(35px,60vh);overflow-y:auto;-webkit-overflow-scrolling:touch}.price-dropdown-slider{padding:0 8px}}.filter-pill-swatch{flex-shrink:0;object-fit:cover}.filter-pill-swatch-round{border-radius:50%}.filter-pill-swatch-rect{border-radius:2px}.filter-dropdown-swatches{min-width:240px;padding:10px 12px;max-height:305px;overflow-y:auto;-webkit-overflow-scrolling:touch}.filter-swatch-grid{display:flex;flex-wrap:wrap;gap:8px}.filter-swatch-option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px;border:2px solid transparent;border-radius:10px;background:none;cursor:pointer;transition:all .15s;font-family:var(--body);min-width:48px}.filter-swatch-option:hover{background:#c4a77d14;border-color:#5c40331a}.filter-swatch-active{border-color:var(--espresso);background:#3a2a1d0f}.filter-swatch-option img{display:block;object-fit:cover;flex-shrink:0}.filter-swatch-round{border-radius:50%}.filter-swatch-rect{border-radius:4px}.filter-swatch-placeholder{display:block;background:#e8e0d6;flex-shrink:0}.filter-swatch-label{font-size:10px;font-weight:500;color:var(--dark);text-align:center;max-width:56px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.filter-swatch-count{font-size:10px;color:var(--light);line-height:1}.filter-swatch-active .filter-swatch-label{font-weight:700}@media (max-width: 768px){.filter-dropdown-swatches{min-width:200px}.filter-swatch-grid{gap:6px}.filter-swatch-option{padding:4px;min-width:40px}.filter-swatch-label{font-size:9px;max-width:44px}}.active-filters-bar{display:flex;align-items:center;gap:10px;margin:12px 48px 0;padding:0;flex-wrap:wrap}.active-filters-count{font-size:12px;color:var(--light);font-weight:500;white-space:nowrap}.active-filters-chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.filter-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:var(--espresso);color:#fff;border-radius:100px;font-size:11px;font-weight:500;white-space:nowrap;animation:chipFadeIn .2s ease}@keyframes chipFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.chip-remove{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;padding:0;border:none;background:#fff3;color:#fff;font-size:10px;line-height:1;cursor:pointer;border-radius:50%;transition:background .15s}.chip-remove:hover{background:#ffffff59}.chip-clear-all{background:none;border:none;color:var(--brown);font-size:11px;font-weight:600;cursor:pointer;padding:4px 8px;white-space:nowrap;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .2s ease;font-family:var(--body)}.chip-clear-all:hover{color:var(--dark)}@media (max-width: 1100px){.active-filters-bar{margin-left:28px;margin-right:28px}}@media (max-width: 768px){.active-filters-bar{margin-left:16px;margin-right:16px}}.product-card{display:block;text-decoration:none;color:inherit;border-radius:var(--shop-image-border-radius, 12px);overflow:hidden;background:#fff;border:1px solid var(--border);transition:all .35s ease;cursor:pointer;position:relative}.product-card:hover{box-shadow:0 12px 40px #3a2a1d14;transform:translateY(-3px);border-color:#c4a77d33;color:inherit;text-decoration:none}.sale-badge{position:absolute;top:8px;left:8px;z-index:2;padding:3px 9px;border-radius:5px;font-size:9.5px;font-weight:600;letter-spacing:.03em;background:var(--shop-sale-badge-bg, var(--red));color:var(--shop-sale-badge-text, white)}.product-image{aspect-ratio:1;position:relative;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:8px}.product-image-stack{position:relative;width:100%;height:100%}.product-image-primary,.product-image-secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center center;transition:opacity .35s ease}.product-image-primary{opacity:1}.product-image-secondary,.product-card:hover .product-image.has-secondary.is-secondary-ready .product-image-primary,.product-image.is-previewing.has-secondary.is-secondary-ready .product-image-primary{opacity:0}.product-card:hover .product-image.has-secondary.is-secondary-ready .product-image-secondary,.product-image.is-previewing.has-secondary.is-secondary-ready .product-image-secondary{opacity:1}.placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#8a7a6880;font-size:11px;font-weight:500}.sfa-wishlist-btn{position:absolute;top:8px;right:8px;z-index:4;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffffd9;border-radius:50%;border:none;cursor:pointer;padding:0;color:#333;text-decoration:none;transition:background .2s,color .2s,transform .15s;box-shadow:0 1px 4px #00000014}.sfa-wishlist-btn:hover{background:#fff;color:#e74c3c;transform:scale(1.1);text-decoration:none}.sfa-wishlist-btn[action=added],.sfa-wishlist-btn[action=remove]{color:#e74c3c}.sfa-wishlist-btn .hdt-svg-wis{width:16px;height:16px;fill:currentColor}.sfa-wishlist-btn .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.quick-view-btn{align-self:flex-start;margin-top:4px;padding:0;border:none;background:transparent;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11.5px;font-weight:500;letter-spacing:.01em;color:var(--shop-price-color, var(--brown));cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease,opacity .2s ease}.quick-view-btn:hover{color:#3e2723;opacity:.8}.quick-view-btn:active{opacity:.65}.product-info{padding:11px 13px 13px}.product-info .product-title{font-size:var(--shop-title-font-size, 12.5px);font-weight:500;color:var(--dark);margin:0 0 4px;line-height:1.3}.card-price-row{display:flex;align-items:baseline;justify-content:space-between}.product-price{margin:0}.product-price .current-price{font-family:var(--display);font-size:var(--shop-price-font-size, 18px);font-weight:700;color:var(--shop-price-color, var(--brown))}.compare-price{font-size:12px;color:var(--shop-compare-price-color, var(--light));text-decoration:line-through;font-weight:400;margin-left:4px;font-family:var(--body)}.card-details-stack{display:flex;flex-direction:column;gap:2px;margin-top:4px;padding-top:3px;font-size:12px;line-height:1.3;color:var(--dark)}.card-dimensions{font-weight:600;letter-spacing:.01em}.card-detail-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:16px}.card-origin{font-weight:500;color:var(--dark);min-width:0}.card-ship{font-size:9.5px;color:var(--green);font-weight:500;display:flex;align-items:center;gap:3px;flex-shrink:0;white-space:nowrap}.card-ship svg{width:10px;height:10px}.product-tags{display:none}@media (max-width: 768px){.product-info{padding:8px 10px 10px}.product-info .product-title{font-size:11px}.product-price .current-price{font-size:14px}.compare-price{font-size:10px}.card-details-stack{font-size:10.5px}.card-detail-footer{gap:6px}.sale-badge{font-size:8px;padding:2px 7px}.card-ship{font-size:8.5px}.card-ship svg{width:9px;height:9px}.quick-view-btn{font-size:10.5px}.sfa-wishlist-btn{width:28px;height:28px;top:6px;right:6px}.sfa-wishlist-btn .hdt-svg-wis{width:14px;height:14px}}.skeleton-grid{display:grid;grid-template-columns:repeat(var(--shop-grid-columns, 4),minmax(0,1fr));gap:1.25rem;animation:skeletonFadeIn .3s ease}.skeleton-card{background:#fff;border-radius:var(--shop-image-border-radius, 0);overflow:hidden}.skeleton-image{aspect-ratio:4/3;background:#eee;border-radius:var(--shop-image-border-radius, 0)}.skeleton-info{padding:.875rem .25rem}.skeleton-title{height:.875rem;width:75%;background:#eee;border-radius:2px;margin-bottom:.625rem}.skeleton-price{height:1rem;width:40%;background:#eee;border-radius:2px;margin-bottom:.625rem}.skeleton-tags{display:flex;gap:.25rem}.skeleton-tag{height:.6875rem;width:3rem;background:#eee;border-radius:2px}.skeleton-pulse{animation:skeletonShimmer 1.5s ease-in-out infinite}@keyframes skeletonShimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes skeletonFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (max-width: 768px){.skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 374px){.skeleton-grid{grid-template-columns:1fr}}.products-section{padding:20px 48px 24px}.sort-bar{display:none}.products-grid{display:grid;grid-template-columns:repeat(var(--shop-grid-columns, 4),1fr);gap:18px}.products-grid.products-loaded{animation:productsFadeIn .3s ease}@keyframes productsFadeIn{0%{opacity:0}to{opacity:1}}.loading-more{text-align:center;padding:2rem;color:var(--light);font-size:.875rem}.load-more-btn{display:block;width:100%;max-width:300px;margin:2rem auto;padding:12px 28px;background:var(--espresso);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .25s;font-family:var(--body)}.load-more-btn:hover{background:#4a3628;transform:translateY(-1px)}.skeleton-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:0}@media (max-width: 1100px){.products-section{padding-left:28px;padding-right:28px}.products-grid,.skeleton-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.products-section{padding-left:20px;padding-right:20px}.products-grid{grid-template-columns:repeat(2,1fr);gap:14px}.skeleton-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.products-grid{grid-template-columns:repeat(2,1fr)}}:root{--brown: #5C4033;--tan: #C4A77D;--cream: #F5F0E8;--espresso: #3A2A1D;--gold: #B8860B;--white: #FFFFFF;--dark: #2C1810;--med: #6B5B4F;--light: #9A8B7E;--border: rgba(92, 64, 51, .07);--green: #2D6A4F;--red: #B44D2E;--display: "Cormorant Garamond", Georgia, serif;--body: "Outfit", -apple-system, sans-serif}.collection-page *,.collection-page *:before,.collection-page *:after{box-sizing:border-box}.collection-page{max-width:1440px;margin:0 auto;font-family:var(--shop-font-family, var(--body));background:var(--page-bg-color, var(--white));color:var(--dark);-webkit-font-smoothing:antialiased}.collection-header,.style-selector,.mobile-filter-toggle,.drawer-overlay,.drawer-close{display:none}.filter-sidebar{display:none!important}.collection-layout{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem}@media (max-width: 768px){.main-content{padding:1rem}}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .2s}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover{background-color:#7f8c8d}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.loading{text-align:center;padding:2rem;color:#666}.error{background-color:#fee;color:#c33;padding:1rem;border-radius:4px;margin-bottom:1rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#111;letter-spacing:.025em;font-size:16px;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
