.dashboardPage{display:flex;height:100vh;width:100%}.dashboardSidebar{background:#fff;display:flex;flex:0.18 1;flex-direction:column}.dashboardMain{background:#2fc7b5;flex:0.82 1;flex-direction:row;height:100%;object-fit:cover}.userGroup{align-items:center;display:flex;gap:12px;margin-top:10px;padding:8px 10px}.avatar{border:1.5px solid #e0e0e0;border-radius:50%;height:28px;object-fit:cover;width:28px}.userEmail{color:#333;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboardButton{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:16px;gap:10px;padding:16px;transition:background .2s,transform .1s;width:100%}.dashboardButton:hover{background-color:#e5f4ff;transform:translateX(1px)}.dashboardButton.active{background-color:#d0e9ff}.sidebarIcon{flex-shrink:0;height:16px;object-fit:contain;width:16px}.dashboardDivider{background-color:#ddd;height:1px;margin:6px 0;width:100%}.libraryLayout{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);padding:16px}.bookCard{background-color:#fff;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;height:200px;overflow:hidden;width:100%}.bookCard:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.bookCardTop{background-color:#f0f0f0;flex:0.7 1}.bookCardBottom{align-items:center;background-color:#2c2c2c;border-top:1px solid #eee;display:flex;flex:0.3 1;font-size:12px;justify-content:space-between;padding:8px 10px}.bookInfo{color:#fff;display:flex;flex-direction:column;gap:2px;overflow:hidden}.bookTitle{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bookCreated{color:#ccc;font-size:10px}.bookActions{display:flex;gap:10px}.starButton,.trashButton{background:none;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:color .2s}.starButton:hover{background-color:#fad406}.trashButton:hover{background-color:#ea3a86}.starButton img,.trashButton img{filter:brightness(0) invert(1);height:16px;width:16px}.createCard{align-items:center;background-color:#fdfdfd;border:2px dashed #aaa;border-radius:12px;cursor:pointer;display:flex;height:200px;justify-content:center;padding:0;transition:background .2s,border-color .2s;width:100%}.createCard:hover{background-color:#f0f8ff;border-color:#007bff}.createCardContent{color:#aaa;font-size:48px;font-weight:600;line-height:1}.loginPage{display:flex;height:100vh;width:100%}.loginForm{align-items:center;background:#fff;display:flex;flex:1 1;justify-content:center}.loginImage{flex:1 1;height:100%;object-fit:cover}.authContainer{margin:0 auto;width:65%}.authHeader{margin-bottom:1rem;margin-left:auto;margin-right:auto;text-align:center}.authHeader h1{color:#000;font-size:35px;font-weight:700;margin-bottom:5px}.authHeader p{color:#ccc;font-size:20px}body,html{background:#2fc7b5;height:100%;margin:0;overflow:hidden;width:100%}*{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0}#root{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 #0000001a;color:#000;touch-action:none;-webkit-user-select:none;user-select:none}.pagefocused{background:#fff;box-shadow:0 4px 8px #0000001a;height:500px;width:370px}.emptySpace,.pagefocused{align-items:center;display:flex;justify-content:center}.emptySpace{bottom:0;bottom:30px;left:0;position:fixed;right:0;top:0;z-index:1000}.emptySpace.locked{pointer-events:none}.sidebar{align-items:center;background-color:#fff;bottom:0;display:flex;gap:10px;justify-content:center;left:0;position:fixed;width:100%;z-index:1000}.dragHandle{background-color:#ccc;border-radius:3px;cursor:ns-resize;height:6px;left:50%;pointer-events:all;position:absolute;top:0;transform:translateX(-50%);width:60px;z-index:10}.topSidebar,.topWidgetLeft,.topWidgetRight{align-items:center;background:#fff;border-radius:8px;display:flex;gap:10px;padding:5px 10px;position:fixed;top:15px;z-index:1500}.topSidebar{left:50%;transform:translateX(-50%)}.topWidgetRight{right:15px}.topWidgetLeft{left:15px}.topWidgetLeft img{display:block;height:35px;object-fit:contain;width:auto}.modePopup{animation:fadeInOut 2s ease forwards;background:#000c;border-radius:6px;color:#fff;font-size:16px;left:50%;padding:8px 16px;pointer-events:none;position:fixed;top:10px;transform:translateX(-50%)}@keyframes fadeInOut{0%{opacity:0;transform:translateX(-50%)}10%{opacity:1;transform:translateX(-50%) translateY(0)}90%{opacity:1}to{opacity:0;transform:translateX(-50%)}}.wordList{background:#fff;border:1px solid #ccc;box-shadow:0 2px 6px #00000026;display:block;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{filter:brightness(0);height:24px;width:24px}.previewAreaButton .icon,.topSidebarButton .icon{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{filter:brightness(0) invert(1)}.previewAreaButton .tooltip,.sidebarButton .tooltip,.topSidebarButton .tooltip{background:#000c;border-radius:6px;color:#fff;font-size:12px;left:50%;opacity:0;padding:4px 8px;position:absolute;transform:translateX(-50%);transition:opacity .2s;visibility:hidden;white-space:nowrap;z-index:20}.previewAreaButton .tooltip,.sidebarButton .tooltip{bottom:125%;margin-bottom:6px}.topSidebarButton .tooltip{bottom:-125%;margin-bottom:6px}.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}.horizontalDivider{background-color:#ccc;height:1px;width:90%}.defaultSidebar{align-items:center;background-color:#fff;display:flex;flex-direction:row;gap:15px}.currentWordBox{cursor:pointer;display:inline-block;font-size:15px;height:25px;justify-content:flex-start;overflow:hidden;padding:6px 12px;position:relative;text-align:left;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap;width:150px;word-break:normal}.currentWordBox,.fontSizeControl,.sizeInput{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:6px}.fontSizeControl,.sizeInput{box-sizing:border-box;display:flex;font-size:14px;gap:0!important;overflow:visible}.fontSizeControl{width:110px}.sizeInput{width:50px}.sizeInput button{background:#fff;border:none;color:#333;cursor:pointer;height:100%;outline:none;padding:4px 0;width:100%}.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}.topSidebarButton.colorPickerButton{background:none;border:none;cursor:pointer;display:inline-flex;padding:6px}.colorCircle,.topSidebarButton.colorPickerButton{align-items:center;border-radius:50%;justify-content:center}.colorCircle{border:1px solid #ccc;box-sizing:border-box;display:flex;height:22px;position:relative;width:22px}.colorIcon{height:50%;pointer-events:none;width:50%}.colorIcon.dark{filter:invert(0)}.colorIcon.light{filter:invert(100%)}.colorPickerDropdown{background:#fff;border:1px solid #e6e6e6;border-radius:8px;box-shadow:0 8px 22px #0000001f;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:transform .15s ease,box-shadow .15s ease;width:100%}.resultGrid img:hover{box-shadow:0 2px 8px #0003;transform:scale(1.05)}.popUpWrapper{display:inline-block;position:relative}.layerList{display:flex;flex-direction:column;max-height:165px;overflow-y:auto;padding:3px;width:100%}.layerButtons{display:flex;flex-direction:row;justify-content:space-between;padding:3px 6px;width:100%}.layerList div{align-items:center;border-radius:8px;cursor:grab;display:flex;height:30px;margin-bottom:4px;padding:3px 6px;-webkit-user-select:none;user-select:none}.layerRowContent{align-items:center;display:flex;justify-content:space-between;width:100%}.layerPanel,.linkPanel,.previewArea,.sizeMenu{align-items:center;background:#fff;border-radius:6px;box-shadow:0 2px 10px #00000026;display:flex;flex-direction:column;gap:6px;left:0;padding:6px;position:absolute;width:200px;z-index:20}.previewArea canvas{display:block;height:150px;margin:0 auto;width:180px}.linkPanel button,.previewArea button{align-items:center;background-color:#ccc;border:none;border-radius:8px;cursor:pointer;display:flex;gap:6px;justify-content:center;width:100%}.linkPanel input,.sizeMenu input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:14px;padding:4px 6px;width:100%}.sizeMenu input[type=range]{accent-color:#33b3a6;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;width:100%}.hoveredLinkTooltip{background:#000000d9;border-radius:6px;color:#fff;font-size:13px;max-width:200px;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;white-space:nowrap;z-index:5000}.roundedGroupCard{align-items:center;cursor:pointer;display:flex;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}.rgbaInputs{display:flex;gap:8px}.rgbaInputGroup{align-items:center;display:flex;flex-direction:column}.rgbaInputGroup label{font-size:12px;margin-bottom:2px}.rgbaInputGroup input{border:1px solid #ccc;border-radius:4px;font-size:12px;padding:4px;text-align:center;width:54px}
/*# sourceMappingURL=main.6e23cfba.css.map*/