*{box-sizing:border-box}:root{--bg:#f6f7f4;--surface:#fff;--surface-soft:#f2f5f2;--surface-warm:#fbfaf6;--text:#1f2933;--muted:#7a817a;--muted-strong:#53615c;--border:#e7e2d8;--border-strong:#d8d2c5;--nav:#17232b;--nav-soft:#20303a;--nav-muted:#8b9aa3;--accent-warm:#e8c15a;--accent-warm-soft:#f6e8be;--accent-cool:#4f7f73;--accent-cool-soft:#e6f1ed;--success:#4f8a63;--danger:#b85c50;--shadow:0 18px 48px #1f293314;--shadow-soft:0 8px 26px #1f29330f;--focus-ring:0 0 0 3px #e8c15a57}html,body,#root{width:100%;height:100%;margin:0}body{color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button,textarea{font:inherit}button{cursor:pointer;transition:background-color .16s,border-color .16s,box-shadow .16s,color .16s,transform .12s}button:hover:not(:disabled){transform:translateY(-1px)}button:active:not(:disabled){transform:translateY(0)}button:focus-visible,textarea:focus-visible{box-shadow:var(--focus-ring);outline:none}.appShell{background:linear-gradient(180deg, var(--surface-warm), var(--bg));grid-template-columns:clamp(236px,19vw,280px) minmax(0,1fr) clamp(300px,25vw,360px);height:100dvh;min-height:0;display:grid;overflow:hidden}.sidebar{color:#eef4f6;background:linear-gradient(180deg, var(--nav), #101b22);flex-direction:column;gap:20px;min-width:0;min-height:0;padding:22px 16px;display:flex;overflow-y:auto}.brand,.userCard{align-items:center;gap:12px;display:flex}.brandMark,.avatar{border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.brandMark{color:#17232b;background:linear-gradient(135deg, var(--accent-warm), #f3d98b);box-shadow:0 8px 20px #e8c15a38}.brand strong{font-size:26px;line-height:1;display:block}.brand span,.userCard span{color:var(--nav-muted);margin-top:6px;font-size:14px;display:block}.sideNav{gap:6px;display:grid}.sideNav button{color:#dce5e8;text-align:left;background:0 0;border:0;border-radius:12px;grid-template-columns:28px 1fr auto;align-items:center;gap:12px;width:100%;padding:11px 12px;display:grid}.sideNav button:hover{color:#fff;background:#ffffff0f}.sideNav button.active{color:#f7d879;background:#ffffff1a}.navIcon{border:1px solid #ffffff2e;border-radius:8px;place-items:center;width:28px;height:28px;font-size:13px;display:grid}.lockIcon{border:1.5px solid #aab5bb;border-radius:3px;width:14px;height:11px;position:relative}.lockIcon:before{content:"";border:1.5px solid #aab5bb;border-bottom:0;border-radius:8px 8px 0 0;width:8px;height:8px;position:absolute;top:-8px;left:2px}.giftCard,.userCard{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px}.giftCard{margin-top:auto;padding:16px}.giftCard p{color:#ccd7dc;margin:10px 0 14px;line-height:1.45}.giftCard button{color:#17232b;background:var(--accent-warm);border:0;border-radius:10px;width:100%;padding:12px 14px;font-weight:700}.giftCard button:hover{background:#f0cd6d}.userCard{padding:10px}.avatar{color:#17232b;background:#eef2f4}.chatWorkspace{border-right:1px solid var(--border);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.topBar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;flex:none;justify-content:space-between;align-items:center;gap:18px;min-height:62px;padding:12px clamp(22px,3vw,36px);display:flex}.topBarLabel{margin-right:14px;font-weight:700}.projectSelect,.helpButton{border:1px solid var(--border);color:var(--text);background:var(--surface);border-radius:10px;padding:10px 16px}.helpButton{color:var(--muted-strong)}.projectSelect:hover,.helpButton:hover{border-color:var(--border-strong);background:var(--surface-soft)}.chatIntro{text-align:center;flex:none;padding:clamp(26px,5vh,52px) clamp(24px,4vw,44px) 14px}.chatIntro h1{letter-spacing:0;margin:0 0 12px;font-size:clamp(30px,3.5vw,42px);line-height:1.05}.chatIntro p{max-width:760px;color:var(--muted);margin:0 auto;font-size:16px;line-height:1.45}.messages{flex:auto;min-height:0;padding:10px clamp(22px,4vw,64px) 18px;scroll-padding-bottom:18px;overflow:auto}.message{gap:14px;margin:18px 0;display:flex}.message-user{justify-content:flex-end}.assistantMark{color:#17232b;background:linear-gradient(135deg, var(--accent-warm), #f3d98b);border-radius:50%;flex:none;place-items:center;width:40px;height:40px;font-weight:800;display:grid;box-shadow:0 8px 20px #e8c15a2e}.messageCard{border:1px solid var(--border);background:var(--surface);width:min(720px,100%);box-shadow:var(--shadow-soft);border-radius:16px;padding:18px 20px}.message-user .messageCard{background:linear-gradient(180deg, #f7fbf8, var(--surface-soft));border-color:#d9e5de;width:fit-content;max-width:min(620px,82%)}.messageText p{margin:0 0 8px;line-height:1.58}.messageText p:last-child{margin-bottom:0}.messageCard time{color:#98a09a;text-align:right;margin-top:10px;font-size:12px;display:block}.messageActions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.actionButton,.composer button{border:1px solid var(--border);color:var(--text);background:var(--surface);border-radius:12px;padding:12px 18px}.actionButton:hover,.composer button:hover{border-color:var(--border-strong);background:var(--surface-soft)}.action-primary,.composer button{border-color:var(--accent-warm);background:var(--accent-warm);font-weight:700}.action-primary:hover,.composer button:hover{background:#f0cd6d;border-color:#e0b84e}.action-ghost{background:0 0}.action-ghost:hover{background:#4f7f7314}.resultBlock{border-top:1px solid var(--border);gap:14px;margin-top:18px;padding-top:18px;display:grid}.resultBlock h3{margin:0}.resultList{border:1px solid var(--border);background:var(--surface-warm);border-radius:12px;padding:14px}.resultList ul{margin:8px 0 0;padding-left:20px}.artifactCardList{gap:12px;display:grid}.artifactCardListHeader{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.artifactCardListHeader span{font-weight:800}.artifactCardListHeader small{color:var(--muted);font-weight:700}.artifactGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.artifactCard{border:1px solid var(--border);background:var(--surface-warm);border-radius:12px;align-content:start;gap:12px;padding:14px;display:grid}.artifactCard-open{grid-column:1/-1}.artifactCardHeader{align-items:flex-start;gap:12px;display:flex}.artifactIcon{border:1px solid var(--border);background:var(--surface);border-radius:10px;flex:none;place-items:center;width:36px;height:36px;font-size:20px;display:grid}.artifactCard h4,.artifactCard h5,.artifactCard h6,.artifactCard p{margin:0}.artifactCard h4{font-size:15px;line-height:1.25}.artifactCardHeader p{color:var(--muted);margin-top:6px;font-size:13px;line-height:1.45}.artifactActions{flex-wrap:wrap;gap:8px;display:flex}.artifactActions button{border:1px solid var(--border-strong);color:var(--muted-strong);background:var(--surface);border-radius:999px;padding:8px 10px;font-size:12px;font-weight:800}.artifactActions button:first-child{border-color:var(--accent-warm);color:var(--text);background:var(--accent-warm-soft)}.artifactActions button:hover{border-color:var(--accent-cool);background:var(--accent-cool-soft)}.artifactContent{border-top:1px solid var(--border);color:var(--text);gap:8px;padding-top:12px;font-size:14px;line-height:1.55;display:grid}.artifactContent h5{margin-top:4px;font-size:15px}.artifactContent h6{color:var(--muted-strong);font-size:14px}.artifactBullet{padding-left:18px;position:relative}.artifactBullet:before{content:"";background:var(--accent-cool);border-radius:50%;width:5px;height:5px;position:absolute;top:.72em;left:4px}.artifactSpacer{height:6px}.artifactStructuredItems{gap:10px;display:grid}.artifactStructuredItem{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;gap:5px;padding:10px;display:grid}.composerArea{flex:none;gap:10px;margin:0 clamp(22px,4vw,64px) 16px;display:grid}.quickEditPanel{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#ffffffd6;border-radius:16px;padding:12px}.quickEditPanel p{color:var(--muted);margin:0 0 10px;font-size:13px;line-height:1.4}.quickEditChips{flex-wrap:wrap;gap:8px;display:flex}.quickEditChips button{border:1px solid var(--border);color:var(--muted-strong);background:var(--surface);border-radius:999px;padding:8px 11px;font-size:13px;font-weight:700}.quickEditChips button:hover{border-color:var(--accent-cool);background:var(--accent-cool-soft)}.composer{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:18px;grid-template-columns:1fr auto;gap:12px;padding:12px;display:grid}.composer:focus-within{border-color:var(--accent-warm);box-shadow:var(--shadow), var(--focus-ring)}.composer textarea{resize:none;min-width:0;min-height:52px;max-height:96px;color:var(--text);border:0;outline:none;line-height:1.45}.composer textarea:disabled{color:#8c938d;background:0 0}.composer button:disabled{cursor:default;opacity:.45;transform:none}.rightPanel{background:linear-gradient(180deg, var(--surface-warm), #f3f6f2);flex-direction:column;gap:14px;min-width:0;height:100%;min-height:0;padding:22px;display:flex;overflow:auto}.panelCard{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:14px;padding:18px}.panelCard h2{margin:0 0 14px;font-size:17px;line-height:1.25}.panelCard p,.muted{color:var(--muted);line-height:1.55}.steps,.plainList,.lockedList{margin:0;padding-left:20px}.steps li,.plainList li,.lockedList li{margin:10px 0;line-height:1.45}.steps li.done{color:var(--success);font-weight:700}.lockedList span{float:right;color:#9ba39e;font-size:12px}.sitePreviewShell{gap:14px;display:grid}.siteStatusBar{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.sitePreviewPanel{background:linear-gradient(180deg, #fffffff5, #fbfaf6f0), var(--surface);padding:16px;overflow:hidden}.sitePreview{border:1px solid var(--border);background:linear-gradient(135deg,#fffaf0,#e9f2ed);border-radius:18px;padding:12px 14px 18px;position:relative;overflow:hidden;box-shadow:0 18px 36px #1f29331a}.sitePreview-natural{background:radial-gradient(circle at 86% 18%,#e8c15a42,#0000 28%),linear-gradient(135deg,#fffaf0,#e9f2ed)}.sitePreview-light{background:radial-gradient(circle at 86% 18%,#78a1b82e,#0000 28%),linear-gradient(135deg,#fff,#eef3f6)}.sitePreview-premium{color:#f6f0df;background:radial-gradient(circle at 88% 16%,#e8c15a38,#0000 30%),linear-gradient(135deg,#11191d,#314039 58%,#1d2b2f);border-color:#3a423f}.sitePreview-bright{background:radial-gradient(circle at 86% 18%,#e8c15a5c,#0000 28%),linear-gradient(135deg,#fff7e0,#e8f5ff)}.previewBrowserBar{gap:5px;margin-bottom:13px;display:flex}.previewBrowserBar span{background:#53615c47;border-radius:50%;width:7px;height:7px}.sitePreview-premium .previewBrowserBar span{background:#f6f0df52}.sitePreviewTopline{color:var(--muted-strong);text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;font-size:11px;font-weight:700;display:flex}.sitePreview-premium .sitePreviewTopline{color:#d7cda9}.sitePreviewHeroBody{gap:12px;display:grid}.sitePreview strong{max-width:95%;font-size:25px;line-height:1.08;display:block}.sitePreview p{max-width:96%;color:var(--muted-strong);margin:0;font-size:14px;line-height:1.5}.sitePreview-premium p{color:#d8dedb}.sitePreview button{color:#17232b;background:var(--accent-warm);border:0;border-radius:999px;justify-content:center;align-items:center;width:fit-content;max-width:100%;padding:11px 16px;font-weight:700;display:inline-flex;box-shadow:0 10px 20px #654e1729}.previewMiniBlock{border:1px solid var(--border);background:#ffffffbd;border-radius:14px;padding:14px;box-shadow:0 8px 22px #1f29330d}.previewMiniBlock h3{color:var(--muted-strong);margin:0 0 12px;font-size:14px}.benefitGrid{gap:9px;margin:0;padding:0;list-style:none;display:grid}.benefitGrid li{background:linear-gradient(180deg, #f8fcf9, var(--accent-cool-soft));color:var(--text);border:1px solid #4f7f7324;border-radius:10px;grid-template-columns:26px 1fr;align-items:center;gap:9px;padding:9px;font-size:13px;line-height:1.35;display:grid}.benefitGrid li span{color:#315c42;background:#d8ebe0;border-radius:50%;place-items:center;width:26px;height:26px;font-size:12px;font-weight:800;display:grid}.benefitGrid li strong{font-size:13px;line-height:1.3}.previewSections{counter-reset:preview-section;gap:0;margin:0;padding:0;list-style:none;display:grid}.previewSections li{color:var(--muted);counter-increment:preview-section;grid-template-columns:26px 1fr;align-items:start;gap:4px 10px;padding-bottom:13px;font-size:13px;line-height:1.4;display:grid;position:relative}.previewSections li:not(:last-child):after{background:var(--border);content:"";border-radius:999px;width:2px;position:absolute;top:28px;bottom:4px;left:12px}.previewSections li:last-child{padding-bottom:0}.previewSections li:before{z-index:1;color:#315c42;background:var(--accent-cool-soft);content:counter(preview-section);border-radius:50%;place-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:grid;position:relative}.previewSections strong,.previewSections span{grid-column:2}.previewSections strong{color:var(--text)}.previewWorksBlock{background:linear-gradient(#fff,#f2f7f3);border:1px solid #4f7f732e;border-radius:14px;gap:12px;padding:14px;display:grid;box-shadow:0 8px 22px #1f29330d}.previewWorksBlock h3{margin:0;font-size:14px}.previewWorksBlock div:first-child span{color:var(--muted);margin-top:4px;font-size:12px;display:block}.previewWorksGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.previewWorksGrid article{border:1px solid var(--border);background:var(--surface);border-radius:10px;min-width:0;overflow:hidden}.previewWorksGrid article span{background:linear-gradient(135deg,#e8c15a38,#0000 52%),linear-gradient(135deg,#dbe8df,#f7f1df);height:54px;display:block}.previewWorksGrid article strong{color:var(--muted-strong);padding:7px;font-size:11px;line-height:1.25;display:block}.previewStyleSummary{flex-wrap:wrap;gap:8px;display:flex}.previewStyleSummary span{border:1px solid var(--border);color:var(--muted-strong);background:#ffffffc2;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.openFullPreviewButton{color:#17232b;background:var(--accent-warm);border:0;border-radius:12px;width:100%;padding:12px 14px;font-weight:800}.openFullPreviewButton:hover{background:#f0cd6d}.openFullPreviewButton-top{box-shadow:0 10px 22px #654e1724}.previewNote{border-left:3px solid var(--accent-warm);color:var(--muted);background:#ffffffa3;border-radius:0 10px 10px 0;margin:0;padding:9px 10px;font-size:13px;line-height:1.45}.siteRegionBadge{border:1px solid var(--border);color:var(--muted-strong);background:#ffffffb8;border-radius:999px;padding:6px 9px;font-weight:700}.fullPreviewOverlay{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11191d94;place-items:center;padding:22px;display:grid;position:fixed;inset:0;overflow:auto}.fullPreviewFrame{background:var(--surface);border:1px solid #ffffff42;border-radius:20px;width:min(1060px,100%);max-height:min(920px,100dvh - 44px);overflow:auto;box-shadow:0 28px 80px #11191d47}.fullPreviewHeader{z-index:1;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex;position:sticky;top:0}.fullPreviewHeader div{gap:3px;display:grid}.fullPreviewHeader span{color:var(--success);font-size:12px;font-weight:800}.fullPreviewHeader strong{font-size:17px}.fullPreviewHeader button{border:1px solid var(--border);color:var(--muted-strong);background:var(--surface);border-radius:999px;padding:9px 13px;font-weight:700}.fullLanding{color:var(--text);background:#f8faf7}.fullLanding-natural{background:#f8faf4}.fullLanding-light{background:#f7fafc}.fullLanding-premium{color:#f6f0df;background:#11191d}.fullLanding-bright{background:#fffaf0}.fullLandingHero{background:radial-gradient(circle at 86% 22%,#e8c15a52,#0000 28%),linear-gradient(135deg,#fffaf0,#e8f1ec);min-height:440px;padding:clamp(22px,4vw,48px)}.fullLanding-light .fullLandingHero{background:radial-gradient(circle at 86% 22%,#78a1b838,#0000 28%),linear-gradient(135deg,#fff,#edf4f8)}.fullLanding-premium .fullLandingHero{background:radial-gradient(circle at 86% 20%,#e8c15a3d,#0000 30%),linear-gradient(135deg,#10181c,#2e4038)}.fullLanding-bright .fullLandingHero{background:radial-gradient(circle at 86% 22%,#e8c15a66,#0000 28%),linear-gradient(135deg,#fff4d1,#e4f6ff)}.fullLandingHero nav{justify-content:space-between;align-items:center;gap:14px;margin-bottom:clamp(42px,8vw,92px);font-weight:800;display:flex}.fullLandingHero nav span{background:#ffffff8a;border:1px solid #53615c33;border-radius:999px;padding:8px 11px}.fullLandingHeroContent{gap:18px;max-width:720px;display:grid}.fullLandingHeroContent>span{color:var(--muted-strong);text-transform:uppercase;font-size:13px;font-weight:800}.fullLanding-premium .fullLandingHeroContent>span,.fullLanding-premium .fullLandingHeroContent p{color:#d8dedb}.fullLandingHero h1{margin:0;font-size:clamp(36px,6vw,68px);line-height:1}.fullLandingHero p{max-width:620px;color:var(--muted-strong);margin:0;font-size:18px;line-height:1.55}.fullLandingHero button,.fullFinalCta button,.fullPriceBlock button{color:#17232b;background:var(--accent-warm);border:0;border-radius:999px;width:fit-content;padding:13px 18px;font-weight:800;box-shadow:0 12px 24px #654e172e}.fullLandingSection,.fullTrustBlock,.fullFinalCta,.fullPriceBlock,.fullUnknownSection{padding:clamp(22px,4vw,44px)}.fullSectionHeading{align-items:center;gap:12px;margin-bottom:18px;display:flex}.fullSectionHeading span{color:#315c42;background:var(--accent-cool-soft);border-radius:50%;place-items:center;width:36px;height:36px;font-size:13px;font-weight:900;display:grid}.fullSectionHeading h2,.fullTrustBlock h2,.fullFinalCta h2,.fullUnknownSection h2{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.1}.fullBenefitsGrid,.fullWorksGrid,.fullReviewsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.fullReviewsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.fullBenefitsGrid article,.fullWorksGrid article,.fullReviewsGrid article,.fullTrustBlock,.fullFinalCta,.fullPriceBlock,.fullUnknownSection{box-shadow:var(--shadow-soft);background:#ffffffb8;border:1px solid #4f7f7329;border-radius:16px}.fullLanding-premium .fullBenefitsGrid article,.fullLanding-premium .fullWorksGrid article,.fullLanding-premium .fullReviewsGrid article,.fullLanding-premium .fullTrustBlock,.fullLanding-premium .fullFinalCta,.fullLanding-premium .fullPriceBlock,.fullLanding-premium .fullUnknownSection{background:#ffffff0f;border-color:#f6f0df24}.fullBenefitsGrid article{gap:14px;padding:18px;display:grid}.fullBenefitsGrid article span{background:linear-gradient(135deg, #e8c15a99, transparent), var(--accent-cool-soft);border-radius:12px;width:38px;height:38px}.fullBenefitsGrid strong{font-size:18px;line-height:1.25}.fullWorksGrid article{overflow:hidden}.fullWorksGrid article span{background:linear-gradient(135deg,#e8c15a3d,#0000 52%),linear-gradient(135deg,#dbe8df,#f7f1df);height:150px;display:block}.fullWorksGrid article strong,.fullWorksGrid article p{margin:0;padding-inline:14px;display:block}.fullWorksGrid article strong{padding-top:14px}.fullWorksGrid article p{color:var(--muted);padding-top:6px;padding-bottom:14px;line-height:1.45}.fullTrustBlock{margin:0 clamp(22px,4vw,44px)}.fullTrustBlock span,.fullFinalCta span{color:var(--success);text-transform:uppercase;margin-bottom:10px;font-size:13px;font-weight:900;display:block}.fullTrustBlock p{max-width:680px;color:var(--muted);margin:14px 0 0;line-height:1.55}.fullPriceBlock{gap:18px;margin:0 clamp(22px,4vw,44px);display:grid}.fullPriceBlock>div:last-child{gap:10px;max-width:620px;display:grid}.fullPriceBlock strong{font-size:22px}.fullPriceBlock p,.fullFinalCta p,.fullUnknownSection p{color:var(--muted);margin:0;line-height:1.55}.fullReviewsGrid article{gap:14px;padding:18px;display:grid}.fullReviewsGrid p{color:var(--muted-strong);margin:0;line-height:1.55}.fullReviewsGrid strong{color:var(--text)}.fullUnknownSection{margin:0 clamp(22px,4vw,44px)}.fullFinalCta{gap:14px;margin:0 clamp(22px,4vw,44px) clamp(22px,4vw,44px);display:grid}@media (width<=1100px){.appShell{grid-template-columns:240px minmax(0,1fr)}.rightPanel{display:none}}@media (width<=760px){.appShell{flex-direction:column;height:100dvh;min-height:0;display:flex;overflow:hidden}.sidebar{flex:none;gap:12px;max-height:220px;padding:14px;overflow-y:auto}.brandMark{width:34px;height:34px}.brand strong{font-size:23px}.brand span{margin-top:2px;font-size:12px}.sideNav{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.sideNav button{flex:0 0 132px;padding:9px 10px}.giftCard,.userCard{display:none}.chatWorkspace{border-right:0;flex:auto;min-height:0}.topBar{min-height:54px;padding:10px 16px}.topBarLabel{display:none}.projectSelect,.helpButton{padding:8px 11px}.chatIntro{padding:20px 18px 10px}.chatIntro h1{font-size:28px}.chatIntro p{font-size:14px}.messages{padding:6px 16px 12px}.message{gap:10px}.assistantMark{width:34px;height:34px}.messageCard{padding:14px}.composerArea{margin:0 16px 12px}.quickEditPanel{padding:10px}.quickEditChips{gap:7px}.quickEditChips button{padding:8px 10px;font-size:12px}.composer{grid-template-columns:1fr}.composer textarea{min-height:42px}}.siteQuestionsCard{border:1px solid var(--border);background:var(--surface);width:min(720px,100%);box-shadow:var(--shadow-soft);border-radius:16px;margin:18px 0 18px 54px;padding:20px}.siteQuestionsCard header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.siteQuestionsCard h2,.siteQuestion h3{margin:0}.siteQuestionsCard header span{color:var(--muted);background:var(--surface-soft);white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:14px;font-weight:700}.siteQuestionsList{gap:14px;display:grid}.siteQuestion{border:1px solid var(--border);background:var(--surface-warm);border-radius:14px;padding:16px}.siteQuestion h3{color:var(--muted-strong);font-size:16px;line-height:1.35}.answerOptions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.answerOptions button{border:1px solid var(--border);color:var(--text);background:var(--surface);border-radius:999px;padding:10px 13px}.answerOptions button:hover{border-color:var(--accent-cool);background:var(--accent-cool-soft)}.answerOptions button.selected{border-color:var(--accent-cool);color:#284b43;background:var(--accent-cool-soft);font-weight:700}.generateSiteButton{color:#17232b;background:var(--accent-warm);border:0;border-radius:12px;width:100%;margin-top:18px;padding:14px 18px;font-weight:800}.generateSiteButton:hover{background:#f0cd6d}.generateSiteButton:disabled{cursor:default;opacity:.45;transform:none}.siteStatus{color:#315c42;background:#e6f1e9;border-radius:999px;margin:0;padding:7px 11px;font-size:14px;font-weight:700;display:inline-flex}@media (width<=760px){.fullPreviewOverlay{align-items:start;padding:10px}.fullPreviewFrame{border-radius:16px;max-height:calc(100dvh - 20px)}.fullPreviewHeader{flex-direction:column;align-items:flex-start}.fullPreviewHeader button{width:100%}.fullLandingHero{min-height:360px;padding:22px}.fullLandingHero nav{flex-direction:column;align-items:flex-start;margin-bottom:46px}.fullLandingHero h1{font-size:34px}.fullLandingHero p{font-size:16px}.fullLandingHero button,.fullFinalCta button,.fullPriceBlock button{width:100%}.fullBenefitsGrid,.fullWorksGrid,.fullReviewsGrid{grid-template-columns:1fr}.fullTrustBlock,.fullPriceBlock,.fullUnknownSection{margin:0 18px}.fullFinalCta{margin:0 18px 18px}.sitePreviewPanel{padding:14px}.siteStatusBar,.sitePreviewTopline{flex-direction:column;align-items:flex-start}.sitePreview{border-radius:16px;padding:11px 12px 16px}.sitePreview strong{max-width:100%;font-size:21px}.sitePreview p{max-width:100%;font-size:13px}.sitePreview button{justify-content:center;width:100%}.previewMiniBlock{padding:12px}.previewWorksGrid{grid-template-columns:1fr}.benefitGrid li{grid-template-columns:24px 1fr}.previewStyleSummary span{max-width:100%}.siteQuestionsCard{width:100%;margin-left:0;padding:16px}.siteQuestionsCard header{flex-direction:column;align-items:flex-start;gap:10px}.siteQuestion{padding:14px}.siteQuestion h3{font-size:15px}.answerOptions{gap:8px}.answerOptions button{padding:9px 11px;font-size:14px}}@media (height<=800px) and (width>=761px){.sidebar{gap:12px;padding:16px 14px}.brandMark,.avatar{width:36px;height:36px}.brand strong{font-size:24px}.brand span,.userCard span{margin-top:3px;font-size:13px}.sideNav button{padding:9px 10px}.giftCard{padding:14px}.giftCard p{font-size:14px;line-height:1.4}.giftCard button{padding:10px 12px}.topBar{min-height:56px;padding-block:9px}.chatIntro{padding-top:24px;padding-bottom:10px}.chatIntro h1{margin-bottom:8px;font-size:clamp(28px,3vw,36px)}.chatIntro p{font-size:15px;line-height:1.4}.message{margin:12px 0}.messageCard{padding:16px 18px}.messages{padding-top:4px;padding-bottom:12px}.composer{margin-bottom:12px;padding:10px}.composer textarea{min-height:44px}.rightPanel{gap:12px;padding:16px}.panelCard{padding:16px}}
