.create-studio-grid{grid-template-columns:minmax(0,1fr) 300px;grid-template-areas:"prompt destinations""recent destinations""preview resources""suggestions resources""footer footer";align-items:start;gap:18px;display:grid}.create-studio-left,.create-studio-right{display:contents}.create-prompt-card{grid-area:prompt}.create-destinations-card{grid-area:destinations}.create-resources-card{grid-area:resources}.create-recent-card{grid-area:recent}.create-preview-card{grid-area:preview}.create-suggestions-card{grid-area:suggestions}.create-footer-card{grid-area:footer}.create-studio-grid>.create-studio-left>*,.create-studio-grid>.create-studio-right>*{min-width:0}.create-prompt-card{border-color:color-mix(in srgb, var(--create) 24%, var(--hairline));background:linear-gradient(145deg, #fff 0%, #fff 70%, color-mix(in srgb, var(--create) 6%, white) 100%)}.create-prompt-card textarea{font-size:14px;line-height:1.55}.create-destinations-card{position:sticky;top:82px}.create-destinations-card ul{grid-template-columns:1fr}.create-destinations-card li button{min-height:62px}.create-recent-card .aspect-\[4\/3\]{aspect-ratio:1.38}.create-recent-thumb{color:#fff;background:#f3eff8;position:relative;overflow:hidden}.create-recent-thumb:after{content:"";background:linear-gradient(#19122e0d,#19122e85);position:absolute;inset:0}.create-recent-thumb img{object-fit:cover;width:100%;height:100%}.create-recent-thumb span{z-index:1;text-shadow:0 2px 8px #19122e80;position:absolute;bottom:12px;left:12px;right:12px}.create-preview-grid{grid-template-columns:minmax(260px,.88fr) minmax(320px,1.12fr);align-items:stretch;gap:18px;display:grid}.create-message-preview{background:linear-gradient(145deg,#ecfdf5f5,#f7fffbfa);border-color:#cce7d6;min-height:360px}.create-flyer-preview{color:#fff;background:#eee8f4;min-height:360px;position:relative;overflow:hidden}.create-flyer-preview:after{content:"";pointer-events:none;background:linear-gradient(#3822560f 0%,#3822560d 35%,#27163f52 100%);position:absolute;inset:0}.create-flyer-preview img{object-fit:cover;object-position:center;width:100%;height:100%}.create-flyer-copy{z-index:1;color:#fff;text-shadow:0 1px 2px #1f133066,0 5px 20px #1f133040;width:min(88%,300px);position:absolute;top:24px;left:50%;transform:translate(-50%)}.create-flyer-copy>span:nth-child(2){font-size:clamp(52px,5vw,78px)}.create-footer-card{border:1px solid #ffffff38}@media (width<=1100px){.create-studio-grid{grid-template-columns:minmax(0,1fr) 270px}.create-preview-grid{grid-template-columns:minmax(220px,.9fr) minmax(280px,1.1fr)}}@media (width<=900px){.create-studio-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"prompt""destinations""recent""preview""suggestions""resources""footer"}.create-destinations-card{position:static}.create-destinations-card ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.create-studio-grid{gap:14px}.create-preview-grid{grid-template-columns:1fr}.create-message-preview{min-height:280px}.create-flyer-preview{min-height:410px}.create-destinations-card ul{grid-template-columns:1fr}.create-recent-card .grid{grid-template-columns:repeat(2,minmax(0,1fr))}.create-footer-card .grid{grid-template-columns:1fr}}
