@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid var(--border-color)}.navbar{background:linear-gradient(to right,#000,#000 30%,#7100ff 80%)}.navbar-left{display:flex;align-items:center;gap:2rem}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--primary-text);text-decoration:none}.navbar-links{display:flex;gap:1.5rem}.navbar-links a{color:var(--secondary-text);text-decoration:none;transition:color .2s}.navbar-links a:hover{color:var(--primary-text)}.navbar-right{display:flex;align-items:center;gap:1rem}.profile-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--primary-text)}.avatar{width:32px;height:32px;border-radius:50%}.auth-button{padding:.5rem 1rem;border-radius:4px;font-weight:500;cursor:pointer}.auth-button.login{background-color:var(--accent-color);color:#fff;border:none}.auth-button.logout{background-color:transparent;border:1px solid var(--border-color);color:var(--secondary-text)}.auth-button:hover{opacity:.9}html,body{font-family:Montserrat,sans-serif;font-weight:400;background:#0e0e0e;color:#fff}.profile-container{max-width:700px;margin:40px auto;padding:32px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:column;gap:24px}.profile-container h1{margin:0;font-size:1.75rem;font-weight:700;color:#003153;text-align:center}.profile-container,.profile-container *{font-family:Montserrat,sans-serif!important}.profile-content{display:flex;gap:32px;align-items:center}.profile-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #0000001a}.profile-info{flex:1;display:flex;flex-direction:column;gap:16px;font-family:Montserrat,sans-serif!important}.profile-info p{margin:0;display:grid;grid-template-columns:120px 1fr;column-gap:16px;align-items:center;font-size:1rem;color:#555}.profile-info p strong{font-weight:600;color:#333;text-align:left}.profile-info p span,.profile-info p{font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.error-container{max-width:600px;margin:40px auto;padding:32px;background:#fff3f3;border:2px solid #c00;border-radius:8px;box-shadow:0 4px 12px #cc000040;text-align:center}.error-container h2{margin-top:0;color:#c00}.loading-container{max-width:600px;margin:40px auto;padding:40px 0;text-align:center;color:#777;font-size:1.125rem}.spinner{width:60px;height:60px;margin:0 auto 1rem;border:6px solid rgba(168,230,207,.3);border-top-color:#7100ff;border-radius:50%;animation:spin 1s linear infinite}.edit-btn,.save-btn,.cancel-btn{font-family:Montserrat,sans-serif;font-weight:600;font-size:.9rem;padding:8px 16px;border:none;border-radius:30px;box-shadow:0 2px 4px #0000000a;cursor:pointer;transition:background .2s ease,transform .1s ease;color:#fff;margin-top:8px}.edit-btn{background:#194670}.edit-btn:hover{background:#34495e;transform:translateY(-2px)}.save-btn{background:#2e8b57}.save-btn:hover{background:#3ca16c;transform:translateY(-2px)}.cancel-btn{background:#a93226}.cancel-btn:hover{background:#c0392b;transform:translateY(-2px)}.whatsapp-field{display:flex;align-items:center;gap:8px;margin-top:4px}.whatsapp-input{flex:1;padding:8px 12px;border:1px solid #ccc;border-radius:8px;font-family:Montserrat,sans-serif;font-size:1rem;transition:border-color .2s}.whatsapp-input:focus{outline:none;border-color:#4caf50}.whatsapp-hint{font-size:.875rem;color:#777;white-space:nowrap}.profile-input{width:100%;padding:8px;border:2px solid #ccc;border-radius:6px;font-size:1rem;font-family:inherit;margin:4px 0 8px}.loading-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;justify-content:center;align-items:center;z-index:10000}.loading-modal-content{box-shadow:0 8px 24px #0003;border-radius:16px;padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.loading-spinner{width:60px;height:60px;border:6px solid rgba(0,0,0,.1);border-top-color:#7100ff;border-radius:50%;animation:loading-spin 1s linear infinite}.loading-message{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#333}@keyframes loading-spin{to{transform:rotate(360deg)}}.material-finish-configuration-list{margin:20px;background-color:#fff}.material-finish-configuration{border:1px solid #ddd;border-radius:5px;padding:15px 15px 40px;margin-bottom:20px;position:relative}.finishes-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.finish-item{display:flex;align-items:center;background-color:#f0f0f0;padding:5px 10px;border-radius:3px}.material-image{max-width:100px;max-height:100px;margin-top:10px}.product-configuration-list{margin:20px;background-color:#fff}.product-configuration{border:1px solid #ddd;border-radius:5px;padding:15px 15px 40px;margin-bottom:20px;position:relative}.shapes-container,.sizes-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.shape-item,.size-item{display:flex;flex-direction:column;align-items:center;text-align:center}.shape-item img{margin-bottom:5px}.delete-button{position:absolute;bottom:10px;right:10px;background-color:#ff4d4d;color:#fff;border:none;padding:5px 10px;border-radius:3px;cursor:pointer}.delete-button:hover{background-color:#ff1a1a}.admin-products-container{color:#000;padding:20px;max-width:1200px;margin:0 auto;background-color:#999595}.admin-products-container footer{background-color:#000;color:#fff;padding:20px;margin-top:30px}.admin-products-container h1{text-align:center;margin-bottom:30px}.error{color:red;margin-bottom:15px}.lists-container{margin-bottom:30px}.row{display:flex;justify-content:space-between;margin-bottom:20px}.list-column{flex:1;margin-right:20px;background-color:#f8f9fa;border-radius:5px;padding:15px}.list-column:last-child{margin-right:0}.list-column h2{font-size:1.2em;margin-bottom:10px;color:#333}.list-column ul{list-style-type:none;padding:0}.list-column li{margin-bottom:5px;padding:5px;background-color:#fff;border-radius:3px}.product-form{background-color:#f8f9fa;padding:20px;border-radius:5px;margin-bottom:30px}.product-form h2{margin-bottom:20px;color:#000}.product-form input[type=text],.product-form textarea,.product-form select{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ddd;border-radius:4px}.product-form select[multiple]{height:100px}.product-form button{background-color:#007bff;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer}.product-form button:disabled{background-color:#ccc}.product-item{display:flex;background-color:#f8f9fa;padding:15px;margin-bottom:15px;border-radius:5px}.product-item img{margin-right:15px}.product-details{flex-grow:1}.product-details h3{margin-top:0}.product-actions{display:flex;align-items:center}.product-actions button{background-color:#dc3545;color:#fff;padding:5px 10px;border:none;border-radius:4px;cursor:pointer}.product-actions button:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 768px){.row{flex-direction:column}.list-column{margin-right:0;margin-bottom:20px}.product-item{flex-direction:column}.product-item img{margin-right:0;margin-bottom:15px}}.enhanced-list-renderer{margin-bottom:20px}.enhanced-list-select{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px}.enhanced-list-actions{display:flex;gap:10px;margin-bottom:10px}.enhanced-list-button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.enhanced-list-button:disabled{background-color:#ccc;cursor:not-allowed}.enhanced-list-input{width:100%;padding:8px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.modal-content{background-color:#fff;padding:20px;border-radius:4px;width:300px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.image-list-renderer{margin-bottom:20px;font-family:Arial,sans-serif}.image-list-renderer h2{font-size:1.5em;font-weight:700;margin-bottom:16px;color:#333}.image-list-renderer ul{list-style:none;padding:0;margin:0}.image-list-renderer li{display:flex;align-items:center;margin-bottom:10px;padding:8px;background-color:#fff;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.image-list-renderer li:hover{background-color:#f0f0f0}.image-list-renderer li.selected{background-color:#e6f2ff}.image-list-renderer li img{width:50px;height:50px;object-fit:cover;margin-right:12px;border-radius:50%}.image-list-renderer button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-right:10px;font-size:.9em}.image-list-renderer button:disabled{background-color:#ccc;cursor:not-allowed}.image-list-renderer .delete-button1{background-color:#dc3545}.image-list-renderer .modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.image-list-renderer .modal-content{height:45%;background:linear-gradient(145deg,#fff,#f0f0f0);padding:20px;border-radius:6px;width:320px;box-shadow:0 0 10px #0003}.image-list-renderer .modal-content h3{margin-top:0;font-size:1.2em;margin-bottom:12px;color:#333}.image-list-renderer .modal-content input[type=text],.image-list-renderer .modal-content input[type=file]{width:100%;padding:8px;margin-top:6px;margin-bottom:12px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:.9em}.image-list-renderer .modal-content .modal-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.image-table{list-style:none;margin:0;padding:0;width:100%}.image-table .image-list-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #eee;cursor:pointer}.image-table .image-list-item:last-child{border-bottom:none}.image-table .image-list-item img{width:40px;height:40px;object-fit:cover;border-radius:4px}.image-table .image-list-item .col.name{grid-column:2;font-weight:500;color:#333}.image-table .image-list-item .col.price{grid-column:3;text-align:right;font-family:monospace;color:#1a1a1a}.image-table .image-list-item.selected{background:#f0f8ff}.price-form{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.price-form input{width:6rem;padding:.25rem}.price-form button{padding:.25rem .75rem}.finish-list-renderer .finish-list-container{background:#fff;border:1px solid #e5e5e5;border-radius:6px;min-height:120px;max-height:260px;overflow-y:auto}.finish-list-renderer .finish-list1{position:relative;list-style:none;margin:0;padding:0}.finish-list-renderer .finish-list-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.5rem;padding:6px 10px;border-bottom:1px solid #e5e5e5;cursor:pointer;transition:background .15s ease}.finish-actions{display:flex;gap:.5rem}.finish-actions button{padding:6px 14px;border:none;border-radius:4px;font-weight:500;color:#fff;cursor:pointer;transition:background .2s ease,opacity .2s ease}.finish-actions button:disabled{opacity:.5;cursor:not-allowed}.finish-actions button:nth-child(1){background-color:#3b82f6}.finish-actions button:nth-child(2){background-color:#3b82f6}.finish-actions button:nth-child(3){background-color:#ef4444}.finish-actions button:hover:not(:disabled){filter:brightness(1.1)}.progress-bar{fill:none;stroke:#4caf50;stroke-width:8;stroke-linecap:round;transition:stroke-dasharray .5s ease}.quantity-configuration-list{margin-bottom:20px}.quantity-configuration{display:grid;grid-template-columns:120px 1fr auto;align-items:start;padding:10px 0;border-bottom:1px solid #e0e0e0;column-gap:16px}.qc-size{font-weight:700}.qc-quantities{display:flex;flex-direction:column;gap:4px}.qc-quantity-item{display:grid;grid-template-columns:80px 200px 300px;align-items:center;column-gap:8px}.qc-col{padding:2px 4px}.qc-col-desc,.qc-col-discount{border-left:1px solid #ccc;padding-left:8px}.delete-button-qc{background-color:#dc3545;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;justify-self:end;align-self:start}.delete-button-qc:hover{background-color:#c82333}.seleccionar-producto{display:flex;flex-direction:column;gap:.5rem;background-color:#0e0e0e;color:#fff}.dropdown-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.dropdown{position:relative;background-color:#0e0e0e;display:flex;flex-direction:column;gap:.5rem}.dropdown-button{display:flex;color:#fff;justify-content:space-between;align-items:center;width:100%;font-weight:700;background-color:#fff;color:#000;border:1px solid #d1d5db;padding:1rem;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:border-color .2s ease}.dropdown-button:hover{border-color:#fff}.dropdown-button span{display:flex;align-items:center}.dropdown-button .dropdown-icon{width:1.25rem;height:1.25rem;fill:#000;transition:transform .2s ease}.dropdown-button .dropdown-icon.rotate{transform:rotate(180deg)}.dropdown-list{position:absolute;top:calc(100% + .5rem);left:0;width:100%;z-index:10;background-color:#0e0e0e;border:1px solid #d1d5db;border-radius:.5rem;margin-top:.5rem;padding:0;box-shadow:0 4px 6px #0000001a}.dropdown-item{padding:.75rem 1rem;font-size:1rem;cursor:pointer;transition:background-color .2s ease,color .2s ease;color:#fff}.dropdown-item:hover{background-color:#fff;color:#000}.dropdown-item:active{background-color:#0e0e0e;color:#fff}.dropdown-item[aria-selected=true]{background-color:#6366f1;color:#fff;font-weight:700}.dropdown-item.disabled{cursor:not-allowed;color:#9ca3af;background-color:transparent}.shape-list-title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.shape-list{list-style:none;padding:0;margin:0}.shape-list-item{display:flex;align-items:center;padding:.75rem;margin:.25rem 0;background:#0e0e0e;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease}.shape-list-item:hover{background:#fff;color:#000}.shape-list-item.selected{background:#fff;color:#000;font-weight:700}.shape-icon{width:2rem;height:2rem;margin-right:1rem}.selected-shape{margin-top:1rem;font-size:1rem;color:#333}.size-list-title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.size-list{list-style:none;padding:0;margin:0}.size-list-item{display:flex;align-items:center;padding:.75rem;margin:.25rem 0;background:#0e0e0e;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease,color .3s ease}.size-list-item:hover{background:#fff;color:#000}.size-list-item.selected{background:#fff;color:#000;font-weight:700}.size-icon{width:2rem;height:2rem;margin-right:1rem}.selected-size{margin-top:1rem;font-size:1rem;color:#333}.material-list-container{margin:0 auto;padding:16px;background-color:#0e0e0e;color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-height:400px;overflow-y:scroll;overflow-x:hidden;scrollbar-gutter:stable;scrollbar-width:auto}.material-list-container::-webkit-scrollbar{width:10px}.material-list-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:5px}.material-list-container::-webkit-scrollbar-track{background-color:#f9f9f9}.material-list-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:16px;text-align:center}.material-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:16px}.material-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;background-color:#0e0e0e;border:2px solid transparent;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:all .2s ease-in-out}.material-item:hover{transform:translateY(-4px);box-shadow:0 6px 12px #00000026}.material-item.selected{border-color:#7100ff;box-shadow:0 4px 8px #2196f333;background-color:#fff;color:#000}.material-image{width:100%;max-width:100px;height:100px;object-fit:cover;border-radius:4px;margin-bottom:8px}.material-item span{font-size:1rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subirimagen-button{grid-column:4;background-color:#d71dc8;color:#fff;font-family:Myriad Pro,sans-serif;font-size:20px;padding:15px 20px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;margin-right:-20px;width:20%}.subirimagen-button:hover{background-color:#be19b4}.subirimagen-button:active{transform:scale(.98)}.finish-list-container{margin:1rem 0;border:2px solid #7100ff;border-radius:.5rem;padding:10px}.finish-list-title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.dropdown{position:relative;display:inline-block;width:100%}.dropdown-icon{float:right;font-size:.9rem}.finish-list{position:absolute;top:100%;left:0;width:100%;background:#0e0e0e;border-radius:.5rem;border:1px solid #0e0e0e;margin:0;padding:0;z-index:10;list-style:none;max-height:200px;overflow-y:auto}.finish-item{padding:.75rem;background:#0e0e0e;border-bottom:1px solid #0e0e0e;cursor:pointer;transition:background-color .3s ease}.finish-item:last-child{border-bottom:none}.finish-item:hover{background-color:#fff;color:#000}.finish-item.selected{background:#fff;color:#000}.quantity-heading{margin-bottom:8px}.quantity-item{display:grid;grid-template-columns:70px 80px 50px;column-gap:12px;align-items:center;padding:.75rem;margin:.25rem 0;background:#0e0e0e;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;position:relative;transition:background-color .3s ease,color .3s ease}.quantity-item:hover{background:#fff;color:#000}.quantity-item.active{background:#fff;color:#000;font-weight:700}.quantity-radio{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.quantity-label{display:contents}.quantity-name{text-align:left;overflow:hidden;text-overflow:ellipsis}.quantity-price{text-align:center}.sale-badge{text-align:right;color:#d71dc8;font-weight:700}.quantity-item.active .sale-badge{color:#d71dc8}.modal-content{background:linear-gradient(145deg,#fff,#f0f0f0);box-shadow:0 8px 24px #0003;border-radius:16px;text-align:center;padding:30px;position:relative;width:240px;height:240px;display:flex;justify-content:center;align-items:center;flex-direction:column}.progress-circle{width:100%;height:100%;transform:rotate(-90deg)}.progress-bar{fill:none;stroke:#4caf50;stroke-width:8;stroke-linecap:round;stroke-dasharray:0 283;transition:stroke-dasharray .5s ease}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-weight:700;color:#333}.success-text{margin-top:10px;font-size:18px;font-weight:600;color:#4caf50}.checkmark{width:100px;height:100px;stroke:#4caf50;stroke-width:3;stroke-miterlimit:10;animation:scaleUp .4s ease-in-out .2s forwards}.product-list-container{margin:auto;max-width:1200px;padding:16px;border:2px dashed transparent;border-radius:8px}h2{font-size:24px;font-weight:800;color:#fff;margin-bottom:8px}p{font-size:16px;color:#fff;margin-bottom:24px}.grid-container{display:grid;grid-template-columns:20% 40% 15% 25%;gap:16px;align-items:start;grid-template-areas:"product material size quantity" "shape material size quantity" "shape finish size quantity";grid-auto-rows:min-content}.product-section{grid-area:product;background:#0e0e0e;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:2px solid #7100ff;border-radius:.5rem;padding:10px 10px 20px}.material-section{position:relative;grid-area:material;background:linear-gradient(#7100ff,#7100ff);border-radius:.5rem;padding:2px;box-shadow:0 2px 6px #00000026}.material-section:before{content:"";position:absolute;top:2px;left:2px;right:2px;bottom:2px;background:#0e0e0e;border-radius:calc(.5rem - 2px);z-index:1}.material-section>*{position:relative;z-index:2;padding:16px}.size-section{position:relative;grid-area:size;background:linear-gradient(#7100ff,#7100ff);border-radius:.5rem;padding:2px;box-shadow:0 2px 4px #0000001a}.size-section:before{content:"";position:absolute;top:2px;left:2px;right:2px;bottom:2px;background:#0e0e0e;border-radius:calc(.5rem - 2px);z-index:1}.size-section>*{position:relative;z-index:2;padding:16px}.quantity-section{position:relative;grid-area:quantity;background:linear-gradient(#7100ff,#7100ff);border-radius:.5rem;padding:2px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.quantity-section:before{content:"";position:absolute;top:2px;left:2px;right:2px;bottom:2px;background:#0e0e0e;border-radius:calc(.5rem - 2px);z-index:1}.quantity-section>*{position:relative;z-index:2;padding:16px}.shape-section{position:relative;grid-area:shape;background:linear-gradient(#7100ff,#7100ff);border-radius:.5rem;padding:1px}.shape-section:before{content:"";display:block;position:absolute;top:2px;left:2px;right:2px;bottom:2px;background:#0e0e0e;border-radius:calc(.5rem - 2px);z-index:1}.shape-section>*{position:relative;z-index:2;padding:16px}h3{font-size:18px;font-weight:700;margin-bottom:12px}.product-dropdown,.upload-button{width:100%;padding:12px;background:gold;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer}.material-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px}.material-card{text-align:center}.material-card img{width:100%;height:auto;border-radius:8px;margin-bottom:8px}.size-options,.quantity-options{list-style:none;padding:0}.size-options li,.quantity-options li{padding:8px;border:1px solid #ddd;border-radius:4px;margin-bottom:4px;cursor:pointer}.size-options li:hover,.quantity-options li:hover{background:#0e0e0e}.file-input{display:none}.upload-section{text-align:center;margin-top:16px}.upload-button{background:gold;color:#000;font-weight:700;padding:12px 24px;border:none;border-radius:8px;cursor:pointer}.upload-button:hover{background:#ffc107}.subir-imagen-button,.siguiente-button{text-align:right}.banner-container{width:100%;text-align:center}.banner-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.banner-placeholder{width:100%;text-align:center;color:#555;font-style:italic}.banner-placeholder.error{color:#c00}.editor-container{display:flex;flex-direction:column;overflow:hidden;background-color:#0e0e0e;font-family:Myriad Pro,Arial,sans-serif;margin-left:0;align-self:flex-start}.editor-toolbar{padding:10px;background-color:#0e0e0e;z-index:1000}.canvas-wrapper{flex-grow:1;display:grid;left:-10%;justify-content:center;align-items:center;position:relative;width:85%}.canvas-container{width:70%;position:relative;background-color:#0e0e0e;box-shadow:0 0 10px #0000001a}.resize-handle{position:absolute;width:24px;height:24px;background-color:#000c;border-radius:50%;z-index:1000;display:flex;align-items:center;justify-content:center}.resize-handle svg{width:16px;height:16px;color:#fff}.resize-handle-n,.resize-handle-s{cursor:ns-resize}.resize-handle-e,.resize-handle-w{cursor:ew-resize}.resize-handle-nw,.resize-handle-se{cursor:nwse-resize}.resize-handle-ne,.resize-handle-sw{cursor:nesw-resize}.resize-handle-n{top:-12px;left:50%;transform:translate(-50%)}.resize-handle-s{bottom:-12px;left:50%;transform:translate(-50%)}.resize-handle-e{right:-12px;top:50%;transform:translateY(-50%)}.resize-handle-w{left:-12px;top:50%;transform:translateY(-50%)}.resize-handle-nw{left:-12px;top:-12px}.resize-handle-ne{right:-12px;top:-12px}.resize-handle-sw{left:-12px;bottom:-12px}.resize-handle-se{right:-12px;bottom:-12px}.dimension{position:absolute;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;font-weight:700;color:#000;background-color:transparent;pointer-events:none}.width-dimension{font-size:large;left:50%;bottom:-70px;transform:translate(-50%)}.height-dimension{font-size:large;top:50%;height:2rem;left:-70px;transform:translateY(-50%) rotate(-90deg);transform-origin:center center}.error-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#f00c;color:#fff;padding:10px;border-radius:5px}.editor-page-container{display:flex;justify-content:flex-start}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-content{background:linear-gradient(145deg,#fff,#f0f0f0);box-shadow:0 8px 24px #0003;border-radius:16px;text-align:center;padding:30px;position:relative;width:240px;height:240px;display:flex;flex-direction:column;justify-content:center;align-items:center}.circular-progress{position:relative;width:120px;height:120px}@keyframes rotateSpinner{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}.progress-circle{width:100%;height:100%;animation:rotateSpinner 2s linear infinite}.progress-bg{fill:none;stroke:#e0e0e0;stroke-width:8}.progress-bar{fill:none;stroke:#7100ff;stroke-width:8;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes dash{0%{stroke-dasharray:1,283;stroke-dashoffset:0}50%{stroke-dasharray:140,283;stroke-dashoffset:-35}to{stroke-dasharray:1,283;stroke-dashoffset:-125}}.modal-message{margin-top:20px;font-size:16px;color:#333}.success-animation{display:flex;flex-direction:column;align-items:center}.success-text{margin-top:10px;font-size:18px;font-weight:600;color:#000}.checkmark{width:100px;height:100px;stroke:#7100ff;stroke-width:3;stroke-miterlimit:10;animation:scaleUp .4s ease-in-out .2s forwards}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;animation:drawCircle .6s ease-in-out forwards}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;animation:drawCheck .3s ease-in-out .6s forwards}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes scaleUp{to{transform:scale(1);opacity:1}}.err-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;display:flex;justify-content:center;align-items:center;z-index:30000}.err-modal__card{width:420px;max-width:92vw;background:#fff;border-radius:28px;padding:48px 36px 40px;text-align:center;font-family:Montserrat,sans-serif;box-shadow:0 16px 40px #0006}.err-modal__icon{width:100px;height:100px;margin:0 auto 28px;position:relative}.err-modal__cross,.err-modal__cross:before,.err-modal__cross:after{content:"";position:absolute;left:50%;top:50%;width:100px;height:14px;background:#ff1744;border-radius:7px;transform:translate(-50%,-50%) rotate(45deg);animation:pop .6s ease-out forwards}.err-modal__cross:after{transform:translate(-50%,-50%) rotate(-45deg)}@keyframes pop{0%{transform:translate(-50%,-50%) scale(0) rotate(45deg)}60%{transform:translate(-50%,-50%) scale(1.15) rotate(45deg)}to{transform:translate(-50%,-50%) scale(1) rotate(45deg)}}.err-modal__msg{font-size:1rem;font-weight:600;color:#333;margin-bottom:18px}.err-modal__count{font-size:.9rem;color:#666}.editor-sidebar{display:flex;flex-direction:column;align-items:center;width:90px;background-color:#1f1f1f;height:100vh;color:#fff;position:fixed;right:0;top:0;padding-top:10px;z-index:1000}.tool{width:90px;height:90px;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:transparent;cursor:pointer;transition:background-color .3s}.tool:hover,.tool.selected{background-color:#d9d9d9;color:#1f1f1f}.tool-label{font-size:12px;color:inherit;text-align:center;display:flex;justify-content:center;align-items:center;white-space:normal;max-width:80%;word-wrap:break-word}.tool img{width:30px;height:30px;filter:invert(100%)}.tool.selected .tool-icon{filter:invert(0%)}.tool-close{margin-bottom:20px;font-size:14px;color:#fff;cursor:pointer;text-align:center}.tool-close:hover{background-color:#d9534f;color:#fff}.close-icon{font-size:12px;margin-left:5px}.editor-panel-bar{position:fixed;top:0;right:90px;width:300px;height:100vh;background-color:#d9d9d9;border-left:1px solid #d9d9d9;padding:20px;overflow-y:auto;display:flex;flex-direction:column;justify-content:space-between;z-index:1000;color:#000}.editor-panel-bar-content{height:100vh;flex-grow:1;overflow-y:auto;padding-bottom:10px}.editor-panel-bar h2{font-size:18px;margin-bottom:10px;z-index:1200}.editor-panel-bar p{font-size:14px;color:#333;z-index:1200}.editor-panel-bar-footer{margin-top:auto;padding:15px;background-color:#fff;border-radius:10px;box-shadow:0 -2px 5px #0000001a;text-align:center;font-weight:700;display:flex;flex-direction:column;gap:10px}.footer-container{display:flex;flex-direction:column;gap:10px}.footer-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #ddd}.footer-row:last-child{border-bottom:none}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:8px 0;border-bottom:1px solid #ddd}.footer-item{display:flex;flex-direction:column;align-items:center}.footer-item input{width:60px;padding:5px;border:1px solid #ccc;border-radius:5px;text-align:center}.footer-row textarea{width:100%;padding:5px;border:1px solid #ccc;border-radius:5px}.footer-value{font-size:18px;font-weight:700}.footer-button button{width:100%;padding:12px;border:none;background-color:#d71dc8;color:#fff;font-size:16px;font-weight:700;border-radius:30px;cursor:pointer;transition:background-color .3s ease}.footer-button button:hover{background-color:#d71dc8;transform:translateY(-1px)}.total-price{font-size:18px;font-weight:700}.editor-main-material-list{padding:16px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;margin:auto}.editor-material-list{display:flex;flex-direction:column;gap:12px;align-items:center;padding:10px}.editor-material-item{display:flex;align-items:center;gap:10px;padding:10px;width:100%;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;border:1px solid #ddd;background:#f9f9f9}.editor-material-item:hover{background-color:#f5f5f5;transform:scale(1.03)}.editor-material-item.selected{background-color:#007bff;color:#fff;font-weight:700;border-color:#0056b3}.editor-material-icon{width:50px;height:50px;border-radius:8px;object-fit:cover}.editor-material-name{font-size:16px;font-weight:500}.editor-imagenes-predisenadas{width:100%;height:400px;overflow-y:auto;background-color:#f8f8f8;padding:10px;border-bottom:1px solid #ddd}.editor-imagenes-predisenadas h3{font-size:16px;margin-bottom:10px;text-align:center}.image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;justify-items:center}.image-item img{width:60px;height:60px;object-fit:cover;border-radius:4px;transition:transform .2s ease}.image-item img:hover{transform:scale(1.1)}.text-editor{display:flex;flex-direction:column;gap:10px;padding:15px;background:#f8f8f8;border-radius:8px;width:320px}.text-editor-row{display:flex;justify-content:space-between;align-items:center}.text-editor-section{display:flex;flex-direction:column;width:48%}.color-picker-container{display:flex;flex-direction:column;gap:5px;align-items:flex-start}.color-label-container{display:flex;align-items:center;gap:5px}.color-hex{display:flex;align-items:center;gap:2px;background:#fff;border:1px solid #ccc;padding:3px 5px;border-radius:4px}.color-hex span{font-weight:700;color:#333}.color-input{width:60px;border:none;font-size:12px;text-align:center}.color-picker{display:flex;align-items:flex-start}.color-picker>*{transform:scale(.9);transform-origin:center}.add-text-button{width:80%;padding:8px;background-color:#007bff;color:#fff;border:none;cursor:pointer;font-size:16px;font-weight:700;border-radius:20px;transition:background .2s}.add-text-button:hover{background-color:#0056b3}.align-option{display:flex;align-items:center;gap:5px}.editor-scalpel{padding:10px;background:#f8f8f8;border:1px solid #ddd;border-radius:5px;text-align:center}.cut-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.cut-item{text-align:center;cursor:pointer;padding:5px;border:2px solid transparent;transition:border .2s;width:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}.cut-item img{width:50px;height:50px;object-fit:contain}.cut-item.selected{border:2px solid #007bff;border-radius:5px;background-color:#eef5ff}.editor-main{display:flex;height:100vh}.editor-side-bar{flex:0 0 250px;background-color:#f8f8f8;border-right:1px solid #ddd;overflow-y:auto}.editor-page{flex:1;padding:20px;overflow-y:auto}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}body{background-color:#0e0e0e;color:#fff;line-height:1.6}.app.light{background-color:#0e0e0e}.navbar{display:flex;align-items:center;justify-content:space-between;background-color:#007bff;padding:1rem 2rem;color:#fff}.navbar a{text-decoration:none;color:#fff;margin:0 1rem;font-weight:700;font-size:1rem;transition:color .3s}.navbar a:hover{color:#ffcd00}.main-content{background-color:#0e0e0e}.product-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.product-card{background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.product-card img{width:100%;height:200px;object-fit:cover}.product-card h3{padding:1rem;font-size:1.2rem;color:#007bff}.product-card p{padding:0 1rem 1rem;font-size:1rem;color:#666}.button{display:inline-block;background-color:#007bff;color:#fff;padding:.8rem 1.5rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;text-align:center;transition:background-color .3s,transform .2s}.button:hover{background-color:#0056b3;transform:scale(1.05)}.button.secondary{background-color:#6c757d}.button.secondary:hover{background-color:#5a6268}.editor-page{background:#fff;border:1px solid #ddd;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000001a;margin:0;position:relative;left:0;width:100%;max-width:300px}.editor-page h2{font-size:2rem;margin-bottom:1rem;color:#007bff}.editor-page .editor-tools{display:flex;justify-content:space-around;margin-top:2rem}.editor-page .editor-tool{text-align:center;padding:1rem;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;transition:transform .3s,box-shadow .3s}.editor-page .editor-tool:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.footer{text-align:center;padding:1rem;background-color:#007bff;color:#fff;margin-top:2rem}.footer a{color:#ffcd00;text-decoration:none}.footer a:hover{text-decoration:underline}.checkout-card,.checkout-card *{font-family:Montserrat,sans-serif}.checkout-card{max-width:800px;margin:40px auto;padding:32px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:column}.checkout-content{display:flex;gap:32px}.checkout-details{flex:1;display:flex;flex-direction:column;gap:16px}.detail-row{display:grid;grid-template-columns:120px 1fr;column-gap:16px;align-items:center}.detail-row .label{font-weight:600;color:#333;text-align:left}.detail-row .value{font-weight:400;color:#555;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.total-row{margin-top:8px}.total-row .label,.total-row .value{font-size:1.125rem;font-weight:700;color:#000}.checkout-image{width:150px;display:flex;justify-content:center;align-items:center}.checkout-image img{width:100%;height:auto;border-radius:8px;object-fit:cover;box-shadow:0 4px 12px #0000001a}.checkout-actions{display:flex;justify-content:center;margin-top:48px}.send-button{background:#d71dc8;color:#fff;font-size:1.25rem;font-weight:700;padding:16px 32px;border:none;border-radius:40px;cursor:pointer;transition:transform .1s,background .2s;height:64px}.send-button:hover{background:#d71dc8;transform:translateY(-2px)}.empty-cart{text-align:center;color:#777;font-size:1.125rem;padding:40px}.captcha-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:999}.captcha-modal-content{color:#000;position:relative;background:#fff;padding:24px;border-radius:8px;width:320px;text-align:center;box-shadow:0 4px 16px #0003}.captcha-close{height:20px;width:20px;position:absolute;color:#fff;top:8px;right:8px;background:#000;border:none;font-size:1rem;cursor:pointer;border-radius:50%}.captcha-code{font-family:Montserrat,sans-serif;font-weight:700;font-size:2rem;color:#000;background:#f0f4ff;padding:12px 0;margin:16px 0;border-radius:4px}.captcha-close:hover{background:conic-gradient(from 180deg,#7100ff,#7100ff 120deg,#7100ff 120deg,#7100ff 360deg)}.captcha-input{width:100%;padding:12px;font-size:1rem;font-family:Montserrat,sans-serif;text-align:center;border:2px solid #003153;border-radius:4px;margin-bottom:8px;box-sizing:border-box}.captcha-button{background:#d71dc8;color:#fff;font-weight:700;font-size:1rem;padding:12px 24px;border:none;border-radius:40px;cursor:pointer;width:100%}.captcha-button:hover{background:#d71dc8}.captcha-error{color:#c00;margin-top:4px;font-size:.9rem}.spinner{width:60px;height:60px;margin-bottom:1rem;border:6px solid rgba(168,230,207,.3);border-top-color:#7100ff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.final-message{background-color:#7100ff;font-family:Montserrat,sans-serif;font-weight:600;color:#fff;padding:24px;border-radius:8px;text-align:center;font-size:1rem;line-height:1.4;box-shadow:0 4px 12px #005f2f66;animation:pulse 2.5s infinite ease-in-out;margin-top:16px}@keyframes pulse{0%{box-shadow:0 0 #005f2fb3}70%{box-shadow:0 0 0 16px #005f2f00}to{box-shadow:0 0 #005f2f00}}.modal-content.whatsapp-modal{width:420px;height:auto;max-width:90vw;padding:32px;font-family:Montserrat,sans-serif!important;background:#fff}.modal-content.whatsapp-modal *{font-family:inherit!important}.whatsapp-modal{max-width:420px;padding:32px;text-align:center;line-height:1.45}.whatsapp-modal .captcha-button{font-family:Montserrat,sans-serif!important;width:100%;font-size:1rem;padding:14px 0}.whatsapp-icon{display:block;width:30px;height:30px;margin:0 auto 16px;color:#25d366;fill:currentColor!important;stroke:none!important;font-size:30px}.whats-text{font-size:1.1rem;margin-bottom:20px;color:#333}.whats-text strong{font-weight:700}.whatsapp-input{width:100%;padding:12px 14px;border:2px solid #ccc;border-radius:8px;font-size:1.05rem;margin:0 0 20px;box-sizing:border-box}.captcha-button{width:auto;min-width:220px;padding:14px 28px}.captcha-button:hover{background:#d71dc8;transform:translateY(-1px)}.modal-overlay{background:#00000059}.modal-label{color:#000}.checkout-main{display:flex;flex-direction:column;align-items:center;min-height:100vh;background:#0e0e0e;padding:32px 16px}html,body,#root{margin:0;padding:0;width:100%;height:100%}body{font-family:-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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root>div{width:100%;height:100%}
