:root{--mp-brand-color: #319446;--mp-brand-hover: #246e34;--mp-text-primary: #000;--mp-text-secondary: #3d4246;--mp-bg-light: #f5f5f5;--mp-border: #e8e9eb;--mp-font-body: "Work Sans", sans-serif;--mp-font-heading: "Roboto Condensed", sans-serif}.greeting-card-block{margin:24px 0;font-family:var(--mp-font-body)}.card-option-trigger{display:flex;align-items:center;gap:12px;padding:16px;border:2px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .3s;margin-bottom:16px}.card-option-trigger:hover{border-color:#319446}.card-option-trigger.selected{border-color:#319446;background:#fff5f8}.card-option-checkbox{width:20px;height:20px;cursor:pointer}.card-option-image{flex-shrink:0}.card-option-image img{display:block;border:1px solid #e5e5e5;transition:all .3s;border-radius:4px}.card-option-trigger:hover .card-option-image img{border-color:#319446}.card-option-details{flex:1}.card-option-title{font-weight:600;margin:0 0 4px;font-size:16px}.card-option-price{color:#319446;font-weight:600;margin:0}.card-customizer-modal{display:none!important;visibility:hidden!important;position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:9999;overflow-y:auto;opacity:0;pointer-events:none;overscroll-behavior:contain}.card-customizer-modal:not(.active) *{display:none!important;visibility:hidden!important}.card-customizer-modal.active{display:flex!important;visibility:visible!important;opacity:1;pointer-events:auto;align-items:center;justify-content:center}.card-customizer-modal.active *{visibility:visible}.card-customizer-modal.active .card-modal-content{display:flex!important;flex-direction:column}.card-customizer-modal.active .card-modal-header{display:flex!important}.card-customizer-modal.active .card-modal-body{display:flex!important;flex-direction:column}.card-customizer-modal.active .card-modal-footer{display:flex!important}.card-modal-content{background:#fff;border-radius:12px;max-width:1400px;width:95%;max-height:95vh;overflow:hidden;position:relative;box-shadow:0 10px 40px #0003;margin:20px;display:flex;flex-direction:column}.card-modal-header{padding:12px 24px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;background:#fff;flex-shrink:0}.card-modal-header h2{margin:0;font-size:24px;font-weight:700;font-family:var(--mp-font-heading)}.card-close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .3s}.card-close-btn:hover{color:#319446}.card-modal-body{padding:16px 24px;flex:1;overflow:hidden;min-height:0;display:flex;flex-direction:column;position:relative}.card-progress-bar{display:flex;justify-content:space-between;margin-bottom:16px;position:relative;flex-shrink:0}.card-progress-bar:before{content:"";position:absolute;top:16px;left:0;right:0;height:2px;background:#e5e5e5;z-index:0}.card-progress-step{flex:1;text-align:center;position:relative;z-index:1}.card-progress-circle{width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid #e5e5e5;display:flex;align-items:center;justify-content:center;margin:0 auto 6px;font-weight:600;font-size:14px;transition:all .3s}.card-progress-step.active .card-progress-circle{background:#319446;border-color:#319446;color:#fff}.card-progress-step.completed .card-progress-circle{background:#4caf50;border-color:#4caf50;color:#fff}.card-progress-label{font-size:11px;color:#666;line-height:1.2}.card-step-content,.card-customizer-modal.active .card-step-content{display:none!important}.card-customizer-modal.active .card-step-content.active{display:flex!important;flex-direction:column;animation:fadeIn .3s;flex:1;min-height:0;overflow:visible}.card-customizer-modal.active .card-step-content.active[data-step="1"]{overflow:visible}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card-step-content h3{font-size:18px;font-weight:600;margin:0;color:#333}.card-step1-header{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;flex-shrink:0}.card-step1-header h3{margin:0;flex-shrink:0}.card-category-filters{display:flex;flex-wrap:wrap;gap:8px;flex:1}.card-filter-btn{padding:6px 14px;border:2px solid #e5e5e5;border-radius:20px;background:#fff;color:#666;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.card-filter-btn:hover{border-color:#319446;color:#319446}.card-filter-btn.active{background:#319446;border-color:#319446;color:#fff}.card-category-section.hidden{display:none}@media (max-width: 768px){.card-step1-header{flex-direction:column;align-items:flex-start;gap:12px}.card-category-filters{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px;-webkit-overflow-scrolling:touch}.card-filter-btn{flex-shrink:0;padding:5px 12px;font-size:12px}}.card-templates-grid{display:block;padding-right:8px;overflow-y:auto;overflow-x:hidden;max-height:calc(90vh - 200px)}.card-category-section{margin-bottom:20px}.card-category-section:last-child{margin-bottom:8px}.card-category-title{font-size:18px;font-weight:700;margin:0 0 16px;color:var(--mp-text-primary);border-bottom:2px solid var(--mp-brand-color);padding-bottom:8px;font-family:var(--mp-font-heading)}.card-category-row{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;scroll-behavior:smooth}.card-category-row::-webkit-scrollbar{height:6px}.card-category-row::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.card-category-row::-webkit-scrollbar-thumb{background:#319446;border-radius:10px}.card-category-row::-webkit-scrollbar-thumb:hover{background:#246e34}.card-template-item{position:relative;min-width:180px;max-width:180px;flex-shrink:0;border:2px solid #e5e5e5;border-radius:8px;overflow:visible;cursor:pointer;transition:all .3s}.card-template-item:hover{border-color:#319446;transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.card-template-item:after{content:"Double-click to select";position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;margin-bottom:4px}.card-template-item:hover:after{opacity:1}.card-template-item.selected{border-color:#319446;box-shadow:0 0 0 3px #d62e5e33}.card-template-item img{width:100%;height:180px;object-fit:cover;display:block}.card-template-info{padding:12px;background:#fff}.card-template-name{font-size:14px;font-weight:500;margin:0;text-align:center}.card-step-fullscreen{min-height:400px;display:flex;flex-direction:column}.card-personalize-container{display:flex;gap:0;flex:1;min-height:350px;background:#f7f7f7;border-radius:10px;overflow:auto}.card-display-section{flex:0 0 58%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;padding:20px;position:relative;overflow:visible;height:100%}.card-display-bg{background:linear-gradient(145deg,#fef9e7,#fdeaa8);border-radius:12px;padding:24px;box-shadow:inset 0 2px 8px #0000000d}.card-display-wrapper{width:95%;max-width:100%;max-height:95%;position:relative;background:linear-gradient(145deg,#fef9e7,#fdeaa8);border-radius:12px;padding:16px;box-shadow:inset 0 2px 8px #0000000f;display:flex;flex-direction:column;justify-content:center}.card-display-inner{position:relative;width:100%;max-height:100%;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;overflow:hidden;aspect-ratio:8.5 / 5.5}.card-display-inner.landscape{aspect-ratio:8.5 / 5.5}.card-display-inner.portrait{aspect-ratio:5.5 / 8.5;width:auto;height:450px;max-height:100%;align-self:center}.card-template-overlay{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2;pointer-events:none}.card-photo-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;cursor:move;display:none}.card-photo-canvas.active{display:block}.card-add-photo-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.btn-add-photo-icon{width:72px;height:72px;border-radius:50%;background:#fffffff2;border:3px solid #319446;color:#319446;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;box-shadow:0 4px 16px #0000001a}.btn-add-photo-icon:hover{background:#319446;color:#fff;transform:scale(1.05)}.card-photo-instructions{position:absolute;top:0;left:0;width:100%;height:100%;background:#fffffff2;display:none;flex-direction:column;align-items:center;justify-content:center;z-index:10;padding:24px;text-align:center}.card-photo-instructions.visible{display:flex}.card-photo-instructions p{font-size:16px;color:#333;margin:0 0 16px;max-width:280px}.instructions-desktop{display:block}.instructions-mobile{display:none}.instructions-icons{display:flex;gap:16px;margin-bottom:20px;color:#666}.btn-got-it{padding:12px 32px;background:#319446;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-got-it:hover{background:#246e34}.card-controls-section{flex:0 0 42%;display:flex;flex-direction:column;background:#fff;padding:20px 24px;overflow-y:auto;position:relative}.card-controls-inner{display:flex;flex-direction:column;height:100%;min-height:0}.card-step-header{margin-bottom:16px}.card-step-title{font-size:20px;font-weight:700;color:var(--mp-text-primary);margin:0 0 6px;font-family:var(--mp-font-heading)}.card-step-help{font-size:13px;color:var(--mp-text-secondary);margin:0;font-family:var(--mp-font-body)}.card-controls-buttons{display:flex;flex-direction:column;gap:12px;flex:1}.btn-card-primary{padding:10px 24px;background:#319446;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.btn-card-primary.btn-full-width{width:100%}.btn-card-primary:hover{background:#246e34;transform:translateY(-2px);box-shadow:0 4px 12px #d62e5e4d}.btn-card-primary.btn-with-icon{display:flex;align-items:center;justify-content:center;gap:10px}.btn-card-outline{flex:1;padding:10px 16px;background:#fff;color:#333;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:6px}.btn-card-outline:hover{border-color:#319446;color:#319446}.card-photo-controls{gap:20px}.photo-controls-mobile{display:none}.photo-mobile-toolbar{display:flex;align-items:center;gap:8px;background:#f7f7f7;border-radius:10px;padding:8px 12px}.photo-toolbar-btn{width:44px;height:44px;border-radius:50%;background:#fff;border:1.5px solid #e0e0e0;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.photo-toolbar-btn:hover{border-color:var(--mp-brand-color);color:var(--mp-brand-color)}.photo-toolbar-btn:active{background:#f0f0f0;transform:scale(.95)}.photo-toolbar-btn-danger:hover{border-color:#e53935;color:#e53935}.photo-mobile-zoom{flex:1;display:flex;align-items:center;gap:6px;padding:0 4px}.photo-mobile-zoom .zoom-range-input{flex:1}.photo-done-desktop{display:block}.photo-controls-desktop{display:flex;flex-direction:column;gap:20px}.photo-zoom-slider{display:flex;align-items:center;gap:12px;padding:16px;background:#f7f7f7;border-radius:8px}.zoom-icon-small{color:#999;flex-shrink:0}.zoom-icon-large{color:#666;flex-shrink:0}.zoom-range-input{flex:1;height:6px;-webkit-appearance:none;appearance:none;background:#ddd;border-radius:3px;cursor:pointer}.zoom-range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#319446;cursor:pointer;transition:transform .2s}.zoom-range-input::-webkit-slider-thumb:hover{transform:scale(1.2)}.zoom-range-input::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#319446;cursor:pointer;border:none}.photo-btn-row{display:flex;gap:12px}.card-breadcrumbs{display:flex;justify-content:space-between;align-items:flex-start;position:relative;margin-top:auto;padding-top:24px}.breadcrumb-line{position:absolute;top:44px;left:40px;right:40px;height:3px;background:#e5e5e5;z-index:0}.breadcrumb-line-filled{height:100%;background:#00344e;width:0%;transition:width .3s}.breadcrumb-step{display:flex;flex-direction:column;align-items:center;z-index:1;flex:1}.breadcrumb-step:first-child{align-items:flex-start}.breadcrumb-step:last-child{align-items:flex-end}.breadcrumb-dot{width:36px;height:36px;border-radius:50%;background:#fff;border:3px solid #e5e5e5;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#999;margin-bottom:8px;transition:all .3s}.breadcrumb-step.active .breadcrumb-dot,.breadcrumb-step.completed .breadcrumb-dot{background:#00344e;border-color:#00344e;color:#fff}.breadcrumb-label{font-size:12px;color:#666;text-align:center;white-space:nowrap}@media (max-width: 991px){.card-modal-body{overflow-y:auto;-webkit-overflow-scrolling:touch}.card-personalize-container{flex-direction:column;flex:none;min-height:auto}.card-step-fullscreen{flex:none;min-height:auto}.card-customizer-modal.active .card-step-content.active{display:flex!important;flex-direction:column}.card-display-section{flex:none;padding:16px;min-height:auto;height:auto}.card-display-wrapper{width:100%;max-width:100%;padding:12px}.card-controls-section{flex:none;width:100%;padding:16px}.card-message-editor-wrapper,.flip-card-container{width:100%;max-width:100%;padding:12px}.photo-controls-mobile{display:block}.photo-controls-desktop,.photo-done-desktop,.card-step-content[data-step="2"] .card-step-header,.instructions-desktop{display:none}.instructions-mobile{display:block}.breadcrumb-label{font-size:10px}.breadcrumb-dot{width:30px;height:30px;font-size:12px}.breadcrumb-line{top:35px;left:30px;right:30px}}.mobile-step3-header,.drawer-header-mobile{display:none}.card-message-section{background:#f5f5f5}.card-message-editor-wrapper{width:95%;max-width:100%;max-height:95%;margin:0 auto;position:relative;background:linear-gradient(145deg,#fef9e7,#fdeaa8);border-radius:12px;padding:16px 16px 12px;overflow:visible;box-shadow:inset 0 2px 8px #0000000f}.card-message-canvas{background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;position:relative;overflow:visible;aspect-ratio:8.5 / 5.5}.card-message-canvas.portrait{aspect-ratio:5.5 / 8.5;max-width:440px;margin:0 auto}.card-message-canvas.landscape{aspect-ratio:8.5 / 5.5}.card-size-label{text-align:center;margin-top:8px;margin-bottom:0;font-size:11px;color:#8b7355;font-family:var(--mp-font-body)}.draggable-text-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:88%;height:75%;min-width:100px;min-height:60px;max-height:95%;max-width:95%;background:#fffffff7;border:2px dashed #319446;border-radius:8px;cursor:move;display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s;box-sizing:border-box;overflow:visible}.draggable-text-box:hover{border-color:#246e34;box-shadow:0 4px 16px #31944633}.draggable-text-box.dragging{border-color:#319446;box-shadow:0 8px 24px #3194464d;cursor:grabbing;z-index:10}.draggable-text-box.resizing{border-color:#319446;box-shadow:0 8px 24px #3194464d;z-index:10}.text-box-resize-handle{position:absolute;z-index:20;transition:background .2s,transform .2s}.text-box-resize-handle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#319446;border:3px solid white;border-radius:4px;box-shadow:0 2px 8px #0006;transition:all .2s}.text-box-resize-handle:hover:before{background:#246e34;width:24px;height:24px}.text-box-resize-handle:active:before{background:#1a5c28;width:22px;height:22px}.text-box-resize-handle.nw,.text-box-resize-handle.ne,.text-box-resize-handle.sw,.text-box-resize-handle.se{width:48px;height:48px}.text-box-resize-handle.nw{top:-24px;left:-24px;cursor:nw-resize}.text-box-resize-handle.ne{top:-24px;right:-24px;cursor:ne-resize}.text-box-resize-handle.sw{bottom:-24px;left:-24px;cursor:sw-resize}.text-box-resize-handle.se{bottom:-24px;right:-24px;cursor:se-resize}.text-box-resize-handle.n,.text-box-resize-handle.s{width:60px;height:40px;left:50%;transform:translate(-50%)}.text-box-resize-handle.n{top:-20px;cursor:n-resize}.text-box-resize-handle.s{bottom:-20px;cursor:s-resize}.text-box-resize-handle.w,.text-box-resize-handle.e{width:40px;height:60px;top:50%;transform:translateY(-50%)}.text-box-resize-handle.w{left:-20px;cursor:w-resize}.text-box-resize-handle.e{right:-20px;cursor:e-resize}.text-box-resize-handle.n:before,.text-box-resize-handle.s:before,.text-box-resize-handle.w:before,.text-box-resize-handle.e:before{width:16px;height:16px;opacity:.9}.text-box-resize-handle.n:hover:before,.text-box-resize-handle.s:hover:before,.text-box-resize-handle.w:hover:before,.text-box-resize-handle.e:hover:before{width:20px;height:20px;opacity:1}.drag-handle{display:flex;align-items:center;justify-content:center;gap:5px;padding:5px 8px;background:#f0f0f0;border-bottom:1px solid #e5e5e5;border-radius:6px 6px 0 0;font-size:11px;color:#777;cursor:move;-webkit-user-select:none;user-select:none;flex-shrink:0;position:relative;z-index:5}.drag-handle svg{opacity:.6;width:14px;height:14px}.draggable-text-box:hover .drag-handle{background:#e8f5e9;color:#319446}.draggable-text-box:hover .drag-handle svg{opacity:1;stroke:#319446}.draggable-text-box .card-message-textarea{flex:1;width:100%;height:100%;border:none;outline:none;resize:none;padding:12px;font-family:var(--mp-font-body);font-size:18pt;line-height:1.5;color:var(--mp-text-primary);background:transparent;text-align:center;cursor:text;overflow:auto;box-sizing:border-box}.draggable-text-box .card-message-textarea::placeholder{color:#999;font-style:italic}.card-message-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;aspect-ratio:8.5 / 5.5;overflow:hidden;position:relative;z-index:1}.card-message-textarea{width:100%;height:100%;border:none;outline:none;resize:none;padding:24px;font-family:Arial,sans-serif;font-size:20pt;line-height:1.6;color:#000;background:transparent;text-align:center}.card-message-textarea::placeholder{color:#999;font-style:italic}.message-controls-mobile{display:none;flex-wrap:wrap;gap:8px;padding:12px 0;border-bottom:1px solid #e5e5e5;margin-bottom:16px}.btn-format-mobile{padding:10px 14px;background:#fff;border:2px solid #e5e5e5;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s}.btn-format-mobile:hover,.btn-format-mobile.active{border-color:#319446;color:#319446}.btn-color-mobile .color-preview{display:inline-block;width:18px;height:18px;border-radius:4px;border:1px solid #ccc}.btn-done-mobile{margin-left:auto;padding:10px 20px}.message-controls-desktop{display:flex;flex-direction:column;gap:12px}.message-controls-panel .message-controls-desktop{flex:none}.format-buttons-row{display:flex;gap:8px;flex-wrap:wrap}.btn-format{padding:12px 16px;background:#fff;border:2px solid #e5e5e5;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;min-width:60px}.btn-format:hover,.btn-format.active{border-color:#319446;color:#319446}.btn-color .color-preview{display:block;width:24px;height:24px;border-radius:4px;border:2px solid #e5e5e5}.btn-emoji{font-size:20px;line-height:1;padding:4px 8px}.btn-resize{padding:6px 10px}.btn-resize:hover{background:#e8f5e9;border-color:#319446}.resize-slider-group{margin-bottom:16px}.resize-slider-group:last-child{margin-bottom:0}.resize-slider-group label{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:#333;margin-bottom:8px}.resize-slider-group label span{color:#319446;font-weight:700}.resize-slider{width:100%;height:8px;border-radius:4px;background:#e5e5e5;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer}.resize-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#319446;cursor:pointer;border:3px solid #fff;box-shadow:0 2px 6px #0003;transition:all .2s}.resize-slider::-webkit-slider-thumb:hover{background:#246e34;transform:scale(1.1)}.resize-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#319446;cursor:pointer;border:3px solid #fff;box-shadow:0 2px 6px #0003}.resize-slider::-moz-range-track{height:8px;border-radius:4px;background:#e5e5e5}.btn-emoji:hover{background:#e8f5e9;border-color:#319446}.btn-emoji:active,.btn-emoji.active{background:#c8e6c9;border-color:#319446}.format-drawers{position:relative;margin-top:8px}.format-drawer{display:none;background:#fff;border:2px solid #e5e5e5;border-radius:8px;padding:12px;margin-bottom:8px;animation:slideDown .2s ease-out;z-index:100;position:relative}.message-controls-panel .format-drawers{margin-top:12px}.format-drawer.active{display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.drawer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;max-height:200px;overflow-y:auto}.drawer-list-horizontal,.drawer-list-colors{flex-direction:row;flex-wrap:wrap;gap:8px}.drawer-list-emoji{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;max-height:none}.drawer-emoji-item{width:36px;height:36px;padding:0;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:6px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.drawer-emoji-item:hover{background:#fff;border-color:#319446;transform:scale(1.1)}.drawer-font-item{width:100%;padding:10px 12px;background:transparent;border:none;border-radius:6px;text-align:left;font-size:16px;cursor:pointer;transition:all .2s}.drawer-font-item:hover{background:#f7f7f7}.drawer-font-item.active{background:#319446;color:#fff}.drawer-size-item{padding:10px 16px;background:transparent;border:2px solid #e5e5e5;border-radius:6px;cursor:pointer;transition:all .2s}.drawer-size-item:hover{border-color:#319446}.drawer-size-item.active{background:#319446;border-color:#319446;color:#fff}.drawer-size-slider-wrapper{padding:16px 20px;display:flex;flex-direction:column;align-items:center;gap:8px}.drawer-size-value{font-size:20px;font-weight:600;color:#319446;min-width:48px;text-align:center}.font-size-slider{width:100%;height:6px;-webkit-appearance:none;appearance:none;background:#e0e0e0;border-radius:3px;outline:none;cursor:pointer}.font-size-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#319446;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px #0003}.font-size-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#319446;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px #0003}.drawer-size-range-labels{display:flex;justify-content:space-between;width:100%;font-size:11px;color:#999}.drawer-color-item{width:36px;height:36px;border-radius:6px;border:3px solid transparent;cursor:pointer;transition:all .2s}.drawer-color-item:hover{transform:scale(1.1)}.drawer-color-item.active{border-color:#333;box-shadow:0 0 0 2px #fff,0 0 0 4px #333}.drawer-align-item{padding:10px 16px;background:transparent;border:2px solid #e5e5e5;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.drawer-align-item:hover{border-color:#319446}.drawer-align-item.active{background:#319446;border-color:#319446;color:#fff}.message-controls-panel{background:#f5f5f5;border-radius:10px;padding:16px;margin-bottom:12px}.controls-section-header{margin-bottom:16px}.controls-section-header h4{margin:0 0 4px;font-size:15px;font-weight:600;color:#333;font-family:var(--mp-font-heading)}.controls-section-header p{margin:0;font-size:13px;color:#666;font-family:var(--mp-font-body)}.format-controls-wrapper{background:#fff;border-radius:8px;padding:12px;border:1px solid #e5e5e5}.ai-assistant-section{padding:14px;background:#f5f5f5;border-radius:10px;margin-top:12px;border:1px solid #e8e8e8}.ai-assistant-collapsed h5{margin:0 0 12px;font-size:15px;font-weight:600;color:#333;font-family:var(--mp-font-heading)}.ai-assistant-collapsed p{margin:0 0 12px;font-size:13px;color:#666}.btn-ai-trigger{width:100%;background:#fff;border:2px solid #319446;color:#319446;font-weight:600}.btn-ai-trigger:hover{background:#319446;color:#fff}.btn-next-step{margin-top:auto;width:auto;min-width:120px;align-self:flex-end;padding:10px 28px}@media (max-width: 991px){.card-message-section{min-height:300px;padding:16px}.card-message-editor-wrapper{max-width:100%}.card-message-card{aspect-ratio:auto;min-height:250px}.message-controls-mobile{display:none}}.card-preview-section{background:#f5f5f5;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:20px;padding-bottom:20px;gap:16px;overflow-y:auto}.flip-card-container{perspective:1000px;width:95%;max-width:100%;margin:0 auto;cursor:pointer;position:relative;background:linear-gradient(145deg,#fef9e7,#fdeaa8);border-radius:12px;padding:16px 16px 12px;box-shadow:inset 0 2px 8px #0000000f}.flip-card-container.portrait{width:95%;max-width:100%}.flip-card{position:relative;width:100%;aspect-ratio:8.5 / 5.5;transition:transform .7s ease-in-out;transform-style:preserve-3d}.flip-card.landscape{aspect-ratio:8.5 / 5.5}.flip-card.portrait{aspect-ratio:5.5 / 8.5;max-width:440px;margin:0 auto}.flip-card.flipped{transform:rotateY(180deg)}.flip-card-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #00000026;background:#fff}.flip-card-front{z-index:2}.flip-card-back{transform:rotateY(180deg);display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#fafafa,#f5f5f5)}.flip-card-canvas{width:100%;height:100%;display:block}.flip-card-message{position:absolute;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;font-family:Arial,sans-serif;font-size:16px;line-height:1.6;color:#333;white-space:pre-wrap;word-break:break-word;padding:8px;box-sizing:border-box}.flip-card-label{position:absolute;top:12px;left:12px;background:var(--mp-brand-color);color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;box-shadow:0 2px 8px #0003;font-family:var(--mp-font-body)}.flip-card-hint{position:absolute;bottom:12px;right:12px;background:#0009;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;display:flex;align-items:center;gap:6px;opacity:.8;transition:opacity .3s}.flip-card-container:hover .flip-card-hint{opacity:1}.flip-hint-desktop{display:inline}.flip-hint-mobile,.mobile-position-slider{display:none}.flip-card-toggle{display:flex;justify-content:center;gap:10px;flex-shrink:0}.flip-toggle-btn{padding:8px 18px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s;border:none;background:#e5e5e5;color:#666}.flip-toggle-btn:hover{background:#d5d5d5}.flip-toggle-btn.active{background:var(--mp-brand-color);color:#fff;box-shadow:0 4px 12px #3194464d}.card-summary-section{display:flex;flex-direction:column;overflow-y:auto}.order-summary{background:#f7f7f7;border-radius:10px;padding:16px;margin-bottom:12px}.summary-title{margin:0 0 12px;font-size:18px;font-weight:700;color:var(--mp-text-primary);font-family:var(--mp-font-heading)}.summary-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e5e5e5}.summary-row:last-child{border-bottom:none}.summary-label{font-weight:600;color:#666}.summary-value{color:#333}.summary-price{color:#319446;font-weight:700;font-size:18px}.summary-message-preview{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 991px){.card-preview-section{min-height:auto}.flip-card-container{width:100%;max-width:100%}.flip-card-message{font-size:14px;padding:12px}}.card-step2-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:32px;align-items:start}.card-step2-left{display:flex;flex-direction:column;gap:24px}.card-preview-box{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;padding:16px}.card-preview-box h4{margin:0 0 12px;font-size:13px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.card-photo-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fffffff2;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px dashed #319446;pointer-events:none}.card-message-wysiwyg-box{background:#fff;border:2px dashed #ccc;border-radius:8px;aspect-ratio:8.5 / 5.5;overflow:auto;min-height:280px;overflow:hidden}.card-simple-textarea{width:100%;height:100%;min-height:100%;border:none;outline:none;resize:none;font-family:Arial,sans-serif;font-size:20pt;color:#000;text-align:left;line-height:1.6;padding:0;background:transparent;scrollbar-width:none;-ms-overflow-style:none}.card-simple-textarea::-webkit-scrollbar{display:none}.card-simple-textarea::placeholder{color:#999;font-style:italic}.card-simple-textarea:focus{outline:none}.card-text-editor-canvas{position:relative;background:#fff;border:2px dashed #ccc;border-radius:8px;aspect-ratio:8.5 / 5.5;min-height:280px;overflow:hidden;-webkit-user-select:none;user-select:none}.card-text-editor-canvas.export-mode{border:none}.card-text-box{position:absolute;min-width:100px;min-height:50px;background:#fffffff2;border:2px solid #319446;border-radius:4px;cursor:move;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column}.card-text-box:hover{box-shadow:0 4px 16px #d62e5e33}.card-text-box.selected{border-color:#319446;box-shadow:0 0 0 3px #d62e5e33}.card-text-box.dragging{opacity:.9;cursor:grabbing;z-index:100}.card-text-box-content{flex:1;width:100%;height:100%;border:none;outline:none;resize:none;font-family:Arial,sans-serif;font-size:20pt;color:#000;line-height:1.6;padding:12px;background:transparent;overflow:hidden;cursor:text}.card-text-box-content::placeholder{color:#999;font-style:italic}.card-text-box.valign-top .card-text-box-content{display:flex;align-items:flex-start}.card-text-box.valign-middle .card-text-box-content{display:flex;align-items:center}.card-text-box.valign-bottom .card-text-box-content{display:flex;align-items:flex-end}.card-resize-handle{position:absolute;width:12px;height:12px;background:#319446;border:2px solid white;border-radius:2px;z-index:10}.card-resize-handle:hover{background:#246e34;transform:scale(1.2)}.card-resize-handle.nw{top:-6px;left:-6px;cursor:nw-resize}.card-resize-handle.ne{top:-6px;right:-6px;cursor:ne-resize}.card-resize-handle.sw{bottom:-6px;left:-6px;cursor:sw-resize}.card-resize-handle.se{bottom:-6px;right:-6px;cursor:se-resize}.card-resize-handle.n{top:-6px;left:50%;transform:translate(-50%);cursor:n-resize}.card-resize-handle.s{bottom:-6px;left:50%;transform:translate(-50%);cursor:s-resize}.card-resize-handle.w{top:50%;left:-6px;transform:translateY(-50%);cursor:w-resize}.card-resize-handle.e{top:50%;right:-6px;transform:translateY(-50%);cursor:e-resize}.card-text-editor-canvas.export-mode .card-text-box{border:none;box-shadow:none;background:transparent}.card-text-editor-canvas.export-mode .card-resize-handle{display:none}.card-valign-btn{flex:1;padding:10px;background:#fff;border:2px solid #e5e5e5;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s}.card-valign-btn:hover{border-color:#319446}.card-valign-btn.active{background:#319446;border-color:#319446;color:#fff}.card-export-btn{width:100%;padding:12px 20px;background:#4caf50;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:12px}.card-export-btn:hover{background:#388e3c;transform:translateY(-2px)}.card-export-canvas{display:none}.card-step2-right{display:flex;flex-direction:column;gap:20px}.card-action-section{background:#fff;border:2px solid #e5e5e5;border-radius:8px;padding:20px}.card-action-section h4{margin:0 0 16px;font-size:15px;font-weight:600;color:#333}.card-action-group{margin-bottom:16px}.card-action-group:last-child{margin-bottom:0}.card-action-group label{display:block;font-size:13px;font-weight:600;color:#666;margin-bottom:8px}.card-action-btn{width:100%;padding:12px 20px;background:#319446;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s}.card-action-btn:hover{background:#246e34;transform:translateY(-2px)}.card-action-btn.card-ai-trigger{background:#319446}.card-action-btn.card-ai-trigger:hover{background:#246e34}.card-action-btn-small{flex:1;padding:8px 12px;background:#fff;color:#333;border:1px solid #e5e5e5;border-radius:6px;font-size:13px;cursor:pointer;transition:all .3s}.card-action-btn-small:hover{border-color:#319446;color:#319446}.card-action-btns{display:flex;gap:8px}.card-select-input{width:100%;padding:10px 12px;border:1px solid #e5e5e5;border-radius:6px;font-size:14px;cursor:pointer;background:#fff}.card-select-input:focus{outline:none;border-color:#319446;box-shadow:0 0 0 3px #d62e5e1a}.card-color-input{width:100%;height:44px;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer;padding:4px}.card-color-input:focus{outline:none;border-color:#319446;box-shadow:0 0 0 3px #d62e5e1a}.card-range-slider{width:100%;margin-top:8px;cursor:pointer}.card-range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#319446;cursor:pointer;transition:all .3s}.card-range-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.card-range-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#319446;cursor:pointer;border:none;transition:all .3s}.card-range-slider::-moz-range-thumb:hover{transform:scale(1.2)}.card-slider-group label{font-size:13px;color:#666;font-weight:600}.card-btn-group{display:flex;gap:8px}.card-align-btn{flex:1;padding:10px;background:#fff;border:2px solid #e5e5e5;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s}.card-align-btn:hover{border-color:#319446}.card-align-btn.active{background:#319446;border-color:#319446;color:#fff}.card-hint{font-size:12px;color:#666;margin:12px 0 0;text-align:center}.card-final-preview{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:24px;align-items:start}.card-preview-card{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;background:#f0f0f0}.card-preview-card canvas{width:100%;height:auto;display:block}.card-preview-details{background:#f9f9f9;padding:24px;border-radius:8px}.card-preview-details h3{margin-top:0;margin-bottom:16px;font-size:18px}.card-preview-details h4{margin:16px 0 8px;font-size:16px}.card-preview-details dl{display:grid;grid-template-columns:auto 1fr;gap:12px;margin:0}.card-preview-details dt{font-weight:600;color:#666}.card-preview-details dd{margin:0}.card-message-preview{margin-top:16px;padding:16px;background:#fff;border:1px solid #e5e5e5;border-radius:6px}.card-message-preview-title{font-weight:600;margin-bottom:12px;font-size:14px;color:#666}.card-message-preview-text{white-space:pre-wrap;word-break:break-word;line-height:1.6;background:#fff;border:2px dashed #ccc;border-radius:8px;min-height:150px;aspect-ratio:8.5 / 5.5;overflow:auto}.card-btn{padding:10px 24px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;font-family:var(--mp-font-body);white-space:nowrap;flex-shrink:0}.card-btn-secondary{background:#fff;border:1px solid #e5e5e5;color:#333}.card-btn-secondary:hover{background:#f5f5f5;border-color:#319446}.card-btn-primary{background:#319446;color:#fff}.card-btn-primary:hover{background:#246e34;transform:translateY(-1px);box-shadow:0 4px 12px #d62e5e4d}.card-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.card-modal-footer{padding:12px 24px;border-top:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;flex-shrink:0}.card-modal-footer .card-btn-secondary{margin-right:auto}.card-modal-footer .card-btn-primary{margin-left:0}.card-ai-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:10000;align-items:center;justify-content:center;max-height:1400px}.card-ai-modal.active{display:flex}.card-ai-modal-content{background:#fff;border-radius:16px;max-width:520px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.card-ai-modal-header{padding:24px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.card-ai-modal-header h3{margin:0;font-size:22px;font-weight:700;color:#333}.card-ai-modal-body{padding:24px}.card-ai-subtitle{margin:0 0 20px;font-size:14px;color:#666;text-align:center}.card-ai-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;max-height:300px;overflow-y:auto;padding:4px}.card-ai-pills::-webkit-scrollbar{width:6px}.card-ai-pills::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.card-ai-pills::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.card-ai-pill{background:#fff;border:2px solid #e5e5e5;padding:10px 18px;border-radius:24px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s;color:#333;white-space:nowrap}.card-ai-pill:hover{border-color:#319446;background:#fff5f8;transform:translateY(-2px)}.card-ai-pill.active{background:#319446;border-color:#319446;color:#fff;padding-right:36px;position:relative}.card-ai-pill.active:after{content:"\d7";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:20px;font-weight:700}.card-ai-rewrite-btn{background:#319446;color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;width:100%}.card-ai-rewrite-btn:hover:not(:disabled){background:#246e34;transform:translateY(-2px)}.card-ai-rewrite-btn:disabled{opacity:.6;cursor:not-allowed}.card-ai-rewrite-btn.loading{position:relative;color:transparent;pointer-events:none}.card-ai-rewrite-btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card-ai-footer{margin:16px 0 0;text-align:center;font-size:12px;color:#999}.card-ai-notification{position:fixed;top:20px;right:20px;padding:16px 24px;border-radius:8px;color:#fff;font-weight:600;z-index:10001;animation:slideInRight .3s ease-out;box-shadow:0 4px 12px #0003}.card-ai-notification.success{background:#4caf50}.card-ai-notification.error{background:#f44336}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.card-loading{display:inline-block;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #319446;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 968px){.card-step2-grid,.card-final-preview{grid-template-columns:1fr}.card-modal-footer{flex-direction:row;gap:10px;padding:10px 16px}.card-modal-footer .card-btn{padding:8px 16px;font-size:13px}}@media (max-width: 768px){.card-modal-content{width:98%;max-height:95vh}.card-modal-header{padding:16px}.card-modal-header h2{font-size:20px}.card-modal-body{padding:20px 16px}.card-category-title{font-size:16px}.card-template-item{min-width:140px;max-width:140px}.card-template-item img{height:140px}}@media (max-width: 768px){.card-customizer-modal.active{align-items:stretch;justify-content:stretch;padding:0}.card-modal-content{width:100%;max-width:100%;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;margin:0;border-radius:0;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.card-modal-header{padding:12px 16px;flex-shrink:0}.card-modal-header h2{font-size:16px}.card-close-btn{width:36px;height:36px;font-size:24px}.card-progress-bar{margin-bottom:12px;padding:0 8px}.card-progress-circle{width:28px;height:28px;font-size:12px;margin-bottom:4px}.card-progress-label{font-size:11px;line-height:1.1}.card-progress-bar:before{top:14px}.card-modal-body{flex:1;padding:12px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.card-customizer-modal.active .card-step-content.active{display:flex!important;flex-direction:column;flex:1;min-height:0;overflow:visible}.card-step1-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:12px}.card-step1-header h3{font-size:16px}.card-category-filters{width:100%;gap:6px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch}.card-filter-btn{padding:6px 12px;font-size:12px;flex-shrink:0}.card-templates-grid{max-height:none;overflow-y:visible;padding-right:0}.card-category-title{font-size:14px;margin-bottom:10px;padding-bottom:6px}.card-category-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;overflow-x:visible;padding-bottom:0}.card-template-item{min-width:unset;max-width:unset;width:100%}.card-template-item img{height:120px}.card-template-info{padding:8px}.card-template-name{font-size:12px}.card-template-item:after{display:none}.card-personalize-container{flex-direction:column;gap:12px;min-height:auto;background:transparent}.card-step-fullscreen{min-height:auto}.card-display-section{flex:none;padding:12px;min-height:auto;background:#f5f5f5;border-radius:8px}.card-display-wrapper{padding:10px}.card-display-inner{max-height:250px}.card-display-inner.portrait{max-height:300px}.card-controls-section{flex:none;padding:12px;background:#fff;border-radius:8px;max-height:none}.card-step-header{margin-bottom:12px}.card-step-title{font-size:16px}.card-step-help{font-size:12px}.btn-add-photo-icon{width:56px;height:56px}.btn-add-photo-icon svg{width:24px;height:24px}.card-step-content[data-step="2"] .card-controls-section{padding:8px 12px;background:transparent}.card-step-content[data-step="2"] .card-controls-inner{gap:8px}.photo-mobile-toolbar{padding:6px 10px;gap:6px;border-radius:8px}.photo-toolbar-btn{width:40px;height:40px}.photo-toolbar-btn svg{width:18px;height:18px}.photo-btn-row{gap:8px}.btn-card-outline{padding:10px 12px;font-size:13px}.btn-card-primary{padding:12px 16px;font-size:14px}.card-step-content[data-step="3"]{position:relative;background:#f0f4f7;display:flex!important;flex-direction:column;flex:1;min-height:0;align-items:stretch!important}.card-step-content[data-step="3"] .card-personalize-container{flex:1;display:flex;flex-direction:column;background:#f0f4f7;border-radius:0;min-height:0;align-items:stretch!important}.card-step-content[data-step="3"] .card-controls-section{order:1;flex:none;display:flex;flex-direction:column;padding:0;background:#fff;overflow:visible}.card-step-content[data-step="3"] .card-message-section{order:2}.card-step-content[data-step="3"] .card-controls-inner{flex:none;display:block}.mobile-step3-header,.card-step-content[data-step="3"] .controls-section-header{display:none}.card-step-content[data-step="3"] .message-controls-panel{background:#fff;border-radius:0;padding:12px 16px;margin:0;flex-shrink:0;border-bottom:1px solid #e0e0e0}.card-step-content[data-step="3"] .card-controls-section{order:1;z-index:5;position:relative;width:100%!important}.card-step-content[data-step="3"] .format-controls-wrapper{display:none}.card-step-content[data-step="3"] .message-controls-mobile{display:flex!important;flex-wrap:nowrap;gap:12px;padding:4px 0;margin:0;border:none;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.card-step-content[data-step="3"] .message-controls-mobile::-webkit-scrollbar{display:none}.card-step-content[data-step="3"] .btn-format-mobile{padding:10px 16px;border-radius:20px;font-size:14px;font-weight:500;background:#fff;border:1.5px solid #d0d0d0;color:#333;white-space:nowrap;flex-shrink:0;box-shadow:0 1px 3px #0000000d}.card-step-content[data-step="3"] .btn-format-mobile:hover,.card-step-content[data-step="3"] .btn-format-mobile.active{border-color:#00344e;background:#f5f5f5}.card-step-content[data-step="3"] .btn-color-mobile{padding:6px;min-width:36px;display:flex;align-items:center;justify-content:center}.card-step-content[data-step="3"] .btn-color-mobile .color-preview{width:22px;height:22px;border-radius:4px;border:2px solid #d0d0d0}.card-step-content[data-step="3"] .btn-resize-mobile{padding:8px 10px;display:flex;align-items:center;justify-content:center}.card-step-content[data-step="3"] .btn-resize-mobile svg{width:16px;height:16px}.card-step-content[data-step="3"] .btn-emoji-mobile{padding:6px 10px;font-size:18px;line-height:1}.card-step-content[data-step="3"] .format-drawers{display:block!important}.card-step-content[data-step="3"] .format-drawer{display:none}.card-step-content[data-step="3"] .format-drawer.active{display:block!important}.mobile-message-editor{display:none}.card-step-content[data-step="3"] .message-controls-panel:after{content:"";display:block}.card-step-content[data-step="3"] .format-drawers{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;margin:0;pointer-events:none}.card-step-content[data-step="3"] .format-drawer.active:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:-1}.card-step-content[data-step="3"] .format-drawer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;padding:0;margin:0;box-shadow:0 -4px 20px #00000026;max-height:40vh;overflow-y:auto;animation:slideUpSheet .3s ease-out;pointer-events:auto}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.card-step-content[data-step="3"] .drawer-header-mobile{display:flex;align-items:center;justify-content:center;background:#00344e;color:#fff;font-size:15px;font-weight:600;padding:14px 16px;position:sticky;top:0;z-index:1}.card-step-content[data-step="3"] .drawer-title{flex:1;text-align:center}.card-step-content[data-step="3"] .drawer-close-btn{position:absolute;right:12px;background:transparent;border:none;color:#fff;font-size:26px;font-weight:300;cursor:pointer;padding:4px 8px;line-height:1}.card-step-content[data-step="3"] .drawer-list{padding:8px 0;max-height:none}.card-step-content[data-step="3"] .drawer-font-item{padding:14px 20px;font-size:16px;border-bottom:1px solid #f0f0f0;border-radius:0;text-align:center}.card-step-content[data-step="3"] .drawer-font-item:last-child{border-bottom:none}.card-step-content[data-step="3"] .drawer-font-item.active{background:#f5f5f5;font-weight:600}.card-step-content[data-step="3"] .drawer-list-horizontal{padding:16px;justify-content:center}.card-step-content[data-step="3"] .drawer-size-slider-wrapper{padding:12px 16px}.card-step-content[data-step="3"] .font-size-slider{height:8px}.card-step-content[data-step="3"] .font-size-slider::-webkit-slider-thumb{width:28px;height:28px}.card-step-content[data-step="3"] .font-size-slider::-moz-range-thumb{width:28px;height:28px}.card-step-content[data-step="3"] .resize-slider-group{padding:16px 20px;margin-bottom:0}.card-step-content[data-step="3"] .drawer-list-colors{padding:20px;justify-content:center;gap:12px}.card-step-content[data-step="3"] .drawer-color-item{width:44px;height:44px}.card-step-content[data-step="3"] .drawer-list-emoji{padding:16px;justify-content:center}.card-step-content[data-step="3"] .drawer-emoji-item{width:48px;height:48px;font-size:24px}.text-box-resize-handle{display:none}.mobile-position-slider{display:block}.card-step-content[data-step="3"] .card-message-section{display:flex!important;flex:1;padding:16px;background:#f0f4f7;min-height:0;overflow:auto;width:100%!important;max-width:100%!important;box-sizing:border-box!important;align-items:stretch!important}.card-step-content[data-step="3"] .card-message-editor-wrapper{width:100%;max-width:100%;max-height:none;padding:0;background:transparent;border-radius:0;box-shadow:none;display:flex;flex-direction:column;flex:1}.card-step-content[data-step="3"] .card-message-canvas{flex:none;min-height:200px;aspect-ratio:8.5 / 5.5;width:100%;background:#fff;border:2px solid #c5d5e0;border-radius:8px;box-shadow:0 2px 8px #00000014;position:relative}.card-step-content[data-step="3"] .card-message-canvas.portrait{aspect-ratio:5.5 / 8.5;width:70%;max-width:100%;margin:0 auto}.card-step-content[data-step="3"] .card-message-canvas.landscape{aspect-ratio:8.5 / 5.5;width:100%;max-width:100%}.card-step-content[data-step="3"] .card-size-label{display:none}.card-step-content[data-step="3"] .draggable-text-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:88%;height:75%;min-height:auto;border:1.5px dashed #319446;border-radius:6px;background:#fffffffa;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column;box-sizing:border-box}.card-step-content[data-step="3"] .drag-handle{display:none}.card-step-content[data-step="3"] .draggable-text-box .card-message-textarea{padding:12px;line-height:1.5;height:100%;width:100%;flex:1;min-height:auto;text-align:center;box-sizing:border-box}.card-step-content[data-step="3"] .mobile-close-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;background:transparent;border:none;color:#fff;font-size:24px;cursor:pointer;z-index:10}.format-buttons-row{gap:6px;justify-content:space-between}.btn-format{padding:10px 12px;font-size:13px;min-width:auto;flex:1}.btn-emoji{font-size:18px;padding:8px}.format-drawer{padding:10px}.drawer-font-item{padding:8px 10px;font-size:14px}.drawer-size-slider-wrapper{padding:10px 12px}.drawer-align-item{padding:8px 12px}.drawer-color-item{width:32px;height:32px}.drawer-emoji-item{width:40px;height:40px;font-size:18px}.resize-slider-group{margin-bottom:12px}.resize-slider-group label{font-size:12px}.ai-assistant-section{padding:12px;margin-top:10px}.ai-assistant-collapsed h5{font-size:14px}.ai-assistant-collapsed p{font-size:12px}.card-preview-section{padding:10px 8px 8px;gap:8px;border-radius:8px;min-height:auto}.flip-card-container{padding:8px;width:100%}.flip-card.portrait{max-width:280px}.flip-card-label{top:8px;left:8px;padding:4px 10px;font-size:11px}.flip-card-hint{bottom:8px;right:8px;padding:4px 8px;font-size:10px}.flip-card-message{font-size:14px;padding:8px}.flip-card-toggle{gap:8px}.flip-toggle-btn{padding:8px 16px;font-size:12px}.order-summary{padding:12px}.summary-title{font-size:16px;margin-bottom:10px}.summary-row{padding:6px 0;font-size:13px}.summary-price{font-size:16px}.card-modal-footer{padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom));flex-shrink:0;gap:8px;border-top:1px solid #e5e5e5;background:#fff}.card-modal-footer .card-btn{padding:12px 16px;font-size:14px;min-height:44px}.card-modal-footer .card-btn-secondary{padding:12px;min-height:44px}.card-ai-modal-content{width:95%;max-height:85vh;border-radius:12px}.card-ai-modal-header{padding:16px}.card-ai-modal-header h3{font-size:18px}.card-ai-modal-body{padding:16px}.card-ai-pills{gap:8px;max-height:200px}.card-ai-pill{padding:8px 14px;font-size:13px}.card-ai-rewrite-btn{padding:14px 24px;font-size:15px}.flip-hint-desktop{display:none}.flip-hint-mobile{display:inline}.flip-card.portrait{max-width:300px}}@media (min-width: 401px) and (max-width: 768px){.card-template-item img{height:140px}}@media (max-width: 375px){.card-modal-header h2{font-size:14px}.card-progress-circle{width:24px;height:24px;font-size:11px}.card-progress-label{font-size:11px}.card-modal-body{padding:8px}.card-step1-header h3{font-size:14px}.card-category-row{gap:8px}.card-template-item img{height:100px}.card-template-name{font-size:11px}.card-display-inner{max-height:200px}.card-display-inner.portrait{max-height:250px}.card-step-content[data-step="3"] .card-message-canvas{min-height:160px}.format-buttons-row{flex-wrap:wrap}.btn-format{padding:8px 10px;font-size:12px}.flip-card.portrait{max-width:220px}.photo-toolbar-btn{width:36px;height:36px}.photo-toolbar-btn svg{width:16px;height:16px}.card-modal-footer .card-btn{padding:8px 12px;font-size:13px}}@media (max-width: 900px) and (orientation: landscape){.card-step-content[data-step="3"] .card-personalize-container{flex-direction:row;gap:12px}.card-step-content[data-step="3"] .card-controls-section{order:1;flex:0 0 auto;width:auto;max-width:280px}.card-step-content[data-step="3"] .card-message-section{order:2;flex:1}.card-step-content[data-step="3"] .card-message-canvas{min-height:200px;height:100%}.card-step-content[data-step="3"] .message-controls-mobile{flex-wrap:wrap;gap:6px}.card-step-content[data-step="3"] .btn-format-mobile{padding:6px 10px;font-size:12px}.flip-card-container{max-height:60vh}.flip-card{max-height:55vh}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/greeting-card-customizer.css.map */
