:root{--brand:#1976a8;--brand-strong:#12638f;--accent:#e65a37;--bg:#fbf5e9;--surface:#fffdf7;--surface-strong:#fff8ef;--line:#e9dccb;--text:#1e1f1c;--muted:#706b61;--chip:#f5e8d8;--danger:#b42318;--success:#0f6b48;--focus:#e65a37;--shadow:0 24px 60px rgba(25,118,168,0.08);--green:var(--brand);--green-2:var(--brand-strong);--coral:var(--accent);--panel:var(--surface);--panel-strong:var(--surface-strong)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}img{display:block;max-width:100%}.sitePage{min-height:100vh;padding:24px clamp(16px,4vw,56px) 32px}.authHeader,.landingHeader{max-width:1440px;margin:0 auto;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:inline-flex;align-items:center;gap:10px;font-weight:850}.logoMark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--coral);background:rgba(230,90,55,.09);font-size:24px}.logoText{color:var(--green);font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:30px;line-height:1}.landingNav{display:flex;align-items:center;gap:34px;color:var(--text);font-size:15px;font-weight:700}.headerActions,.heroActions{display:flex;align-items:center;gap:12px}.button,.textButton{border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;border-radius:14px;font-weight:800;padding:0 18px;white-space:nowrap}.primaryButton{background:var(--green);color:#fff;box-shadow:0 12px 30px rgba(25,118,168,.12)}.primaryButton:hover{background:var(--green-2)}.secondaryButton{color:var(--green);background:var(--panel);border:1px solid var(--line)}.textButton{color:var(--green);padding-inline:10px}.bigButton{min-height:56px;padding-inline:26px}.fullButton{width:100%}.heroSection{max-width:1440px;margin:52px auto 28px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);grid-gap:clamp(36px,6vw,76px);gap:clamp(36px,6vw,76px);align-items:center}.heroCopy{max-width:720px}.creditPill,.eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 12px;border-radius:999px;background:rgba(25,118,168,.07);color:var(--green);border:1px solid rgba(25,118,168,.12);font-size:14px;font-weight:800}.heroCopy h1{margin:28px 0 0;font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(44px,5vw,76px);line-height:1.03;max-width:780px}.heroCopy p{color:var(--muted);margin:22px 0 0;font-size:20px;line-height:1.55;max-width:650px}.heroActions{margin-top:32px;flex-wrap:wrap}.trustBadges{margin-top:28px;display:flex;flex-wrap:wrap;gap:12px}.trustBadges span{min-height:36px;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;border:1px solid var(--line);background:rgba(255,253,247,.76);color:var(--muted);font-size:14px;font-weight:750}.productMockup{border:1px solid var(--line);background:rgba(255,253,247,.78);border-radius:18px;padding:22px;box-shadow:var(--shadow)}.mockupTop{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line)}.mockupTop .logoText{font-size:20px}.mockupTop .logoMark{width:26px;height:26px;font-size:18px}.mockupTop span,.sidebarCredit{background:var(--chip);border:1px solid var(--line);border-radius:12px;padding:9px 12px;color:var(--green);font-weight:800}.mockupBody{display:grid;grid-template-columns:150px 1fr;grid-gap:20px;gap:20px;padding-top:20px}.mockupBody aside{border-right:1px solid var(--line);padding-right:14px;display:grid;grid-gap:6px;gap:6px;align-content:start}.mockupBody aside span{padding:10px 12px;border-radius:10px;color:var(--muted);font-size:13px;font-weight:750}.mockupBody aside .active{background:var(--chip);color:var(--green)}.mockupTitle,.panelHeading{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.mockupTitle small,.panelHeading p{color:var(--muted)}.quickGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.quickGrid span,.quickStartTile{display:grid;place-items:center;grid-gap:8px;gap:8px;min-height:96px;border:1px solid var(--line);background:#fffaf2;border-radius:14px;text-align:center;color:var(--green);font-weight:800}.mockupProjects{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.heroProductStage{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:14px}.phoneCard{border:1px solid var(--line);border-radius:16px;background:#fffaf2;padding:12px;min-width:0}.phoneCard div{height:190px;border-radius:12px;margin-bottom:10px}.phoneCard small,.phoneCard strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phoneCard small{margin-top:4px;color:var(--muted)}.miniProject{min-width:0}.miniProject div{height:120px;border-radius:14px;margin-bottom:10px;border:1px solid var(--line)}.miniProject small,.miniProject strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.miniProject small{color:var(--muted);margin-top:3px}.exampleVisual.warmGrey,.warmGrey div{background:linear-gradient(135deg,#e7ddd2,#fffdf7)}.coral div,.exampleVisual.coral{background:linear-gradient(135deg,#f6c9bb,#fffdf7)}.exampleVisual.sage,.sage div{background:linear-gradient(135deg,#ccd9c8,#fffdf7)}.dark div,.exampleVisual.dark{background:linear-gradient(135deg,#1e1f1c,#6a6258);color:#fff}.pricingCta,.processBand{max-width:1440px;margin:28px auto 0;border:1px solid var(--line);background:rgba(255,253,247,.72);border-radius:18px}.processBand{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0}.processStep{padding:30px;display:grid;grid-template-columns:46px 42px 1fr;grid-gap:18px;gap:18px;align-items:center}.processStep+.processStep{border-left:1px solid var(--line)}.giftCircle,.processStep span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--coral);color:#fff;font-weight:900}.processStep svg{color:var(--green)}.processStep strong{font-size:17px}.processStep p{margin:6px 0 0;color:var(--muted);line-height:1.45}.examplesGrid,.featureSection,.projectGrid,.quickStartGrid,.resultGrid{display:grid;grid-gap:16px;gap:16px}.featureSection{max-width:1440px;margin:16px auto 0;grid-template-columns:repeat(4,minmax(0,1fr))}.authAside,.authPanel,.editorCanvas,.emptyState,.exampleCard,.featureTile,.projectCard,.quickStartPanel,.resultPanel,.settingsPanel{border:1px solid var(--line);background:rgba(255,253,247,.8);border-radius:18px}.featureTile{padding:26px}.featureTile span{width:48px;height:48px;display:grid;place-items:center;background:rgba(25,118,168,.08);color:var(--green);border-radius:14px}.featureTile h2{margin:20px 0 8px;font-size:24px}.authPanel p,.emptyState p,.featureTile p,.sectionHeading p,.workspaceHeader p{margin:0;color:var(--muted);line-height:1.55}.demoSection,.examplesSection,.faqSection,.marketBand,.pricingSection{max-width:1440px;margin:56px auto 0}.sectionHeading{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:18px}.authPanel h1,.pricingCta h2,.sectionHeading h2,.workspaceHeader h1{font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.08}.pricingCta h2,.sectionHeading h2{font-size:clamp(30px,3vw,42px);margin:0}.demoGrid,.examplesGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.demoGrid{display:grid;grid-gap:16px;gap:16px}.demoQuiz,.faqItem,.priceCard{border:1px solid var(--line);background:rgba(255,253,247,.8);border-radius:18px;padding:22px}.demoQuiz{display:grid;align-content:center}.demoQuiz h3,.faqItem h3{margin:14px 0 8px;font-size:22px}.demoQuiz p,.faqItem p,.priceCard p{margin:0;color:var(--muted);line-height:1.55}.exampleCard{padding:12px}.exampleVisual{height:210px;border-radius:14px;display:grid;place-items:center;color:var(--green)}.exampleCard h3{margin:14px 4px 6px;font-size:18px}.exampleCard span{margin-left:4px;display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--chip);color:var(--muted);font-size:13px;font-weight:750}.pricingCta{padding:26px 32px;display:flex;align-items:center;justify-content:space-between;gap:28px}.marketChips{display:flex;flex-wrap:wrap;gap:12px}.marketChips span,.priceCard span{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:#fffaf2;color:var(--green);font-weight:850}.faqGrid,.pricingGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.faqGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.priceCard{display:grid;grid-gap:12px;gap:12px;align-content:start}.priceCard h3{margin:0;font-size:24px}.priceCard strong{color:var(--green);font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px}.priceCard span{justify-content:flex-start;border-radius:12px}.pricingCta>div{display:grid;grid-template-columns:58px 1fr;grid-column-gap:18px;column-gap:18px;align-items:center}.pricingCta h2,.pricingCta p{grid-column:2}.pricingCta p{color:var(--muted);margin:6px 0 0}.giftCircle{grid-row:1/span 2;width:58px;height:58px}.footer{max-width:1440px;margin:32px auto 0;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:14px}.footer .logoText{font-size:22px}.authPage{min-height:100vh;padding:24px clamp(16px,4vw,56px)}.authShell{max-width:1180px;margin:56px auto 0;display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.8fr);grid-gap:22px;gap:22px}.authAside,.authPanel{padding:clamp(24px,4vw,48px)}.authPanel h1{font-size:clamp(38px,5vw,58px);margin:24px 0 12px}.segmented{margin:28px 0 22px;display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;padding:6px;background:var(--chip);border-radius:14px}.segmented button{border:0;border-radius:10px;background:transparent;min-height:44px;color:var(--muted);font-weight:850}.segmented button.active{background:var(--panel);color:var(--green)}.authForm,.formStack{display:grid;grid-gap:16px;gap:16px}.authForm label,.formStack label{display:grid;grid-gap:8px;gap:8px;color:var(--muted);font-size:14px;font-weight:800}.inputWithIcon{min-height:52px;border:1px solid var(--line);background:#fffaf2;border-radius:14px;display:flex;align-items:center;gap:10px;padding:0 14px;color:var(--muted)}.formStack input,.formStack textarea,.inputWithIcon input{border:0;outline:0;background:transparent;width:100%;color:var(--text)}.formStack input,.formStack select,.formStack textarea{border:1px solid var(--line);background:#fffaf2;border-radius:14px;padding:13px;color:var(--text);outline:0}.formStack textarea{min-height:96px;resize:vertical}.errorBox{border:1px solid rgba(180,35,24,.24);color:var(--danger);background:rgba(180,35,24,.08);padding:12px 14px;border-radius:12px;font-weight:750}.previewCard{min-height:100%;border-radius:18px;background:linear-gradient(135deg,#fffdf7,#f5e8d8);border:1px solid var(--line);display:grid;place-items:center;position:relative;overflow:hidden}.largePreview{min-height:520px}.previewBottle{width:150px;height:360px;border-radius:70px 70px 26px 26px;background:linear-gradient(135deg,var(--green),#0b2f24);box-shadow:0 30px 70px rgba(25,118,168,.22);display:grid;place-items:center;color:#fff;font-weight:900}.previewBadge{position:absolute;left:22px;bottom:22px;display:flex;gap:8px;align-items:center;background:rgba(255,253,247,.9);border:1px solid var(--line);border-radius:14px;padding:12px 14px;color:var(--brand);font-weight:800}.authPreviewMock{width:min(320px,80%);display:grid;grid-gap:12px;gap:12px;padding:18px;border-radius:18px;border:1px solid var(--line);background:var(--surface);box-shadow:0 18px 50px rgba(25,118,168,.1)}.authPreviewTag{justify-self:start;padding:6px 11px;border-radius:999px;background:var(--chip);color:var(--brand);font-size:12px;font-weight:850}.authPreviewShot{height:260px;border-radius:14px;background:linear-gradient(150deg,#eef1ee,#f5e8d8);border:1px solid var(--line)}.authPreviewRow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.authPreviewRow i{height:46px;border-radius:10px;background:var(--surface-strong);border:1px solid var(--line)}.centerPage{min-height:100vh;display:grid;place-items:center;color:var(--green)}.spinnerWrap{display:inline-flex;align-items:center;gap:10px}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.42);border-top-color:currentcolor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.workspace{min-height:100vh;display:flex}.appSidebar{width:282px;flex:0 0 282px;background:rgba(255,253,247,.82);border-right:1px solid var(--line);padding:28px;position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.appSidebar nav{margin-top:36px;display:grid;grid-gap:6px;gap:6px}.appSidebar nav a,.logoutButton{min-height:46px;border-radius:12px;display:flex;align-items:center;gap:12px;padding:0 14px;color:var(--muted);font-weight:800;border:0;background:transparent}.appSidebar nav a.active,.appSidebar nav a:hover,.logoutButton:hover{color:var(--green);background:var(--chip)}.sidebarCredit{margin-top:auto;display:grid;grid-gap:8px;gap:8px}.sidebarCredit p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.logoutButton{margin-top:12px;width:100%}.workspaceContent{flex:1 1;padding:36px clamp(22px,4vw,48px);min-width:0}.editorTopbar,.workspaceHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:24px;border-bottom:1px solid var(--line)}.editorBreadcrumb,.sectionKicker{color:var(--coral);font-weight:900;font-size:13px}.workspaceHeader h1{margin:6px 0 8px;font-size:clamp(36px,4vw,54px)}.quickStartPanel{margin-top:24px;padding:22px}.panelHeading h2{margin:0;font-size:24px}.quickStartGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.quickStartTile{min-height:126px}.projectGrid{margin-top:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.projectCard{overflow:hidden}.projectPreview{height:240px;display:grid;place-items:center;background:linear-gradient(135deg,#fffdf7,var(--chip));color:var(--green)}.projectPreview img{width:100%;height:100%;object-fit:cover}.projectMeta{padding:18px}.projectMeta h3{margin:0 0 6px;font-size:21px}.projectMeta p{margin:0 0 12px;color:var(--muted)}.projectMeta span{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:14px}.emptyState{margin-top:24px;min-height:360px;padding:36px;display:grid;place-items:center;text-align:center;align-content:center;grid-gap:12px;gap:12px}.emptyState svg{color:var(--green)}.emptyState h2{margin:0;font-size:28px}.editorContent{padding-top:22px}.editorTopbar{align-items:center}.editorBreadcrumb{margin:20px 0}.stepProgress{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:0;gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:rgba(255,253,247,.8)}.stepProgress button{min-height:88px;border:0;background:transparent;padding:16px 18px;display:grid;grid-template-columns:38px 1fr;grid-gap:4px 12px;gap:4px 12px;text-align:left;align-items:center}.stepProgress button+button{border-left:1px solid var(--line)}.stepProgress span{grid-row:1/span 2;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--chip);color:var(--muted);font-weight:900}.stepProgress strong{font-size:15px}.stepProgress small{color:var(--muted)}.stepProgress .active{background:rgba(25,118,168,.05)}.stepProgress .active span,.stepProgress .done span{background:var(--green);color:#fff}.editorError,.editorGrid{margin-top:16px}.editorGrid{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:20px;gap:20px;align-items:start}.editorCanvas,.settingsPanel{padding:22px}.uploadZone{min-height:620px;border:2px dashed var(--line);background:var(--panel-strong);border-radius:18px;display:grid;place-items:center;align-content:center;text-align:center;padding:32px;color:var(--green)}.uploadZone.dragging{border-color:var(--green);background:rgba(25,118,168,.06)}.uploadZone h1{margin:18px 0 8px;font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(34px,4vw,52px);color:var(--text)}.uploadZone p{color:var(--muted);max-width:520px;line-height:1.55;margin:0 0 24px}.previewStage{min-height:620px;background:linear-gradient(135deg,#fffaf2,#f2e3d1);border-radius:18px;border:1px solid var(--line);position:relative;display:grid;place-items:center;padding:36px}.uploadedFile{position:absolute;left:18px;top:18px;z-index:2;display:grid;grid-template-columns:58px 1fr 20px;grid-gap:12px;gap:12px;align-items:center;max-width:min(420px,calc(100% - 36px));background:rgba(255,253,247,.9);border:1px solid var(--line);border-radius:14px;padding:10px}.uploadedFile img{width:58px;height:58px;border-radius:10px;object-fit:cover}.uploadedFile small{display:block;color:var(--muted);margin-top:3px}.uploadedFile svg{color:var(--success)}.flowBoard{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.flowNode{min-height:76px;border:1px solid var(--line);border-radius:14px;background:rgba(255,253,247,.86);padding:12px;display:grid;align-content:center;grid-gap:4px;gap:4px}.flowNode strong{color:var(--green);font-size:14px}.flowNode small{color:var(--muted);line-height:1.35}.flowNode.ready{border-color:rgba(25,118,168,.22);background:rgba(25,118,168,.07)}.productPreview{width:min(560px,78%);max-height:520px;background:rgba(255,253,247,.5);border:1px solid rgba(233,220,203,.8);border-radius:18px;display:grid;place-items:center;padding:30px}.productPreview.ratio-1-1{aspect-ratio:1/1}.productPreview.ratio-4-5{aspect-ratio:4/5}.productPreview.ratio-16-9{aspect-ratio:16/9}.productPreview img{max-height:100%;object-fit:contain;border-radius:12px}.settingsPanel{position:-webkit-sticky;position:sticky;top:20px;display:grid;grid-gap:18px;gap:18px}.settingsBlock h2{margin:0 0 12px;font-size:19px}.settingsHint{margin:0;color:var(--muted);line-height:1.5;font-size:14px}.choiceGrid,.ratioGrid,.scenarioGrid{display:grid;grid-gap:10px;gap:10px}.choiceGrid{grid-template-columns:1fr 1fr}.choiceGrid button,.ratioGrid button,.scenarioGrid button{border:1px solid var(--line);background:#fffaf2;min-height:48px;border-radius:12px;color:var(--muted);font-weight:850;padding:10px 12px}.choiceGrid button{display:grid;grid-gap:3px;gap:3px;text-align:left}.choiceGrid small{color:var(--muted);font-size:12px}.scenarioGrid{grid-template-columns:1fr}.scenarioGrid button{text-align:left}.compactGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.ratioGrid{grid-template-columns:repeat(3,1fr)}.ratioGrid button{display:flex;align-items:center;justify-content:center;gap:6px}.choiceGrid .active,.ratioGrid .active,.scenarioGrid .active{border-color:var(--green);color:var(--green);background:rgba(25,118,168,.07)}.costHint{text-align:center;color:var(--muted)}.resultPanel{margin-top:18px;padding:18px}.processingState{min-height:180px;border:1px dashed var(--line);border-radius:14px;display:grid;place-items:center;color:var(--green);text-align:center}.resultGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.resultCard{border:1px solid var(--line);background:#fffaf2;border-radius:14px;overflow:hidden}.resultCard img{background:var(--chip)}.resultCard img,.resultCard video{width:100%;aspect-ratio:1/1;object-fit:cover}.resultCard video{background:#111}.resultCard div{padding:12px;display:grid;grid-gap:8px;gap:8px}.resultCard a{color:var(--green);display:inline-flex;align-items:center;gap:7px;font-weight:850}.naEditorPage{min-height:100vh;background:linear-gradient(rgba(25,118,168,.035) 1px,transparent 0),linear-gradient(90deg,rgba(25,118,168,.035) 1px,transparent 0),#fcfbf7;background-size:64px 64px;padding:18px clamp(16px,3vw,32px) 28px}.naEditorHeader{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(30,31,28,.08);padding-bottom:16px}.naEditorActions,.naEditorBrand{display:flex;align-items:center;gap:14px}.naEditorError{max-width:1480px;margin:18px auto 0}.naEditorShell{max-width:1480px;margin:28px auto 0;display:grid;grid-template-columns:minmax(360px,430px) minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.naLeftRail{display:grid;grid-gap:18px;gap:18px}.naEditorPanel{border:1px solid rgba(30,31,28,.08);background:rgba(255,255,255,.78);border-radius:22px;box-shadow:0 20px 70px rgba(30,31,28,.06)}.naResultsPanel,.naSettingsPanel,.naSourcePanel{padding:clamp(18px,2vw,24px)}.naPanelTitle{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.naPanelTitle h2{margin:0;font-size:18px;letter-spacing:0}.naPanelTitle span{color:rgba(30,31,28,.52);font-style:italic;font-weight:900}.naDropZone{min-height:320px;border:1.5px dashed rgba(30,31,28,.16);background:#f4f4f2;border-radius:18px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;text-align:center;padding:26px;color:var(--text)}.naDropZone.compact{min-height:170px}.naDropZone.dragging{border-color:var(--green);background:rgba(25,118,168,.07)}.naDropZone strong{font-size:17px}.naDropZone p,.naGenerateBar small,.naResultsHint,.naTypeHint,.naWarning{color:var(--muted);line-height:1.45}.naSourceGrid{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.naSourceCard{border:1px solid rgba(30,31,28,.08);background:#fff;border-radius:14px;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) 32px;grid-gap:10px;gap:10px;align-items:center}.naSourceCard.active{border-color:rgba(25,118,168,.36);background:rgba(25,118,168,.055)}.naSourceSelect{border:0;background:transparent;display:grid;grid-template-columns:74px minmax(0,1fr) 24px;grid-gap:10px;gap:10px;align-items:center;min-width:0;padding:0;text-align:left;color:var(--text)}.naSourceMedia{position:relative;width:74px;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#ecefeb}.naHeroPreview img,.naHeroPreview video,.naResultCard img,.naResultCard video,.naSourceMedia img,.naSourceMedia video{width:100%;height:100%;object-fit:cover}.naSourceMedia i{position:absolute;left:6px;bottom:6px;display:inline-flex;align-items:center;gap:3px;padding:4px 6px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--green);font-size:11px;font-style:normal;font-weight:900}.naSourceMeta{min-width:0;display:grid;grid-gap:3px;gap:3px}.naSourceMeta small,.naSourceMeta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.naSourceMeta small{color:var(--muted)}.naSourceCheck{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--green)}.naIconButton,.naSourceCheck:empty{background:transparent}.naIconButton{width:32px;height:32px;border:0;border-radius:10px;display:grid;place-items:center;color:var(--muted)}.naIconButton:hover{background:rgba(180,35,24,.08);color:var(--danger)}.naTypeTabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px;padding:5px;background:#f2f2ef;border:1px solid rgba(30,31,28,.08);border-radius:14px}.naAdvancedToggle,.naChoiceGrid button,.naRatioGrid button,.naTypeTabs button{border:1px solid transparent;min-height:44px;border-radius:10px;background:transparent;color:var(--muted);font-weight:850}.naTypeTabs button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.naChoiceGrid button.active,.naRatioGrid button.active,.naTypeTabs button.active{background:#fff;border-color:rgba(25,118,168,.18);color:var(--green);box-shadow:0 10px 26px rgba(30,31,28,.05)}.naTypeHint{margin:14px 0 18px}.naFormStack{gap:14px}.naFormStack small{color:var(--muted);font-weight:700;text-align:right}.naFormStack textarea{min-height:126px}.naAdvancedToggle{width:100%;margin-top:16px;border-color:rgba(30,31,28,.08);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:var(--text)}.naAdvancedToggle svg{transition:transform .18s ease}.naAdvancedToggle.active svg{transform:rotate(180deg)}.naAdvancedGrid{margin-top:16px;display:grid;grid-gap:16px;gap:16px}.naControlLabel{display:block;color:var(--muted);font-size:14px;font-weight:850;margin-bottom:8px}.naControlHint{margin:8px 0 0;color:rgba(29,32,38,.58);font-size:13px;line-height:1.45}.naChoiceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.naChoiceGrid button,.naRatioGrid button{background:#f7f7f4;border-color:rgba(30,31,28,.08);padding:8px 10px;text-align:left}.naRatioGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.naRatioGrid button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.naAudienceField{display:grid}.naAudienceField textarea{min-height:88px;border:1px solid var(--line);background:#fffaf2;border-radius:14px;padding:13px;color:var(--text);outline:0;resize:vertical}.naGenerateBar{display:grid;grid-gap:9px;gap:9px;margin-top:18px}.naGenerateBar small{text-align:center}.naResultsPanel{min-height:calc(100vh - 118px);display:grid;grid-template-rows:auto auto minmax(120px,1fr) auto;grid-gap:16px;gap:16px}.naHeroPreview{min-height:270px;border-radius:18px;overflow:hidden;position:relative;background:linear-gradient(135deg,#eef1ed,#ffffff);border:1px solid rgba(30,31,28,.08)}.naHeroPreview.ratio-1-1{aspect-ratio:1/1;max-height:430px}.naHeroPreview.ratio-4-5{aspect-ratio:4/5;max-height:520px}.naHeroPreview.ratio-16-9{aspect-ratio:16/9}.naHeroPreview img,.naHeroPreview video{object-fit:contain;background:#f1f1ee}.naHeroPreview div{position:absolute;left:14px;right:14px;bottom:14px;display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.88);color:var(--text)}.naHeroPreview small{color:var(--muted);font-weight:800}.naEmptyResults,.naProcessing,.naResultsHint{min-height:220px;border:1px dashed rgba(30,31,28,.14);border-radius:18px;display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;text-align:center;color:var(--muted);padding:24px}.naEmptyResults svg,.naProcessing svg{color:var(--green)}.naResultGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.naResultCard{border:1px solid rgba(30,31,28,.08);background:#fff;border-radius:14px;overflow:hidden}.naResultCard img,.naResultCard video{aspect-ratio:1/1;background:#f1f1ee}.naResultCard div{padding:12px;display:flex;justify-content:space-between;align-items:center;gap:10px}.naResultCard a{color:var(--green);display:inline-flex;align-items:center;gap:6px;font-weight:850}.naWarning{margin:0;font-size:14px}@media (max-width:1180px){.authShell,.editorGrid,.heroSection,.naEditorShell{grid-template-columns:1fr}.naResultsPanel{min-height:auto}.settingsPanel{position:static}.productMockup{max-width:760px}.demoGrid,.examplesGrid,.faqGrid,.featureSection,.pricingGrid,.projectGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.authHeader,.editorTopbar,.landingHeader,.naEditorHeader,.pricingCta,.sectionHeading,.workspaceHeader{align-items:stretch;flex-direction:column}.naEditorActions,.naEditorBrand{align-items:stretch;flex-wrap:wrap}.landingNav{display:none}.workspace{display:block}.appSidebar{position:static;width:auto;height:auto;border-right:0;border-bottom:1px solid var(--line)}.appSidebar nav{grid-template-columns:repeat(2,1fr)}.logoutButton,.sidebarCredit{margin-top:16px}.demoGrid,.examplesGrid,.faqGrid,.featureSection,.flowBoard,.mockupBody,.naResultGrid,.pricingGrid,.processBand,.projectGrid,.quickStartGrid,.resultGrid,.stepProgress{grid-template-columns:1fr}.processStep+.processStep,.stepProgress button+button{border-left:0;border-top:1px solid var(--line)}.mockupBody aside{border-right:0;border-bottom:1px solid var(--line);padding:0 0 14px}.mockupProjects,.quickGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.heroCopy h1{font-size:42px}.heroCopy p{font-size:18px}.previewStage,.uploadZone{min-height:480px}}@media (max-width:560px){.authPage,.sitePage,.workspaceContent{padding-inline:16px}.naEditorPage{padding-inline:12px}.headerActions,.heroActions,.trustBadges{align-items:stretch;flex-direction:column}.button,.textButton{width:100%}.logoText{font-size:25px}.choiceGrid,.heroProductStage,.mockupProjects,.naChoiceGrid,.naRatioGrid,.naSourceCard,.naTypeTabs,.quickGrid,.ratioGrid{grid-template-columns:1fr}.naSourceSelect{grid-template-columns:64px minmax(0,1fr) 24px}.naSourceMedia{width:64px}.naIconButton{width:100%;border:1px solid rgba(180,35,24,.12)}.naHeroPreview div,.naResultCard div{align-items:flex-start;flex-direction:column}.uploadedFile{position:static;margin-bottom:18px}.flowBoard{position:static;margin-top:18px}.previewStage{padding:18px;align-content:center}.productPreview{width:100%}}.aidentikaLike{min-height:100vh;background:linear-gradient(rgba(18,21,18,.035) 1px,transparent 0),linear-gradient(90deg,rgba(18,21,18,.035) 1px,transparent 0),#ffffff;background-size:42px 42px;color:#11130f;overflow:hidden}.naHeader{height:54px;max-width:1220px;margin:0 auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.84);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:-webkit-sticky;position:sticky;top:0;z-index:20}.naHeader .logoText{font-size:17px;font-family:Inter,Manrope,system-ui,sans-serif}.naHeader .logoMark{width:21px;height:21px;border-radius:7px;font-size:14px}.naHeader nav{display:flex;gap:34px;color:#22251f;font-weight:800}.naCta,.naHeader nav,.naLogin{align-items:center;font-size:13px}.naCta,.naLogin{border:0;display:inline-flex;justify-content:center;gap:8px;min-height:34px;padding:0 16px;border-radius:999px;background:#99f02f;color:#10130e;font-weight:950;box-shadow:0 12px 30px rgba(90,220,40,.22)}.naHero{max-width:940px;margin:52px auto 0;padding:0 22px;text-align:center}.naHero h1{margin:0;font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:italic;font-size:clamp(46px,7vw,78px);line-height:.92;letter-spacing:0}.naHero h1 span{color:#8df022;white-space:nowrap}.naHero p{margin:22px auto 24px;max-width:620px;color:#777b70;font-weight:700;line-height:1.55}.naCta{min-height:46px;padding-inline:24px}.naCta.small{min-height:42px;margin:20px auto 0}.naTicker{margin:58px 0 0;display:flex;gap:32px;width:max-content;animation:naTicker 24s linear infinite;border-block:1px solid rgba(0,0,0,.08);padding:14px 0}.naTicker span{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;font-size:15px;font-style:italic;font-weight:950}.naCheckList svg,.naKicker,.naTicker svg{color:#8eea20}@keyframes naTicker{to{transform:translateX(-50%)}}.naCategories,.naCompare,.naFaq,.naHow{max-width:1220px;margin:78px auto 0;padding:0 22px;text-align:center}.naKicker{display:block;text-transform:uppercase;font-size:11px;letter-spacing:.08em;font-weight:950}.naCategories h2,.naCompare h2,.naFaq h2,.naFinalCta h2,.naHow h2,.naPricing h2,.naShowcase h2{margin:8px auto 0;font-size:clamp(30px,4vw,46px);line-height:1.02;font-weight:950;letter-spacing:0}.naSteps{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.naStepCard{text-align:left}.naStepTop{display:grid;grid-template-columns:40px 1fr;grid-gap:12px;gap:12px;min-height:82px}.naStepTop b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#090a08;color:#fff;font-size:12px}.naStepTop h3{margin:0 0 4px;font-size:17px}.naCategories p,.naCenterNote,.naCompare>p,.naFaq>p,.naFreeSparks p,.naShowcaseCopy p,.naStepTop p{margin:0;color:#777b70;line-height:1.45;font-weight:700}.naStepVisual{height:280px;border-radius:22px;border:1px solid rgba(0,0,0,.08);background:#eff4e9;padding:14px;display:grid;grid-template-columns:58px 1fr;grid-gap:12px;gap:12px;box-shadow:0 16px 40px rgba(0,0,0,.06)}.naStepVisual.step-2{background:#eef1e8}.naStepVisual.step-3{background:#f2f0ed}.naThumbRail{display:grid;grid-gap:10px;gap:10px}.naProduct{min-width:0}.naCategoryVisual,.naMainCard,.naProductImage{border-radius:16px;background:#f6f6f0;color:#1976a8;display:grid;place-items:center;border:1px solid rgba(0,0,0,.08)}.naProductImage{height:70px}.naMainCard{height:100%;align-content:center;gap:10px;text-align:center;background:linear-gradient(145deg,#ffffff,#e8eadf)}.naMainCard strong{font-size:22px}.naMainCard span{color:#777b70;font-weight:800}.naCenterNote{margin-top:22px}.naShowcase{max-width:1040px;margin:90px auto 0;padding:0 22px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.78fr);grid-gap:58px;gap:58px;align-items:center}.naShowcase.video{grid-template-columns:minmax(320px,.8fr) minmax(0,1fr)}.naShowcaseCopy{text-align:left}.naShowcaseCopy h2{margin-left:0}.naShowcaseCopy p{margin-top:12px}.naShowcaseCopy .naCta{margin-left:0}.naShowcaseArt{min-height:420px;position:relative}.naFloatingProducts{position:absolute;left:0;top:30px;display:grid;grid-template-columns:120px 130px;grid-gap:22px;gap:22px;transform:rotate(-5deg)}.naFloatingProducts .naProductImage{height:130px}.naModelCard,.naVideoCard{width:min(360px,78%);min-height:430px;margin-left:auto;border-radius:30px;background:linear-gradient(160deg,rgba(255,255,255,.3),rgba(0,0,0,.1)),linear-gradient(135deg,#d9ddce,#5b6454);box-shadow:0 30px 80px rgba(0,0,0,.18);transform:rotate(4deg);display:grid;align-content:end;padding:22px}.naModelCard span{background:#fff;border-radius:18px;padding:12px 14px;max-width:250px;font-weight:850;font-size:13px}.naCheckList{list-style:none;padding:0;margin:18px 0 0;display:grid;grid-gap:9px;gap:9px;color:#31352d;font-weight:850}.naCheckList li{display:flex;align-items:center;gap:9px}.naVideoCard{width:min(360px,90%);margin:0 auto;background:#15120f;transform:rotate(-4deg);padding:16px}.naVideoPreview{border-radius:24px;height:400px;display:grid;place-items:center;align-content:center;grid-gap:20px;gap:20px;color:#fff;background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.54)),linear-gradient(140deg,#8e7058,#201612);text-align:center;padding:24px}.naVideoPreview svg{width:70px;height:70px;padding:20px;border-radius:50%;background:#99f02f;color:#11130f}.naCategoryRail{margin:30px calc(50% - 50vw) 0;padding-inline:max(22px,calc((100vw - 1220px) / 2));display:grid;grid-template-columns:repeat(5,minmax(230px,1fr));grid-gap:16px;gap:16px}.naCategoryCard{text-align:center}.naCategoryVisual{height:310px;border-radius:22px;background:#f1f1ed}.naCategoryVisual.jewelry{background:linear-gradient(135deg,#efe7df,#d9c8bd)}.naCategoryVisual.shoes{background:linear-gradient(135deg,#d8dde2,#f4f5f5)}.naCategoryVisual.tea{background:linear-gradient(135deg,#efe3cc,#fbf7ef)}.naCategoryVisual.pets{background:linear-gradient(135deg,#f4dccd,#eef4e4)}.naCategoryVisual.tech{background:linear-gradient(135deg,#d7dce4,#f4f2ee)}.naCategoryCard span{display:block;margin-top:12px;color:#8a8d86;text-transform:uppercase;font-size:10px;font-weight:900}.naCategoryCard strong{display:block;margin-top:4px;font-size:15px}.naCompareCards{width:min(640px,100%);margin:30px auto 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;text-align:left}.naNewWay,.naOldWay{border-radius:20px;padding:22px;display:grid;grid-gap:12px;gap:12px}.naOldWay{background:#f1f1ef;color:#242820}.naNewWay{background:#090a08;color:#fff}.naNewWay span,.naOldWay span{justify-self:start;border-radius:999px;padding:6px 10px;background:rgba(153,240,47,.18);color:#4e721f;font-size:12px;font-weight:900}.naNewWay span{color:#99f02f;background:rgba(153,240,47,.13)}.naNewWay p,.naOldWay p{margin:0;color:#7d8178;font-weight:750}.naNewWay p{display:flex;color:#dfe7d9}.naNewWay a,.naNewWay p{align-items:center;gap:8px}.naNewWay a{min-height:40px;border-radius:999px;background:#99f02f;color:#11130f;display:inline-flex;justify-content:center;font-weight:950}.naPricing{margin-top:84px;padding:72px max(22px,calc((100vw - 1220px) / 2));color:#fff;text-align:center;background:radial-gradient(circle at 80% 90%,rgba(153,240,47,.46),transparent 34%),linear-gradient(135deg,#06100e,#102a29 54%,#c8f3e1)}.naPricing .naKicker,.naPricing h2{color:#fff}.naPricingGrid{margin-top:34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.naPricingGrid article{position:relative;min-height:300px;border-radius:20px;background:#f7f8f4;color:#11130f;padding:24px;display:grid;grid-gap:9px;gap:9px;text-align:left;align-content:start}.naPricingGrid article.featured,.naPricingGrid em{background:#99f02f}.naPricingGrid em{position:absolute;top:-14px;left:50%;transform:translateX(-50%);padding:7px 14px;border-radius:999px;color:#16460c;font-style:normal;font-size:11px;font-weight:950;white-space:nowrap}.naPricingGrid h3{margin:0;font-size:22px;font-style:italic}.naPricingGrid p{margin:0;color:#6f736a;font-weight:750}.naPricingGrid strong{margin-top:8px;font-size:30px;line-height:1}.naPricingGrid b{color:#1976a8}.naPricingGrid span{display:flex;align-items:center;gap:8px;color:#2d3329;font-weight:850}.naFreeSparks a,.naPricingGrid a{margin-top:10px;min-height:42px;border-radius:999px;background:#090a08;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:950}.naFreeSparks a,.naPricingGrid .featured a{background:#fff;color:#11130f}.naFreeSparks{margin-top:28px;border-radius:20px;padding:22px;display:grid;grid-template-columns:50px 1fr auto;grid-gap:18px;gap:18px;align-items:center;text-align:left;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18)}.naFreeSparks svg{color:#fff}.naFreeSparks p{color:rgba(255,255,255,.72)}.naFaqList{width:min(740px,100%);margin:30px auto 0;display:grid;grid-gap:10px;gap:10px}.naFaqList details{border-radius:14px;background:#090a08;color:#fff;text-align:left}.naFaqList summary{min-height:50px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-weight:900;list-style:none}.naFaqList summary::-webkit-details-marker{display:none}.naFaqList details[open] summary svg{transform:rotate(180deg)}.naFaqList details p{margin:0;padding:0 18px 18px;color:#ced7c8;line-height:1.5}.naFaqActions{margin-top:20px;display:flex;justify-content:center;gap:24px;color:#33372f;font-weight:850}.naFaqActions a{display:inline-flex;align-items:center;gap:7px}.naFinalCta{margin-top:80px;padding:68px 22px;text-align:center;background:linear-gradient(135deg,#9cf02d,#41da87);color:#0b1208}.naFinalCta svg{position:absolute;right:9%;opacity:.18}.naFinalCta p{margin:12px auto 22px;max-width:560px;font-weight:750}.naFinalCta a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 22px;border-radius:999px;background:#090a08;color:#fff;font-weight:950}.naFooter{padding:36px max(22px,calc((100vw - 1220px) / 2));background:#060706;color:#fff;display:grid;grid-template-columns:1fr auto;grid-gap:34px;gap:34px}.naFooter .logoText{color:#fff;font-size:18px;font-family:Inter,Manrope,system-ui,sans-serif}.naFooter p,.naFooter span{color:#aeb5aa;margin:12px 0 0}.naFooter nav{display:grid;grid-template-columns:repeat(2,auto);grid-gap:12px 34px;gap:12px 34px;color:#e9eee6;font-weight:800}.naFooter>span{grid-column:1/-1;padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}@media (max-width:900px){.naHeader nav{display:none}.naHero{margin-top:30px}.naCompareCards,.naFooter,.naFreeSparks,.naPricingGrid,.naShowcase,.naShowcase.video,.naSteps{grid-template-columns:1fr}.naShowcase,.naShowcase.video{gap:28px}.naShowcase.video .naVideoCard{order:2}.naCategoryRail{overflow-x:auto;grid-template-columns:repeat(5,230px);padding-bottom:10px}}@media (max-width:560px){.naHeader{padding-inline:10px}.naHero h1{font-size:36px}.naTicker{margin-top:34px}.naCategories,.naCompare,.naFaq,.naHow,.naShowcase{margin-top:54px}.naStepVisual{height:250px}.naFloatingProducts{grid-template-columns:100px 110px}.naModelCard,.naVideoCard{width:86%;min-height:360px}.naVideoPreview{height:330px}.naPricing{padding-block:54px}.naFaqActions{flex-direction:column;align-items:center}}.creativePage{min-height:100vh;display:grid;grid-template-columns:300px minmax(0,1fr);background:#f7f8f6;color:#1d2421}.creativeSidebar{min-height:100vh;padding:18px;border-right:1px solid #dbe2dc;background:#ffffff;display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:0}.creativeActionRow,.creativeBrand,.creativeControls,.creativePanelHead,.creativeTopbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.creativeCredit{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;color:#1976a8;font-weight:850;background:#f4faf6}.creativeCredit,.creativeMode{border:1px solid #dbe2dc;border-radius:8px}.creativeMode{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;padding:4px;background:#f7f8f6}.creativeCategoryHint button,.creativeChips button,.creativeMode button{border:0;border-radius:7px;background:transparent;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#52605a;font-weight:800}.creativeCategoryHint button:hover,.creativeChips button:hover,.creativeMode button.active{background:#ffffff;color:#1976a8;box-shadow:0 1px 0 rgba(20,35,28,.06)}.creativeNew{width:100%;border-radius:8px}.creativeProjectList{display:grid;grid-gap:16px;gap:16px;overflow:auto;padding-right:2px}.creativeProjectGroup{display:grid;grid-gap:8px;gap:8px}.creativeProjectGroup p{margin:0;color:#52605a;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.creativeProjectGroup>small{color:#7b8580;line-height:1.4}.creativeProjectItem{border:1px solid #e1e7e2;background:#ffffff;border-radius:8px;padding:10px;display:grid;grid-template-columns:46px 1fr;grid-gap:10px;gap:10px;text-align:left;align-items:center}.creativeProjectItem.active{border-color:#1976a8;background:#f4faf6}.creativeProjectItem span{width:46px;height:46px;border-radius:7px;background:#eef1ee;display:grid;place-items:center;overflow:hidden;grid-row:span 3}.creativeProjectItem img{width:100%;height:100%;object-fit:cover}.creativeProjectItem em,.creativeProjectItem small,.creativeProjectItem strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creativeProjectItem small{color:#6d7772;font-weight:750}.creativeProjectItem em{color:#8a948f;font-size:12px;font-style:normal;font-weight:750}.creativeLogout{margin-top:auto;border:0;background:transparent;color:#66736d;min-height:40px;display:inline-flex;align-items:center;gap:8px;font-weight:800}.creativeWorkspace{padding:24px clamp(20px,3vw,40px) 48px}.creativeTopbar{align-items:flex-end;margin-bottom:20px}.creativeTopbar h1{margin:4px 0 0;font-size:clamp(30px,3vw,44px);line-height:1.05}.creativeV2TopActions{display:grid;justify-items:end;grid-gap:10px;gap:10px}.creativeSteps{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.creativeSteps button{min-height:30px;padding:7px 10px;border:1px solid #dbe2dc;border-radius:8px;color:#6d7772;background:#ffffff;font-size:13px;font-weight:850}.creativeSteps button:disabled{opacity:.48}.creativeSteps button.active,.creativeSteps button.done{color:#1976a8;border-color:#b9d6c6;background:#eef8f2}.creativeError,.creativeWorking{margin-bottom:14px}.creativeWorking{border:1px solid #dbe2dc;background:#ffffff;border-radius:8px;padding:12px}.creativeTabs{margin:-6px 0 16px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.creativeTabs button{min-height:38px;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#52605a;display:inline-flex;align-items:center;gap:8px;padding:0 12px;font-weight:850}.creativeTabs button.active{color:#1976a8;border-color:#1976a8;background:#eef8f2}.creativeTabs .creativeInlineAction{margin-left:auto;color:#1976a8;background:#f4faf6}.creativeEmpty{min-height:68vh;display:grid;place-items:center;align-content:center;grid-gap:14px;gap:14px;text-align:center}.creativeEmpty h2{margin:0;font-size:30px}.creativeEmpty p{margin:0;color:#66736d;max-width:520px}.creativeGrid{grid-template-columns:minmax(0,980px);align-items:start;justify-content:center}.creativeGrid,.creativePanel{display:grid;grid-gap:16px;gap:16px}.creativePanel{border:1px solid #dbe2dc;background:#ffffff;border-radius:8px;padding:18px;box-shadow:0 18px 50px rgba(16,32,24,.05)}.creativePanel.wide{grid-column:1/-1}.creativePanelHead{align-items:flex-start;justify-content:flex-start}.creativePanelHead>span{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#eef8f2;color:#1976a8;font-weight:900;flex:0 0 auto}.creativePanelHead h2{margin:0;font-size:20px}.creativePanelHead p{margin:5px 0 0;color:#66736d}.creativePanelHead.compact h2{font-size:18px}.creativePanelHead.compact>span{background:#f0edf6;color:#312b46}.creativeDrop{border:1px dashed #aebbb3;background:#f7f8f6;border-radius:8px;min-height:210px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;text-align:center}.creativeNotice,.creativeUploadHint{border:1px solid #dbe2dc;border-radius:8px;background:#fbfcfb;color:#24302b;padding:10px 12px;display:flex;gap:9px;align-items:center;font-size:14px;font-weight:800;line-height:1.35}.creativeNotice{border-color:#b9d6c6;background:#edf8f1;color:#1976a8;margin-bottom:12px}.creativeNotice svg,.creativeUploadHint svg{flex:0 0 auto}.creativeDrop.dragging{border-color:#1976a8;background:#eef8f2}.creativeDrop p{margin:0;color:#66736d}.creativeResults,.creativeUploads{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.creativeResults article,.creativeUpload{border:1px solid #e1e7e2;border-radius:8px;background:#fbfcfb;padding:8px;display:grid;grid-gap:8px;gap:8px;min-width:0}.creativeUpload>div{aspect-ratio:1;border-radius:7px;overflow:hidden;background:#eef1ee}.creativeResultMedia img,.creativeResultMedia video,.creativeUpload img,.creativeUpload video{width:100%;height:100%;object-fit:cover}.creativeUpload small,.creativeUpload strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creativeUpload small{color:#66736d}.creativeUploadRemove{min-height:34px;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#8f2e1a;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:900}.creativeContinue{justify-self:start;border-radius:8px}.creativeFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.creativeFormGrid label:first-child{grid-column:1/-1}.creativeControls label,.creativeFormGrid label,.creativePrompt{display:grid;grid-gap:7px;gap:7px}.creativeControls span,.creativeFormGrid span,.creativePrompt span{color:#52605a;font-size:13px;font-weight:850}.creativeControls input,.creativeControls select,.creativeFormGrid input,.creativePrompt textarea,.creativeSlideBriefs input,.creativeSlideBriefs textarea{width:100%;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#1d2421;padding:11px 12px;outline:none}.creativePrompt textarea,.creativeSlideBriefs textarea{min-height:118px;resize:vertical;line-height:1.45}.creativeSlideBriefs textarea{min-height:86px}.creativeCategoryHint,.creativeChips{display:flex;flex-wrap:wrap;gap:7px}.creativeCategoryHint button,.creativeChips button{border:1px solid #dbe2dc;background:#f7f8f6;padding-inline:10px}.creativeStyleGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.creativeStyleCard{min-height:218px;text-align:left;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;padding:10px;display:grid;grid-gap:8px;gap:8px}.creativeStyleCard.active{border-color:#1976a8;box-shadow:inset 0 0 0 1px #1976a8}.creativeStyleCard i{height:128px;border-radius:7px;display:block;overflow:hidden}.creativeStyleCard i img{width:100%;height:100%;object-fit:contain;background:#f7f8f6}.creativeStyleCard strong{font-size:16px}.creativeStyleCard small{color:#66736d;line-height:1.35}.creativeReferenceBlock{border:1px solid #e1e7e2;border-radius:8px;background:#fbfcfb;padding:14px;display:grid;grid-gap:12px;gap:12px}.creativeInfographicGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px}.creativeInfographicGrid article{border:1px solid #e1e7e2;border-radius:8px;background:#ffffff;padding:8px;display:grid;grid-gap:7px;gap:7px;min-width:0}.creativeInfographicGrid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:7px;background:#eef1ee}.creativeInfographicGrid small,.creativeInfographicGrid strong{overflow:hidden;text-overflow:ellipsis}.creativeInfographicGrid strong{color:#1d2421;font-size:13px}.creativeInfographicGrid small{color:#66736d;font-size:12px;line-height:1.35}.creativeControls{align-items:end;justify-content:flex-start;flex-wrap:wrap}.creativeControls label{min-width:210px}.creativeToggle{min-height:44px;grid-template-columns:auto 1fr;align-items:center;border:1px solid #dbe2dc;border-radius:8px;padding:10px 12px;background:#f7f8f6}.creativeSlideBriefs{display:grid;grid-gap:10px;gap:10px}.creativeSlideBriefs article{border:1px solid #e1e7e2;border-radius:8px;padding:14px;display:grid;grid-gap:12px;gap:12px;background:#fbfcfb}.creativeSlideHead{display:grid;grid-template-columns:minmax(130px,.28fr) minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.creativeSlideHead strong{color:#1976a8;font-size:15px}.creativeSlideFields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.creativeSlideFields label{display:grid;grid-gap:7px;gap:7px;align-content:start}.creativeSlideFields span{color:#52605a;font-size:12px;font-weight:850}.creativeResults article.selected{border-color:#1976a8;box-shadow:inset 0 0 0 1px #1976a8}.creativeResultMedia{aspect-ratio:4/5;border-radius:7px;overflow:hidden;background:#eef1ee;display:grid;place-items:center}.creativeResults article>div:last-child{display:flex;flex-wrap:wrap;gap:6px}.creativeResults.final{grid-template-columns:repeat(3,minmax(0,1fr))}.creativeResults p{margin:0;color:#52605a;font-weight:800}.creativeNoProjects{margin:10px 4px 0;color:#7b8580;font-size:14px;line-height:1.45}.creativeSourceStrip{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:10px;border:1px solid #e1e7e2;border-radius:8px;background:#fbfcfb}.creativeSourceStrip>div{width:52px;height:52px;border-radius:7px;overflow:hidden;background:#eef1ee}.creativeSourceStrip img,.creativeSourceStrip video{width:100%;height:100%;object-fit:cover}.creativeRevision{display:grid;grid-gap:7px;gap:7px}.creativeRevision span{color:#52605a;font-size:13px;font-weight:850}.creativeRevision textarea{width:100%;min-height:76px;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#1d2421;padding:10px 11px;outline:none;resize:vertical;line-height:1.4}.creativeV2Page .creativeWorkspace{background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(247,248,246,.94)),#f7f8f6}.creativeV2Overview{align-content:start}.creativeV2OverviewGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.creativeV2OverviewCard{border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;padding:10px;display:grid;grid-gap:8px;gap:8px;min-width:0}.creativeV2OverviewOpen{border:0;background:transparent;padding:0;display:grid;grid-gap:8px;gap:8px;text-align:left;color:inherit;min-width:0}.creativeV2OverviewCard:focus-within,.creativeV2OverviewCard:hover{border-color:#1976a8;box-shadow:0 12px 28px rgba(20,35,28,.08)}.creativeV2OverviewCard.processing{border-color:#b9d6c6;background:#f4faf6}.creativeV2OverviewCard.completed{border-color:#d7eadf}.creativeV2OverviewCard.failed{border-color:#f0d5cc;background:#fff8f5}.creativeV2OverviewOpen>span{aspect-ratio:4/5;border-radius:7px;background:#eef1ee;display:grid;place-items:center;overflow:hidden;color:#1976a8}.creativeV2OverviewCard img{width:100%;height:100%;object-fit:cover}.creativeV2OverviewOpen em,.creativeV2OverviewOpen small,.creativeV2OverviewOpen strong{overflow:hidden;text-overflow:ellipsis}.creativeV2OverviewOpen strong{font-size:16px;white-space:nowrap}.creativeV2OverviewOpen small{color:#52605a;font-weight:850;white-space:nowrap}.creativeV2OverviewOpen em{color:#1976a8;font-size:13px;font-style:normal;font-weight:850}.creativeV2OverviewActions{display:grid;grid-template-columns:1fr auto;grid-gap:6px;gap:6px}.creativeV2OverviewActions button{min-height:34px;border:1px solid #dbe2dc;border-radius:8px;background:#fbfcfb;color:#24302b;padding:7px 9px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:900}.creativeV2OverviewActions button.danger{color:#8f2e1a}.creativeV2Mode button:disabled{opacity:.58;cursor:not-allowed}.creativeV2AspectGrid,.creativeV2ChoiceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.creativeV2ChoiceGrid.category{grid-template-columns:repeat(4,minmax(0,1fr))}.creativeV2AspectGrid button,.creativeV2ChoiceGrid button{position:relative;min-height:150px;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;padding:14px;display:grid;grid-gap:8px;gap:8px;align-content:start;text-align:left}.creativeV2AspectGrid button.active,.creativeV2ChoiceGrid button.active{border-color:#1976a8;background:#f2fbf5;box-shadow:inset 0 0 0 1px #1976a8}.creativeV2ChoiceGrid button.disabled{background:#f7f8f6;color:#7d8982;cursor:not-allowed}.creativeV2AspectGrid button strong,.creativeV2ChoiceGrid button>svg{color:#1976a8}.creativeV2AspectGrid strong,.creativeV2ChoiceGrid strong{font-size:17px}.creativeV2AspectGrid small,.creativeV2ChoiceGrid small{color:#66736d;line-height:1.35}.creativeV2ChoiceGrid em{position:absolute;right:10px;top:10px;border:1px solid #dbe2dc;border-radius:999px;padding:4px 8px;color:#66736d;background:#ffffff;font-size:12px;font-style:normal;font-weight:900}.creativeV2ProductForm{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.creativeV2PhotoSetCard label,.creativeV2PhotoSetTop label,.creativeV2ProductForm label,.creativeV2RevisionPrompt{display:grid;grid-gap:7px;gap:7px}.creativeV2ProductForm label.full{grid-column:1/-1}.creativeV2CategoryField{display:grid;grid-gap:7px;gap:7px;grid-column:1/-1}.creativeV2CategoryField>span,.creativeV2PhotoSetCard span,.creativeV2PhotoSetTop span,.creativeV2ProductForm span,.creativeV2RevisionPrompt span{color:#52605a;font-size:13px;font-weight:850}.creativeV2PhotoSetCard input,.creativeV2PhotoSetCard textarea,.creativeV2PhotoSetTop input,.creativeV2ProductForm input,.creativeV2ProductForm textarea,.creativeV2RevisionPrompt textarea{width:100%;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#1d2421;padding:11px 12px;outline:none;font:inherit}.creativeV2ProductForm textarea{min-height:118px;resize:vertical;line-height:1.45}.creativeV2CategoryPicker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.creativeV2CategoryPicker button{min-height:72px;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#1d2421;display:grid;grid-gap:4px;gap:4px;align-content:center;padding:11px 12px;text-align:left;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.creativeV2CategoryPicker button.active,.creativeV2CategoryPicker button:hover{border-color:var(--creative-green);background:var(--creative-green-soft)}.creativeV2CategoryPicker strong{font-size:15px;line-height:1.2}.creativeV2CategoryPicker small{color:#52605a;font-size:12px;font-weight:750;line-height:1.35}.creativeChips.compact{margin-top:2px}.creativeV2ChoiceGrid button>svg:last-child{position:absolute;right:12px;top:12px}.creativeV2PaletteGrid,.creativeV2StyleGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.creativeV2PresetBlock{display:grid;grid-gap:12px;gap:12px}.creativeV2PresetBlock+.creativeV2PresetBlock{margin-top:18px}.creativeV2PresetLead{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.creativeV2PresetLead>div{display:grid;grid-gap:4px;gap:4px}.creativeV2PresetLead strong{color:#17241e;font-size:16px;font-weight:850}.creativeV2PresetLead small{color:#65716b;font-size:13px;line-height:1.35;text-align:right}.creativeV2PresetLead>em{flex:0 0 auto;border-radius:999px;background:#eef7f5;color:#1976a8;font-size:13px;font-style:normal;font-weight:850;line-height:1;padding:9px 12px}.creativeV2PresetBlock.infographic{border-top:1px solid #dbe2dc;padding-top:16px}.creativeV2PresetBlock.photo{border-top:1px solid #eadfd1;padding-top:16px}.creativeV2Disclosure{width:100%;min-height:52px;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#17241e;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px;padding:0 14px;text-align:left;font-weight:850}.creativeV2Disclosure em{min-width:32px;min-height:28px;border-radius:999px;background:#eef7f5;color:#1976a8;display:inline-grid;place-items:center;font-size:13px;font-style:normal}.creativeV2Disclosure svg{color:#1976a8;transition:transform .18s ease}.creativeV2Disclosure.open svg{transform:rotate(90deg)}.creativeV2PaletteGrid button,.creativeV2StyleGrid button{border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;padding:8px;display:grid;grid-gap:7px;gap:7px;text-align:left;min-width:0;align-content:start}.creativeV2PaletteGrid button.active,.creativeV2StyleGrid button.active{border-color:#1976a8;box-shadow:inset 0 0 0 1px #1976a8}.creativeV2PaletteGrid>button>span,.creativeV2StyleGrid span{aspect-ratio:1;border-radius:7px;overflow:hidden;background:#eef1ee}.creativeV2PaletteGrid img,.creativeV2StyleGrid img{width:100%;height:100%;object-fit:cover}.creativeV2StyleMedia{position:relative}.creativeV2StyleZoom{position:absolute;top:6px;right:6px;width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.9);color:#16201c;box-shadow:0 4px 12px rgba(0,0,0,.16);cursor:pointer;z-index:2}.creativeV2StyleZoom:hover{background:#fff}.creativeV2PaletteGrid em,.creativeV2PaletteGrid small,.creativeV2PaletteGrid strong,.creativeV2StyleGrid em,.creativeV2StyleGrid p,.creativeV2StyleGrid small,.creativeV2StyleGrid strong{overflow:hidden;text-overflow:ellipsis}.creativeV2PaletteGrid strong,.creativeV2StyleGrid strong{font-size:14px;line-height:1.18}.creativeV2PaletteGrid small,.creativeV2StyleGrid small{color:#52605a;font-size:12px;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.creativeV2PaletteGrid em,.creativeV2StyleGrid em{color:#7b8580;font-size:12px;font-style:normal;line-height:1.3}.creativeV2StyleGrid p{color:#36423c;font-size:12px;line-height:1.35;margin:0}.creativeV2Swatches{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px}.creativeV2Swatches i{display:block;height:18px;border:1px solid rgba(20,30,25,.12);border-radius:999px}.creativeV2AutoColor{min-height:72px;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#24302b;display:grid;grid-template-columns:20px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;padding:12px;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.creativeV2AutoColor input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--creative-green)}.creativeV2AutoColor span{display:grid;grid-gap:3px;gap:3px}.creativeV2AutoColor strong{color:#17241e;font-size:15px;font-weight:900;line-height:1.2}.creativeV2AutoColor small{color:#66736d;font-size:13px;font-weight:760;line-height:1.35}.creativeV2AutoColor.active{border-color:var(--creative-green);background:var(--creative-green-soft);box-shadow:inset 0 0 0 1px var(--creative-green)}.creativeV2PaletteSummary{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,260px) auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid #e1e7e2;border-radius:8px;background:#fbfcfb;padding:12px;margin-bottom:12px}.creativeV2PaletteSummary.auto{grid-template-columns:minmax(0,1fr) auto}.creativeV2PaletteSummary strong{display:block;font-size:16px}.creativeV2PaletteSummary small{display:block;color:#66736d;font-weight:800;line-height:1.35;margin-top:3px}.creativeV2ModelPanel{display:grid;grid-gap:10px;gap:10px;border:1px solid #e1e7e2;border-radius:8px;background:#fbfcfb;padding:12px;margin-bottom:12px}.creativeV2ModelPanel strong{display:block;color:#16201c;font-size:16px;line-height:1.25}.creativeV2ModelPanel small{display:block;color:#66736d;font-weight:760;line-height:1.35;margin-top:3px}.creativeV2ModelChoices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.creativeV2ModelChoices button{min-height:44px;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#24302b;padding:10px 12px;font:inherit;font-size:13px;font-weight:900}.creativeV2ModelChoices button.active{border-color:var(--creative-green);background:var(--creative-green-soft);color:var(--creative-green);box-shadow:inset 0 0 0 1px var(--creative-green)}.creativeV2ResolutionPanel{display:grid;grid-gap:10px;gap:10px;border:1px solid #e1e7e2;border-radius:8px;background:#fbfcfb;padding:12px;margin:12px 0}.creativeV2ResolutionPanel>strong{color:#16201c;font-size:16px;line-height:1.25}.creativeV2ResolutionChoices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.creativeV2ResolutionChoices button{min-height:96px;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#24302b;display:grid;grid-gap:4px;gap:4px;align-content:start;padding:12px;text-align:left;font:inherit}.creativeV2ResolutionChoices button.active{border-color:var(--creative-green);background:var(--creative-green-soft);box-shadow:inset 0 0 0 1px var(--creative-green)}.creativeV2ResolutionChoices span{font-weight:950;line-height:1.2}.creativeV2ResolutionChoices em{color:var(--creative-green);font-size:13px;font-style:normal;font-weight:900;line-height:1.3}.creativeV2ResolutionChoices small{color:#66736d;font-size:12px;font-weight:760;line-height:1.35}.creativeV2ModelGuide{display:grid;grid-gap:4px;gap:4px;border:1px solid var(--creative-border);border-radius:8px;background:#ffffff;padding:12px}.creativeV2ModelGuide strong{font-size:14px}.creativeV2ModelGuide small{color:var(--creative-muted);line-height:1.4}.creativeV2ModelNotice{margin:0;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#36423c;padding:9px 10px;font-size:13px;font-weight:760;line-height:1.35}.creativeV2ModelNotice.warning{border-color:#e8b8ad;background:#fff4f1;color:#8f2e1a}.creativeV2ExactText{margin-top:12px}.creativeV2ExactText textarea{min-height:112px}.creativeV2ExactText small{color:#66736d;font-size:13px;font-weight:760;line-height:1.35}.creativeV2TextMode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.creativeV2TextMode button{min-height:40px;border:1px solid var(--creative-border);border-radius:8px;background:#ffffff;color:var(--creative-muted);font-weight:850}.creativeV2TextMode button.active{border-color:var(--creative-green);color:var(--creative-green);background:var(--creative-green-soft)}.creativeV2Result{display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-gap:16px;gap:16px;align-items:start}.creativeV2Pending{min-height:360px;border:1px dashed #b9d6c6;border-radius:8px;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.96),rgba(244,250,246,.82) 48%,rgba(236,246,240,.92)),#f7fbf8;display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;padding:24px;text-align:center}.creativeV2PendingStage{width:min(420px,100%);display:grid;place-items:center;grid-gap:18px;gap:18px}.creativeV2PendingOrb{width:96px;height:96px;border-radius:999px;display:grid;place-items:center;color:#1976a8;background:conic-gradient(from 0deg,#1976a8,#d96549,#f4d57b,#1976a8);position:relative;animation:creativeV2Spin 1.8s linear infinite}.creativeV2PendingOrb:before{content:"";position:absolute;inset:7px;border-radius:inherit;background:#ffffff}.creativeV2PendingOrb svg{position:relative;z-index:1;animation:creativeV2Pulse 1.8s ease-in-out infinite}.creativeV2PendingLines{width:min(360px,90%);display:grid;grid-gap:8px;gap:8px}.creativeV2PendingLines span{height:10px;border-radius:999px;background:linear-gradient(90deg,#e8eee9,#ffffff 45%,#dcece2 90%);background-size:220% 100%;animation:creativeV2Shimmer 1.4s ease-in-out infinite}.creativeV2PendingLines span:nth-child(2){width:78%;justify-self:center;animation-delay:.12s}.creativeV2PendingLines span:nth-child(3){width:56%;justify-self:center;animation-delay:.24s}.creativeV2Pending strong{font-size:22px}.creativeV2Pending p{max-width:560px;margin:0;color:#52605a;line-height:1.45}.creativeV2Pending small{color:#7b8580;font-weight:850}.creativeV2ResultMedia{border-radius:8px;overflow:hidden;background:#eef1ee;border:1px solid #e1e7e2}.creativeV2ResultMediaButton{width:100%;display:block;padding:0;color:inherit;cursor:zoom-in;text-align:inherit}.creativeV2ResultMediaButton:hover{border-color:var(--creative-green)}.creativeV2ResultMedia.ratio-1-1{aspect-ratio:1}.creativeV2ResultMedia.ratio-4-5{aspect-ratio:4/5}.creativeV2ResultMedia.ratio-3-4{aspect-ratio:3/4}.creativeV2ResultMedia.ratio-16-9{aspect-ratio:16/9}.creativeV2ResultMedia.ratio-9-16{aspect-ratio:9/16;max-height:74vh}.creativeV2ResultMedia img{width:100%;height:100%;object-fit:contain;display:block}.creativeV2Result aside{border:1px solid #e1e7e2;border-radius:8px;background:#fbfcfb;padding:14px;display:grid;grid-gap:10px;gap:10px}.creativeV2Result aside strong{font-size:18px}.creativeV2Result aside small{color:#66736d;font-weight:800}.creativeV2ResultToolbar{border:1px solid #e1e7e2;border-radius:8px;background:#fbfcfb;padding:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.creativeV2ResultToolbar>div:first-child{display:grid;grid-gap:4px;gap:4px}.creativeV2ResultToolbar strong{font-size:18px}.creativeV2ResultToolbar small{color:#66736d;font-weight:800;line-height:1.35}.creativeV2ControlPanel,.creativeV2ResultControls{display:grid;grid-gap:10px;gap:10px}.creativeV2ControlPanel{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.creativeV2ControlPanel>div,.creativeV2ResultControls{border:1px solid #e1e7e2;border-radius:8px;background:#fbfcfb;padding:12px}.creativeV2MainResult{border:1px solid #e1e7e2;border-radius:8px;background:#ffffff;padding:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,360px);grid-gap:16px;gap:16px;align-items:start}.creativeV2MainResultBody{display:grid;grid-gap:10px;gap:10px;min-width:0}.creativeV2ResultMeta{border:1px solid #dbe2dc;border-radius:8px;background:#fbfcfb;padding:10px 11px;display:grid;grid-gap:3px;gap:3px}.creativeV2ResultMeta.revision{border-color:#b8d9c3;background:#f1faf4}.creativeV2ResultMeta strong{color:#16201c;font-size:17px;line-height:1.2}.creativeV2ResultMeta small{color:#5b6a63;font-size:13px;font-weight:800;line-height:1.35}.creativeV2MainResultBody>strong{font-size:22px;line-height:1.15}.creativeV2MainResultBody>small{color:#66736d;font-weight:850}.creativeV2QualityNote{border:1px solid #d7eadf;border-radius:8px;background:#f4faf6;color:#24302b;padding:12px 14px;display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.creativeV2QualityNote svg{color:#1976a8;margin-top:1px}.creativeV2QualityNote p{margin:0;color:#52605a;font-size:14px;font-weight:750;line-height:1.45}.creativeV2ControlPanel span{display:block;color:#52605a;font-size:13px;font-weight:850;margin-bottom:8px}.creativeV2ControlPanel small{display:block;color:#66736d;font-weight:750;line-height:1.35;margin-top:8px}.creativeV2MiniChoice{display:flex;flex-wrap:wrap;gap:6px}.creativeV2MiniChoice button{border:1px solid #dbe2dc;border-radius:999px;background:#ffffff;color:#24302b;padding:8px 10px;font-size:13px;font-weight:850}.creativeV2MiniChoice button.active{border-color:#1976a8;background:#e8f5fb;color:#1976a8}.creativeV2PendingGrid,.creativeV2ResultGallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.creativeV2VariantSection{display:grid;grid-gap:12px;gap:12px}.creativeV2VariantSection>div:first-child{grid-gap:3px;gap:3px}.creativeV2VariantSection>div:first-child strong{color:#16201c;font-size:18px}.creativeV2VariantSection>div:first-child small{color:#66736d;font-weight:800;line-height:1.35}.creativeV2Pending.compact{min-height:280px;padding:18px}.creativeV2Pending.compact .creativeV2PendingOrb{width:72px;height:72px}.creativeV2Pending.compact .creativeV2PendingStage{gap:12px}.creativeV2Pending.compact strong{font-size:18px}.creativeV2ResultCard{border:1px solid #e1e7e2;border-radius:8px;background:#ffffff;padding:10px;display:grid;grid-gap:10px;gap:10px;align-content:start;min-width:0}.creativeV2ResultCard.compact .creativeV2ResultCardBody{gap:8px}.creativeV2ResultCardBody{display:grid;grid-gap:9px;gap:9px;min-width:0}.creativeV2ResultCardBody small,.creativeV2ResultCardBody strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creativeV2ResultCardBody strong{font-size:17px}.creativeV2ResultCardBody small{color:#66736d;font-weight:800}.creativeV2RevisionPrompt textarea{min-height:86px;resize:vertical;line-height:1.4}.creativeV2PhotoSetText{margin:0}.creativeV2PhotoSetText textarea{min-height:104px}.creativeV2PhotoSetInline{border-top:1px solid #e1e7e2;border-bottom:1px solid #e1e7e2;padding:10px 0;display:grid;grid-gap:10px;gap:10px}.creativeV2PhotoSetInline.compact{border:0;padding:0;grid-template-columns:minmax(108px,130px) auto auto;align-items:end}.creativeV2PhotoSetInline label{display:grid;grid-gap:6px;gap:6px}.creativeV2PhotoSetInline span{color:#52605a;font-size:13px;font-weight:850}.creativeV2PhotoSetInline input{width:100%;border:1px solid #dbe2dc;border-radius:8px;padding:10px 12px;font:inherit}.creativeV2PhotoSetTop{display:grid;grid-template-columns:96px minmax(140px,220px) auto auto;grid-gap:12px;gap:12px;align-items:end}.creativeV2PhotoSetTop img{width:96px;height:112px;object-fit:cover;border:1px solid #dbe2dc;border-radius:8px;background:#eef1ee}.creativeV2PhotoSetGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.creativeV2PhotoSetCard{border:1px solid #e1e7e2;border-radius:8px;background:#fbfcfb;padding:12px;display:grid;grid-gap:10px;gap:10px}.creativeV2PhotoSetCard textarea{min-height:130px;resize:vertical;line-height:1.45}.creativeV2ModalBackdrop{z-index:80;padding:20px;background:rgba(13,22,18,.46);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.creativeV2PhotoSetDialog{width:min(760px,100%);max-height:min(820px,calc(100dvh - 40px));overflow:auto;position:relative;border:1px solid #d8e0da;border-radius:8px;background:#ffffff;box-shadow:0 28px 70px rgba(14,25,20,.24);padding:18px;display:grid;grid-gap:16px;gap:16px}.creativeV2ImagePreviewBackdrop{z-index:90;padding:18px}.creativeV2ImagePreview{width:min(1120px,100%);max-height:calc(100dvh - 36px);position:relative;border:1px solid #d8e0da;border-radius:10px;background:#ffffff;box-shadow:0 28px 80px rgba(14,25,20,.28);padding:14px;display:grid;grid-gap:12px;gap:12px;justify-items:center}.creativeV2ImagePreview img{max-width:100%;max-height:calc(100dvh - 150px);object-fit:contain;border-radius:8px;background:#eef1ee}.creativeV2ProjectDialog{width:min(540px,100%);max-height:min(720px,calc(100dvh - 40px));overflow:auto;position:relative;border:1px solid #d8e0da;border-radius:8px;background:#ffffff;box-shadow:0 28px 70px rgba(14,25,20,.24);padding:18px;display:grid;grid-gap:16px;gap:16px}.creativeV2DialogClose{position:absolute;top:12px;right:12px;width:40px;height:40px;display:grid;place-items:center;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#24302b}.creativeV2DialogHead{display:grid;grid-template-columns:132px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;padding-right:44px}.creativeV2DialogHead.textOnly{grid-template-columns:1fr}.creativeV2DialogHead img{width:132px;aspect-ratio:4/5;object-fit:cover;border:1px solid #dbe2dc;border-radius:8px;background:#eef1ee}.creativeV2DialogBlock strong,.creativeV2DialogHead span{display:block;color:#52605a;font-size:13px;font-weight:850}.creativeV2DialogHead h2{margin:4px 0 6px;color:#16201c;font-size:clamp(24px,4vw,34px);line-height:1.06}.creativeV2DialogHead p{margin:0;color:#66736d;font-weight:760;line-height:1.45}.creativeV2DialogBlock{display:grid;grid-gap:9px;gap:9px}.creativeV2ProjectForm{display:grid;grid-gap:12px;gap:12px}.creativeV2ProjectForm label{display:grid;grid-gap:7px;gap:7px}.creativeV2ProjectForm .creativeV2CategoryField>span,.creativeV2ProjectForm span{color:#52605a;font-size:13px;font-weight:850}.creativeV2ProjectForm input{width:100%;min-height:46px;border:1px solid #dbe2dc;border-radius:8px;background:#ffffff;color:#1d2421;padding:11px 12px;outline:none;font:inherit}.creativeV2CountChoice{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.creativeV2PhotoBaseGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.creativeV2PhotoBaseGrid button{border:1px solid #dbe2dc;border-radius:8px;background:#fbfcfb;padding:7px;color:#24302b;display:grid;grid-gap:6px;gap:6px;text-align:left}.creativeV2PhotoBaseGrid button.active{border-color:#1976a8;background:#e8f5fb;box-shadow:inset 0 0 0 1px #1976a8}.creativeV2PhotoBaseGrid img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:7px;background:#eef1ee}.creativeV2PhotoBaseGrid span{font-size:12px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creativeV2CountChoice button,.creativeV2DialogChoices button{border:1px solid #dbe2dc;border-radius:8px;background:#fbfcfb;color:#24302b;text-align:left}.creativeV2CountChoice button{min-height:48px;text-align:center;font-size:17px;font-weight:900}.creativeV2DialogChoices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.creativeV2DialogChoices button{min-height:108px;padding:12px;display:grid;align-content:start;grid-gap:6px;gap:6px}.creativeV2DialogChoices span{font-size:16px;font-weight:900}.creativeV2DialogChoices small{color:#66736d;font-weight:760;line-height:1.35}.creativeV2CountChoice button.active,.creativeV2DialogChoices button.active{border-color:#1976a8;background:#e8f5fb;box-shadow:inset 0 0 0 1px #1976a8}.creativeV2DialogActions{display:flex;justify-content:flex-end;gap:10px;padding-top:2px}.creativeV2Page{--creative-bg:#f5f8fb;--creative-surface:#ffffff;--creative-surface-2:#f8fbff;--creative-border:#d9e4ee;--creative-border-strong:#a9c7dc;--creative-ink:#17212b;--creative-muted:#607081;--creative-green:#1976a8;--creative-green-soft:#e8f5fb;--creative-coral:#d45a3c;--creative-blue:#1976a8;--creative-yellow:#f1c766;--creative-shadow:0 24px 70px rgba(20,51,72,0.09);background:linear-gradient(135deg,rgba(25,118,168,.07),transparent 34%),linear-gradient(315deg,rgba(80,145,190,.07),transparent 38%),var(--creative-bg);color:var(--creative-ink)}.creativeV2Page.sidebarCollapsed{grid-template-columns:68px minmax(0,1fr)}.creativeV2Page a:focus-visible,.creativeV2Page button:focus-visible,.creativeV2Page input:focus-visible,.creativeV2Page textarea:focus-visible{outline:3px solid rgba(212,90,60,.35);outline-offset:2px}.creativeV2Page .button{min-height:46px;border-radius:8px}.creativeV2Page .primaryButton{background:var(--creative-green);box-shadow:0 14px 32px rgba(25,118,168,.16)}.creativeV2Page .primaryButton:hover{background:#12638f}.creativeV2Page .secondaryButton{border-color:var(--creative-border);background:rgba(255,255,255,.82)}.creativeV2Page .creativeSidebar{height:100dvh;border-right-color:rgba(23,33,43,.1);background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:10px 0 34px rgba(20,51,72,.04);transition:width .18s ease,padding .18s ease}.creativeV2Page.sidebarCollapsed .creativeSidebar{padding:14px 10px;align-items:center}.creativeV2Page .creativeBrand{align-items:center}.creativeSidebarToggle{width:42px;height:42px;border:1px solid var(--creative-border);border-radius:8px;background:#ffffff;color:var(--creative-green);display:inline-grid;place-items:center}.creativeCabinetLink{justify-content:flex-start;min-height:38px;padding-inline:0}.creativeV2Page .creativeCredit{border-color:rgba(25,118,168,.16);background:linear-gradient(90deg,rgba(25,118,168,.09),rgba(241,199,102,.14)),#ffffff}.creativeV2Page .creativeMode{border-color:var(--creative-border);background:#edf2ee}.creativeV2Page .creativeProjectList{min-height:0;flex:1 1;gap:10px;align-content:start}.creativeV2Page .creativeProjectItem{border-color:var(--creative-border);border-radius:0;margin-top:-1px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.creativeV2Page .creativeProjectItem:hover{transform:translateY(-1px);border-color:var(--creative-border-strong);box-shadow:0 12px 28px rgba(20,51,72,.08)}.creativeV2Page .creativeProjectItem.active{border-color:var(--creative-green);background:var(--creative-green-soft)}.creativeV2Page .creativeProjectGroup,.creativeV2Page .creativeProjectGroup.collapsed{gap:0}.creativeV2Page .creativeProjectGroup .creativeProjectItem:nth-child(2){margin-top:0;border-top-left-radius:8px;border-top-right-radius:8px}.creativeV2Page .creativeProjectGroup .creativeProjectItem:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.creativeProjectGroupToggle{width:100%;min-height:34px;border:0;border-radius:8px;background:transparent;color:var(--creative-muted);display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:8px;gap:8px;padding:0 6px;text-align:left;font-size:12px;font-weight:900;text-transform:uppercase;margin-bottom:4px}.creativeProjectGroupToggle em{min-width:24px;min-height:24px;border-radius:999px;display:inline-grid;place-items:center;background:var(--creative-green-soft);color:var(--creative-green);font-style:normal;font-size:12px}.creativeProjectGroupToggle svg{transition:transform .16s ease}.creativeProjectGroup:has(.creativeProjectItem) .creativeProjectGroupToggle svg{transform:rotate(90deg)}.creativeV2Page .creativeWorkspace{min-height:100vh;padding:28px clamp(18px,3vw,44px) 52px;background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(243,245,241,.95)),transparent}.creativeV2Topbar{display:block;max-width:1440px;margin:0 auto 14px}.creativeV2TitleBlock{min-width:0}.creativeV2TitleBlock h1{max-width:900px;font-size:clamp(30px,3vw,46px)}.creativeV2TitleBlock p{max-width:760px;margin:12px 0 0;color:var(--creative-muted);font-size:16px;line-height:1.55}.creativeV2StatusRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.creativeV2StatusRow span{min-height:34px;display:inline-flex;align-items:center;padding:7px 10px;border:1px solid rgba(25,118,168,.13);border-radius:8px;background:rgba(255,255,255,.72);color:var(--creative-green);font-size:13px;font-weight:850}.creativeV2TopActions{justify-items:stretch}.creativeV2TopActions>.button{justify-self:end}.creativeV2Page .creativeSteps{display:grid;grid-template-columns:repeat(5,minmax(96px,1fr));justify-content:stretch;grid-gap:7px;gap:7px}.creativeV2Page .creativeSteps button{min-height:42px;display:inline-flex;align-items:center;justify-content:flex-start;gap:7px;border-radius:8px;background:rgba(255,255,255,.82);color:var(--creative-muted);transition:transform .16s ease,border-color .16s ease,background .16s ease}.creativeV2Page .creativeSteps button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--creative-border-strong)}.creativeV2Page .creativeSteps button span{color:var(--creative-green);font-size:11px;font-weight:900}.creativeV2Page .creativeSteps button.active{border-color:var(--creative-green);background:#ffffff;box-shadow:inset 0 -3px 0 var(--creative-coral),0 10px 24px rgba(16,32,24,.08)}.creativeV2Page .creativeSteps button.done{border-color:rgba(25,118,168,.22);background:var(--creative-green-soft)}.creativeV2StageShell{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:18px;gap:18px;align-items:start}.creativeV2StageShell .creativeGrid{grid-template-columns:minmax(0,1fr);justify-content:stretch}.creativeV2Page .creativePanel{border-color:rgba(18,32,26,.11);background:rgba(255,255,255,.92);border-radius:8px;padding:clamp(18px,2.2vw,28px);box-shadow:var(--creative-shadow)}.creativeV2Page .creativePanelHead{padding-bottom:4px}.creativeV2Page .creativePanelHead>span{width:42px;height:42px;border:1px solid rgba(25,118,168,.14);border-radius:8px;background:var(--creative-green-soft)}.creativeV2Page .creativePanelHead h2{font-size:clamp(23px,2vw,32px);line-height:1.12}.creativeV2Page .creativePanelHead p{max-width:760px;color:var(--creative-muted);line-height:1.5}.creativeV2BriefRail{position:-webkit-sticky;position:sticky;top:24px;display:grid;grid-gap:14px;gap:14px;border:1px solid rgba(18,32,26,.12);border-radius:8px;background:rgba(255,255,255,.9);padding:16px;box-shadow:0 18px 48px rgba(16,32,24,.08)}.creativeV2BriefHead{display:flex;gap:12px;align-items:center}.creativeV2BriefHead>span{width:46px;height:46px;border-radius:8px;display:grid;place-items:center;color:#ffffff;background:var(--creative-green);font-weight:900}.creativeV2BriefHead small,.creativeV2BriefHead strong{display:block}.creativeV2BriefHead strong{font-size:18px}.creativeV2BriefHead small{margin-top:3px;color:var(--creative-muted);font-weight:750}.creativeV2ProgressTrack{height:8px;overflow:hidden;border-radius:999px;background:#e7ece8}.creativeV2ProgressTrack i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--creative-green),var(--creative-coral),var(--creative-yellow))}.creativeV2BriefFacts{display:grid;grid-gap:8px;gap:8px}.creativeV2BriefFacts div{display:grid;grid-gap:3px;gap:3px;padding:10px;border:1px solid var(--creative-border);border-radius:8px;background:var(--creative-surface-2)}.creativeV2BriefFacts span{color:var(--creative-muted);font-size:12px;font-weight:850}.creativeV2BriefFacts strong{color:var(--creative-ink);font-size:14px;line-height:1.35}.creativeV2MiniSources{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px}.creativeV2MiniSources img{width:100%;aspect-ratio:1;border:1px solid var(--creative-border);border-radius:8px;object-fit:cover;background:#edf1ee}.creativeV2BriefHint{display:flex;gap:9px;align-items:flex-start;padding:12px;border:1px dashed var(--creative-border-strong);border-radius:8px;color:var(--creative-muted);background:#f6faf7;font-size:13px;line-height:1.4}.creativeV2BriefHint svg{color:var(--creative-green);flex:0 0 auto}.creativeV2BriefActions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.creativeV2BriefActions .button:only-child{grid-column:1/-1}.creativeV2StepRail{display:grid;grid-gap:8px;gap:8px}.creativeV2StepRail button{min-height:42px;border:1px solid var(--creative-border);border-radius:8px;background:#ffffff;color:var(--creative-muted);display:grid;grid-template-columns:34px 1fr;align-items:center;grid-gap:8px;gap:8px;padding:7px 10px;text-align:left;font-weight:850}.creativeV2StepRail button span{color:var(--creative-green);font-size:11px;font-weight:950}.creativeV2StepRail button.active{border-color:var(--creative-green);color:var(--creative-ink);box-shadow:inset 3px 0 0 var(--creative-green)}.creativeV2StepRail button.done{background:var(--creative-green-soft)}.creativeV2Page .creativeDrop{min-height:260px;border-color:rgba(25,118,168,.28);background:linear-gradient(135deg,rgba(25,118,168,.08),rgba(80,145,190,.06)),#fbfdfb}.creativeV2Page .creativeDrop svg{color:var(--creative-green)}.creativeV2Page .creativeUploads{grid-template-columns:repeat(4,minmax(0,1fr))}.creativeV2AspectGrid button,.creativeV2ChoiceGrid button,.creativeV2OverviewCard,.creativeV2Page .creativeUpload,.creativeV2PaletteGrid button,.creativeV2ResultCard,.creativeV2StyleGrid button{transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.creativeV2AspectGrid button:hover,.creativeV2ChoiceGrid button:hover:not(:disabled),.creativeV2OverviewCard:hover,.creativeV2PaletteGrid button:hover,.creativeV2ResultCard:hover,.creativeV2StyleGrid button:hover{transform:translateY(-2px);border-color:var(--creative-border-strong);box-shadow:0 16px 36px rgba(16,32,24,.1)}.creativeV2Page .creativeV2AspectGrid,.creativeV2Page .creativeV2ChoiceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.creativeV2Page .creativeV2ChoiceGrid.category{grid-template-columns:repeat(2,minmax(0,1fr))}.creativeV2Page .creativeV2AspectGrid button,.creativeV2Page .creativeV2ChoiceGrid button{min-height:168px;border-color:var(--creative-border)}.creativeV2Page .creativeV2AspectGrid button.active,.creativeV2Page .creativeV2ChoiceGrid button.active,.creativeV2Page .creativeV2PaletteGrid button.active,.creativeV2Page .creativeV2StyleGrid button.active{border-color:var(--creative-green);background:#ffffff;box-shadow:inset 0 0 0 1px var(--creative-green),0 14px 34px rgba(25,118,168,.12)}.creativeV2Page .creativeV2PaletteGrid,.creativeV2Page .creativeV2StyleGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.creativeV2Page .creativeV2PaletteGrid button,.creativeV2Page .creativeV2StyleGrid button{padding:10px}.creativeV2Page .creativeV2PaletteGrid>button>span,.creativeV2Page .creativeV2StyleGrid span{border-radius:8px}.creativeV2Page .creativeV2PaletteGrid strong,.creativeV2Page .creativeV2StyleGrid strong{font-size:15px;line-height:1.25}.creativeV2Page .creativeV2StyleGrid p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.creativeV2Page .creativePrompt textarea,.creativeV2Page .creativeV2PhotoSetCard input,.creativeV2Page .creativeV2PhotoSetCard textarea,.creativeV2Page .creativeV2PhotoSetInline input,.creativeV2Page .creativeV2PhotoSetTop input,.creativeV2Page .creativeV2ProductForm input,.creativeV2Page .creativeV2ProductForm textarea,.creativeV2Page .creativeV2RevisionPrompt textarea{min-height:46px;border-color:var(--creative-border);border-radius:8px;background:#ffffff}.creativeV2Page .creativePrompt textarea{min-height:170px}.creativeV2Page .creativeChips button{min-height:38px;border-color:var(--creative-border);background:#ffffff}.creativeV2Page .creativeChips button:hover{color:#ffffff;background:var(--creative-blue);box-shadow:none}.creativeV2Page .creativeV2ControlPanel>div,.creativeV2Page .creativeV2ModelPanel,.creativeV2Page .creativeV2PaletteSummary,.creativeV2Page .creativeV2PhotoSetCard,.creativeV2Page .creativeV2PhotoSetInline,.creativeV2Page .creativeV2ResultControls,.creativeV2Page .creativeV2ResultToolbar{border-color:var(--creative-border);background:var(--creative-surface-2)}.creativeV2Page .creativeV2MiniChoice button{min-height:38px;border-radius:8px}.creativeV2Page .creativeV2MiniChoice button.active{border-color:var(--creative-green);background:var(--creative-green-soft)}.creativeV2Page .creativeV2ResultToolbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(240px,.72fr);align-items:start}.creativeV2Page .creativeV2PhotoSetInline.compact{grid-column:1/-1;grid-template-columns:minmax(130px,160px) repeat(3,auto)}.creativeV2Page .creativeV2ResultGallery{grid-template-columns:repeat(2,minmax(0,1fr))}.creativeV2Page .creativeV2ResultCard{border-radius:8px;padding:12px}.creativeV2Page .creativeV2MainResult .creativeV2ResultMedia{max-height:78vh}.creativeV2Page .creativeV2ResultMedia{border-radius:8px}.creativeV2Page .creativeV2PhotoSetTop{grid-template-columns:112px minmax(150px,240px) auto auto}.creativeV2Page .creativeV2PhotoSetTop img{width:112px;height:132px}@media (max-width:1280px){.creativeV2StageShell,.creativeV2Topbar{grid-template-columns:1fr}.creativeV2BriefRail{position:static}.creativeV2BriefFacts{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1100px){.creativeV2Page .creativeSidebar{height:auto;position:static}.creativeV2Page .creativeProjectList{max-height:360px}.creativeV2Page .creativeSteps{grid-template-columns:repeat(2,minmax(0,1fr))}.creativeV2Page .creativeV2AspectGrid,.creativeV2Page .creativeV2ChoiceGrid,.creativeV2Page .creativeV2ChoiceGrid.category,.creativeV2Page .creativeV2MainResult,.creativeV2Page .creativeV2PaletteGrid,.creativeV2Page .creativeV2PhotoSetInline.compact,.creativeV2Page .creativeV2PhotoSetTop,.creativeV2Page .creativeV2ResultGallery,.creativeV2Page .creativeV2ResultToolbar,.creativeV2Page .creativeV2StyleGrid,.creativeV2ResolutionChoices{grid-template-columns:1fr}.creativeV2BriefFacts{grid-template-columns:repeat(2,minmax(0,1fr))}.creativeV2DialogChoices,.creativeV2DialogHead,.creativeV2PhotoBaseGrid{grid-template-columns:1fr}.creativeV2DialogHead{padding-right:0}.creativeV2DialogHead img{width:min(180px,100%)}.creativeV2DialogActions{align-items:stretch;flex-direction:column-reverse}}@media (max-width:640px){.creativeV2Page .creativeSidebar{padding:14px;gap:10px}.creativeV2Page .creativeProjectList{display:none}.creativeV2Page .creativeLogout{margin-top:0;justify-content:center}.creativeV2Page .creativeWorkspace{padding:18px 12px 36px}.creativeV2TitleBlock h1{font-size:32px}.creativeV2BriefActions,.creativeV2StatusRow{grid-template-columns:1fr}.creativeV2StatusRow span{width:100%}.creativeV2BriefFacts,.creativeV2Page .creativeResults,.creativeV2Page .creativeResults.final,.creativeV2Page .creativeUploads{grid-template-columns:1fr}.creativeV2Page .creativePanel{padding:16px}.creativeV2Page .creativePanelHead{display:grid}.creativeV2PresetLead{display:grid;grid-gap:4px;gap:4px}.creativeV2PresetLead small{text-align:left}.creativeV2Page .creativeSteps{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity}.creativeV2Page .creativeSteps button{flex:0 0 auto;min-width:132px;scroll-snap-align:start}}@keyframes creativeV2Spin{to{transform:rotate(1turn)}}@keyframes creativeV2Pulse{50%{transform:scale(1.12)}}@keyframes creativeV2Shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@media (max-width:1100px){.creativePage{grid-template-columns:1fr}.creativeSidebar{position:static;min-height:auto}.creativeFormGrid,.creativeGrid,.creativeSlideFields,.creativeSlideHead,.creativeStyleGrid{grid-template-columns:1fr}.creativeResults,.creativeResults.final,.creativeUploads{grid-template-columns:repeat(2,minmax(0,1fr))}.creativeV2AspectGrid,.creativeV2ChoiceGrid,.creativeV2ChoiceGrid.category,.creativeV2ControlPanel,.creativeV2MainResult,.creativeV2OverviewGrid,.creativeV2PaletteGrid,.creativeV2PaletteSummary,.creativeV2PendingGrid,.creativeV2PhotoSetGrid,.creativeV2PhotoSetInline.compact,.creativeV2PhotoSetTop,.creativeV2ProductForm,.creativeV2Result,.creativeV2ResultGallery,.creativeV2StyleGrid{grid-template-columns:1fr}.creativeTopbar,.creativeV2ResultToolbar{align-items:stretch;flex-direction:column}.creativeV2TopActions{justify-items:stretch}.creativeV2ProductForm label.full{grid-column:auto}.creativeV2CategoryPicker{grid-template-columns:1fr}.creativeV2ModalBackdrop{padding:10px;align-items:end}.creativeV2PhotoSetDialog{max-height:calc(100dvh - 20px);padding:14px}.creativeV2CountChoice{grid-template-columns:repeat(5,minmax(0,1fr))}}.creativeV2Page,.workspace{--mineral-bg:#edf5f5;--mineral-surface:rgba(248,253,253,0.8);--mineral-surface-strong:rgba(255,255,255,0.92);--mineral-ink:#102225;--mineral-muted:rgba(16,34,37,0.68);--mineral-line:rgba(16,34,37,0.14);--mineral-teal:#009d9a;--mineral-teal-dark:#007f7d;--mineral-lime:#c6e85d;--mineral-silver:#dbe7e8;--mineral-shadow:0 34px 100px rgba(24,68,72,0.16);position:relative;overflow-x:hidden;color:var(--mineral-ink);background:linear-gradient(115deg,rgba(255,255,255,.92) 0,rgba(237,245,245,.94) 42%,rgba(218,237,237,.94) 100%),radial-gradient(circle at 86% 16%,rgba(0,157,154,.16),transparent 34%),var(--mineral-bg)}.creativeV2Page:before,.workspace:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.38;background-image:linear-gradient(rgba(16,34,37,.05) 1px,transparent 0),linear-gradient(90deg,rgba(16,34,37,.05) 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:linear-gradient(180deg,black,transparent 88%);mask-image:linear-gradient(180deg,black,transparent 88%)}.creativeV2Page>*,.workspace>*{position:relative;z-index:1}.creativeV2Page .creativeSidebar,.workspace .appSidebar{border-color:var(--mineral-line);background:rgba(248,253,253,.76);box-shadow:18px 0 70px rgba(24,68,72,.1);-webkit-backdrop-filter:blur(22px) saturate(1.18);backdrop-filter:blur(22px) saturate(1.18)}.creativeV2Page .logoMark,.workspace .logoMark{width:38px;height:38px;border:1px solid rgba(0,157,154,.28);border-radius:12px;color:#f8ffff;background:linear-gradient(145deg,#123337,var(--mineral-teal));box-shadow:0 12px 30px rgba(0,157,154,.22);font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:0}.creativeV2Page .logoMark:before,.workspace .logoMark:before{content:"N";font-size:17px;font-weight:900}.creativeV2Page .logoText,.workspace .logoText{color:var(--mineral-ink);font-size:28px}.creativeV2Page .creativeCabinetLink,.creativeV2Page .creativeLogout,.creativeV2Page .creativeProjectGroupToggle,.workspace .appSidebar nav a,.workspace .logoutButton{border-radius:14px;color:var(--mineral-muted);transition:transform .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease}.creativeV2Page .creativeCabinetLink:hover,.creativeV2Page .creativeLogout:hover,.creativeV2Page .creativeProjectGroupToggle:hover,.workspace .appSidebar nav a.active,.workspace .appSidebar nav a:hover,.workspace .logoutButton:hover{color:var(--mineral-ink);background:rgba(16,34,37,.055);transform:translateY(-1px)}.creativeV2Page .creativeNotice,.creativeV2Page .creativeProjectGroupToggle em,.creativeV2Page .creativeProjectItem,.creativeV2Page .creativeV2BriefRail,.creativeV2Page .creativeWorking,.workspace .sidebarCredit{border-color:var(--mineral-line);background:rgba(255,255,255,.68);box-shadow:0 18px 54px rgba(24,68,72,.1)}.creativeV2Page .creativeProjectGroupToggle em,.creativeV2Page .creativeProjectItem.active em,.creativeV2Page .creativeProjectItem.active small,.workspace .sidebarCredit svg{color:var(--mineral-teal)}.creativeV2Page .creativeWorkspace,.workspaceContent{background:transparent}.creativeV2Topbar,.workspaceHeader{border:0;max-width:1440px;margin-inline:auto}.creativeV2Page .editorBreadcrumb,.creativeV2Page .sectionKicker,.sectionKicker{color:var(--mineral-teal)}.creativeV2DialogHead h2,.creativeV2Page .creativePanelHead h2,.creativeV2TitleBlock h1,.workspaceHeader h1{color:var(--mineral-ink);font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}.creativeV2TitleBlock h1,.workspaceHeader h1{font-size:clamp(42px,5vw,76px);line-height:.92}.creativeV2Page .creativeDrop p,.creativeV2Page .creativeEmpty p,.creativeV2Page .creativePanelHead p,.creativeV2Page em,.creativeV2Page small,.creativeV2TitleBlock p,.workspaceHeader p{color:var(--mineral-muted)}.creativeV2Page .button,.workspace .button{border-radius:14px}.creativeV2Page .primaryButton,.workspace .primaryButton{color:#f8ffff;background:linear-gradient(135deg,#102225,var(--mineral-teal-dark));box-shadow:0 20px 52px rgba(0,157,154,.24)}.creativeV2Page .primaryButton:hover,.workspace .primaryButton:hover{background:linear-gradient(135deg,#102225,var(--mineral-teal));box-shadow:0 26px 70px rgba(0,157,154,.28);transform:translateY(-2px)}.creativeSidebarToggle,.creativeUploadRemove,.creativeV2DialogClose,.creativeV2OverviewActions button,.creativeV2Page .secondaryButton,.workspace .secondaryButton{border-color:var(--mineral-line);border-radius:14px;color:var(--mineral-ink);background:rgba(255,255,255,.7)}.creativeV2AspectGrid button,.creativeV2ChoiceGrid button,.creativeV2ControlPanel>div,.creativeV2MainResult,.creativeV2ModelPanel,.creativeV2OverviewCard,.creativeV2Page .creativePanel,.creativeV2PaletteGrid button,.creativeV2PaletteSummary,.creativeV2PhotoSetCard,.creativeV2PhotoSetDialog,.creativeV2ProjectDialog,.creativeV2ResultCard,.creativeV2ResultControls,.creativeV2ResultToolbar,.creativeV2StyleGrid button,.emptyState,.projectCard,.quickStartPanel,.quickStartTile{border-color:var(--mineral-line);border-radius:20px;background:rgba(255,255,255,.72);box-shadow:var(--mineral-shadow);-webkit-backdrop-filter:blur(18px) saturate(1.1);backdrop-filter:blur(18px) saturate(1.1)}.creativeV2AspectGrid button,.creativeV2ChoiceGrid button,.creativeV2OverviewCard,.creativeV2PaletteGrid button,.creativeV2ResultCard,.creativeV2StyleGrid button,.projectCard,.quickStartTile{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.creativeV2AspectGrid button:hover,.creativeV2ChoiceGrid button:hover:not(:disabled),.creativeV2OverviewCard:hover,.creativeV2PaletteGrid button:hover,.creativeV2ResultCard:hover,.creativeV2StyleGrid button:hover,.projectCard:hover,.quickStartTile:hover{transform:translateY(-4px);border-color:rgba(0,157,154,.28);box-shadow:0 30px 90px rgba(24,68,72,.14)}.creativeV2AspectGrid button strong,.creativeV2ChoiceGrid button>svg,.creativeV2DialogBlock strong,.creativeV2DialogHead span,.creativeV2Page .creativeDrop svg,.creativeV2Page .creativePanelHead>span,.creativeV2PendingOrb svg,.creativeV2QualityNote svg,.emptyState svg,.quickStartTile svg{color:var(--mineral-teal)}.quickStartTile{color:var(--mineral-ink);background:linear-gradient(145deg,rgba(198,232,93,.3),rgba(0,157,154,.08)),rgba(255,255,255,.72)}.creativeProjectItem span,.creativeUpload>div,.creativeV2DialogHead img,.creativeV2OverviewOpen>span,.creativeV2PaletteGrid>button>span,.creativeV2PhotoBaseGrid img,.creativeV2PhotoSetTop img,.creativeV2ResultMedia,.creativeV2StyleGrid span,.projectPreview{border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(219,231,232,.68)),var(--mineral-silver)}.creativeV2MainResultBody>strong,.creativeV2OverviewOpen strong,.creativeV2Page .creativePanelHead h2,.creativeV2ResultToolbar strong,.creativeV2VariantSection>div:first-child strong,.projectMeta h3{color:var(--mineral-ink)}.creativeV2Page{--creative-bg:var(--mineral-bg);--creative-surface:rgba(255,255,255,0.76);--creative-surface-2:rgba(248,253,253,0.7);--creative-border:var(--mineral-line);--creative-border-strong:rgba(0,157,154,0.28);--creative-ink:var(--mineral-ink);--creative-muted:var(--mineral-muted);--creative-green:var(--mineral-teal);--creative-green-soft:rgba(0,157,154,0.08);--creative-coral:var(--mineral-lime);--creative-blue:var(--mineral-teal);--creative-yellow:var(--mineral-lime);--creative-shadow:var(--mineral-shadow);grid-template-columns:318px minmax(0,1fr)}.creativeV2Page .creativeSidebar{border-right:1px solid var(--mineral-line);padding:20px}.creativeV2Page .creativeBrand{min-height:48px}.creativeSidebarToggle{width:44px;height:44px}.creativeV2Page .creativeNew{border-radius:14px}.creativeV2Page .creativeProjectItem{border-radius:16px;margin-top:8px;background:rgba(255,255,255,.62)}.creativeV2Page .creativeProjectItem.active{border-color:rgba(0,157,154,.34);background:linear-gradient(145deg,rgba(198,232,93,.18),rgba(0,157,154,.1)),rgba(255,255,255,.76);box-shadow:0 18px 54px rgba(0,157,154,.14)}.creativeV2Page .creativeProjectGroup .creativeProjectItem:last-child,.creativeV2Page .creativeProjectGroup .creativeProjectItem:nth-child(2){border-radius:16px}.creativeV2Page .creativeWorkspace{padding:30px clamp(18px,3vw,44px) 56px}.creativeV2Topbar{margin-bottom:22px}.creativeV2StageShell{gap:22px}.creativeV2Page .creativePanel{padding:clamp(18px,2.2vw,30px);animation:mineralRise .48s ease both}.creativeV2Page .creativePanelHead>span{border-color:rgba(0,157,154,.18);border-radius:14px;background:linear-gradient(145deg,rgba(198,232,93,.38),rgba(0,157,154,.12))}.creativeV2BriefRail{border-radius:20px;background:rgba(255,255,255,.7);box-shadow:var(--mineral-shadow);-webkit-backdrop-filter:blur(18px) saturate(1.1);backdrop-filter:blur(18px) saturate(1.1);animation:mineralRise .52s ease 80ms both}.creativeV2StepRail button{border-radius:14px;background:rgba(255,255,255,.68)}.creativeV2StepRail button.active{border-color:rgba(0,157,154,.36);box-shadow:inset 4px 0 0 var(--mineral-teal),0 12px 34px rgba(0,157,154,.12)}.creativeV2ProgressTrack i{background:linear-gradient(90deg,var(--mineral-teal),var(--mineral-lime))}.creativeV2Page .creativeDrop{min-height:300px;border-radius:20px;border-color:rgba(0,157,154,.26);background:radial-gradient(circle at 50% 18%,rgba(198,232,93,.22),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.72),rgba(219,231,232,.44))}.creativeV2Page .creativeDrop.dragging{border-color:var(--mineral-teal);background:radial-gradient(circle at 50% 18%,rgba(198,232,93,.28),transparent 34%),rgba(0,157,154,.08)}.creativeV2Page input,.creativeV2Page textarea,.creativeV2PhotoSetInline input,.creativeV2ProjectForm input{border-color:var(--mineral-line);border-radius:14px;background:rgba(255,255,255,.72);color:var(--mineral-ink)}.creativeV2Page input:focus,.creativeV2Page textarea:focus{border-color:rgba(0,157,154,.42);box-shadow:0 0 0 4px rgba(0,157,154,.1)}.creativeV2AspectGrid button.active,.creativeV2ChoiceGrid button.active,.creativeV2CountChoice button.active,.creativeV2DialogChoices button.active,.creativeV2MiniChoice button.active,.creativeV2ModelChoices button.active,.creativeV2PaletteGrid button.active,.creativeV2PhotoBaseGrid button.active,.creativeV2StyleGrid button.active,.creativeV2TextMode button.active{border-color:rgba(0,157,154,.42);color:var(--mineral-teal-dark);background:linear-gradient(145deg,rgba(198,232,93,.18),rgba(0,157,154,.1)),rgba(255,255,255,.82);box-shadow:inset 0 0 0 1px rgba(0,157,154,.36),0 18px 48px rgba(0,157,154,.12)}.creativeV2Pending{border-radius:20px;border-color:rgba(0,157,154,.24);background:radial-gradient(circle at 50% 34%,rgba(255,255,255,.96),rgba(198,232,93,.2) 36%,rgba(237,245,245,.9)),rgba(255,255,255,.72)}.creativeV2PendingOrb{color:var(--mineral-teal);background:conic-gradient(from 0deg,var(--mineral-teal),var(--mineral-lime),#dbe7e8,var(--mineral-teal))}.creativeV2PendingOrb:before{background:rgba(255,255,255,.94)}.creativeV2MainResult,.creativeV2ResultCard{transform-style:preserve-3d}.creativeV2MainResult .creativeV2ResultMedia{box-shadow:0 24px 70px rgba(24,68,72,.14)}.creativeV2QualityNote{border-color:rgba(0,157,154,.16);border-radius:16px;background:rgba(0,157,154,.07)}.creativeV2ModalBackdrop{background:rgba(16,34,37,.42);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.creativeV2PhotoSetDialog,.creativeV2ProjectDialog{animation:mineralDialog .22s ease both}@keyframes mineralRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes mineralDialog{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.creativeV2AspectGrid button,.creativeV2BriefRail,.creativeV2ChoiceGrid button,.creativeV2OverviewCard,.creativeV2Page .creativePanel,.creativeV2PaletteGrid button,.creativeV2PhotoSetDialog,.creativeV2ProjectDialog,.creativeV2ResultCard,.creativeV2StyleGrid button,.projectCard,.quickStartTile{animation:none;transition:none}}@media (max-width:860px){.creativeV2Page .creativeSidebar,.workspace .appSidebar{box-shadow:0 18px 70px rgba(24,68,72,.1)}.creativeV2TitleBlock h1,.workspaceHeader h1{font-size:clamp(38px,12vw,58px)}}@media (max-width:640px){.creativeV2Page .creativeWorkspace{padding:18px 14px 36px}.creativeV2Page .creativeProjectList{display:grid;max-height:260px}.creativeV2BriefRail,.creativeV2Page .creativePanel{border-radius:18px}}.creativeV2Page{overflow-x:clip}.creativeV2SectionDisclosure{width:100%;min-height:72px;border:1px solid var(--creative-border);border-radius:18px;background:rgba(255,255,255,.72);color:var(--creative-ink);display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:12px;gap:12px;padding:13px 16px;text-align:left;box-shadow:var(--creative-shadow)}.creativeV2SectionDisclosure>span{display:grid;grid-gap:4px;gap:4px;min-width:0}.creativeV2SectionDisclosure strong{color:var(--creative-ink);font-size:18px;font-weight:900;line-height:1.2}.creativeV2SectionDisclosure small{color:var(--creative-muted);font-size:13px;font-weight:760;line-height:1.35}.creativeV2SectionDisclosure em{border-radius:999px;background:rgba(0,157,154,.08);color:var(--mineral-teal-dark);font-size:13px;font-style:normal;font-weight:900;line-height:1;padding:9px 12px;white-space:nowrap}.creativeV2SectionDisclosure svg{color:var(--mineral-teal-dark);transition:transform .18s ease}.creativeV2SectionDisclosure.open svg{transform:rotate(90deg)}.creativeV2SectionBody{display:grid;grid-gap:12px;gap:12px}.creativeV2Page .creativeV2PaletteGrid>button>span,.creativeV2Page .creativeV2StyleGrid span{display:block;width:100%;min-width:0;aspect-ratio:1/1}.creativeV2Page .creativeV2PaletteGrid img,.creativeV2Page .creativeV2StyleGrid img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.creativeV2Page .creativeV2PaletteGrid button,.creativeV2Page .creativeV2StyleGrid button{min-width:0;overflow:hidden}.creativeV2ModelPrompt{margin-top:2px}.creativeV2ModelPrompt textarea{min-height:96px}.creativeV2ModeGrid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);grid-gap:16px;gap:16px}.creativeV2ModeCard{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;overflow:hidden;border:1px solid var(--creative-border);border-radius:16px;background:rgba(255,255,255,.68);color:var(--creative-ink);padding:clamp(16px,2vw,22px);display:grid;align-content:space-between;grid-gap:18px;gap:18px;text-align:left;cursor:pointer}.creativeV2ModeSelectPanel{max-width:980px;justify-self:center}.creativeV2ModeSelectPanel .creativeV2ModeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.creativeV2ModeCard:hover{border-color:rgba(0,157,154,.34);box-shadow:0 24px 70px rgba(24,68,72,.12);transform:translateY(-2px)}.creativeV2ModeCard.featured{background:linear-gradient(135deg,rgba(0,157,154,.1),rgba(198,232,93,.16)),rgba(255,255,255,.72);border-color:rgba(0,157,154,.24)}.creativeV2ModeCard>div:first-child{display:grid;grid-gap:10px;gap:10px}.creativeV2ModeCard>div:first-child>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--mineral-teal);background:rgba(0,157,154,.1)}.creativeV2ModeCard strong{color:var(--mineral-ink);font-size:clamp(20px,2vw,28px);line-height:1.08}.creativeV2ModeCard small{max-width:62ch;color:var(--creative-muted);font-size:14px;line-height:1.48;font-weight:760}.creativeV2ModeCard em{justify-self:start;border-radius:999px;background:rgba(0,157,154,.08);color:var(--mineral-teal-dark);font-size:13px;font-style:normal;font-weight:900;padding:8px 11px}.creativeV2AutopilotPanel{max-width:960px;justify-self:center}.creativeV2AutopilotPrompt{display:grid;grid-gap:9px;gap:9px}.creativeV2AutopilotPrompt textarea{min-height:132px}.creativeV2AutopilotPrompt small{color:var(--creative-muted);font-size:13px;font-weight:760;line-height:1.4}.creativeV2ModeCard .button{width:100%;min-height:56px;white-space:normal;text-align:center;line-height:1.18}.creativeV2AutopilotControls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.creativeV2AutopilotControls>div{min-width:0;display:grid;grid-gap:7px;gap:7px}.creativeV2AutopilotControls span{color:var(--creative-muted);font-size:13px;font-weight:850}.creativeV2AutopilotControls small{min-height:34px;font-size:12px}.creativeV2AutopilotControls .creativeV2MiniChoice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px}.creativeV2AutopilotControls .creativeV2MiniChoice button{min-width:0;min-height:42px;padding-inline:8px;white-space:normal}.creativeV2AutopilotStyles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.creativeV2AutopilotStyles.modal{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.creativeV2AutopilotStyles button{min-width:0;border:1px solid var(--creative-border);border-radius:14px;background:rgba(255,255,255,.72);color:var(--creative-ink);padding:9px;display:grid;grid-gap:7px;gap:7px;text-align:left}.creativeV2AutopilotStyles button.active{border-color:rgba(0,157,154,.42);box-shadow:inset 0 0 0 1px rgba(0,157,154,.34),0 14px 38px rgba(0,157,154,.12)}.creativeV2AutopilotStyles span{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:12px;background:var(--creative-surface-2)}.creativeV2AutopilotStyles img{width:100%;height:100%;object-fit:cover}.creativeV2AutopilotStyles strong{font-size:13px;line-height:1.22}.creativeV2AutopilotStyles small{display:-webkit-box;font-size:11px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.creativeV2AutopilotWarning{display:flex;gap:8px;align-items:flex-start;color:var(--creative-muted);font-size:13px;font-weight:760;line-height:1.35}.creativeV2AutopilotWarning svg{flex:0 0 auto;color:var(--mineral-teal)}.creativeV2AutopilotTextBlock{display:grid;grid-gap:10px;gap:10px}.creativeV2AutopilotActions>span,.creativeV2AutopilotTextBlock>span{color:var(--creative-muted);font-size:13px;font-weight:850}.creativeV2AutopilotTextBlock .creativeV2TextMode{grid-template-columns:repeat(3,minmax(0,1fr))}.creativeV2AutopilotActions{display:grid;grid-template-columns:minmax(220px,auto) minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px}.creativeV2SelectedStyle{min-width:0;border:1px solid var(--creative-border);border-radius:14px;background:rgba(255,255,255,.68);padding:10px 12px;display:grid;grid-gap:3px;gap:3px}.creativeV2SelectedStyle span{color:var(--creative-muted);font-size:12px;font-weight:850}.creativeV2SelectedStyle strong{overflow:hidden;color:var(--creative-ink);font-size:15px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.creativeV2AutopilotStyleDialog{width:min(1120px,calc(100vw - 28px));max-width:calc(100vw - 28px);max-height:calc(100dvh - 28px);overflow-x:hidden;overflow-y:auto;border:1px solid var(--mineral-line);border-radius:20px;background:rgba(255,255,255,.92);box-shadow:var(--mineral-shadow);-webkit-backdrop-filter:blur(18px) saturate(1.1);backdrop-filter:blur(18px) saturate(1.1);padding:clamp(16px,2.3vw,26px);grid-gap:18px;gap:18px}.creativeV2AutopilotStyleDialog,.creativeV2ConfirmDialog{box-sizing:border-box;margin:auto;position:relative;display:grid}.creativeV2ConfirmDialog{width:min(440px,calc(100vw - 28px));border:1px solid var(--mineral-line,var(--line));border-radius:18px;background:rgba(255,255,255,.97);box-shadow:var(--mineral-shadow,var(--shadow));padding:clamp(20px,3vw,28px);grid-gap:14px;gap:14px}.creativeV2ConfirmDialog h2{margin:0;font-size:22px;color:var(--mineral-ink,var(--text))}.creativeV2ConfirmDialog p{margin:0;color:var(--muted);line-height:1.5}.creativeV2ConfirmField{display:grid;grid-gap:7px;gap:7px}.creativeV2ConfirmField span{font-size:13px;font-weight:850;color:var(--muted)}.creativeV2ConfirmField input{border:1px solid var(--line);border-radius:12px;padding:12px 13px;background:#fff;color:var(--text);outline:0}.creativeV2ConfirmField input:focus{border-color:var(--brand)}.creativeV2ConfirmDialog .button.danger{background:var(--danger);color:#fff;box-shadow:none}.creativeV2TextDisclosureBlock{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.creativeV2TextMode button{min-height:74px;display:grid;align-content:start;grid-gap:5px;gap:5px;padding:10px 12px;text-align:left}.creativeV2TextMode button span{color:inherit;font-size:13px;font-weight:900}.creativeV2TextMode button small{color:var(--creative-muted);font-size:12px;font-weight:760;line-height:1.3}.creativeV2ModalBackdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;align-items:center;justify-items:center;width:100vw;min-height:100dvh;padding:clamp(14px,3vw,32px);overflow-x:hidden;overflow-y:auto}.creativeV2PhotoSetDialog,.creativeV2ProjectDialog{box-sizing:border-box;width:min(760px,calc(100vw - 28px));max-width:calc(100vw - 28px);max-height:calc(100dvh - 28px);margin:auto;overflow-x:hidden;overflow-y:auto}.creativeV2ProjectDialog{width:min(540px,calc(100vw - 28px))}.creativeV2DialogActions,.creativeV2ProjectForm{min-width:0}.creativeV2DialogActions{flex-wrap:wrap}.creativeV2DialogActions .button{min-width:min(190px,100%)}.creativeV2Page .creativeV2TitleBlock h1{max-width:920px;font-size:clamp(32px,3.5vw,58px);line-height:1.02;overflow-wrap:anywhere;text-wrap:balance}.creativeV2StageShell{width:100%;max-width:min(1440px,calc(100vw - 24px));grid-template-columns:minmax(0,1fr) minmax(270px,320px)}.creativeV2StageShell.noRail{max-width:min(1040px,calc(100vw - 24px));grid-template-columns:minmax(0,1fr)}.creativeV2StageShell.autopilot{grid-template-columns:minmax(0,1fr) minmax(230px,280px)}.creativeV2BriefRail,.creativeV2Page .creativePanel,.creativeV2StageShell .creativeGrid{min-width:0;box-sizing:border-box}.creativeV2BriefRail{width:100%}.creativeV2BriefRail.autopilot .creativeV2StepRail{gap:10px}.creativeV2VariantSection>div:first-child{display:grid;grid-gap:4px;gap:4px}.creativeV2RevisionPrompt small,.creativeV2VariantSection>div:first-child small{color:var(--creative-muted);font-size:13px;font-weight:760;line-height:1.35}.creativeV2Page .creativeV2PhotoSetTop{grid-template-columns:112px minmax(130px,180px) minmax(160px,1fr) minmax(160px,1fr);align-items:end}.creativeV2PhotoSetCard,.creativeV2PhotoSetCard input,.creativeV2PhotoSetCard textarea,.creativeV2PhotoSetTop .button,.creativeV2PhotoSetTop label{min-width:0}.creativeV2PhotoSetTop .button{white-space:normal;line-height:1.18}.creativeV2Page .creativeV2PhotoSetGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}@media (max-width:720px){.creativeV2AutopilotActions,.creativeV2AutopilotControls,.creativeV2AutopilotStyles,.creativeV2AutopilotTextBlock .creativeV2TextMode,.creativeV2ModeGrid,.creativeV2ModeSelectPanel .creativeV2ModeGrid,.creativeV2Page .creativeV2ModelChoices,.creativeV2Page .creativeV2TextMode{grid-template-columns:1fr}.creativeV2SectionDisclosure{grid-template-columns:minmax(0,1fr) auto}.creativeV2SectionDisclosure em{grid-column:1/-1;justify-self:start}}@media (max-width:1100px){.creativeV2Page,.creativeV2Page.sidebarCollapsed{grid-template-columns:1fr}.creativeV2Page .creativeSidebar{width:100%;min-width:0;min-height:auto;position:static}.creativeV2Page .creativeWorkspace{min-width:0}.creativeV2StageShell{max-width:100%}.creativeV2Page .creativeV2PhotoSetTop,.creativeV2StageShell{grid-template-columns:1fr}}@media (max-width:860px){.creativeV2Page,.creativeV2Page.sidebarCollapsed{display:block;min-height:100dvh}.creativeV2Page .creativeSidebar,.creativeV2Page.sidebarCollapsed .creativeSidebar{position:static;z-index:60;width:100%;height:auto;min-height:0;padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.9fr);align-items:center;grid-gap:10px;gap:10px;border-right:0;border-bottom:1px solid var(--mineral-line);box-shadow:0 16px 46px rgba(24,68,72,.12)}.creativeV2Page .creativeBrand{min-width:0;min-height:42px}.creativeV2Page .creativeBrand .logoText{font-size:22px}.creativeV2Page .creativeCabinetLink,.creativeV2Page .creativeLogout,.creativeV2Page .creativeProjectList,.creativeV2Page .creativeSidebarToggle{display:none}.creativeV2Page .creativeNew{min-height:46px;align-self:stretch;justify-content:center;padding-inline:10px;white-space:normal;line-height:1.12}.creativeV2Page .creativeWorkspace{padding:12px 12px 34px}.creativeV2Topbar{margin-bottom:10px}.creativeV2Page .creativeV2TitleBlock h1,.creativeV2TitleBlock h1,.workspaceHeader h1{font-size:24px;line-height:1.08}.creativeV2StageShell,.creativeV2StageShell.autopilot,.creativeV2StageShell.noRail{max-width:100%;display:flex;flex-direction:column;gap:12px}.creativeV2StageShell .creativeGrid{order:2;width:100%}.creativeV2BriefRail{order:1;position:static;z-index:30;gap:8px;padding:10px;border-radius:16px}.creativeV2BriefHead{display:none}.creativeV2ProgressTrack{height:6px}.creativeV2StepRail{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scroll-snap-type:x proximity}.creativeV2StepRail button{flex:0 0 auto;min-width:max-content;min-height:38px;grid-template-columns:auto auto;scroll-snap-align:start;padding:7px 10px}.creativeV2BriefActions{display:none}.creativeV2Page .creativePanel{padding:14px;border-radius:16px}.creativeV2Page .creativePanelHead{gap:10px}.creativeV2Page .creativePanelHead h2{font-size:23px}.creativeV2Page .creativeDrop{min-height:220px}.creativeV2OverviewGrid,.creativeV2Page .creativeUploads,.creativeV2Page .creativeV2PendingGrid,.creativeV2Page .creativeV2ResultGallery{grid-template-columns:1fr}.creativeV2AutopilotStyleDialog,.creativeV2PhotoSetDialog,.creativeV2ProjectDialog{width:min(100%,calc(100vw - 16px));max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:18px;padding:14px}.creativeV2AutopilotStyles.modal{grid-template-columns:repeat(2,minmax(0,1fr))}.creativeV2AutopilotStyles.modal small{-webkit-line-clamp:2}.creativeV2ModalBackdrop{padding:8px}}@media (max-width:430px){.creativeV2Page .creativeSidebar,.creativeV2Page.sidebarCollapsed .creativeSidebar{grid-template-columns:1fr}.creativeV2Page .creativeBrand{display:none}.creativeV2AutopilotStyles.modal{grid-template-columns:1fr}}