:root{--bg-color:#f8f9fa;--text-color:#212529;--border-color:#dee2e6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;display:flex}.container{flex-grow:1;grid-template-columns:280px 1fr;gap:1.5rem;width:100%;max-width:1140px;margin:1.5rem auto;padding:0 1rem;display:grid}.sidebar-col{flex-direction:column;gap:1rem;height:fit-content;display:flex;position:sticky;top:90px}.content-area{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.card{background:#fff;border:2px solid #dee2e6;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #00000005}.card-header{color:#212529;background:#f8f9fa;border-bottom:2px solid #dee2e6;padding:.75rem 1.25rem;font-size:1rem;font-weight:700}.card-body{padding:1.25rem}.tabs-header{border-bottom:2px solid #dee2e6;gap:.5rem;margin-bottom:1.5rem;display:flex}.tab-btn{color:#6c757d;cursor:pointer;background:0 0;border:none;border-radius:8px 8px 0 0;align-items:center;gap:8px;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative}.tab-btn:hover{color:#0d6efd;background:#0d6efd0d}.tab-btn.active{color:#0d6efd}.tab-btn.active:after{content:"";background-color:#0d6efd;border-radius:3px;height:3px;position:absolute;bottom:-2px;left:0;right:0}.tab-content{display:none}.tab-content.active{animation:.4s fadeIn;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d6efd,#0b5ed7);border:none;border-radius:6px;align-items:center;gap:6px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px #0d6efd26}.btn-primary:hover{background:linear-gradient(135deg,#0b5ed7,#0a58ca);transform:translateY(-2px);box-shadow:0 6px 12px #0d6efd40}.btn-danger{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;align-items:center;gap:4px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-danger:hover{background:#bb2d3b}.shared-header-box{border-bottom:1px dashed #dee2e6;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.shared-title{color:#343a40;font-size:1.15rem;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:1.25rem;display:grid}.product-item{border:1px solid var(--border-color);background:#fff;border-radius:8px;flex-direction:column;gap:8px;padding:1.25rem;transition:all .3s;display:flex;position:relative;box-shadow:0 2px 4px #00000005}.product-item:hover{border-color:#ced4da;transform:translateY(-3px);box-shadow:0 6px 12px #00000014}.product-item-title{color:#212529;margin-top:5px;font-size:1.05rem;font-weight:700}.product-item-meta{color:#6c757d;font-size:.8rem}.product-item-price{color:#198754;margin:3px 0;font-size:1.1rem;font-weight:700}.product-item-badge{color:#0f5132;background:#d1e7dd;border-radius:4px;align-self:flex-start;padding:2px 8px;font-size:.72rem;font-weight:700}.product-item-badge.shared{color:#084298;background:#cfe2ff}.key-box{color:#495057;word-break:break-all;background:#f8f9fa;border:1px dashed #ced4da;border-radius:4px;margin-top:5px;padding:8px;font-family:monospace;font-size:.85rem}.card-gallery{gap:6px;margin-top:5px;padding-bottom:4px;display:flex;overflow-x:auto}.card-gallery img{object-fit:cover;border:1px solid #dee2e6;border-radius:4px;flex-shrink:0;width:50px;height:50px}.no-data{text-align:center;color:#6c757d;grid-column:1/-1;padding:3rem}.loading-spinner{color:#007bff;justify-content:center;align-items:center;gap:10px;padding:3rem 1rem;font-size:.9rem;display:flex}.spinner{border:2px solid #007bff1a;border-top-color:#007bff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.toast-container{z-index:1100;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.toast-msg{color:#fff;background:#212529;border-radius:6px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:500;animation:.3s cubic-bezier(.4,0,.2,1) slideIn;box-shadow:0 4px 12px #00000026}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.modal{z-index:1050;backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:auto}.modal.active{display:flex}.modal-content{background-color:#fff;border:2px solid #dee2e6;border-radius:12px;width:95%;max-width:600px;max-height:90vh;animation:.3s modalFadeIn;overflow-y:auto;box-shadow:0 10px 25px #00000026}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:2px solid #dee2e6;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:1.1rem;font-weight:700;display:flex}.modal-body{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.modal-footer{border-top:2px solid #dee2e6;justify-content:flex-end;gap:10px;padding:1rem 1.5rem;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-control{box-sizing:border-box;border:2px solid #dee2e6;border-radius:6px;outline:none;width:100%;padding:.6rem .8rem;font-size:.95rem;transition:border-color .2s}.form-control:focus{border-color:#0d6efd}.btn-outline{color:#212529;cursor:pointer;background:#fff;border:2px solid #dee2e6;border-radius:6px;justify-content:center;align-items:center;padding:.4rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.btn-outline:hover{background:#f8f9fa}.list-builder-items{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.image-preview-card{border:1px solid #dee2e6;border-radius:6px;width:80px;height:80px;position:relative;overflow:hidden}.image-preview-card img{object-fit:cover;width:100%;height:100%}.remove-image-btn{color:#fff;cursor:pointer;background:#dc3545d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.variant-tag{background:#e9ecef;border:1px solid #ced4da;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.82rem;font-weight:500;display:flex}.variant-price{color:#198754;font-weight:700}.remove-variant{color:#dc3545;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:1.1rem;font-weight:700;line-height:1}.drawer{z-index:1060;background-color:#0006;justify-content:flex-end;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.drawer.active{display:flex}.drawer-content{background-color:#fff;flex-direction:column;width:500px;max-width:90%;height:100%;animation:.15s cubic-bezier(.16,1,.3,1) drawerSlideIn;display:flex;box-shadow:-5px 0 25px #00000026}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{border-bottom:2px solid #dee2e6;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.15rem;font-weight:700;display:flex}.drawer-body{flex-direction:column;flex-grow:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.drawer-footer{background:#f8f9fa;border-top:2px solid #dee2e6;justify-content:flex-end;gap:10px;padding:1.25rem 1.5rem;display:flex}.lightbox{z-index:2000;backdrop-filter:blur(5px);cursor:zoom-out;background-color:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.lightbox.active{display:flex}.lightbox-content{border-radius:8px;max-width:90%;max-height:90%;animation:.25s zoomIn;box-shadow:0 5px 25px #0000004d}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-close{color:#f1f1f1;cursor:pointer;font-size:40px;font-weight:700;transition:all .3s;position:absolute;top:20px;right:30px}.view-toggle-group{background:#e9ecef;border:1px solid #dee2e6;border-radius:6px;padding:4px;display:flex}.view-toggle-btn{cursor:pointer;color:#495057;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-size:1.1rem;line-height:1;transition:all .15s;display:flex}.view-toggle-btn.active{color:#0d6efd;background:#fff;box-shadow:0 2px 6px #00000026}.view-toggle-btn:hover:not(.active){color:#212529;background:#ffffff80}.list-main-row{display:contents}.list-img{display:none}.list-info-header{justify-content:space-between;align-items:center;width:100%;display:flex}.list-actions{order:99;justify-content:flex-end;gap:8px;margin-top:auto;padding-top:10px;display:flex}.chevron-btn{display:none}.product-grid.list-view{flex-direction:column;gap:.75rem;display:flex}.product-grid.list-view .product-item{border-radius:8px;flex-direction:column;gap:0;padding:.75rem 1.25rem;transition:border-color .15s,box-shadow .15s;display:flex}.product-grid.list-view .list-main-row{flex-direction:row;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;display:flex}.product-grid.list-view .list-img{object-fit:cover;border:1px solid #dee2e6;border-radius:6px;flex-shrink:0;width:48px;height:48px;display:block}.product-grid.list-view .list-info{flex-direction:column;flex-grow:1;gap:2px;display:flex}.product-grid.list-view .list-info-header{align-items:center;gap:8px;margin-bottom:2px;display:flex}.product-grid.list-view .product-item-title{margin:0;font-size:1.05rem;font-weight:600}.product-grid.list-view .product-item-price{color:#198754;margin:0;font-size:.9rem;font-weight:500}.product-grid.list-view .list-actions{order:initial;flex-shrink:0;align-items:center;gap:10px;margin-top:0;padding-top:0;display:flex}.product-grid.list-view .chevron-btn{cursor:pointer;color:#495057;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;justify-content:center;align-items:center;height:fit-content;padding:6px 10px;font-size:.9rem;transition:all .15s;display:flex}.product-grid.list-view .chevron-btn:hover{color:#212529;background:#e9ecef;border-color:#ced4da}.product-grid.list-view .list-details-row{border-top:1px solid #e9ecef;width:100%;margin-top:.75rem;padding-top:.75rem;animation:.2s ease-out slideDown;display:none}.product-grid.list-view .product-item.expanded .list-details-row{display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){html,body{width:100%;overflow-x:hidden}body{padding-bottom:74px!important}.container{grid-template-columns:1fr;margin:1rem auto;padding:0 .75rem}.content-area{width:100%;min-width:0}.sidebar-col{display:none!important}.product-grid.list-view .list-main-row{flex-direction:column;align-items:stretch;gap:.75rem}.product-grid.list-view .list-actions{border-top:1px solid #f1f3f5;justify-content:flex-end;width:100%;padding-top:8px}.product-grid.list-view .list-img{width:60px;height:60px}}
