.components-module__4dRL9a__container{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex}.components-module__4dRL9a__header{text-align:center;border-bottom:1px solid var(--border-color);padding:2rem 0}.components-module__4dRL9a__title{background:linear-gradient(135deg, var(--primary), #00e600);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem}.components-module__4dRL9a__subtitle{color:var(--text-secondary);font-size:1.1rem}.components-module__4dRL9a__mainLayout{flex-direction:column;gap:2rem;width:100%;max-width:900px;margin:0 auto;display:flex}.components-module__4dRL9a__panel{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.components-module__4dRL9a__panelTitle{border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;padding-bottom:.75rem;font-size:1.25rem;display:flex}.components-module__4dRL9a__dropzone{border:2px dashed var(--border-color);border-radius:var(--radius-md);text-align:center;cursor:pointer;transition:all var(--transition-normal);background-color:#0003;padding:4rem 2rem}.components-module__4dRL9a__dropzone:hover,.components-module__4dRL9a__dropzone.components-module__4dRL9a__active{border-color:var(--primary);background-color:#00b9000d}.components-module__4dRL9a__dropzoneIcon{color:var(--text-secondary);margin-bottom:1rem;font-size:3rem}.components-module__4dRL9a__dropzoneText{color:var(--text-primary);margin-bottom:.5rem;font-weight:500}.components-module__4dRL9a__dropzoneSub{color:var(--text-secondary);font-size:.875rem}.components-module__4dRL9a__hiddenInput{display:none}.components-module__4dRL9a__canvasWrapper{z-index:10;background-color:var(--bg-surface-elevated);border-radius:var(--radius-md);background-image:linear-gradient(45deg,#333 25%,#0000 25% 75%,#333 75%,#333),linear-gradient(45deg,#333 25%,#0000 25% 75%,#333 75%,#333);background-position:0 0,10px 10px;background-size:20px 20px;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:0 8px 16px #0006}.components-module__4dRL9a__canvas{object-fit:contain;cursor:crosshair;max-width:100%;max-height:40vh}@media (min-width:768px){.components-module__4dRL9a__canvasWrapper{min-height:400px;top:1rem;box-shadow:0 4px 8px #0003}.components-module__4dRL9a__canvas{max-height:60vh}}.components-module__4dRL9a__controls{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.components-module__4dRL9a__gridControls{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:992px){.components-module__4dRL9a__gridControls{grid-template-columns:1fr 1fr}}.components-module__4dRL9a__coordGroup{flex-direction:column;gap:1rem;display:flex}@media (min-width:576px){.components-module__4dRL9a__coordGroup{flex-direction:row}}.components-module__4dRL9a__stepperButton{background-color:var(--bg-surface-elevated);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;font-weight:700;display:flex}.components-module__4dRL9a__stepperButton:active{background-color:var(--border-color)}.components-module__4dRL9a__controlGroup{flex-direction:column;gap:.5rem;display:flex}.components-module__4dRL9a__controlLabel{color:var(--text-secondary);justify-content:space-between;font-size:.875rem;display:flex}.components-module__4dRL9a__slider{-webkit-appearance:none;background:var(--border-color);border-radius:var(--radius-full);outline:none;width:100%;height:6px}.components-module__4dRL9a__slider::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:pointer;width:16px;height:16px;transition:transform var(--transition-fast);border-radius:50%}.components-module__4dRL9a__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.components-module__4dRL9a__previewGrid{background-color:var(--bg-surface-elevated);border-radius:var(--radius-md);grid-template-columns:repeat(4,1fr);gap:.5rem;padding:1rem;display:grid}.components-module__4dRL9a__previewCell{aspect-ratio:370/320;border:1px solid var(--border-color);border-radius:var(--radius-sm);background-image:linear-gradient(45deg,#333 25%,#0000 25% 75%,#333 75%,#333),linear-gradient(45deg,#333 25%,#0000 25% 75%,#333 75%,#333);background-position:0 0,5px 5px;background-size:10px 10px;position:relative;overflow:hidden}.components-module__4dRL9a__previewImage{object-fit:contain;width:100%;height:100%}.components-module__4dRL9a__formGroup{flex-direction:column;gap:.5rem;display:flex}.components-module__4dRL9a__label{font-size:.95rem;font-weight:500}.components-module__4dRL9a__input,.components-module__4dRL9a__textarea{background-color:var(--bg-surface-elevated);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition-fast);padding:.75rem 1rem}.components-module__4dRL9a__input:focus,.components-module__4dRL9a__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #00b90033}.components-module__4dRL9a__textarea{resize:vertical;min-height:100px}.components-module__4dRL9a__errorText{color:var(--text-error);margin-top:.25rem;font-size:.85rem}.components-module__4dRL9a__characterCount{color:var(--text-secondary);text-align:right;font-size:.85rem}.components-module__4dRL9a__characterCount.components-module__4dRL9a__error{color:var(--text-error)}.components-module__4dRL9a__button{background-color:var(--border-color);color:var(--text-primary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.components-module__4dRL9a__button:hover{background-color:var(--border-color-focus)}.components-module__4dRL9a__buttonPrimary{background-color:var(--primary);color:#fff}.components-module__4dRL9a__buttonPrimary:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.components-module__4dRL9a__buttonPrimary:disabled{background-color:var(--border-color);color:var(--text-secondary);cursor:not-allowed;box-shadow:none;transform:none}.components-module__4dRL9a__buttonFull{width:100%}.components-module__4dRL9a__alert{border-radius:var(--radius-md);color:var(--text-error);background-color:#ff52521a;border:1px solid #ff52524d;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.components-module__4dRL9a__alertIcon{flex-shrink:0;margin-top:2px}.components-module__4dRL9a__alertContent{font-size:.9rem}.components-module__4dRL9a__spinner{border:2px solid #ffffff4d;border-top-color:var(--primary-color);border-radius:50%;width:1.2rem;height:1.2rem;animation:1s ease-in-out infinite components-module__4dRL9a__spin;display:inline-block}@keyframes components-module__4dRL9a__spin{to{transform:rotate(360deg)}}
