@import url('./tokens.css');
/* The pit-stop creative already contains its feed, caption and action row. */
.post.full-feed-post .post-inner{background:#fff;color:#18181b}
.post.full-feed-post .post-header,.post.full-feed-post .post-caption,.post.full-feed-post .post-actions{display:none}
.post.full-feed-post .post-bottom{background:#fff;color:#18181b}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./fonts/hanken-grotesk-wght-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./fonts/hanken-grotesk-wght-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root{--accent:#fff;--on-accent:#08090a;--ink:#f5f5f7;--muted:#9c9ca3;--ground:#080809;--panel:#141416;--font:'Helvetica Neue',Helvetica,Arial,sans-serif;--r-post:24px;--post-pad:8px}
*{box-sizing:border-box}body{margin:0;background:var(--ground);color:var(--ink);font:16px/1.5 var(--font);-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}button,a,textarea{outline-offset:4px}button:focus-visible,a:focus-visible,textarea:focus-visible{outline:2px solid var(--accent)}a{color:inherit;text-decoration:none}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}button{color:inherit;border:0;background:transparent}h1,h2,h3,p{margin:0}h1{font-size:32px;line-height:1.2;letter-spacing:var(--track-display);font-weight:600}h2{font-size:24px;line-height:1.25;letter-spacing:var(--track-display);font-weight:600}small,.small{font-size:13px}.muted{color:var(--muted)}[hidden]{display:none!important}.topbar{height:80px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--hairline)}.brand{display:flex;gap:12px;align-items:center;font-size:20px;font-weight:600;letter-spacing:var(--track-display)}.brand img{width:32px;height:32px;object-fit:contain}.brand .brand-wordmark{display:block;width:auto;height:56px;flex-shrink:0}.brand .demo-label{font-size:13px;font-weight:400;letter-spacing:0;color:var(--muted);padding-left:12px;border-left:1px solid var(--hairline-strong)}.back-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;min-height:44px;color:var(--muted)}.top-actions{display:flex;align-items:center;gap:24px}.top-actions button{min-height:44px;color:var(--muted);font-size:13px}.top-actions button:hover,.back-link:hover{color:#fff}.workspace{width:min(1280px,calc(100% - 80px));margin:0 auto}.intro{display:flex;justify-content:space-between;align-items:center;padding:32px 0}.intro-copy p{color:var(--muted);margin-top:8px}.mode-switch{display:flex;gap:4px;padding:4px;background:var(--surface-1);border-radius:var(--r-pill);flex-shrink:0}.mode-switch a{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 16px;font-size:13px;color:var(--muted);border-radius:var(--r-pill)}.mode-switch a[aria-current=page]{background:var(--surface-2);color:#fff}.mode-switch svg{width:18px;height:18px}.studio{display:grid;grid-template-columns:208px minmax(320px,1fr) 320px;gap:40px;align-items:start}.library{padding-top:24px}.library-label{color:var(--muted);font-size:13px;display:flex;justify-content:space-between;margin:0 8px 16px}.sample-list{display:grid;gap:8px}.sample{display:flex;align-items:center;gap:12px;text-align:left;width:100%;padding:12px;border-radius:var(--r-card);background:transparent;transition:background var(--t-fast) var(--ease-out)}.sample:hover{background:var(--surface-1)}.sample[aria-current=true]{background:var(--surface-2)}.sample-thumb{width:40px;height:56px;flex:none;overflow:hidden;border-radius:var(--r-control);background:#211711;position:relative}.sample-thumb.blue{background:#111c27}.sample-thumb.pearl{background:#202020}.sample-title{display:block;font-size:13px;font-weight:600;line-height:1.4}.sample-status{display:block;color:var(--muted);font-size:13px;margin-top:4px}.library-note{margin:24px 12px 0;font-size:13px;color:var(--muted);line-height:1.6}.library-note strong{display:block;color:#dbdbe0;font-weight:500;margin-bottom:4px}.preview-column{min-width:0}.platform-switch{display:flex;align-items:center;justify-content:center;gap:24px;height:48px;margin-bottom:16px}.platform-switch button{font-size:13px;color:var(--muted);position:relative;min-height:44px;padding:8px 0}.platform-switch button[aria-pressed=true]{color:#fff}.platform-switch button[aria-pressed=true]::after{content:'';position:absolute;bottom:0;left:35%;right:35%;height:2px;border-radius:var(--r-pill);background:#fff}.post{width:min(100%,360px);margin-inline:auto;border-radius:var(--r-post);padding:var(--post-pad);background:#161618;box-shadow:var(--highlight-top),var(--shadow-2)}.post-inner{overflow:hidden;border-radius:max(0px,calc(var(--r-post) - var(--post-pad)));background:#080809;position:relative}.post-header{height:56px;display:flex;align-items:center;gap:8px;padding:0 12px;background:#101011}.avatar{width:28px;height:28px;border-radius:50%;background:#232326;display:grid;place-items:center;flex:none}.avatar img{width:20px;height:20px}.post-identity{font-size:13px;line-height:1.25}.post-identity strong{font-weight:600}.post-identity span{display:block;font-size:11px;color:#a6a6ac;margin-top:2px}.post-header .dots{margin-left:auto;letter-spacing:2px}.scene{height:402px;position:relative;overflow:hidden;background:radial-gradient(ellipse at 55% 45%,#52362344,transparent 60%),linear-gradient(145deg,#17130f,#050607 80%);isolation:isolate}.scene.blue{background:radial-gradient(ellipse at 45% 40%,#35455588,transparent 65%),linear-gradient(145deg,#12181c,#050607 80%)}.scene.pearl{background:radial-gradient(ellipse at 50% 50%,#55524955,transparent 70%),linear-gradient(145deg,#171717,#050607 80%)}.scene-label{position:absolute;z-index:2;top:20px;left:20px;font-size:11px;font-weight:500;color:#c1b7a9}.scene-copy{position:absolute;left:20px;right:20px;bottom:36px;z-index:2}.scene-copy h2{font-size:32px;line-height:1.08;letter-spacing:-.035em;font-weight:500}.scene-copy h2 span{display:block}.scene-copy p{font-size:11px;margin-top:12px;color:#bbb7b2;max-width:230px}.still-label{position:absolute;right:16px;top:20px;color:#b9b5af;font-size:11px}.post-actions{display:flex;padding:12px 12px 8px;gap:16px;align-items:center}.post-actions svg{width:22px;height:22px}.post-actions .save{margin-left:auto}.post-caption{font-size:13px;line-height:1.5;padding:0 12px 12px;overflow-wrap:anywhere;max-height:110px;overflow:auto}.post-caption strong{margin-right:6px}.post-bottom{height:36px;display:flex;justify-content:space-around;align-items:center;border-top:1px solid var(--hairline);color:#c6c6ca}.post-bottom svg{width:18px;height:18px}.post-meta{text-align:center;font-size:11px;color:var(--muted);margin-top:16px}.post.tiktok .post-header{position:absolute;top:0;left:0;right:0;z-index:3;background:linear-gradient(#0008,transparent)}.post.tiktok .scene{height:520px}.post.tiktok .scene-label{top:80px}.post.tiktok .still-label{top:80px}.post.tiktok .scene-copy{bottom:140px;right:40px}.post.tiktok .post-actions{position:absolute;right:4px;bottom:138px;z-index:3;flex-direction:column;gap:24px}.post.tiktok .post-actions .save{margin:0}.post.tiktok .post-caption{position:absolute;bottom:44px;left:0;right:38px;z-index:3;padding:12px 16px;background:linear-gradient(transparent,#0006)}.editor{padding-top:80px;min-width:0}.editor-step{font-size:13px;color:var(--muted);margin-bottom:12px}.editor h2{margin-bottom:12px}.editor-description{color:var(--muted);font-size:13px;line-height:1.6;margin-bottom:24px}.field-label{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin-bottom:8px}.field-label span{color:var(--muted);font-size:11px}.caption-field{display:block;width:100%;resize:vertical;min-height:164px;max-height:280px;background:var(--panel);color:var(--ink);border:0;border-radius:var(--r-card);padding:16px;font-size:16px;line-height:1.6;transition:background var(--t-fast) var(--ease-out)}.caption-field:focus{background:#1b1b1e}.caption-field:disabled{color:#a5a5ad}.edit-tools{display:flex;justify-content:space-between;align-items:center;margin:8px 0 24px;gap:8px}.text-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:8px 0;font-size:13px;color:var(--muted)}.text-button:hover{color:#fff}.text-button svg{width:16px;height:16px}.action-primary{width:100%;background:var(--accent);color:var(--on-accent);border-radius:var(--r-pill);min-height:48px;padding:12px 24px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:8px;transition:transform var(--t-fast) var(--ease-out),opacity var(--t-fast) var(--ease-out)}.action-primary:hover{opacity:.9}.action-primary:active{transform:scale(.985)}.action-primary svg{width:18px;height:18px}.action-secondary{width:100%;min-height:44px;padding:8px;font-size:13px;color:var(--muted);margin-top:4px}.action-secondary:hover{color:#fff}.decision{font-size:13px;line-height:1.6;margin:12px 0;color:#d0d0d6;min-height:24px}.decision:empty{display:none}.decision strong{display:block}.hint{color:var(--muted);font-size:11px;text-align:center;line-height:1.5;margin-top:12px}.context{padding:16px;background:var(--surface-1);border-radius:var(--r-card);margin-bottom:24px}.context p{font-size:13px;line-height:1.6}.context .context-author{display:block;color:var(--muted);font-size:11px;margin-bottom:8px}.comments-sheet{position:absolute;inset:auto 0 0;z-index:4;background:#1b1b1ef5;backdrop-filter:blur(24px) saturate(180%);padding:12px 16px 20px;border-radius:var(--r-panel) var(--r-panel) 0 0;box-shadow:var(--shadow-2);max-height:62%;overflow:auto}.sheet-handle{width:32px;height:4px;background:#5a5a61;border-radius:var(--r-pill);margin:0 auto 12px}.comments-sheet h3{font-size:13px;text-align:center;margin-bottom:20px;font-weight:600}.comment-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:16px;font-size:13px;line-height:1.5}.comment-row .avatar{font-size:11px}.comment-row p{overflow-wrap:anywhere}.comment-row strong{font-weight:600;font-size:11px;color:#c1c1c7}.comment-row .comment-copy{min-width:0}.comment-row .comment-copy small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.comment-row.draft-comment{padding-top:16px;border-top:1px solid var(--hairline)}.comment-row.draft-comment.reply{margin-left:28px}.comment-row .tiny-heart{margin-left:auto;width:14px;height:14px;flex:none;margin-top:20px}.review-stamp{font-size:11px;color:var(--muted);margin-bottom:8px}.engagement-mode .post-caption{max-height:78px}.engagement-mode .scene-copy{bottom:80px}.engagement-mode .post.tiktok .scene-copy{bottom:280px}.engagement-mode .scene-copy h2{font-size:24px}.bottom-note{display:flex;justify-content:space-between;align-items:center;padding:32px 0 24px;font-size:11px;color:var(--muted);gap:16px}.bottom-note button{font-size:11px;min-height:44px;padding:8px 0;color:var(--muted)}.bottom-note button:hover{color:#fff}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);background:#efeff2;color:#111;padding:12px 24px;border-radius:var(--r-pill);font-size:13px;box-shadow:var(--shadow-2);z-index:30;max-width:90vw;text-align:center}.toast:empty{display:none}dialog{background:#19191c;color:var(--ink);border:0;border-radius:var(--r-panel);padding:24px;width:min(480px,calc(100% - 32px));box-shadow:var(--shadow-2);max-height:85dvh;overflow:auto}dialog::backdrop{background:#0009;backdrop-filter:blur(8px)}.dialog-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.icon-button{width:44px;height:44px;display:grid;place-items:center;border-radius:var(--r-pill);background:var(--surface-1)}dialog p{font-size:16px;color:#c0c0c7;margin-bottom:16px}dialog ol{padding-left:24px;color:#c0c0c7}dialog li{margin:16px 0}dialog .caption-field{background:#101012;margin:8px 0 16px}.review-row{padding:16px 0;border-top:1px solid var(--hairline)}.review-row strong{display:block}.review-row p{font-size:13px;margin:8px 0 0;overflow-wrap:anywhere}.empty-state{padding:16px 0;font-size:16px;color:var(--muted)}
@media(min-width:1440px){.studio{gap:56px;grid-template-columns:208px minmax(320px,1fr) 336px}.post{width:376px}.scene{height:352px}.post.tiktok .scene{height:480px}}
@media(max-width:1100px){.workspace{width:calc(100% - 48px)}.topbar{padding-inline:24px}.studio{grid-template-columns:136px minmax(280px,1fr) 280px;gap:24px}.sample{padding:8px;gap:8px}.sample-thumb{width:32px;height:48px}.sample-title,.sample-status{font-size:11px}.library-note{margin-inline:8px}.intro h1{font-size:24px}.intro-copy p{font-size:13px}.mode-switch a{padding-inline:12px}.scene{height:360px}.scene-copy h2{font-size:24px}}
@media(max-width:850px){.studio{grid-template-columns:minmax(0,1fr) 300px;gap:32px}.library{grid-column:1/-1;padding:0}.library-label,.library-note{display:none}.sample-list{display:flex;gap:8px}.sample{width:auto;flex:1}.sample-title,.sample-status{font-size:13px}.editor{padding-top:64px}.intro{align-items:flex-start;gap:16px}.intro-copy p{max-width:260px}.mode-switch a{gap:4px}.mode-switch svg{display:none}.scene{height:376px}.scene-copy h2{font-size:32px}.top-actions{gap:16px}.brand .demo-label{display:none}}
@media(max-width:640px){.topbar{height:64px;padding:0 20px}.brand{font-size:20px;gap:8px}.brand img{width:24px;height:24px}.brand .brand-wordmark{height:48px}.top-actions .back-link{display:none}.top-actions{gap:16px}.top-actions button{font-size:13px}.workspace{width:100%}.intro{padding:24px 20px 16px;display:block}.intro-copy h1{font-size:24px}.intro-copy p{max-width:none;font-size:13px;margin-top:4px}.mode-switch{margin-top:20px;width:100%}.mode-switch a{flex:1;justify-content:center;font-size:13px}.mode-switch svg{display:block}.studio{display:flex;flex-direction:column;gap:0}.library{padding:0 16px;width:100%}.sample-list{gap:4px}.sample{padding:8px 4px;display:block;text-align:center;flex:1;border-radius:var(--r-control)}.sample-thumb{display:none}.sample-title{font-size:11px;font-weight:500}.sample-status{font-size:11px;margin-top:2px}.preview-column{width:100%;padding:0 20px}.platform-switch{height:44px;margin:8px 0 12px}.post{width:100%;max-width:380px}.scene{height:352px}.scene-copy h2{font-size:32px}.scene-copy p{font-size:11px}.post.tiktok .scene{height:470px}.post.tiktok .scene-copy{bottom:130px}.post.tiktok .scene-label,.post.tiktok .still-label{top:72px}.post-caption{max-height:96px}.post-meta{margin-top:12px}.editor{padding:32px 20px 0;width:100%}.editor-step{display:none}.editor h2{font-size:24px;margin-bottom:8px}.editor-description{margin-bottom:20px}.caption-field{min-height:132px}.edit-tools{margin-bottom:16px}.editor-actions{position:sticky;bottom:0;background:#080809f5;backdrop-filter:blur(24px);padding:12px 0 max(12px,env(safe-area-inset-bottom));z-index:5}.hint{margin-top:8px}.bottom-note{padding:16px 20px 24px;display:block;text-align:center}.bottom-note button{display:block;margin:4px auto 0}.context{margin-bottom:20px}.engagement-mode .post.tiktok .scene-copy{bottom:260px}.comments-sheet{max-height:64%}.bottom-note span{display:block}.toast{bottom:20px;border-radius:var(--r-card)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/* Workflow depth stays behind three calm stages. */
.journey{display:flex;align-items:center;gap:24px;border-bottom:1px solid var(--hairline);margin:0 0 24px;padding-bottom:12px}.journey button{display:flex;gap:8px;align-items:center;min-height:44px;color:var(--muted);font-size:13px;padding:4px}.journey button[aria-current=step]{color:#fff}.step-number{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--surface-1);font-size:11px}.journey [aria-current=step] .step-number{background:var(--surface-2);color:#fff}.new-dot{width:5px;height:5px;border-radius:50%;background:var(--muted)}.journey-note{margin-left:auto;color:var(--muted);font-size:11px}.source-link{margin-top:-44px;margin-bottom:8px}.review-options{display:flex;gap:20px;justify-content:space-between;margin-top:-16px;margin-bottom:8px}.review-options .text-button{font-size:11px}.workflow-view{display:grid;grid-template-columns:minmax(240px,1fr) minmax(0,1.6fr);gap:80px;max-width:1104px;margin:40px auto 64px}.workflow-lead{padding-top:16px}.eyebrow{color:var(--muted);font-size:11px;letter-spacing:.03em;margin-bottom:12px}.workflow-lead h2{font-size:32px;line-height:1.2;max-width:340px;margin-bottom:16px}.workflow-lead>p:not(.eyebrow){color:var(--muted);margin-bottom:24px}.workflow-lead .action-primary{width:auto;min-width:224px;margin:32px 0 12px}.workflow-lead .small{font-size:13px;line-height:1.6}.workflow-detail{min-width:0}.workflow-detail h3{font-size:16px;line-height:1.4;font-weight:500}.source-row{display:flex;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--hairline)}.source-row:first-child{padding-top:12px}.source-symbol{width:44px;height:44px;border-radius:var(--r-control);background:var(--surface-1);display:grid;place-items:center;font-size:20px;flex:none}.source-row p{color:var(--muted);font-size:13px;margin-top:4px}.source-count{margin-left:auto;font-size:13px;color:var(--muted)}.run-summary{display:flex;justify-content:space-between;gap:12px;padding:24px 0}.run-summary span{color:var(--muted);font-size:11px}.run-summary strong{display:block;color:var(--ink);font-size:24px;font-weight:500}.workflow-fold{border-block:1px solid var(--hairline);padding:4px 0;margin:8px 0 24px}.workflow-fold summary{cursor:pointer;min-height:44px;align-content:center;font-size:13px;color:#d5d5dc}.workflow-fold p{font-size:13px;color:var(--muted);margin:12px 0 16px;line-height:1.6}.check-list{padding-left:20px;color:var(--muted);font-size:13px;line-height:1.6}.check-list li{margin:8px 0}.recovery{display:flex;align-items:center;gap:20px;margin:0 0 32px}.recovery strong{font-size:13px;font-weight:500}.recovery p{font-size:13px;color:var(--muted);margin-top:4px}.recovery button{flex-shrink:0}.section-label{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:16px}.section-label>span{font-size:11px;color:var(--muted)}.shortlist{margin:32px 0 24px}.pick-row{display:flex;align-items:center;width:100%;text-align:left;gap:16px;padding:16px 0;border-top:1px solid var(--hairline)}.pick-row>span:nth-child(2){flex:1;min-width:0}.pick-row strong{font-size:13px;font-weight:500}.pick-row small{display:block;font-size:13px;color:var(--muted);margin-top:4px;line-height:1.5}.pick-row:hover strong{color:#fff;text-decoration:underline}.stage-empty{color:var(--muted);font-size:13px;padding:24px 0}.loop-line{border-left:1px solid var(--hairline-strong);padding:0 0 0 16px;font-size:13px;line-height:1.8;color:#dedee3;margin:32px 0 24px;max-width:280px}.metric-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:24px 0}.metric-strip strong{display:block;font-size:24px;font-weight:500}.metric-strip span{display:block;font-size:11px;color:var(--muted);margin-top:8px;line-height:1.5}.proposal{background:var(--surface-1);border-radius:var(--r-panel);padding:24px;margin:32px 0 24px}.proposal h3{font-size:20px;margin-bottom:12px}.proposal>p:not(.eyebrow){color:#c2c2c9;font-size:13px;line-height:1.6;margin:12px 0}.proposal .proposal-disclosure{color:var(--muted)!important;font-size:11px!important}.proposal .action-primary{margin-top:24px}.proposal-result{font-size:13px;color:#dcdce1;padding-top:12px}.next-example{border-left:2px solid #74747a;padding:8px 0 0 24px;margin:32px 0}.next-example h3{margin-bottom:12px}.next-example>p:not(.eyebrow){font-size:16px;color:#d8d8df;line-height:1.6;margin:12px 0}.feedback-trail{margin-top:32px}.feedback-trail .review-row{font-size:13px}.workflow-detail>.small{font-size:13px;line-height:1.6}.studio .editor{padding-top:72px}
@media(max-width:1100px){.workflow-view{gap:40px}.journey-note{display:none}.workflow-lead h2{font-size:24px}}
@media(max-width:640px){.journey{gap:0;justify-content:space-between;padding:0 20px 12px;margin-bottom:16px}.journey button{font-size:13px}.workflow-view{display:block;margin:0;padding:8px 20px 24px}.workflow-lead{padding:8px 0 24px}.workflow-lead h2{font-size:24px;max-width:300px}.workflow-lead>p:not(.eyebrow){font-size:13px;margin-bottom:16px}.workflow-lead .action-primary{width:100%;margin-top:20px}.workflow-lead .small{font-size:11px!important}.source-row{gap:12px}.source-row h3{font-size:13px}.source-row p{font-size:11px}.run-summary strong{font-size:20px}.metric-strip{gap:16px}.metric-strip strong{font-size:20px}.proposal{padding:20px}.proposal h3{font-size:20px}.loop-line{margin:20px 0;max-width:100%}.recovery{align-items:flex-start;gap:12px}.recovery button{font-size:11px}.section-label{gap:12px}.section-label h3{font-size:13px}.studio .editor{padding-top:24px}.source-link{margin-top:0;margin-bottom:12px}.review-options{gap:16px}.pick-row .sample-thumb{display:block;width:32px;height:48px}.next-example{padding-left:16px}.workflow-detail>.small{font-size:11px}}
/* Reuse the studios' typography, surface and control tokens for the carousel workflow. */
.integration-icon{width:32px;height:32px;display:inline-grid;place-items:center;flex:none;vertical-align:middle}
.integration-icon img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1);opacity:.85}
.integration-monogram{font:600 16px/1 var(--font);letter-spacing:-.03em;background:var(--surface-2);border-radius:8px}
.integration-monogram.canva{font:italic 24px/1 Georgia,serif;background:linear-gradient(135deg,#126c85,#594085)}
.integration-monogram.higgsfield{font-weight:500;background:#d2e8b3;color:#152117}
.integration-monogram.photoshop{color:#85c9ff;background:#122c47}
.journey{gap:20px;flex-wrap:wrap}.journey-note{white-space:nowrap}
.creation-picks{margin-bottom:24px}.creation-picks [aria-pressed=true]{background:var(--surface-1);border-radius:var(--r-control);padding-inline:12px}
.creation-picks .pick-row>span:last-child{font-size:11px;color:var(--muted)}
.tool-caption{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--muted);margin:24px 0}
.script-preview{border-block:1px solid var(--hairline);padding:24px 0;margin:24px 0 32px}
.script-preview ol{list-style:none;padding:0;margin:0;counter-reset:slides}.script-preview li{counter-increment:slides;padding:12px 0;color:#dbdbe0;font-size:16px;line-height:1.5}.script-preview li span{display:block;color:var(--muted);font-size:11px;margin-bottom:6px}.script-preview li span::before{content:counter(slides) ' / ';font-variant-numeric:tabular-nums}.script-preview>p:not(.eyebrow){color:#dbdbe0}
.asset-options{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
.asset-options button{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--hairline);border-radius:var(--r-control);min-height:48px;font-size:13px;color:var(--muted)}
.asset-options button[aria-pressed=true]{border-color:#85858d;background:var(--surface-2);color:#fff}.asset-options .integration-icon,.library-icon{width:24px;height:24px}.asset-options .integration-icon img{width:20px;height:20px}.library-icon{font-size:24px;line-height:1}
.coming-soon{margin-top:32px;border-top:1px solid var(--hairline);padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.coming-soon>div{display:flex;gap:12px;align-items:center}.coming-soon p{font-size:13px;color:var(--muted);margin-top:4px}.status-badge{font-size:11px;color:#d7c6a9;border:1px solid #d7c6a938;border-radius:var(--r-pill);padding:4px 10px;white-space:nowrap}
.slide-controls{display:flex;justify-content:center;gap:8px;margin:12px 0}.slide-controls button{width:44px;height:44px;border-radius:50%;color:var(--muted);font-size:13px}.slide-controls button[aria-pressed=true]{background:var(--surface-2);color:white}.slide-editor{margin-bottom:16px}.slide-editor .caption-field{min-height:100px;font-size:14px}.slide-editor .text-button{font-size:11px}
.queue-row{padding:20px 0;border-top:1px solid var(--hairline)}.queue-title{display:flex;gap:12px;align-items:center}.queue-title>div{flex:1}.queue-title small{color:var(--muted);font-size:11px}.queue-row>p{font-size:13px;color:#c2c2c9;line-height:1.6;margin:16px 0;overflow-wrap:anywhere}.queue-meta{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:11px}.queue-row:last-of-type{margin-bottom:24px}
.integration-directory{border-top:1px solid var(--hairline);margin-top:40px;padding-top:8px}
.integration-directory summary{cursor:pointer;display:flex;align-items:center;gap:24px;min-height:92px;padding-block:20px;list-style:none}.integration-directory summary::-webkit-details-marker{display:none}.integration-directory summary>span:first-child{flex:1}.integration-directory summary strong{display:block;font-size:16px;font-weight:500}.integration-directory summary small{display:block;font-size:11px;color:var(--muted);margin-top:4px}.integration-strip{display:flex;gap:8px}.directory-toggle{font-size:13px;white-space:nowrap;color:#d1d1d8}.directory-toggle>span{display:inline-block;margin-left:8px}details[open] .directory-toggle>span{transform:rotate(45deg)}.directory-note{font-size:13px;color:var(--muted);max-width:760px;margin:8px 0 24px;line-height:1.6}
.integration-group{margin:24px 0}.integration-group h3{font-size:13px;font-weight:500;margin-bottom:12px;color:var(--muted)}.integration-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px}.integration-entry{display:flex;gap:12px;align-items:center;text-align:left;min-height:76px;border-top:1px solid var(--hairline);padding:12px 0}.integration-entry>span:nth-child(2){flex:1;min-width:0}.integration-entry strong{display:block;font-size:13px;font-weight:500}.integration-entry small{display:block;font-size:11px;color:var(--muted);margin-top:4px}.integration-entry>span:last-child{color:var(--muted);font-size:13px}.integration-entry:hover{background:var(--surface-1)}
@media(max-width:1100px){.integration-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.integration-strip{gap:4px}.integration-strip .integration-icon{width:24px;height:24px}.integration-strip .integration-icon img{width:20px;height:20px}}
@media(max-width:850px){.integration-directory summary{flex-wrap:wrap;gap:16px}.integration-strip{order:3;width:100%}.integration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.journey{gap:4px;justify-content:space-between;flex-wrap:nowrap;overflow-x:auto}.journey button{flex:none;gap:5px;font-size:12px}.journey .step-number{width:20px;height:20px;font-size:10px}.coming-soon{align-items:flex-start;gap:8px}.coming-soon h3{font-size:13px}.coming-soon p{font-size:11px}.coming-soon .integration-icon{width:24px}.status-badge{font-size:10px;padding-inline:8px}.queue-meta{flex-direction:column;gap:4px}.integration-directory{margin:24px 20px 0}.integration-grid{column-gap:16px}.integration-entry{gap:8px}.integration-entry .integration-icon{width:24px;height:24px}.integration-entry .integration-icon img{width:20px;height:20px}.integration-entry strong{font-size:12px}.integration-entry small{font-size:10px}.integration-entry>span:last-child{display:none}.integration-directory summary strong{font-size:14px}.integration-directory summary small{max-width:220px}.directory-note{font-size:12px}.slide-controls{margin-bottom:0}}
.carousel-scene .scene-copy h2{overflow-wrap:anywhere;font-size:28px}.carousel-scene.body-slide .scene-copy h2{font-size:22px;line-height:1.3}
@media(max-width:420px){.content-mode .journey .step-number{display:none}.content-mode .journey{overflow:visible}.content-mode .journey button{min-height:44px;font-size:12px}}

/* Keep the full portrait trailer and native controls visible on both platforms.
   In-app browser video compositing goes black under the still scene’s isolation:isolate. */
.post.video-post .scene-video{height:auto;aspect-ratio:9/16;background:#000;position:relative;isolation:auto}
.scene-video video{display:block;width:100%;height:100%;object-fit:contain;background:#000}
.video-load-error{position:absolute;inset:40% 16px auto;padding:16px;background:#19191c;font-size:13px}
.video-load-error[hidden]{display:none}
/* Decorative overlays leave the native video controls reachable. */
.tiktok-feed{position:absolute;inset:0 0 auto;z-index:3;display:flex;justify-content:center;align-items:center;gap:20px;height:60px;background:linear-gradient(#0009,transparent);font-size:14px;color:#ffffffb3;pointer-events:none}
.tiktok-feed strong{position:relative;color:#fff;font-weight:600}.tiktok-feed strong::after{content:'';position:absolute;bottom:-6px;left:25%;right:25%;height:2px;background:#fff}
.tiktok-feed>svg{position:absolute;right:16px;width:20px;height:20px}
.post.tiktok .tiktok-actions{right:9px;bottom:182px;gap:14px;padding:0;pointer-events:none;filter:drop-shadow(0 1px 2px #0008)}
.tiktok-actions>span{display:flex;flex-direction:column;align-items:center;gap:2px}.tiktok-actions svg{width:26px;height:26px;stroke-width:1.9}.tiktok-actions .tiktok-solid{fill:currentColor;stroke-width:1}.tiktok-actions small{font-size:10px;font-weight:600}
.tiktok-actions .tiktok-creator{position:relative;margin-bottom:5px}.tiktok-creator .avatar{width:36px;height:36px;border:1px solid white}.tiktok-creator b{position:absolute;bottom:-8px;background:#fe2c55;border-radius:50%;width:17px;height:17px;display:grid;place-items:center;font:16px/1 sans-serif}
.tiktok-actions .sound-disc{width:32px;height:32px;border:6px solid #29292c;border-radius:50%;background:#080809}.sound-disc svg{width:16px;height:16px}
.post.tiktok .post-caption{bottom:58px;right:55px;max-height:116px;overflow:hidden;padding:10px 12px;background:none;pointer-events:none;text-shadow:0 1px 3px #000}
.post.tiktok .post-caption>strong{display:block;margin-bottom:4px}.post.tiktok #preview-caption{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.tiktok-sound{display:flex;align-items:center;gap:6px;font-size:11px;margin-top:7px;white-space:nowrap}.tiktok-sound svg{width:12px;height:12px}
.post.tiktok .tiktok-nav{height:52px;color:#fff;background:#080809}.tiktok-nav>span{display:flex;flex-direction:column;align-items:center;gap:3px}.tiktok-nav small{font-size:9px;line-height:1}.tiktok-nav .tiktok-create{background:white;color:#080809;border-radius:6px;width:34px;height:23px;box-shadow:-3px 0 #25f4ee,3px 0 #fe2c55}
.post.video-post.tiktok .post-caption{bottom:105px}.post.video-post.tiktok .tiktok-actions{bottom:205px}
/* Compact the decorative rail before it reaches the feed tabs on narrow phones. */
@media(max-width:360px){.post.tiktok .tiktok-actions{gap:8px}.tiktok-actions svg{width:22px;height:22px}.tiktok-actions small{line-height:1.2}.tiktok-creator .avatar{width:30px;height:30px}.tiktok-actions .sound-disc{width:28px;height:28px}.sound-disc svg{width:14px;height:14px}}
.carousel-position{position:absolute;top:14px;right:14px;z-index:3;background:#0009;color:#fff;border-radius:20px;padding:4px 9px;font-size:11px;font-variant-numeric:tabular-nums}
.carousel-dots{display:flex;justify-content:center;gap:5px;padding:0 12px 10px}.carousel-dots i{width:5px;height:5px;border-radius:50%;background:#73737a}.carousel-dots i.active{background:#3897f0}
#slide-help{margin-top:8px}.caption-field[aria-invalid=true]{outline:1px solid #eaa6a6}

/* X text posts use the same preview shell and review controls. */
.x-post .post-header{height:72px;background:transparent;gap:12px;padding:16px}
.x-post .post-header>.integration-icon{margin-left:auto}
.x-post-text{padding:8px 16px 24px;font-size:20px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}
.x-post-status{margin:0 16px;padding-bottom:16px;border-bottom:1px solid var(--hairline);font-size:11px;color:var(--muted)}
.x-post .post-actions{justify-content:space-between;padding:16px;color:var(--muted)}


/* Equal-weight workflow choices, with instant press feedback and a quiet selected surface. */
.content-workflows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:5px;margin:0 0 24px;background:#111113;border:1px solid #ffffff08;border-radius:20px}
.content-workflows button{display:flex;align-items:center;justify-content:center;gap:14px;min-width:0;min-height:76px;padding:14px 16px;border-radius:15px;color:#b1b1b9;text-align:left;transition:background 160ms ease-out,color 160ms ease-out,transform 100ms ease-out;touch-action:manipulation}
.content-workflows button:hover{background:#ffffff06;color:var(--ink)}
.content-workflows button[aria-pressed=true]{background:#28282c;color:var(--ink);box-shadow:inset 0 1px #ffffff0e,0 2px 6px #0003}
.content-workflows button:active,.writing-platforms button:active{transform:scale(.98);background:#333338;transition-duration:60ms}
.content-workflows button:focus-visible{outline-offset:-3px}
.integration-icon:empty{display:none}
.agnostify-mark img{filter:none}
.content-workflows .agnostify-mark{width:28px;height:28px;flex:none}.content-workflows .agnostify-mark img{width:28px;height:28px;object-fit:contain}
.workflow-label{min-width:0}.workflow-label strong{display:block;font-size:16px;font-weight:600;line-height:1.3;letter-spacing:-.015em}
.workflow-label small{display:block;margin-top:4px;font-size:12px;line-height:1.4;color:#a9a9b2}
.writing-destinations{margin:0 0 28px}
.writing-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}
.writing-heading>span{font-size:15px;font-weight:500}.writing-heading small{font-size:12px;color:var(--muted)}
.writing-platforms{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;max-width:900px}
.writing-platforms button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;color:#b1b1b9;border-radius:12px;transition:background 160ms ease-out,color 160ms ease-out,transform 100ms ease-out;font-size:13px;touch-action:manipulation}
.writing-platforms button:hover{background:#ffffff08;color:var(--ink)}.writing-platforms button[aria-pressed=true]{background:#242427;color:var(--ink);box-shadow:inset 0 0 0 1px #ffffff12}
.writing-platforms .integration-icon{width:20px;height:20px}.writing-platforms .integration-icon img{width:18px;height:18px}
.writing-preview-label{height:48px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:12px;margin-bottom:16px}
.writing-post{width:min(100%,440px)}.writing-post .post-header{height:auto;min-height:76px}.writing-post .post-identity{min-width:0;overflow-wrap:anywhere}
.writing-post .post-header>.integration-icon{flex:none}.writing-post .post-actions{font-size:11px;gap:12px}
.writing-post .x-post-text{max-height:440px;overflow:auto;font-size:18px;line-height:1.65}
.linkedin-post .x-post-text,.reddit-post .x-post-text,.mastodon-post .x-post-text{font-size:15px;line-height:1.7}

.reddit-title{font-size:20px;font-weight:600;line-height:1.35;margin:4px 16px 12px;overflow-wrap:anywhere}
.title-field{min-height:48px;margin-bottom:16px;max-height:none}.title-field:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.queue-row h4{font-size:15px;line-height:1.4;margin:16px 0 0;overflow-wrap:anywhere}.queue-row p{white-space:pre-wrap}
@media(max-width:850px){.content-workflows button{gap:10px;padding:12px}.workflow-label strong{font-size:15px}.workflow-label small{font-size:11px}.writing-heading{display:block}.writing-heading small{display:block;margin-top:4px}.writing-platforms{grid-template-columns:repeat(3,minmax(0,1fr));max-width:600px}}
@media(max-width:640px){.content-workflows{margin:0 20px 20px;border-radius:17px;padding:4px;gap:3px}.content-workflows button{flex-direction:column;gap:8px;padding:12px 4px 8px;border-radius:12px;min-height:96px;text-align:center}.content-workflows .agnostify-mark,.content-workflows .agnostify-mark img{width:24px;height:24px}.workflow-label strong{font-size:14px;min-height:2.6em;display:flex;align-items:center;justify-content:center}.workflow-label small{display:none}.writing-destinations{margin:0 20px 24px}.writing-platforms{gap:4px}.writing-platforms button{padding:8px 6px;font-size:12px}.writing-heading>span{font-size:14px}.writing-heading small{font-size:11px}.writing-preview-label{height:40px;margin:8px 0}.writing-post .x-post-text{font-size:16px}.reddit-title{font-size:19px}.linkedin-post .x-post-text,.reddit-post .x-post-text,.mastodon-post .x-post-text{font-size:15px}}
@media(max-width:360px){.workflow-label strong{font-size:13px}.content-workflows{margin-inline:16px}.writing-destinations{margin-inline:16px}}
@media(prefers-reduced-motion:reduce){.content-workflows button:active,.writing-platforms button:active{transform:none}}
@media(prefers-contrast:more){.content-workflows,.writing-platforms button[aria-pressed=true]{border:1px solid currentColor}.workflow-label small,.writing-heading small{color:var(--ink)}}

.scene-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}
.sample-thumb img{display:block;width:100%;height:100%;object-fit:cover}

/* Swiss index: the studio shell shares the public site's font and text actions.
   The embedded social post controls retain their platform presentation. */
body :is(.action-primary, .action-secondary, .btn-primary, .btn-quiet, .mode-switch a, .writing-platforms button) {
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: var(--ink);
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: -.025em;
  text-transform: uppercase;
  text-underline-offset: .25em;
  min-height: 44px;
  transform: none;
}
body .action-primary { justify-content: flex-start; padding-inline: 0; }
body .action-secondary { text-align: left; padding-inline: 0; }
body :is(.mode-switch, .content-workflows) { background: none; border: 0; border-radius: 0; box-shadow: none; }
body .content-workflows button { background: none; border-radius: 0; box-shadow: none; font-weight: 700; }
body :is(.action-primary, .action-secondary, .btn-primary, .btn-quiet, .mode-switch a, .content-workflows button, .writing-platforms button):is(:hover, :focus-visible, [aria-pressed=true], [aria-current=page]):not(:disabled) {
  background: none;
  box-shadow: none;
  color: var(--ink);
  transform: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}
body :is(.action-primary, .action-secondary, .btn-primary, .btn-quiet):disabled { opacity: .45; text-decoration: none; }
