.landing-module__AXPQeG__page{background:var(--bg-base,#fafafa);min-height:100dvh;color:var(--text-primary,#1a1816);font-family:var(--font-body,"DM Sans",sans-serif);-webkit-font-smoothing:antialiased;flex-direction:column;display:flex;overflow:hidden auto}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__page{color:#ededed;background:#0a0a0a}}.landing-module__AXPQeG__nav{z-index:50;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 32px;display:flex;position:fixed;top:0}.landing-module__AXPQeG__logoWrap{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:baseline;gap:0;display:flex}.landing-module__AXPQeG__navRight{align-items:center;gap:10px;display:flex}.landing-module__AXPQeG__navLink{color:var(--text-muted,#8a847c);cursor:pointer;background:0 0;border:none;padding:7px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:color .15s}.landing-module__AXPQeG__navLink:hover{color:var(--text-primary,#1a1816)}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__navLink{color:#777}.landing-module__AXPQeG__navLink:hover{color:#fff}}.landing-module__AXPQeG__navCta{color:#1a1816;cursor:pointer;background:#d9f158;border:none;border-radius:99px;padding:9px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s,transform .15s}.landing-module__AXPQeG__navCta:hover{opacity:.9;transform:translateY(-1px)}.landing-module__AXPQeG__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;min-height:100dvh;padding:80px 24px 60px;display:flex}.landing-module__AXPQeG__headline{font-family:var(--font-display,"Clash Display",sans-serif);letter-spacing:-.025em;color:var(--text-primary,#1a1816);margin-bottom:10px;font-size:clamp(28px,4vw,42px);font-weight:500;line-height:1.12}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__headline{color:#fff}}.landing-module__AXPQeG__sub{color:var(--text-muted,#8a847c);max-width:420px;margin-bottom:40px;font-size:16px;line-height:1.5}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__sub{color:#666}}.landing-module__AXPQeG__inputWrap{width:100%;max-width:640px;margin-bottom:24px}.landing-module__AXPQeG__inputBox{background:var(--bg-surface,#fff);border:1.5px solid #00000014;border-radius:20px;padding:14px 14px 10px 20px;transition:box-shadow .2s,border-color .2s;box-shadow:0 2px 12px #0000000a,0 0 0 1px #00000005}.landing-module__AXPQeG__inputBox:focus-within{border-color:var(--accent-primary,#c75d3a);box-shadow:0 4px 20px #c75d3a26,0 0 0 1px var(--accent-primary,#c75d3a)}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__inputBox{box-shadow:none;background:#161616;border-color:#ffffff12}.landing-module__AXPQeG__inputBox:focus-within{border-color:var(--accent-primary,#c75d3a);box-shadow:0 4px 20px #c75d3a33,0 0 0 1px var(--accent-primary,#c75d3a)}}.landing-module__AXPQeG__textarea{resize:none;width:100%;color:var(--text-primary,#1a1816);background:0 0;border:none;outline:none;min-height:48px;font-family:inherit;font-size:16px;line-height:1.5}.landing-module__AXPQeG__textarea::placeholder{color:#b5aea5}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__textarea{color:#f0ede8}.landing-module__AXPQeG__textarea::placeholder{color:#444}}.landing-module__AXPQeG__inputFooter{justify-content:flex-end;align-items:center;margin-top:6px;display:flex}.landing-module__AXPQeG__sendBtn{background:var(--accent-primary,#c75d3a);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .15s cubic-bezier(.34,1.56,.64,1),background .15s;display:flex}.landing-module__AXPQeG__sendBtn:hover:not(:disabled){background:#b54e2c;transform:scale(1.08)}.landing-module__AXPQeG__sendBtn:disabled{opacity:.3;cursor:not-allowed}.landing-module__AXPQeG__sendIcon{width:16px;height:16px}.landing-module__AXPQeG__promptCardsWrap{text-align:center;width:100%;max-width:640px}.landing-module__AXPQeG__chipsLabel{letter-spacing:.07em;text-transform:uppercase;color:#c5bfb9;margin-bottom:16px;font-size:11px;font-weight:600}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__chipsLabel{color:#555}}.landing-module__AXPQeG__promptCards{text-align:left;grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.landing-module__AXPQeG__promptCard{background:var(--bg-surface,#fff);cursor:pointer;border:1px solid #0000000f;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:16px;font-family:inherit;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 8px #00000005}.landing-module__AXPQeG__promptCard:hover{border-color:#0000001f;transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.landing-module__AXPQeG__promptTitle{color:var(--text-primary,#1a1816);font-size:14px;font-weight:600}.landing-module__AXPQeG__promptDesc{color:var(--text-secondary,#5c5650);text-align:left;font-size:13px;line-height:1.4}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__promptCard{background:#111;border-color:#ffffff14}.landing-module__AXPQeG__promptCard:hover{background:#151515;border-color:#ffffff26}.landing-module__AXPQeG__promptTitle{color:#fff}.landing-module__AXPQeG__promptDesc{color:#aaa}}.landing-module__AXPQeG__comparisonSection{width:100%;max-width:760px;margin:0 auto 60px;padding:0 24px}.landing-module__AXPQeG__sectionTitle{font-family:var(--font-display,"Clash Display",sans-serif);text-align:center;color:var(--text-primary,#1a1816);margin-bottom:32px;font-size:clamp(20px,3vw,24px);font-weight:500}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__sectionTitle{color:#fff}}.landing-module__AXPQeG__comparisonGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.landing-module__AXPQeG__cardOthers,.landing-module__AXPQeG__cardOurs{background:var(--bg-surface,#fff);border:1px solid #00000014;border-radius:12px;flex-direction:column;justify-content:flex-start;padding:16px;display:flex;position:relative}.landing-module__AXPQeG__cardOthers{opacity:.7;background:0 0;border:1px dashed #00000026}.landing-module__AXPQeG__cardOurs{background:linear-gradient(135deg,#d9f1580d,#0000);border-color:#d9f15866;box-shadow:0 10px 40px #d9f1580d}.landing-module__AXPQeG__cardHeader{align-items:center;margin-bottom:8px;display:flex}.landing-module__AXPQeG__badgeOthers{text-transform:uppercase;color:var(--text-muted,#8a847c);letter-spacing:.05em;font-size:12px;font-weight:700}.landing-module__AXPQeG__badgeOurs{text-transform:uppercase;color:#1a1816;letter-spacing:.05em;background:#d9f158;border-radius:99px;padding:4px 10px;font-size:12px;font-weight:700}.landing-module__AXPQeG__cardOurs p,.landing-module__AXPQeG__cardOthers p{color:var(--text-secondary,#5c5650);margin:0;font-size:14px;line-height:1.4}.landing-module__AXPQeG__cardOurs p strong{color:var(--text-primary,#1a1816);font-weight:600}.landing-module__AXPQeG__comingSoon{color:var(--accent-primary,#c75d3a);align-items:center;gap:6px;margin-top:12px;font-size:11px;font-weight:600;display:flex}.landing-module__AXPQeG__comingSoon:before{content:"✦"}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__cardOthers{border-color:#ffffff26}.landing-module__AXPQeG__cardOurs{background:linear-gradient(135deg,#d9f15805,#0000);border-color:#d9f15833}.landing-module__AXPQeG__badgeOthers{color:#666}.landing-module__AXPQeG__badgeOurs{color:#000}.landing-module__AXPQeG__cardOurs p,.landing-module__AXPQeG__cardOthers p{color:#aaa}.landing-module__AXPQeG__cardOurs p strong{color:#fff}.landing-module__AXPQeG__comingSoon{color:#d9f158}}.landing-module__AXPQeG__gallery{display:none}.landing-module__AXPQeG__footer{color:#c5bfb9;justify-content:space-between;align-items:center;padding:20px 32px;font-size:12px;display:flex}@media (prefers-color-scheme:dark){.landing-module__AXPQeG__footer{color:#333}}.landing-module__AXPQeG__footerLinks{gap:20px;display:flex}.landing-module__AXPQeG__footerLink{color:inherit;cursor:pointer;font:inherit;background:0 0;border:none;text-decoration:none;transition:color .15s}.landing-module__AXPQeG__footerLink:hover{color:var(--text-muted,#8a847c)}@media (max-width:600px){.landing-module__AXPQeG__nav{padding:0 16px}.landing-module__AXPQeG__hero{padding:80px 16px 40px}.landing-module__AXPQeG__promptCards,.landing-module__AXPQeG__comparisonGrid{grid-template-columns:1fr}}
