.sidebar-module__Di_o_W__sidebar{background:var(--background);border-right:1px solid var(--border);z-index:100;flex-direction:column;flex-shrink:0;width:280px;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.sidebar-module__Di_o_W__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.sidebar-module__Di_o_W__logoWrapper{align-items:center;gap:12px;display:flex}.sidebar-module__Di_o_W__logo{background:var(--accent);width:36px;height:36px;color:var(--accent-foreground);border-radius:10px;justify-content:center;align-items:center;display:flex}.sidebar-module__Di_o_W__logoText{letter-spacing:-.02em;color:var(--foreground);font-size:18px;font-weight:700}.sidebar-module__Di_o_W__content{flex-direction:column;flex:1;gap:24px;padding:20px;display:flex;overflow:hidden}.sidebar-module__Di_o_W__newProjectBtn{border:1px dashed var(--border);border-radius:var(--radius);width:100%;color:var(--foreground);font-family:var(--font-sans);background:0 0;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.sidebar-module__Di_o_W__newProjectBtn:hover{background:var(--card-bg);border-style:solid}.sidebar-module__Di_o_W__navSection{flex-direction:column;flex:1;gap:12px;min-height:0;display:flex}.sidebar-module__Di_o_W__sectionLabel{text-transform:uppercase;color:var(--muted-foreground);letter-spacing:.05em;padding-left:4px;font-size:11px;font-weight:600}.sidebar-module__Di_o_W__scrollArea{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:6px;padding-right:0;display:flex;overflow-y:auto}.sidebar-module__Di_o_W__scrollArea::-webkit-scrollbar{display:none}.sidebar-module__Di_o_W__emptyState{text-align:center;color:var(--muted-foreground);flex-direction:column;align-items:center;gap:8px;padding:32px 16px;display:flex}.sidebar-module__Di_o_W__emptyState p{color:var(--muted);font-size:14px}.sidebar-module__Di_o_W__emptyState span{opacity:.7;font-size:12px}.sidebar-module__Di_o_W__projectItem{color:var(--muted);cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:12px;font-size:14px;transition:all .2s;display:flex;position:relative}.sidebar-module__Di_o_W__projectItem:hover{background:var(--card-bg);color:var(--foreground)}.sidebar-module__Di_o_W__projectItem:hover .sidebar-module__Di_o_W__itemIcon{background:var(--input-bg)}.sidebar-module__Di_o_W__projectItem:hover .sidebar-module__Di_o_W__deleteBtn{opacity:1}.sidebar-module__Di_o_W__activeItem{background:var(--card-bg);color:var(--foreground);border:1px solid var(--border)}.sidebar-module__Di_o_W__activeItem .sidebar-module__Di_o_W__itemIcon{color:var(--accent)}.sidebar-module__Di_o_W__itemIcon{background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.sidebar-module__Di_o_W__itemContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sidebar-module__Di_o_W__itemTitle{font-family:var(--font-sans);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.sidebar-module__Di_o_W__itemCategory{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.sidebar-module__Di_o_W__deleteBtn{opacity:0;color:var(--muted-foreground);border-radius:6px;padding:6px;transition:all .2s}.sidebar-module__Di_o_W__deleteBtn:hover{color:#ef4444;background:#ef44441a}.sidebar-module__Di_o_W__footer{background:var(--background);flex-direction:column;gap:16px;padding:20px 20px 0;display:flex}.sidebar-module__Di_o_W__creditsContainer{background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);padding:14px}.sidebar-module__Di_o_W__creditsHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.sidebar-module__Di_o_W__creditsLabel{color:var(--muted-foreground);font-size:12px}.sidebar-module__Di_o_W__creditsValue{color:var(--foreground);font-size:16px;font-weight:700}.sidebar-module__Di_o_W__creditsUnit{color:var(--muted-foreground);font-size:11px;font-weight:400}.sidebar-module__Di_o_W__creditsBar{background:var(--border);border-radius:2px;height:4px;overflow:hidden}.sidebar-module__Di_o_W__creditsProgress{background:linear-gradient(90deg,var(--accent),#a0a0a0);border-radius:2px;height:100%}.sidebar-module__Di_o_W__footerNav{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.sidebar-module__Di_o_W__navBtn{color:var(--muted);border-radius:8px;align-items:center;gap:12px;padding:10px;font-size:14px;transition:all .2s;display:flex}.sidebar-module__Di_o_W__navBtn:hover{color:var(--foreground);background:var(--card-bg)}.sidebar-module__Di_o_W__userProfileSection{border-top:1px solid var(--border);background:var(--background);align-items:center;height:88px;margin:0 -20px;padding:0 20px;display:flex;position:relative}.sidebar-module__Di_o_W__userProfileBtn{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:8px 10px;transition:background .2s;display:flex}.sidebar-module__Di_o_W__userProfileBtn:hover{background:#ffffff08}.sidebar-module__Di_o_W__userAvatar{color:#fff;text-transform:uppercase;background:#4a55e7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.sidebar-module__Di_o_W__userName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.sidebar-module__Di_o_W__userMenuPopup{background:var(--background);border:1px solid var(--border);z-index:1000;border-radius:12px;flex-direction:column;gap:2px;width:200px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 8px);left:10px;box-shadow:0 10px 40px #0009}.sidebar-module__Di_o_W__menuItem{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13.5px;font-weight:500;transition:all .2s;display:flex}.sidebar-module__Di_o_W__menuItem:hover{background:var(--border);color:var(--foreground)}.sidebar-module__Di_o_W__menuDivider{background:#ffffff0d;height:1px;margin:4px 6px}.sidebar-module__Di_o_W__logoutItem{color:#ef4444!important}.sidebar-module__Di_o_W__logoutItem:hover{color:#f87171!important;background:#ef44441a!important}@media (max-width:768px){.sidebar-module__Di_o_W__sidebar{display:none}}
.gallery-module__nkIojG__gallerySection{padding:0 .5rem}.gallery-module__nkIojG__galleryHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.gallery-module__nkIojG__galleryLabel{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.gallery-module__nkIojG__seeAllBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.gallery-module__nkIojG__seeAllBtn:hover{color:var(--foreground);background:var(--border)}.gallery-module__nkIojG__galleryPreview{gap:.5rem;display:flex}.gallery-module__nkIojG__previewItem{aspect-ratio:1;background:var(--background);border:1px solid var(--border);cursor:pointer;border-radius:12px;flex-shrink:0;width:calc(33.3333% - .333333rem);transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.gallery-module__nkIojG__previewItem:hover{border-color:var(--foreground);transform:scale(1.05)}.gallery-module__nkIojG__previewImage{object-fit:cover;width:100%;height:100%}.gallery-module__nkIojG__previewPlaceholder{width:100%;height:100%;color:var(--placeholder);justify-content:center;align-items:center;display:flex}.gallery-module__nkIojG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#0000004d;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.gallery-module__nkIojG__modalContent{background:var(--background);border:1px solid var(--border);touch-action:pan-y;border-radius:20px;flex-direction:column;width:100%;max-width:1000px;height:80vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.gallery-module__nkIojG__dragHandle{background:var(--border);border-radius:10px;flex-shrink:0;width:40px;height:4px;margin:12px auto 0;display:none}.gallery-module__nkIojG__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.gallery-module__nkIojG__modalTitle{align-items:center;gap:.75rem;display:flex}.gallery-module__nkIojG__modalTitle h2{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600}.gallery-module__nkIojG__closeBtn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.gallery-module__nkIojG__closeBtn:hover{background:var(--card-bg);color:var(--foreground);border-color:var(--muted)}.gallery-module__nkIojG__modalBody{flex:1;padding:2rem;overflow-y:auto}.gallery-module__nkIojG__imageGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;display:grid}.gallery-module__nkIojG__gridItem{aspect-ratio:1;background:var(--card-bg);border:1px solid var(--border);cursor:pointer;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.gallery-module__nkIojG__gridItem:hover{border-color:var(--muted-foreground);transform:translateY(-4px);box-shadow:0 10px 20px #0000004d}.gallery-module__nkIojG__gridImage{object-fit:cover;width:100%;height:100%}.gallery-module__nkIojG__imageDate{color:#fffc;opacity:0;background:linear-gradient(#0000,#000c);padding:.5rem;font-size:.7rem;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.gallery-module__nkIojG__gridItem:hover .gallery-module__nkIojG__imageDate{opacity:1}.gallery-module__nkIojG__loadingMore{justify-content:center;padding:2rem;display:flex}.gallery-module__nkIojG__spinner{border:3px solid #ffffff1a;border-top-color:#3b82f6;border-radius:50%;width:30px;height:30px;animation:1s linear infinite gallery-module__nkIojG__spin}@keyframes gallery-module__nkIojG__spin{to{transform:rotate(360deg)}}.gallery-module__nkIojG__emptyGallery{height:100%;color:var(--placeholder);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.gallery-module__nkIojG__modalOverlay{background:#0009;align-items:flex-end;padding:0}.gallery-module__nkIojG__modalContent{border-bottom:none;border-radius:24px 24px 0 0;max-width:100%;height:92vh;box-shadow:0 -10px 40px #0006}.gallery-module__nkIojG__dragHandle{display:block}.gallery-module__nkIojG__modalContent:before{display:none}.gallery-module__nkIojG__modalHeader{padding:1rem 1.25rem}.gallery-module__nkIojG__modalHeader h2{font-size:1.1rem}.gallery-module__nkIojG__modalBody{padding:1.25rem}.gallery-module__nkIojG__imageGrid{grid-template-columns:repeat(3,1fr);gap:.5rem}.gallery-module__nkIojG__gridItem{border-radius:8px}.gallery-module__nkIojG__imageDate{display:none}}
.settingsModal-module__D5R2ZG__modalOverlay{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10000;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.settingsModal-module__D5R2ZG__modalContent{background:var(--background);border:1px solid var(--border);scrollbar-width:none;border-radius:28px;flex-direction:column;width:100%;max-width:440px;max-height:96vh;padding-bottom:2rem;display:flex;position:relative;overflow-y:auto;box-shadow:0 40px 100px #000c}.settingsModal-module__D5R2ZG__modalContent::-webkit-scrollbar{display:none}.settingsModal-module__D5R2ZG__closeBtn{color:var(--foreground);cursor:pointer;z-index:10;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1.75rem;right:1.75rem}.settingsModal-module__D5R2ZG__closeBtn:hover{background:var(--border);color:var(--foreground)}.settingsModal-module__D5R2ZG__header{text-align:center;padding:3.5rem 2rem 1rem}.settingsModal-module__D5R2ZG__title{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 0%,#a1a1a1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.6rem;font-size:1.85rem;font-weight:800}.settingsModal-module__D5R2ZG__subtitle{color:var(--placeholder);font-size:.95rem;font-weight:400}.settingsModal-module__D5R2ZG__userProfile{background:var(--background);border:1px solid var(--border);border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;margin:1rem 2rem;padding:2rem;display:flex}.settingsModal-module__D5R2ZG__avatarWrapper{background:var(--background);border:1px solid var(--border);border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;overflow:hidden}.settingsModal-module__D5R2ZG__providerIcon{width:40px;height:40px}.settingsModal-module__D5R2ZG__userInfo{text-align:center}.settingsModal-module__D5R2ZG__userEmail{color:var(--foreground);margin-bottom:.25rem;font-size:1rem;font-weight:600}.settingsModal-module__D5R2ZG__providerName{color:var(--placeholder);text-transform:capitalize;font-size:.8rem}.settingsModal-module__D5R2ZG__defaultAvatar{color:#fff;background:#4a55e7;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:800;display:flex}.settingsModal-module__D5R2ZG__actions{flex-direction:column;gap:1rem;padding:0 2rem;display:flex}.settingsModal-module__D5R2ZG__sectionTitle{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:-.25rem;font-size:.8rem;font-weight:700}.settingsModal-module__D5R2ZG__passkeyBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.settingsModal-module__D5R2ZG__passkeyBtn:hover{background:#f1f1f1;transform:translateY(-2px);box-shadow:0 12px 24px #ffffff26}.settingsModal-module__D5R2ZG__actionHint{color:var(--placeholder);margin-top:-.25rem;font-size:.8rem;line-height:1.5}.settingsModal-module__D5R2ZG__signOutBtn{border:1px solid var(--border);color:#ef4444;cursor:pointer;background:0 0;border-radius:16px;justify-content:center;align-items:center;gap:.6rem;width:100%;min-height:56px;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.settingsModal-module__D5R2ZG__signOutBtn:hover:not(:disabled){background:#ef44441a;border-color:#ef444433}.settingsModal-module__D5R2ZG__signOutBtn:disabled{opacity:.5;cursor:not-allowed}.settingsModal-module__D5R2ZG__divider{background:var(--border);width:100%;height:1px;margin:1rem 0}.settingsModal-module__D5R2ZG__spinnerSmall{border:2px solid #ef44441a;border-top-color:#ef4444;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite settingsModal-module__D5R2ZG__spin}@keyframes settingsModal-module__D5R2ZG__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.settingsModal-module__D5R2ZG__modalOverlay{align-items:flex-end;padding:0}.settingsModal-module__D5R2ZG__modalContent{border-radius:24px 24px 0 0;max-width:100%;max-height:94vh;margin:0}.settingsModal-module__D5R2ZG__header{padding:2.5rem 1.5rem 1rem}.settingsModal-module__D5R2ZG__userProfile{margin:1rem 1.5rem}.settingsModal-module__D5R2ZG__actions{padding:0 1.5rem}}
.navbar-module__cEd8zG__navbar{border-bottom:1px solid var(--border);background:var(--background);z-index:50;height:60px;position:sticky;top:0}.navbar-module__cEd8zG__navContent{justify-content:space-between;align-items:center;height:100%;padding:0 24px;display:flex}.navbar-module__cEd8zG__spacer{flex:1}.navbar-module__cEd8zG__actions{font-family:var(--font-sans);align-items:center;gap:16px;font-size:14px;font-weight:300;display:flex}.navbar-module__cEd8zG__creditBadge{background:var(--input-bg);color:var(--muted);border:1px solid var(--border);border-radius:100px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;display:flex}.navbar-module__cEd8zG__loginBtn{background:var(--accent);color:var(--accent-foreground);font-family:var(--font-sans);border-radius:10px;align-items:center;gap:8px;padding:8px 18px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.navbar-module__cEd8zG__loginBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffffff26}.navbar-module__cEd8zG__mobileLogo{color:var(--foreground);letter-spacing:-.02em;align-items:center;gap:12px;font-size:18px;font-weight:700;display:none}.navbar-module__cEd8zG__mobileMenuBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;justify-content:center;align-items:center;margin-left:-8px;padding:8px;transition:color .2s;display:none}.navbar-module__cEd8zG__logoIcon{background:var(--accent);width:28px;height:28px;color:var(--accent-foreground);border-radius:6px;justify-content:center;align-items:center;display:flex}.navbar-module__cEd8zG__mobileMenuOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:200;touch-action:none;background:radial-gradient(circle at 0%,#ffffff0d 0%,#000000b3 100%);display:flex;position:fixed;inset:0}.navbar-module__cEd8zG__mobileMenu{background:var(--background);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-right:1px solid var(--border);overscroll-behavior:contain;touch-action:pan-y;flex-direction:column;width:300px;max-width:85%;height:100%;display:flex;position:absolute;top:0;left:0;box-shadow:20px 0 80px #00000080}.navbar-module__cEd8zG__mobileMenuHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.navbar-module__cEd8zG__mobileProjectTitle{color:var(--foreground);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:18px;font-weight:700;overflow:hidden}.navbar-module__cEd8zG__menuCloseBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.navbar-module__cEd8zG__menuCloseBtn:hover{color:var(--foreground);background:var(--card-bg)}.navbar-module__cEd8zG__mobileMenuHeader button{justify-content:center;align-items:center;display:flex}.navbar-module__cEd8zG__mobileMenuContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.navbar-module__cEd8zG__mobileNewProjectBtn{border:1px dashed var(--border);color:var(--foreground);font-family:var(--font-sans);background:0 0;border-radius:12px;align-items:center;gap:12px;margin:20px;padding:14px 16px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.navbar-module__cEd8zG__mobileGalleryWrapper{margin-bottom:24px;padding:0 12px}.navbar-module__cEd8zG__mobileNavSection{flex-direction:column;flex:1;min-height:0;padding:0 16px 24px;display:flex}.navbar-module__cEd8zG__sectionLabel{text-transform:uppercase;color:var(--muted-foreground);letter-spacing:.05em;margin-bottom:12px;padding-left:4px;font-size:11px;font-weight:600}.navbar-module__cEd8zG__mobileProjectList{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:6px;display:flex;overflow-y:auto}.navbar-module__cEd8zG__mobileProjectList::-webkit-scrollbar{display:none}.navbar-module__cEd8zG__mobileEmptyText{text-align:center;color:var(--muted);padding:32px 16px;font-size:13px}.navbar-module__cEd8zG__mobileProjectItem{width:100%;color:var(--muted);text-align:left;border-radius:12px;align-items:center;gap:12px;padding:12px;font-size:14px;transition:all .2s;display:flex}.navbar-module__cEd8zG__mobileProjectItem:hover{background:var(--card-bg);color:var(--foreground)}.navbar-module__cEd8zG__mobileProjectItem.navbar-module__cEd8zG__active{background:var(--card-bg);color:var(--foreground);border:1px solid var(--border)}.navbar-module__cEd8zG__itemIcon{background:var(--input-bg);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.navbar-module__cEd8zG__mobileProjectItem.navbar-module__cEd8zG__active .navbar-module__cEd8zG__itemIcon{color:var(--accent)}.navbar-module__cEd8zG__mobileProjectInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.navbar-module__cEd8zG__mobileProjectName{font-family:var(--font-sans);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.navbar-module__cEd8zG__mobileProjectCategory{color:var(--muted-foreground);font-size:11px}@media (max-width:768px){.navbar-module__cEd8zG__navContent{gap:8px;padding:0 12px}.navbar-module__cEd8zG__mobileMenuBtn,.navbar-module__cEd8zG__mobileLogo{display:flex}.navbar-module__cEd8zG__mobileMenuOverlay{display:block}.navbar-module__cEd8zG__creditBadge span{display:none}.navbar-module__cEd8zG__loginBtn span{display:block}.navbar-module__cEd8zG__loginBtn{padding:8px 10px}.navbar-module__cEd8zG__actions{gap:10px}.navbar-module__cEd8zG__mobileLoginBtn{background:var(--accent);width:100%;color:var(--accent-foreground);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;margin-top:10px;padding:14px 16px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.navbar-module__cEd8zG__mobileFooter{border-top:1px solid #ffffff0d;flex-direction:column;gap:16px;margin-top:auto;padding:20px;display:flex}.navbar-module__cEd8zG__creditsContainer{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:14px}.navbar-module__cEd8zG__creditsHeader{justify-content:space-between;margin-bottom:8px;display:flex}.navbar-module__cEd8zG__creditsLabel{color:var(--placeholder);font-size:12px}.navbar-module__cEd8zG__creditsValue{color:var(--foreground);font-size:14px;font-weight:700}.navbar-module__cEd8zG__creditsBar{background:#ffffff1a;border-radius:2px;height:4px}.navbar-module__cEd8zG__creditsProgress{background:var(--foreground);border-radius:2px;height:100%}.navbar-module__cEd8zG__footerNav{flex-direction:column;gap:4px;display:flex}.navbar-module__cEd8zG__navBtn{color:var(--foreground);text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px;font-size:14px;display:flex}.navbar-module__cEd8zG__userProfileSection{border-top:1px solid #ffffff0d;padding-top:12px;position:relative}.navbar-module__cEd8zG__userProfileBtn{text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:8px 10px;display:flex}.navbar-module__cEd8zG__userAvatar{color:#fff;background:#4a55e7;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.navbar-module__cEd8zG__userName{color:var(--foreground);flex:1;font-size:14px}.navbar-module__cEd8zG__userMenuPopup{background:var(--background);border:1px solid var(--border);z-index:1000;border-radius:16px;padding:6px;position:absolute;bottom:calc(100% + 8px);left:0;right:0}.navbar-module__cEd8zG__menuItem{color:var(--foreground);background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13.5px;display:flex}.navbar-module__cEd8zG__logoutItem{color:#ef4444!important}}
.authModal-module__TrmDfG__modalOverlay{height:100vh;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10000;overscroll-behavior:none;background:#0000004d;justify-content:center;align-items:center;height:-webkit-fill-available;padding:1rem;display:flex;position:fixed;inset:0}.authModal-module__TrmDfG__modalContent{background:var(--background);border:1px solid var(--border);border-radius:14px;flex-direction:column;width:100%;max-width:440px;max-height:90vh;display:flex;position:relative;overflow:visible;box-shadow:0 40px 100px #000c}.authModal-module__TrmDfG__captchaWrapper{justify-content:center;width:100%;min-height:70px;margin-top:5px;display:flex}.authModal-module__TrmDfG__dragHandle{background:var(--border);border-radius:10px;flex-shrink:0;width:36px;height:4px;margin:12px auto 0;display:none}.authModal-module__TrmDfG__header{text-align:center;z-index:1;padding:3.5rem 2rem 1rem;position:relative}.authModal-module__TrmDfG__title{letter-spacing:-.04em;background:linear-gradient(135deg,#fff 0%,#a1a1a1 100%);-webkit-text-fill-color:transparent;font-size:2.25rem;font-weight:800;font-family:var(--font-sans);-webkit-background-clip:text;background-clip:text;margin-bottom:.6rem}.authModal-module__TrmDfG__subtitle{color:var(--placeholder);font-size:.95rem;font-weight:400}.authModal-module__TrmDfG__tabs{background:var(--background);border:1px solid var(--border);z-index:1;border-radius:14px;gap:.4rem;margin:1rem 2rem;padding:.35rem;display:flex;position:relative}.authModal-module__TrmDfG__tab{font-size:.85rem;font-weight:700;font-family:var(--font-sans);color:var(--placeholder);cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.05em;border-radius:10px;flex:1;padding:.7rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.authModal-module__TrmDfG__activeTab{background:var(--border);color:var(--foreground);box-shadow:0 4px 12px #0003}.authModal-module__TrmDfG__body{z-index:5;flex:1;padding:0 2rem 2rem;position:relative}.authModal-module__TrmDfG__socialGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.authModal-module__TrmDfG__socialBtn{background:var(--background);border:1px solid var(--border);color:var(--placeholder);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:1.25rem .5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.authModal-module__TrmDfG__socialBtn:hover{background:var(--background);border-color:var(--foreground);color:var(--foreground);z-index:10;transform:translateY(-2px);box-shadow:0 10px 20px #0006}.authModal-module__TrmDfG__socialIcon{width:20px;height:20px}.authModal-module__TrmDfG__socialLabel{font-size:.75rem;font-weight:400;font-family:var(--font-sans)}.authModal-module__TrmDfG__divider{color:var(--border);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:1rem;margin-bottom:1.25rem;font-size:.75rem;font-weight:700;display:flex}.authModal-module__TrmDfG__divider:before,.authModal-module__TrmDfG__divider:after{content:"";background:var(--border);flex:1;height:1px}.authModal-module__TrmDfG__formGroup{margin-bottom:.85rem;position:relative}.authModal-module__TrmDfG__inputLabel{color:var(--foreground);margin-bottom:.5rem;margin-left:.5rem;font-size:.8rem;font-weight:500;display:block}.authModal-module__TrmDfG__inputWrapper{align-items:center;display:flex;position:relative}.authModal-module__TrmDfG__inputIcon{color:var(--placeholder);position:absolute;left:1.1rem}.authModal-module__TrmDfG__input{background:var(--background);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:14px;padding:.9rem 1rem .9rem 3rem;font-size:16px;transition:all .2s}.authModal-module__TrmDfG__input:focus{background:var(--background);border-color:var(--foreground);outline:none}.authModal-module__TrmDfG__submitBtn{color:#000;width:100%;font-family:var(--font-sans);background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:.6rem;margin-top:1.5rem;padding:1.1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.authModal-module__TrmDfG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.authModal-module__TrmDfG__spinnerSmall{border:2px solid #0000001a;border-top-color:#000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite authModal-module__TrmDfG__spin}.authModal-module__TrmDfG__passwordRequirements{background:var(--background);border:1px solid var(--border);border-radius:10px;grid-template-columns:1fr 1fr;gap:.4rem 1rem;margin-top:.75rem;padding:.75rem;display:grid}.authModal-module__TrmDfG__requirement{color:var(--placeholder);align-items:center;gap:.4rem;font-size:.72rem;display:flex}.authModal-module__TrmDfG__requirement.authModal-module__TrmDfG__valid{color:#22c55e}.authModal-module__TrmDfG__backBtn,.authModal-module__TrmDfG__closeBtn{color:var(--foreground);cursor:pointer;z-index:10;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1.75rem}.authModal-module__TrmDfG__backBtn{left:1.75rem}.authModal-module__TrmDfG__closeBtn{right:1.75rem}.authModal-module__TrmDfG__backBtn:hover,.authModal-module__TrmDfG__closeBtn:hover{background:var(--border);color:var(--foreground)}.authModal-module__TrmDfG__emailBadge{background:var(--background);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:12px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.6rem 1rem;font-size:.9rem;display:inline-flex}.authModal-module__TrmDfG__emailBadge span{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.authModal-module__TrmDfG__passkeyLink{width:100%;color:var(--placeholder);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.4rem;margin-top:1rem;padding:.5rem;font-size:.85rem;font-weight:500;transition:color .2s;display:flex}.authModal-module__TrmDfG__passkeyLink:hover{color:var(--foreground)}.authModal-module__TrmDfG__passkeyLink span:last-child{font-weight:600}@keyframes authModal-module__TrmDfG__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.authModal-module__TrmDfG__modalOverlay{align-items:flex-end;padding:0;position:fixed;bottom:-200px}.authModal-module__TrmDfG__modalContent{border-radius:20px 20px 0 0;max-width:100%;max-height:92vh;margin:0;transition:padding-bottom .2s ease-out;overflow:visible}.authModal-module__TrmDfG__modalContent[data-focused=true]{max-height:98vh;padding-bottom:280px}.authModal-module__TrmDfG__dragHandle{margin:8px auto 0;display:block}.authModal-module__TrmDfG__header{padding:1.25rem 1rem .25rem}.authModal-module__TrmDfG__title{margin-bottom:.2rem;font-size:1.35rem}.authModal-module__TrmDfG__subtitle{font-size:.8rem}.authModal-module__TrmDfG__backBtn,.authModal-module__TrmDfG__closeBtn{top:.75rem}.authModal-module__TrmDfG__backBtn{left:.75rem}.authModal-module__TrmDfG__closeBtn{right:.75rem}.authModal-module__TrmDfG__tabs{border-radius:10px;margin:.25rem 1rem .5rem;padding:.2rem}.authModal-module__TrmDfG__body{padding:0 1rem 1.5rem}.authModal-module__TrmDfG__passwordRequirements{grid-template-columns:1fr;gap:.2rem;margin-top:.5rem;padding:.5rem}.authModal-module__TrmDfG__requirement{font-size:.65rem}.authModal-module__TrmDfG__socialGrid{gap:.4rem;margin-bottom:.75rem}.authModal-module__TrmDfG__socialBtn{border-radius:12px;gap:.3rem;padding:.7rem .3rem}.authModal-module__TrmDfG__socialIcon{width:14px;height:14px}.authModal-module__TrmDfG__socialLabel{font-size:.65rem}.authModal-module__TrmDfG__divider{margin-bottom:.5rem;font-size:.6rem}.authModal-module__TrmDfG__input{border-radius:10px;padding:.65rem 1rem .65rem 2.5rem;font-size:16px}.authModal-module__TrmDfG__inputIcon{width:14px;height:14px;left:.8rem}.authModal-module__TrmDfG__submitBtn{border-radius:12px;min-height:50px;margin-top:.6rem;padding:.8rem;font-size:.9rem}.authModal-module__TrmDfG__spinnerSmall{width:18px;height:18px}.authModal-module__TrmDfG__captchaWrapper{min-height:60px;margin-top:-5px;margin-bottom:-5px;transform:scale(.85)}.authModal-module__TrmDfG__socialBtn:hover{box-shadow:none;transform:none}.authModal-module__TrmDfG__passkeyLink{margin-top:.2rem;padding:.85rem;font-size:.85rem}.authModal-module__TrmDfG__passkeyLink:hover{box-shadow:none;transform:none}}
.mainContent-module__AMYSyG__wrapper{flex-direction:column;flex:1;height:calc(100vh - 60px);min-height:0;display:flex;overflow:hidden}.mainContent-module__AMYSyG__emptyContainer{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex}.mainContent-module__AMYSyG__emptyIcon{border:1px solid var(--border);width:48px;height:48px;color:var(--muted);background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.mainContent-module__AMYSyG__emptyContainer h2{color:var(--foreground);letter-spacing:-.01em;font-size:28px;font-weight:800}.mainContent-module__AMYSyG__emptyContainer p{color:var(--muted);max-width:380px;font-size:15px;line-height:1.5}.mainContent-module__AMYSyG__createButton{color:#000;font-family:var(--font-sans);background:#fff;border:none;border-radius:12px;align-items:center;gap:10px;margin-top:16px;padding:10px 24px;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.mainContent-module__AMYSyG__createButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffffff26}@media (max-width:768px){.mainContent-module__AMYSyG__emptyContainer{gap:12px;padding:24px 20px}.mainContent-module__AMYSyG__emptyContainer h2{font-size:20px}.mainContent-module__AMYSyG__emptyContainer p{font-size:13px}.mainContent-module__AMYSyG__createButton{padding:12px 28px;font-size:14px}}.mainContent-module__AMYSyG__loadingContainer{color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;display:flex}.mainContent-module__AMYSyG__spinner{border:3px solid #ffffff1a;border-top-color:var(--foreground);border-radius:50%;width:40px;height:40px;animation:1s linear infinite mainContent-module__AMYSyG__spin}@keyframes mainContent-module__AMYSyG__spin{to{transform:rotate(360deg)}}
.projectForm-module__9bqk4a__container{scrollbar-width:none;-ms-overflow-style:none;flex:1;width:100%;height:100%;overflow-y:auto}.projectForm-module__9bqk4a__inner{max-width:1100px;margin:0 auto;padding:40px}@media (max-width:1024px){.projectForm-module__9bqk4a__inner{padding:30px 20px}}.projectForm-module__9bqk4a__container::-webkit-scrollbar{display:none}.projectForm-module__9bqk4a__header{text-align:center;margin-bottom:32px}.projectForm-module__9bqk4a__headerIcon{border:1px solid var(--border);width:52px;height:52px;color:var(--foreground);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.projectForm-module__9bqk4a__header h1{letter-spacing:-.02em;color:var(--foreground);text-align:center;margin-bottom:12px;font-size:32px;font-weight:700}.projectForm-module__9bqk4a__header p{color:var(--muted);text-align:center;max-width:600px;margin:0 auto;font-size:16px}.projectForm-module__9bqk4a__errorMessage{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:13px}.projectForm-module__9bqk4a__form{flex-direction:column;gap:20px;padding-bottom:20px;display:flex}.projectForm-module__9bqk4a__section{background:var(--input-bg);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:12px;padding:20px;display:flex}.projectForm-module__9bqk4a__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:0;font-size:11px;font-weight:600}.projectForm-module__9bqk4a__sectionDescription{color:var(--muted-foreground);margin-top:-8px;margin-bottom:12px;font-size:12px}.projectForm-module__9bqk4a__styleDescription{color:var(--muted-foreground);border:1px solid var(--border);background:#00000026;border-left:3px solid #fff3;border-radius:12px;margin-top:8px;padding:16px;font-size:13.5px;font-weight:400;line-height:1.6}.projectForm-module__9bqk4a__inputRow{flex-wrap:wrap;gap:12px;width:100%;display:flex}.projectForm-module__9bqk4a__inputGroup{flex-direction:column;flex:1;gap:5px;min-width:140px;max-width:100%;display:flex}.projectForm-module__9bqk4a__inputGroup label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;white-space:normal;word-break:break-word;font-size:11px;font-weight:600}.projectForm-module__9bqk4a__inputGroup input,.projectForm-module__9bqk4a__inputGroup textarea,.projectForm-module__9bqk4a__inputGroup select{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:10px;width:100%;min-width:0;padding:12px 14px;font-size:15px;transition:all .2s}.projectForm-module__9bqk4a__inputGroup input:focus,.projectForm-module__9bqk4a__inputGroup textarea:focus,.projectForm-module__9bqk4a__inputGroup select:focus{border-color:var(--muted);outline:none}.projectForm-module__9bqk4a__inputGroup input::placeholder,.projectForm-module__9bqk4a__inputGroup textarea::placeholder{color:var(--placeholder)}.projectForm-module__9bqk4a__inputGroup textarea{resize:vertical;min-height:80px}.projectForm-module__9bqk4a__inputGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239b9b9b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:40px}.projectForm-module__9bqk4a__screenshotUploadArea{align-items:flex-start;gap:20px;display:flex}.projectForm-module__9bqk4a__uploadBtn{border:2px dashed var(--border);color:var(--muted);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-width:160px;padding:24px 32px;transition:all .2s;display:flex}.projectForm-module__9bqk4a__uploadBtn:hover{border-color:var(--muted);background:#ffffff05}.projectForm-module__9bqk4a__uploadBtn span{font-size:13px;font-weight:500}.projectForm-module__9bqk4a__uploadBtn small{color:var(--muted-foreground);font-size:11px}.projectForm-module__9bqk4a__screenshotPreviewList{flex:1;gap:12px;display:flex}.projectForm-module__9bqk4a__screenshotPreview,.projectForm-module__9bqk4a__screenshotPlaceholder{border:1px solid var(--border);background:var(--background);border-radius:10px;width:80px;height:80px;position:relative;overflow:hidden}.projectForm-module__9bqk4a__screenshotPreview img{object-fit:cover;width:100%;height:100%}.projectForm-module__9bqk4a__screenshotPlaceholder{color:var(--muted-foreground);justify-content:center;align-items:center;display:flex}.projectForm-module__9bqk4a__removeBtn{color:#fff;opacity:0;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:opacity .2s;display:flex;position:absolute;top:4px;right:4px}.projectForm-module__9bqk4a__screenshotPreview:hover .projectForm-module__9bqk4a__removeBtn,.projectForm-module__9bqk4a__examplePreview:hover .projectForm-module__9bqk4a__removeBtn{opacity:1}.projectForm-module__9bqk4a__toggleGroup{background:var(--background);border:1px solid var(--border);border-radius:10px;gap:4px;padding:4px;display:flex}.projectForm-module__9bqk4a__toggleItem{color:var(--muted-foreground);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;transition:all .2s;display:flex}.projectForm-module__9bqk4a__toggleItem.projectForm-module__9bqk4a__active{background:var(--border);color:var(--foreground)}.projectForm-module__9bqk4a__colorPicker{background:var(--background);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;padding:8px 14px;display:flex}.projectForm-module__9bqk4a__colorPicker input[type=color]{cursor:pointer;background:0 0;border:none;border-radius:6px;width:32px;height:32px;padding:0;overflow:hidden}.projectForm-module__9bqk4a__colorPicker input[type=color]::-webkit-color-swatch-wrapper{padding:0}.projectForm-module__9bqk4a__colorPicker input[type=color]::-webkit-color-swatch{border:none;border-radius:6px}.projectForm-module__9bqk4a__colorPicker span{color:var(--muted);font-family:monospace;font-size:13px}.projectForm-module__9bqk4a__clearColorBtn{color:var(--muted);border-radius:4px;padding:4px 8px;font-size:12px;transition:all .2s}.projectForm-module__9bqk4a__clearColorBtn:hover{color:var(--foreground);background:#ffffff1a}.projectForm-module__9bqk4a__designExampleRow{align-items:center;gap:16px;display:flex}.projectForm-module__9bqk4a__miniUploadBtn{background:var(--background);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;transition:all .2s;display:flex}.projectForm-module__9bqk4a__miniUploadBtn:hover{border-color:var(--muted)}.projectForm-module__9bqk4a__examplePreview{border:1px solid var(--border);border-radius:8px;width:48px;height:48px;position:relative;overflow:hidden}.projectForm-module__9bqk4a__examplePreview img{object-fit:cover;width:100%;height:100%}.projectForm-module__9bqk4a__examplePlaceholder{color:var(--muted-foreground);align-items:center;font-size:12px;display:flex}.projectForm-module__9bqk4a__submitSection{justify-content:stretch;align-items:center;gap:16px;width:100%;padding-top:12px;display:flex}.projectForm-module__9bqk4a__cancelButton{color:var(--muted);font-family:var(--font-sans);border:1px solid var(--border);white-space:nowrap;background:0 0;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.projectForm-module__9bqk4a__cancelButton:hover{color:var(--foreground);border-color:var(--muted)}.projectForm-module__9bqk4a__submitButton{background:var(--accent);color:var(--accent-foreground);font-family:var(--font-sans);white-space:nowrap;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:12px;min-height:56px;padding:16px 48px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.projectForm-module__9bqk4a__submitButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffffff26}.projectForm-module__9bqk4a__submitButton:disabled{opacity:.6;transform:none}.projectForm-module__9bqk4a__spinner{border:2px solid #0000001a;border-top-color:#000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite projectForm-module__9bqk4a__spin}@keyframes projectForm-module__9bqk4a__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.projectForm-module__9bqk4a__container{padding:20px 12px}.projectForm-module__9bqk4a__inner{max-width:100%;padding:0}.projectForm-module__9bqk4a__header{text-align:center;margin-bottom:24px;padding:0 8px}.projectForm-module__9bqk4a__header h1{text-align:center;font-size:22px}.projectForm-module__9bqk4a__header p{text-align:center;font-size:13px}.projectForm-module__9bqk4a__form{gap:16px}.projectForm-module__9bqk4a__inputRow{flex-direction:column;gap:12px}.projectForm-module__9bqk4a__section{border-radius:12px;padding:16px}.projectForm-module__9bqk4a__sectionTitle{text-align:left;margin-bottom:12px;font-size:15px}.projectForm-module__9bqk4a__sectionDescription{text-align:left;margin-bottom:14px;font-size:12px}.projectForm-module__9bqk4a__inputGroup label{text-align:left;font-size:12px}.projectForm-module__9bqk4a__inputGroup input,.projectForm-module__9bqk4a__inputGroup textarea,.projectForm-module__9bqk4a__inputGroup select{padding:10px 12px;font-size:16px}.projectForm-module__9bqk4a__designExampleRow{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px}.projectForm-module__9bqk4a__miniUploadBtn{flex-shrink:0;padding:10px 14px}.projectForm-module__9bqk4a__examplePreview img{width:auto;max-height:50px}.projectForm-module__9bqk4a__examplePlaceholder{width:40px;height:40px}.projectForm-module__9bqk4a__submitSection{flex-direction:row;gap:12px;width:100%;margin-top:0;padding:8px 12px 12px}.projectForm-module__9bqk4a__submitButton,.projectForm-module__9bqk4a__cancelButton{border-radius:14px;flex:1;width:auto;min-width:0;padding:12px 10px;font-size:13px}.projectForm-module__9bqk4a__cancelButton{order:0}.projectForm-module__9bqk4a__submitButton{order:1}}
.chat-module__wWbbIa__container{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.chat-module__wWbbIa__header{border-bottom:1px solid var(--border);background:var(--background);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 32px;display:flex}.chat-module__wWbbIa__projectInfo h1{letter-spacing:-.02em;margin-bottom:2px;font-size:20px;font-weight:700}.chat-module__wWbbIa__projectMeta{font-family:var(--font-sans);color:var(--muted);font-size:12px}.chat-module__wWbbIa__headerActions{gap:8px;display:flex}.chat-module__wWbbIa__editBtn,.chat-module__wWbbIa__clearBtn{width:36px;height:36px;color:var(--muted);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-module__wWbbIa__editBtn:hover{color:var(--foreground);background:var(--card-bg)}.chat-module__wWbbIa__clearBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.chat-module__wWbbIa__messagesContainer{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.chat-module__wWbbIa__messagesArea{flex-direction:column;flex:1;min-height:0;padding:24px 32px;display:flex;overflow-y:auto}.chat-module__wWbbIa__scrollToBottomBtn{background:var(--card-bg);border:1px solid var(--border);width:40px;height:40px;color:var(--foreground);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.chat-module__wWbbIa__scrollToBottomBtn:hover{background:var(--input-bg);transform:translate(-50%)scale(1.1)}.chat-module__wWbbIa__unreadDot{border:2px solid var(--card-bg);background:#ef4444;border-radius:50%;width:10px;height:10px;position:absolute;top:2px;right:2px}.chat-module__wWbbIa__loadMoreBtn{background:var(--input-bg);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:8px;align-self:center;margin-bottom:16px;padding:8px 16px;font-size:12px;transition:all .2s}.chat-module__wWbbIa__loadMoreBtn:hover{color:var(--foreground);border-color:var(--muted)}.chat-module__wWbbIa__loadingMore{justify-content:center;padding:16px;display:flex}.chat-module__wWbbIa__emptyState{text-align:center;color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.chat-module__wWbbIa__emptyIcon{border:1px solid var(--border);width:64px;height:64px;color:var(--foreground);background:linear-gradient(135deg,#ffffff14,#ffffff05);border-radius:16px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.chat-module__wWbbIa__emptyState h3{color:var(--foreground);font-size:18px;font-weight:600}.chat-module__wWbbIa__emptyState p{font-size:14px}.chat-module__wWbbIa__emptyHint{color:var(--muted-foreground);align-items:center;gap:6px;margin-top:8px;font-size:12px;display:flex}.chat-module__wWbbIa__messagesList{flex-direction:column;gap:20px;width:100%;max-width:1000px;margin:0 auto;display:flex}.chat-module__wWbbIa__message{flex-direction:column;gap:6px;display:flex}.chat-module__wWbbIa__userMessage{align-items:flex-end}.chat-module__wWbbIa__assistantMessage{align-items:flex-start}.chat-module__wWbbIa__messageContent{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:80%;padding:14px 18px;font-size:14px;line-height:1.5}.chat-module__wWbbIa__userMessage .chat-module__wWbbIa__messageContent{background:var(--input-bg);border:1px solid var(--border);color:var(--foreground);border-bottom-right-radius:4px}.chat-module__wWbbIa__assistantMessage .chat-module__wWbbIa__messageContent{background:var(--input-bg);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-module__wWbbIa__messageFooter{align-items:center;gap:8px;padding:0 4px;display:flex}.chat-module__wWbbIa__messageTime{color:var(--muted-foreground);font-size:10px}.chat-module__wWbbIa__messageActions{gap:2px;display:flex}.chat-module__wWbbIa__actionBtn{width:24px;height:24px;color:var(--muted);background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-module__wWbbIa__actionBtn:hover:not(:disabled){color:var(--foreground);background:#ffffff1a}.chat-module__wWbbIa__actionBtn:disabled{opacity:.4;cursor:not-allowed}.chat-module__wWbbIa__actionBtn.chat-module__wWbbIa__success{color:#22c55e!important}.chat-module__wWbbIa__spin{animation:1s linear infinite chat-module__wWbbIa__spin}@keyframes chat-module__wWbbIa__spin{to{transform:rotate(360deg)}}.chat-module__wWbbIa__messageImages{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.chat-module__wWbbIa__generatedImageWrapper{border:1px solid var(--border);border-radius:10px;width:100px;height:100px;position:relative;overflow:hidden}.chat-module__wWbbIa__generatedImage{object-fit:cover;width:100%;height:100%;display:block}.chat-module__wWbbIa__assistantMessage .chat-module__wWbbIa__generatedImageWrapper{width:auto;max-width:350px;height:auto}.chat-module__wWbbIa__assistantMessage .chat-module__wWbbIa__generatedImage{object-fit:contain;width:100%;height:auto}.chat-module__wWbbIa__imageCaption{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;background:#000000b3;padding:4px 6px;font-size:9px;line-height:1.3;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.chat-module__wWbbIa__assistantMessage .chat-module__wWbbIa__imageCaption{display:none}.chat-module__wWbbIa__imageOverlay{opacity:0;background:#00000080;justify-content:center;align-items:center;gap:6px;transition:opacity .2s;display:flex;position:absolute;inset:0}.chat-module__wWbbIa__generatedImageWrapper:hover .chat-module__wWbbIa__imageOverlay{opacity:1}.chat-module__wWbbIa__overlayBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.chat-module__wWbbIa__overlayBtn:hover{background:#ffffff40;transform:scale(1.05)}.chat-module__wWbbIa__loadingState{color:var(--muted);justify-content:center;align-items:center;gap:10px;padding:20px;font-size:13px;display:flex}.chat-module__wWbbIa__loadingSpinner{border:2px solid var(--border);border-top-color:var(--foreground);border-radius:50%;width:18px;height:18px;animation:1s linear infinite chat-module__wWbbIa__spin}.chat-module__wWbbIa__generatingState{align-items:center;padding:10px 0;display:flex}.chat-module__wWbbIa__generatingText{align-items:baseline;gap:8px;display:flex}.chat-module__wWbbIa__generatingText span{color:var(--muted);font-size:14px;font-weight:400}.chat-module__wWbbIa__generatingDots{gap:4px;display:flex}.chat-module__wWbbIa__dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both chat-module__wWbbIa__bounce}.chat-module__wWbbIa__dot:first-child{animation-delay:-.32s}.chat-module__wWbbIa__dot:nth-child(2){animation-delay:-.16s}.chat-module__wWbbIa__dot:nth-child(3){animation-delay:0s}@keyframes chat-module__wWbbIa__bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-module__wWbbIa__attachedImagesArea{border-top:1px solid var(--border);background:var(--card-bg);flex-shrink:0;padding:12px 32px}.chat-module__wWbbIa__attachedImagesHeader{color:var(--muted);align-items:center;gap:6px;margin-bottom:10px;font-size:12px;display:flex}.chat-module__wWbbIa__attachedImagesList{flex-wrap:wrap;gap:12px;display:flex}.chat-module__wWbbIa__attachedImageItem{flex-direction:column;gap:6px;width:140px;display:flex}.chat-module__wWbbIa__attachedImagePreview{border:1px solid var(--border);border-radius:8px;width:140px;height:100px;position:relative;overflow:hidden}.chat-module__wWbbIa__attachedImagePreview img{object-fit:cover;width:100%;height:100%}.chat-module__wWbbIa__removeAttachedBtn{color:#fff;cursor:pointer;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:absolute;top:4px;right:4px}.chat-module__wWbbIa__removeAttachedBtn:hover{background:#ef4444}.chat-module__wWbbIa__captionInputWrapper{position:relative}.chat-module__wWbbIa__captionInput{background:var(--input-bg);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:6px;padding:6px 8px;font-size:11px;transition:all .2s}.chat-module__wWbbIa__captionInput::placeholder{color:var(--muted-foreground)}.chat-module__wWbbIa__captionInput:focus{border-color:var(--accent);outline:none}.chat-module__wWbbIa__captionIcon{color:var(--accent);position:absolute;top:50%;right:6px;transform:translateY(-50%)}.chat-module__wWbbIa__inputArea{border-top:1px solid var(--border);background:var(--background);flex-shrink:0;align-items:center;min-height:88px;padding:12px 32px;display:flex}.chat-module__wWbbIa__inputWrapper{background:var(--input-bg);border:1px solid var(--border);border-radius:14px;align-items:center;gap:10px;width:100%;max-width:1000px;margin:0 auto;padding:4px;transition:all .2s;display:flex}.chat-module__wWbbIa__inputWrapper:focus-within{border-color:var(--muted)}.chat-module__wWbbIa__attachBtn{width:40px;height:40px;color:var(--muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-module__wWbbIa__attachBtn:hover:not(:disabled){color:var(--foreground);background:#ffffff0d}.chat-module__wWbbIa__attachBtn:disabled{opacity:.4;cursor:not-allowed}.chat-module__wWbbIa__chatInput{color:var(--foreground);resize:none;background:0 0;flex:1;max-height:200px;padding:12px 0;font-family:inherit;font-size:15px;line-height:1.5;box-shadow:none!important;border:none!important;outline:none!important}.chat-module__wWbbIa__chatInput:focus{box-shadow:none!important;border:none!important;outline:none!important}.chat-module__wWbbIa__chatInput::placeholder{color:var(--muted-foreground)}.chat-module__wWbbIa__sendBtn{background:var(--accent);width:44px;height:44px;color:var(--accent-foreground);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-module__wWbbIa__sendBtn:hover:not(:disabled){transform:scale(1.05)}.chat-module__wWbbIa__sendBtn:disabled{opacity:.4;cursor:not-allowed}.chat-module__wWbbIa__modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000000e6;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.chat-module__wWbbIa__modalContent{flex-direction:column;gap:20px;max-width:90vw;max-height:85vh;display:flex;position:relative}.chat-module__wWbbIa__closeModal{color:#fff;opacity:.7;transition:opacity .2s;position:absolute;top:-50px;right:0}.chat-module__wWbbIa__closeModal:hover{opacity:1}.chat-module__wWbbIa__fullscreenImage{object-fit:contain;border-radius:12px;max-width:100%;max-height:75vh;box-shadow:0 20px 50px #00000080}.chat-module__wWbbIa__modalActions{justify-content:center;display:flex}.chat-module__wWbbIa__modalDownload{background:var(--accent);color:var(--accent-foreground);border-radius:100px;align-items:center;gap:12px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.chat-module__wWbbIa__modalDownload:hover{transform:scale(1.03)}@media (max-width:768px){.chat-module__wWbbIa__header{padding:12px 16px}.chat-module__wWbbIa__projectInfo h1{font-size:16px}.chat-module__wWbbIa__projectMeta{font-size:11px}.chat-module__wWbbIa__headerActions{gap:6px}.chat-module__wWbbIa__editBtn,.chat-module__wWbbIa__clearBtn{width:32px;height:32px}.chat-module__wWbbIa__messagesArea{padding:12px 16px}.chat-module__wWbbIa__messagesList{gap:14px}.chat-module__wWbbIa__messageContent{max-width:90%;padding:10px 14px;font-size:13px}.chat-module__wWbbIa__generatedImageWrapper{width:80px;height:80px}.chat-module__wWbbIa__assistantMessage .chat-module__wWbbIa__generatedImageWrapper{max-width:280px}.chat-module__wWbbIa__overlayBtn{width:28px;height:28px}.chat-module__wWbbIa__attachedImagesArea{padding:10px 16px}.chat-module__wWbbIa__attachedImageItem{width:90px}.chat-module__wWbbIa__attachedImagePreview{width:90px;height:70px}.chat-module__wWbbIa__captionInput{padding:4px 6px;font-size:10px}.chat-module__wWbbIa__inputArea{padding:12px 16px}.chat-module__wWbbIa__inputWrapper{padding:4px}.chat-module__wWbbIa__attachBtn{width:34px;height:34px}.chat-module__wWbbIa__textInput{padding:8px 10px;font-size:14px}.chat-module__wWbbIa__sendBtn{width:38px;height:38px}.chat-module__wWbbIa__emptyState h3{font-size:16px}.chat-module__wWbbIa__emptyState p{font-size:13px}.chat-module__wWbbIa__emptyIcon{width:52px;height:52px}.chat-module__wWbbIa__fullscreenModal{padding:16px}.chat-module__wWbbIa__closeModal{top:10px;right:10px}.chat-module__wWbbIa__modalDownload{padding:12px 20px;font-size:14px}}
.appLayout-module__sUrG2a__layout{background:var(--background);min-height:100vh;display:flex}.appLayout-module__sUrG2a__mainArea{flex-direction:column;flex:1;height:100vh;max-height:100vh;margin-left:280px;display:flex;overflow:hidden}@media (max-width:768px){.appLayout-module__sUrG2a__mainArea{margin-left:0}}
