body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body,html{background:#e6f0fa;margin:0;overflow:hidden}#root,body,html{height:100%;width:100%}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.pageLayout{display:flex;flex-direction:column;height:100%}.container{align-items:center;display:flex;flex:1 1;justify-content:center;padding-bottom:30px}.cover,.page{background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#000;touch-action:none;-webkit-user-select:none;user-select:none}.pagefocused{background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);height:500px;width:370px}.emptySpace,.pagefocused{align-items:center;display:flex;justify-content:center}.emptySpace{bottom:0;bottom:30px;right:0;top:0}.emptySpace,.sidebar{left:0;position:fixed;z-index:1000}.sidebar{align-items:center;background-color:#fff;bottom:0;display:flex;gap:10px;justify-content:center;width:100%}.dragHandle{background-color:#ccc;border-radius:3px;cursor:ns-resize;height:6px;left:50%;pointer-events:all;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:60px;z-index:10}.topSidebar{align-items:center;background:#fff;border-radius:8px;display:flex;gap:10px;padding:5px 10px;top:15px;z-index:1000}.modePopup,.topSidebar{left:50%;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.modePopup{-webkit-animation:fadeInOut 2s ease forwards;animation:fadeInOut 2s ease forwards;background:rgba(0,0,0,.8);border-radius:6px;color:#fff;font-size:16px;padding:8px 16px;pointer-events:none;top:10px}@-webkit-keyframes fadeInOut{0%{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}10%{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}90%{opacity:1}to{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes fadeInOut{0%{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}10%{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}90%{opacity:1}to{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.fontList{background:#fff;border:1px solid #ccc;left:0;max-height:250px;overflow-y:auto;position:absolute;top:100%;width:200px;z-index:10}.imageResults{align-items:center;display:flex;flex-direction:row;gap:8px;height:100%;overflow-x:auto;overflow-y:hidden;padding:5px;scrollbar-width:thin}.imageResults img{cursor:pointer;height:60px;width:auto}.previewAreaButton,.sidebarButton,.topSidebarButton{background:none;border:none;border-radius:4px;cursor:pointer;padding:4px;position:relative}.sidebarButton .icon{-webkit-filter:brightness(0);filter:brightness(0);height:24px;width:24px}.previewAreaButton .icon,.topSidebarButton .icon{-webkit-filter:brightness(0);filter:brightness(0);height:18px;width:18px}.previewAreaButton:hover,.sidebarButton:hover,.topSidebarButton:hover{background-color:#00a796;border-radius:8px}.previewAreaButton:hover .icon,.sidebarButton:hover .icon,.topSidebarButton:hover .icon{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.sidebarButton .tooltip{bottom:125%;transition:opacity .2s}.previewAreaButton .tooltip,.sidebarButton .tooltip,.topSidebarButton .tooltip{background:rgba(0,0,0,.8);border-radius:6px;color:#fff;font-size:12px;left:50%;opacity:0;padding:4px 8px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;white-space:nowrap;z-index:20}.previewAreaButton .tooltip,.topSidebarButton .tooltip{top:125%}.previewAreaButton:hover .tooltip,.sidebarButton:hover .tooltip,.topSidebarButton:hover .tooltip{opacity:1;visibility:visible}.divider{height:45px}.divider,.smallDivider{background-color:#ccc;margin:0 5px;width:1px}.smallDivider{height:24px}.currentFontBox{cursor:pointer;font-size:15px;height:25px;justify-content:flex-start;padding:6px 12px;text-align:left;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap;width:150px;word-break:normal}.currentFontBox,.fontSizeControl{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:6px;display:flex;overflow:hidden}.fontSizeControl{box-sizing:border-box;font-size:14px;gap:0!important;width:110px}.fontSizeControl input{border:none;font-size:14px;height:25px;outline:none;padding:0;text-align:center;width:50px}.fontSizeControl .fontButton{align-items:center;background-color:#f0f0f0;border:none;cursor:pointer;display:flex;font-size:16px;height:25px;justify-content:center;-webkit-user-select:none;user-select:none;width:32px}.fontSizeControl .fontButton:hover{background-color:#00a796}.fontSizeControl .fontButton.left{background-color:#fff;border-bottom-left-radius:6px;border-right:1px solid #ccc;border-top-left-radius:6px}.fontSizeControl .fontButton.right{background-color:#fff;border-bottom-right-radius:6px;border-left:1px solid #ccc;border-top-right-radius:6px}.topSidebarButton.colorPickerButton{border-radius:6px;display:flex;gap:6px;padding:4px;position:relative}.topSidebarButton.colorPickerButton:hover{background-color:#00a796}.colorPickerWrapper{display:inline-block;position:relative}.topSidebarButton.colorPickerButton{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:inline-flex;justify-content:center;padding:6px}.colorCircle{border:1px solid #ccc;border-radius:50%;height:20px;width:20px}.colorPickerDropdown{background:#fff;border:1px solid #e6e6e6;border-radius:8px;box-shadow:0 8px 22px rgba(0,0,0,.12);display:flex;flex-direction:column;gap:10px;left:0;margin-top:8px;padding:10px;position:absolute;top:100%;z-index:50}.colorPickerDropdown .react-colorful{border-radius:6px;width:240px!important}.sidebarTop{padding:6px 8px}.searchBar{align-items:center;display:flex;gap:6px}.searchInput{border:1px solid #ccc;border-radius:8px;font-size:14px;height:25px;padding:0 12px;width:200px}.sidebarSection{height:100%}.sidebarTop{border-bottom:1px solid #ddd}.colorPickerInput{height:32px;padding:0;width:32px}.closeButton,.colorPickerInput{background:none;border:none;cursor:pointer}.closeButton{padding:4px}.closeButton img{height:18px;width:18px}.sidebarSection{display:flex;flex:1 1;flex-direction:column}.sidebarTop{align-items:center;border-bottom:1px solid #ccc;display:flex;flex-shrink:0;height:50px;justify-content:space-between;padding:0 8px}.sidebarContent{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:8px}.resultGrid{grid-gap:8px;align-content:start;display:grid;flex:1 1;gap:8px;grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.resultGrid img{aspect-ratio:1/1;border-radius:10px;cursor:pointer;object-fit:cover;transition:box-shadow .15s ease,-webkit-transform .15s ease;transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease,-webkit-transform .15s ease;width:100%}.resultGrid img:hover{box-shadow:0 2px 8px rgba(0,0,0,.2);-webkit-transform:scale(1.05);transform:scale(1.05)}.cuttingWrapper{display:inline-block;position:relative}.previewArea{align-items:center;background:#fff;border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:6px;height:200px;left:0;padding:6px;position:absolute;width:200px;z-index:20}.previewArea canvas{display:block;height:150px;margin:0 auto;width:180px}.previewArea button{background-color:#ccc;border:none;border-radius:8px;gap:6px;justify-content:center;width:100%}.previewArea button,.roundedGroupCard{align-items:center;cursor:pointer;display:flex}.roundedGroupCard{flex-direction:column;gap:4px;text-align:center}.roundedGroupCard .placeholder,.roundedGroupCard img{border-radius:8px;height:80px;width:80px}.groupLabel{font-size:12px;font-weight:500}
/*# sourceMappingURL=main.5677a962.css.map*/