@import"https://fonts.googleapis.com/css?family=Roboto:wght@100;300;400;500;700;900&display=swap";body{display:flex;width:100vw;height:100vh;max-height:100vh;overflow:hidden;flex-direction:column;justify-content:center;align-items:center;font-family:Roboto}h2{font-family:Roboto,sans-serif;font-weight:700}.loader{width:48px;height:48px;border:5px solid #FFF;border-bottom-color:#ff3d00;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0;justify-content:center;align-items:center}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.modal-background{background-color:#000000b3;position:fixed;width:100%;height:100%;z-index:1}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal-content{background-color:#fff!important;border-radius:10px;box-shadow:0 2px 10px #0000001a}.modal-header{background-color:#fff;border-bottom:1px solid #e9ecef}.modal-body{background-color:#fff;border-radius:10px;z-index:10}.header{width:100%;height:70px;background-color:#000000b3;border-radius:10px 10px 0 0;align-items:center;justify-content:center;color:#fff}.calculator-container{text-align:center}.calculator{width:400px;padding:20px;border-radius:0 0 15px 15px;box-shadow:0 4px 8px #0000001a;background-color:#d9d9d9;margin:0 auto}.display{width:90%;height:100px;background-color:#fff;color:#000;text-align:center;line-height:50px;border-radius:10px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:24px}.btn{width:60px;height:60px;margin:5px;font-size:24px;border-radius:10px}.btn-number{background-color:#535050;color:#fff}.btn-backspace{background-color:#563a19;color:#fff}.btn-enter{background-color:#006d00;color:#fff}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-title{margin-bottom:0}.modal-footer .btn{padding:.375rem .75rem;font-size:1rem}.back-button{width:70%;max-width:220px}.modal-qr{display:flex;flex-direction:column;position:fixed;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;border:1px solid #ccc;box-shadow:0 4px 8px #0003;z-index:10;align-items:center;justify-content:center}.product-card-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;width:700px}.product-card{display:flex;flex-direction:column;width:278px;height:168px;justify-content:space-between;align-items:center;border:1px solid rgba(0,0,0,.2);border-radius:25px}.header-product-card{position:relative;height:50px;width:100%;background-color:#000;color:#fff;align-items:center;justify-content:center;border-radius:25px 25px 0 0}.body-container{background-color:#d9d9d98c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-sizing:border-box;box-shadow:0 4px 30px #0003;border-radius:0 0 25px 25px}.splash-screen-modal{animation:fadeIn .3s ease-in}.splash-screen-content{animation:scaleIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-container{display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:center;width:100%;height:100%;background-color:#00000080}.ButtonReload{margin-top:20px;padding:10px 20px;font-size:16px;background-color:#07f;color:#fff;border:none;border-radius:8px;cursor:pointer}.editor-page{--panel-bg: #f8efe6;--panel-card: rgba(255, 255, 255, .78);--panel-border: rgba(89, 45, 19, .12);--panel-shadow: 0 18px 48px rgba(89, 45, 19, .12);--accent: #d94a1e;--accent-deep: #7d2208;--ink: #2d160c;--muted: #805841;--surface: #fffaf6;--surface-strong: #ffffff;display:flex;height:100vh;min-height:100vh;overflow:hidden;background:radial-gradient(circle at top left,rgba(255,200,161,.42),transparent 28%),radial-gradient(circle at bottom right,rgba(255,112,67,.18),transparent 24%),linear-gradient(180deg,#fff7f1 0%,#f7efe8 100%);color:var(--ink)}.editor-page,.editor-page *{box-sizing:border-box}.editor-sidebar{flex:0 0 min(380px,34vw);width:min(380px,34vw);min-width:320px;height:100vh;max-height:100vh;padding:28px 20px 24px;display:flex;flex-direction:column;gap:18px;border-right:1px solid var(--panel-border);background:rgba(255,249,244,.86);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow-y:auto}.editor-sidebar>*{flex-shrink:0}.editor-sidebarHeader{display:flex;flex-direction:column;gap:8px;padding-right:6px}.editor-eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-deep)}.editor-sidebarHeader h1{margin:0;font-size:28px;line-height:1.05}.editor-sidebarHeader p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.editor-dimensionBadge{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;border:1px solid var(--panel-border);border-radius:16px;background:var(--panel-card);box-shadow:var(--panel-shadow)}.editor-dimensionValue{display:flex;flex-direction:column;gap:2px}.editor-dimensionValue span{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.editor-dimensionValue strong{font-size:18px}.editor-section{flex-shrink:0;border:1px solid var(--panel-border);border-radius:18px;background:var(--panel-card);box-shadow:var(--panel-shadow);overflow:hidden}.editor-sectionToggle{width:100%;border:0;background:transparent;cursor:pointer;padding:16px 18px;display:flex;text-align:left;align-items:center;justify-content:space-between;color:inherit;gap:12px}.editor-sectionToggle:hover{background:rgba(255,255,255,.55)}.editor-sectionTitle{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0;flex:1}.editor-sectionTitle strong{font-size:17px;line-height:1.2}.editor-sectionTitle span{font-size:12px;color:var(--muted);line-height:1.35}.editor-chevron{font-size:14px;transition:transform .2s ease;flex:0 0 auto}.editor-chevron.open{transform:rotate(180deg)}.editor-sectionBody{padding:0 18px 18px;display:flex;flex-direction:column;gap:14px}.editor-gridTwo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.editor-field{display:flex;flex-direction:column;gap:8px}.editor-field label,.editor-fieldLegend{font-size:13px;font-weight:700;color:var(--ink)}.editor-fieldHint{margin-top:-4px;color:var(--muted);font-size:12px;line-height:1.4}.editor-radioGroup{display:flex;flex-wrap:wrap;gap:8px}.editor-radioChip,.editor-checkRow{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--panel-border);background:rgba(255,255,255,.75);color:var(--ink);border-radius:999px;padding:8px 12px;font-size:13px}.editor-radioChip input,.editor-checkRow input{margin:0}.editor-rangeField{display:grid;grid-template-columns:minmax(0,1fr) 82px;gap:10px;align-items:center}.editor-rangeField input[type=range]{width:100%}.editor-input,.editor-fileInput,.editor-rangeField input[type=number],.editor-colorInput{width:100%;border:1px solid var(--panel-border);border-radius:12px;background:var(--surface-strong);color:var(--ink);padding:10px 12px;box-sizing:border-box}.editor-colorInput{min-height:44px;padding:6px}.editor-fileInput{padding:8px 10px}.editor-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px;position:sticky;bottom:0;padding-top:10px;background:linear-gradient(180deg,rgba(255,249,244,0),rgba(255,249,244,.96) 32%)}.editor-button{border:0;border-radius:14px;padding:13px 16px;font-weight:700;font-size:14px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.editor-button:hover{transform:translateY(-1px)}.editor-buttonPrimary{background:linear-gradient(135deg,var(--accent) 0%,#ff6a3d 100%);color:#fff;box-shadow:0 14px 24px #d94a1e38}.editor-buttonSecondary{background:rgba(255,255,255,.9);color:var(--ink);border:1px solid var(--panel-border)}.editor-buttonDanger{background:rgba(125,34,8,.08);color:var(--accent-deep)}.editor-button:disabled{cursor:wait;opacity:.7;transform:none}.editor-previewArea{flex:1;min-width:0;min-height:0;padding:28px;display:flex;flex-direction:column;gap:18px}.editor-previewHeader{display:flex;align-items:end;justify-content:space-between;gap:16px}.editor-previewHeader h2{margin:0;font-size:30px}.editor-previewHeader p{margin:6px 0 0;color:var(--muted);font-size:14px}.editor-previewMeta{display:flex;gap:8px;flex-wrap:wrap}.editor-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid var(--panel-border);color:var(--ink);font-size:12px;font-weight:700;text-transform:capitalize}.editor-previewFrame{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;border-radius:28px;background:transparent;box-shadow:none;padding:12px;overflow:auto}.editor-canvasShell{position:relative;border-radius:0;padding:0;background:transparent;box-shadow:none}.editor-canvas{position:relative;overflow:hidden;border-radius:0;background-color:#f2dfcf;background-size:cover;background-position:center}.editor-canvasVideo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.editor-overlayContent{position:relative;z-index:2;width:100%;height:100%}.editor-layout{width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.editor-layoutCentered{align-items:center}.editor-productGrid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.editor-style1Grid,.editor-style2Grid{max-width:100%;justify-content:space-evenly;gap:0}.editor-productCard{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;overflow:hidden}.editor-productCardStyle1{border:1px solid rgba(0,0,0,.2);border-radius:25px;box-shadow:none;background:transparent}.editor-productCardStyle2{border:1px solid rgba(0,0,0,.2);border-radius:25px;overflow:hidden;box-shadow:none;background:transparent}.editor-productCardHeader{display:flex;align-items:center;justify-content:center;padding:0 16px;text-align:center}.editor-productCardStyle1 .editor-productCardHeader{position:relative;width:100%;min-height:50px;background:#000;color:#fff;border-radius:25px 25px 0 0}.editor-productCardStyle1 .editor-productCardHeader h3{color:#fff}.editor-productCardHeaderStyle1{display:flex}.editor-productCardStyle2 .editor-productCardHeader{position:relative;width:100%;min-height:50px;background:#000;color:#fff;border-radius:25px 25px 0 0}.editor-productCardHeaderStyle2{display:flex}.editor-productCardHeader h3,.editor-voucherLabel{margin:0;font-family:Roboto,sans-serif;font-weight:800;line-height:1.1}.editor-productCardBody{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}.editor-productCardStyle1 .editor-productCardBody{color:#3d2112}.editor-productCardBodyStyle1{width:100%;height:100%;background-color:#d9d9d98c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-sizing:border-box;box-shadow:0 4px 30px #0003;border-radius:0 0 25px 25px}.editor-productCardStyle2 .editor-productCardBody{color:#3d2112}.editor-productCardBodyStyle2{width:100%;height:100%;background-color:#d9d9d98c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-sizing:border-box;box-shadow:0 4px 30px #0003;border-radius:0 0 25px 25px}.editor-productCardBody p{margin:0;font-family:Roboto,sans-serif;font-weight:800}.editor-voucherButton{display:inline-flex;justify-content:center;align-items:center;margin:0 auto;color:#fff;font-weight:800;text-align:center;box-shadow:none}.editor-box{position:absolute;transform-origin:top left;margin:0;padding:0;cursor:move;-webkit-user-select:none;user-select:none;overflow:hidden;box-shadow:0 12px 24px #00000029}.editor-boxVoucher{display:flex;justify-content:center;align-items:center;padding:0 10px;text-align:center}.editor-emptyState{display:flex;align-items:center;justify-content:center;height:100%;color:#2d160cb3;font-size:18px;font-weight:700}@media (max-width: 1100px){.editor-page{flex-direction:column;height:auto;min-height:100vh;overflow:visible}.editor-sidebar{width:100%;min-width:0;height:auto;max-height:none;border-right:0;border-bottom:1px solid var(--panel-border)}.editor-previewArea{padding:20px}}@media (max-width: 720px){.editor-gridTwo,.editor-actions{grid-template-columns:1fr}.editor-previewHeader{flex-direction:column;align-items:flex-start}.editor-previewFrame{padding:8px}.editor-canvasShell{padding:0;border-radius:0}}.video-container{position:relative;width:100%;height:100vh;overflow:hidden}.background-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:-1}
