:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;--ink:#f4f7f5;--muted:#93a09b;--faint:#66716d;--canvas:#0d1112;--surface:#121718;--surface-2:#171d1e;--surface-3:#1d2425;--line:#2b3433;--line-soft:#222a2a;--green:#50d890;--green-deep:#113c29;--coral:#ff8066;--blue:#65a8ff;--amber:#efbd58;--danger:#ff706b;--focus:#8dbdff;background:var(--canvas);color:var(--ink);letter-spacing:0;font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}html{background:var(--canvas);min-width:320px;min-height:100%}body{background:var(--canvas);min-width:320px;min-height:100vh;color:var(--ink);margin:0}button,input,textarea,select{color:inherit;font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{border:0}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--focus);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit}.product-logo{width:max-content;color:var(--ink);cursor:pointer;background:0 0;align-items:center;gap:11px;padding:0;font-size:1rem;font-weight:760;text-decoration:none;display:inline-flex}.product-mark{grid-template-rows:8px 8px;grid-template-columns:8px 8px;gap:2px;width:18px;height:18px;display:grid}.product-mark i{display:block}.product-mark i:first-child{background:var(--green)}.product-mark i:nth-child(2){background:var(--coral)}.product-mark i:nth-child(3){background:var(--blue)}.product-mark i:nth-child(4){background:var(--amber)}.icon-button{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;flex:0 0 34px;place-items:center;display:inline-grid}.icon-button:hover{border-color:var(--line);background:var(--surface-3);color:var(--ink)}.icon-button svg{width:18px;height:18px}.icon-button.is-active{background:var(--green-deep);color:var(--green)}.primary-command,.secondary-command,.danger-command,.disabled-command{cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-size:.88rem;font-weight:720;line-height:1;text-decoration:none;display:inline-flex}.primary-command{border:1px solid var(--green);background:var(--green);color:#07130d}.primary-command:hover{background:#69e3a1}.secondary-command{border:1px solid var(--line);background:var(--surface-2);color:var(--ink)}.secondary-command:hover{background:var(--surface-3);border-color:#465250}.danger-command{color:#ffaaa5;background:#281918;border:1px solid #663c3a}.disabled-command{border:1px solid var(--line);background:var(--surface);color:var(--faint)}.spinner{place-items:center;width:20px;height:20px;display:inline-grid}.spinner svg{width:19px;height:19px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.notice{border:1px solid var(--line);min-height:44px;color:var(--muted);border-radius:5px;align-items:center;gap:10px;padding:10px 13px;font-size:.86rem;line-height:1.45;display:flex}.notice>svg{flex:none}.notice>div{flex:1;min-width:0}.notice-info{color:#b7d6f8;background:#121f2b;border-color:#315170}.notice-warning{color:#ead29d;background:#251f13;border-color:#625130}.notice-error{color:#ffaaa5;background:#291918;border-color:#683c3a}.notice-success{color:#a7eac1;background:#13271c;border-color:#315a42}.notice-action{color:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;font-size:.82rem;font-weight:700;text-decoration:underline}.notice-actions{align-items:center;gap:8px;display:inline-flex}.status-badge{width:max-content;color:var(--muted);text-transform:capitalize;align-items:center;gap:6px;font-size:.7rem;font-weight:740;display:inline-flex}.status-badge i{background:var(--faint);border-radius:50%;width:7px;height:7px}.status-published,.status-active{color:#7ee4aa}.status-published i,.status-active i{background:var(--green)}.status-past_due,.status-pending,.status-reconnect_required{color:#e4c47e}.status-past_due i,.status-pending i,.status-reconnect_required i{background:var(--amber)}.status-suspended,.status-canceled,.status-disconnected{color:#ed8f88}.status-suspended i,.status-canceled i,.status-disconnected i{background:var(--danger)}.auth-page{grid-template-columns:minmax(360px,.82fr) minmax(480px,1.18fr);min-height:100vh;display:grid}.auth-brand{border-right:1px solid var(--line);background:#0b0f10;flex-direction:column;justify-content:space-between;min-height:100vh;padding:36px;display:flex;position:relative;overflow:hidden}.auth-home{z-index:2;width:max-content;text-decoration:none;position:relative}.auth-brand>p{z-index:2;color:#c5ceca;width:min(380px,100%);margin:0;font-size:1.5rem;font-weight:620;line-height:1.25;position:relative}.auth-mosaic{opacity:.92;grid-template-rows:1fr .9fr;grid-template-columns:1.1fr .9fr 1fr;gap:12px;display:grid;position:absolute;inset:16% -16% 16% 10%;transform:rotate(-7deg)}.auth-tile{background:var(--surface-2);border:1px solid #ffffff14;border-radius:6px}.auth-tile-photo{background:linear-gradient(#0508081f,#0508081f),url(https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=900&q=80) 50%/cover;grid-row:span 2}.auth-tile-green{background:#247f54}.auth-tile-coral{background:#d15e4c}.auth-tile-video{background:linear-gradient(#0a0e0f57,#0a0e0f57),url(https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=800&q=80) 50%/cover;place-items:center;display:grid}.auth-tile-blue{background:#3579b9}.auth-panel{background:var(--surface);place-items:center;min-height:100vh;padding:48px 24px;display:grid}.auth-form-wrap{width:min(420px,100%)}.back-site{color:var(--muted);align-items:center;gap:6px;margin-bottom:64px;font-size:.78rem;text-decoration:none;display:inline-flex}.back-site:hover{color:var(--ink)}.auth-heading{margin-bottom:28px}.auth-heading h1{margin:0 0 9px;font-size:2rem;line-height:1.1}.auth-heading p{color:var(--muted);margin:0;line-height:1.5}.auth-form{gap:18px;display:grid}.field{color:#c9d1ce;gap:8px;font-size:.8rem;font-weight:680;display:grid}.field input{border:1px solid var(--line);width:100%;height:46px;color:var(--ink);background:#0e1314;border-radius:5px;outline:none;padding:0 13px}.field input::placeholder{color:#5e6965}.field input:focus{border-color:#59706b;box-shadow:0 0 0 3px #50d89014}.field small{color:var(--faint);font-size:.7rem;font-weight:500}.forgot-link{width:max-content;color:var(--muted);cursor:pointer;background:0 0;margin-top:-8px;padding:0;font-size:.76rem}.forgot-link:hover,.text-link:hover{color:var(--ink)}.auth-submit{width:100%;height:46px;margin-top:4px}.auth-footer{color:var(--muted);text-align:center;margin-top:26px;font-size:.82rem}.text-link{color:var(--green);cursor:pointer;background:0 0;padding:0;font-weight:700}.auth-progress{place-items:center;min-height:90px;display:grid}.app-frame{min-height:100vh;padding-left:244px}.app-nav{z-index:30;border-right:1px solid var(--line-soft);background:#0b0f10;flex-direction:column;width:244px;padding:24px 16px 18px;display:flex;position:fixed;inset:0 auto 0 0}.app-nav-top{justify-content:space-between;align-items:flex-start;min-height:42px;padding:2px 8px;display:flex}.mobile-close{display:none}.app-nav nav{gap:4px;margin-top:38px;display:grid}.nav-link{width:100%;height:42px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border-radius:5px;align-items:center;gap:11px;padding:0 11px;font-size:.84rem;font-weight:630;display:flex}.nav-link:hover{background:var(--surface-2);color:var(--ink)}.nav-link.is-active{color:#a8edc4;background:#17221d}.nav-account{border-top:1px solid var(--line-soft);grid-template-columns:32px minmax(0,1fr) 34px;align-items:center;gap:9px;margin-top:auto;padding:18px 3px 0;display:grid}.account-avatar{background:var(--green-deep);width:32px;height:32px;color:var(--green);border:1px solid #355343;border-radius:50%;place-items:center;font-size:.76rem;font-weight:800;display:grid}.nav-account>div:nth-child(2){min-width:0}.nav-account strong,.nav-account span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.nav-account strong{font-size:.76rem}.nav-account span{color:var(--faint);margin-top:3px;font-size:.64rem}.app-mobile-header{display:none}.app-main{width:min(1180px,100%);min-height:100vh;margin:0 auto;padding:40px 42px 80px}.app-main>.notice{margin-bottom:22px}.page-header{justify-content:space-between;align-items:flex-end;gap:24px;min-height:74px;margin-bottom:34px;display:flex}.page-eyebrow{color:var(--green);text-transform:uppercase;margin-bottom:8px;font-size:.67rem;font-weight:800;display:block}.page-header h1{margin:0;font-size:2rem;line-height:1.08}.page-header p{color:var(--muted);margin:8px 0 0;font-size:.82rem}.app-loading,.screen-loader{place-items:center;min-height:100vh;display:grid}.app-loading{grid-template-rows:1fr auto 1fr;gap:22px}.app-loading .product-logo{align-self:end}.app-loading .spinner{align-self:start}.feed-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.feed-card{border:1px solid var(--line-soft);background:var(--surface);border-radius:6px;min-width:0;overflow:hidden}.feed-card:hover{border-color:#3d4947}.feed-card-preview{aspect-ratio:16/8;border-bottom:1px solid var(--line-soft);cursor:pointer;background:#0a0e0f;grid-template-rows:1fr .75fr;grid-template-columns:1.15fr .85fr 1fr;gap:5px;width:100%;padding:14px;display:grid}.preview-block{border-radius:3px;min-width:0;min-height:0}.preview-green{background:#267652;grid-row:span 2}.preview-image{background:linear-gradient(#0a0f0f2e,#0a0f0f2e),url(https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=800&q=70) 50%/cover;grid-column:span 2}.preview-coral{background:#bb5c4b}.preview-blue{background:#386f9e}.feed-card-body{padding:18px}.feed-card-title{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.feed-card h2{text-overflow:ellipsis;white-space:nowrap;margin:0 0 6px;font-size:1rem;line-height:1.25;overflow:hidden}.feed-card-title>div{min-width:0}.feed-card-title>div>span{color:var(--faint);font-size:.7rem}.feed-card-footer{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:12px;margin-top:20px;padding-top:14px;display:flex}.feed-card-footer>span{color:var(--faint);font-size:.67rem}.card-open{color:#b8c2be;cursor:pointer;background:0 0;align-items:center;gap:4px;padding:0;font-size:.72rem;font-weight:700;display:inline-flex}.empty-state{text-align:center;border:1px dashed #34403e;border-radius:6px;align-content:center;place-items:center;min-height:470px;padding:40px;display:grid}.empty-mosaic{grid-template-columns:repeat(2,30px);gap:4px;margin-bottom:24px;display:grid}.empty-mosaic i{width:30px;height:30px}.empty-mosaic i:first-child{background:var(--green)}.empty-mosaic i:nth-child(2){background:var(--coral)}.empty-mosaic i:nth-child(3){background:var(--blue)}.empty-mosaic i:nth-child(4){background:var(--amber)}.empty-state h2{margin:0;font-size:1.2rem}.empty-state p{color:var(--muted);margin:9px 0 22px;font-size:.85rem}.dialog{border:1px solid var(--line);background:var(--surface-2);width:min(460px,100vw - 28px);color:var(--ink);border-radius:7px;padding:0;box-shadow:0 24px 80px #00000080}.dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#030607b8}.dialog-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:20px 22px;display:flex}.dialog-heading h2{margin:0;font-size:1.15rem}.dialog form{padding:22px}.dialog form .notice{margin-bottom:16px}.dialog-actions{justify-content:flex-end;gap:9px;margin-top:24px;display:flex}.connector-list{border-top:1px solid var(--line)}.connector-row{border-bottom:1px solid var(--line);grid-template-columns:48px minmax(0,1fr) auto;align-items:start;gap:18px;padding:26px 0;display:grid}.connector-icon{border:1px solid color-mix(in srgb, var(--connector), transparent 55%);background:color-mix(in srgb, var(--connector), transparent 86%);width:48px;height:48px;color:var(--connector);border-radius:6px;place-items:center;display:grid}.connector-icon svg{width:23px;height:23px}.connector-copy{min-width:0}.connector-copy>div:first-child{align-items:center;gap:9px;display:flex}.connector-copy h2{margin:1px 0 4px;font-size:1rem}.connector-copy>p{color:var(--muted);margin:0;font-size:.78rem}.beta-badge,.current-label,.plan-best{color:#dfc27d;text-transform:uppercase;background:#2b2517;border-radius:3px;align-items:center;min-height:20px;padding:0 7px;font-size:.6rem;font-weight:760;display:inline-flex}.connected-account{border:1px solid var(--line-soft);background:#0f1415;border-radius:5px;align-items:center;gap:9px;width:min(560px,100%);min-height:38px;margin-top:14px;padding:2px 4px 2px 11px;display:flex}.connected-account>span:first-child{color:#cbd4d0;text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;gap:6px;min-width:0;font-size:.74rem;display:inline-flex;overflow:hidden}.connected-account>span:first-child svg{color:var(--green)}.current-plan{border:1px solid var(--line);border-left:3px solid var(--green);background:var(--surface);border-radius:5px;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-bottom:24px;padding:18px 20px;display:grid}.current-plan>div:last-child{text-align:right}.current-plan span,.current-plan strong{display:block}.current-plan div>span{color:var(--faint);text-transform:uppercase;margin-bottom:5px;font-size:.65rem}.current-plan strong{font-size:.9rem}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.pricing-plan{border:1px solid var(--line);background:var(--surface);border-radius:6px;flex-direction:column;min-height:430px;padding:25px;display:flex}.pricing-plan.featured-plan{border-top:3px solid var(--green);padding-top:23px}.pricing-plan.is-current{box-shadow:inset 0 0 0 1px #346147}.plan-top{color:#c8d0cd;justify-content:space-between;align-items:center;gap:12px;min-height:24px;font-size:.83rem;font-weight:760;display:flex}.current-label{color:#8be2ae;background:#173423}.plan-best{color:#9aebba;background:#183424}.price{align-items:baseline;gap:7px;margin:28px 0 18px;display:flex}.price strong{font-size:2.8rem;line-height:1}.price small{color:var(--muted);font-size:.76rem}.pricing-plan>p{min-height:46px;color:var(--muted);margin:0;font-size:.82rem;line-height:1.55}.pricing-plan ul{border-top:1px solid var(--line-soft);gap:12px;margin:25px 0;padding:22px 0 0;list-style:none;display:grid}.pricing-plan li{color:#c3ccc8;align-items:center;gap:9px;font-size:.78rem;display:flex}.pricing-plan li svg{color:var(--green)}.plan-command{width:100%;margin-top:auto}.account-danger{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;margin-top:56px;padding-top:26px;display:flex}.account-danger h2{margin:0 0 6px;font-size:.95rem}.account-danger p{color:var(--muted);margin:0;font-size:.76rem}.studio-page{background:#0a0e0f;min-height:100vh}.studio-topbar{z-index:25;border-bottom:1px solid var(--line);background:#101516;justify-content:space-between;align-items:center;gap:18px;height:68px;padding:0 18px;display:flex;position:relative}.studio-title,.studio-top-actions{align-items:center;gap:10px;display:flex}.studio-title,.studio-title>div:last-child{min-width:0}.studio-title input{text-overflow:ellipsis;background:0 0;border:1px solid #0000;border-radius:4px;width:min(280px,30vw);height:28px;padding:0 5px;font-size:.86rem;font-weight:740;display:block;overflow:hidden}.studio-title input:hover,.studio-title input:focus{border-color:var(--line);background:var(--surface-2);outline:none}.studio-title>div>div{align-items:center;gap:10px;padding-left:5px;display:flex}.studio-title>div>div>span:last-child{color:var(--faint);font-size:.62rem}.segment{border:1px solid var(--line);background:#0c1112;border-radius:5px;align-items:stretch;min-height:34px;padding:2px;display:inline-flex}.segment button{min-width:48px;color:var(--faint);cursor:pointer;background:0 0;border-radius:3px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:.7rem;font-weight:690;display:inline-flex}.segment button:hover{color:var(--ink)}.segment button.is-active{background:var(--surface-3);color:var(--ink);box-shadow:0 1px 4px #00000040}.studio-error{z-index:50;width:min(560px,100vw - 28px);position:fixed;top:76px;left:50%;transform:translate(-50%)}.studio-workspace{grid-template-columns:300px minmax(420px,1fr) 244px;min-height:calc(100vh - 68px);display:grid}.studio-sidebar,.studio-inspector{background:#101516;min-width:0}.studio-sidebar{z-index:10;border-right:1px solid var(--line);padding:12px;position:relative;overflow:hidden}.studio-sidebar>.segment{width:100%;margin-bottom:13px}.studio-sidebar>.segment button{flex:1}.sidebar-section{border-top:1px solid var(--line-soft);padding:14px 2px}.sidebar-heading{color:#bdc7c3;text-transform:uppercase;justify-content:space-between;align-items:center;gap:8px;min-height:30px;font-size:.71rem;font-weight:760;display:flex}.sidebar-heading i{color:var(--faint);margin-left:5px;font-style:normal}.source-empty{border:1px solid var(--line-soft);width:100%;color:var(--muted);text-align:left;cursor:pointer;background:#0c1112;border-radius:5px;grid-template-columns:26px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:11px;display:grid}.source-empty:hover{border-color:#40504c}.source-empty span{min-width:0}.source-empty strong,.source-empty small{display:block}.source-empty strong{color:#ced6d3;font-size:.7rem}.source-empty small{color:var(--faint);margin-top:3px;font-size:.6rem}.source-strip{gap:5px;display:grid}.source-strip .source-chip{border:1px solid var(--line-soft);color:#c5ceca;white-space:nowrap;border-radius:4px;align-items:center;gap:8px;min-height:34px;padding:0 9px;font-size:.67rem;display:flex}.source-chip>span{text-overflow:ellipsis;min-width:0;overflow:hidden}.source-chip .icon-button{width:26px;height:26px;margin-left:auto}.item-section{height:calc(100vh - 212px);min-height:300px;padding-bottom:0}.item-list{overscroll-behavior:contain;scrollbar-color:#394340 transparent;scrollbar-width:thin;height:calc(100% - 34px);overflow-y:auto}.item-row{border:1px solid #0000;border-radius:4px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:54px;display:grid}.item-row:hover{background:#151b1c}.item-row.is-selected{background:#16221c;border-color:#385345}.item-main{text-align:left;cursor:pointer;background:0 0;grid-template-columns:14px 38px minmax(0,1fr);align-items:center;gap:7px;min-width:0;height:52px;padding:0 2px;display:grid}.drag-handle{color:#4c5753;place-items:center;display:grid}.item-thumb{background:var(--surface-3);border-radius:3px;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.item-thumb img{object-fit:cover;width:100%;height:100%}.item-main>span:last-child{min-width:0}.item-main strong,.item-main small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.item-main strong{color:#bdc6c2;font-size:.65rem}.item-main small{color:var(--faint);margin-top:4px;font-size:.56rem}.item-actions{gap:1px;padding-right:3px;display:none}.item-row:hover .item-actions,.item-row.is-selected .item-actions{display:flex}.item-actions .icon-button{flex-basis:27px;width:27px;height:27px}.items-empty{height:calc(100% - 34px);color:var(--faint);align-content:center;place-items:center;gap:10px;font-size:.72rem;display:grid}.items-empty .secondary-command{min-height:34px;font-size:.68rem}.design-controls{border-top:1px solid var(--line-soft);gap:22px;padding:20px 4px;display:grid}.design-controls>label{gap:9px;display:grid}.design-controls>label>span{color:#bdc6c2;justify-content:space-between;font-size:.68rem;font-weight:690;display:flex}.design-controls label>span i{color:var(--faint);font-style:normal}.design-controls .segment{width:100%}.design-controls .segment button{flex:1}.color-control{grid-template-columns:1fr auto auto;align-items:center}.color-control>span{grid-column:1/-1}.color-control input{border:1px solid var(--line);background:#0c1112;border-radius:4px;width:38px;height:34px;padding:3px}.color-control code{color:var(--muted);font-size:.68rem}.design-controls input[type=range]{width:100%;accent-color:var(--green)}.toggle-row{justify-content:space-between;align-items:center;display:flex!important}.toggle-row input{width:34px;height:18px;accent-color:var(--green)}.studio-preview{background:#080b0c;place-items:start center;min-width:0;padding:38px;display:grid;overflow:auto}.feed-device{background:#f4f5f3;border:1px solid #313a38;border-radius:7px;width:min(100%,920px);min-width:0;transition:width .18s;overflow:hidden;box-shadow:0 25px 80px #00000052}.feed-device.device-mobile{width:min(390px,100%)}.feed-browser-bar{background:#eceeeb;border-bottom:1px solid #d9dcda;grid-template-columns:7px 7px 7px 1fr;align-items:center;gap:5px;height:34px;padding:0 12px;display:grid}.feed-browser-bar i{background:#a8adab;border-radius:50%;width:7px;height:7px}.feed-browser-bar i:first-child{background:#ed8578}.feed-browser-bar i:nth-child(2){background:#d9b65d}.feed-browser-bar i:nth-child(3){background:#75b888}.feed-browser-bar span{color:#87908c;justify-self:center;font-size:.55rem}.feed-canvas{background:var(--feed-surface);min-height:500px;color:var(--feed-text);padding:28px}.feed-canvas.theme-light{--feed-surface:#f7f8f6!important;--feed-text:#171b19!important}.feed-canvas>header{border-bottom:2px solid var(--feed-accent);justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:22px;padding-bottom:14px;display:flex}.feed-canvas>header span{color:color-mix(in srgb, var(--feed-text), transparent 42%);text-transform:uppercase;font-size:.55rem;font-weight:760}.feed-canvas>header h2{color:var(--feed-text);margin:5px 0 0;font-size:1.2rem}.feed-count{white-space:nowrap}.studio-feed-grid{gap:var(--feed-gap);display:grid}.studio-feed-grid.layout-mosaic{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-feed-grid.layout-wall{grid-template-columns:repeat(2,minmax(0,1fr))}.media-card{border:1px solid color-mix(in srgb, var(--feed-text), transparent 84%);border-radius:var(--feed-radius);background:color-mix(in srgb, var(--feed-surface), var(--feed-text) 5%);min-width:0;color:var(--feed-text);cursor:pointer;position:relative;overflow:hidden}.media-card:hover{border-color:color-mix(in srgb, var(--feed-accent), transparent 35%)}.media-card.is-hidden{opacity:.45}.media-frame{aspect-ratio:4/3;background:#151a19;width:100%;position:relative;overflow:hidden}.media-card-wall .media-frame{aspect-ratio:16/10}.media-frame img,.media-frame iframe,.media-frame video{object-fit:cover;border:0;width:100%;height:100%;display:block}.media-fallback{color:#8a9691;place-items:center;width:100%;height:100%;display:grid}.media-source{color:#f4f7f5;min-height:22px;box-shadow:inset 2px 0 0 var(--source-color);background:#090c0ddb;border-radius:3px;align-items:center;gap:4px;padding:0 7px;font-size:.5rem;font-weight:720;display:inline-flex;position:absolute;bottom:7px;right:7px}.media-copy{padding:11px}.media-copy strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;line-height:1.3;display:block;overflow:hidden}.media-copy p{min-height:28px;color:color-mix(in srgb, var(--feed-text), transparent 38%);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 0;font-size:.54rem;line-height:1.35;display:-webkit-box;overflow:hidden}.media-select{color:#fff;background:#090c0ddb;border-radius:3px;place-items:center;width:26px;height:26px;display:none;position:absolute;top:7px;left:7px}.media-card:hover .media-select{display:grid}.feed-canvas>footer{color:color-mix(in srgb, var(--feed-text), transparent 56%);text-align:right;margin-top:22px;font-size:.5rem}.feed-canvas>footer span{color:var(--feed-accent);font-weight:760}.canvas-empty{border:1px dashed color-mix(in srgb, var(--feed-text), transparent 75%);min-height:330px;color:color-mix(in srgb, var(--feed-text), transparent 48%);align-content:center;place-items:center;gap:9px;font-size:.72rem;display:grid}.device-mobile .feed-canvas{padding:18px}.device-mobile .studio-feed-grid{grid-template-columns:1fr}.studio-inspector{border-left:1px solid var(--line);padding:14px}.inspector-heading{color:#bdc6c2;text-transform:uppercase;justify-content:space-between;align-items:center;height:34px;font-size:.7rem;font-weight:760;display:flex}.inspector-media{aspect-ratio:4/3;background:var(--surface-3);border-radius:4px;width:100%;overflow:hidden}.inspector-media img{object-fit:cover;width:100%;height:100%}.inspector-details{border-bottom:1px solid var(--line-soft);gap:8px;padding:16px 2px;display:grid}.inspector-details>span{color:var(--green);text-transform:uppercase;font-size:.6rem;font-weight:760}.inspector-details strong{overflow-wrap:anywhere;font-size:.76rem;line-height:1.35}.inspector-details p{color:var(--muted);-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:0;font-size:.68rem;line-height:1.5;display:-webkit-box;overflow:hidden}.inspector-details a{color:#afbbb6;align-items:center;gap:4px;font-size:.65rem;text-decoration:none;display:inline-flex}.inspector-actions{grid-template-columns:repeat(2,1fr);gap:7px;padding-top:14px;display:grid}.inspector-actions .secondary-command{min-width:0;min-height:34px;padding:0 8px;font-size:.66rem}.inspector-empty{height:calc(100vh - 96px);color:var(--faint);align-content:center;place-items:center;gap:9px;font-size:.7rem;display:grid}@media (width<=1180px){.studio-workspace{grid-template-columns:280px minmax(420px,1fr)}.studio-inspector{display:none}}@media (width<=900px){.auth-page{grid-template-columns:1fr}.auth-brand{display:none}.app-frame{padding-top:64px;padding-left:0}.app-mobile-header{z-index:25;border-bottom:1px solid var(--line);background:#0b0f10;justify-content:space-between;align-items:center;height:64px;padding:0 18px;display:flex;position:fixed;inset:0 0 auto}.app-nav{z-index:50;transition:transform .18s;transform:translate(-100%)}.app-nav.is-open{transform:translate(0)}.mobile-close{display:inline-grid}.nav-scrim{z-index:45;background:#030607b8;position:fixed;inset:0}.app-main{padding:30px 22px 64px}.studio-workspace{grid-template-columns:260px minmax(390px,1fr)}.studio-topbar{overflow-x:auto}.studio-top-actions .segment span{display:none}.studio-top-actions .segment button{min-width:34px;padding:0 8px}.studio-preview{padding:24px}}@media (width<=720px){.auth-panel{padding:28px 20px}.back-site{margin-bottom:46px}.auth-heading h1{font-size:1.7rem}.page-header{align-items:flex-start;min-height:0;margin-bottom:26px}.page-header h1{font-size:1.7rem}.feed-list,.pricing-grid{grid-template-columns:1fr}.connector-row{grid-template-columns:42px minmax(0,1fr);gap:13px}.connector-icon{width:42px;height:42px}.connector-row>button{grid-column:2;width:max-content}.connected-account{flex-wrap:wrap}.current-plan{grid-template-columns:1fr auto}.current-plan>div:last-child{text-align:left;grid-column:1/-1}.account-danger{flex-direction:column;align-items:flex-start}.studio-topbar{flex-wrap:wrap;height:auto;min-height:68px;padding:10px 12px}.studio-title{flex:100%}.studio-title input{width:min(280px,70vw)}.studio-top-actions{justify-content:flex-end;width:100%}.studio-workspace{flex-direction:column;min-height:calc(100vh - 116px);display:flex}.studio-sidebar{border-top:1px solid var(--line);border-right:0;order:2;width:100%}.item-section{height:360px}.studio-preview{order:1;min-height:520px;padding:18px 12px;overflow:hidden}.feed-device{width:100%}.feed-canvas{min-height:450px;padding:16px}.studio-feed-grid.layout-mosaic,.studio-feed-grid.layout-wall{grid-template-columns:repeat(2,minmax(0,1fr))}.media-copy p,.studio-inspector{display:none}}@media (width<=480px){.app-main{padding-left:16px;padding-right:16px}.page-header{flex-direction:column}.page-header>.primary-command{width:100%}.feed-card-preview{aspect-ratio:16/9}.empty-state{min-height:400px;padding:28px 18px}.pricing-plan{min-height:400px}.connector-row{padding:22px 0}.studio-top-actions .secondary-command{min-width:40px;padding:0 10px}.studio-top-actions .secondary-command:not(:first-of-type){font-size:.72rem}.studio-preview{min-height:470px}.studio-feed-grid.layout-mosaic,.studio-feed-grid.layout-wall{grid-template-columns:1fr}.feed-canvas>header{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
