.Home-module__jKgjFW__container{width:100%;max-width:800px;margin:0 auto;padding:40px 24px}.Home-module__jKgjFW__content{flex-direction:column;gap:8px;margin-top:10px;margin-bottom:40px;display:flex}.Home-module__jKgjFW__section{text-align:center;flex-direction:column;gap:8px;display:flex}.Home-module__jKgjFW__sectionTitle{color:var(--foreground);margin-bottom:8px;font-size:1.5rem;font-weight:600}.Home-module__jKgjFW__subTitle{color:var(--foreground);font-size:1.125rem;font-weight:500}.Home-module__jKgjFW__inputGroup{text-align:left;flex-direction:column;gap:12px;width:100%;max-width:600px;margin:0 auto;display:flex}.Home-module__jKgjFW__layerList{flex-direction:column;gap:12px;width:100%;max-width:600px;margin:20px auto 0;display:flex}.Home-module__jKgjFW__layerBlock{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;width:100%;transition:all .2s}.Home-module__jKgjFW__layerBlockActive{background:#fcd53508;border-color:#fcd53533}.Home-module__jKgjFW__layerHeader{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.Home-module__jKgjFW__layerHeader:hover{background:#ffffff0d}.Home-module__jKgjFW__layerIcon{width:32px;height:32px;color:var(--accent-color);background:#fcd5351a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.Home-module__jKgjFW__layerActionBtn{color:var(--foreground-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px;transition:all .2s;display:flex}.Home-module__jKgjFW__addLayerMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#1a1a1af2;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:240px;padding:8px 0;animation:.2s ease-out Home-module__jKgjFW__slideUp;display:flex;position:absolute;bottom:calc(100% + 12px);left:0;box-shadow:0 10px 40px #00000080}@keyframes Home-module__jKgjFW__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Home-module__jKgjFW__addLayerMenuHeader{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-secondary);opacity:.6;padding:8px 16px;font-size:.75rem;font-weight:700}.Home-module__jKgjFW__addLayerMenuDivider{background:#ffffff0d;height:1px;margin:4px 0}.Home-module__jKgjFW__addLayerMenuItem{color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Home-module__jKgjFW__addLayerMenuItem:hover{color:var(--accent-color);background:#ffffff0d}.Home-module__jKgjFW__addLayerMenuItem svg{opacity:.7}.Home-module__jKgjFW__addLayerMenuItem:hover svg{opacity:1}.Home-module__jKgjFW__layerActionBtnDelete:hover{color:#ef4444}.Home-module__jKgjFW__propertySection{flex-direction:column;gap:16px;margin-top:0;display:flex}.Home-module__jKgjFW__propertyGroup{background:#fcd53508;border:1px solid #fcd5351a;border-radius:16px;padding:16px}.Home-module__jKgjFW__propertyGroupTitle{text-transform:uppercase;color:var(--foreground-secondary);letter-spacing:.05em;margin-bottom:16px;font-size:.85rem;font-weight:800}.Home-module__jKgjFW__propertyRow{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.Home-module__jKgjFW__propertyRow:last-child{margin-bottom:0}.Home-module__jKgjFW__propertyLabel{color:var(--foreground);font-size:.9rem;font-weight:700}.Home-module__jKgjFW__addLayerActions{gap:12px;margin-top:10px;display:flex}.Home-module__jKgjFW__addBtn{background:var(--accent-color);color:#000;cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;height:48px;font-weight:700;transition:all .2s;display:flex}.Home-module__jKgjFW__shapeGrid{grid-template-columns:repeat(5,1fr);gap:8px;margin-top:12px;display:grid}.Home-module__jKgjFW__shapeItem{aspect-ratio:1;background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.Home-module__jKgjFW__shapeItem:hover{border-color:var(--accent-color);background:var(--bg-tertiary)}.Home-module__jKgjFW__shapeItemActive{border-color:var(--accent-color);background:#fcd5351a}.Home-module__jKgjFW__input{border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;color:var(--foreground);border-radius:16px;outline:none;padding:18px;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Home-module__jKgjFW__input:focus{border-color:var(--accent-color);background:var(--bg-tertiary);transform:translateY(-2px);box-shadow:0 0 0 4px #fcd5351a}.Home-module__jKgjFW__headerRow{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;width:100%;max-width:600px;margin-bottom:12px;margin-left:auto;margin-right:auto;display:grid}.Home-module__jKgjFW__tabContainer{background:#fcd53514;border:1px solid #fcd53533;border-radius:100px;justify-content:center;gap:0;width:fit-content;padding:4px;display:flex}.Home-module__jKgjFW__saveWorkspaceButton{background:var(--accent-color);color:#000;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,filter .2s;display:flex}.Home-module__jKgjFW__saveWorkspaceButton:hover:not(:disabled){filter:brightness(1.1);transform:scale(1.05)}.Home-module__jKgjFW__saveWorkspaceButton:active:not(:disabled){transform:scale(.95)}.Home-module__jKgjFW__saveWorkspaceButton:disabled{background:var(--button-bg);color:var(--text-muted);cursor:not-allowed;filter:grayscale()opacity(.5);transform:none}.Home-module__jKgjFW__tabButton{color:#ffffffd1;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:8px 32px 8px 8px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Home-module__jKgjFW__tabIcon{background:#000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;line-height:1;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000004d}.Home-module__jKgjFW__tabButtonActive .Home-module__jKgjFW__tabIcon{background:#000;transform:scale(1.05)}.Home-module__jKgjFW__tabButton:first-child{border-radius:100px 0 0 100px}.Home-module__jKgjFW__tabButton:last-child{border-radius:0 100px 100px 0}.Home-module__jKgjFW__tabButton:hover{color:var(--foreground);background:#fcd5351f}.Home-module__jKgjFW__tabButtonActive{z-index:1;box-shadow:0 4px 15px #0000004d;background:var(--accent-color)!important;color:#000!important}.Home-module__jKgjFW__tabButtonActive .Home-module__jKgjFW__tabIcon{color:#fff!important;background:#000!important}.Home-module__jKgjFW__checkboxGroup{align-items:center;width:100%;max-width:600px;margin:0 auto;display:flex}.Home-module__jKgjFW__checkboxLabel{cursor:pointer;color:var(--foreground);-webkit-user-select:none;user-select:none;align-items:center;gap:12px;font-size:1.125rem;font-weight:500;display:flex}.Home-module__jKgjFW__checkbox{appearance:none;border:1px solid var(--border-color);background:var(--bg-secondary);cursor:pointer;border-radius:6px;width:24px;height:24px;transition:all .2s;position:relative}.Home-module__jKgjFW__checkbox:checked{background:var(--accent-color);border-color:var(--accent-color)}.Home-module__jKgjFW__checkbox:checked:after{content:"✓";color:#000;font-size:14px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Home-module__jKgjFW__checkbox:focus{outline:none;box-shadow:0 0 0 3px #fcd53533}.Home-module__jKgjFW__inputWithActions{align-items:stretch;gap:8px;display:flex}.Home-module__jKgjFW__alignButtonsGroup{flex-direction:column;gap:4px;display:flex}.Home-module__jKgjFW__alignButton{width:44px;color:var(--foreground);cursor:pointer;background:#fcd53514;border:1px solid #fcd53533;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.Home-module__jKgjFW__alignButton:hover{background:var(--bg-tertiary);border-color:var(--accent-color)}.Home-module__jKgjFW__alignButtonActive{background:var(--accent-color)!important;color:#000!important;border-color:var(--accent-color)!important}.Home-module__jKgjFW__stylingBlock{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:8px;padding:12px}.Home-module__jKgjFW__stylingBlock.Home-module__jKgjFW__disabled{opacity:.5;pointer-events:none}.Home-module__jKgjFW__stylingHeader{align-items:center;gap:8px;margin-bottom:8px;display:flex}.Home-module__jKgjFW__stylingLabel{color:var(--foreground-secondary);font-size:.85rem;font-weight:600}.Home-module__jKgjFW__stylingControls{flex-direction:column;gap:16px;display:flex}.Home-module__jKgjFW__controlGroup{flex-direction:column;align-items:stretch;gap:8px;display:flex}.Home-module__jKgjFW__select{background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--foreground);border-radius:10px;outline:none;padding:10px 12px;font-size:.9rem}.Home-module__jKgjFW__styleIconBtn{background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;height:40px;color:var(--foreground);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;font-weight:700;display:flex}.Home-module__jKgjFW__styleIconBtn.Home-module__jKgjFW__active{background:var(--accent-color);color:#000;border-color:var(--accent-color)}.Home-module__jKgjFW__colorGrid{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-wrap:wrap;gap:14px;padding:16px;display:flex}.Home-module__jKgjFW__colorCircle{cursor:pointer;width:32px;height:32px;box-shadow:none;border:none;border-radius:50%;outline:none;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1)}.Home-module__jKgjFW__colorCircle:hover{border-color:var(--cardyfy-blue);transform:scale(1.15);box-shadow:0 0 0 3px #0070f333}.Home-module__jKgjFW__selectedColor{box-shadow:0 0 0 2px var(--bg-primary), 0 0 0 4px var(--cardyfy-blue);z-index:1;transform:scale(1.1)}.Home-module__jKgjFW__alignButtonsGroupVertical{background:var(--background-secondary);border-radius:12px;flex-direction:column;gap:8px;width:60px;padding:10px;display:flex}.Home-module__jKgjFW__alignButtonsGroupVertical.Home-module__jKgjFW__stretched{justify-content:space-between;align-self:stretch;height:auto}.Home-module__jKgjFW__alignButtonsGroupVertical.Home-module__jKgjFW__stretched .Home-module__jKgjFW__alignButton{flex:1;justify-content:center;align-items:center;width:100%;height:auto;display:flex}.Home-module__jKgjFW__stylingSidebar{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;width:240px;padding:20px;display:flex}.Home-module__jKgjFW__stylingSidebar .Home-module__jKgjFW__activeLineSettings,.Home-module__jKgjFW__stylingSidebar .Home-module__jKgjFW__stylingControlsRow{flex-direction:column;justify-content:space-between;height:100%;display:flex}.Home-module__jKgjFW__stylingSidebar .Home-module__jKgjFW__selectSmall{height:48px;color:var(--foreground);cursor:pointer;appearance:none;background:#fcd53514 url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E) right 14px center/18px no-repeat;border:1px solid #fcd53533;border-radius:8px;outline:none;width:100%;padding:0 36px 0 16px;font-size:16px;font-weight:500;transition:all .2s}.Home-module__jKgjFW__stylingSidebar .Home-module__jKgjFW__selectSmall option{background:var(--bg-secondary);color:var(--foreground);padding:12px;font-size:16px}.Home-module__jKgjFW__weightButtonsHorizontal{flex-direction:row;gap:8px;width:100%;display:flex}.Home-module__jKgjFW__stylingSidebar .Home-module__jKgjFW__weightButton{background:var(--bg-secondary);border:1px solid var(--border-color);height:44px;color:var(--foreground);cursor:pointer;border-radius:8px;outline:none;flex:1;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.Home-module__jKgjFW__stylingSidebar .Home-module__jKgjFW__selectSmall:hover,.Home-module__jKgjFW__stylingSidebar .Home-module__jKgjFW__weightButton:hover{background:var(--bg-tertiary);border-color:var(--accent-color)}.Home-module__jKgjFW__stylingSidebar .Home-module__jKgjFW__weightButton.Home-module__jKgjFW__active{background:var(--accent-color)!important;color:#000!important;border-color:var(--accent-color)!important}.Home-module__jKgjFW__stylingSidebar .Home-module__jKgjFW__selectSmall:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #fcd53533}.Home-module__jKgjFW__colorGridSmall,.Home-module__jKgjFW__colorGridDetached{flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-top:24px;display:flex}.Home-module__jKgjFW__colorCircleSmall{cursor:pointer;border:2px solid #ffffff1a;outline:none;width:24px;height:24px;padding:0;transition:all .2s;box-shadow:0 1px 3px #0003;border-radius:50%!important}.Home-module__jKgjFW__colorCircleDetached{cursor:pointer;border:2px solid #ffffff1a;outline:none;width:30px;height:30px;padding:0;transition:all .2s;box-shadow:0 1px 3px #0003;border-radius:50%!important}.Home-module__jKgjFW__checkboxGroup{align-items:center;gap:12px;display:flex}.Home-module__jKgjFW__workspaceActions{flex-direction:column;width:100%;max-width:600px;margin:0 auto;display:flex}.Home-module__jKgjFW__actionRow{align-items:center;gap:12px;width:100%;display:flex}.Home-module__jKgjFW__spacer{flex:1}.Home-module__jKgjFW__addBtn{background:var(--accent-color);color:#000;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 14px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Home-module__jKgjFW__addBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.Home-module__jKgjFW__modeToggleGroupSmall{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;gap:0;padding:2px;display:flex}.Home-module__jKgjFW__modeToggleButtonSmall{color:var(--foreground-secondary);cursor:pointer;background:0 0;border:none;border-radius:0;padding:3px 12px;font-size:.7rem;font-weight:600;transition:all .2s}.Home-module__jKgjFW__modeToggleButtonSmall:first-child{border-radius:4px 0 0 4px}.Home-module__jKgjFW__modeToggleButtonSmall:last-child{border-radius:0 4px 4px 0}.Home-module__jKgjFW__modeToggleButtonSmall:disabled{opacity:.3;cursor:not-allowed}.Home-module__jKgjFW__modeToggleGroup{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;gap:0;padding:2px;display:flex}.Home-module__jKgjFW__modeToggleButton{height:32px;color:var(--foreground-secondary);cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:6px;padding:0 16px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.Home-module__jKgjFW__modeToggleButton:first-child{border-radius:6px 0 0 6px}.Home-module__jKgjFW__modeToggleButton:last-child{border-radius:0 6px 6px 0}.Home-module__jKgjFW__modeToggleActive{background:var(--accent-color)!important;color:#000!important;border-color:var(--accent-color)!important}@media (min-width:769px){.Home-module__jKgjFW__largeSlider{direction:rtl}}@media (max-width:768px){.Home-module__jKgjFW__container{padding:20px 16px}.Home-module__jKgjFW__textareaContainer{flex-direction:column;align-items:stretch;gap:16px}.Home-module__jKgjFW__alignButtonsGroupVertical{justify-content:center;gap:8px;padding:8px;flex-direction:row!important;width:100%!important;height:auto!important}.Home-module__jKgjFW__alignButtonsGroupVertical.Home-module__jKgjFW__stretched{height:auto!important}.Home-module__jKgjFW__alignButtonsGroupVertical .Home-module__jKgjFW__alignButton{flex:1;height:48px!important}.Home-module__jKgjFW__textareaWrapper{width:100%}.Home-module__jKgjFW__textLimitHeader{pointer-events:auto;background:#ffffff0d;border-radius:12px;width:100%;margin-bottom:8px;padding:10px;opacity:.9!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.Home-module__jKgjFW__textLimitIndicator{gap:12px;font-size:.8rem}.Home-module__jKgjFW__textLimitHint{font-size:.75rem}.Home-module__jKgjFW__textarea{min-width:0;height:220px}.Home-module__jKgjFW__stylingSidebar{margin-top:16px;width:100%!important}.Home-module__jKgjFW__colorGridSmall,.Home-module__jKgjFW__colorGridDetached{justify-content:center;gap:10px}.Home-module__jKgjFW__colorCircleSmall{width:32px;height:32px}.Home-module__jKgjFW__colorCircleDetached{width:36px;height:36px}.Home-module__jKgjFW__detachedSettingsContainer{margin-top:24px!important}.Home-module__jKgjFW__largeSlider{direction:ltr}.Home-module__jKgjFW__headerRow{grid-template-columns:1fr auto;align-items:center;gap:8px;padding:0 4px}.Home-module__jKgjFW__headerRowLeft{display:none}.Home-module__jKgjFW__tabContainer{flex:1;min-width:0;padding:2px}.Home-module__jKgjFW__tabButton{white-space:nowrap;flex:1;justify-content:center;gap:8px;padding:6px 12px 6px 6px!important;font-size:.85rem!important}.Home-module__jKgjFW__tabIcon{width:28px;height:28px;font-size:.9rem}.Home-module__jKgjFW__saveWorkspaceButton{width:48px;height:48px}.Home-module__jKgjFW__saveWorkspaceButton svg{width:24px;height:24px}.Home-module__jKgjFW__checkboxGroup{flex-direction:column;gap:16px;width:100%;align-items:flex-start!important}.Home-module__jKgjFW__modeToggleGroup{width:100%;margin-top:0;margin-left:0!important}.Home-module__jKgjFW__modeToggleButton{flex:1;justify-content:center;padding:10px 12px!important;font-size:.9rem!important}.Home-module__jKgjFW__checkbox:checked:after{justify-content:center;align-items:center;width:100%;height:100%;line-height:1;display:flex;font-size:16px!important}.Home-module__jKgjFW__actionRow{flex-wrap:wrap;gap:8px}.Home-module__jKgjFW__addLayerWrapper{width:100%}.Home-module__jKgjFW__addLayerWrapper .Home-module__jKgjFW__addBtn{width:100%;height:40px!important}.Home-module__jKgjFW__actionRow .Home-module__jKgjFW__addBtn{flex:45%!important;height:36px!important;font-size:.8rem!important}.Home-module__jKgjFW__spacer{display:none}.Home-module__jKgjFW__addLayerMenu{width:100%!important;left:0!important}}.Home-module__jKgjFW__bgEditorBlockOld{background:#fcd53514;border:1px solid #fcd53533;border-radius:12px;width:100%;max-width:600px;margin:0 auto;padding:16px}.Home-module__jKgjFW__bgTypeTabs{gap:8px;margin-bottom:8px;display:flex}.Home-module__jKgjFW__bgTabButton{color:var(--foreground);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:6px;font-size:.9rem;transition:all .2s;display:flex}.Home-module__jKgjFW__bgTabButtonActive{background:var(--accent-color);color:#000;border-color:var(--accent-color);font-weight:600}.Home-module__jKgjFW__bgSettingsPanel{border-top:1px solid #ffffff14;padding:12px 0;animation:.2s Home-module__jKgjFW__bgFadeIn}@keyframes Home-module__jKgjFW__bgFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Home-module__jKgjFW__bgColorGrid{grid-template-columns:repeat(8,1fr);gap:8px;margin-top:8px;display:grid}.Home-module__jKgjFW__bgCircle{aspect-ratio:1;cursor:pointer;border:2px solid #ffffff1a;border-radius:50%;transition:transform .1s}.Home-module__jKgjFW__bgCircleActive{border-color:var(--accent-color);box-shadow:0 0 8px var(--accent-color)}.Home-module__jKgjFW__bgGradientControls{flex-direction:column;gap:16px;display:flex}.Home-module__jKgjFW__bgInputRow{align-items:center;gap:12px;width:100%;display:flex}.Home-module__jKgjFW__bgInputRow input{flex:1}.Home-module__jKgjFW__bgBlurSlider{-webkit-appearance:none;background:#ffffff1a;border-radius:3px;outline:none;width:100%;height:6px;margin-top:8px}.Home-module__jKgjFW__bgBlurSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-color);cursor:pointer;border:2px solid #fff;border-radius:50%;width:24px;height:24px;box-shadow:0 0 10px #0000004d}.Home-module__jKgjFW__bgBlurSlider::-moz-range-thumb{background:var(--accent-color);cursor:pointer;border:2px solid #fff;border-radius:50%;width:24px;height:24px;box-shadow:0 0 10px #0000004d}.Home-module__jKgjFW__bgUploadBtn{width:100%;color:var(--foreground);cursor:pointer;text-align:center;background:#ffffff1a;border:1px dashed #ffffff4d;border-radius:8px;padding:12px}.Home-module__jKgjFW__bgColorGridSmall{grid-template-columns:repeat(12,1fr);gap:4px;display:grid}.Home-module__jKgjFW__bgCircleSmall{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:50%;width:100%;transition:transform .2s}.Home-module__jKgjFW__bgCircleSmall:hover{transform:scale(1.1)}.Home-module__jKgjFW__bgSettingsLabel{color:var(--foreground);opacity:.9;align-items:center;gap:8px;margin-bottom:8px;font-size:.85rem;font-weight:600;display:flex}.Home-module__jKgjFW__infoBanner{color:var(--foreground);background:#fcd53514;border:1px solid #fcd53533;border-radius:12px;align-items:center;gap:12px;width:100%;max-width:600px;margin:0;padding:12px 16px;font-size:.9rem;font-weight:500;animation:.5s ease-out Home-module__jKgjFW__fadeIn;display:flex}.Home-module__jKgjFW__noticeIcon{background:var(--accent-color);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.1rem;display:flex}@keyframes Home-module__jKgjFW__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Home-module__jKgjFW__noticeLink{color:var(--accent-color);cursor:pointer;margin-left:auto;font-weight:600;text-decoration:underline;transition:opacity .2s}.Home-module__jKgjFW__noticeLink:hover{opacity:.8}.Home-module__jKgjFW__shapeSelector{width:100%;position:relative}.Home-module__jKgjFW__shapeSelectorTrigger{cursor:pointer;color:var(--foreground);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 16px;transition:all .2s;display:flex}.Home-module__jKgjFW__shapeSelectorTrigger:hover{border-color:var(--accent-color);background:#fcd5350d}.Home-module__jKgjFW__shapeSelectorContent{z-index:100;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-height:200px;padding:12px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 40px #00000080}.Home-module__jKgjFW__shapeSelectorContent::-webkit-scrollbar{width:16px}.Home-module__jKgjFW__shapeSelectorContent::-webkit-scrollbar-track{background:0 0}.Home-module__jKgjFW__shapeSelectorContent::-webkit-scrollbar-thumb{background:#fff3;border:2px solid #1a1a1a;border-radius:10px}.Home-module__jKgjFW__shapeSelectorContent::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.Home-module__jKgjFW__shapeGridCompact{grid-template-columns:repeat(4,1fr);gap:12px;padding-right:8px;display:grid}.Home-module__jKgjFW__layerBody{margin-top:-12px;padding:0 16px 16px}.Home-module__jKgjFW__shapeItem svg *{stroke:#fff;stroke-width:1px;paint-order:stroke fill;vector-effect:non-scaling-stroke}.Home-module__jKgjFW__shapeItem svg{overflow:visible!important}.Home-module__jKgjFW__layerIcon svg *,.Home-module__jKgjFW__shapeSelectorTrigger svg *{stroke:#fff;stroke-width:1px;paint-order:stroke fill;vector-effect:non-scaling-stroke}.Home-module__jKgjFW__layerIcon svg,.Home-module__jKgjFW__shapeSelectorTrigger svg{overflow:visible!important}.Home-module__jKgjFW__textLayoutGrid{grid-template-columns:40px 1fr 140px;align-items:stretch;gap:12px;display:grid}.Home-module__jKgjFW__alignButtons{flex-direction:column;gap:8px;height:100%;display:flex}.Home-module__jKgjFW__alignButtons button{border-radius:8px!important}.Home-module__jKgjFW__alignButtons button svg,.Home-module__jKgjFW__weightButtons button svg{min-width:24px;min-height:24px;width:24px!important;height:24px!important}.Home-module__jKgjFW__settingsColumn{flex-direction:column;gap:12px;display:flex}.Home-module__jKgjFW__textarea{width:100%;color:var(--foreground);resize:vertical;-webkit-user-select:text;user-select:text;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:all .2s}.Home-module__jKgjFW__textarea:focus{border-color:var(--accent-color);background:#fcd5350d}.Home-module__jKgjFW__workspaceBlock{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;width:100%;max-width:600px;margin:0 auto;transition:all .2s;display:flex}.Home-module__jKgjFW__workspaceBlockActive{box-shadow:0 4px 20px #fcd53526;background:#fcd5351f!important;border-color:#fcd535b3!important}.Home-module__jKgjFW__bgEditorHeader{color:var(--foreground);opacity:.8;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .2s}.Home-module__jKgjFW__workspaceBlockActive .Home-module__jKgjFW__layerInfo,.Home-module__jKgjFW__workspaceBlockActive .Home-module__jKgjFW__bgEditorHeader{text-align:center;color:var(--accent-color)!important;opacity:1!important}.Home-module__jKgjFW__bgEditorBlock{padding:6px 12px;}.Home-module__jKgjFW__layerBlock{cursor:pointer;}.Home-module__jKgjFW__layerList{flex-direction:column;gap:6px;width:100%;max-width:600px;margin:0 auto;padding:0;display:flex}.Home-module__jKgjFW__layerBlock:hover{background:var(--bg-tertiary);border-color:#ffffff26}.Home-module__jKgjFW__layerBlockActive{background:var(--bg-tertiary);border-color:var(--accent-color);box-shadow:0 0 0 1px var(--accent-color), 0 4px 16px #0003}.Home-module__jKgjFW__layerBlockDragging{opacity:.4;border:1px dashed var(--accent-color)!important;background:#fcd5350d!important}.Home-module__jKgjFW__layerBlockDragOver{border-top:2px solid var(--accent-color)!important}.Home-module__jKgjFW__layerHeader{align-items:center;gap:12px;padding:12px 16px;display:flex}.Home-module__jKgjFW__layerBlockActive .Home-module__jKgjFW__layerHeader{background:#0006;border-bottom:1px solid #ffffff0d}.Home-module__jKgjFW__layerBlockActive .Home-module__jKgjFW__layerInfo{color:var(--accent-color)}.Home-module__jKgjFW__layerIcon{width:32px;height:32px;color:var(--foreground);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;font-weight:700;display:flex}.Home-module__jKgjFW__layerInfo{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.95rem;font-weight:600;overflow:hidden}.Home-module__jKgjFW__dragHandle{cursor:grab;color:var(--text-muted);opacity:.5;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex}.Home-module__jKgjFW__dragHandle:hover{opacity:1;color:var(--accent-color)}.Home-module__jKgjFW__dragHandle:active{cursor:grabbing}.Home-module__jKgjFW__layerActions{align-items:center;gap:8px;display:flex}.Home-module__jKgjFW__layerActionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.Home-module__jKgjFW__layerActionBtn:hover{color:var(--foreground);background:#ffffff1a}.Home-module__jKgjFW__layerActionBtnDelete:hover{color:#f6465f;background:#f6465f26}.Home-module__jKgjFW__checkbox{appearance:none;cursor:pointer;background:#ffffff0d;border:2px solid #ffffff4d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Home-module__jKgjFW__checkbox:checked{background:var(--accent-color);border-color:var(--accent-color);box-shadow:0 0 10px #fcd5354d}.Home-module__jKgjFW__checkbox:checked:after{content:"";border:2.5px solid #000;border-width:0 2.5px 2.5px 0;width:6px;height:11px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.Home-module__jKgjFW__checkbox:hover{background:#ffffff1a;border-color:#ffffff80;transform:scale(1.05)}.Home-module__jKgjFW__checkbox:checked:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.Home-module__jKgjFW__checkbox:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #fcd53533}.Home-module__jKgjFW__floatingToolbar{z-index:10000;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);-webkit-user-select:none;user-select:none;cursor:default;background:#141414cc;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;gap:12px;width:48px;padding:8px 0;transition:transform .2s;display:flex;position:absolute;box-shadow:0 10px 40px #00000080,0 0 0 1px #ffffff0d}.Home-module__jKgjFW__floatingToolbar:active{transform:scale(.98)}.Home-module__jKgjFW__toolbarHandle{cursor:grab;opacity:.4;grid-template-rows:repeat(3,4px);grid-template-columns:repeat(2,4px);place-content:center;gap:3px;width:100%;height:24px;padding:4px 0;transition:opacity .2s;display:grid}.Home-module__jKgjFW__toolbarHandle:hover{opacity:.8}.Home-module__jKgjFW__toolbarHandle:active{cursor:grabbing}.Home-module__jKgjFW__handleDot{background:#fff;border-radius:50%;width:4px;height:4px}.Home-module__jKgjFW__toolbarBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Home-module__jKgjFW__toolbarBtn:hover:not(:disabled){background:var(--accent-color);color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #fcd5354d}.Home-module__jKgjFW__toolbarBtn:active:not(:disabled){transform:translateY(0)}.Home-module__jKgjFW__toolbarBtn:disabled{opacity:.2;cursor:not-allowed}
.ProductImageCanvas-module__b_aPna__canvasContainer{flex-direction:column;gap:0;width:100%;display:flex;position:relative}.ProductImageCanvas-module__b_aPna__externalRatiosBar{box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:#fcd53514;border:1px solid #fcd53533;border-radius:12px;align-items:center;gap:4px;width:100%;max-width:600px;margin:0 auto 12px;padding:4px;display:flex;overflow-x:auto;box-shadow:0 2px 8px #0003}.ProductImageCanvas-module__b_aPna__externalRatiosBar::-webkit-scrollbar{display:none}.ProductImageCanvas-module__b_aPna__ratiosGroup{flex:1;gap:2px;min-width:0;display:flex}.ProductImageCanvas-module__b_aPna__ratioButton{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:2px;min-width:70px;padding:6px 4px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ProductImageCanvas-module__b_aPna__ratioText{color:var(--foreground);font-size:.85rem;font-weight:800}.ProductImageCanvas-module__b_aPna__ratioType{opacity:.8;font-size:.65rem;font-weight:500}.ProductImageCanvas-module__b_aPna__ratioButtonActive .ProductImageCanvas-module__b_aPna__ratioText,.ProductImageCanvas-module__b_aPna__ratioButtonActive .ProductImageCanvas-module__b_aPna__ratioType{color:#000}.ProductImageCanvas-module__b_aPna__ratioButton:hover{background:var(--bg-tertiary);color:var(--foreground)}.ProductImageCanvas-module__b_aPna__ratioButtonActive{box-shadow:0 2px 8px #0003;background:var(--accent-color)!important;color:#000!important}.ProductImageCanvas-module__b_aPna__removeButtonWrapper{flex:none;justify-content:center;align-items:center;margin-right:2px;display:flex}.ProductImageCanvas-module__b_aPna__removeButtonStandalone{color:#fff;cursor:pointer;z-index:25;background:#f6465fe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 10px #0000004d}.ProductImageCanvas-module__b_aPna__removeButtonStandalone:hover{background:#f6465f;transform:scale(1.1)}.ProductImageCanvas-module__b_aPna__dropzone{width:100%;max-width:600px;aspect-ratio:var(--aspect-ratio);background-color:var(--bg-secondary);background-image:linear-gradient(45deg, var(--bg-tertiary) 25%, transparent 25%), linear-gradient(-45deg, var(--bg-tertiary) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--bg-tertiary) 75%), linear-gradient(-45deg, transparent 75%, var(--bg-tertiary) 75%);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);touch-action:none;-webkit-user-select:none;user-select:none;background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;border:1px solid #fcd53533;border-radius:12px;justify-content:center;align-items:center;margin:0 auto;transition:transform .2s,border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.ProductImageCanvas-module__b_aPna__dropzoneActive{border-color:var(--accent-color);background:#fcd5350d;transform:scale(1.02)}.ProductImageCanvas-module__b_aPna__dropzoneContent{pointer-events:none;flex-direction:column;align-items:center;gap:16px;display:flex}.ProductImageCanvas-module__b_aPna__plusIcon{background:var(--bg-tertiary);width:48px;height:48px;color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;font-size:24px;font-weight:700;transition:all .3s;display:flex}.ProductImageCanvas-module__b_aPna__dropzone:hover .ProductImageCanvas-module__b_aPna__plusIcon{background:var(--accent-color);color:#1e2329;transform:scale(1.1)rotate(90deg)}.ProductImageCanvas-module__b_aPna__dropzoneText{color:var(--text-muted);text-align:center;max-width:240px;font-size:1rem}.ProductImageCanvas-module__b_aPna__lockOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#0006;border-radius:12px;justify-content:center;align-items:center;animation:.3s ProductImageCanvas-module__b_aPna__fadeIn;display:flex;position:absolute;inset:0}.ProductImageCanvas-module__b_aPna__lockContent{text-align:center;color:#fff;flex-direction:column;align-items:center;max-width:80%;padding:24px;display:flex}.ProductImageCanvas-module__b_aPna__lockIcon{margin-bottom:12px;font-size:32px}.ProductImageCanvas-module__b_aPna__lockContent p{opacity:.9;margin-bottom:20px;font-size:.9rem;line-height:1.4}.ProductImageCanvas-module__b_aPna__unlockButton{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s}.ProductImageCanvas-module__b_aPna__unlockButton:hover{background:#f0f0f0;transform:scale(1.05)}@keyframes ProductImageCanvas-module__b_aPna__fadeIn{0%{opacity:0}to{opacity:1}}.ProductImageCanvas-module__b_aPna__previewImage{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.ProductImageCanvas-module__b_aPna__readonly .ProductImageCanvas-module__b_aPna__previewImage{object-fit:fill}.ProductImageCanvas-module__b_aPna__dropzone:hover .ProductImageCanvas-module__b_aPna__previewImage{transform:scale(1.05)}.ProductImageCanvas-module__b_aPna__errorOverlay{color:#fff;text-align:center;z-index:10;background:#f6465fe6;border-radius:6px;padding:8px 12px;font-size:.75rem;animation:.3s ProductImageCanvas-module__b_aPna__slideIn;position:absolute;top:12px;left:12px;right:12px}.ProductImageCanvas-module__b_aPna__removeButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.ProductImageCanvas-module__b_aPna__removeButton:hover{background:#f6465f;transform:scale(1.1)}@keyframes ProductImageCanvas-module__b_aPna__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ProductImageCanvas-module__b_aPna__readonly{cursor:default;border-style:solid}.ProductImageCanvas-module__b_aPna__readonly:hover .ProductImageCanvas-module__b_aPna__previewImage{transform:none}.ProductImageCanvas-module__b_aPna__textOverlay{top:var(--text-y,50%);left:var(--text-x,50%);transform:translate(-50%, -50%) scale(var(--text-scale,1));width:max-content;min-width:50px;text-align:var(--text-align,center);color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;z-index:10;flex-direction:column;align-items:center;padding:10px;font-size:2.3rem;font-weight:800;line-height:1.2;transition:box-shadow .2s;display:flex;position:absolute}.ProductImageCanvas-module__b_aPna__textOverlay[style*="--text-align: left"]{align-items:flex-start}.ProductImageCanvas-module__b_aPna__textOverlay[style*="--text-align: center"]{align-items:center}.ProductImageCanvas-module__b_aPna__textOverlay[style*="--text-align: right"]{align-items:flex-end}.ProductImageCanvas-module__b_aPna__textOverlay:active{cursor:grabbing}.ProductImageCanvas-module__b_aPna__interactiveText{pointer-events:auto;cursor:move;will-change:transform;background:#0000004d;border:1px dashed #ffffff4d;border-radius:8px;padding:10px 20px}.ProductImageCanvas-module__b_aPna__interactiveText:hover{border-color:var(--accent-color);background:#0003}.ProductImageCanvas-module__b_aPna__resizeHandle{background:var(--accent-color);z-index:10;touch-action:none;width:24px;height:24px;transform:scale(calc(1 / var(--layer-scale,1)));border:2px solid #fff;border-radius:50%;transition:transform .2s;position:absolute;box-shadow:0 2px 8px #0000004d}.ProductImageCanvas-module__b_aPna__resizeHandle:hover{transform:scale(calc(1.2 / var(--layer-scale,1)))}.ProductImageCanvas-module__b_aPna__handleTL{cursor:nwse-resize;top:-12px;left:-12px}.ProductImageCanvas-module__b_aPna__handleTR{cursor:nesw-resize;top:-12px;right:-12px}.ProductImageCanvas-module__b_aPna__handleBL{cursor:nesw-resize;bottom:-12px;left:-12px}.ProductImageCanvas-module__b_aPna__handleBR{cursor:nwse-resize;bottom:-12px;right:-12px}@media (max-width:768px){.ProductImageCanvas-module__b_aPna__resizeHandle{width:24px;height:24px}.ProductImageCanvas-module__b_aPna__handleTL{top:-12px;left:-12px}.ProductImageCanvas-module__b_aPna__handleTR{top:-12px;right:-12px}.ProductImageCanvas-module__b_aPna__handleBL{bottom:-12px;left:-12px}.ProductImageCanvas-module__b_aPna__handleBR{bottom:-12px;right:-12px}}.ProductImageCanvas-module__b_aPna__resizeHandle:after{content:"";position:absolute;inset:-15px}.ProductImageCanvas-module__b_aPna__inputLimitHint{color:var(--text-muted);text-align:right;margin-top:4px;font-size:.7rem}
.CollapsibleInfo-module__OBOSjW__container{width:100%;max-width:600px;margin:0 auto 12px}.CollapsibleInfo-module__OBOSjW__header{cursor:pointer;background:#fcd5350d;border:1px solid #fcd5354d;border-radius:12px;justify-content:flex-start;align-items:center;gap:12px;padding:10px 16px;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000001a}.CollapsibleInfo-module__OBOSjW__header:hover{background:#fcd53514;border-color:#fcd53580;transform:translateY(-1px)}.CollapsibleInfo-module__OBOSjW__headerLeft{color:var(--text-muted);align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.CollapsibleInfo-module__OBOSjW__toggleCircle{background:var(--accent-color);color:#000;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;transition:transform .3s;display:flex}.CollapsibleInfo-module__OBOSjW__openContainer{gap:8px;width:100%;display:flex}.CollapsibleInfo-module__OBOSjW__sideToggle{background:var(--accent-color);cursor:pointer;color:#000;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:20%;padding:8px 4px;transition:opacity .2s;display:flex}.CollapsibleInfo-module__OBOSjW__sideToggle:hover{opacity:.9}.CollapsibleInfo-module__OBOSjW__sideToggleText{text-transform:uppercase;text-align:center;word-break:break-word;font-size:.6rem;font-weight:800;line-height:1.1}.CollapsibleInfo-module__OBOSjW__content{flex-direction:column;flex:1;gap:8px;animation:.3s ease-out CollapsibleInfo-module__OBOSjW__fadeIn;display:flex}@keyframes CollapsibleInfo-module__OBOSjW__fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}
.ColorPopover-module__Cuu_4a__popoverOverlay{z-index:10000;position:fixed;inset:0}.ColorPopover-module__Cuu_4a__popoverContainer{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:10001;border-radius:20px;width:max-content;max-width:500px;padding:24px;animation:.15s ease-out ColorPopover-module__Cuu_4a__fadeIn;position:absolute;box-shadow:0 10px 50px #0009}@keyframes ColorPopover-module__Cuu_4a__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.ColorPopover-module__Cuu_4a__sectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.75rem;font-weight:800}.ColorPopover-module__Cuu_4a__historyGrid{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.ColorPopover-module__Cuu_4a__historyCircle{cursor:pointer;border:2px solid #ffffff1a;border-radius:50%;width:28px;height:28px;transition:all .2s}.ColorPopover-module__Cuu_4a__historyCircle:hover{border-color:var(--accent-color);transform:scale(1.15)}.ColorPopover-module__Cuu_4a__hexagonGrid{--swatch-width:30px;--swatch-height:34px;--swatch-gap:3px;flex-direction:column;align-items:center;gap:0;margin-bottom:10px;padding:10px 0;display:flex}.ColorPopover-module__Cuu_4a__hexagonRow{gap:var(--swatch-gap);justify-content:center;width:100%;display:flex}.ColorPopover-module__Cuu_4a__hexagonRow+.ColorPopover-module__Cuu_4a__hexagonRow{margin-top:-6px}.ColorPopover-module__Cuu_4a__hexagon{width:var(--swatch-width);height:var(--swatch-height);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);cursor:pointer;background-color:#ccc;border:none;justify-content:center;align-items:center;padding:0;transition:transform .1s,filter .1s;display:flex;position:relative}.ColorPopover-module__Cuu_4a__hexagon:hover{z-index:10;filter:brightness(1.2);transform:scale(1.2)}.ColorPopover-module__Cuu_4a__hexagonActive{z-index:5}.ColorPopover-module__Cuu_4a__hexagonCheck{color:#fff;text-shadow:0 0 3px #000,0 0 6px #000;pointer-events:none;font-size:18px;font-weight:1000;line-height:1}.ColorPopover-module__Cuu_4a__colorTrigger{border:2px solid var(--border-color);cursor:pointer;border-radius:8px;width:100%;height:40px;transition:all .2s}.ColorPopover-module__Cuu_4a__colorTrigger:hover{border-color:var(--text-muted)}.ColorPopover-module__Cuu_4a__stretched{height:100%;min-height:80px}
