.create-module__x_2gnG__container{margin:0 auto;padding:0 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}@media (max-width:768px){.create-module__x_2gnG__container{padding:0}}.create-module__x_2gnG__workspace{background-color:var(--background);border:1px solid var(--secondary-color-deep);border-radius:32px;gap:0;height:calc(100dvh - 82px);display:flex;overflow:hidden;box-shadow:0 4px 30px #0000000a}.create-module__x_2gnG__workspace>div{width:100%;height:100%}.create-module__x_2gnG__sidebar{opacity:1;border-right:none;border-radius:0;flex-direction:column;transition:opacity .2s;display:flex;overflow-y:auto}@media (min-width:1000.1px){.create-module__x_2gnG__sidebar{transition:width .3s,min-width .3s,opacity .2s}.create-module__x_2gnG__collapsedSidebar{opacity:.9;width:50px;min-width:50px}}.create-module__x_2gnG__collapsedSidebar{opacity:.9;width:50px;min-width:50px;flex-grow:0!important}.create-module__x_2gnG__collapsedSidebar .create-module__x_2gnG__sidebarHeader{justify-content:center;padding:15px 0}.create-module__x_2gnG__sidebarHeader{background-color:var(--secondary-color);border-bottom:none;border-radius:0 0 22px;justify-content:space-between;align-items:center;gap:10px;padding:10px 10px 5px 15px;display:flex}.create-module__x_2gnG__collapseButton{background:var(--secondary-color-deep);cursor:pointer;color:var(--description-color);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:6px;transition:all .2s;display:flex}.create-module__x_2gnG__collapseButton:hover{background-color:var(--secondary-color-deep);color:var(--foreground);transform:scale(1.1)}.create-module__x_2gnG__widgetNameContainer{flex-grow:1;align-items:center;display:flex;overflow:hidden}.create-module__x_2gnG__sidebarTitle{color:var(--foreground);letter-spacing:-.3px;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;flex-grow:1;align-items:center;margin:0;padding:6px 0;font-size:16px;font-weight:600;display:flex;overflow:hidden}.create-module__x_2gnG__sidebarTitle span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.create-module__x_2gnG__sidebarTitle:hover .create-module__x_2gnG__editWidgetNameIcon{opacity:1;color:var(--theme-blue)}.create-module__x_2gnG__editWidgetNameIcon:hover{opacity:1;color:var(--theme-blue)}.create-module__x_2gnG__widgetNameInput,.create-module__x_2gnG__widgetNameInputMobile{border:1px solid var(--border-light);background:var(--background);color:var(--foreground);box-sizing:border-box;border-radius:8px;outline:none;width:100%;padding:6px 10px;font-size:16px;font-weight:600;transition:border-color .2s,box-shadow .2s}.create-module__x_2gnG__widgetNameInput:focus,.create-module__x_2gnG__widgetNameInputMobile:focus{border-color:var(--theme-blue);box-shadow:0 0 0 2px rgba(var(--theme-blue-rgb),.2)}.create-module__x_2gnG__sidebarIconBar{border-bottom:1px solid var(--border-color,#e0e0e0);align-items:center;gap:4px;margin-top:7px;margin-bottom:4px;padding:6px 12px;display:flex}.dark .create-module__x_2gnG__sidebarIconBar{border-bottom:1px solid var(--border-dark,#333)}.create-module__x_2gnG__sidebarIconBar button{color:var(--muted-foreground,#71717a);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background-color .2s,color .2s;display:flex}.create-module__x_2gnG__sidebarIconBar button:hover{background-color:var(--secondary-color-deep,#f0f0f0);color:var(--foreground,#111827)}.dark .create-module__x_2gnG__sidebarIconBar button:hover{background-color:var(--secondary-color-deep,#2a2a2a);color:var(--foreground,#fff)}.create-module__x_2gnG__sidebarIconBar button.create-module__x_2gnG__activeIcon{background-color:var(--secondary-color);color:var(--foreground,#111827)}.create-module__x_2gnG__searchInputContainer{align-items:center;margin-bottom:6px;padding:4px 12px;display:flex;position:relative}.create-module__x_2gnG__searchInputIcon{color:var(--muted-foreground,#71717a);pointer-events:none;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.create-module__x_2gnG__searchInput{border:1px solid var(--border-color,#e0e0e0);background-color:var(--background,#fff);width:100%;color:var(--foreground,#111827);border-radius:11px;outline:none;padding:8px 12px 8px 34px;font-size:13px;transition:border-color .2s,box-shadow .2s}.dark .create-module__x_2gnG__searchInput{border:1px solid var(--border-dark,#333);background-color:var(--secondary-color-deep,#2a2a2a)}.create-module__x_2gnG__searchInput:focus{border-color:var(--theme-blue,#007bff);box-shadow:0 0 0 2px rgba(var(--theme-blue-rgb),.2)}.create-module__x_2gnG__clearSearchButton{color:var(--muted-foreground,#71717a);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:color .2s,background-color .2s;display:flex;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.create-module__x_2gnG__clearSearchButton:hover{color:var(--foreground,#111827);background-color:var(--secondary-color-deep,#f0f0f0)}.dark .create-module__x_2gnG__clearSearchButton:hover{color:var(--foreground,#fff);background-color:var(--secondary-color-deep,#2a2a2a)}.create-module__x_2gnG__fileList{flex:1;margin:0;padding:10px 0;list-style:none;animation:.3s ease-out create-module__x_2gnG__fadeIn}.create-module__x_2gnG__fileItem{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:space-between;align-items:center;margin:2px 8px 4px;padding:6px 15px;transition:all .2s;animation:.3s ease-out backwards create-module__x_2gnG__fadeInItems;display:flex}.create-module__x_2gnG__fileItem:first-child{animation-delay:50ms}.create-module__x_2gnG__fileItem:nth-child(2){animation-delay:.1s}.create-module__x_2gnG__fileItem:nth-child(3){animation-delay:.15s}.create-module__x_2gnG__fileItem:nth-child(4){animation-delay:.2s}.create-module__x_2gnG__fileItem:nth-child(5){animation-delay:.25s}.create-module__x_2gnG__fileItem:hover{background-color:var(--secondary-color)}.create-module__x_2gnG__activeFile{background:var(--secondary-color);border:1px solid var(--border-light);font-weight:500}.dark .create-module__x_2gnG__activeFile{border:1px solid var(--border-dark)}.create-module__x_2gnG__fileNameContainer{white-space:nowrap;flex:1;align-items:center;gap:8px;display:flex;overflow:hidden}.create-module__x_2gnG__fileIcon{color:var(--description-color);flex-shrink:0}.create-module__x_2gnG__fileItem:hover .create-module__x_2gnG__fileIcon,.create-module__x_2gnG__activeFile .create-module__x_2gnG__fileIcon{color:var(--foreground)}.create-module__x_2gnG__fileName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 22px);font-size:13px;font-weight:500;overflow:hidden}.create-module__x_2gnG__fileType{color:var(--description-color);background-color:var(--secondary-color);border-radius:20px;padding:3px 8px;font-size:11px}.create-module__x_2gnG__fileActions{border-top:none;margin-top:auto;padding:15px;animation:.3s ease-out .1s backwards create-module__x_2gnG__fadeIn}.create-module__x_2gnG__fileButtons{opacity:0;align-items:center;gap:5px;transition:opacity .2s;display:flex}.create-module__x_2gnG__fileItem:hover .create-module__x_2gnG__fileButtons{opacity:1}.create-module__x_2gnG__buttonIcon{margin-right:4px}.create-module__x_2gnG__sidebarNote{color:var(--description-color);margin:0;font-size:12px;font-style:italic}.create-module__x_2gnG__deleteButton{width:22px;height:22px;color:var(--description-color);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.create-module__x_2gnG__activeFile .create-module__x_2gnG__deleteButton{color:var(--description-color)}.create-module__x_2gnG__activeFile .create-module__x_2gnG__deleteButton:hover{color:#dc3545;background-color:#dc354533}.create-module__x_2gnG__renameButton{width:24px;height:24px;color:var(--description-color);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.create-module__x_2gnG__renameButton:hover{color:var(--theme-blue)}.create-module__x_2gnG__activeFile .create-module__x_2gnG__renameButton{color:#fffc}.create-module__x_2gnG__activeFile .create-module__x_2gnG__renameButton:hover{background-color:#fff3}.create-module__x_2gnG__addFileButton{background:var(--secondary-color);cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;width:100%;margin-bottom:8px;padding:9px 12px;font-size:14px;transition:all .2s;display:flex}.create-module__x_2gnG__addFileButton:hover{box-shadow:0 4px 8px #00000014}.create-module__x_2gnG__addFileButton:disabled{background-color:var(--secondary-color);color:var(--description-color);cursor:not-allowed}.create-module__x_2gnG__addFileForm{flex-direction:column;gap:10px;margin-bottom:8px;display:flex}.create-module__x_2gnG__fileNameInput,.create-module__x_2gnG__fileTypeSelect{border:1px solid var(--border-light);background-color:var(--background);width:100%;color:var(--foreground);border-radius:4px;padding:8px 10px;font-size:14px}.create-module__x_2gnG__addFileButtons{gap:8px;display:flex}.create-module__x_2gnG__cancelButton,.create-module__x_2gnG__confirmButton{cursor:pointer;border:none;border-radius:4px;flex:1;padding:6px 10px;font-size:14px;transition:all .2s}.create-module__x_2gnG__cancelButton{background-color:var(--secondary-color);color:var(--foreground)}.create-module__x_2gnG__confirmButton{background-color:var(--theme-blue);color:var(--theme-blue-text-hover)}.create-module__x_2gnG__cancelButton:hover{background-color:var(--secondary-color-deep)}.create-module__x_2gnG__confirmButton:hover{background-color:#0056cc}.create-module__x_2gnG__renameInput{color:var(--foreground);border:none;border-bottom:1px solid var(--theme-blue);background:0 0;outline:none;width:100%;padding:0;font-family:inherit;font-size:14px}.create-module__x_2gnG__activeFile .create-module__x_2gnG__renameInput{color:#fff;border-bottom:1px solid #fff}.create-module__x_2gnG__editorPanel{background:var(--background);flex-direction:column;height:100%;display:flex;overflow:hidden}.create-module__x_2gnG__editorPanelHeader{background:#ffffff03;flex-shrink:0;justify-content:space-between;align-items:center;padding:0;display:flex;position:relative}.dark .create-module__x_2gnG__editorPanelHeader{background:#00000003}.create-module__x_2gnG__editorTabs{white-space:nowrap;-ms-overflow-style:none;flex-shrink:0;max-width:calc(100% - 80px);padding:5px 10px 0;display:flex;overflow:auto hidden}.create-module__x_2gnG__editorTabs::-webkit-scrollbar{height:4px}.create-module__x_2gnG__editorTabs::-webkit-scrollbar-track{background:0 0}.create-module__x_2gnG__editorTabs::-webkit-scrollbar-thumb{background:var(--secondary-color-deep);border-radius:2px}.create-module__x_2gnG__editorTabs::-webkit-scrollbar-thumb:hover{background:var(--theme-blue)}.create-module__x_2gnG__editorTab{cursor:pointer;color:var(--description-color);white-space:nowrap;background-color:#0000;border:none;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:8px;margin-bottom:-1px;padding:8px 12px 8px 16px;font-size:13px;transition:color .2s,border-color .2s,background-color .2s;display:flex}.create-module__x_2gnG__editorTab:hover{color:var(--foreground)}.create-module__x_2gnG__activeEditorTab{color:var(--foreground);border-bottom-color:var(--theme-blue);font-weight:500}.create-module__x_2gnG__dark .create-module__x_2gnG__editorTab{color:var(--description-color)}.create-module__x_2gnG__dark .create-module__x_2gnG__editorTab:hover{color:var(--foreground)}.create-module__x_2gnG__dark .create-module__x_2gnG__activeEditorTab{color:var(--foreground);border-bottom-color:var(--theme-blue)}.create-module__x_2gnG__tabFileName{text-overflow:ellipsis;white-space:nowrap;max-width:150px;display:inline-block;overflow:hidden}.create-module__x_2gnG__closeTabButton{color:var(--description-color);cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.create-module__x_2gnG__editorTab:hover .create-module__x_2gnG__closeTabButton{opacity:1}.create-module__x_2gnG__closeTabButton:hover{background-color:var(--secondary-color);color:var(--foreground)}.create-module__x_2gnG__activeEditorTab .create-module__x_2gnG__closeTabButton{color:var(--foreground);opacity:.7}.create-module__x_2gnG__activeEditorTab:hover .create-module__x_2gnG__closeTabButton{opacity:1}.create-module__x_2gnG__activeEditorTab .create-module__x_2gnG__closeTabButton:hover{color:#fff;background-color:#fff3}.create-module__x_2gnG__dark .create-module__x_2gnG__closeTabButton:hover{background-color:var(--secondary-color)}.create-module__x_2gnG__dark .create-module__x_2gnG__activeEditorTab .create-module__x_2gnG__closeTabButton:hover{background-color:#fff3}.create-module__x_2gnG__dark .create-module__x_2gnG__sidebar{background-color:var(--secondary-color);box-shadow:4px 0 15px #0003}.create-module__x_2gnG__dark .create-module__x_2gnG__loadingSpinner{border-color:#ffffff1a}.create-module__x_2gnG__dark .create-module__x_2gnG__errorContainer{background-color:#e53e3e1a}.create-module__x_2gnG__dark .create-module__x_2gnG__errorMessage{background-color:#e53e3e0d}.create-module__x_2gnG__dark .create-module__x_2gnG__sidebarOverlay{background-color:#0009}.create-module__x_2gnG__viewToggleButtons{background-color:var(--secondary-color);z-index:2;border:1px solid var(--border-light);border-radius:30px;flex-shrink:0;margin-top:4px;margin-left:auto;margin-right:3px;padding:2px;display:flex;position:sticky;right:0;transform:scale(.93);box-shadow:0 2px 4px #00000012}.dark .create-module__x_2gnG__viewToggleButtons{border:1px solid var(--border-dark)}.create-module__x_2gnG__viewToggleButton{cursor:pointer;color:var(--description-color);background-color:#0000;border:1px solid #0000;border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;margin-right:0;padding:6.61px;transition:all .2s;display:flex}.create-module__x_2gnG__viewToggleButton.create-module__x_2gnG__activeViewButton{background-color:var(--background);color:var(--foreground);border:1px solid var(--border-light);margin-right:0}.dark .create-module__x_2gnG__viewToggleButton.create-module__x_2gnG__activeViewButton{border:1px solid var(--border-dark)}.create-module__x_2gnG__viewToggleButton:disabled{opacity:.4;cursor:not-allowed}.create-module__x_2gnG__viewToggleButton:disabled:hover{color:#fff9;background-color:#0000}.create-module__x_2gnG__editorContentArea{flex-grow:1;position:relative;overflow:hidden}.create-module__x_2gnG__codeMirrorWrapper{height:100%;overflow:hidden}.create-module__x_2gnG__chatPanel{width:100%;height:100%;color:var(--foreground);background:var(--background);flex-direction:column;padding:0;display:flex;position:relative;overflow-y:auto}.create-module__x_2gnG__chatPanel p{text-align:left;font-size:16px}.create-module__x_2gnG__noFileOpen{text-align:center;height:100%;color:var(--description-color);justify-content:center;align-items:center;padding:20px;font-size:15px;display:flex}.create-module__x_2gnG__previewPanel{background-color:var(--background);border-left:none;border-radius:0;flex-direction:column;height:100%;display:flex;position:relative}@media (max-width:768px){.create-module__x_2gnG__previewPanel{padding-bottom:85px}}.create-module__x_2gnG__previewHeader{background-color:var(--background);border-bottom:none;justify-content:space-between;align-items:center;padding:14px;display:flex}.create-module__x_2gnG__compileTime{color:var(--description-color);background-color:var(--secondary-color);text-align:right;border-radius:22px;align-self:flex-end;margin-top:8px;margin-bottom:19px;margin-right:19px;padding:5px 12px;font-family:SF Mono,Menlo,Monaco,Courier New,monospace;font-size:12px}.create-module__x_2gnG__previewTitle{color:var(--foreground);margin:0;font-size:15px;font-weight:600}.create-module__x_2gnG__previewContainer{flex:1;padding:1px;position:relative;overflow:auto}.create-module__x_2gnG__previewWrapper{justify-content:center;align-items:center;height:100%;padding:0;display:flex}.create-module__x_2gnG__componentContainer{width:100%;max-width:500px}.create-module__x_2gnG__loading{height:100%;color:var(--description-color);flex-direction:column;justify-content:center;align-items:center;gap:15px;font-size:15px;display:flex}.create-module__x_2gnG__loadingSpinner{border:2px solid var(--border-light);border-top-color:var(--theme-blue);border-radius:50%;width:30px;height:30px;animation:1s ease-in-out infinite create-module__x_2gnG__spin}.create-module__x_2gnG__errorContainer{color:#e53e3e;background-color:#e53e3e0d;border-radius:8px;height:auto;padding:15px;overflow:auto}.create-module__x_2gnG__errorMessage{white-space:pre-wrap;background-color:#e53e3e08;border-radius:6px;margin:10px 0 0;padding:12px;font-family:SF Mono,Menlo,Monaco,Courier New,monospace;font-size:13px}.create-module__x_2gnG__fixErrorButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;align-items:center;gap:8px;margin-top:15px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.create-module__x_2gnG__fixErrorButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.create-module__x_2gnG__fixErrorButton:active{transform:translateY(0)}@keyframes create-module__x_2gnG__spin{to{transform:rotate(360deg)}}@keyframes create-module__x_2gnG__fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes create-module__x_2gnG__fadeInItems{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1000px){.create-module__x_2gnG__workspace{grid-template-columns:1fr 1fr;position:relative}.create-module__x_2gnG__workspace>div>[class*=PanelResizeHandle]:first-of-type,.create-module__x_2gnG__workspace>[class*=PanelResizeHandle]:first-of-type,.create-module__x_2gnG__resizeHandle:first-of-type{display:none}.create-module__x_2gnG__sidebar{z-index:3;background-color:var(--background);opacity:1;border-radius:0 0 22px;width:240px;min-width:240px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:translate(0)}.create-module__x_2gnG__collapsedSidebar{transform:translate(calc(50px - 100%))}.create-module__x_2gnG__collapsedSidebar .create-module__x_2gnG__sidebarHeader{justify-content:flex-end;padding-right:13px}.create-module__x_2gnG__editorPanel{margin-left:50px}@media (max-width:768px){.create-module__x_2gnG__editorPanel{margin-left:0}}.create-module__x_2gnG__editorTabs{padding:5px 5px 0}.create-module__x_2gnG__editorTab{padding:8px 12px}}@media (max-width:768px){.create-module__x_2gnG__workspace{height:calc(100dvh - 64px);min-height:0;box-shadow:none;border:0;border-radius:0;grid-template-rows:1fr;grid-template-columns:1fr;overflow:hidden}.create-module__x_2gnG__mobileNavBar{background-color:rgba(var(--card-background-rgb),.65);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;border-radius:120px;justify-content:space-around;align-items:center;height:57px;margin:20px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:inset 0 1px #fff,0 0 1px #00000045,0 1px 7px #00000026}.dark .create-module__x_2gnG__mobileNavBar{background-color:#1a1a1aa6;box-shadow:inset 0 0 1px #fff6,inset 0 2px #1a1a1a26,inset 0 1px 2px #ffffff59}.create-module__x_2gnG__mobileNavButton{cursor:pointer;color:var(--description-color);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;height:100%;padding:8px 0;transition:all .2s;display:flex}.create-module__x_2gnG__mobileNavButton span{margin-top:4px;font-size:12px}.create-module__x_2gnG__activeNavButton{color:var(--theme-blue);position:relative}.create-module__x_2gnG__mobileVisible{width:100%;max-width:100%;max-height:100%;display:block}.create-module__x_2gnG__mobileHidden{display:none}.create-module__x_2gnG__editorPanel,.create-module__x_2gnG__previewPanel,.create-module__x_2gnG__sidebar{width:100%;min-width:0;max-width:100%;height:100%;overflow:auto}.create-module__x_2gnG__sidebar{border-radius:0;margin-right:0;padding-bottom:110px;padding-left:15px;padding-right:15px}.create-module__x_2gnG__sidebarHeader{background-color:#0000;border-radius:0;justify-content:flex-start;margin-bottom:10px;padding-left:0;padding-right:0}.create-module__x_2gnG__collapseButton{display:none}.create-module__x_2gnG__fileList{padding:10px 0;animation:none}.create-module__x_2gnG__fileItem{margin-left:0;margin-right:0;animation:none}.create-module__x_2gnG__fileActions{margin-top:15px;padding-bottom:0;padding-left:0;padding-right:0}.create-module__x_2gnG__editorContentArea{height:calc(100% - 50px)}.create-module__x_2gnG__codeMirrorWrapper{height:100%}.create-module__x_2gnG__previewContainer{height:calc(100% - 50px);padding:1px}.create-module__x_2gnG__previewWrapper{padding:1px}}.create-module__x_2gnG__deleteButton:hover{color:#dc3545;background-color:#dc35451a}.create-module__x_2gnG__fileList,.create-module__x_2gnG__fileActions,.create-module__x_2gnG__sidebarTitle{transition:none}.create-module__x_2gnG__previewPanel:before{display:none}@media (max-width:768px){.create-module__x_2gnG__editorPanelHeader{flex-wrap:nowrap;position:relative}.create-module__x_2gnG__editorTabs{max-width:calc(100% - 95px);padding:5px 5px 0}.create-module__x_2gnG__viewToggleButtons{height:100%;margin-right:10px;position:absolute;top:0;right:0}.create-module__x_2gnG__editorTab{padding:6px 8px 6px 10px;font-size:12px}.create-module__x_2gnG__tabFileName{max-width:100px}.create-module__x_2gnG__chatPanel{padding:0}.create-module__x_2gnG__editorContentArea{height:calc(100% - 40px)}}.create-module__x_2gnG__pendingEditBanner{z-index:200;background-color:var(--secondary-color);border:1px solid var(--border-light);border-radius:14px;margin:10px 12px;padding:12px 14px;position:relative;box-shadow:0 2px 10px #0000000f}.create-module__x_2gnG__diffPreview{background:var(--secondary-color-deep);border-radius:8px;max-height:220px;margin-top:8px;padding:8px;overflow:auto}.create-module__x_2gnG__pendingEditActions{justify-content:flex-end;margin-top:10px;display:flex}@media (max-width:768px){.create-module__x_2gnG__pendingEditBanner{display:none}.create-module__x_2gnG__diffPreview{max-height:160px}}@media (max-width:480px){.create-module__x_2gnG__editorTabs{max-width:calc(100% - 85px)}}.create-module__x_2gnG__resizeHandle{background:var(--secondary-color);border-radius:50%;width:3px;margin:65px 5px;transition:background-color .2s;position:relative}.create-module__x_2gnG__resizeHandle:hover{background:var(--theme-blue)}.create-module__x_2gnG__resizeHandle:after{content:"";cursor:col-resize;position:absolute;inset:0}.create-module__x_2gnG__hiddenResizeHandle{display:none}@media (max-width:768px){.create-module__x_2gnG__resizeHandle{display:none}}body.theme-material .create-module__x_2gnG__resizeHandle{background:0 0}body.theme-material .create-module__x_2gnG__resizeHandle:hover{background:var(--theme-blue)}.create-module__x_2gnG__collapsedSidebar .create-module__x_2gnG__sidebarTitle{display:none}.create-module__x_2gnG__cardWrapper{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.create-module__x_2gnG__componentContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:auto}.create-module__x_2gnG__previewDetailsContainer{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.create-module__x_2gnG__previewDetailsHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.create-module__x_2gnG__previewDetailsTitle{margin:0;font-size:1.5em;font-weight:600}.create-module__x_2gnG__previewDetailsCloseButton{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;transition:background-color .2s;display:flex}.create-module__x_2gnG__previewDetailsCloseButton:hover{background-color:var(--secondary-color)}.create-module__x_2gnG__previewDetailsContent{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex;overflow:auto}.create-module__x_2gnG__previewComponentWrapper{justify-content:center;margin-bottom:20px;display:flex}.create-module__x_2gnG__previewDetailsInfo{border-top:1px solid var(--border-light);padding-top:20px}.create-module__x_2gnG__previewDetailsInfo h3{margin:0 0 15px;font-size:16px;font-weight:600}.create-module__x_2gnG__previewDetailsFiles{flex-direction:column;gap:8px;display:flex}.create-module__x_2gnG__previewDetailsFile{background-color:var(--secondary-color);border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.create-module__x_2gnG__previewDetailsFileName{font-weight:500}.create-module__x_2gnG__previewDetailsFileType{color:var(--description-color);background-color:var(--background);border-radius:12px;padding:3px 8px;font-size:12px}.create-module__x_2gnG__editWidgetNameIcon{opacity:.6;cursor:pointer;margin-left:6px}.create-module__x_2gnG__saveWidgetButton{background-color:var(--secondary-color);border:1px solid var(--border-light);cursor:pointer;border-radius:28px;padding:8px 14px;font-size:14px;font-weight:500;transition:background-color .3s;box-shadow:0 1px 4px #0000000a}.dark .create-module__x_2gnG__saveWidgetButton{border:1px solid var(--border-dark)}.create-module__x_2gnG__saveWidgetButton:hover{background-color:var(--theme-blue);color:#fff;border:1px solid var(--theme-blue)}.create-module__x_2gnG__consolePanel{border-top:1px solid var(--border-light);background-color:rgba(var(--card-background-rgb),.35);z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;font-size:13px;position:absolute;bottom:20px;left:20px;right:20px;box-shadow:0 -2px 8px #00000014}.dark .create-module__x_2gnG__consolePanel{border:1px solid var(--border-dark);background-color:#1a1a1a5f}.create-module__x_2gnG__consoleResizeHandle{background-color:var(--secondary-color-deep);cursor:ns-resize;z-index:20;width:80px;height:3px;color:var(--description-color);-webkit-user-select:none;user-select:none;border-radius:25px;justify-content:center;align-items:center;font-size:8px;line-height:1;display:flex;position:absolute;top:3px;left:50%;transform:translate(-50%)}.create-module__x_2gnG__consoleResizeHandle:hover{background-color:var(--theme-blue);color:#fff}.create-module__x_2gnG__consoleHeader{border-radius:25px;justify-content:space-between;align-items:center;min-height:32px;margin:10px;padding:6px;display:flex}.create-module__x_2gnG__consoleTitle{color:var(--primary-color);font-size:16px;font-weight:500}.create-module__x_2gnG__consoleActions{gap:8px;display:flex}.create-module__x_2gnG__consoleButton{border:1px solid var(--border-light);cursor:pointer;color:var(--description-color);background:0 0;border-radius:24px;justify-content:center;align-items:center;padding:6px 8px;font-size:15px;transition:all .2s;display:flex}.dark .create-module__x_2gnG__consoleButton{border:1px solid var(--border-dark)}.create-module__x_2gnG__consoleButton:hover{background-color:var(--border-light);color:var(--primary-color)}.dark .create-module__x_2gnG__consoleButton:hover{background-color:var(--border-dark)}.create-module__x_2gnG__consoleContent{background-color:var(--secondary-color);border-radius:17px;margin:10px;padding:8px;overflow-y:auto}.create-module__x_2gnG__consoleEmpty{color:var(--description-color);text-align:center;padding:20px;font-size:14px;font-weight:500}.create-module__x_2gnG__consoleLog{border-bottom:1px solid #0000;border-radius:10px;align-items:flex-start;gap:8px;margin:3px;padding:4px 8px;display:flex}.create-module__x_2gnG__consoleLog:hover{background-color:var(--border-light)}.dark .create-module__x_2gnG__consoleLog:hover{background-color:var(--border-dark)}.create-module__x_2gnG__consoleIcon{flex-shrink:0;margin-top:1px}.create-module__x_2gnG__consoleMessage{word-break:break-word;flex:1}.create-module__x_2gnG__consoleArg{margin-right:4px}.create-module__x_2gnG__consoleLog.create-module__x_2gnG__log{color:var(--primary-color)}.create-module__x_2gnG__consoleLog.create-module__x_2gnG__warn{color:#f59e0b}.create-module__x_2gnG__consoleLog.create-module__x_2gnG__error{color:#ef4444}.create-module__x_2gnG__consoleLog.create-module__x_2gnG__info{color:#3b82f6}.create-module__x_2gnG__editorPanel{position:relative}.create-module__x_2gnG__consoleToggleInEditor{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:rgba(var(--card-background-rgb),.35);border:1px solid var(--border-light);cursor:pointer;color:var(--primary-color);z-index:5;border-radius:114px;gap:10px;padding:10px;font-size:14px;transition:all .2s;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 4px #00000014}.dark .create-module__x_2gnG__consoleToggleInEditor{border:1px solid var(--border-dark);background-color:#2f2f2f5f!important}.create-module__x_2gnG__consoleToggleInEditor:hover{border-color:var(--theme-blue);transform:translateY(-1px)}
.create-chat-module__mNoLZW__chatContainer{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.create-chat-module__mNoLZW__chatContainer{margin-bottom:86px}}.create-chat-module__mNoLZW__messages{-ms-overflow-style:none;flex-direction:column;flex-grow:1;gap:15px;margin-top:-30px;padding:50px 15px 125px;display:flex;overflow-y:auto}.create-chat-module__mNoLZW__messages::-webkit-scrollbar{width:6px}.create-chat-module__mNoLZW__messages::-webkit-scrollbar-track{background:0 0}.create-chat-module__mNoLZW__messages::-webkit-scrollbar-thumb{background:var(--secondary-color-deep);border-radius:3px}.create-chat-module__mNoLZW__messages::-webkit-scrollbar-thumb:hover{background:var(--theme-blue)}.create-chat-module__mNoLZW__reasoningBlock{border:1px solid var(--secondary-color-deep);background:var(--secondary-color,#0000000d);border-radius:14px;margin:8px 0}.create-chat-module__mNoLZW__reasoningBlock[open]{background:var(--secondary-color,#00000005)}.create-chat-module__mNoLZW__reasoningSummary{cursor:pointer;color:var(--foreground-secondary);-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-weight:500;transition:background-color .2s;display:flex}.create-chat-module__mNoLZW__reasoningSummary:hover{background:var(--hover-color,#0000000d)}.create-chat-module__mNoLZW__reasoningContent{border-top:1px solid var(--secondary-color-deep);background:var(--background-tertiary,#00000005);color:var(--foreground-muted);padding:0 16px 16px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;line-height:1.4}.create-chat-module__mNoLZW__reasoningIcon{opacity:.7;flex-shrink:0}.create-chat-module__mNoLZW__welcomeBanner{text-align:center;color:var(--foreground);max-width:500px;margin:auto;padding:24px}.create-chat-module__mNoLZW__welcomeBanner h3{letter-spacing:-.5px;margin-bottom:12px;font-size:28px;font-weight:600}.create-chat-module__mNoLZW__welcomeBanner p{color:var(--description-color);text-align:center;margin:0 0 16px;font-size:20px;line-height:1.5}.create-chat-module__mNoLZW__featureList{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.create-chat-module__mNoLZW__featureItem{background-color:var(--secondary-color);color:var(--foreground);border-radius:30px;align-items:center;gap:8px;padding:8px 14px;font-size:14px;font-weight:500;display:flex}.create-chat-module__mNoLZW__featureItem svg{color:var(--theme-blue)}.create-chat-module__mNoLZW__message{word-break:break-word;max-width:85%;margin-bottom:16px;position:relative}.create-chat-module__mNoLZW__user{background-color:var(--secondary-color);color:var(--foreground);border:1px solid var(--secondary-color-deep);border-radius:18px 18px 4px;width:fit-content;max-width:95%;margin-left:auto;padding:12px 16px}.create-chat-module__mNoLZW__assistant{color:var(--foreground);width:100%;max-width:100%;margin-bottom:80px;margin-right:auto;padding:12px 16px;line-height:1.5}.create-chat-module__mNoLZW__messageContent{white-space:pre-wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}.create-chat-module__mNoLZW__messageContent pre,.create-chat-module__mNoLZW__messageContent code{border-radius:3px;padding:.2em .4em;font-family:SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:90%}.create-chat-module__mNoLZW__messageContent pre{border-radius:8px;margin:10px 0;padding:12px;overflow-x:auto}.create-chat-module__mNoLZW__actionButtons{opacity:1;gap:8px;display:flex;position:absolute;bottom:-40px;left:0}.create-chat-module__mNoLZW__actionButton{cursor:pointer;width:28px;height:28px;color:var(--foreground);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.create-chat-module__mNoLZW__inputForm{border:1px solid var(--border-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;border-radius:18px;flex-direction:column;margin:15px;padding:0;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 1px 4px #0000000a}.create-chat-module__mNoLZW__gradientMask{pointer-events:none;z-index:1;background:linear-gradient(#fff0 0%,#fff6 10%,#ffffffb3 20%,#ffffffe6 30%,#fffffffa 40%,#fff 50% 100%);height:120px;position:absolute;bottom:0;left:0;right:0}.dark .create-chat-module__mNoLZW__gradientMask{background:linear-gradient(#0000 0%,#0006 10%,#000000b3 20%,#000000e6 30%,#000000fa 40%,#000 50% 100%)}.create-chat-module__mNoLZW__chatInput{width:100%;color:var(--foreground);resize:none;background:0 0;border:none;outline:none;min-height:50px;max-height:200px;padding:12px 15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.5;overflow-y:auto}.create-chat-module__mNoLZW__bottomBar{background-color:var(--secondary-color-light);justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.create-chat-module__mNoLZW__leftControls{flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.create-chat-module__mNoLZW__agentModeToggle{background-color:var(--secondary-color);color:var(--description-color);cursor:pointer;white-space:nowrap;border:none;border-radius:110px;align-items:center;gap:5px;padding:5px 13px;font-size:14px;display:flex}.create-chat-module__mNoLZW__modelSelect{color:var(--foreground);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;appearance:none;background-color:#0000;background-image:none;border:none;border-radius:10px;flex:1;min-width:0;padding:5px 10px;font-size:14px;overflow:hidden}.create-chat-module__mNoLZW__modelSelect:focus-visible{outline:none}.create-chat-module__mNoLZW__modelSelect optgroup{color:var(--theme-blue);background-color:var(--secondary-color-deep);padding:5px 0;font-style:normal;font-weight:700}.create-chat-module__mNoLZW__modelSelect option{color:var(--foreground);background-color:var(--background);padding:5px 0 5px 10px;font-weight:400}@-moz-document url-prefix(){.create-chat-module__mNoLZW__modelSelect{text-indent:0;padding:5px}.create-chat-module__mNoLZW__modelSelect optgroup{margin-top:5px}}.create-chat-module__mNoLZW__modelSelect::-webkit-scrollbar{width:6px}.create-chat-module__mNoLZW__modelSelect::-webkit-scrollbar-track{background:var(--secondary-color)}.create-chat-module__mNoLZW__modelSelect::-webkit-scrollbar-thumb{background:var(--secondary-color-deep);border-radius:3px}.create-chat-module__mNoLZW__modelSelect:disabled{opacity:.6;cursor:not-allowed}.create-chat-module__mNoLZW__sendButton{background:var(--theme-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background-color .2s;display:flex}.create-chat-module__mNoLZW__sendButton:hover:not(:disabled){background:var(--theme-blue-dark,#0056cc)}.create-chat-module__mNoLZW__sendButton:disabled{opacity:.5;cursor:not-allowed;background-color:var(--secondary-color-deep);color:var(--description-color)}.create-chat-module__mNoLZW__stopButton{background:#ff4757!important}.create-chat-module__mNoLZW__stopButton:hover{background:#ff3742!important}.create-chat-module__mNoLZW__message.create-chat-module__mNoLZW__editing{border:1px solid var(--theme-blue);width:100%;max-width:100%;box-shadow:0 0 0 2px #1d74f21a}.create-chat-module__mNoLZW__editForm{flex-direction:column;gap:8px;width:100%;display:flex}.create-chat-module__mNoLZW__editInput{resize:none;width:100%;min-height:24px;color:var(--foreground);-webkit-text-size-adjust:100%;background:0 0;border:none;border-radius:12px;outline:none;padding:8px 12px;font-family:inherit;font-size:15px;line-height:1.5;overflow:hidden}.create-chat-module__mNoLZW__editButtons{justify-content:flex-end;gap:6px;display:flex}.create-chat-module__mNoLZW__editButton{cursor:pointer;border:none;border-radius:26px;min-width:60px;padding:6px 12px;font-size:14px;font-weight:500;transition:background-color .2s,color .2s}.create-chat-module__mNoLZW__editButton.create-chat-module__mNoLZW__cancel{background:var(--secondary-color-deep);color:var(--foreground)}.create-chat-module__mNoLZW__editButton.create-chat-module__mNoLZW__submit{background:var(--theme-blue);color:#fff}.create-chat-module__mNoLZW__editButton:hover{opacity:.9}.create-chat-module__mNoLZW__editButton:disabled{opacity:.7;cursor:not-allowed}.create-chat-module__mNoLZW__message.create-chat-module__mNoLZW__editing .create-chat-module__mNoLZW__actionButtons,.create-chat-module__mNoLZW__message.create-chat-module__mNoLZW__editing .create-chat-module__mNoLZW__userActionButtons{display:none}.create-chat-module__mNoLZW__userActionButtons{opacity:0;flex-direction:column;gap:6px;transition:opacity .2s;display:flex;position:absolute;bottom:10px;left:-38px}.create-chat-module__mNoLZW__message.create-chat-module__mNoLZW__user:hover .create-chat-module__mNoLZW__userActionButtons{opacity:1}.create-chat-module__mNoLZW__actionButton{cursor:pointer;width:30px;height:30px;color:var(--description-color);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex}.create-chat-module__mNoLZW__actionButton:hover{background:var(--secondary-color);color:var(--foreground)}.create-chat-module__mNoLZW__actionButton:disabled{opacity:.5;cursor:not-allowed}.create-chat-module__mNoLZW__actionButton:disabled:hover{color:var(--description-color);background:0 0}.create-chat-module__mNoLZW__toolInvocation{border-radius:14px;margin:0 0 12px;padding:6px;font-size:13px}.create-chat-module__mNoLZW__toolHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.create-chat-module__mNoLZW__toolHeaderActions{align-items:center;gap:8px;display:flex}.create-chat-module__mNoLZW__pillButton{background:var(--secondary-color);color:var(--foreground);border:1px solid var(--border-light);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:22px;padding:6px 12px;transition:all .2s;overflow:hidden}.create-chat-module__mNoLZW__pillButton:hover{background:var(--secondary-color-deep)}.create-chat-module__mNoLZW__toolBody{border:1px solid var(--border-light);background:var(--secondary-color);border-radius:25px;margin-top:6px;overflow:hidden}.create-chat-module__mNoLZW__toolSection{border-top:1px solid var(--border-light);padding:8px 10px}.create-chat-module__mNoLZW__toolSection:first-of-type{border-top:none}.create-chat-module__mNoLZW__toolSectionTitle{color:var(--description-color);margin-top:10px;margin-bottom:6px;margin-left:10px;font-size:12px;font-weight:600}.create-chat-module__mNoLZW__toolSectionActions{margin-top:6px}.create-chat-module__mNoLZW__collapsible{max-height:260px;position:relative;overflow:hidden}.create-chat-module__mNoLZW__collapsed{max-height:160px}.create-chat-module__mNoLZW__fadeBottom{background:linear-gradient(to bottom,#0000,var(--secondary-color));height:40px;position:absolute;bottom:0;left:0;right:0}.create-chat-module__mNoLZW__toolInvocation p{white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:13px;font-weight:500;overflow:hidden}.create-chat-module__mNoLZW__toolInvocation pre{background-color:var(--secondary-color-deep);white-space:pre-wrap;word-break:break-all;border-radius:20px;margin:0;padding:20px;font-family:SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.create-chat-module__mNoLZW__diffPre{background:var(--secondary-color);border-radius:8px;margin-top:6px;padding:8px 10px;font-family:SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;overflow-x:auto}.create-chat-module__mNoLZW__diffHeader{color:var(--description-color)}.create-chat-module__mNoLZW__diffHunk{color:var(--theme-blue)}.create-chat-module__mNoLZW__diffAdd{color:#10b981}.create-chat-module__mNoLZW__diffDel{color:#ef4444}.create-chat-module__mNoLZW__diffContext{color:var(--foreground)}.create-chat-module__mNoLZW__toolDetails{margin-top:4px;font-size:12px}.create-chat-module__mNoLZW__toolDetails summary{cursor:pointer;color:var(--theme-blue);-webkit-user-select:none;user-select:none;margin-bottom:4px;font-weight:500}.create-chat-module__mNoLZW__toolDetails summary:hover{text-decoration:underline}.create-chat-module__mNoLZW__toolDetails pre{background-color:var(--secondary-color);white-space:pre-wrap;word-break:break-all;border-radius:4px;max-height:150px;margin-top:5px;padding:8px;font-size:12px;overflow:auto}.create-chat-module__mNoLZW__toolResultContainer,.create-chat-module__mNoLZW__toolResultContent{display:none}:is(.dark .create-chat-module__mNoLZW__toolInvocation pre,.dark .create-chat-module__mNoLZW__toolDetails pre){background-color:var(--secondary-color-deep)}.dark .create-chat-module__mNoLZW__editInput{color:var(--foreground)}@media (max-width:768px){.create-chat-module__mNoLZW__messages{padding:50px 10px 80px}.create-chat-module__mNoLZW__message{font-size:14px}.create-chat-module__mNoLZW__welcomeBanner{padding:20px}.create-chat-module__mNoLZW__welcomeBanner h3{font-size:25px}.create-chat-module__mNoLZW__welcomeBanner p{font-size:18px}.create-chat-module__mNoLZW__userActionButtons{bottom:8px;left:-32px}.create-chat-module__mNoLZW__actionButton{width:26px;height:26px}.create-chat-module__mNoLZW__featureItem{padding:6px 12px;font-size:13px}}.dark .create-chat-module__mNoLZW__inputForm{border-color:var(--border-dark);box-shadow:0 1px 4px #0000001a}.dark .create-chat-module__mNoLZW__sendButton:disabled{background-color:var(--secondary-color);color:var(--description-color-dark)}.create-chat-module__mNoLZW__modelSelect::-ms-expand{display:none}.create-chat-module__mNoLZW__modelSelect{padding-right:10px}.create-chat-module__mNoLZW__chatToolbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;opacity:1;align-items:center;gap:10px;padding:5px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;display:flex;position:relative;transform:translateY(0)}.create-chat-module__mNoLZW__toolbarHidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.create-chat-module__mNoLZW__chatToolbar.create-chat-module__mNoLZW__toolbarHidden{pointer-events:auto}.create-chat-module__mNoLZW__toolbarHoverArea{z-index:1;height:20px;position:absolute;top:-10px;left:0;right:0}.create-chat-module__mNoLZW__newChatButton,.create-chat-module__mNoLZW__clearChatButton{background-color:var(--secondary-color);color:var(--foreground);cursor:pointer;border:none;border-radius:28px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;transition:all .2s;display:flex}.create-chat-module__mNoLZW__newChatButton:hover,.create-chat-module__mNoLZW__clearChatButton:hover{background-color:var(--secondary-color-deep)}.create-chat-module__mNoLZW__clearChatButton{color:var(--description-color)}.create-chat-module__mNoLZW__clearChatButton:hover{color:#f56565;background-color:#f565651a}.create-chat-module__mNoLZW__newChatButton:disabled,.create-chat-module__mNoLZW__clearChatButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.create-chat-module__mNoLZW__chatToolbar{padding:8px 10px}}.dark .create-chat-module__mNoLZW__chatToolbar{border-bottom-color:var(--border-dark);background-color:#0003}.dark .create-chat-module__mNoLZW__chatToolbar:before{background:#00000003}:is(.dark .create-chat-module__mNoLZW__newChatButton,.dark .create-chat-module__mNoLZW__clearChatButton){background-color:#ffffff14}.dark .create-chat-module__mNoLZW__newChatButton:hover{background-color:#ffffff26}.dark .create-chat-module__mNoLZW__clearChatButton:hover{background-color:#f5656526}.create-chat-module__mNoLZW__thinking{color:var(--description-color);opacity:.8;align-items:center;gap:6px;font-style:italic;display:flex}.create-chat-module__mNoLZW__spinner{font-size:16px;animation:1.5s ease-in-out infinite create-chat-module__mNoLZW__pulse;display:inline-block}@keyframes create-chat-module__mNoLZW__pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}body.theme-material .create-chat-module__mNoLZW__message{background-color:var(--background)}body.theme-material .create-chat-module__mNoLZW__messages{border:1px solid var(--border-light);background-color:#f8f8f870;border-radius:24px;margin-top:10px}@media screen and (max-width:768px){body.theme-material .create-chat-module__mNoLZW__messages{margin-left:10px;margin-right:10px}}.dark body.theme-material .create-chat-module__mNoLZW__messages{border-color:var(--border-dark);background-color:#161616}body.theme-material .create-chat-module__mNoLZW__assistant{background-color:#0000}.dark body.theme-material .create-chat-module__mNoLZW__assistant{border-color:var(--border-dark)}body.theme-material .create-chat-module__mNoLZW__messages{transition:margin-top .3s cubic-bezier(.4,0,.2,1),padding-top .3s cubic-bezier(.4,0,.2,1)}body.theme-material .create-chat-module__mNoLZW__toolbarHidden+.create-chat-module__mNoLZW__messages{margin-top:-20px;padding-top:20px}body.theme-material .create-chat-module__mNoLZW__chatContainer:has(.create-chat-module__mNoLZW__toolbarHidden) .create-chat-module__mNoLZW__messages{margin-top:-30px;padding-top:20px}.create-chat-module__mNoLZW__scrollToBottomBtn{background:var(--background);width:35px;height:35px;color:var(--foreground);cursor:pointer;z-index:10;border:none;border:1px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:130px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000012}.create-chat-module__mNoLZW__scrollToBottomBtn:hover{background:var(--secondary-color);transform:translate(-50%)translateY(-2px);box-shadow:0 6px 16px #00000026}.create-chat-module__mNoLZW__scrollToBottomBtn:active{transform:translate(-50%)translateY(0)}.dark .create-chat-module__mNoLZW__scrollToBottomBtn{border-color:var(--border-dark);box-shadow:0 4px 12px #0000004d}
.simple-markdown-module__CB-qYq__markdown{width:100%;font-size:15px;line-height:1.6}.simple-markdown-module__CB-qYq__paragraph{margin:0;line-height:1.6}.simple-markdown-module__CB-qYq__code{font-family:SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em}.simple-markdown-module__CB-qYq__inlineCode{background:var(--secondary-color);border-radius:4px;padding:.2em .4em;font-size:.9em}.simple-markdown-module__CB-qYq__pre{background:var(--secondary-color);border-radius:8px;margin:.8em 0;padding:1em;overflow-x:auto}.simple-markdown-module__CB-qYq__link{color:var(--theme-blue);text-decoration:none}.simple-markdown-module__CB-qYq__link:hover{text-decoration:underline}.simple-markdown-module__CB-qYq__markdown ul,.simple-markdown-module__CB-qYq__markdown ol{margin:0 0;padding-left:1.5em}.simple-markdown-module__CB-qYq__markdown li::marker{margin-top:-.5em}.simple-markdown-module__CB-qYq__markdown li{margin:0 0}.simple-markdown-module__CB-qYq__markdown table{border-collapse:collapse;width:100%;margin:.5em 0}.simple-markdown-module__CB-qYq__markdown th,.simple-markdown-module__CB-qYq__markdown td{border:1px solid var(--border-light);padding:.5em}.simple-markdown-module__CB-qYq__markdown th{background:var(--secondary-color)}.simple-markdown-module__CB-qYq__markdown blockquote{border-left:4px solid var(--theme-blue);color:var(--description-color);background:var(--secondary-color);border-radius:0 8px 8px 0;margin:.5em 0;padding:.5em 1em}.dark .simple-markdown-module__CB-qYq__markdown blockquote{border-left-color:var(--theme-blue)}
.full-screen-popup-module__uUUpeq__overlay{z-index:9999;pointer-events:auto;background:#0000001a;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.full-screen-popup-module__uUUpeq__modal{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);will-change:transform,opacity,scale;border:1.5px solid color-mix(in srgb,var(--background)67%,transparent);-webkit-user-select:none;user-select:none;background:#ffffffbf;border-radius:34px;width:100%;max-width:320px;max-height:90vh;padding:32px 24px 24px;position:relative;overflow-y:auto;transform:translateZ(0);box-shadow:2px 2px 6px #0000001b}.dark .full-screen-popup-module__uUUpeq__modal{border-color:var(--border-dark);background:#212121de;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0000001a,0 0 0 1px #ffffff0d}.full-screen-popup-module__uUUpeq__content{text-align:left;margin-bottom:28px}.full-screen-popup-module__uUUpeq__title{color:var(--text-primary,#111827);letter-spacing:-.025em;margin:0 0 12px;font-size:23px;font-weight:600;line-height:1.3}.dark .full-screen-popup-module__uUUpeq__title{color:var(--text-primary-dark,#f9fafb)}.full-screen-popup-module__uUUpeq__message{color:var(--text-secondary,#6b7280);max-width:300px;margin:0;font-size:16px;font-weight:500;line-height:1.6}.dark .full-screen-popup-module__uUUpeq__message{color:var(--text-secondary-dark,#d1d5db)}.full-screen-popup-module__uUUpeq__actions{justify-content:center;gap:12px;width:100%;display:flex}.full-screen-popup-module__uUUpeq__button{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:1px solid #0000;border-radius:50px;outline:none;flex-grow:1;flex-basis:0;justify-content:center;align-items:center;padding:12px 24px;font-size:18px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.full-screen-popup-module__uUUpeq__button:active{transform:scale(.98)}.full-screen-popup-module__uUUpeq__primaryButton{background:var(--theme-blue,#3b82f6);color:#fff;border-color:var(--theme-blue,#3b82f6)}.full-screen-popup-module__uUUpeq__primaryButton:hover{background:var(--theme-blue-hover,#2563eb);border-color:var(--theme-blue-hover,#2563eb)}.full-screen-popup-module__uUUpeq__confirmButton{background:var(--theme-blue,#3b82f6);color:#fff;border-color:var(--theme-blue,#3b82f6);box-shadow:0 1px 2px #0000000d}.full-screen-popup-module__uUUpeq__confirmButton:hover{background:var(--theme-blue-hover,#2563eb);border-color:var(--theme-blue-hover,#2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f626}.full-screen-popup-module__uUUpeq__cancelButton{background:#bbbbbb54}.full-screen-popup-module__uUUpeq__cancelButton:hover{background:#bbbbbb6a}.dark .full-screen-popup-module__uUUpeq__cancelButton{color:var(--text-secondary-dark,#d1d5db);border-color:var(--border-dark,#374151)}.dark .full-screen-popup-module__uUUpeq__cancelButton:hover{background:#393939}.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__error .full-screen-popup-module__uUUpeq__confirmButton,.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__error .full-screen-popup-module__uUUpeq__primaryButton{background:#ef4444;border-color:#ef4444}.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__error .full-screen-popup-module__uUUpeq__confirmButton:hover,.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__error .full-screen-popup-module__uUUpeq__primaryButton:hover{background:#dc2626;border-color:#dc2626;box-shadow:0 4px 12px #ef444426}.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__delete .full-screen-popup-module__uUUpeq__confirmButton,.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__delete .full-screen-popup-module__uUUpeq__primaryButton{background:#dc2626;border-color:#dc2626}.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__delete .full-screen-popup-module__uUUpeq__confirmButton:hover,.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__delete .full-screen-popup-module__uUUpeq__primaryButton:hover{background:#b91c1c;border-color:#b91c1c;box-shadow:0 4px 12px #dc262633}.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__warning .full-screen-popup-module__uUUpeq__confirmButton,.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__warning .full-screen-popup-module__uUUpeq__primaryButton{background:#f59e0b;border-color:#f59e0b}.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__warning .full-screen-popup-module__uUUpeq__confirmButton:hover,.full-screen-popup-module__uUUpeq__modal.full-screen-popup-module__uUUpeq__warning .full-screen-popup-module__uUUpeq__primaryButton:hover{background:#d97706;border-color:#d97706;box-shadow:0 4px 12px #f59e0b26}@media (max-width:768px){.full-screen-popup-module__uUUpeq__overlay{padding:12px}.full-screen-popup-module__uUUpeq__modal{max-width:calc(100vw - 24px);margin:0;padding:28px 20px 20px}.full-screen-popup-module__uUUpeq__title{font-size:18px}.full-screen-popup-module__uUUpeq__message{font-size:15px}.full-screen-popup-module__uUUpeq__actions{flex-direction:column}.full-screen-popup-module__uUUpeq__button{flex-grow:0;width:100%;padding:14px 24px}}@media (max-width:480px){.full-screen-popup-module__uUUpeq__overlay{padding:8px}.full-screen-popup-module__uUUpeq__modal{max-width:calc(100vw - 16px);padding:24px 16px 16px}.full-screen-popup-module__uUUpeq__title{font-size:20px}.full-screen-popup-module__uUUpeq__message{font-size:16px}.full-screen-popup-module__uUUpeq__button{padding:12px 20px;font-size:18px;font-weight:550}}.full-screen-popup-module__uUUpeq__button.full-screen-popup-module__uUUpeq__loading{opacity:.8;cursor:not-allowed;pointer-events:none}.full-screen-popup-module__uUUpeq__button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.full-screen-popup-module__uUUpeq__spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:1s linear infinite full-screen-popup-module__uUUpeq__spin;display:inline-block}@keyframes full-screen-popup-module__uUUpeq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dark .full-screen-popup-module__uUUpeq__spinner{border:2px solid #fff3;border-top-color:#fffc}
.create-settings-modal-module__QkjCxq__modalWrapper{pointer-events:none;z-index:1050;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.create-settings-modal-module__QkjCxq__modalOverlay{z-index:1049;background:#00000040;position:fixed;inset:0}@media (max-width:768px){.create-settings-modal-module__QkjCxq__modalOverlay{background:#0006}}.create-settings-modal-module__QkjCxq__modalContainer{pointer-events:auto;background:var(--background);border:1px solid var(--border-light);border-radius:24px;flex-direction:column;width:90%;max-width:900px;height:85vh;max-height:700px;display:flex;position:relative}.create-settings-modal-module__QkjCxq__modalHeader{border-bottom:1px solid var(--border-light);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.create-settings-modal-module__QkjCxq__modalHeader h2{color:var(--foreground);font-size:18px;font-weight:600}.create-settings-modal-module__QkjCxq__closeButton{background:var(--secondary-color);color:var(--foreground);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.create-settings-modal-module__QkjCxq__modalContent{flex:1;min-height:200px;display:flex;overflow:hidden}.create-settings-modal-module__QkjCxq__sidebar{border-right:1px solid var(--border-light);flex-direction:column;gap:6px;width:215px;padding:16px;display:flex;overflow-y:auto}.create-settings-modal-module__QkjCxq__tabButton{width:100%;color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.create-settings-modal-module__QkjCxq__tabButton:hover{background:var(--secondary-color);color:var(--foreground)}.create-settings-modal-module__QkjCxq__tabButton.create-settings-modal-module__QkjCxq__active{background:var(--primary-color-light);color:var(--primary-color);font-weight:600}.create-settings-modal-module__QkjCxq__tabButton svg{transition:color .2s}.create-settings-modal-module__QkjCxq__tabButton.create-settings-modal-module__QkjCxq__active svg{color:var(--primary-color)}.create-settings-modal-module__QkjCxq__content{flex:1;padding:20px 24px;overflow-y:auto}.create-settings-modal-module__QkjCxq__section h3{color:var(--foreground);margin-bottom:16px;font-size:17px;font-weight:600}.create-settings-modal-module__QkjCxq__section p{color:var(--foreground-muted);margin-bottom:20px;font-size:14px;line-height:1.6}.dark .create-settings-modal-module__QkjCxq__modalContainer{background:var(--background-darker,#18181b);border-color:var(--border-dark)}.dark .create-settings-modal-module__QkjCxq__modalHeader{border-color:var(--border-dark)}.dark .create-settings-modal-module__QkjCxq__sidebar{border-color:var(--border-dark)}.dark .create-settings-modal-module__QkjCxq__tabButton:hover{background:var(--secondary-color-dark);color:var(--foreground-dark)}.dark .create-settings-modal-module__QkjCxq__tabButton.create-settings-modal-module__QkjCxq__active{background:var(--primary-color-dark-active);color:var(--primary-color-contrast-dark)}.dark .create-settings-modal-module__QkjCxq__tabButton.create-settings-modal-module__QkjCxq__active svg{color:var(--primary-color-contrast-dark)}.create-settings-modal-module__QkjCxq__mobileTabs{border-bottom:1px solid var(--border-light);background:var(--background-lighter,#f7f7f8);-webkit-overflow-scrolling:touch;flex-direction:row;flex-shrink:0;width:100%;padding:8px 12px;display:flex;overflow-x:auto}.dark .create-settings-modal-module__QkjCxq__mobileTabs{background:var(--background-darker,#18181b);border-bottom:1px solid var(--border-dark)}.create-settings-modal-module__QkjCxq__mobileTabs .create-settings-modal-module__QkjCxq__tabButton{white-space:nowrap;flex-shrink:0;justify-content:center;width:auto;min-width:90px;margin-right:5px;padding:8px 12px;font-size:14px;display:inline-flex}.create-settings-modal-module__QkjCxq__mobileTabs .create-settings-modal-module__QkjCxq__tabButton.create-settings-modal-module__QkjCxq__active{border-bottom:2px solid var(--primary-color);color:var(--primary-color);background:0 0;border-radius:0}.dark .create-settings-modal-module__QkjCxq__mobileTabs .create-settings-modal-module__QkjCxq__tabButton.create-settings-modal-module__QkjCxq__active{border-bottom:2px solid var(--primary-color-dark-active);color:var(--primary-color-contrast-dark)}@media (max-width:768px){.create-settings-modal-module__QkjCxq__modalContainer{z-index:1049;border-radius:20px 20px 0 0;width:100%;max-width:100%;height:85vh;max-height:none;margin:0;position:fixed;bottom:0;left:0;right:0}.create-settings-modal-module__QkjCxq__modalContent{flex-direction:column}.create-settings-modal-module__QkjCxq__content{padding:16px}.create-settings-modal-module__QkjCxq__section h3{margin-bottom:12px;font-size:16px}.create-settings-modal-module__QkjCxq__section p{margin-bottom:16px;font-size:13px}.create-settings-modal-module__QkjCxq__sidebar{border-right:none;border-bottom:1px solid var(--border-light);flex-direction:row;gap:8px;width:100%;padding:8px 12px;overflow-x:auto}.create-settings-modal-module__QkjCxq__sidebar .create-settings-modal-module__QkjCxq__tabButton{white-space:nowrap;flex-shrink:0;width:auto;min-width:90px;margin-right:5px;padding:8px 12px}.dark .create-settings-modal-module__QkjCxq__sidebar{border-bottom:1px solid var(--border-dark)}.dark .create-settings-modal-module__QkjCxq__sidebar .create-settings-modal-module__QkjCxq__tabButton{color:var(--foreground-muted);background:0 0}.dark .create-settings-modal-module__QkjCxq__sidebar .create-settings-modal-module__QkjCxq__tabButton:hover{background:var(--secondary-color-dark);color:var(--foreground-dark)}.dark .create-settings-modal-module__QkjCxq__sidebar .create-settings-modal-module__QkjCxq__tabButton.create-settings-modal-module__QkjCxq__active{background:var(--primary-color-dark-active);color:var(--primary-color-contrast-dark)}}.create-settings-modal-module__QkjCxq__divider{background-color:var(--border-light);height:1px;margin:12px 6px}.dark .create-settings-modal-module__QkjCxq__divider{background-color:var(--border-dark)}.create-settings-modal-module__QkjCxq__emptyState{text-align:center;height:200px;color:var(--foreground-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.create-settings-modal-module__QkjCxq__emptyState p{margin-bottom:10px}.create-settings-modal-module__QkjCxq__emptyDescription{opacity:.7;font-size:13px}.create-settings-modal-module__QkjCxq__addButton{background-color:var(--primary-color-light);color:var(--primary-color);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:8px 16px;font-size:14px;transition:background-color .2s;display:flex}.create-settings-modal-module__QkjCxq__addButton:hover{background-color:var(--primary-color-light-hover)}.dark .create-settings-modal-module__QkjCxq__addButton{background-color:var(--primary-color-dark-active);color:var(--primary-color-contrast-dark)}.dark .create-settings-modal-module__QkjCxq__addButton:hover{background-color:var(--primary-color-dark-hover)}.create-settings-modal-module__QkjCxq__recentList,.create-settings-modal-module__QkjCxq__templateList,.create-settings-modal-module__QkjCxq__starredList{width:100%}.create-settings-modal-module__QkjCxq__actionButtons{gap:8px;margin-right:8px;display:flex}.create-settings-modal-module__QkjCxq__actionButton{border:1px solid var(--border-light);background:var(--secondary-color);color:var(--foreground);cursor:pointer;border-radius:28px;align-items:center;gap:6px;padding:8px 14px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.create-settings-modal-module__QkjCxq__actionButton:hover{background-image:linear-gradient(#fff,#fff),linear-gradient(270deg,#70db96,#66beb3,#759bec,#a277c8,#f56a62,#f9ac5e,#fdde5d);background-origin:border-box;background-clip:padding-box,border-box;border:1px solid #0000}.create-settings-modal-module__QkjCxq__mobileActionButton{position:relative}.create-settings-modal-module__QkjCxq__dropdownButton{border:1px solid var(--border-light);background:var(--secondary-color);color:var(--foreground);cursor:pointer;border-radius:28px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.create-settings-modal-module__QkjCxq__dropdownContent{background:var(--secondary-color);border:1px solid var(--border-light);z-index:1000;border-radius:18px;min-width:170px;margin-top:8px;padding:8px;position:absolute;top:100%;right:0;box-shadow:0 2px 8px #0000001a}.create-settings-modal-module__QkjCxq__dropdownItem{width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:12px 15px;font-size:16px;transition:all .2s;display:flex}.create-settings-modal-module__QkjCxq__dropdownItem:hover{background-image:linear-gradient(#fff,#fff),linear-gradient(270deg,#70db96,#66beb3,#759bec,#a277c8,#f56a62,#f9ac5e,#fdde5d);background-origin:border-box;background-clip:padding-box,border-box}.dark .create-settings-modal-module__QkjCxq__dropdownItem:hover{background-image:linear-gradient(#151516,#151516),linear-gradient(270deg,#70db96,#66beb3,#759bec,#a277c8,#f56a62,#f9ac5e,#fdde5d)}:is(.dark .create-settings-modal-module__QkjCxq__actionButton,.dark .create-settings-modal-module__QkjCxq__dropdownButton){border-color:var(--border-dark)}:is(.dark .create-settings-modal-module__QkjCxq__actionButton:hover,.dark .create-settings-modal-module__QkjCxq__dropdownButton:hover){background-image:linear-gradient(#151516,#151516),linear-gradient(270deg,#70db96,#66beb3,#759bec,#a277c8,#f56a62,#f9ac5e,#fdde5d)}.dark .create-settings-modal-module__QkjCxq__dropdownContent{border:1px solid var(--border-dark)}@media (max-width:768px){.create-settings-modal-module__QkjCxq__actionButtons{margin-right:4px}.create-settings-modal-module__QkjCxq__actionButton,.create-settings-modal-module__QkjCxq__dropdownButton{padding:9px 14px}}.create-settings-modal-module__QkjCxq__headerActions{align-items:center;gap:8px;display:flex}.create-settings-modal-module__QkjCxq__templateGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-top:16px;display:grid}.create-settings-modal-module__QkjCxq__templateCard{background:var(--card-background,#fff);border:1px solid var(--border-light);cursor:pointer;border-radius:16px;height:100px;transition:all .2s;position:relative;overflow:hidden}.create-settings-modal-module__QkjCxq__templateCard:hover{border-color:var(--primary-color-light);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.create-settings-modal-module__QkjCxq__templateCardContent{flex-direction:column;height:100%;padding:16px;display:flex}.create-settings-modal-module__QkjCxq__templateCardContent h4{color:var(--foreground);margin:0 0 8px;font-size:16px;font-weight:600}.create-settings-modal-module__QkjCxq__templateCardContent p{color:var(--foreground-muted);margin:0;font-size:14px;line-height:1.4}.dark .create-settings-modal-module__QkjCxq__templateCard{background:var(--background-darker,#18181b);border-color:var(--border-dark)}.dark .create-settings-modal-module__QkjCxq__templateCard:hover{border-color:var(--primary-color-dark);box-shadow:0 4px 12px #00000040}@media (max-width:768px){.create-settings-modal-module__QkjCxq__templateGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.create-settings-modal-module__QkjCxq__templateCard{height:100px}.create-settings-modal-module__QkjCxq__templateCardContent{padding:12px}.create-settings-modal-module__QkjCxq__templateCardContent h4{margin-bottom:6px;font-size:15px}.create-settings-modal-module__QkjCxq__templateCardContent p{font-size:13px}}.create-settings-modal-module__QkjCxq__themesList{flex-direction:column;gap:8px;display:flex}.create-settings-modal-module__QkjCxq__themeOption{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:12px;transition:background-color .2s;display:flex}.create-settings-modal-module__QkjCxq__themeOption:hover{background:var(--secondary-color)}.create-settings-modal-module__QkjCxq__themeOption input[type=radio]{margin:0}.create-settings-modal-module__QkjCxq__themeOption span{color:var(--foreground);font-size:15px}.dark .create-settings-modal-module__QkjCxq__themeOption:hover{background:var(--secondary-color-deep)}.create-settings-modal-module__QkjCxq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.create-settings-modal-module__QkjCxq__projectStats{align-items:center;font-size:13px;display:flex}.create-settings-modal-module__QkjCxq__statsText{color:var(--foreground);background:var(--secondary-color);border:1px solid var(--border-light);border-radius:20px;padding:4px 13px;font-family:SF Pro Text,system-ui,sans-serif;font-weight:500}.create-settings-modal-module__QkjCxq__statsLoading{color:var(--foreground);opacity:.7;font-size:12px}.create-settings-modal-module__QkjCxq__statsText.create-settings-modal-module__QkjCxq__overLimit{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.create-settings-modal-module__QkjCxq__overLimitText{font-weight:600}.dark .create-settings-modal-module__QkjCxq__statsText{background:var(--secondary-color);color:var(--foreground);border:1px solid var(--border-dark)}.dark .create-settings-modal-module__QkjCxq__statsText.create-settings-modal-module__QkjCxq__overLimit{color:#fca5a5;background:#7f1d1d;border:1px solid #991b1b}.create-settings-modal-module__QkjCxq__templateCard.create-settings-modal-module__QkjCxq__disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.create-settings-modal-module__QkjCxq__actionButton:disabled,.create-settings-modal-module__QkjCxq__dropdownItem:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}
.project-manager-module__PrOcsq__projectList{flex-direction:column;gap:12px;display:flex}.project-manager-module__PrOcsq__projectCard{background:var(--card-background);border:1px solid var(--border-light);cursor:pointer;border-radius:12px;padding:16px;transition:all .2s;position:relative}.project-manager-module__PrOcsq__projectCard:hover{border-color:var(--theme-blue);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.project-manager-module__PrOcsq__projectCard.project-manager-module__PrOcsq__current{border-color:var(--theme-blue);background:#1d74f20d}.project-manager-module__PrOcsq__projectHeader{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.project-manager-module__PrOcsq__projectName{color:var(--foreground);flex:1;margin:0;font-size:16px;font-weight:600}.project-manager-module__PrOcsq__projectActions{opacity:0;gap:8px;transition:opacity .2s;display:flex}.project-manager-module__PrOcsq__projectCard:hover .project-manager-module__PrOcsq__projectActions{opacity:1}.project-manager-module__PrOcsq__actionButton{background:var(--secondary-color);cursor:pointer;color:var(--foreground);border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background-color .2s;display:flex}.project-manager-module__PrOcsq__actionButton:hover{background:var(--border-light)}.project-manager-module__PrOcsq__actionButton.project-manager-module__PrOcsq__delete:hover{color:#ef4444;background:#ef44441a}.project-manager-module__PrOcsq__projectMeta{color:var(--description-color);margin:0;font-size:13px}.project-manager-module__PrOcsq__currentBadge{background:var(--theme-blue);color:#fff;border-radius:12px;align-items:center;gap:4px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.project-manager-module__PrOcsq__emptyState{text-align:center;color:var(--description-color);padding:40px 20px}.project-manager-module__PrOcsq__emptyState h4{color:var(--foreground);margin:0 0 8px;font-size:16px}.project-manager-module__PrOcsq__emptyState p{margin:0 0 20px;font-size:14px}.project-manager-module__PrOcsq__createButton{background:var(--theme-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:background-color .2s;display:inline-flex}.project-manager-module__PrOcsq__createButton:hover{background:#1a5cbf}.project-manager-module__PrOcsq__loading{color:var(--description-color);justify-content:center;align-items:center;padding:40px;display:flex}.project-manager-module__PrOcsq__spinner{border:2px solid var(--border-light);border-top:2px solid var(--theme-blue);border-radius:50%;width:20px;height:20px;margin-right:12px;animation:1s linear infinite project-manager-module__PrOcsq__spin}@keyframes project-manager-module__PrOcsq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dark .project-manager-module__PrOcsq__projectCard{border-color:var(--border-dark);background:var(--background)}.dark .project-manager-module__PrOcsq__projectCard:hover{border-color:var(--theme-blue);box-shadow:0 4px 12px #0000004d}.dark .project-manager-module__PrOcsq__projectCard.project-manager-module__PrOcsq__current{background:#1d74f21a}.dark .project-manager-module__PrOcsq__actionButton{background:var(--secondary-color-dark)}.dark .project-manager-module__PrOcsq__actionButton:hover{background:var(--border-dark)}@media (max-width:768px){.project-manager-module__PrOcsq__projectCard{padding:12px}.project-manager-module__PrOcsq__projectName{font-size:15px}.project-manager-module__PrOcsq__projectMeta{font-size:12px}.project-manager-module__PrOcsq__projectActions{opacity:1}.project-manager-module__PrOcsq__emptyState{padding:30px 15px}}
.card-module__AsfhqG__cardContainer{position:relative}.card-module__AsfhqG__card{will-change:transform,box-shadow;transform-origin:50%;cursor:pointer;border:1px solid var(--border-light);-webkit-user-select:none;user-select:none;z-index:2;background:var(--card-background);border-radius:35px;width:200px;height:200px;transition:border-color .3s,border-width .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000000f}.card-module__AsfhqG__editMode{cursor:grab;touch-action:none}.card-module__AsfhqG__editMode:active{cursor:grabbing}.card-module__AsfhqG__cardContent{pointer-events:none;flex-direction:column;gap:12px;height:100%;padding:16px;display:flex}.card-module__AsfhqG__cardHeader{pointer-events:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.card-module__AsfhqG__cardEmoji{pointer-events:none;font-size:28px;line-height:1;display:block}.card-module__AsfhqG__cardTitle{color:var(--foreground);pointer-events:none;margin:0;font-size:18px;font-weight:600;transition:color .35s}.card-module__AsfhqG__cardDescription{color:var(--description-color);text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;pointer-events:none;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.5;transition:color .35s;display:-webkit-box;overflow:hidden}.card-module__AsfhqG__draggingCard{cursor:grabbing;background:var(--card-background);box-shadow:0 8px 30px #0000001f}.card-module__AsfhqG__editMode{position:relative}.dark .card-module__AsfhqG__card{background:var(--card-background);border-color:var(--border-dark);box-shadow:0 2px 10px #0003}.card-style-transparent .card-module__AsfhqG__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffa2;border:none;box-shadow:inset 0 0 4px #ffffff9c,inset 0 2px #fff0,inset 0 1px 2px #ffffff36!important}.dark .card-style-transparent .card-module__AsfhqG__card{background:#2929295e!important;box-shadow:inset 0 0 4px #fff6,inset 0 2px #1a1a1a26,inset 0 1px 2px #ffffff59!important}.dark .card-module__AsfhqG__draggingCard{background:var(--card-background);box-shadow:0 8px 30px #0000003d}.dark .card-module__AsfhqG__cardDescription{color:#fff9}.dark .card-module__AsfhqG__deleteButton{background-color:#f33}.dark .card-module__AsfhqG__deleteButton:hover{background-color:#f44}@media (max-width:768px){.card-module__AsfhqG__card{border-radius:29px;width:178px;height:178px}.card-module__AsfhqG__editMode:before{border-radius:24px}.card-module__AsfhqG__cardContent{gap:10px;padding:14px}.card-module__AsfhqG__cardEmoji{font-size:24px}.card-module__AsfhqG__cardTitle{font-size:16px}.card-module__AsfhqG__cardDescription{font-size:13px}}@media (max-width:480px){.card-module__AsfhqG__card{width:164px;height:164px}}@media (max-width:376px){.card-module__AsfhqG__card{width:160px;height:160px}}.card-module__AsfhqG__deleteButton{color:#fff;cursor:pointer;transform-origin:50%;pointer-events:auto;z-index:1000;background-color:#f44;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;line-height:1;transition:all .2s;display:flex;box-shadow:0 2px 4px #0003}.card-module__AsfhqG__deleteButton:hover{background-color:#f66;transform:scale(1.1)}.card-module__AsfhqG__card{transform-origin:50%;transform-style:preserve-3d}@keyframes card-module__AsfhqG__highlightPulse{0%,to{border-color:var(--theme-blue);box-shadow:0 0 #1d74f266}50%{border-color:var(--theme-blue);box-shadow:0 0 0 8px #1d74f200}}.card-module__AsfhqG__card.card-module__AsfhqG__newCard{border-color:var(--theme-blue);animation:1.5s ease-in-out infinite card-module__AsfhqG__highlightPulse}.card-module__AsfhqG__editMode .card-module__AsfhqG__card.card-module__AsfhqG__newCard{border-color:var(--border-light);animation-play-state:paused}.card-module__AsfhqG__card.card-module__AsfhqG__rectangular{width:424px;height:200px}@media (max-width:768px){.card-module__AsfhqG__card{width:178px;height:178px}.card-module__AsfhqG__card.card-module__AsfhqG__rectangular{width:372px;height:178px}}@media (max-width:480px){.card-module__AsfhqG__card{width:164px;height:164px}.card-module__AsfhqG__card.card-module__AsfhqG__rectangular{width:344px;height:164px}}@media (max-width:376px){.card-module__AsfhqG__card{width:160px;height:160px}.card-module__AsfhqG__card.card-module__AsfhqG__rectangular{width:336px;height:160px}}.card-module__AsfhqG__rectangular .card-module__AsfhqG__cardContent{flex-direction:row;align-items:center;gap:20px}.card-module__AsfhqG__rectangular .card-module__AsfhqG__cardHeader{flex-direction:column;align-items:flex-start}.card-module__AsfhqG__rectangular .card-module__AsfhqG__cardInfo{flex-direction:column;flex:1;gap:8px;display:flex}.card-module__AsfhqG__rectangular .card-module__AsfhqG__cardDescription{-webkit-line-clamp:3;line-clamp:3}
.custom-widget-loader-module__iCD4lG__container{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.custom-widget-loader-module__iCD4lG__loadingContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.custom-widget-loader-module__iCD4lG__loaderContainer{flex-direction:column;gap:12px;width:100%;height:100%;padding:16px;display:flex}.custom-widget-loader-module__iCD4lG__skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;animation:1.5s infinite custom-widget-loader-module__iCD4lG__loading}.custom-widget-loader-module__iCD4lG__skeletonHeader{width:60%;height:20px;margin-bottom:8px}.custom-widget-loader-module__iCD4lG__skeletonLine{width:100%;height:16px;margin-bottom:6px}.custom-widget-loader-module__iCD4lG__skeletonLineShort{width:75%;height:16px;margin-bottom:6px}.custom-widget-loader-module__iCD4lG__skeletonButton{border-radius:16px;width:80px;height:32px;margin-top:8px}@keyframes custom-widget-loader-module__iCD4lG__loading{0%{background-position:-200% 0}to{background-position:200% 0}}.dark .custom-widget-loader-module__iCD4lG__skeleton{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%) 0 0/200% 100%}.custom-widget-loader-module__iCD4lG__loadingSpinner{border:3px solid #0000001a;border-top-color:var(--button-color,#3b82f6);border-radius:50%;width:24px;height:24px;animation:1s linear infinite custom-widget-loader-module__iCD4lG__spin}@keyframes custom-widget-loader-module__iCD4lG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-widget-loader-module__iCD4lG__errorContainer{text-align:center;color:#ef4444;padding:16px}.custom-widget-loader-module__iCD4lG__widgetContent{flex:1;overflow:hidden}
.card-details-module__TmgO6W__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.card-details-module__TmgO6W__content{background:var(--card-background);border-radius:25px;width:90%;max-width:600px;max-height:90vh;overflow:hidden;box-shadow:0 10px 30px #0003}.card-details-module__TmgO6W__header{border-bottom:1px solid #0000001a;align-items:center;gap:12px;padding:20px;display:flex}.card-details-module__TmgO6W__emoji{font-size:32px}.card-details-module__TmgO6W__title{color:var(--foreground);flex:1;margin:0;font-size:24px}.card-details-module__TmgO6W__closeButton{cursor:pointer;color:var(--foreground);opacity:.6;background:0 0;border:none;font-size:24px;transition:opacity .2s}.card-details-module__TmgO6W__closeButton:hover{opacity:1}.card-details-module__TmgO6W__body{padding:20px}.card-details-module__TmgO6W__description{color:var(--description-color);margin:0;font-size:16px;line-height:1.5}.dark .card-details-module__TmgO6W__content{border:1px solid #ffffff1a}.dark .card-details-module__TmgO6W__header{border-bottom-color:#ffffff1a}.card-details-module__TmgO6W__weatherContent{width:90%;max-width:600px;height:85vh;max-height:800px;overflow:hidden}.card-details-module__TmgO6W__weatherContent.card-details-module__TmgO6W__loading{background:var(--card-background);display:block}.card-details-module__TmgO6W__newsContent{background:var(--card-background);width:90%;max-width:900px;height:85vh;max-height:800px;overflow:hidden}.dark .card-details-module__TmgO6W__newsContent{border:1px solid var(--border-dark)}.card-details-module__TmgO6W__contentInner{opacity:0;width:100%;height:100%;animation:.2s forwards card-details-module__TmgO6W__fadeIn}@keyframes card-details-module__TmgO6W__fadeIn{0%{opacity:0}to{opacity:1}}.card-details-module__TmgO6W__bingContent{background:var(--card-background);width:90%;max-width:800px;height:85vh;max-height:800px;transition:max-width .4s cubic-bezier(.34,1.1,.64,1);overflow:hidden}.card-details-module__TmgO6W__bingContentExpanded{background:var(--card-background);width:90%;max-width:1500px;height:85vh;max-height:800px;transition:max-width .4s cubic-bezier(.34,1.1,.64,1);overflow:hidden}.dark .card-details-module__TmgO6W__bingContent{border:1px solid var(--border-dark)}.dark .card-details-module__TmgO6W__bingContentExpanded{border:1px solid var(--border-dark)}.card-details-module__TmgO6W__ipContent,.card-details-module__TmgO6W__cobaltContent{flex-direction:column;width:90%;max-width:600px;height:85vh;max-height:700px;display:flex;overflow:hidden}.dark .card-details-module__TmgO6W__cobaltContent{border:1px solid var(--border-dark)}.card-details-module__TmgO6W__countdownContent{flex-direction:column;width:90%;max-width:700px;height:85vh;max-height:800px;display:flex;overflow:hidden}.dark .card-details-module__TmgO6W__countdownContent{border:1px solid var(--border-dark)}.card-details-module__TmgO6W__musicContent{flex-direction:column;width:90%;max-width:800px;height:85vh;max-height:800px;display:flex;overflow:hidden}.dark .card-details-module__TmgO6W__musicContent{border:1px solid var(--border-dark)}.card-details-module__TmgO6W__customCompiledContent{background:var(--card-background);border-radius:25px;flex-direction:column;width:90%;max-width:800px;height:85vh;max-height:800px;display:flex;overflow:hidden;box-shadow:0 10px 30px #0003}
.weather-details-module__shnkEq__container{height:100%;color:var(--foreground);-webkit-overflow-scrolling:touch;background:var(--card-background);flex-direction:column;display:flex;overflow-y:auto}.weather-details-module__shnkEq__header{border-bottom:1px solid var(--border-light);background:var(--card-background);padding:24px;position:relative}.weather-details-module__shnkEq__header:after{display:none}.weather-details-module__shnkEq__closeButton{cursor:pointer;color:var(--foreground);opacity:.6;-webkit-font-smoothing:antialiased;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:20px;right:20px;transform:translateZ(0)}.weather-details-module__shnkEq__closeButton:hover{opacity:1}.weather-details-module__shnkEq__currentWeather{z-index:1;opacity:0;flex-direction:column;gap:20px;transition:opacity .3s;display:flex;position:relative}.weather-details-module__shnkEq__currentWeather.weather-details-module__shnkEq__visible{opacity:1}.weather-details-module__shnkEq__mainInfo{text-align:center}.weather-details-module__shnkEq__mainInfo h1{margin-bottom:12px;font-size:24px;font-weight:500}.weather-details-module__shnkEq__temperature{margin:16px 0;font-size:64px;font-weight:400;line-height:1}.weather-details-module__shnkEq__description{opacity:.8;font-size:16px}.weather-details-module__shnkEq__details{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-top:20px;display:grid}.weather-details-module__shnkEq__detailItem{align-items:center;gap:8px;font-size:14px;display:flex}.weather-details-module__shnkEq__detailItem svg{opacity:.7}.weather-details-module__shnkEq__hourlyForecast{border-bottom:1px solid var(--border-light);padding:24px}.weather-details-module__shnkEq__hourlyForecast h2{margin-bottom:16px;font-size:16px;font-weight:500}.weather-details-module__shnkEq__hourlyScroll{-webkit-overflow-scrolling:touch;gap:20px;padding-bottom:12px;display:flex;overflow-x:auto}.weather-details-module__shnkEq__hourlyItem{flex-direction:column;align-items:center;gap:8px;min-width:48px;display:flex}.weather-details-module__shnkEq__hour{opacity:.8;font-size:13px}.weather-details-module__shnkEq__temp{font-size:15px;font-weight:500}.weather-details-module__shnkEq__dailyForecast{flex:1;padding:24px}.weather-details-module__shnkEq__dailyForecast h2{margin-bottom:16px;font-size:16px;font-weight:500}.weather-details-module__shnkEq__dailyItem{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.weather-details-module__shnkEq__date{font-size:14px}.weather-details-module__shnkEq__dailyTemp{gap:12px;display:flex}.weather-details-module__shnkEq__maxTemp{font-weight:500}.weather-details-module__shnkEq__minTemp{opacity:.7}.dark .weather-details-module__shnkEq__container{background:var(--background)}:is(.dark .weather-details-module__shnkEq__header,.dark .weather-details-module__shnkEq__hourlyForecast,.dark .weather-details-module__shnkEq__dailyItem){border-color:var(--border-dark)}.weather-details-module__shnkEq__container::-webkit-scrollbar{width:6px;height:6px}.weather-details-module__shnkEq__hourlyScroll::-webkit-scrollbar{width:6px;height:6px}.weather-details-module__shnkEq__container::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.weather-details-module__shnkEq__hourlyScroll::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.weather-details-module__shnkEq__container::-webkit-scrollbar-track{background:0 0}.weather-details-module__shnkEq__hourlyScroll::-webkit-scrollbar-track{background:0 0}.dark .weather-details-module__shnkEq__container::-webkit-scrollbar-thumb{background-color:#fff3}.dark .weather-details-module__shnkEq__hourlyScroll::-webkit-scrollbar-thumb{background-color:#fff3}.weather-details-module__shnkEq__loading{text-align:center;min-height:300px;color:var(--foreground);opacity:.8;flex-direction:column;justify-content:center;align-items:center;padding:24px;font-size:16px;display:flex}.weather-details-module__shnkEq__loadingIcon{margin-bottom:16px;animation:1s linear infinite weather-details-module__shnkEq__spin}@keyframes weather-details-module__shnkEq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.weather-details-module__shnkEq__content{z-index:1;-webkit-overflow-scrolling:touch;opacity:0;flex:1;transition:opacity .3s;position:relative;overflow-y:auto}.weather-details-module__shnkEq__loadingContainer{height:auto;min-height:200px;display:block}.weather-details-module__shnkEq__currentWeather,.weather-details-module__shnkEq__content{opacity:0;transition:opacity .3s}.weather-details-module__shnkEq__currentWeather.weather-details-module__shnkEq__visible,.weather-details-module__shnkEq__content.weather-details-module__shnkEq__visible{opacity:1}.weather-details-module__shnkEq__content{transition-delay:.1s}
.weather-widget-module__DbxeiW__widget{color:#fff;will-change:transform;width:100%;height:100%;position:relative;overflow:hidden;transform:translateZ(0)}.weather-widget-module__DbxeiW__small{padding:16px}.weather-widget-module__DbxeiW__middle{padding:20px}.weather-widget-module__DbxeiW__loading{color:#fffc;justify-content:center;align-items:center;height:100%;font-size:14px;display:flex}.weather-widget-module__DbxeiW__smallContent{flex-direction:column;justify-content:space-between;height:100%;padding:0;display:flex}.weather-widget-module__DbxeiW__topSection{flex-direction:column;align-items:flex-start;display:flex}.weather-widget-module__DbxeiW__bottomSection{flex-direction:column;gap:6px;display:flex}.weather-widget-module__DbxeiW__locationSmall{opacity:.9;margin-bottom:2px;font-size:13px;font-weight:500}.weather-widget-module__DbxeiW__smallContent .weather-widget-module__DbxeiW__temperature{font-size:46px;font-weight:300;line-height:1}.weather-widget-module__DbxeiW__weatherInfo{opacity:.9;align-items:center;gap:8px;font-size:13px;display:flex}.weather-widget-module__DbxeiW__tempRange{opacity:.9;gap:8px;font-size:13px;display:flex}.weather-widget-module__DbxeiW__middleContent{justify-content:space-between;height:100%;display:flex}.weather-widget-module__DbxeiW__mainInfo{flex-direction:column;gap:4px;display:flex}.weather-widget-module__DbxeiW__location{opacity:.9;font-size:15px;font-weight:500}.weather-widget-module__DbxeiW__middleContent .weather-widget-module__DbxeiW__temperature{font-size:48px;font-weight:300;line-height:1}.weather-widget-module__DbxeiW__description{opacity:.8;font-size:14px}.weather-widget-module__DbxeiW__details{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.weather-widget-module__DbxeiW__humidity{opacity:.8;font-size:13px}.weather-widget-module__DbxeiW__widget{transition:transform .2s}.weather-widget-module__DbxeiW__dawn{background:linear-gradient(to bottom right,#d34c51,#fb0)}.weather-widget-module__DbxeiW__day{background:linear-gradient(164deg,#058ec2,#89bdde)}.weather-widget-module__DbxeiW__dusk{background:linear-gradient(to bottom right,#ff2265,#ffe400)}.weather-widget-module__DbxeiW__night{background:linear-gradient(135deg,#1a365d,#2c5282)}.dark .weather-widget-module__DbxeiW__dawn{background:linear-gradient(135deg,#4a1c1e,#2a1a18)}.dark .weather-widget-module__DbxeiW__day{background:linear-gradient(164deg,#044d69,#456c85)}.dark .weather-widget-module__DbxeiW__dusk{background:linear-gradient(to bottom right,#d81441,#ae9d00)}.dark .weather-widget-module__DbxeiW__night{background:linear-gradient(135deg,#1a202c,#2d3748)}.card-style-transparent .weather-widget-module__DbxeiW__dawn{color:#000;background:0 0!important}.card-style-transparent .weather-widget-module__DbxeiW__day{color:#000;background:0 0!important}.card-style-transparent .weather-widget-module__DbxeiW__dusk{color:#000;background:0 0!important}.card-style-transparent .weather-widget-module__DbxeiW__night{color:#000;background:0 0!important}.card-style-transparent .weather-widget-module__DbxeiW__iconDawn{color:#000}.card-style-transparent .weather-widget-module__DbxeiW__iconDay{color:#000}.card-style-transparent .weather-widget-module__DbxeiW__iconDusk{color:#000}.card-style-transparent .weather-widget-module__DbxeiW__iconNight{color:#000}.dark .card-style-transparent .weather-widget-module__DbxeiW__day{color:#fff;background:0 0!important}.dark .card-style-transparent .weather-widget-module__DbxeiW__dusk{color:#fff;background:0 0!important}.dark .card-style-transparent .weather-widget-module__DbxeiW__night{color:#fff;background:0 0!important}.dark .card-style-transparent .weather-widget-module__DbxeiW__iconDawn{color:#fff}.dark .card-style-transparent .weather-widget-module__DbxeiW__iconDay{color:#fff}.dark .card-style-transparent .weather-widget-module__DbxeiW__iconDusk{color:#fff}.dark .card-style-transparent .weather-widget-module__DbxeiW__iconNight{color:#fff}.weather-widget-module__DbxeiW__locationSmall{opacity:.9;align-items:center;font-size:13px;display:flex}.weather-widget-module__DbxeiW__location{align-items:flex-start;gap:6px;display:flex}.weather-widget-module__DbxeiW__locationInfo{flex-direction:column;gap:2px;display:flex}.weather-widget-module__DbxeiW__city{font-size:15px;font-weight:500}.weather-widget-module__DbxeiW__region{opacity:.8;font-size:12px}.weather-widget-module__DbxeiW__icon{opacity:.9;align-items:center;display:flex}.weather-widget-module__DbxeiW__iconDawn{color:gold}.weather-widget-module__DbxeiW__iconDay{color:#fff}.weather-widget-module__DbxeiW__iconDusk{color:#ffa07a}.weather-widget-module__DbxeiW__iconNight{color:#e6e6fa}@keyframes weather-widget-module__DbxeiW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.weather-widget-module__DbxeiW__skeleton{opacity:1;background:linear-gradient(135deg,#2b5876,#4e4376);animation:none}.weather-widget-module__DbxeiW__skeletonText{background:linear-gradient(90deg,#ffffff1a 25%,#fff3 37%,#ffffff1a 63%) 0 0/400% 100%;border-radius:4px;animation:2s infinite weather-widget-module__DbxeiW__shimmer}.weather-widget-module__DbxeiW__skeletonIcon{background:linear-gradient(90deg,#ffffff1a 25%,#fff3 37%,#ffffff1a 63%) 0 0/400% 100%;border-radius:50%;width:24px;height:24px;animation:2s infinite weather-widget-module__DbxeiW__shimmer}.weather-widget-module__DbxeiW__skeleton .weather-widget-module__DbxeiW__locationSmall.weather-widget-module__DbxeiW__skeletonText{width:60px;height:16px}.weather-widget-module__DbxeiW__skeleton .weather-widget-module__DbxeiW__temperature.weather-widget-module__DbxeiW__skeletonText{width:80px;height:40px;margin:8px 0}.weather-widget-module__DbxeiW__skeleton .weather-widget-module__DbxeiW__skeletonDescription{width:40px;height:16px}.weather-widget-module__DbxeiW__skeleton .weather-widget-module__DbxeiW__skeletonTemp{width:50px;height:16px}.weather-widget-module__DbxeiW__skeleton .weather-widget-module__DbxeiW__locationInfo.weather-widget-module__DbxeiW__skeletonText{width:120px;height:20px;margin-bottom:8px}.weather-widget-module__DbxeiW__skeleton .weather-widget-module__DbxeiW__description.weather-widget-module__DbxeiW__skeletonText{width:80px;height:16px}.weather-widget-module__DbxeiW__skeleton .weather-widget-module__DbxeiW__humidity.weather-widget-module__DbxeiW__skeletonText{width:70px;height:16px}@keyframes weather-widget-module__DbxeiW__fadeIn{0%{opacity:0}to{opacity:1}}
.news-details-module__80cUqa__container{background:var(--card-background);flex-direction:column;width:100%;height:100%;display:flex}.news-details-module__80cUqa__header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:16px;display:flex}.news-details-module__80cUqa__headerContent{flex-direction:column;flex:1;gap:4px;display:flex}.news-details-module__80cUqa__headerActions{align-items:center;gap:8px;display:flex}.news-details-module__80cUqa__translateButton{background:var(--card-background);border:1px solid var(--border-light);cursor:pointer;color:var(--foreground);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;gap:8px;min-width:160px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000001a}.news-details-module__80cUqa__translateButton:hover{background:var(--hover-color);transform:translateY(-1px)}.news-details-module__80cUqa__translateButton:disabled{opacity:.7;cursor:not-allowed}.news-details-module__80cUqa__translateButton svg{color:#12c2e9}.news-details-module__80cUqa__spinner{border:2px solid #0000001a;border-top-color:#12c2e9;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite news-details-module__80cUqa__spin}@keyframes news-details-module__80cUqa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.news-details-module__80cUqa__closeButton{cursor:pointer;color:var(--foreground);opacity:.6;background:0 0;border:none;font-size:24px;transition:opacity .2s}.news-details-module__80cUqa__closeButton:hover{opacity:1}.news-details-module__80cUqa__content{opacity:0;flex:1;transition:opacity .3s;display:flex;overflow:hidden}.news-details-module__80cUqa__content.news-details-module__80cUqa__visible{opacity:1}.news-details-module__80cUqa__sidebar{border-right:1px solid var(--border-light);width:220px;overflow-y:auto}.news-details-module__80cUqa__sourceList{padding:0 12px 12px}.news-details-module__80cUqa__sourceItem{width:100%;color:var(--description-color);cursor:pointer;background:0 0;border:none;border-radius:100px;align-items:center;gap:12px;padding:8px 16px;transition:all .2s;display:flex}.news-details-module__80cUqa__sourceItem:hover:not(.news-details-module__80cUqa__active){background:var(--hover-color)}.news-details-module__80cUqa__sourceItem.news-details-module__80cUqa__active{background:var(--secondary-color);color:var(--foreground)}.news-details-module__80cUqa__sourceIcon{width:16px;font-size:16px;font-weight:500}.news-details-module__80cUqa__sourceName{font-size:15px;font-weight:500}.news-details-module__80cUqa__mainContent{flex:1;padding:20px;position:relative;overflow-y:auto}.news-details-module__80cUqa__newsList{counter-reset:news-counter;max-width:800px;min-height:calc(100% - 80px);margin:0 auto;position:relative}.news-details-module__80cUqa__newsItem{color:inherit;border-bottom:1px solid var(--border-light);counter-increment:news-counter;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 16px 16px 44px;text-decoration:none;transition:all .2s;display:flex;position:relative}.news-details-module__80cUqa__newsItem:before{content:counter(news-counter);color:var(--description-color);font-size:14px;font-weight:500;position:absolute;top:16px;left:16px}.news-details-module__80cUqa__newsItem:hover{background:var(--hover-color)}.news-details-module__80cUqa__newsContent{flex:1}.news-details-module__80cUqa__newsTitle{color:var(--foreground);margin-bottom:4px;font-size:16px;line-height:1.5;display:block}.news-details-module__80cUqa__newsDesc{color:var(--description-color);margin-top:8px;font-size:14px;display:block}.news-details-module__80cUqa__newsHot{color:var(--description-color);white-space:nowrap;font-size:14px}.news-details-module__80cUqa__loading{height:100%;color:var(--description-color);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.news-details-module__80cUqa__loadingIcon{animation:1s linear infinite news-details-module__80cUqa__spin}.news-details-module__80cUqa__mainContent::-webkit-scrollbar{width:6px}.news-details-module__80cUqa__sidebar::-webkit-scrollbar{width:6px}.news-details-module__80cUqa__mainContent::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.news-details-module__80cUqa__sidebar::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.dark .news-details-module__80cUqa__mainContent::-webkit-scrollbar-thumb{background-color:#fff3}.dark .news-details-module__80cUqa__sidebar::-webkit-scrollbar-thumb{background-color:#fff3}.news-details-module__80cUqa__viewMoreButton{background:var(--card-background);width:fit-content;color:var(--foreground);border:1px solid var(--border-light);z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;justify-content:center;align-items:center;gap:8px;margin:0;padding:12px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative;transform:none;box-shadow:0 2px 8px #0000001a}.news-details-module__80cUqa__viewMoreButton:hover{background:var(--hover-color);transform:translateY(-1px)}.news-details-module__80cUqa__viewMoreButton svg{transition:transform .2s}.news-details-module__80cUqa__viewMoreButton:hover svg{transform:translate(2px,-2px)}.news-details-module__80cUqa__actionButtonsContainer{z-index:10;justify-content:center;gap:12px;margin-top:20px;display:flex;position:sticky;bottom:20px}.news-details-module__80cUqa__updateTime{color:var(--description-color);font-size:14px}.news-details-module__80cUqa__translateLanguage{color:var(--description-color);align-items:center;gap:4px;font-size:12px;display:flex}.news-details-module__80cUqa__translateLanguage svg{color:#12c2e9}.news-details-module__80cUqa__newsAuthor{color:var(--description-color);margin-top:4px;font-size:13px;display:block}.news-details-module__80cUqa__sourceItem[data-source=sspai] svg{stroke-width:2.5px}.news-details-module__80cUqa__searchBox{background:var(--hover-color);color:var(--description-color);border:1px solid var(--border-light);border-radius:100px;align-items:center;gap:8px;margin:12px;padding:8px 16px;display:flex}.news-details-module__80cUqa__searchInput{width:100%;color:var(--foreground);background:0 0;border:none;outline:none;font-size:15px}.news-details-module__80cUqa__searchInput::placeholder{color:var(--description-color)}.dark .news-details-module__80cUqa__searchBox{border-color:var(--border-dark)}.news-details-module__80cUqa__moreHint{text-align:center;color:var(--description-color);opacity:.8;border-top:1px solid var(--border-light);margin-top:8px;padding:12px;font-size:13px}.dark .news-details-module__80cUqa__moreHint{border-color:var(--border-dark)}@media (max-width:768px){.news-details-module__80cUqa__content{flex-direction:column}.news-details-module__80cUqa__sidebar{border-right:none;border-bottom:1px solid var(--border-light);width:100%;height:auto}.news-details-module__80cUqa__sourceList{-webkit-overflow-scrolling:touch;gap:8px;padding:8px 12px;display:flex;overflow-x:auto}.news-details-module__80cUqa__sourceItem{white-space:nowrap;border-radius:100px;width:auto;padding:10px 20px;font-size:15px}.news-details-module__80cUqa__sourceIcon{font-size:18px}.news-details-module__80cUqa__sourceName{font-size:16px}.news-details-module__80cUqa__searchBox{border-radius:100px}.news-details-module__80cUqa__searchInput{font-size:16px}.news-details-module__80cUqa__moreHint{display:none}.news-details-module__80cUqa__mainContent{padding:12px}.news-details-module__80cUqa__sourceList::-webkit-scrollbar{display:none}.dark .news-details-module__80cUqa__sidebar{border-bottom-color:var(--border-dark)}.news-details-module__80cUqa__actionButtonsContainer{flex-direction:row;justify-content:center;gap:12px;width:100%;max-width:100%;margin-bottom:20px;padding:0 16px}.news-details-module__80cUqa__viewMoreButton,.news-details-module__80cUqa__translateButton{justify-content:center;width:auto;min-width:40px;height:50px;margin:0;padding:15px;font-size:14px}.news-details-module__80cUqa__singleButton{width:auto;min-width:40px;margin:0 auto}.news-details-module__80cUqa__buttonText{display:none}.news-details-module__80cUqa__translateButton{width:auto;min-width:50px}}.dark .news-details-module__80cUqa__spinner{border:2px solid #ffffff1a;border-top-color:#12c2e9}.dark .news-details-module__80cUqa__viewMoreButton{border-color:var(--border-dark)}.dark .news-details-module__80cUqa__translateButton{border-color:var(--border-dark)}.news-details-module__80cUqa__singleButton{width:auto;min-width:140px;margin:0 auto}.news-details-module__80cUqa__buttonText{display:inline-block}
.news-widget-module__g1y8cW__widget{width:100%;height:100%;color:var(--foreground);will-change:transform;padding:17px;position:relative;overflow:hidden;transform:translateZ(0)}.news-widget-module__g1y8cW__header{justify-content:space-between;align-items:center;display:flex}.news-widget-module__g1y8cW__title{color:var(--foreground);margin:0;font-size:22px;font-weight:500}.news-widget-module__g1y8cW__newsList{-webkit-overflow-scrolling:touch;counter-reset:news-counter;height:calc(100% - 57px);overflow-y:auto}.news-widget-module__g1y8cW__newsItem{color:inherit;border-bottom:1px solid var(--border-light);counter-increment:news-counter;justify-content:space-between;align-items:flex-start;gap:12px;padding:8px 0 8px 28px;text-decoration:none;transition:opacity .2s;display:flex;position:relative}.news-widget-module__g1y8cW__newsItem:before{content:counter(news-counter);color:var(--description-color);font-size:14px;font-weight:500;position:absolute;top:8px;left:0}.news-widget-module__g1y8cW__newsItem:hover{opacity:.8}.news-widget-module__g1y8cW__newsItem:last-child{border-bottom:none}.news-widget-module__g1y8cW__newsContent{flex-direction:column;flex:1;gap:4px;display:flex}.news-widget-module__g1y8cW__newsTitle{text-overflow:ellipsis;-webkit-line-clamp:2;color:var(--foreground);-webkit-box-orient:vertical;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:768px){.news-widget-module__g1y8cW__title{font-size:20px}.news-widget-module__g1y8cW__translateButton{width:30px;height:30px}.news-widget-module__g1y8cW__newsList{height:calc(100% - 40px)}.news-widget-module__g1y8cW__newsTitle{font-size:12px}}.news-widget-module__g1y8cW__newsDesc{text-overflow:ellipsis;-webkit-line-clamp:1;color:var(--description-color);-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.news-widget-module__g1y8cW__newsHot{opacity:.8;white-space:nowrap;color:var(--description-color);align-items:center;gap:4px;font-size:13px;display:flex}.news-widget-module__g1y8cW__hackernews .news-widget-module__g1y8cW__newsHot:after{content:"▲";font-size:10px;display:inline-block;transform:translateY(-1px)}.news-widget-module__g1y8cW__github .news-widget-module__g1y8cW__newsHot:after{content:"★";font-size:12px;display:inline-block}.news-widget-module__g1y8cW__skeleton .news-widget-module__g1y8cW__skeletonText{background:linear-gradient(90deg,var(--secondary-color)0%,var(--border-light)50%,var(--secondary-color)100%);border-radius:4px;animation:1.5s infinite news-widget-module__g1y8cW__shimmer}.news-widget-module__g1y8cW__skeleton .news-widget-module__g1y8cW__title{color:var(--foreground);margin:0;font-size:22px;font-weight:500}.news-widget-module__g1y8cW__skeleton .news-widget-module__g1y8cW__newsItem{border-bottom:1px solid var(--border-light);align-items:center;height:40px;padding:8px 0 8px 28px;display:flex}.news-widget-module__g1y8cW__skeleton .news-widget-module__g1y8cW__newsTitle{background:var(--secondary-color);width:80%;height:16px}.news-widget-module__g1y8cW__skeleton .news-widget-module__g1y8cW__newsHot{background:var(--secondary-color);width:40px;height:16px}@keyframes news-widget-module__g1y8cW__shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.dark .news-widget-module__g1y8cW__newsItem{border-bottom-color:#ffffff1a}.dark .news-widget-module__g1y8cW__skeleton .news-widget-module__g1y8cW__skeletonText{background:linear-gradient(90deg,#ffffff1a,#fff3)}.news-widget-module__g1y8cW__sourceBar{justify-content:space-between;align-items:center;width:100%;padding:9px 13px;display:flex;position:absolute;bottom:0;left:0}.news-widget-module__g1y8cW__sourceButtons{background:var(--secondary-color);border:1px solid var(--secondary-color-deep);border-radius:100px;gap:8px;padding:2px;display:flex}.news-widget-module__g1y8cW__sourceButton{color:var(--description-color);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:4px;font-size:12px;transition:all .2s;display:flex}.news-widget-module__g1y8cW__sourceButton svg{flex-shrink:0;display:block}.news-widget-module__g1y8cW__sourceButton:not(.news-widget-module__g1y8cW__active):hover:not(.news-widget-module__g1y8cW__disabled){color:var(--foreground);background:var(--hover-color);opacity:1}.news-widget-module__g1y8cW__sourceButton.news-widget-module__g1y8cW__active{color:var(--foreground);background:var(--background);border:1px solid var(--secondary-color-deep);border-radius:100px;font-weight:500}.news-widget-module__g1y8cW__sourceButton.news-widget-module__g1y8cW__disabled{opacity:.5;cursor:not-allowed;background:0 0}.news-widget-module__g1y8cW__sourceButton.news-widget-module__g1y8cW__active svg{color:var(--foreground)}.news-widget-module__g1y8cW__sourceInfo{align-items:center;gap:8px;padding-top:5px;padding-right:10px;display:flex}.news-widget-module__g1y8cW__sourceName{color:var(--description-color);font-size:12px}.news-widget-module__g1y8cW__translateButton{border:1px solid var(--secondary-color-deep);color:#fff;cursor:pointer;background:linear-gradient(90deg,#12c2e9,#c471ed,#f64f59);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.news-widget-module__g1y8cW__translateButton:hover{transform:translateY(-1px)}.news-widget-module__g1y8cW__translateButton:disabled{opacity:.7;cursor:not-allowed}.news-widget-module__g1y8cW__spinner{border:2px solid #0000001a;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite news-widget-module__g1y8cW__spin}@keyframes news-widget-module__g1y8cW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dark .news-widget-module__g1y8cW__spinner{border:2px solid #ffffff1a;border-top-color:#fff}@media (max-width:768px){.news-widget-module__g1y8cW__sourceInfo{padding-top:10px;padding-right:5px}}
.ip-widget-module__GEZxDa__container{background:var(--card-bg);width:100%;height:100%;color:var(--text-color);border-radius:12px;flex-direction:column;padding:14px;display:flex;position:relative;overflow:hidden}.ip-widget-module__GEZxDa__small{min-height:120px}.ip-widget-module__GEZxDa__middle{min-height:200px}.ip-widget-module__GEZxDa__header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex;position:relative}.ip-widget-module__GEZxDa__title{color:var(--text-secondary);align-items:center;gap:4px;font-size:13px;font-weight:500;display:flex}.ip-widget-module__GEZxDa__hideButton{background:var(--secondary-color);border:1px solid var(--secondary-color-deep);color:var(--text-secondary);cursor:pointer;box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:50%;right:-7px;transform:translateY(-50%)}@media (min-width:768px){.ip-widget-module__GEZxDa__hideButton{width:34px;height:34px;top:15px;right:0}}.ip-widget-module__GEZxDa__content{flex-direction:column;flex:1;justify-content:flex-start;gap:8px;display:flex}.ip-widget-module__GEZxDa__ipAddress{color:var(--text-primary);border-bottom:1px dashed var(--border-color);margin-bottom:16px;padding:6px 0 0;font-size:16px;font-weight:600;position:relative}.ip-widget-module__GEZxDa__copyable{cursor:pointer;align-items:center;display:flex}.ip-widget-module__GEZxDa__copyIndicator{opacity:.6;align-items:center;margin-left:4px;display:flex}.ip-widget-module__GEZxDa__copyIcon{color:var(--text-secondary)}.ip-widget-module__GEZxDa__infoGrid{grid-template-columns:1fr;gap:4px;width:100%;display:grid}.ip-widget-module__GEZxDa__infoItem{align-items:center;width:100%;font-size:clamp(10px,2vw,14px);line-height:1.3;display:flex;overflow:hidden}.ip-widget-module__GEZxDa__infoLabel{color:var(--text-tertiary);flex-shrink:0;min-width:60px;margin-right:3px;font-weight:550}.ip-widget-module__GEZxDa__infoValue{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;max-width:calc(100% - 65px);font-weight:400;overflow:hidden}.ip-widget-module__GEZxDa__ispItem{width:100%}.ip-widget-module__GEZxDa__ispValue{max-width:calc(100% - 65px);display:inline-block}.ip-widget-module__GEZxDa__icon{color:var(--text-secondary)}.ip-widget-module__GEZxDa__loading{height:100%;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.ip-widget-module__GEZxDa__error{height:100%;color:var(--error);text-align:center;justify-content:center;align-items:center;padding:0 12px;font-size:12px;display:flex}@media (max-width:768px){.ip-widget-module__GEZxDa__ipAddress{margin-bottom:10px;font-size:15px}.ip-widget-module__GEZxDa__infoItem{font-size:11px}}@media (max-width:480px){.ip-widget-module__GEZxDa__small .ip-widget-module__GEZxDa__ipAddress{margin-bottom:-2px}.ip-widget-module__GEZxDa__middle .ip-widget-module__GEZxDa__ipAddress{margin-bottom:-1px}}@media (max-width:376px){.ip-widget-module__GEZxDa__small .ip-widget-module__GEZxDa__ipAddress,.ip-widget-module__GEZxDa__middle .ip-widget-module__GEZxDa__ipAddress{margin-bottom:-1px}}.dark .ip-widget-module__GEZxDa__container{box-shadow:0 4px 12px #0003}.light .ip-widget-module__GEZxDa__container{box-shadow:0 2px 8px #0000000d}
