/* Homepage-only finish: raised controls, optical depth, unchanged workflows. */
.ws {
    --l-ink: #f5f4ff;
    --l-ink-soft: #d6d4e2;
    --l-muted: #a5a3b7;
    --l-muted-2: #89869c;
    --l-border: #ffffff1c;
    --l-bg-3: #191821;
    color-scheme: dark;
    background: #050508;
}
.ws .ws-main {
    background: radial-gradient(ellipse 65% 650px at 55% 0, #25204550, transparent), #08080c;
    border-color: #ffffff12;
    box-shadow: inset 0 1px 0 #ffffff08, 0 25px 90px #0006;
}
.ws .ws-bar { padding-block: 12px; height: 84px; }
.ws .ws-bar nav { gap: 28px; color: #b8b4cb; }
.ws .ws-bar nav a:hover { color: #fff; }
.ws .ws-hero { position: relative; isolation: isolate; padding-top: 86px; padding-bottom: 76px; }
.ws .ws-hero::before {
    content: ""; position: absolute; inset: 8% 10% 10%; z-index: -1; pointer-events: none;
    background: radial-gradient(ellipse at 50% 35%, #7461ff1c, transparent 66%);
}
.ws .ws-eyebrow {
    background: linear-gradient(180deg, #252131, #15131e);
    border-color: #b8a6ff30; box-shadow: inset 0 1px 0 #ffffff16, 0 6px 20px #0004;
    padding: 8px 14px; letter-spacing: .025em;
}
.ws .ws-eyebrow span { background: linear-gradient(150deg, #9c8bff, #5842dc); box-shadow: inset 0 1px 0 #ffffff55, 0 2px 0 #372579; }
.ws h1 { letter-spacing: -.065em; line-height: 1.04; text-wrap: balance; text-shadow: 0 3px 30px #aaa0ff12; }
.ws h1 em { background-image: linear-gradient(105deg, #b7a9ff 5%, #e8dfff 43%, #f1c17b 83%); }
.ws .ws-intro { color: #aaa7ba; max-width: 600px; line-height: 1.85; text-wrap: pretty; }
.ws .ws-composer {
    margin-top: 36px; padding: 20px; border-radius: 24px;
    background: linear-gradient(155deg, #24212f, #121218 60%);
    border: 1px solid #baabff38;
    box-shadow: inset 0 1px 0 #ffffff18, inset 0 -1px 0 #000a, 0 6px 0 #08070f, 0 7px 0 #b8a6ff14, 0 30px 80px #0007;
}
.ws .ws-composer:focus-within { border-color: #a99aff88; box-shadow: inset 0 1px 0 #ffffff20, 0 6px 0 #08070f, 0 20px 80px #7961ff12; }
.ws .ws-helper { margin-top: 22px; color: #9893ad; }
.ws .ws-button, .ws .ws-submit, .ws .ws-marketing .l-btn-indigo {
    background: linear-gradient(165deg, #a797ff 0%, #7961f4 36%, #5640d8 100%);
    border: 1px solid #c2b6ff70; color: #fff;
    box-shadow: inset 0 1px 1px #ffffff7a, inset 0 -2px 2px #251a7855, 0 4px 0 #302172, 0 10px 28px #7154ee30;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    text-shadow: 0 1px 2px #32207766;
}
.ws .ws-submit { display: grid; place-items: center; width: 46px; height: 46px; }
.ws .ws-chips button, .ws .ws-menu, .ws .ws-marketing button,
.ws .ws-modes input:checked + span {
    background: linear-gradient(160deg, #302c3c, #1d1a27);
    border: 1px solid #ffffff1f; color: #d9d5e9;
    box-shadow: inset 0 1px 0 #ffffff16, 0 3px 0 #09080e, 0 5px 12px #0003;
}
.ws .ws-chips button { padding: 8px 12px; }
.ws .ws-modes span { border: 1px solid transparent; min-height: 42px; }
.ws .ws-modes svg, .ws .ws-button svg, .ws .ws-marketing button svg {
    filter: drop-shadow(0 2px 0 #141022) drop-shadow(0 -1px 0 #ffffff25);
}
.ws .ws-tool-grid { gap: 16px; }
.ws .ws-tool {
    --tile-top: #a28eff; --tile-bottom: #4e37ac;
    padding: 24px 20px; border-radius: 18px; align-items: center;
    background: radial-gradient(ellipse at 5% 0%, #7560b712, transparent 75%), linear-gradient(155deg, #18171f, #101015);
    border-color: #ffffff10; box-shadow: inset 0 1px 0 #ffffff08, 0 8px 24px #0002;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.ws .ws-tool:nth-child(3n+2) { --tile-top: #89b7ee; --tile-bottom: #354b99; }
.ws .ws-tool:nth-child(3n) { --tile-top: #e5b683; --tile-bottom: #956239; }
.ws .ws-icon-tile {
    display: grid; place-items: center; flex: 0 0 46px; height: 46px; border-radius: 14px;
    color: #fff; transform: perspective(300px) rotateY(-10deg) rotateX(8deg);
    background: linear-gradient(140deg, var(--tile-top), var(--tile-bottom) 85%);
    border: 1px solid #ffffff35;
    box-shadow: inset 1px 1px 1px #ffffff66, inset -2px -2px 4px #0003, 2px 4px 0 #08070f, 4px 8px 14px #0005;
}
.ws .ws-icon-tile svg { filter: drop-shadow(1px 2px 1px #0006); }
.ws .ws-tool h3 { font-size: 15px; letter-spacing: -.02em; }
.ws .ws-tool p { line-height: 1.65; color: #a3a0b2; }
.ws .ws-tool > svg:last-child { color: #827b9a; width: 16px; }
.ws .ws-side .symbol {
    display: grid; place-items: center; width: 28px; height: 28px; flex-shrink: 0;
    border-radius: 8px; background: linear-gradient(145deg, #282433, #141219);
    border: 1px solid #ffffff10; box-shadow: inset 0 1px 0 #ffffff12, 0 2px 0 #0008;
}
.ws .ws-side .symbol svg { width: 16px; height: 16px; color: #b8aecf; filter: drop-shadow(0 1px 1px #000); }
.ws .ws-side a.active { background: linear-gradient(110deg, #332b50, #201c31); box-shadow: inset 0 1px 0 #ffffff12; }
.ws .ws-side a.active .symbol { background: linear-gradient(145deg, #7d69dc, #423377); }
.ws .ws-side a.active svg { color: #fff; }
.ws .ws-marketing .l-card {
    border-color: #ffffff14; border-radius: 22px;
    background: linear-gradient(145deg, #18161f, #0e0e13);
    box-shadow: inset 0 1px 0 #ffffff0b, 0 16px 40px #0003;
}
.ws .ws-marketing h2 { letter-spacing: -.045em; text-wrap: balance; }
.ws .ws-marketing section { border-color: #ffffff0d; }
.ws .ws-marketing summary { border-radius: 12px; }
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
    .ws .ws-button:hover, .ws .ws-submit:hover, .ws .ws-marketing .l-btn-indigo:hover { transform: translateY(-2px); filter: brightness(1.09); }
    .ws .ws-tool:hover { transform: translateY(-4px); border-color: #b2a0ff40; box-shadow: inset 0 1px 0 #ffffff16, 0 18px 32px #0004; }
}
.ws .ws-button:active, .ws .ws-submit:active, .ws .ws-chips button:active,
.ws .ws-menu:active, .ws .ws-marketing button:active, .ws .ws-marketing .l-btn-indigo:active {
    transform: translateY(2px); box-shadow: inset 0 2px 4px #0003, 0 1px 0 #302172;
}
.ws :is(a,button,input,textarea,summary):focus-visible { outline: 2px solid #c8baff; outline-offset: 4px; }
@media(max-width:800px) {
    .ws .ws-hero { padding-top: 46px; padding-bottom: 46px; }
    .ws .ws-bar { height: 76px; }
    .ws .ws-composer { padding: 15px; border-radius: 20px; }
    .ws .ws-tool { padding: 20px 16px; }
    .ws .ws-icon-tile { flex-basis: 42px; height: 42px; border-radius: 12px; }
    .ws .ws-chips button { min-height: 40px; }
}
@media(prefers-reduced-motion:reduce) {
    .ws *, .ws *::before, .ws *::after { animation: none !important; transition: none !important; }
    .ws .ws-button:active, .ws .ws-submit:active, .ws .ws-marketing button:active { transform: none; }
}

/* Shared light/dark preference; every override is limited to the public workspace. */
.ws-theme-toggle{display:flex;align-items:center;gap:7px;padding:10px;border:1px solid #ffffff25;border-radius:12px;background:#262131;color:#eee8ff}
.ws-chat{scroll-margin-top:20px}.ws-transcript{max-height:480px;overflow-y:auto;display:flex;flex-direction:column;gap:14px;padding:8px}
.ws-message{padding:18px 22px;border:1px solid #ffffff18;background:#14131c;border-radius:18px;max-width:92%}
.ws-message-user{align-self:flex-end;background:#29213e}.ws-message p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8;font-size:15px}
.ws-message small{display:block;margin-bottom:8px;color:#b8a6ff}.ws-empty{padding:24px;color:#9e98b2;display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.ws-recent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ws-recent-card{padding:12px;border:1px solid #ffffff18;border-radius:16px;min-width:0}.ws-recent-card img,.ws-recent-card video{width:100%;height:170px;object-fit:cover;border-radius:10px}
.ws-recent-card p{font-size:14px;margin:12px 0;overflow-wrap:anywhere}.ws-recent-card small{color:#aaa3bd}.ws button:disabled{opacity:.55;cursor:wait}
html:not(.dark) .ws{--l-ink:#171324;--l-ink-soft:#302a43;--l-muted:#655d76;--l-muted-2:#776f86;--l-border:#21153b20;--l-bg:#faf9fe;--l-bg-2:#f1eef8;--l-bg-3:#eae5f3;--l-hairline:#21153b18;background:#f0edf6;color:#211b30;color-scheme:light}
html:not(.dark) .ws .ws-main{background:radial-gradient(ellipse 70% 700px at 50% 0,#daceff60,transparent),#faf9fe;border-color:#ddd6e9}
html:not(.dark) .ws .ws-side{background:#f5f2fa;border-color:#ddd6e9}
html:not(.dark) .ws .ws-side a.item{color:#554963}html:not(.dark) .ws .ws-side a.active{background:linear-gradient(120deg,#ddd2fa,#eee8fb);color:#49327c}
html:not(.dark) .ws .ws-side .symbol{background:linear-gradient(145deg,#fff,#e7e0f3);box-shadow:inset 0 1px #fff,0 2px #c6bcd8}
html:not(.dark) .ws .ws-side .symbol svg{color:#635183;filter:none}
html:not(.dark) .ws h1{color:#221a32;text-shadow:none}html:not(.dark) .ws h1 em{background-image:linear-gradient(105deg,#6947bc,#8860bf,#a5651e)}
html:not(.dark) .ws :is(.ws-intro,.ws-helper,.ws-tool p,.ws-heading p,.ws-bar nav,.ws-empty,.ws-recent-card small){color:#655a77}
html:not(.dark) .ws :is(.ws-composer,.ws-tool,.ws-message,.ws-recent-card){background:linear-gradient(150deg,#fff,#f2eef8);border-color:#d9d0e7;box-shadow:inset 0 1px #fff,0 8px 28px #3324520b}
html:not(.dark) .ws .ws-composer{box-shadow:inset 0 1px #fff,0 5px #e4dcee,0 20px 45px #3324520e}
html:not(.dark) .ws textarea{color:#251b38}html:not(.dark) .ws textarea::placeholder{color:#7a6e8b}
html:not(.dark) .ws :is(.ws-theme-toggle,.ws-eyebrow,.ws-chips button,.ws-menu),html:not(.dark) .ws .ws-modes input:checked+span{background:linear-gradient(#fff,#e9e2f4);color:#4e3b72;border-color:#d4c7e8;box-shadow:inset 0 1px #fff,0 2px #d8cce8}
html:not(.dark) .ws .ws-modes span{color:#685b7d}html:not(.dark) .ws .ws-message-user{background:#eae1fb}
html:not(.dark) .ws .ws-message small{color:#654595}html:not(.dark) .ws .ws-section{border-color:#21153b18}
html:not(.dark) .ws .ws-marketing{--l-bg:#faf9fe;--l-bg-2:#f1eef8;--l-hairline:#21153b18;color:#251b38}
html:not(.dark) .ws .ws-marketing :is(h2,h3,.text-black){color:#21182f}
html:not(.dark) .ws .ws-marketing [class*="text-black/"]{color:#665b75}
html:not(.dark) .ws .ws-marketing .l-card,html:not(.dark) .ws .ws-marketing [class*="bg-white"]{background:#fff;border-color:#ddd4e9}
html:not(.dark) .ws .ws-marketing .l-accent{color:#6844ba}
html:not(.dark) .ws .ws-marketing footer{background:#eee8f6}
@media(max-width:800px){.ws-theme-toggle span{display:none}.ws-account{gap:10px}.ws-recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ws-message{max-width:100%}.ws-recent-card img,.ws-recent-card video{height:130px}}

.ws-chat-shortcut{display:flex;align-items:center;gap:7px;padding:9px 12px;font-size:14px;color:#ad97f0}html:not(.dark) .ws .ws-chat-shortcut{color:#65469a}.ws-modes{flex-wrap:wrap}

.ws-model-options{text-align:left;min-width:0}.ws-model-options label{display:block;color:#a49ab7;font-size:12px;margin-bottom:8px}.ws-model-options select{max-width:100%;padding:9px 12px;border:1px solid #79669260;border-radius:10px;background:#201b2b;color:#eee8ff;font-size:13px}.ws-model-options select[hidden]{display:none}.ws-model-options p{font-size:13px;color:#b7aacd}
#hero-feedback{font-size:13px;color:#b9a7e0;margin-top:12px}.ws-hero-results{max-width:780px;margin:24px auto 0;text-align:left;display:grid;gap:16px}.ws-result{border:1px solid #ffffff20;border-radius:18px;padding:22px;background:#16131e}.ws-result-brief{color:#bda9e1;font-size:13px;padding-bottom:14px;border-bottom:1px solid #ffffff12}.ws-result-output{white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px;line-height:1.8;padding-top:16px}.ws-result-output img,.ws-result-output video{display:block;max-width:100%;max-height:540px;border-radius:12px;margin-bottom:12px}.ws-result-output a{color:#b9a5ff;text-decoration:underline}
html:not(.dark) .ws .ws-result{background:#fff;border-color:#d9cce8}html:not(.dark) .ws .ws-result-brief,html:not(.dark) .ws .ws-model-options :is(label,p),html:not(.dark) .ws #hero-feedback{color:#68517e}html:not(.dark) .ws .ws-model-options select{background:#fff;color:#30243e;border-color:#cfc0df}
@media(max-width:600px){.ws-model-options{max-width:calc(100% - 105px)}.ws-result{padding:16px}}

.ws .ws-hero{background:radial-gradient(ellipse 85% 40% at 50% 100%,#713cff66,transparent 80%);border-radius:0 0 28px 28px;padding-inline:18px}
.ws .ws-hero h1{font-size:clamp(40px,4.8vw,72px);max-width:940px}.ws .ws-launch{max-width:880px;min-height:235px;background:linear-gradient(145deg,#212026,#131217);border-color:#a49baa40}
.ws .ws-launch textarea{min-height:115px}.ws .ws-launch .ws-modes span{font-size:13px;padding:9px 13px}
.ws-quick-starts{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:27px}.ws-quick-starts button{font-size:12px;padding:10px 13px;border:1px solid #ffffff28;background:#1c1926;border-radius:100px;color:#cbc3dc}
html:not(.dark) .ws .ws-launch{background:linear-gradient(#fff,#f2edf9)}html:not(.dark) .ws .ws-quick-starts button{background:#eee6fb;color:#594172;border-color:#cdbce5}

.ws-assistant .ws-composer{max-width:900px;border:1px solid #ffffff20;padding:24px}.ws-assistant textarea{display:block;width:100%;min-height:140px;border:1px solid #ffffff20;border-radius:12px;padding:16px;background:transparent;color:inherit}.ws-assistant .ws-modes{display:none}.ws-assistant .ws-compose-bottom{display:flex;gap:20px;align-items:center;justify-content:space-between;margin-top:16px}.ws-assistant .ws-button{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:12px}.ws-assistant .ws-helper{font-size:13px}

/* Creation-first homepage: restrained chrome and an editorial inspiration shelf. */
.ws:not(.ws-assistant) .ws-main{background:radial-gradient(ellipse 65% 620px at 50% 180px,#47316a29,transparent),#0b0b0e}
.ws .ws-bar{height:72px}
.ws .ws-side{padding-top:22px;scrollbar-width:thin;scrollbar-color:#34313e transparent}
.ws .ws-brand{padding-bottom:22px}
.ws .ws-side a.item{padding:6px 10px;font-size:13px;margin-bottom:2px}
.ws .ws-side small{margin-top:20px;font-size:9px}
.ws .ws-side .symbol{width:25px;height:25px}
.ws .ws-hero{padding:38px 16px 42px;background:radial-gradient(ellipse 65% 30% at 50% 75%,#7245cf21,transparent);border-radius:0}
.ws .ws-hero h1{font-size:clamp(44px,5.3vw,76px);line-height:1.02;letter-spacing:-.065em;margin:23px auto 18px}
.ws .ws-hero h1 em{background-image:linear-gradient(100deg,#c6b8ff,#f2d6e4 75%)}
.ws .ws-eyebrow{font-size:10px;background:#19151f;border-color:#ffffff16;box-shadow:none;padding:6px 10px}
.ws .ws-eyebrow span{background:none;box-shadow:none;color:#c3aff5;font-size:9px;letter-spacing:.1em}
.ws .ws-intro{font-size:14px;line-height:1.7}
.ws .ws-launch{margin-top:26px;padding:14px 18px 18px;min-height:0;border-radius:20px;background:linear-gradient(125deg,#24212b,#19171e);border-color:#ffffff26;box-shadow:0 18px 60px #0004,inset 0 1px #ffffff12}
.ws .ws-launch .ws-modes{border-bottom:1px solid #ffffff12;padding-bottom:10px;margin-bottom:6px;gap:5px}
.ws .ws-launch .ws-modes span{font-size:12px;min-height:36px;padding:7px 12px}
.ws .ws-launch textarea{min-height:80px;font-size:16px;padding:12px 8px}
.ws .ws-launch .ws-helper{margin:0;text-align:left;font-size:11px}
.ws .ws-launch .ws-button{border-radius:12px;padding:11px 17px;white-space:nowrap;font-size:13px}
.ws .ws-quick-starts{margin-top:20px;gap:7px}
.ws .ws-quick-starts button{font-size:11px;padding:8px 11px;background:#ffffff04;border-color:#ffffff15}
.ws .ws-quick-starts button:hover{background:#8872da22;border-color:#ad92ff60}
.ws .ws-flow-note{font-size:10px;margin-top:19px;letter-spacing:.03em}
.ws-flow-note span{padding:0 12px;color:#746582}
.ws-inspiration{padding:26px 0 36px}
.ws .ws-kicker{font-size:9px;letter-spacing:.16em;color:#a39aac;margin-bottom:9px}
.ws .ws-heading h2{font-size:28px;letter-spacing:-.045em}
.ws-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ws-editorial{position:relative;isolation:isolate;height:255px;overflow:hidden;border-radius:18px;text-align:left;border:1px solid #ffffff1f;color:white;background:#1c1923}
.ws-editorial img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}
.ws-editorial:after{content:"";position:absolute;inset:0;background:linear-gradient(#0005,transparent 30%,#000c);z-index:0}
.ws-editorial-top{position:absolute;inset:18px 18px auto;z-index:1;display:flex;align-items:center;justify-content:space-between}
.ws-editorial-top>span{font-size:8px;letter-spacing:.13em;border:1px solid #ffffff50;border-radius:30px;background:#0003;padding:6px 9px}
.ws-editorial-caption{position:absolute;inset:auto 20px 20px;z-index:1;display:grid;gap:9px}
.ws-editorial-caption strong{font-size:24px;line-height:1.1;letter-spacing:-.04em;max-width:180px}
.ws-editorial-caption>span{font-size:11px;color:#ffffffbe}
.ws-editorial-caption>span span{float:right;color:white}
.ws-example-note{font-size:10px;color:#9890a6;margin-top:12px}
.ws .ws-tool{padding:18px 15px;border-radius:14px}
.ws .ws-tool p{font-size:12px}
html:not(.dark) .ws .ws-hero h1 em{background-image:linear-gradient(100deg,#6540b7,#9d4f7d)}
html:not(.dark) .ws .ws-launch .ws-modes{border-color:#39205618}
html:not(.dark) .ws .ws-eyebrow span{color:#694699}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.ws-editorial:hover img{transform:scale(1.06)}}
@media(max-width:800px){
 .ws .ws-hero{padding:28px 0 25px}.ws .ws-bar{height:68px}
 .ws .ws-hero h1{font-size:clamp(42px,10vw,60px)}.ws .ws-eyebrow{font-size:9px}
 .ws .ws-launch{padding:12px}.ws .ws-launch .ws-modes{gap:2px}.ws .ws-launch .ws-modes span{font-size:11px;padding:7px 9px}
 .ws .ws-launch textarea{font-size:14px;min-height:95px}
 .ws .ws-flow-note{font-size:9px}.ws-flow-note span{padding:0 4px}
 .ws-editorial-grid{gap:10px}.ws-editorial{height:220px}.ws-editorial-caption{inset:auto 12px 16px}.ws-editorial-caption strong{font-size:20px}.ws-editorial-top{inset:12px 12px auto}.ws-editorial-top svg{display:none}
}
@media(max-width:540px){.ws-editorial-grid{grid-template-columns:1fr}.ws-editorial{height:225px}.ws-editorial-caption strong{font-size:28px;max-width:220px}.ws .ws-heading h2{font-size:25px}.ws .ws-eyebrow{gap:4px}.ws .ws-launch .ws-helper{max-width:145px;font-size:10px}.ws .ws-side a.item{min-height:44px}}

.ws-video-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:28px auto 0;max-width:880px;text-align:left}
.ws-preview-card{position:relative;min-width:0;margin:0;border:1px solid #ffffff20;border-radius:14px;overflow:hidden;background:#18181c}
.ws-preview-card video{display:block;width:100%;aspect-ratio:9/16;max-height:300px;object-fit:cover}
.ws-preview-card figcaption{padding:10px 12px;font-size:11px;color:#ece8f5;background:#1c1923}
html:not(.dark) .ws-preview-card figcaption{background:#eee8f6;color:#463654}
.ws #platforms .ws-video-strip{margin-top:30px}
@media(max-width:600px){.ws-video-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ws-preview-card video{max-height:230px}.ws-preview-card figcaption{font-size:10px;padding:9px}.ws #platforms .l-card{padding:22px 16px}}
/* Graphite canvas; color is concentrated behind the creation surface. */
.ws:not(.ws-assistant) .ws-main{background:#101012;border-radius:20px;border-color:#ffffff10}
.ws .ws-hero{margin-top:12px;padding:42px 24px 30px;border:1px solid #ffffff12;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#151517 0%,#15131c 48%,#302055 85%,#53368b 100%)}
.ws .ws-hero:before{inset:auto 0 0;height:140px;background:linear-gradient(90deg,#ffffff06 1px,transparent 1px),linear-gradient(#ffffff05 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(transparent,#000);opacity:.7}
.ws .ws-hero h1{font-size:clamp(42px,4.8vw,68px);letter-spacing:-.055em}
.ws .ws-hero h1 em{background-image:linear-gradient(95deg,#fff,#cbb9f6)}
.ws .ws-launch{background:#202023;border-color:#ffffff24;box-shadow:0 16px 45px #0005,inset 0 1px #ffffff0c;border-radius:18px}
.ws .ws-launch .ws-modes input:checked+span{background:#363439;border-color:#ffffff12;box-shadow:none}
.ws .ws-eyebrow{background:#ffffff05;border-color:#ffffff15}
.ws .ws-hero .ws-helper{color:#c4bad4}
.ws .ws-quick-starts button{background:#17131d70;color:#dfd6ef;border-color:#ffffff26}
.ws .ws-flow-note span{color:#c7b9dc}
.ws .ws-marketing [role="tab"][aria-selected="true"]{background:#7955d8!important;color:#fff!important;border-color:#b19ce3}
.ws .ws-hero .ws-quick-starts button{background:#21192f!important;color:#eee7fa!important}
html:not(.dark) .ws .ws-hero .ws-quick-starts button{background:#f6f1fd!important;color:#4f396b!important}
.ws .ws-inspiration{padding-top:40px}
.ws .ws-tool{background:#19191d;border-color:#ffffff10;box-shadow:inset 0 1px #ffffff05}
.ws .ws-marketing .l-card{background:#18181c;box-shadow:none}
.ws .ws-marketing video{object-fit:cover;background:#18181b}
.ws-video-notice{position:absolute;inset:auto 8px 40px;padding:10px;background:#16141fe8;color:#fff;font-size:12px;border-radius:8px;z-index:25}
.ws-video-notice[hidden]{display:none}
.ws .ws-content,.ws .ws-marketing{min-width:0}
.ws .ws-marketing img,.ws .ws-marketing video{max-width:100%}
html:not(.dark) .ws:not(.ws-assistant) .ws-main{background:#faf9fc}
html:not(.dark) .ws .ws-hero{background:linear-gradient(180deg,#fff 0%,#f4f0fb 55%,#d6c8ef 100%);border-color:#dfd7ea}
html:not(.dark) .ws .ws-hero h1 em{background-image:linear-gradient(95deg,#30253e,#7955ad)}
html:not(.dark) .ws .ws-hero .ws-helper{color:#62546f}
html:not(.dark) .ws .ws-flow-note span{color:#7e6a95}
@media(max-width:800px){.ws .ws-hero{padding:28px 14px 24px;margin-top:8px;border-radius:20px}.ws .ws-hero h1{font-size:clamp(36px,9.3vw,56px)}.ws .ws-content{padding-inline:12px}.ws .ws-bar{padding-inline:14px}.ws .ws-eyebrow{flex-wrap:wrap;justify-content:center}.ws .ws-quick-starts{display:grid;grid-template-columns:1fr 1fr}.ws .ws-quick-starts button{font-size:10px;line-height:1.5;min-height:40px}.ws .ws-launch .ws-compose-bottom{flex-wrap:wrap}.ws .ws-flow-note{line-height:1.8}.ws .ws-marketing .l-card{min-width:0}}
