.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{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:flex}.sidebar-module__Di_o_W__logoImage{object-fit:contain;width:32px;height:32px}.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);-webkit-user-select:none;user-select:none;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:background .2s,color .2s,border .2s;display:flex}.sidebar-module__Di_o_W__newProjectBtn:hover{background:var(--input-hover);border-style:solid}.sidebar-module__Di_o_W__navSection{-webkit-user-select:none;user-select:none;flex-direction:column;flex:1;gap:12px;min-height:0;margin-top:4px;margin-bottom:20px;display:flex}.sidebar-module__Di_o_W__sectionLabel{text-transform:uppercase;color:var(--muted-foreground);letter-spacing:.05em;align-items:center;min-height:26px;padding-left:4px;font-size:11px;font-weight:600;display:flex}.sidebar-module__Di_o_W__scrollArea{flex-direction:column;flex:1;gap:6px;margin:0 -20px;padding:10px 20px 40px;display:flex;overflow:hidden auto;-webkit-mask-image:linear-gradient(#0000,#000 10px calc(100% - 30px),#0000);mask-image:linear-gradient(#0000,#000 10px calc(100% - 30px),#0000)}.sidebar-module__Di_o_W__skeletonList{flex-direction:column;padding:10px 0;display:flex}.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__reorderGroup{flex-direction:column;gap:6px;margin:0;padding:0;display:flex;overflow:visible}.sidebar-module__Di_o_W__projectItem{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:14px;transition:background .25s cubic-bezier(.4,0,.2,1),color .2s,border .2s,opacity .5s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.sidebar-module__Di_o_W__projectItem:hover{color:var(--foreground)}.sidebar-module__Di_o_W__activeItem{color:var(--foreground);border:1px solid var(--border);background:0 0}.sidebar-module__Di_o_W__dragging{isolation:isolate;transition:box-shadow .2s;background:var(--background)!important;box-shadow:0 20px 50px var(--shadow-heavy),0 0 0 1px var(--border)!important;z-index:10000!important}.sidebar-module__Di_o_W__dragging *{background-color:#0000!important}.sidebar-module__Di_o_W__faded{opacity:.6;filter:grayscale(.2)blur(.3px);pointer-events:none;transition:opacity .6s cubic-bezier(.4,0,.2,1),filter .6s}.sidebar-module__Di_o_W__activeItem .sidebar-module__Di_o_W__itemIcon{color:var(--accent)}.sidebar-module__Di_o_W__pinBadge{color:var(--accent);z-index:5;position:absolute;top:6px;right:6px}.sidebar-module__Di_o_W__separator{background:var(--border);opacity:.6;flex-shrink:0;height:1px;margin:12px 16px}.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__menuBtn{opacity:0;width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;z-index:10;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin-right:12px;transition:background .2s,color .2s,border .2s;display:flex}.sidebar-module__Di_o_W__menuBtn svg{margin-right:-1px}.sidebar-module__Di_o_W__menuBtn:hover{color:var(--foreground);background:var(--border)}.sidebar-module__Di_o_W__projectItem:hover .sidebar-module__Di_o_W__menuBtn{opacity:1}@media (max-width:768px){.sidebar-module__Di_o_W__menuBtn{opacity:1}}.sidebar-module__Di_o_W__projectMenu{background:var(--background);border:1px solid var(--border);min-width:160px;box-shadow:0 10px 25px var(--shadow-medium);z-index:10000;border-radius:10px;flex-direction:column;padding:4px;display:flex;position:fixed}.sidebar-module__Di_o_W__loadMoreBtn{border:1px solid var(--border);width:100%;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:8px;margin-top:8px;padding:8px;font-size:12px;transition:background .2s,color .2s,border .2s}.sidebar-module__Di_o_W__loadMoreBtn:hover{background:var(--input-hover);color:var(--foreground)}.sidebar-module__Di_o_W__footer{background:var(--background);flex-direction:column;gap:16px;padding:20px 20px 16px;display:flex}.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:background .2s,color .2s,border .2s;display:flex}.sidebar-module__Di_o_W__navBtn:hover{color:var(--foreground);background:var(--input-hover)}.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,color .2s,border .2s;display:flex}.sidebar-module__Di_o_W__userProfileBtn:hover{background:var(--input-hover)}.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);width:200px;box-shadow:0 10px 40px var(--shadow-heavy);z-index:1000;border-radius:12px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 8px);left:10px}.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:background .2s,color .2s,border .2s;display:flex}.sidebar-module__Di_o_W__menuItem:hover{background:var(--border);color:var(--foreground)}.sidebar-module__Di_o_W__menuItem:hover:not(.sidebar-module__Di_o_W__danger):not(.sidebar-module__Di_o_W__active){background:var(--input-bg)}.sidebar-module__Di_o_W__emptyGalleryPlaceholder{background:var(--input-bg);border:1px dashed var(--border);opacity:.5;width:100%;height:48px;color:var(--foreground);border-radius:12px}.sidebar-module__Di_o_W__menuDivider{background:var(--border);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}.gallery-module__nkIojG__galleryHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.gallery-module__nkIojG__galleryLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;align-items:center;min-height:26px;padding-left:4px;font-size:11px;font-weight:600;display:flex}.gallery-module__nkIojG__seeAllBtn{color:var(--muted-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__emptyGalleryPlaceholder{text-align:center;width:100%;color:var(--muted);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:24px 16px;font-size:14px;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);width:100%;max-width:1000px;height:80vh;box-shadow:0 25px 50px -12px var(--shadow-heavy);touch-action:pan-y;border-radius:20px;flex-direction:column;display:flex;position:relative;overflow:hidden}.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__gridItemWrapper{position:relative}.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);box-shadow:0 10px 20px var(--shadow-medium);transform:translateY(-4px)}.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 var(--border);border-top-color:var(--accent);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}.gallery-module__nkIojG__fullscreenOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10001;background:#000000e6;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.gallery-module__nkIojG__fullscreenContent{flex-direction:column;align-items:center;gap:20px;max-width:90vw;max-height:85vh;display:flex;position:relative}.gallery-module__nkIojG__fullscreenContent img{object-fit:contain;border-radius:12px;max-width:100%;max-height:75vh;box-shadow:0 20px 50px #00000080}.gallery-module__nkIojG__fullscreenActions{align-items:center;gap:12px;display:flex}.gallery-module__nkIojG__fullscreenBtn{background:var(--accent);color:var(--accent-foreground);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.gallery-module__nkIojG__fullscreenBtn:hover{transform:scale(1.03)}.gallery-module__nkIojG__fullscreenClose{color:#fff;opacity:.7;cursor:pointer;background:0 0;border:none;transition:opacity .2s;position:absolute;top:-50px;right:0}.gallery-module__nkIojG__fullscreenClose:hover{opacity:1}@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}.gallery-module__nkIojG__fullscreenOverlay{padding:20px}.gallery-module__nkIojG__fullscreenBtn{width:auto;padding:12px 24px;font-size:14px}}
.skeleton-module__HsfJZW__skeleton{background:linear-gradient(90deg,#ffffff0f 25%,#ffffff1a 50%,#ffffff0f 75%) 0 0/200% 100%;border-radius:4px;animation:2.2s ease-in-out infinite skeleton-module__HsfJZW__skeleton-loading}@keyframes skeleton-module__HsfJZW__skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-module__HsfJZW__circle{border-radius:50%}.skeleton-module__HsfJZW__rect{border-radius:8px}.skeleton-module__HsfJZW__text{width:100%;height:14px;margin-bottom:8px}.skeleton-module__HsfJZW__title{width:60%;height:20px;margin-bottom:12px}
.settingsModal-module__D5R2ZG__modalOverlay{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10000;overscroll-behavior:none;touch-action:none;background:#0000004d;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);width:100%;max-width:860px;height:620px;max-height:85vh;box-shadow:0 40px 100px var(--shadow-heavy);overscroll-behavior:contain;touch-action:pan-y;border-radius:12px;flex-direction:row;display:flex;position:relative;overflow:hidden}.settingsModal-module__D5R2ZG__dragHandle{background:var(--border);border-radius:10px;flex-shrink:0;width:36px;height:4px;margin:12px auto 0;display:none}.settingsModal-module__D5R2ZG__sidebar{border-right:1px solid var(--border);background:0 0;flex-direction:column;width:260px;display:flex}.settingsModal-module__D5R2ZG__sidebarHeader{border-bottom:1px solid var(--border);align-items:center;height:64px;padding:0 1.5rem;display:flex}.settingsModal-module__D5R2ZG__sidebarTitle{letter-spacing:-.01em;color:var(--foreground);font-size:1.1rem;font-weight:700}.settingsModal-module__D5R2ZG__navMenu{flex-direction:column;flex:1;gap:4px;padding:1rem;display:flex}.settingsModal-module__D5R2ZG__navItem{color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.settingsModal-module__D5R2ZG__navItem:hover{background:var(--border);color:var(--foreground)}.settingsModal-module__D5R2ZG__navItemActive{background:var(--border)!important;color:var(--foreground)!important}.settingsModal-module__D5R2ZG__sidebarFooter{border-top:1px solid var(--border);padding:1rem}.settingsModal-module__D5R2ZG__mainContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.settingsModal-module__D5R2ZG__contentHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex}.settingsModal-module__D5R2ZG__contentTitle{color:var(--foreground);font-size:1.1rem;font-weight:700}.settingsModal-module__D5R2ZG__closeBtn{color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;transition:all .2s;display:flex}.settingsModal-module__D5R2ZG__closeBtn:hover{background:var(--border);color:var(--foreground)}.settingsModal-module__D5R2ZG__sectionBody{overscroll-behavior:contain;touch-action:pan-y;flex-direction:column;flex:1;gap:2rem;padding:2rem;display:flex;overflow-y:auto}.settingsModal-module__D5R2ZG__sectionBodyFixed{overflow:hidden}.settingsModal-module__D5R2ZG__tabContainer{flex-direction:column;flex:1;gap:2rem;min-height:0;display:flex}.settingsModal-module__D5R2ZG__group{flex-direction:column;gap:1rem;display:flex}.settingsModal-module__D5R2ZG__historyGroup{min-height:0;overflow:hidden}.settingsModal-module__D5R2ZG__groupTitle{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.settingsModal-module__D5R2ZG__referralDescription{color:var(--muted-foreground);margin-top:-.25rem;font-size:.8rem;line-height:1.5}.settingsModal-module__D5R2ZG__itemContainer{border:1px solid var(--border);background:0 0;border-radius:8px;overflow:hidden}.settingsModal-module__D5R2ZG__controlRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.settingsModal-module__D5R2ZG__controlRow:last-child{border-bottom:none}.settingsModal-module__D5R2ZG__themeRow{justify-content:flex-start;padding:4px 0;display:flex}.settingsModal-module__D5R2ZG__themeToggle{background:var(--input-bg);border:1px solid var(--border);border-radius:10px;gap:4px;width:fit-content;padding:4px;display:flex;position:relative}.settingsModal-module__D5R2ZG__toggleOption{z-index:1;cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;gap:10px;min-width:120px;padding:8px 20px;font-size:.85rem;font-weight:700;transition:color .3s;display:flex;position:relative}.settingsModal-module__D5R2ZG__toggleOptionActive{color:var(--background)!important}.settingsModal-module__D5R2ZG__activeIndicator{background:var(--foreground);z-index:0;box-shadow:0 4px 12px var(--shadow-small);border-radius:6px;position:absolute;inset:0}.settingsModal-module__D5R2ZG__listItem{cursor:pointer;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.85rem 1.25rem;transition:background .2s;display:flex}.settingsModal-module__D5R2ZG__listItem:last-child{border-bottom:none}.settingsModal-module__D5R2ZG__listItem:hover{background:var(--input-bg)}.settingsModal-module__D5R2ZG__listItemActive{background:var(--border)}.settingsModal-module__D5R2ZG__itemLabel{align-items:center;gap:12px;display:flex}.settingsModal-module__D5R2ZG__itemMainText{color:var(--foreground);font-size:.9rem;font-weight:500}.settingsModal-module__D5R2ZG__itemSubText{color:var(--muted-foreground);font-size:.75rem}.settingsModal-module__D5R2ZG__balanceBox{background:var(--input-bg);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.settingsModal-module__D5R2ZG__balanceLeft{flex-direction:column;display:flex}.settingsModal-module__D5R2ZG__balanceLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.settingsModal-module__D5R2ZG__balanceAmount{color:var(--foreground);align-items:baseline;gap:4px;font-size:1.15rem;font-weight:800;display:flex}.settingsModal-module__D5R2ZG__balanceCurrency{color:var(--muted-foreground);font-size:.75rem;font-weight:500}.settingsModal-module__D5R2ZG__balanceIcon{color:var(--accent);opacity:.8}.settingsModal-module__D5R2ZG__topUpBtn{background:var(--foreground);color:var(--background);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.settingsModal-module__D5R2ZG__topUpBtn:hover{opacity:.9;transform:translateY(-1px)}.settingsModal-module__D5R2ZG__historyList{border:1px solid var(--border);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.settingsModal-module__D5R2ZG__txItem{border-bottom:1px solid var(--border);background:0 0;justify-content:space-between;align-items:center;padding:.6rem .85rem;display:flex}.settingsModal-module__D5R2ZG__txItem:last-child{border-bottom:none}.settingsModal-module__D5R2ZG__txLeft{align-items:center;gap:.75rem;display:flex}.settingsModal-module__D5R2ZG__txIcon{width:28px;height:28px;color:var(--muted-foreground);background:var(--input-bg);border:1px solid var(--border);border-radius:6px;justify-content:center;align-items:center;display:flex}.settingsModal-module__D5R2ZG__txInfo{flex-direction:column;gap:2px;display:flex}.settingsModal-module__D5R2ZG__txTitle{color:var(--foreground);font-size:.8rem;font-weight:600}.settingsModal-module__D5R2ZG__txMeta{color:var(--muted-foreground);font-size:.65rem}.settingsModal-module__D5R2ZG__txRight{text-align:right;flex-direction:column;gap:2px;display:flex}.settingsModal-module__D5R2ZG__txAmount{font-size:.9rem;font-weight:700}.settingsModal-module__D5R2ZG__txStatus{text-transform:uppercase;opacity:.5;font-size:.6rem;font-weight:700}.settingsModal-module__D5R2ZG__loadingState{color:var(--muted-foreground);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.settingsModal-module__D5R2ZG__spinning{animation:2s linear infinite settingsModal-module__D5R2ZG__spin}@keyframes settingsModal-module__D5R2ZG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.settingsModal-module__D5R2ZG__emptyHistory{color:var(--muted-foreground);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.settingsModal-module__D5R2ZG__emptyHistory p{font-size:.9rem}.settingsModal-module__D5R2ZG__filterRow{gap:8px;display:flex}.settingsModal-module__D5R2ZG__filterBtn{border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:8px;padding:6px 14px;font-size:.75rem;font-weight:600;transition:all .2s}.settingsModal-module__D5R2ZG__filterBtnActive{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.settingsModal-module__D5R2ZG__securityBox{background:var(--input-bg);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.settingsModal-module__D5R2ZG__actionBtn{cursor:pointer;background:var(--foreground);color:var(--background);border:1px solid var(--foreground);border-radius:6px;padding:.6rem 1.25rem;font-size:.8rem;font-weight:700;transition:all .2s}.settingsModal-module__D5R2ZG__actionBtn:hover{opacity:.9;box-shadow:0 4px 12px var(--shadow-small);transform:translateY(-1px)}.settingsModal-module__D5R2ZG__helpGrid{grid-template-columns:1fr;gap:.75rem;display:grid}.settingsModal-module__D5R2ZG__helpItem{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .2s;display:flex}.settingsModal-module__D5R2ZG__helpItem:hover{background:var(--input-bg);border-color:var(--muted-foreground)}.settingsModal-module__D5R2ZG__helpLeft{align-items:center;gap:1rem;display:flex}.settingsModal-module__D5R2ZG__helpIcon{color:var(--muted-foreground)}@media (max-width:768px){.settingsModal-module__D5R2ZG__modalOverlay{align-items:flex-end;padding:0}.settingsModal-module__D5R2ZG__modalContent{border-bottom:none;border-left:none;border-right:none;border-radius:12px 12px 0 0;flex-direction:column;max-width:100%;height:92vh}.settingsModal-module__D5R2ZG__dragHandle{margin:8px auto 0;display:block}.settingsModal-module__D5R2ZG__sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;height:auto}.settingsModal-module__D5R2ZG__sidebarHeader{display:none}.settingsModal-module__D5R2ZG__navMenu{scrollbar-width:none;flex-direction:row;gap:8px;padding:1rem 1.5rem .5rem;overflow-x:auto}.settingsModal-module__D5R2ZG__navMenu::-webkit-scrollbar{display:none}.settingsModal-module__D5R2ZG__navItem{white-space:nowrap;width:auto;padding:.5rem 1rem;font-size:.85rem}.settingsModal-module__D5R2ZG__sidebarFooter,.settingsModal-module__D5R2ZG__contentHeader{display:none}.settingsModal-module__D5R2ZG__sectionBody{gap:1rem;padding:1rem .85rem}.settingsModal-module__D5R2ZG__statsGrid{display:none}.settingsModal-module__D5R2ZG__balanceBox{padding:10px 14px}.settingsModal-module__D5R2ZG__balanceAmount{font-size:1rem}.settingsModal-module__D5R2ZG__sectionBodyFixed{flex-direction:column;flex:1;height:auto;min-height:0;display:flex}.settingsModal-module__D5R2ZG__themeToggle{width:100%}.settingsModal-module__D5R2ZG__toggleOption{flex:1;min-width:0}.settingsModal-module__D5R2ZG__securityBox{flex-direction:column;align-items:flex-start;gap:1.25rem}.settingsModal-module__D5R2ZG__actionBtn{width:100%}}.settingsModal-module__D5R2ZG__pageBtn:hover:not(:disabled){background:var(--border)}.settingsModal-module__D5R2ZG__pageBtn:disabled{opacity:.4;cursor:not-allowed}.settingsModal-module__D5R2ZG__historyHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:8px;display:flex}.settingsModal-module__D5R2ZG__historyHeaderLeft{align-items:center;gap:1rem;display:flex}.settingsModal-module__D5R2ZG__headerPagination{background:var(--input-bg);border:1px solid var(--border);border-radius:6px;align-items:center;gap:.75rem;padding:2px 6px;display:flex}.settingsModal-module__D5R2ZG__miniPageBtn{width:24px;height:24px;color:var(--muted-foreground);border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.settingsModal-module__D5R2ZG__miniPageBtn:hover:not(:disabled){background:var(--border);color:var(--foreground)}.settingsModal-module__D5R2ZG__miniPageBtn:disabled{opacity:.3;cursor:not-allowed}.settingsModal-module__D5R2ZG__miniPageInfo{color:var(--foreground);text-align:center;min-width:12px;font-size:.75rem;font-weight:700}.settingsModal-module__D5R2ZG__historyHeaderLeft{justify-content:space-between;width:100%}@media (max-width:768px){.settingsModal-module__D5R2ZG__historyHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.settingsModal-module__D5R2ZG__historyHeaderLeft{justify-content:space-between;width:100%}.settingsModal-module__D5R2ZG__txItem{padding:.5rem .75rem}.settingsModal-module__D5R2ZG__txTitle{font-size:.75rem}.settingsModal-module__D5R2ZG__txAmount{font-size:.8rem}.settingsModal-module__D5R2ZG__historyList{min-height:auto}.settingsModal-module__D5R2ZG__tabContainer{gap:1rem}.settingsModal-module__D5R2ZG__statValue{font-size:1.15rem}}.settingsModal-module__D5R2ZG__referralBox{background:var(--background);border:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:8px;outline:none;align-items:center;padding:2px 4px 2px 12px;transition:all .2s;display:flex}.settingsModal-module__D5R2ZG__referralBox:hover{border-color:var(--muted-foreground)}.settingsModal-module__D5R2ZG__referralInput{color:var(--foreground);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;box-shadow:none;pointer-events:none;-webkit-user-select:none;user-select:none;background:0 0;border:none;outline:none;flex:1;padding:.65rem 0;font-family:inherit;font-size:.85rem;overflow:hidden}.settingsModal-module__D5R2ZG__copyBtn{width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.settingsModal-module__D5R2ZG__copyBtn:hover{background:var(--input-bg);color:var(--foreground)}.settingsModal-module__D5R2ZG__statsGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.settingsModal-module__D5R2ZG__statCard{background:var(--input-bg);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.settingsModal-module__D5R2ZG__statRow{align-items:center;gap:8px;display:flex}.settingsModal-module__D5R2ZG__statValue{color:var(--foreground);font-size:1.15rem;font-weight:800;line-height:1.1}.settingsModal-module__D5R2ZG__statLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:10px;font-weight:700}.settingsModal-module__D5R2ZG__statIcon{opacity:.7;flex-shrink:0}@media (max-width:768px){.settingsModal-module__D5R2ZG__statsGrid{grid-template-columns:1fr}.settingsModal-module__D5R2ZG__statCard:last-child{grid-column:span 2}}
.topUpModal-module__wyfXRa__modalOverlay{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10001;overscroll-behavior:none;touch-action:none;background:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.topUpModal-module__wyfXRa__modalContent{background:var(--background);border:1px solid var(--border);width:100%;max-width:420px;max-height:90vh;box-shadow:0 40px 100px var(--shadow-heavy);border-radius:16px;flex-direction:column;padding:1.5rem;display:flex;position:relative;overflow:hidden}.topUpModal-module__wyfXRa__dragHandle{background:var(--border);border-radius:4px;width:36px;height:4px;margin:0 auto .5rem;display:none}.topUpModal-module__wyfXRa__closeBtn{background:var(--input-bg);border:1px solid var(--border);width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;z-index:10;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.topUpModal-module__wyfXRa__closeBtn:hover{background:var(--border);color:var(--foreground)}.topUpModal-module__wyfXRa__header{text-align:center;margin-bottom:1.25rem}.topUpModal-module__wyfXRa__headerIcon{background:linear-gradient(135deg,var(--foreground)0%,var(--muted-foreground)100%);width:56px;height:56px;color:var(--background);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.topUpModal-module__wyfXRa__title{color:var(--foreground);letter-spacing:-.03em;margin:0 0 .35rem;font-size:1.35rem;font-weight:800}.topUpModal-module__wyfXRa__subtitle{color:var(--muted-foreground);margin:0;font-size:.85rem}.topUpModal-module__wyfXRa__features{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.topUpModal-module__wyfXRa__featureItem{background:var(--input-bg);color:var(--muted-foreground);border:1px solid var(--border);border-radius:20px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.7rem;display:flex}.topUpModal-module__wyfXRa__featureIcon{color:var(--foreground);opacity:.7;align-items:center;display:flex}.topUpModal-module__wyfXRa__featureLabel{font-weight:600}.topUpModal-module__wyfXRa__packagesContainer{flex:1;min-height:180px}.topUpModal-module__wyfXRa__loadingState{height:100%;color:var(--muted-foreground);justify-content:center;align-items:center;display:flex}.topUpModal-module__wyfXRa__spinning{animation:2s linear infinite topUpModal-module__wyfXRa__spin}@keyframes topUpModal-module__wyfXRa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.topUpModal-module__wyfXRa__packagesGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.topUpModal-module__wyfXRa__packageCard{border:1px solid var(--border);background:var(--input-bg);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;transition:all .2s;display:flex;position:relative}.topUpModal-module__wyfXRa__packageCard:hover{border-color:var(--muted-foreground)}.topUpModal-module__wyfXRa__packageCardSelected{border-color:var(--foreground);background:var(--background);box-shadow:0 0 0 1px var(--foreground)}.topUpModal-module__wyfXRa__packageCardPopular:not(.topUpModal-module__wyfXRa__packageCardSelected){border-color:var(--muted-foreground)}.topUpModal-module__wyfXRa__popularBadge{background:var(--foreground);color:var(--background);text-transform:uppercase;white-space:nowrap;letter-spacing:.03em;border-radius:10px;padding:2px 8px;font-size:.55rem;font-weight:700;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.topUpModal-module__wyfXRa__packageIcon{background:var(--border);width:36px;height:36px;color:var(--foreground);border-radius:10px;justify-content:center;align-items:center;display:flex}.topUpModal-module__wyfXRa__packageCardSelected .topUpModal-module__wyfXRa__packageIcon{background:var(--foreground);color:var(--background)}.topUpModal-module__wyfXRa__packageName{color:var(--foreground);font-size:.8rem;font-weight:700}.topUpModal-module__wyfXRa__packagePrice{align-items:baseline;gap:2px;display:flex}.topUpModal-module__wyfXRa__priceAmount{color:var(--foreground);font-size:1.25rem;font-weight:800}.topUpModal-module__wyfXRa__packageCredits{color:var(--muted-foreground);align-items:center;gap:4px;font-size:.7rem;font-weight:600;display:flex}.topUpModal-module__wyfXRa__packageGenerations{color:var(--muted-foreground);opacity:.8;font-size:.65rem}.topUpModal-module__wyfXRa__selectedCheck{background:var(--foreground);width:20px;height:20px;color:var(--background);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}.topUpModal-module__wyfXRa__purchaseBtn{background:var(--foreground);width:100%;color:var(--background);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.topUpModal-module__wyfXRa__purchaseBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.topUpModal-module__wyfXRa__purchaseBtn:disabled{opacity:.5;cursor:not-allowed}.topUpModal-module__wyfXRa__purchaseAmount{background:var(--background);color:var(--foreground);border-radius:6px;padding:.2rem .6rem;font-size:.85rem}@media (max-width:768px){.topUpModal-module__wyfXRa__modalOverlay{align-items:flex-end;padding:0}.topUpModal-module__wyfXRa__modalContent{border-bottom:none;border-radius:16px 16px 0 0;max-width:100%;max-height:90vh;padding:1rem}.topUpModal-module__wyfXRa__dragHandle{display:block}.topUpModal-module__wyfXRa__closeBtn{top:.75rem;right:.75rem}.topUpModal-module__wyfXRa__header{margin-bottom:1rem}.topUpModal-module__wyfXRa__headerIcon{width:48px;height:48px;margin-bottom:.75rem}.topUpModal-module__wyfXRa__title{font-size:1.15rem}.topUpModal-module__wyfXRa__subtitle{font-size:.75rem}.topUpModal-module__wyfXRa__features{gap:.4rem;margin-bottom:1rem;padding-bottom:1rem}.topUpModal-module__wyfXRa__featureItem{padding:.3rem .5rem;font-size:.65rem}.topUpModal-module__wyfXRa__packagesGrid{gap:.5rem}.topUpModal-module__wyfXRa__packageCard{gap:.35rem;padding:.75rem .5rem}.topUpModal-module__wyfXRa__packageIcon{width:32px;height:32px}.topUpModal-module__wyfXRa__packageName{font-size:.7rem}.topUpModal-module__wyfXRa__priceAmount{font-size:1.1rem}.topUpModal-module__wyfXRa__packageCredits{font-size:.6rem}.topUpModal-module__wyfXRa__packageGenerations{font-size:.55rem}.topUpModal-module__wyfXRa__popularBadge{font-size:.5rem;top:-6px}.topUpModal-module__wyfXRa__purchaseBtn{margin-top:1rem;padding:.75rem 1rem;font-size:.85rem}}
.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;position:relative}.projectForm-module__9bqk4a__backButton{background:var(--input-bg);border:1px solid var(--border);width:36px;height:36px;color:var(--muted);cursor:pointer;z-index:10;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.projectForm-module__9bqk4a__backButton:hover{color:var(--foreground);border-color:var(--muted);background:var(--input-hover)}.projectForm-module__9bqk4a__headerIcon{background:var(--input-bg);border:1px solid var(--border);width:52px;height:52px;color:var(--foreground);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);background:var(--input-bg);border:1px solid var(--border);border-left:3px solid var(--accent);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:var(--input-hover)}.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{background:var(--foreground);width:20px;height:20px;color:var(--background);opacity:0;border-radius:50%;justify-content:center;align-items:center;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:var(--input-hover)}.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{box-shadow:0 8px 24px var(--shadow-medium);transform:translateY(-2px)}.projectForm-module__9bqk4a__submitButton:disabled{opacity:.6;transform:none}.projectForm-module__9bqk4a__spinner{border:2px solid var(--border);border-top-color:var(--accent);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__backButton{border-radius:8px;width:32px;height:32px}.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}}.projectForm-module__9bqk4a__styleSelectorContainer{width:100%;position:relative}.projectForm-module__9bqk4a__styleDropdownTrigger{background:var(--background);border:1px solid var(--border);cursor:pointer;width:100%;color:var(--foreground);text-align:left;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:15px;transition:all .2s;display:flex}.projectForm-module__9bqk4a__styleDropdownTrigger:hover{border-color:var(--muted)}.projectForm-module__9bqk4a__styleDropdownContent{background:var(--background);border:1px solid var(--border);z-index:10000;border-radius:12px;flex-direction:column;width:320px;max-height:450px;animation:.2s ease-out projectForm-module__9bqk4a__slideUp;display:flex;position:fixed;overflow:hidden;box-shadow:0 10px 40px #0000004d}.projectForm-module__9bqk4a__styleDropdownMobile{max-height:80vh;position:fixed;width:min(100vw - 32px,400px)!important;top:50%!important;bottom:auto!important;left:50%!important;transform:translate(-50%,-50%)!important}.projectForm-module__9bqk4a__dropdownOverlay{z-index:9999;position:fixed;inset:0}@media (max-width:768px){.projectForm-module__9bqk4a__dropdownOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;animation:.2s ease-out projectForm-module__9bqk4a__fadeIn}}@keyframes projectForm-module__9bqk4a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes projectForm-module__9bqk4a__slideUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.projectForm-module__9bqk4a__searchContainer{border-bottom:1px solid var(--border);background:var(--input-bg);flex-direction:column;gap:8px;padding:12px;display:flex}.projectForm-module__9bqk4a__searchWrapper{align-items:center;width:100%;display:flex;position:relative}.projectForm-module__9bqk4a__searchIcon{color:var(--muted);pointer-events:none;position:absolute;left:12px}.projectForm-module__9bqk4a__searchInput{background:var(--background)!important;border:1px solid var(--border)!important;color:var(--foreground)!important;border-radius:10px!important;outline:none!important;width:100%!important;height:42px!important;padding:10px 14px 10px 38px!important;font-size:15px!important;transition:all .2s!important}.projectForm-module__9bqk4a__searchInput:focus{border-color:var(--muted)!important;background:var(--input-hover)!important}.projectForm-module__9bqk4a__styleList{flex:1;padding:12px;overflow-y:auto}.projectForm-module__9bqk4a__categoryGroup{margin-bottom:24px;position:relative}.projectForm-module__9bqk4a__optionSeparator{background:var(--border);opacity:.5;height:1px;margin:8px 12px 16px}.projectForm-module__9bqk4a__categoryLabel{text-transform:uppercase;color:var(--muted);letter-spacing:.1em;opacity:.8;padding:12px 12px 6px;font-size:10px;font-weight:700}.projectForm-module__9bqk4a__styleOption{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.projectForm-module__9bqk4a__styleOption:hover{background:var(--input-hover)}.projectForm-module__9bqk4a__styleOption.projectForm-module__9bqk4a__active{background:var(--accent);color:var(--accent-foreground)}.projectForm-module__9bqk4a__styleOption.projectForm-module__9bqk4a__active .projectForm-module__9bqk4a__styleOptionDesc,.projectForm-module__9bqk4a__styleOption.projectForm-module__9bqk4a__active .projectForm-module__9bqk4a__styleOptionName{color:inherit}.projectForm-module__9bqk4a__styleOptionInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.projectForm-module__9bqk4a__styleOptionName{font-size:14px;font-weight:600}.projectForm-module__9bqk4a__styleOptionDesc{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.projectForm-module__9bqk4a__noResults{text-align:center;color:var(--muted);padding:24px;font-size:14px}
.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__initialHidden{visibility:hidden}.chat-module__wWbbIa__scrollToBottomBtn{background:var(--card-bg);border:1px solid var(--border);width:40px;height:40px;color:var(--foreground);cursor:pointer;box-shadow:0 4px 12px var(--shadow-small);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%)}.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{background:var(--input-bg);border:1px solid var(--border);width:64px;height:64px;color:var(--foreground);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__messageMeta{align-items:center;gap:6px;height:14px;display:flex}.chat-module__wWbbIa__messageModel,.chat-module__wWbbIa__messageTime,.chat-module__wWbbIa__messageModelBadge{align-items:center;gap:4px;display:flex}.chat-module__wWbbIa__messageModelIcon{border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex;overflow:hidden}.chat-module__wWbbIa__messageModelIcon span{font-size:11px!important}.chat-module__wWbbIa__messageModel,.chat-module__wWbbIa__messageTime,.chat-module__wWbbIa__messageSeparator{color:var(--muted-foreground);align-items:center;font-size:10px;line-height:1;display:flex}.chat-module__wWbbIa__messageSeparator{opacity:.5;font-size:8px;transform:translateY(.5px)}.chat-module__wWbbIa__messageTime{opacity:.8}.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:var(--border)}.chat-module__wWbbIa__actionBtn:disabled{opacity:.4;cursor:not-allowed}.chat-module__wWbbIa__actionBtn.chat-module__wWbbIa__success{color:#22c55e!important}.chat-module__wWbbIa__actionBtn.chat-module__wWbbIa__disabled{opacity:.4}.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);box-sizing:border-box;flex-shrink:0;align-items:center;min-height:88px;padding:12px 32px;display:flex}.chat-module__wWbbIa__inputContainer{flex-direction:column;width:100%;max-width:1000px;margin:0 auto;display:flex;position:relative}.chat-module__wWbbIa__inputWrapper{background:var(--input-bg);border:1px solid var(--border);z-index:2;border-radius:20px;flex-direction:column;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 20px #0000000d}.chat-module__wWbbIa__inputWrapper:focus-within{border-color:var(--accent);background:var(--background);box-shadow:0 8px 30px #0000001a}.chat-module__wWbbIa__inputMain{border-radius:20px 20px 0 0;align-items:flex-start;padding:12px 16px 4px;display:flex;overflow:hidden}.chat-module__wWbbIa__chatInput{color:var(--foreground);resize:none;background:0 0;flex:1;max-height:200px;padding:8px 0;font-family:inherit;font-size:16px;line-height:1.5;overflow-y:auto;box-shadow:none!important;border:none!important;outline:none!important}.chat-module__wWbbIa__inputControls{border-radius:0 0 20px 20px;justify-content:space-between;align-items:center;padding:4px 12px 12px;display:flex}.chat-module__wWbbIa__controlsLeft{scrollbar-width:none;-ms-overflow-style:none;flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:auto hidden}.chat-module__wWbbIa__controlsLeft::-webkit-scrollbar{display:none}.chat-module__wWbbIa__controlsRight{flex-shrink:0;align-items:center;gap:8px;padding-left:12px;display:flex}.chat-module__wWbbIa__modelSelectorContainer{flex-shrink:0;position:relative}.chat-module__wWbbIa__modelTrigger{background:var(--background);border:1px solid var(--border);height:32px;color:var(--foreground);cursor:pointer;white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.chat-module__wWbbIa__modelTrigger:hover{border-color:var(--muted);background:var(--card-bg)}.chat-module__wWbbIa__modelTriggerIcon{border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex;overflow:hidden}.chat-module__wWbbIa__dropdownMenu{background:var(--background);border:1px solid var(--border);z-index:1000;border-radius:16px;width:280px;max-width:calc(100vw - 32px);animation:.2s ease-out chat-module__wWbbIa__slideUp;position:absolute;bottom:calc(100% + 12px);left:0;overflow:hidden;box-shadow:0 10px 40px #0000004d}.chat-module__wWbbIa__dropdownHeader{color:var(--muted);border-bottom:1px solid var(--border);background:var(--card-bg);padding:12px 16px;font-size:12px;font-weight:600}.chat-module__wWbbIa__dropdownList{max-height:350px;padding:8px;overflow-y:auto}.chat-module__wWbbIa__modelOption{cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.chat-module__wWbbIa__modelOption:hover,.chat-module__wWbbIa__selectedOption{background:var(--input-bg)}.chat-module__wWbbIa__modelLogo{background:var(--input-bg);border:1px solid var(--border);width:32px;height:32px;color:var(--foreground);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.chat-module__wWbbIa__modelInfo{flex-direction:column;flex:1;gap:2px;display:flex}.chat-module__wWbbIa__modelName{color:var(--foreground);font-size:14px;font-weight:600}.chat-module__wWbbIa__ratioSelectorContainer{flex-shrink:0;position:relative}.chat-module__wWbbIa__ratioTrigger{background:var(--background);border:1px solid var(--border);height:32px;color:var(--foreground);cursor:pointer;white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;transition:all .2s;display:flex;overflow-y:hidden}.chat-module__wWbbIa__ratioTrigger:hover{border-color:var(--muted);background:var(--card-bg)}.chat-module__wWbbIa__ratioIconPreview{width:20px;height:20px;color:var(--accent);justify-content:center;align-items:center;display:flex}.chat-module__wWbbIa__ratioOption{cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.chat-module__wWbbIa__ratioOption:hover{background:var(--input-bg)}.chat-module__wWbbIa__ratioVisual{width:24px;height:24px;color:var(--accent);justify-content:center;align-items:center;display:flex}.chat-module__wWbbIa__ratioLabel{color:var(--foreground);flex:1;font-size:14px;font-weight:500}.chat-module__wWbbIa__modelDetails{color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.chat-module__wWbbIa__modelCost{color:var(--accent);align-items:center;gap:3px;display:flex}.chat-module__wWbbIa__checkIcon{color:var(--accent);flex-shrink:0}.chat-module__wWbbIa__attachBtn{width:32px;height:32px;color:var(--muted);background:0 0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;transition:all .2s;display:flex}.chat-module__wWbbIa__attachBtn:hover:not(:disabled){color:var(--foreground);background:var(--border)}.chat-module__wWbbIa__sendBtn{background:var(--accent);width:36px;height:36px;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__stopBtn{background:var(--accent);width:36px;height:36px;color:var(--accent-foreground);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-module__wWbbIa__stopBtn:hover{opacity:.9;transform:scale(1.05)}.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{justify-content:center;align-items:center;padding:10px 16px;display:flex}.chat-module__wWbbIa__inputWrapper{border-radius:16px;gap:0;padding:0}.chat-module__wWbbIa__attachBtn{width:36px;height:36px;margin-right:6px}.chat-module__wWbbIa__chatInput{padding:4px 0;font-size:15px;line-height:1.4}.chat-module__wWbbIa__inputMain{padding:12px 14px 2px}.chat-module__wWbbIa__inputControls{padding:4px 10px 10px}.chat-module__wWbbIa__modelTrigger{gap:6px;padding:5px 10px;font-size:12px}.chat-module__wWbbIa__modelSelectorContainer{position:static}.chat-module__wWbbIa__dropdownMenu{width:auto;max-width:none;left:10px;right:10px}.chat-module__wWbbIa__chatInput::placeholder{white-space:nowrap;text-overflow:ellipsis;opacity:.6;font-size:14px;overflow:hidden}.chat-module__wWbbIa__editModeInput{padding-left:14px}.chat-module__wWbbIa__editModeInput .chat-module__wWbbIa__chatInput{padding-left:0}.chat-module__wWbbIa__sendBtn{width:36px;height:36px}.chat-module__wWbbIa__stopBtn{border-radius:8px;width:36px;height:36px}.chat-module__wWbbIa__modal{padding:20px}.chat-module__wWbbIa__modalDownload{width:auto;padding:12px 24px;font-size:14px}.chat-module__wWbbIa__editPreview{width:auto;padding:8px 12px;left:16px;right:16px;transform:none}}.chat-module__wWbbIa__originalMessageLink{border-left:3px solid var(--accent);cursor:default;background:#ffffff0d;border-radius:6px 10px 10px 6px;gap:10px;margin-bottom:10px;padding:8px 10px;font-size:12px;display:flex}.chat-module__wWbbIa__originalThumb{border:1px solid var(--border);border-radius:4px;flex-shrink:0;width:36px;height:36px;overflow:hidden}.chat-module__wWbbIa__originalThumb img{object-fit:cover;width:100%;height:100%}.chat-module__wWbbIa__originalContent{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.chat-module__wWbbIa__originalLabel{text-transform:uppercase;color:var(--accent);letter-spacing:.05em;margin-bottom:2px;font-size:10px;font-weight:700}.chat-module__wWbbIa__originalText{white-space:nowrap;text-overflow:ellipsis;color:var(--muted);font-size:11px;overflow:hidden;margin:0!important}.chat-module__wWbbIa__editPreview{background:var(--input-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;border-bottom:none;border-radius:14px 14px 0 0;align-items:center;gap:12px;padding:10px 16px 18px;animation:.15s ease-out chat-module__wWbbIa__slideUp;display:flex;position:absolute;bottom:calc(100% - 10px);left:4px;right:4px}.chat-module__wWbbIa__editPreviewIcon{color:var(--accent);flex-shrink:0}.chat-module__wWbbIa__editPreviewThumb{border:1px solid var(--border);border-radius:6px;flex-shrink:0;width:40px;height:40px;overflow:hidden}.chat-module__wWbbIa__editPreviewThumb img{object-fit:cover;width:100%;height:100%}.chat-module__wWbbIa__editPreviewContent{flex-direction:column;flex:1;min-width:0;display:flex}.chat-module__wWbbIa__editPreviewLabel{text-transform:uppercase;color:var(--accent);margin-bottom:2px;font-size:10px;font-weight:700}.chat-module__wWbbIa__editPreviewText{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;overflow:hidden}.chat-module__wWbbIa__cancelEditBtn{width:28px;height:28px;color:var(--muted);background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-module__wWbbIa__cancelEditBtn:hover{color:var(--foreground);background:#ffffff14}@keyframes chat-module__wWbbIa__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-module__wWbbIa__styleSelectorContainer{flex-shrink:0;position:relative}.chat-module__wWbbIa__styleTrigger{background:var(--background);border:1px solid var(--border);height:32px;color:var(--foreground);cursor:pointer;white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.chat-module__wWbbIa__styleTrigger:hover{border-color:var(--muted);background:var(--card-bg)}.chat-module__wWbbIa__styleDropdown{background:var(--background);border:1px solid var(--border);z-index:10000;border-radius:16px;flex-direction:column;width:320px;max-height:450px;animation:.2s ease-out chat-module__wWbbIa__slideUp;display:flex;position:fixed;overflow:hidden;box-shadow:0 10px 40px #0000004d}.chat-module__wWbbIa__styleDropdownMobile{width:min(100vw - 32px,400px);max-height:calc(100vh - 40px);position:fixed;top:20px!important;bottom:auto!important;left:50%!important;transform:translate(-50%)!important}.chat-module__wWbbIa__dropdownOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0006;animation:.2s ease-out chat-module__wWbbIa__fadeIn;position:fixed;inset:0}.chat-module__wWbbIa__dropdownOverlayPC{z-index:9999;background:0 0;position:fixed;inset:0}@keyframes chat-module__wWbbIa__fadeIn{0%{opacity:0}to{opacity:1}}.chat-module__wWbbIa__styleSearchContainer{border-bottom:1px solid var(--border);background:var(--card-bg);padding:12px}.chat-module__wWbbIa__styleSearchWrapper{align-items:center;display:flex;position:relative}.chat-module__wWbbIa__styleSearchIcon{color:var(--muted);position:absolute;left:10px}.chat-module__wWbbIa__styleSearchInput{background:var(--background);border:1px solid var(--border);width:100%;color:var(--foreground);appearance:none;border-radius:10px;outline:none;padding:10px 12px 10px 34px;font-size:16px}.chat-module__wWbbIa__styleSearchInput:focus{border-color:var(--muted)}.chat-module__wWbbIa__styleList{flex:1;padding:12px;overflow-y:auto}.chat-module__wWbbIa__categoryGroup{margin-bottom:24px}.chat-module__wWbbIa__categoryLabel{text-transform:uppercase;color:var(--muted);letter-spacing:.1em;opacity:.8;padding:12px 12px 6px;font-size:10px;font-weight:700}.chat-module__wWbbIa__styleOption{cursor:pointer;color:var(--foreground);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.chat-module__wWbbIa__styleOption:hover{background:var(--input-hover)}.chat-module__wWbbIa__styleOption.chat-module__wWbbIa__active{background:var(--accent);color:var(--accent-foreground)}.chat-module__wWbbIa__styleOption.chat-module__wWbbIa__active .chat-module__wWbbIa__styleDesc,.chat-module__wWbbIa__styleOption.chat-module__wWbbIa__active .chat-module__wWbbIa__styleName{color:inherit}.chat-module__wWbbIa__styleOptionInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.chat-module__wWbbIa__styleName{font-size:14px;font-weight:600}.chat-module__wWbbIa__styleDesc{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.chat-module__wWbbIa__optionSeparator{background:var(--border);opacity:.5;height:1px;margin:8px 12px 16px}.chat-module__wWbbIa__noResults{text-align:center;color:var(--muted);padding:24px;font-size:14px}.chat-module__wWbbIa__colorSelectorContainer{flex-shrink:0;position:relative}.chat-module__wWbbIa__colorTrigger{background:var(--background);border:1px solid var(--border);height:32px;color:var(--foreground);cursor:pointer;white-space:nowrap;border-radius:12px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.chat-module__wWbbIa__colorTrigger:hover{border-color:var(--muted);background:var(--card-bg)}.chat-module__wWbbIa__colorBox{border:1px solid var(--border);border-radius:3px;flex-shrink:0;width:14px;height:14px}.chat-module__wWbbIa__colorInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.chat-module__wWbbIa__clearColorIcon{opacity:.6;margin-left:2px;transition:opacity .2s}.chat-module__wWbbIa__clearColorIcon:hover{opacity:1;color:#ef4444}.chat-module__wWbbIa__plusIcon{opacity:.6;flex-shrink:0;margin-top:1px}.chat-module__wWbbIa__negativePromptBtnContainer{flex-shrink:0;position:relative}.chat-module__wWbbIa__activeTrigger{border-color:var(--accent)!important;background:var(--card-bg)!important}.chat-module__wWbbIa__negativePromptDropdown{background:var(--background);border:1px solid var(--border);z-index:10000;border-radius:16px;flex-direction:column;display:flex;position:fixed;overflow:hidden;box-shadow:0 10px 40px #0000004d}.chat-module__wWbbIa__negativePromptDropdownMobile{width:auto!important;bottom:80px!important;left:16px!important;right:16px!important}.chat-module__wWbbIa__negativePromptHeader{background:var(--card-bg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.chat-module__wWbbIa__negativePromptHeader span{color:var(--foreground);font-size:13px;font-weight:600}.chat-module__wWbbIa__clearNegativePrompt{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:11px}.chat-module__wWbbIa__clearNegativePrompt:hover{background:#ef44441a}.chat-module__wWbbIa__negativePromptContent{padding:12px}.chat-module__wWbbIa__negativePromptTextarea{background:var(--input-bg);border:1px solid var(--border);width:100%;min-height:120px;color:var(--foreground);resize:none;border-radius:10px;padding:10px;font-family:inherit;font-size:14px;line-height:1.5}.chat-module__wWbbIa__negativePromptTextarea:focus{border-color:var(--accent);background:var(--background);outline:none}.chat-module__wWbbIa__negativePromptTextarea::placeholder{color:var(--muted-foreground)}
.appPreview-module__wshOjG__container{justify-content:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.appPreview-module__wshOjG__window{background:var(--background);border:1px solid var(--border);box-shadow:none;aspect-ratio:16/9;border-radius:12px;flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden}.appPreview-module__wshOjG__previewBadge{background:rgba(var(--accent-rgb),.12);-webkit-backdrop-filter:blur(12px)saturate(180%);backdrop-filter:blur(12px)saturate(180%);border:1px solid rgba(var(--accent-rgb),.3);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;z-index:10;pointer-events:none;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-size:11px;font-weight:800;animation:3s ease-in-out infinite appPreview-module__wshOjG__badgePulse;display:flex;position:absolute;top:52px;right:24px;box-shadow:0 4px 15px #0000001a,inset 0 0 0 1px #ffffff1a}@keyframes appPreview-module__wshOjG__badgePulse{0%,to{opacity:1;border-color:rgba(var(--accent-rgb),.3);transform:scale(1)}50%{opacity:.9;border-color:rgba(var(--accent-rgb),.6);transform:scale(1.02)}}@media (max-width:1024px){.appPreview-module__wshOjG__window{aspect-ratio:4/3}}@media (max-width:768px){.appPreview-module__wshOjG__window{aspect-ratio:auto;height:600px;max-height:80vh}}.appPreview-module__wshOjG__titleBar{background:var(--input-bg);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;height:36px;padding:0 14px;display:flex}.appPreview-module__wshOjG__dot{background:var(--border);opacity:0;border-radius:50%;width:11px;height:11px}.appPreview-module__wshOjG__content{background:var(--background);flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.appPreview-module__wshOjG__formContainer{background:var(--background);-webkit-user-select:none;user-select:none;pointer-events:none;flex-direction:column;align-items:center;width:100%;height:100%;padding:24px 32px;display:flex;overflow:hidden}@media (max-width:768px){.appPreview-module__wshOjG__formContainer{padding:20px 16px}}.appPreview-module__wshOjG__formInner{flex-direction:column;gap:24px;width:100%;max-width:760px;display:flex}@media (max-width:768px){.appPreview-module__wshOjG__formInner{gap:16px}}.appPreview-module__wshOjG__formHeader{text-align:center;width:100%;margin-bottom:4px}.appPreview-module__wshOjG__formHeader h1{letter-spacing:-.02em;color:var(--foreground);margin-bottom:8px;font-size:24px;font-weight:700}@media (max-width:768px){.appPreview-module__wshOjG__formHeader h1{font-size:20px}}.appPreview-module__wshOjG__formHeader p{color:var(--muted);max-width:480px;margin:0 auto;font-size:14px}.appPreview-module__wshOjG__formSection{background:var(--input-bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:16px;width:100%;padding:20px;display:flex}@media (max-width:768px){.appPreview-module__wshOjG__formSection{gap:12px;padding:16px}}.appPreview-module__wshOjG__sectionTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);text-align:left;margin-bottom:4px;font-size:10px;font-weight:700}.appPreview-module__wshOjG__sectionDescription{color:var(--muted-foreground);text-align:left;opacity:.85;margin-top:-6px;margin-bottom:8px;font-size:11.5px;line-height:1.5}.appPreview-module__wshOjG__inputRow{gap:16px;width:100%;display:flex}@media (max-width:640px){.appPreview-module__wshOjG__inputRow{flex-direction:column;gap:12px}}.appPreview-module__wshOjG__inputGroup{text-align:left;flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.appPreview-module__wshOjG__inputLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.appPreview-module__wshOjG__inputField{background:var(--background);border:1px solid var(--border);color:var(--foreground);box-sizing:border-box;border-radius:10px;align-items:center;width:100%;height:48px;padding:0 14px;font-size:15px;transition:all .3s;display:flex;position:relative;overflow:hidden}.appPreview-module__wshOjG__activeField{box-shadow:0 0 0 4px rgba(var(--accent-rgb),.1);background:var(--input-bg-active,rgba(var(--accent-rgb),.02));border-color:var(--accent)!important}.appPreview-module__wshOjG__inputField.appPreview-module__wshOjG__textarea{align-items:flex-start;height:90px;padding:12px 14px}.appPreview-module__wshOjG__inputPlaceholder{color:var(--muted);opacity:.5;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.appPreview-module__wshOjG__inputValue{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.appPreview-module__wshOjG__inputField.appPreview-module__wshOjG__textarea .appPreview-module__wshOjG__inputValue,.appPreview-module__wshOjG__inputField.appPreview-module__wshOjG__textarea .appPreview-module__wshOjG__inputPlaceholder{white-space:pre-wrap;line-height:1.5}.appPreview-module__wshOjG__inputCursor{background:var(--accent);vertical-align:middle;width:1.5px;height:18px;margin-left:2px;animation:1s infinite appPreview-module__wshOjG__blink;display:inline-block}@keyframes appPreview-module__wshOjG__blink{0%,to{opacity:1}50%{opacity:0}}.appPreview-module__wshOjG__dropdownField{justify-content:space-between;align-items:center;display:flex}.appPreview-module__wshOjG__dropdownIcon{color:var(--muted);flex-shrink:0}.appPreview-module__wshOjG__submitSection{width:100%;padding-bottom:20px;display:flex}.appPreview-module__wshOjG__submitButton{background:var(--accent);color:var(--accent-foreground);box-shadow:0 4px 12px var(--shadow-small);border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:12px;min-height:56px;padding:16px 48px;font-size:15px;font-weight:600;display:flex}.appPreview-module__wshOjG__chatContainer{flex-direction:column;width:100%;height:100%;display:flex}.appPreview-module__wshOjG__chatHeader{border-bottom:1px solid var(--border);background:var(--background);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.appPreview-module__wshOjG__chatHeaderInfo{text-align:left}.appPreview-module__wshOjG__chatHeaderInfo h1{color:var(--foreground);text-align:left;margin:0;font-size:18px;font-weight:700}.appPreview-module__wshOjG__chatHeaderMeta{color:var(--muted);text-align:left;font-size:11px}.appPreview-module__wshOjG__headerBtn{width:32px;height:32px;color:var(--muted);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;display:flex}.appPreview-module__wshOjG__messagesArea{pointer-events:none;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.appPreview-module__wshOjG__message{flex-direction:column;max-width:75%;display:flex}.appPreview-module__wshOjG__userMessage{align-self:flex-end}.appPreview-module__wshOjG__assistantMessage{align-self:flex-start}.appPreview-module__wshOjG__messageContent{background:var(--input-bg);border:1px solid var(--border);text-align:left;border-radius:14px;padding:12px 16px;font-size:14px;line-height:1.5}.appPreview-module__wshOjG__messageFooter{justify-content:space-between;align-items:center;gap:8px;margin-top:8px;display:flex}.appPreview-module__wshOjG__userMessage .appPreview-module__wshOjG__messageFooter,.appPreview-module__wshOjG__assistantMessage .appPreview-module__wshOjG__messageFooter{flex-direction:row}.appPreview-module__wshOjG__messageActions{align-items:center;gap:4px;display:flex}.appPreview-module__wshOjG__messageMeta{color:var(--muted);align-items:center;gap:6px;font-size:10px;display:flex}.appPreview-module__wshOjG__actionBtn{width:24px;height:24px;color:var(--muted);pointer-events:none;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.appPreview-module__wshOjG__messageModel{font-weight:500}.appPreview-module__wshOjG__messageStyle{opacity:.85}.appPreview-module__wshOjG__messageSeparator{opacity:.5}.appPreview-module__wshOjG__messageTime{opacity:.7}.appPreview-module__wshOjG__userMessage .appPreview-module__wshOjG__messageContent{border-bottom-right-radius:4px}.appPreview-module__wshOjG__assistantMessage .appPreview-module__wshOjG__messageContent{border-bottom-left-radius:4px}.appPreview-module__wshOjG__messageImage{border:1px solid var(--border);border-radius:12px;max-width:350px;margin-top:10px;overflow:hidden}.appPreview-module__wshOjG__messageImage img{width:100%;height:auto;display:block}.appPreview-module__wshOjG__generatingState{align-items:center;gap:10px;display:flex}.appPreview-module__wshOjG__generatingText{color:var(--muted);font-size:13px}.appPreview-module__wshOjG__generatingDots{gap:4px;display:flex}.appPreview-module__wshOjG__genDot{background:var(--accent);border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite both appPreview-module__wshOjG__bounce}.appPreview-module__wshOjG__genDot:first-child{animation-delay:-.32s}.appPreview-module__wshOjG__genDot:nth-child(2){animation-delay:-.16s}@keyframes appPreview-module__wshOjG__bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.appPreview-module__wshOjG__chatInputArea{border-top:1px solid var(--border);padding:16px 20px}.appPreview-module__wshOjG__chatInputWrapper{background:var(--input-bg);border:1px solid var(--border);border-radius:16px;overflow:hidden}.appPreview-module__wshOjG__chatInputField{text-align:left;align-items:center;min-height:44px;padding:12px 16px;font-size:14px;display:flex}.appPreview-module__wshOjG__chatInputField .appPreview-module__wshOjG__inputPlaceholder,.appPreview-module__wshOjG__chatInputField .appPreview-module__wshOjG__inputValue{text-align:left;width:100%}.appPreview-module__wshOjG__chatInputControls{justify-content:space-between;align-items:center;padding:8px 12px 12px;display:flex}.appPreview-module__wshOjG__controlsLeft{align-items:center;gap:8px;display:flex}.appPreview-module__wshOjG__controlBtn{background:var(--background);border:1px solid var(--border);border-radius:12px;align-items:center;gap:6px;height:32px;padding:4px 10px;font-size:12px;display:flex}.appPreview-module__wshOjG__controlIcon{justify-content:center;align-items:center;display:flex}.appPreview-module__wshOjG__controlsRight{align-items:center;gap:8px;display:flex}.appPreview-module__wshOjG__attachBtn{width:32px;height:32px;color:var(--muted);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.appPreview-module__wshOjG__stopBtn,.appPreview-module__wshOjG__sendBtn{background:var(--accent);width:32px;height:32px;color:var(--accent-foreground);border-radius:8px;justify-content:center;align-items:center;display:flex}@media (max-width:480px){.appPreview-module__wshOjG__chatInputControls{padding:6px 8px 10px}.appPreview-module__wshOjG__controlsLeft{gap:4px}.appPreview-module__wshOjG__controlBtn{border-radius:10px;gap:3px;height:28px;padding:3px 6px;font-size:10px}.appPreview-module__wshOjG__controlBtn span{text-overflow:ellipsis;white-space:nowrap;max-width:60px;overflow:hidden}.appPreview-module__wshOjG__attachBtn,.appPreview-module__wshOjG__sendBtn,.appPreview-module__wshOjG__stopBtn{width:28px;height:28px}.appPreview-module__wshOjG__controlIcon img{width:10px!important;height:10px!important}}
