.editor-module__HWIn6a__container{color:#fff;-webkit-user-select:none;user-select:none;background-color:#05050a;flex-direction:column;height:100vh;font-family:Pretendard,sans-serif;display:flex;overflow:hidden}.editor-module__HWIn6a__header{z-index:50;background-color:#0a0a14;border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.editor-module__HWIn6a__headerLeft{align-items:center;gap:16px;display:flex}.editor-module__HWIn6a__backButton{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.editor-module__HWIn6a__backButton:hover{color:#fff;background-color:#ffffff1a}.editor-module__HWIn6a__title{color:#fff;align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}.editor-module__HWIn6a__titleIcon{color:#fff;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.editor-module__HWIn6a__headerRight{align-items:center;gap:12px;display:flex}.editor-module__HWIn6a__ratioToggle{background-color:#1f1f2e;border-radius:8px;padding:4px;display:flex}.editor-module__HWIn6a__ratioButton{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.editor-module__HWIn6a__ratioButtonActive{color:#fff;background-color:#3f3f50}.editor-module__HWIn6a__downloadButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.editor-module__HWIn6a__downloadButton:hover{box-shadow:0 0 15px #3b82f666}.editor-module__HWIn6a__main{height:calc(100vh - 64px);display:flex;overflow:hidden}.editor-module__HWIn6a__leftPanel{background-color:#0a0a14;border-right:1px solid #ffffff14;flex-shrink:0;width:360px;display:flex}.editor-module__HWIn6a__tabRail{background-color:#05050a;border-right:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:16px;width:64px;height:100%;padding-top:16px;display:flex}.editor-module__HWIn6a__tabButton{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;transition:all .2s;display:flex}.editor-module__HWIn6a__tabButton:hover{color:#e4e4e7;background-color:#1e1e2e}.editor-module__HWIn6a__tabButtonActive{color:#3b82f6;background-color:#2e2e48}.editor-module__HWIn6a__tabLabel{font-size:10px;font-weight:600}.editor-module__HWIn6a__drawer{flex-direction:column;flex:1;display:flex;overflow:hidden}.editor-module__HWIn6a__drawerHeader{color:#fff;border-bottom:1px solid #ffffff14;padding:16px 20px;font-size:14px;font-weight:700}.editor-module__HWIn6a__drawerContent{flex:1;padding:16px;overflow-y:auto}.editor-module__HWIn6a__assetGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.editor-module__HWIn6a__assetItem{aspect-ratio:1;cursor:pointer;color:#e4e4e7;background-color:#1e1e2e;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.editor-module__HWIn6a__assetItem:hover{background-color:#2e2e48;border-color:#3b82f6;transform:scale(1.05)}.editor-module__HWIn6a__layerItem{cursor:pointer;background-color:#16162a;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:10px 12px;transition:border .2s;display:flex}.editor-module__HWIn6a__layerItem:hover{border-color:#52525b}.editor-module__HWIn6a__layerItemActive{background-color:#1e1e38;border-color:#3b82f6}.editor-module__HWIn6a__canvasArea{background-color:#101014;background-image:linear-gradient(45deg,#16161a 25%,#0000 25%),linear-gradient(-45deg,#16161a 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#16161a 75%),linear-gradient(-45deg,#0000 75%,#16161a 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:auto}.editor-module__HWIn6a__canvasWrapper{aspect-ratio:4/5;background-color:#fff;width:480px;transition:transform .2s;position:relative;overflow:hidden;box-shadow:0 0 80px #0009}.editor-module__HWIn6a__rightPanel{background-color:#0a0a14;border-left:1px solid #ffffff14;flex-direction:column;flex-shrink:0;width:300px;display:flex;overflow-y:auto}.editor-module__HWIn6a__panelTitle{color:#e4e4e7;border-bottom:1px solid #ffffff14;padding:16px 20px;font-size:13px;font-weight:700}.editor-module__HWIn6a__panelSection{border-bottom:1px solid #ffffff0d;padding:20px}.editor-module__HWIn6a__propRow{margin-bottom:16px}.editor-module__HWIn6a__propLabel{color:#a1a1aa;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.editor-module__HWIn6a__inputGroup{gap:8px;display:flex}.editor-module__HWIn6a__propInput{color:#fff;background-color:#1e1e2e;border:1px solid #27272a;border-radius:6px;outline:none;width:100%;padding:8px;font-size:13px}.editor-module__HWIn6a__propInput:focus{border-color:#3b82f6}.editor-module__HWIn6a__sliderContainer{align-items:center;gap:12px;display:flex}.editor-module__HWIn6a__rangeInput{appearance:none;background:#27272a;border-radius:2px;outline:none;flex:1;height:4px}.editor-module__HWIn6a__rangeInput::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#3b82f6;border:2px solid #0a0a14;border-radius:50%;width:16px;height:16px}.editor-module__HWIn6a__colorPreview{cursor:pointer;border:1px solid #ffffff1a;border-radius:6px;width:100%;height:36px;position:relative}.editor-module__HWIn6a__deleteButton{color:#f87171;cursor:pointer;background-color:#271212;border:1px solid #451a1a;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.editor-module__HWIn6a__deleteButton:hover{background-color:#451a1a}.editor-module__HWIn6a__uploadBox{color:#71717a;cursor:pointer;background-color:#121216;border:1px dashed #3f3f46;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100px;font-size:12px;transition:all .2s;display:flex}.editor-module__HWIn6a__uploadBox:hover{color:#3b82f6;background-color:#1e1e2e;border-color:#3b82f6}.editor-module__HWIn6a__alignGrid{background-color:#1e1e2e;border-radius:6px;padding:2px;display:flex}.editor-module__HWIn6a__alignBtn{cursor:pointer;color:#a1a1aa;background:0 0;border:none;border-radius:4px;flex:1;justify-content:center;align-items:center;height:28px;display:flex}.editor-module__HWIn6a__alignBtnActive{color:#fff;background-color:#3f3f46}
