:root{color-scheme:light;--paper:#faf9f6;--white:#fff;--navy:#182d4c;--muted:#5c6572;--wine:#870a30;--line:#e5e3e1;--blue:#edf3fc;--blush:#f8f1f2}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--navy);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
.page{max-width:1440px;min-height:100svh;margin:auto;padding:0 64px;display:flex;flex-direction:column}
.masthead{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}
.brand{display:inline-flex;align-items:center;gap:13px;text-decoration:none;color:var(--navy);font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:700;letter-spacing:-.8px}
.brand:focus-visible{outline:2px solid var(--wine);outline-offset:7px;border-radius:4px}
.brand-mark{display:grid;place-items:center;background:#fff;width:49px;height:49px;border:1px solid #e9e7e3;border-radius:50%;overflow:hidden}
.brand-mark img{display:block;width:44px;height:44px;object-fit:contain}
.release{color:var(--muted);font-family:Georgia,"Times New Roman",serif;font-size:16px;font-style:italic}
main{flex:1;display:flex;align-items:center;padding:66px 0 52px}
.hero{width:100%;display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:72px;align-items:center}
.introduction{padding-bottom:26px}
.eyebrow{margin:0 0 25px;font-size:12px;line-height:1.5;letter-spacing:2px;font-weight:650;color:var(--wine)}
h1{font:400 clamp(52px,5vw,74px)/1.05 Georgia,"Times New Roman",serif;letter-spacing:-2.9px;margin:0 0 29px}
h1 em{font-weight:400;color:var(--wine)}
.lede{font-size:21px;line-height:1.48;font-weight:500;letter-spacing:-.3px;margin:0 0 20px}
.description{max-width:410px;margin:0 0 15px;font-size:17px;line-height:1.65;color:var(--muted)}
.detail{font-size:16px}
.launch-note{display:flex;align-items:center;flex-wrap:wrap;column-gap:10px;row-gap:5px;margin-top:34px;font-size:14px;line-height:1.6;color:var(--muted)}
.launch-note strong{color:var(--wine);font-weight:650}
.launch-rule{width:27px;height:2px;background:var(--wine);margin-right:3px}
.preview{margin:0;position:relative;min-width:0}
.workspace{background:var(--white);border:1px solid #e2dedd;border-radius:12px;box-shadow:0 24px 60px -24px #23314b2b,0 2px 8px #17294105;overflow:hidden}
.workspace-top{padding:18px 26px;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--line);background:#fffefd}
.workspace-name{font-size:11px;font-weight:650;letter-spacing:1.4px;color:var(--muted)}
.preview-label{font-size:12px;color:#6b6470}
.conversation{padding:26px}
h2{font:400 27px/1.25 Georgia,"Times New Roman",serif;letter-spacing:-.6px;margin:0 0 22px}
.message{padding:13px 16px;border-radius:7px;margin-bottom:11px}
.user-message{background:var(--blue);margin-left:28px}
.assistant-message{background:var(--blush);margin-right:18px}
.speaker{font-size:12px;line-height:1.5;font-weight:700;display:block;margin-bottom:4px}
.assistant-message .speaker{color:var(--wine)}
.assistant-symbol{font-size:15px;margin-right:3px}
.message p{font-size:14px;line-height:1.55;margin:0;color:#25364f}
.hoots{margin:24px 0 21px}
.hoots-heading{display:flex;justify-content:space-between;gap:10px;align-items:baseline;padding-bottom:10px;border-bottom:1px solid var(--line)}
h3{margin:0;font:400 20px/1.3 Georgia,"Times New Roman",serif;letter-spacing:-.2px}
.hoots-heading>span{font-size:12px;color:var(--muted)}
.hoot-list{padding:0;margin:0;list-style:none}
.hoot-list li{display:flex;align-items:center;gap:13px;padding:16px 0;border-bottom:1px solid #eeeae8}
.hoot-list li:last-child{border-bottom:0;padding-bottom:0}
.hoot-icon{width:32px;height:34px;flex-shrink:0;display:grid;place-items:center;background:#f8f4f4;color:var(--wine);border-radius:5px}
.hoot-icon svg{width:21px;height:21px}
.hoot-text{min-width:0;flex:1}
h4{font-size:14px;line-height:1.4;font-weight:600;margin:0 0 3px}
.hoot-text p{font-size:12px;line-height:1.45;color:var(--muted);margin:0}
.status{font-size:11px;line-height:1.5;padding:4px 8px;border-radius:4px;white-space:nowrap}
.needs-you{background:#fbefdf;color:#86551d}
.preparing{background:#eaf3ed;color:#376a50}
.exploring{background:#edf1f8;color:#4d6180}
.composer-preview{min-height:51px;border:1px solid #b36f82;border-radius:7px;padding:7px 8px 7px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#697184;font-size:13px;line-height:1.4;background:#fff}
.send-preview{display:grid;place-items:center;width:34px;height:34px;border-radius:5px;flex-shrink:0;background:var(--wine);color:white}
.send-preview svg{width:22px;height:22px}
.control-note{font-size:12px;color:var(--muted);text-align:center;margin:12px 0 0;line-height:1.5}
figcaption{font-size:12px;color:#717784;text-align:center;line-height:1.5;margin-top:17px}
footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:23px 0 26px;color:#68707c}
footer p{font-size:12px;line-height:1.5;margin:0}
@media(min-width:1600px){main{padding:80px 0}.hero{gap:92px}.page{max-width:1510px}}
@media(max-width:1120px){.page{padding:0 36px}.hero{gap:36px;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}h1{font-size:57px}.workspace-top{padding:17px 20px}.conversation{padding:23px 20px}.preview-label{display:none}.hoots-heading>span{max-width:150px;text-align:right}.status{font-size:11px;padding:4px 6px}.hoot-list li{gap:9px}}
@media(max-width:900px){.page{max-width:720px;padding:0 30px}.masthead{min-height:94px}.release{max-width:190px;text-align:right;line-height:1.4;font-size:14px}main{padding:46px 0 37px}.hero{grid-template-columns:1fr;gap:34px}.introduction{padding-bottom:0}.eyebrow{margin-bottom:19px}h1{font-size:68px;margin-bottom:22px}.description{max-width:530px}.launch-note{margin-top:23px}.preview-label{display:block}.conversation{padding:26px}.workspace-top{padding:18px 26px}.hoots-heading>span{max-width:none}.status{font-size:12px;padding:4px 8px}.hoot-list li{gap:13px}footer{align-items:flex-start}footer p:last-child{text-align:right;max-width:230px}}
@media(max-width:480px){.page{padding:0 22px}.masthead{min-height:84px;gap:12px}.brand{font-size:25px;gap:9px}.brand-mark{width:41px;height:41px}.brand-mark img{width:37px;height:37px}.release{font-size:12px;max-width:133px}main{padding-top:36px}.eyebrow{font-size:11px;letter-spacing:1.5px}h1{font-size:57px;letter-spacing:-2.3px}.lede{font-size:19px}.description{font-size:16px}.detail{font-size:15px}.hero{gap:32px}.workspace{border-radius:9px}.workspace-top{padding:16px 17px}.workspace-name{font-size:10px;letter-spacing:1.15px}.preview-label{display:none}.conversation{padding:21px 16px}h2{font-size:25px;margin-bottom:18px}.user-message{margin-left:15px}.assistant-message{margin-right:0}.message{padding:12px}.message p{font-size:14px}.hoots-heading{align-items:center}.hoots-heading>span{font-size:11px;max-width:135px;text-align:right}.hoot-list li{gap:9px;flex-wrap:wrap}.hoot-icon{width:27px}.hoot-text{flex-basis:calc(100% - 40px)}.status{margin-left:36px;margin-top:-3px}.composer-preview{font-size:12px}.control-note,figcaption{font-size:11px}footer{display:block;padding:21px 0}footer p{font-size:11px}footer p:last-child{text-align:left;max-width:none;margin-top:6px}}
@media(prefers-reduced-motion:no-preference){.workspace{animation:arrive .7s ease-out both}.introduction{animation:arrive .55s ease-out both}@keyframes arrive{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}}
