@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:11px;color:#e6e7ea;background:radial-gradient(circle at top left,#141416,#0d0d10 58%,#09090a);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;--scrollbar-track: #101216;--scrollbar-thumb: #3a3d46;--scrollbar-thumb-hover: #4a4f5b;--timeline-label-width: 66px;--timeline-track-gap: 2px;--timeline-track-padding-x: 4px}*{box-sizing:border-box;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);scrollbar-width:thin}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px;border:2px solid var(--scrollbar-track)}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}html,body,#root{width:100%;height:100%;margin:0}button,input,select,textarea{font:inherit}button{border:none;background:linear-gradient(180deg,#222327,#18191d);color:#f0f0f2;border-radius:4px;padding:4px 6px;cursor:pointer}button:hover{filter:brightness(1.08)}input,select,textarea{background:#141417;border:none;color:#ececef;border-radius:4px;padding:4px 6px}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.app{height:100%;overflow:hidden}.editor-shell{display:grid;grid-template-columns:74px 360px minmax(0,1fr) 320px;gap:4px;height:100%;padding:4px}.left-rail{background:#0c0c0ef5;border:none;border-radius:4px;display:grid;grid-template-rows:auto auto 1fr auto;gap:4px;padding:6px 4px;min-height:0;grid-column:1}.rail-logo{width:100%;height:44px;border-radius:4px;border:none;background:transparent;display:grid;place-items:center;font-weight:700;letter-spacing:.8px;text-decoration:none;cursor:pointer}.rail-logo span{font-size:11px}.rail-logo-image{width:22px;height:22px;display:block;filter:none}.rail-items{display:grid;gap:4px;align-content:start;overflow:auto;min-height:0}.rail-profile-menu{position:relative;z-index:30}.rail-profile-trigger{width:100%}.rail-profile-dropdown{position:absolute;top:0;left:calc(100% + 8px);min-width:178px;background:#111318;border:1px solid #2a2d36;border-radius:8px;box-shadow:0 10px 28px #00000073;padding:4px;display:grid;gap:2px}.rail-profile-item{border:0;background:transparent;color:#e8ebf3;font:inherit;font-size:12px;text-align:left;border-radius:6px;padding:7px 8px;cursor:pointer}.rail-profile-item:hover{background:#1f232c}.rail-item{width:calc(100% - 10px);justify-self:center;padding:4px 3px;display:grid;justify-items:center;gap:4px;border:none;background:transparent;color:#cfd2da;border-radius:4px}.rail-item:hover{background:#1b1c21}.rail-item-active{background:#212328}.rail-item-icon{width:20px;height:20px;display:grid;place-items:center;color:#e4e6ec}.rail-item-icon svg{width:16px;height:16px}.rail-item span:last-child{font-size:10px}.rail-toggle{width:100%;padding:5px 0;font-size:10px}.library-column{background:#0f0f12f5;border:none;border-radius:4px;display:flex;flex-direction:column;min-height:0;padding:6px;grid-column:2}.library-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.library-head h2{margin:0;font-size:13px}.library-head-right{display:inline-flex;align-items:center;gap:6px;min-height:24px}.library-head-actions{display:inline-flex;align-items:center;gap:6px}.library-head-button{padding:4px 8px;font-size:10px;min-height:24px}.library-busy-indicator{position:relative;width:14px;height:14px;display:inline-grid;place-items:center;opacity:.82}.library-busy-indicator:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:999px;background:radial-gradient(circle,#7ea4ff42,#db89ff2e 42%,#7de0c21f 68%,#7de0c200);animation:libraryBusyPulse 1.6s ease-in-out infinite}.library-busy-ring{width:12px;height:12px;border-radius:999px;border:1.5px solid rgba(115,119,140,.35);border-top-color:#7ea4fff2;border-right-color:#db89ffe6;border-bottom-color:#7de0c2e6;animation:libraryBusySpin .95s linear infinite}@keyframes libraryBusySpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes libraryBusyPulse{0%,to{opacity:.2;transform:scale(.85)}50%{opacity:.7;transform:scale(1)}}.library-placeholder{border:none;border-radius:4px;background:#17181d;padding:8px;color:#b8bbc4;font-size:11px}.main-column{background:#0f0f12f5;border:none;border-radius:4px;min-height:0;display:grid;grid-template-rows:minmax(0,1fr);position:relative;overflow:hidden;grid-column:3}.main-header{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:4px 6px;border-bottom:none;min-height:34px}.main-body{min-height:0;display:grid;grid-template-rows:56% 8px 44%;flex:1 1 0;height:100%;overflow:hidden;padding:4px;gap:0;align-items:stretch}.main-body-profile{padding:10px}.main-top-block{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:#0f0f12f5;border:none;border-radius:4px;overflow:hidden}.main-video-block{min-height:0;overflow:hidden;display:flex}.preview-play-row{min-height:0;padding:0 0 2px}.main-splitter{height:8px;margin:0;border-radius:3px;border:none;background:linear-gradient(180deg,#22242a,#181a1f);cursor:row-resize}.main-splitter-active{background:linear-gradient(180deg,#30333c,#24272e)}.timeline-stack{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;background:#0f0f12f5;border:none;border-radius:4px;height:100%}.context-column{background:#0f0f12f5;border:none;border-radius:4px;min-height:0;display:flex;flex-direction:column;gap:0;padding:8px;overflow:hidden;grid-column:4}.column-grip{position:absolute;top:50%;transform:translateY(-50%);z-index:6;display:inline-flex;align-items:center;gap:4px;pointer-events:none}.column-grip-left{left:-10px}.column-grip-right{right:-10px}.column-grip-collapsed,.column-grip-toggle,.column-grip-bar{pointer-events:auto}.column-grip-toggle{width:16px;height:34px;padding:0;font-size:10px;border-radius:3px;border:none;background:#1d1f25;color:#d8dbe3;display:grid;place-items:center}.column-grip-bar{width:6px;height:34px;border-radius:3px;border:none;background:repeating-linear-gradient(to bottom,#20232a 0,#20232a 4px,#2b2e35 4px,#2b2e35 8px);cursor:col-resize}.context-panel{background:#0b0c0f;border:1px solid #1a1c22;border-radius:6px;min-height:0;height:100%;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:8px;padding:8px}.context-panel h3{margin:0;font-size:13px;line-height:1.1}.context-cursor{margin:0;font-size:10px;color:#959aa8;font-weight:600}.loading{display:grid;place-items:center;height:100%;color:#d0d2d8}.topbar{display:none}.project-controls,.header-actions{display:flex;align-items:center;gap:6px}.header-action-button{min-width:60px}.header-action-json{background:linear-gradient(180deg,#2f8e3f,#1d5e2a);color:#ecffef}.header-action-curl{background:linear-gradient(180deg,#2f5d9f,#1f3f6e);color:#e8f2ff}.header-project-name{width:220px;min-width:140px}.project-name-display{padding:4px 8px;min-height:24px;line-height:1.1}.project-name-save,.project-name-cancel{padding:3px 7px;min-height:22px;line-height:1}.project-updated-at{font-size:9px;line-height:1;color:#8e92a0;white-space:nowrap}.header-error{max-width:380px;padding:3px 6px;border:1px solid #6c4248;border-radius:4px;background:#2f1f22;color:#f1c8cf;font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.save-status{color:#b6b8bf;text-transform:capitalize;font-size:11px}.import-bar{display:grid;grid-template-columns:1fr auto;gap:4px;padding:4px;border-bottom:none;background:#111113}.import-bar textarea{min-height:52px;resize:vertical}.workspace{display:none}.top-split{display:grid;grid-template-columns:320px minmax(0,1fr) 320px;gap:8px;padding:8px;min-height:0}.assets-panel,.main-panel,.extra-panel,.timeline-panel{background:#121215f5;border:none;border-radius:4px}.assets-panel{display:flex;flex-direction:column;min-height:0;padding:6px}.assets-panel h2,.timeline-panel h2{margin:0 0 6px;font-size:13px}.asset-dropzone{border:1px dashed #44464d;border-radius:4px;min-height:76px;padding:6px;display:grid;align-content:center;justify-items:center;gap:2px;text-align:center;background:#17181c;cursor:pointer}.asset-dropzone strong{font-size:12px}.asset-dropzone span{font-size:10px;opacity:.82}.asset-dropzone-active{border-color:#6a6d76;background:#222329}.hidden-file-input{display:none}.library-drop-surface{flex:1;min-height:0;display:flex;flex-direction:column;border-radius:4px;background:#16181d;cursor:pointer}.library-effects-surface{cursor:default}.library-drop-surface-active{background:#1e2128}.preset-subheader{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:4px 8px 0;color:#9ea4b4;font-size:10px}.captions-panel{cursor:default;overflow:hidden}.captions-upload-row{display:flex;gap:6px;padding:4px 8px 0}.captions-auto-row{display:flex;gap:6px;padding:6px 8px 0}.captions-auto-select{flex:1;min-height:28px;border-radius:8px;border:1px solid #334057;background:#101621;color:#d9e4fb;font-size:11px;padding:0 8px}.captions-auto-select:disabled{opacity:.72;cursor:not-allowed}.captions-source-card{margin:8px 8px 0;border:1px solid #2a3243;border-radius:8px;background:#171f2c;min-height:30px;padding:4px 8px;display:flex;align-items:center;gap:8px}.captions-source-name{flex:1;min-width:0;font-size:11px;color:#d7e5ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.captions-source-remove{width:18px;height:18px;border-radius:999px;border:1px solid #3e4f69;background:#263349;color:#dbe6fa;font-size:12px;line-height:1;display:grid;place-items:center;padding:0}.captions-upload-button{flex:1;min-height:28px;border-radius:8px;border:1px solid #2a8dff;background:linear-gradient(180deg,#2a97ff,#0a84ff);color:#fff;font-size:11px;font-weight:600}.captions-upload-button:disabled{opacity:.72;cursor:not-allowed}.captions-upload-button-secondary{border-color:#334057;background:#1d2430;color:#cfd8ea}.captions-panel-note{padding:8px 8px 0;font-size:10px;color:#8f96a8}.captions-panel-message{margin:8px 8px 0;padding:6px 8px;border-radius:8px;border:1px solid #284567;background:#162435;color:#b9dfff;font-size:11px}.captions-preset-grid{flex:1;min-height:0;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:8px;padding:8px;align-content:start}.captions-preset-card{border:1px solid #2a2f3a;border-radius:12px;background:#1a1d24;color:#e8ebf3;padding:8px;text-align:left;display:grid;gap:6px;cursor:pointer}.captions-preset-card-active{border-color:#0a84ff;box-shadow:0 0 0 1px #0a84ff66 inset}.captions-preset-name{font-size:11px;font-weight:700;color:#f5f7fb}.captions-preset-preview{min-height:66px;border:none;border-radius:0;background:transparent;display:grid;place-items:center;text-align:center;padding:6px;line-height:1.06}.captions-preset-preview-bold_center{font-size:24px;font-weight:800;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.75)}.captions-preset-preview-minimal_bottom{font-size:16px;font-weight:500;color:#f6f7fa}.captions-preset-preview-boxed_black{font-size:20px;font-weight:800;color:#fff}.captions-preset-preview-karaoke_basic{font-size:20px;font-weight:800;color:#ffe066;text-shadow:0 0 10px rgba(255,138,0,.65)}.captions-preset-preview-bold_bottom{font-size:20px;font-weight:800;color:#fff;text-shadow:0 2px 7px rgba(0,0,0,.75)}.captions-preset-preview-soft_box_bottom{font-size:18px;font-weight:700;color:#fff;background:#00000094;border-radius:10px}.captions-preset-preview-yellow_highlight_bottom{font-size:18px;font-weight:800;color:#101010;background:#ffe45e;border-radius:8px}.captions-preset-preview-red_alert_bottom{font-size:18px;font-weight:800;color:#fff;background:#c62828;border-radius:8px}.captions-preset-preview-cinema_serif_bottom{font-size:19px;font-weight:700;font-style:italic;color:#f8e9c5;text-shadow:0 2px 7px rgba(0,0,0,.62)}.captions-preset-preview-neon_cyan_bottom{font-size:19px;font-weight:800;color:#dffcff;text-shadow:0 0 11px rgba(0,229,255,.85)}.captions-preset-preview-neon_pink_bottom{font-size:19px;font-weight:800;color:#ffe6f8;text-shadow:0 0 11px rgba(255,90,205,.85)}.captions-preset-preview-mono_bottom{font-size:16px;font-weight:700;letter-spacing:1px;color:#e8edf8}.captions-preset-preview-top_news_white{font-size:16px;font-weight:800;color:#111;background:#fff;border-radius:8px}.captions-preset-preview-top_news_blue{font-size:16px;font-weight:800;color:#fff;background:#0b5ed7;border-radius:8px}.captions-preset-description{font-size:10px;color:#9ea5b8}.preset-editor-form{margin:6px;padding:8px;border:1px solid #252a36;border-radius:4px;background:#12141a;display:grid;gap:6px;cursor:default}.preset-editor-form label{display:grid;gap:4px;color:#c7cbda;font-size:10px}.preset-editor-form textarea{resize:vertical}.preset-editor-actions{display:flex;justify-content:flex-end;gap:6px}.asset-list{margin-top:6px;flex:1;min-height:0;overflow:auto;display:grid;gap:6px;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));align-content:start;padding:6px}.asset-list-text{gap:10px;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));padding:8px}.asset-list-text .asset-card.kind-text{aspect-ratio:auto;min-height:142px;grid-template-rows:104px auto;gap:6px;padding:2px 2px 6px}.asset-list-text .asset-card.kind-text .asset-name{min-height:28px;padding:0 4px;font-size:11px;line-height:1.25;color:#d7dce7;text-align:left;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.asset-list-effects{margin-top:0;row-gap:12px}.asset-list-effects .asset-card.kind-effect,.asset-list-effects .asset-card.kind-transition{aspect-ratio:auto;min-height:106px;grid-template-rows:78px auto;gap:6px;padding-bottom:5px}.asset-list-effects .asset-card.kind-effect .asset-name,.asset-list-effects .asset-card.kind-transition .asset-name{min-height:24px;line-height:1.2;white-space:normal;overflow:hidden;text-overflow:clip;padding:0 4px}.asset-list-empty{grid-column:1 / -1;min-height:64px;display:grid;place-items:center;color:#b6bac4;font-size:10px;letter-spacing:.2px;text-align:center}.library-tag-body{flex:1;min-height:0;margin-top:6px;padding:0 8px 8px;display:grid;grid-template-columns:64px minmax(0,1fr);gap:8px}.library-tag-categories{min-height:0;overflow:auto;display:grid;align-content:start;gap:3px;padding-right:2px}.library-tag-categories-empty{color:#8a92a3;font-size:10px;padding:4px 2px}.library-tag-category{width:100%;border:none;border-radius:0;background:transparent;color:#a7b0c3;font-size:10px;line-height:1.25;text-align:left;padding:2px 0;cursor:pointer;transition:color .12s ease;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library-tag-category:hover{color:#d8deeb;text-decoration:underline}.library-tag-category-active{color:#74daff;text-decoration:underline;font-weight:600}.library-tag-list{margin-top:0;min-height:0;padding:0 0 0 2px}.audio-library-panel{flex:1;min-height:0;display:flex;flex-direction:column;border-radius:4px;background:#16181d;overflow:hidden}.audio-library-tabs{margin:0 8px;padding:0;display:flex;gap:6px}.audio-library-tab{flex:1;border:1px solid #0000;border-radius:7px;background:transparent;color:#b0b7c7;font-size:12px;font-weight:600;letter-spacing:.08px;height:28px;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.audio-library-tab:hover:not(.audio-library-tab-active){background:#ffffff0d;color:#e5e9f2}.audio-library-tab:focus-visible{outline:none;border-color:#8aa3c9;box-shadow:0 0 0 1px #8aa3c959}.audio-library-tab-active{border-color:#5f6676;color:#f2f4f8;background:#4d5463}.audio-library-search-wrap{margin:8px 8px 0;border:1px solid #323949;border-radius:8px;background:#1b1f27;display:flex;align-items:center;gap:6px;padding:0 8px;min-height:30px}.audio-library-search-wrap svg{width:13px;height:13px;color:#8f98ab;flex:0 0 auto}.audio-library-search-input{flex:1;min-width:0;border:none;outline:none;background:transparent;color:#eef1f7;font-size:12px;height:28px}.audio-library-search-input::placeholder{color:#8f98ab}.audio-library-search-input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;cursor:pointer;background-repeat:no-repeat;background-position:center;background-size:12px 12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M3.4 3.4L10.6 10.6M10.6 3.4L3.4 10.6' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")}.audio-library-body{flex:1;min-height:0;margin-top:6px;padding:0 8px 8px;display:grid;grid-template-columns:64px minmax(0,1fr);gap:8px}.transition-library-panel{cursor:default}.transition-library-body{flex:1;min-height:0;margin-top:6px;padding:0 8px 8px;display:grid;grid-template-columns:56px minmax(0,1fr);gap:8px}.transition-library-categories{min-height:0;overflow:auto;display:grid;align-content:start;gap:3px;padding-right:2px}.transition-library-list{min-height:0;overflow:auto;align-content:start}.audio-library-categories{min-height:0;overflow:auto;display:grid;align-content:start;gap:3px;padding-right:2px}.audio-library-categories-empty{color:#8a92a3;font-size:10px;padding:4px 2px}.audio-library-category{width:100%;border:none;border-radius:0;background:transparent;color:#a7b0c3;font-size:10px;line-height:1.25;text-align:left;padding:2px 0;cursor:pointer;transition:color .12s ease;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-library-category:hover{color:#d8deeb;text-decoration:underline}.audio-library-category-active{color:#74daff;text-decoration:underline;font-weight:600}.audio-library-list{min-height:0;overflow:auto;display:grid;gap:7px;padding:0 0 0 2px;align-content:start}.audio-library-row{border:1px solid #272d39;border-radius:10px;background:#20232b;padding:8px;display:grid;gap:8px;cursor:grab}.audio-library-row-active{border-color:#7f8797;box-shadow:0 0 0 1px #7f87976b inset}.audio-library-row-main{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:8px;align-items:center}.audio-library-thumb-wrap{width:42px;height:42px}.audio-library-thumb{width:100%;height:100%;border-radius:8px;object-fit:cover;border:1px solid #353d4b}.audio-library-thumb-fallback{display:grid;place-items:center;color:#d4d8e2;background:#2a2d36}.audio-library-meta{min-width:0}.audio-library-title{color:#f2f4f9;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-library-subtitle{margin-top:2px;color:#aab0bf;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-library-actions{display:flex;gap:6px}.audio-library-action-icon{border:1px solid #3a4253;background:#1a1d25;color:#dbe0ec;border-radius:999px;width:26px;height:26px;display:inline-grid;place-items:center;padding:0;line-height:0;cursor:pointer}.audio-library-action-primary{border-color:#1f8fff;background:linear-gradient(180deg,#2a97ff,#0a84ff);color:#fff}.audio-library-action-icon svg{width:13px;height:13px}.audio-library-action-icon-active{border-color:#7f8797;color:#d5dae3}.audio-library-player{margin-top:-2px;display:grid;gap:6px}.audio-library-player-controls{display:flex;align-items:center;gap:8px}.audio-library-player-time{color:#aab0bf;font-size:11px;letter-spacing:.15px}.audio-library-player-slider{width:100%;accent-color:#7f8797}.asset-card{border-radius:3px;border:none;padding:1px 1px 3px;background:#15171b;cursor:grab;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:2px;min-height:0;aspect-ratio:1 / 1;position:relative}.asset-card.kind-text{background:#2a2d31}.asset-card.kind-text .asset-thumb{background:#000}.asset-card-upload{cursor:pointer;border:1px dashed #3b4559;background:#14181f}.asset-thumb-upload{display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#2b3140,#1a212d)}.asset-upload-plus{font-size:28px;line-height:1;color:#dce5f8;font-weight:300}.asset-card-menu-open{box-shadow:none}.asset-card-menu{position:absolute;top:4px;right:4px;z-index:4;background:#111216f5;border-radius:4px;padding:2px;box-shadow:0 8px 20px #00000059}.asset-menu-item{padding:4px 8px;border-radius:3px;background:#4d2f34;color:#f0d6db;font-size:10px;line-height:1.1}.asset-menu-item-neutral{background:#262a34;color:#d9deea}.asset-top-row{display:flex;justify-content:space-between;align-items:center;gap:6px}.asset-title{font-weight:600;font-size:11px}.asset-thumb{width:100%;height:100%;border-radius:3px;overflow:hidden;border:none;background:#0e1013;position:relative}.asset-name{width:100%;font-size:9px;line-height:1.1;color:#b9bec8;padding:0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-card.kind-effect .asset-name,.asset-card.kind-transition .asset-name{font-size:10px;color:#d7deec;text-align:center;padding-top:1px}.asset-subname{width:100%;font-size:8px;line-height:1;color:#8d94a6;padding:0 2px 1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-thumb-media{width:100%;height:100%;object-fit:contain;display:block}.asset-thumb-media-cover{object-fit:contain}.asset-thumb-fallback{display:grid;place-items:center;color:#c5c7cd;font-size:9px;letter-spacing:.4px}.asset-thumb-audio{display:grid;place-items:center;color:#d3d6df;background:radial-gradient(circle at 35% 30%,#2a2d35,#17181d)}.asset-thumb-audio svg{width:26px;height:26px}.asset-thumb-text{display:grid;place-items:center;text-align:center;color:#f3f5fb;background:linear-gradient(180deg,#323848,#242b36);font-size:10px;padding:4px}.asset-thumb-effect{display:grid;place-items:center;color:#e7e9ef;background:radial-gradient(circle at 34% 26%,#3b3f48,#1a1c22)}.asset-thumb-effect svg{width:24px;height:24px}.asset-thumb-transition{display:grid;place-items:center;color:#e8edf7;background:radial-gradient(circle at 30% 24%,#3f4b61,#1a202d)}.asset-thumb-transition svg{width:22px;height:22px}.asset-video-overlay{position:absolute;right:4px;bottom:4px;display:inline-flex;align-items:center;justify-content:center;padding:2px;border-radius:999px;background:#0a0a0ce0;border:none;color:#ebebee}.asset-video-overlay svg{width:9px;height:9px}.asset-video-overlay span{display:none}.asset-meta{text-transform:uppercase;font-size:10px;opacity:.78}.asset-id,.asset-url{margin-top:4px;font-size:10px;opacity:.62;word-break:break-all}.main-panel{display:grid;grid-template-rows:1fr auto auto;gap:6px;padding:6px;min-height:0}.extra-panel{display:grid;grid-template-rows:auto auto 1fr;gap:6px;padding:6px;min-height:0;overflow:hidden}.preview-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:4px}.size-row{display:flex;gap:6px;grid-column:3;justify-self:end;align-items:center}.resolution-button{width:28px;height:28px}.resolution-button-active{border-color:#6a6c73;background:linear-gradient(180deg,#313339,#25272c)}.size-chip{display:inline-flex;align-items:center;padding:3px 6px;border-radius:4px;background:#1d1f24;border:none;color:#cbced5;font-size:10px}.ratio-picker{position:relative}.ratio-trigger{padding:4px 8px;min-height:26px}.ratio-menu{position:absolute;top:calc(100% + 6px);right:0;width:238px;max-height:360px;overflow:auto;display:grid;gap:4px;padding:8px;border-radius:10px;background:#202228;border:1px solid #373a43;box-shadow:0 12px 32px #00000073;z-index:32}.ratio-menu-title{padding:2px 6px;color:#aab1c2;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.ratio-menu-item{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#2a2d36;border:1px solid #373b45;border-radius:6px;padding:7px 8px;font-size:11px}.ratio-menu-item span:last-child{color:#9ea6b8;font-size:10px}.ratio-menu-item-active{border-color:#0a84ff;color:#fff}.ratio-menu-item-custom{margin-top:4px}.bg-color-picker{display:inline-flex;align-items:center;gap:6px;padding:3px 6px;border-radius:4px;background:#1d1f24;color:#c8ccd4;font-size:10px}.bg-color-picker>span{color:#98a0b3;font-size:9px;font-weight:600;letter-spacing:.03em}.bg-color-picker input[type=color]{width:22px;height:16px;border:none;border-radius:3px;padding:0;background:transparent;cursor:pointer}.bg-color-picker input[type=color]::-webkit-color-swatch-wrapper{padding:0}.bg-color-picker input[type=color]::-webkit-color-swatch{border:1px solid #4a4f5a;border-radius:3px}.play-button{font-weight:700;background:linear-gradient(180deg,#2a2c31,#1f2025);border-color:#4a4c54}.transport-icon-button{width:34px;height:34px;padding:0;display:grid;place-items:center;background:transparent;border:none;box-shadow:none}.transport-icon-button:hover{background:transparent;border:none}.transport-icon-button img{width:16px;height:16px;display:block;filter:brightness(0) invert(1)}.transport-icon-button svg{width:16px;height:16px;display:block;color:#fff}.preview-actions{display:inline-flex;gap:4px;align-items:center;grid-column:2;justify-self:center}.preview-box{width:100%;height:100%;background:#0a0a0c;border-radius:4px;border:none;display:flex;align-items:center;justify-content:center;overflow:hidden}.preview-box-wrap{min-height:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.preview-canvas{width:100%;height:100%;max-width:none;max-height:none;display:block;background:#000}.preview-stage{position:relative;display:block;flex:0 0 auto;line-height:0;overflow:hidden}.preview-overlay-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:auto}.overlay-gizmo{position:absolute;border:1px solid transparent;border-radius:3px;overflow:visible;pointer-events:auto;cursor:move;background:transparent;display:grid;place-items:center}.overlay-gizmo-content{width:100%;height:100%;pointer-events:none}.overlay-gizmo img,.overlay-gizmo video{width:100%;height:100%;object-fit:fill;display:block;pointer-events:none}.overlay-gizmo-text{width:100%;text-align:center;color:#fff;font-weight:700;line-height:1.15;text-shadow:0 1px 2px rgba(0,0,0,.65);pointer-events:none;padding:0 2px}.overlay-gizmo-selected{border-color:#fff;box-shadow:none}.overlay-handle{position:absolute;width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.95);background:#fff;padding:0;cursor:nwse-resize;z-index:4}.overlay-handle-corner{transform:none}.overlay-handle-top-left{left:-5px;top:-5px}.overlay-handle-top-right{left:auto;right:-5px;top:-5px}.overlay-handle-bottom-left{left:-5px;top:auto;bottom:-5px}.overlay-handle-bottom-right{left:auto;right:-5px;top:auto;bottom:-5px;cursor:nwse-resize}.overlay-handle-rotate{top:-18px;left:50%;transform:translate(-50%);border-radius:999px;cursor:grab}.resolution-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008f;display:grid;place-items:center;z-index:45;padding:12px}.resolution-modal{width:min(320px,100%);display:grid;gap:10px;background:#14171f;border:1px solid #2c3342;border-radius:10px;padding:12px}.resolution-modal h3{margin:0;font-size:14px}.resolution-modal label{display:grid;gap:5px;color:#c4ccdc}.resolution-modal-actions{display:flex;justify-content:flex-end;gap:8px}.json-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000009e;z-index:55;display:grid;place-items:center;padding:20px}.json-modal{width:min(1200px,96vw);height:min(88vh,920px);background:#12151d;border:1px solid #2c3342;border-radius:10px;padding:14px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:10px}.json-modal h3{margin:0;font-size:14px}.json-modal-content{margin:0;width:100%;height:100%;overflow:auto;border-radius:8px;border:1px solid #283041;background:#0e1117;padding:12px;font-size:12px;line-height:1.45;color:#dde4f2}.json-modal-actions{display:flex;justify-content:flex-end;gap:8px}.export-modal{width:min(1020px,97vw);min-height:min(640px,92vh);display:grid;gap:10px;background:#14171f;border:1px solid #2c3342;border-radius:10px;padding:12px}.export-modal h3{margin:0;font-size:14px}.export-modal-progress{display:inline-flex;align-items:center;gap:8px;color:#d4dbe9;font-size:12px}.export-modal .curl-modal-response{min-height:180px}.export-modal .curl-modal-command{min-height:190px}.export-output-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.export-output-input{min-width:0}.export-output-copy{border:1px solid #2b3344;border-radius:8px;background:#0d1118;color:#d8e0f2}.export-output-copy:hover:not(:disabled){background:#141a24}.export-output-copy-done{border-color:#355a40;color:#9ce2b2}.template-box,.json-box,.render-history{display:grid;gap:4px}.template-box h3,.json-box h3,.render-history h3{margin:0;font-size:12px}.template-box p{margin:0;opacity:.8;font-size:10px}.template-box textarea{min-height:72px;resize:vertical}.json-box-head{display:flex;align-items:center;justify-content:space-between;gap:6px}.json-preview{margin:0;max-height:122px;overflow:auto;border:none;border-radius:4px;background:#0d0e11;padding:4px;font-size:10px;line-height:1.35;color:#d7d9df}.render-list{display:grid;gap:4px;max-height:108px;overflow:auto}.render-item{display:flex;justify-content:space-between;gap:10px;text-align:left;font-size:10px;width:100%;background:#1a1b20}.error-box{border:1px solid #6c4248;color:#f1c8cf;background:#2f1f22;padding:6px;border-radius:4px;font-size:11px}.success-box{border:1px solid #355a40;color:#d4f5dd;background:#1e2f23;padding:6px;border-radius:4px;font-size:11px}.curl-modal{width:min(1020px,97vw);min-height:min(640px,92vh);background:#12151d;border:1px solid #2c3342;border-radius:10px;padding:14px;display:grid;grid-template-rows:auto auto auto auto auto;gap:10px}.curl-modal h3{margin:0;font-size:14px}.curl-modal-label{display:grid;gap:6px;color:#c6cde0;font-size:11px}.curl-modal-textarea{width:100%;resize:vertical;border:1px solid #2b3344;border-radius:8px;background:#0d1118;color:#d8e0f2;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;line-height:1.4}.curl-modal-command{min-height:190px}.curl-modal-response{min-height:90px}.curl-modal-output{width:100%;border:1px solid #2b3344;border-radius:8px;background:#0d1118;color:#d8e0f2;padding:8px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px}.import-modal{width:min(940px,96vw);min-height:min(560px,86vh);background:#12151d;border:1px solid #2c3342;border-radius:10px;padding:14px;display:grid;grid-template-rows:auto auto auto auto;gap:10px}.import-modal h3{margin:0;font-size:14px}.import-modal-textarea{min-height:min(420px,58vh)}.import-modal-warning{border:1px solid #55462d;background:#2d2518;color:#f1dab2;border-radius:8px;padding:8px 10px;font-size:12px;line-height:1.35}.timeline-panel{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;margin:0 4px 4px;padding:6px}.timeline-stack .timeline-panel{margin:0;width:100%;height:100%;min-height:0}.timeline-controls{display:flex;align-items:center;justify-content:space-between;gap:12px}.timeline-left-controls{display:flex;align-items:center;gap:10px;min-width:0}.timeline-fragment-controls{display:flex;justify-content:flex-start;min-width:0}.timeline-fragment-actions{display:inline-flex;align-items:center;gap:4px;padding:2px 4px}.timeline-fragment-button{width:30px;height:30px;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:#dce3f3;display:grid;place-items:center}.timeline-fragment-button svg{width:15px;height:15px}.timeline-fragment-button .timeline-fragment-icon-image{width:15px;height:15px;display:block;object-fit:contain}.timeline-fragment-button:hover:not(:disabled){border-color:#465678;color:#fff}.timeline-fragment-button:disabled{opacity:.42;cursor:not-allowed}.timeline-fragment-placeholder{font-size:10px;color:#81889b;white-space:nowrap}.track-controls{display:flex;align-items:center;gap:6px;margin-left:auto}.zoom-wrap{display:flex;align-items:center;gap:6px;font-size:12px}.zoom-value{min-width:62px;text-align:right;font-size:11px;color:#aeb2bc;font-variant-numeric:tabular-nums}.timeline-body{margin-top:6px;display:grid;grid-template-columns:1fr 280px;gap:6px;min-height:0;height:100%}.timeline-body-full{grid-template-columns:1fr}.timeline-scroll{overflow:auto;border:none;border-radius:4px;background:#101114;min-height:0;height:100%;scrollbar-width:auto}.timeline-scroll::-webkit-scrollbar{height:16px;width:12px}.timeline-scroll::-webkit-scrollbar-track{background:#0e1014}.timeline-scroll::-webkit-scrollbar-thumb{background:#4a4e59;border:3px solid #0e1014;border-radius:999px}.ruler{position:relative;height:24px;border-bottom:1px solid #2f3138;cursor:pointer}.ruler-row{display:grid;grid-template-columns:var(--timeline-label-width) max-content;gap:var(--timeline-track-gap);padding:0 var(--timeline-track-padding-x)}.ruler-spacer{height:24px}.tick{position:absolute;top:0;height:100%;border-left:1px solid #32343a;font-size:10px;color:#acafb6;padding-left:4px}.playhead-line{position:absolute;top:0;bottom:0;width:2px;background:#d7d9df;box-shadow:0 0 0 1px #00000059;pointer-events:none;z-index:3}.timeline-tracks{display:grid;gap:var(--timeline-track-gap);padding:4px var(--timeline-track-padding-x);align-content:start}.track-block{display:grid;gap:var(--timeline-track-gap)}.track-insert-row{display:grid;grid-template-columns:var(--timeline-label-width) 1fr;gap:var(--timeline-track-gap);min-height:10px;align-items:center}.track-insert-label{min-height:10px}.track-insert-lane{position:relative;min-height:10px}.track-insert-lane:before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:2px;border-radius:999px;background:transparent;transition:background-color .08s ease,box-shadow .08s ease,opacity .08s ease;opacity:0}.track-insert-lane:after{content:"+";position:absolute;left:10px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:999px;background:#7cff6c;color:#101114;font-size:14px;font-weight:800;line-height:18px;text-align:center;box-shadow:0 0 0 1px #7cff6c4d,0 0 14px #7cff6c59;opacity:0;transition:opacity .08s ease,transform .08s ease}.track-insert-row-active .track-insert-lane:before{opacity:1;background:#fffffffa;box-shadow:0 0 0 1px #ffffff42,0 0 12px #ffffff6b}.track-insert-row-active .track-insert-lane:after{opacity:1}.track-insert-row-empty,.track-insert-row-empty .track-insert-lane{min-height:40px}.track-row{display:grid;grid-template-columns:var(--timeline-label-width) 1fr;gap:var(--timeline-track-gap)}.track-row-caption{margin-top:2px}.track-label{border:none;border-radius:4px;background:transparent;padding:0;display:flex;align-items:center}.track-meta-grid{width:100%;display:grid;grid-template-columns:repeat(2,16px);justify-content:start;gap:2px}.track-meta-slot{width:16px;height:16px;border-radius:0;border:none;background:transparent;color:#d4d7e0;display:grid;place-items:center;padding:0;box-shadow:none}.track-meta-slot svg{width:12px;height:12px}.track-meta-slot-type{color:#f0f2f7}.track-meta-slot-on{color:#e8ebf3}.track-meta-slot-off{color:#8d93a2;opacity:.55}.track-meta-slot-empty{background:transparent;box-shadow:none}.icon-button{width:28px;height:28px;padding:0;display:grid;place-items:center}.icon-button svg{width:14px;height:14px}.icon-button:disabled{opacity:.45;cursor:not-allowed}.track-lane{position:relative;height:42px;border:none;border-radius:4px;box-shadow:inset 0 0 0 1px #383b42;background:repeating-linear-gradient(to right,#3d3f4626 0,#3d3f4626 80px,#3d3f4614 80px,#3d3f4614 160px);cursor:pointer}.track-lane-drop-target{box-shadow:inset 0 0 0 1px #7cff6cf2,0 0 0 1px #7cff6c26}.track-lane-caption{box-shadow:inset 0 0 0 1px #3a4260;background:repeating-linear-gradient(to right,#4a567c29 0,#4a567c29 80px,#3942611f 80px,#3942611f 160px)}.track-lane-off{opacity:.58}.track-lane-off .clip,.track-lane-off .clip-transition-marker,.track-lane-off .caption-track-empty{opacity:.82;filter:grayscale(.7) saturate(.45)}.track-lane-dim{filter:saturate(.7)}.clip{position:absolute;top:6px;height:28px;border-radius:4px;border:1px solid #7b7e86;color:#ededf0;font-size:11px;font-weight:600;padding:0;overflow:hidden;cursor:grab;display:flex;align-items:center;justify-content:center;z-index:2}.track-drop-preview{position:absolute;top:6px;height:28px;min-width:28px;border-radius:4px;border:1px dashed rgba(124,255,108,.95);background:linear-gradient(180deg,#25382142,#18231657);display:flex;align-items:center;gap:6px;padding:0 8px;overflow:hidden;pointer-events:none;z-index:4;box-shadow:inset 0 0 0 1px #7cff6c14,0 0 18px #7cff6c14}.track-drop-preview-badge{flex:0 0 auto;width:16px;height:16px;border-radius:999px;background:#7cff6c;color:#101114;font-size:13px;line-height:16px;font-weight:800;text-align:center}.track-drop-preview-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#d9f7d4;font-size:10px;font-weight:700;letter-spacing:.02em}.clip-caption{cursor:pointer;border-color:#6d7eb9;background:linear-gradient(180deg,#3d4e81eb,#313e69f2)}.clip-caption .clip-preview-text{background:transparent;color:#eff3ff}.caption-track-empty{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:10px;color:#aeb8d8}.clip-selected{box-shadow:0 0 0 2px #cbced5}.clip-resizing{cursor:ew-resize}.clip-preview{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.clip-preview-image{background-repeat:repeat-x;background-position:left center;background-size:auto 100%}.clip-preview-video{width:100%;height:100%;object-fit:cover;display:block}.clip-preview-audio{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:2px;padding:2px 4px 3px;background:linear-gradient(180deg,#282a30e6,#1b1d22f2)}.clip-audio-name{font-size:9px;font-weight:600;line-height:1.1;color:#eceff5e6;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none}.clip-wave-bars{display:flex;align-items:center;justify-content:space-between;gap:0;width:100%;height:14px;margin-top:auto;overflow:hidden}.clip-wave-bar{flex:0 0 1px;width:1px;min-width:1px;max-width:1px;border-radius:1px;background:linear-gradient(180deg,#d9dfecf2,#b0b8cad1)}.clip-preview-fallback{display:grid;place-items:center;background:#1a1c21f2;color:#d2d5de}.clip-preview-effect{background:#694177}.clip-preview-text{display:grid;place-items:center;text-align:center;color:#f5f7ff;font-size:10px;font-weight:700;padding:0 6px;background:linear-gradient(180deg,#424a5fe0,#2b3242f2)}.clip-preview-fallback svg{width:11px;height:11px}.clip-handle{position:absolute;top:0;bottom:0;width:8px;cursor:ew-resize;background:#d7d9df2e;border:1px solid rgba(215,217,223,.35);z-index:3}.clip-handle-left{left:0;border-radius:4px 0 0 4px}.clip-handle-right{right:0;border-radius:0 4px 4px 0}.clip-keyframe-marker{position:absolute;top:9px;transform:translate(-50%);font-size:11px;line-height:1;color:#8ae2fff5;text-shadow:0 1px 2px rgba(0,0,0,.55);pointer-events:none;z-index:5}.clip-keyframe-marker-active{color:#fff;text-shadow:0 0 4px rgba(98,199,255,.9)}.clip-transition-marker{position:absolute;top:4px;height:34px;border-radius:4px;border:1px solid rgba(238,243,255,.86);background:#dee6f82e;cursor:pointer;z-index:8;overflow:hidden;display:grid;place-items:center}.clip-transition-marker-selected{box-shadow:0 0 0 2px #d7deeceb}.clip-transition-marker-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(-55deg,#f5f8ff38 0,#f5f8ff38 4px,#f5f8ff0f 4px,#f5f8ff0f 8px)}.clip-transition-marker-icon{position:relative;z-index:1;font-size:10px;line-height:1;color:#f7faffeb;text-shadow:0 1px 2px rgba(0,0,0,.45)}.timeline-context-menu{position:fixed;z-index:130;min-width:148px;padding:4px;border-radius:6px;border:1px solid #2b3039;background:#11141a;box-shadow:0 12px 28px #00000075}.timeline-context-menu-item{width:100%;text-align:left;border:0;border-radius:4px;background:transparent;color:#d8dde8;padding:7px 9px;font-size:11px;line-height:1.2}.timeline-context-menu-item:hover{background:#1f2430;filter:none}.timeline-context-menu-item-danger{color:#f1b3ad}.inspector{border:none;border-radius:0;background:transparent;padding:0;overflow:auto;display:grid;align-content:start;gap:10px;min-height:0}.inspector h3,.inspector p{margin:0}.inspector label{display:grid;gap:5px;font-size:10px}.inspector-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}.inspector-empty{margin:0;color:#98a4bb}.inspector-segmented{display:grid;grid-template-columns:1fr 1fr;gap:6px}.inspector-segment{border:1px solid #272a31;background:#111318;color:#8f95a3;border-radius:5px;font-weight:600;font-size:10px;padding:6px 8px}.inspector-segment-active{color:#f0f2f7;border-color:#40444e;background:#1d2027}.inspector-section{display:grid;gap:8px;border:1px solid #23262e;background:#0f1116;border-radius:6px;padding:8px}.inspector-section h4{margin:0;font-size:12px}.inspector-section-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.inspector-section-actions{display:flex;align-items:center;gap:6px}.inspector-icon-button{width:24px;height:24px;padding:0;display:grid;place-items:center;border:1px solid #2b2f38;background:#15181f;color:#aeb6c8;border-radius:999px}.inspector-icon-button:hover{border-color:#485068;color:#fff}.inspector-icon-button:disabled{opacity:.45;cursor:default}.inspector-icon-button svg{width:14px;height:14px}.inspector-keyframe-toggle{border:1px solid #2b2f38;background:#15181f;color:#d7dbe5;border-radius:5px;font-size:11px;line-height:1;font-weight:700;padding:3px 7px;cursor:pointer}.inspector-keyframe-toggle:hover{border-color:#4a4f5c;color:#fff}.inspector-field{display:grid;gap:4px}.inspector-slider-row{display:grid;grid-template-columns:minmax(0,1fr) 66px auto;gap:6px;align-items:center}.inspector-number-input{text-align:right}.inspector-xy-grid,.inspector-axis-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.inspector-axis-input{display:grid;grid-template-columns:12px 22px minmax(0,1fr) 22px;gap:6px;align-items:center;border:1px solid #2a2d35;background:#15181f;border-radius:5px;padding:3px 5px}.inspector-axis-label{font-size:10px;font-weight:600;color:#999fad}.inspector-axis-input input{min-width:0;border:none;background:transparent;color:#e8eaf0;text-align:right;font-weight:600}.inspector-axis-input input:focus{outline:none}.inspector input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.inspector input[type=number]::-webkit-outer-spin-button,.inspector input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inspector-axis-button{border:none;background:transparent;color:#a7acb9;font-size:13px;font-weight:700;cursor:pointer;line-height:1}.inspector-axis-button:hover{color:#e8edf9}.inspector-inline-field{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:6px;align-items:center}.inspector-color-field{display:grid;grid-template-columns:28px minmax(0,1fr);gap:6px;align-items:center}.inspector-color-field input[type=color]{width:28px;height:28px;border:none;border-radius:5px;padding:0;background:transparent;cursor:pointer}.inspector-color-field input[type=color]::-webkit-color-swatch-wrapper{padding:0}.inspector-color-field input[type=color]::-webkit-color-swatch{border:1px solid #3e4452;border-radius:5px}.inspector-toggle-list{display:grid;gap:4px}.inspector-toggle-list label{display:inline-flex;align-items:center;gap:6px;font-size:10px}.inspector-unit{color:#9298a7;font-size:10px;font-weight:600}.context-column input,.context-column select,.context-column textarea{background:#0f1116;border:1px solid #262a33;border-radius:3px;font-size:10px}.inspector-ios input[type=range]{accent-color:#8e9ec0}.danger-button{background:linear-gradient(180deg,#5a3438,#42252a);border:none}.kind-video{background:linear-gradient(180deg,#30333a,#25282e)}.kind-image{background:linear-gradient(180deg,#3a3c42,#2d2f34)}.kind-audio{background:linear-gradient(180deg,#43454b,#33353a)}.kind-text{background:linear-gradient(180deg,#4a5570,#323d52)}.clip.kind-effect{background:#694177;border-color:#c6b2ff}.clip-effect-name{position:relative;z-index:2;padding:0 10px;max-width:calc(100% - 18px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#f3edff;font-weight:700;font-size:10px;text-shadow:0 1px 2px rgba(0,0,0,.45);pointer-events:none}.inspector-note{margin:0;font-size:10px;color:#adb2bf;line-height:1.35}.inspector-note-error{color:#f18c8c}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000ad;display:grid;place-items:center;z-index:40;padding:1rem}.auth-modal{width:min(460px,100%);border:1px solid #3a3d45;border-radius:18px;background:#121419;box-shadow:0 22px 56px #00000080;padding:1rem;display:grid;gap:.9rem}.auth-modal-title{font-size:1.1rem;font-weight:600}.auth-close{border:0;background:transparent;color:#9aa0ad;font-size:1.4rem;line-height:1;cursor:pointer}.auth-form label{display:grid;gap:.35rem;font-size:.8rem;color:#a7adbb}.auth-form input{border:1px solid #373b45;border-radius:10px;background:#171a21;color:#e7ebf6;padding:.55rem .65rem;outline:none}.auth-form input:focus{border-color:#0a84ff}.auth-submit{margin-top:.35rem;border:0;border-radius:999px;background:#0a84ff;color:#fff;padding:.62rem 1rem;font-weight:600;cursor:pointer}.auth-info{font-size:.78rem;color:#a7adbb;line-height:1.35}.auth-info.subtle{opacity:.85}.auth-error-block{font-size:.78rem;color:#d86a4c;line-height:1.35}.auth-link-secondary{border:0;background:transparent;color:#0a84ff;padding:0;text-align:left;font-size:.8rem;cursor:pointer}.password-inline{display:block}.password-toggle img{width:.9rem;height:.9rem;display:block;filter:brightness(0) invert(1)}.api-key-input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem}.api-key-meta{display:grid;gap:.2rem;font-size:.74rem;color:#a7adbb}.profile-menu-list{display:grid;gap:6px;padding:8px 6px}.profile-menu-item{text-align:left;border-radius:4px;background:#14161c;border:1px solid #262a35;color:#d7dce7;padding:8px 10px}.profile-menu-item-active{border-color:#0a84ff;color:#fff}.profile-menu-item-danger{color:#f4ad9f;border-color:#5a3034;background:#26171a}.profile-content-main{display:grid;gap:10px;padding:10px;grid-auto-rows:max-content;align-content:start;overflow:auto}.profile-content-header{display:flex;align-items:center;gap:8px;min-height:34px;padding-bottom:8px;border-bottom:1px solid #212530}.profile-content-header h2{margin:0;font-size:15px;font-weight:600}.profile-title-inline{display:inline-flex;align-items:center;gap:6px}.profile-title-spinner{width:10px;height:10px;border-radius:999px;border:1.5px solid rgba(255,255,255,.25);border-top-color:#fffffffa;animation:profileTitleSpin .85s linear infinite}@keyframes profileTitleSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-inline-info{color:#a9d6af}.profile-section-block{display:grid;gap:8px;background:#14171e;border:1px solid #252a35;border-radius:4px;padding:10px}.profile-section-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.profile-affiliate-tabs{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}.profile-affiliate-tab-active{border-color:#4e6ea7!important;background:#1b2435!important;color:#e8f0ff!important}.profile-affiliate-filters{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap}.profile-affiliate-filters label{display:grid;gap:4px;color:#c4c9d7;font-size:11px}.profile-empty{color:#a7adbb}.profile-meta-grid{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px}.profile-table-wrap{overflow:auto}.profile-table{width:100%;border-collapse:collapse;min-width:560px}.profile-table th,.profile-table td{text-align:left;padding:7px 8px;border-bottom:1px solid #242935}.profile-table th{color:#9ea4b4;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.profile-project-open{border:0;background:transparent;color:#d7dce7;padding:0;margin:0;font:inherit;cursor:pointer}.profile-project-open:hover:not(:disabled){color:#fff;text-decoration:underline;text-underline-offset:2px}.profile-project-open:disabled{color:#8f95a3;cursor:default}.profile-table-actions{display:flex;gap:6px}.profile-history-row{cursor:pointer}.profile-history-row:hover td{background:#ffffff0a}.profile-history-row:focus-visible{outline:1px solid #5f7ab6;outline-offset:-1px}.profile-history-date{white-space:nowrap;font-variant-numeric:tabular-nums}.profile-history-video-cell{width:56px;text-align:center!important}.profile-history-video-button{width:26px;height:26px;border-radius:6px;border:1px solid #30384a;background:#151d2c;color:#dce8ff;display:inline-grid;place-items:center;padding:0}.profile-history-video-button:hover{border-color:#3f5c95;background:#1a2740;color:#fff}.profile-history-video-button svg{width:14px;height:14px}.profile-history-video-empty{color:#7f879a}.history-details-modal{width:min(920px,94vw);max-height:min(86vh,860px);overflow:auto;background:#12141a;border:1px solid #2b3344;border-radius:10px;padding:14px;color:#d7dded;display:grid;gap:10px}.history-details-modal h3{margin:0;font-size:17px}.history-details-meta{display:grid;gap:5px;color:#b8c2d8;font-size:12px}.history-details-video-link button{border:1px solid #2f394f;background:#141b2a;color:#d5e6ff}.history-details-sections{display:grid;gap:10px}.history-details-section{display:grid;gap:6px}.history-details-section h4{margin:0;font-size:12px;color:#afbacf;letter-spacing:.02em;text-transform:uppercase}.history-details-json{margin:0;padding:10px;border-radius:8px;border:1px solid #2a2f3d;background:#0e1118;color:#d7def0;font-size:11px;line-height:1.45;white-space:pre-wrap;word-break:break-word;max-height:260px;overflow:auto}.profile-form-block{display:grid;gap:8px;background:#17181d;border:1px solid #232730;border-radius:4px;padding:8px}.profile-form-block label{display:grid;gap:4px;color:#c4c9d7}.profile-context-panel{display:grid;gap:8px;padding:8px}.profile-context-links{display:grid;gap:6px}@media (max-width: 1200px){.timeline-body{grid-template-columns:1fr}}@media (max-width: 860px){.editor-shell{grid-template-columns:62px minmax(0,1fr)!important;grid-template-rows:1fr auto}.library-column,.context-column{display:none}.main-column{grid-column:2}.left-rail{grid-row:1 / span 2}.column-grip{display:none}.project-controls{flex-wrap:wrap}.timeline-controls{grid-template-columns:1fr;justify-items:start}.timeline-fragment-controls{width:100%;justify-content:flex-start}.track-controls{flex-wrap:wrap;justify-self:start}.track-row{grid-template-columns:var(--timeline-label-width) 1fr}.size-chip{font-size:9px}}@media (max-width: 860px){:root{--timeline-label-width: 58px}}.editor-auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 0% 0%,#d7e4ff,#ecf2ff 42%,#f7f9ff)}.editor-auth-card{width:min(480px,100%);border:1px solid #d9e4ff;border-radius:14px;background:#fff;padding:20px;display:grid;gap:12px;box-shadow:0 14px 40px #101c3924}.editor-auth-card h1{margin:0;font-size:1.5rem}.editor-auth-card p{margin:0;color:#54627e}.editor-auth-tabs{display:flex;gap:8px}.editor-auth-tabs button{border:1px solid #ced7ec;border-radius:8px;background:#f4f7ff;color:#22375f;font-weight:600;padding:8px 12px;cursor:pointer}.editor-auth-tabs button.active{background:#0a84ff;border-color:#0a84ff;color:#fff}.editor-auth-form{display:grid;gap:10px}.editor-auth-card label{display:grid;gap:6px;font-size:.9rem;color:#5a6782}.editor-auth-card input{border:1px solid #cfd8ea;border-radius:8px;padding:9px 11px;font-size:.95rem}.editor-password-wrap{position:relative;display:flex;align-items:center}.editor-password-wrap input{width:100%;padding-right:40px}.editor-password-toggle{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:6px;padding:0;background:transparent;cursor:pointer;display:grid;place-items:center}.editor-password-toggle:hover{background:#eef3ff}.editor-password-toggle:focus-visible{outline:2px solid #0a84ff;outline-offset:1px}.editor-password-toggle img{width:17px;height:17px;opacity:.9;filter:invert(52%)}.editor-auth-card button[type=submit]{border:0;border-radius:8px;background:#0a84ff;color:#fff;font-weight:600;padding:10px 14px;cursor:pointer}.editor-auth-card button[type=submit]:disabled{opacity:.65;cursor:not-allowed}.editor-auth-info{border-radius:8px;padding:8px 10px;background:#eaf8ef;color:#1f7140}.editor-auth-error{border-radius:8px;padding:8px 10px;background:#fff0f0;color:#9f2626}.landing-root{--bg: #f6f3ee;--header-bg: #141619;--header-border: #2f3337;--header-text: #f4f4f4;--header-muted: #b8bec7;--card-bg: #ffffff;--card-border: #e6dfd4;--text: #242628;--muted: #62676d;--accent: #0d7c6a;--accent-hover: #0b6959;--code-bg: #f2f5f9;--code-border: #d7dee9;--code-text: #273242;min-height:100vh;display:flex;flex-direction:column;color-scheme:light;background:linear-gradient(180deg,#ece7de 0%,var(--bg) 180px);color:var(--text);font-family:IBM Plex Sans,Avenir Next,Segoe UI,sans-serif;font-size:18px;line-height:1.6}.site-header{background:var(--header-bg);border-bottom:1px solid var(--header-border);color:var(--header-text)}.site-header-inner{max-width:1100px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header-right{margin-left:auto;display:inline-flex;align-items:center;gap:.8rem}.site-logo{display:inline-flex;align-items:center;gap:.62rem;color:var(--header-text);text-decoration:none;font-weight:700;font-size:1.52rem;line-height:1;letter-spacing:.02em}.site-logo img{width:24px;height:24px}.site-nav{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.site-nav a,.site-nav-link-button{color:var(--header-muted);text-decoration:none;font-size:1.08rem;font-weight:600;padding:.5rem .78rem;border-radius:8px;transition:background-color .16s ease,color .16s ease}.site-nav-link-button{border:0;background:transparent;cursor:pointer}.site-nav a:hover,.site-nav-link-button:hover{color:var(--header-text);background:#ffffff0f}.site-nav a.active{color:var(--header-text);background:#ffffff1a}.site-auth-links{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.site-auth-button,.site-auth-user{font-size:1.08rem;font-weight:600;padding:.5rem .78rem;border-radius:8px}.site-auth-button{border:0;background:transparent;color:var(--header-muted);cursor:pointer;transition:background-color .16s ease,color .16s ease}.site-auth-button:hover{color:var(--header-text);background:#ffffff0f}.site-auth-user{color:var(--header-text);opacity:.96;max-width:240px;overflow:hidden;text-overflow:ellipsis}.site-auth-sep{color:var(--header-muted)}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#080a0da6;display:grid;place-items:center;z-index:40;padding:1rem}.auth-modal{width:min(460px,100%);border:1px solid #d7dee9;border-radius:14px;background:#fff;box-shadow:0 22px 56px #00000059;padding:1rem;display:grid;gap:.9rem;color:var(--text)}.auth-modal-header{display:flex;align-items:center;justify-content:space-between}.auth-modal-title{font-size:1.1rem;font-weight:700}.auth-close{border:0;background:transparent;color:var(--muted);font-size:1.4rem;line-height:1;cursor:pointer}.auth-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid #e2e8f0;padding-bottom:.15rem}.auth-switch-button{border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);width:100%;text-align:center;padding:.6rem .2rem;margin-bottom:-.15rem;cursor:pointer;font-size:.95rem;font-weight:600}.auth-switch-button.active{color:var(--text);border-bottom-color:#3f86dd}.auth-form{display:grid;gap:.65rem}.auth-form label{display:grid;gap:.35rem;font-size:.8rem;color:var(--muted)}.label-text{display:inline-flex;align-items:center}.auth-form input{border:1px solid #d4d9e1;border-radius:10px;background:#fff;color:var(--text);padding:.55rem .65rem;outline:none}.auth-form input:focus{border-color:#3f86dd;box-shadow:0 0 0 2px #3f86dd26}.password-input-wrap{position:relative}.password-input-wrap input{width:100%;padding-right:2.2rem}.password-toggle{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border:0;background:transparent;padding:0;margin:0;cursor:pointer;opacity:.72}.password-toggle:hover{opacity:1}.password-toggle img{width:.95rem;height:.95rem;display:block;filter:invert(52%)}.auth-submit{margin-top:.35rem;border:0;border-radius:999px;background:#3f86dd;color:#fff;padding:.62rem 1rem;font-weight:600;cursor:pointer}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.auth-info{font-size:.8rem;color:#2f6472;line-height:1.35}.auth-error-block{font-size:.8rem;color:#b03a3a;line-height:1.35}.auth-link-secondary{border:0;background:transparent;color:#2f75ce;padding:0;text-align:left;font-size:.8rem;cursor:pointer}.oauth-divider{margin-top:.2rem;font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.oauth-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.oauth-button{border:1px solid #d4d9e1;border-radius:10px;background:#fff;color:var(--text);padding:.5rem .55rem;cursor:pointer;font-size:.78rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.oauth-button:disabled{opacity:.65;cursor:not-allowed}.oauth-logo{width:16px;height:16px;display:inline-block;flex:0 0 auto}.oauth-logo-facebook{fill:#1877f2}.oauth-logo-apple{fill:currentColor}.site-main{width:min(1100px,100% - 2rem);margin:1.2rem auto 2rem;flex:1}.site-main-free{width:100%;margin:0;flex:1}.page-block{background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;padding:1.4rem;box-shadow:0 12px 26px #171b1f0d}.eyebrow{margin:0;font-size:.76rem;letter-spacing:.09em;text-transform:uppercase;color:var(--accent);font-weight:700}.page-block h1{margin:.5rem 0 0;font-size:clamp(1.6rem,3vw,2.35rem);letter-spacing:-.02em}.page-block h2{margin:1.2rem 0 .55rem;font-size:1.2rem}.lead{margin:.8rem 0 0;color:var(--muted);max-width:760px}.home-hero-actions{margin-top:1rem;margin-bottom:1.4rem;text-align:center}.hero-free-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;text-decoration:none;background:#3f86dd;color:#fff;font-weight:700;font-size:1.12rem;line-height:1.2;padding:.95rem 1.8rem;min-width:240px;transition:background-color .16s ease}.hero-free-btn:hover{background:#3574c4}.examples-headline{margin-top:1.5rem;margin-bottom:.6rem;font-weight:600}.example-card{border:1px solid #ffffff;border-radius:12px;padding:1rem;background:#fffcf7}.example-title{margin:0;font-size:1.02rem;font-weight:700}.example-tabs{display:inline-flex;flex-wrap:wrap;gap:.35rem;padding:.22rem;border-radius:10px;border:1px solid #e5ddcf;background:#fbf6ed}.example-tab{border:0;background:transparent;color:#6d7278;padding:.44rem .65rem;border-radius:8px;font-size:.86rem;font-weight:600;cursor:pointer}.example-tab.active{background:#fff;color:#111827;box-shadow:0 1px 3px #00000014}.example-grid{margin-top:.85rem;display:grid;grid-template-columns:8fr 2fr;gap:.9rem}.example-left{display:grid;gap:.8rem}.code-card{border:1px solid var(--code-border);border-radius:10px;overflow:hidden;background:var(--code-bg)}.code-title{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:#566173;background:#e8edf5;border-bottom:1px solid var(--code-border);padding:.48rem .66rem;font-weight:600}.code-card pre{margin:0;padding:.72rem;max-height:250px;overflow:auto;color-scheme:light;scrollbar-width:thin;scrollbar-color:#b9c0cc #e7ebf1}.code-card pre::-webkit-scrollbar{width:10px;height:10px}.code-card pre::-webkit-scrollbar-track{background:#e7ebf1}.code-card pre::-webkit-scrollbar-thumb{background:#b9c0cc;border-radius:999px;border:2px solid #e7ebf1}.code-card pre::-webkit-scrollbar-thumb:hover{background:#a6aebb}.code-card code{color:var(--code-text);font-size:.76rem;line-height:1.42;font-family:JetBrains Mono,SFMono-Regular,Menlo,Monaco,monospace}.prompt-code{white-space:pre-wrap;word-break:break-word}.curl-code .tok-cmd{color:#004ac2;font-weight:700}.curl-code .tok-opt{color:#bd3f11}.curl-code .tok-method{color:#0f766e;font-weight:600}.curl-code .tok-string,.json-code .tok-string{color:#7e22ce}.curl-code .tok-key,.json-code .tok-key{color:#0f766e}.curl-code .tok-number,.json-code .tok-number{color:#b45309}.curl-code .tok-bool,.json-code .tok-bool{color:#2563eb}.curl-code .tok-symbol{color:#64748b}.example-right{border:1px solid var(--card-border);border-radius:10px;padding:.7rem;background:#fff;display:flex;flex-direction:column}.video-title{margin:0 0 .55rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}.video-frame{width:min(100%,270px);aspect-ratio:9 / 16;max-height:480px;border-radius:8px;border:1px solid #d9d3c8;background:#0f1116;overflow:hidden;margin-inline:auto}.example-video{display:block;width:100%;height:100%;object-fit:cover;background:#0f1116}.agent-mode{margin-top:1.2rem;border:1px solid #d7ddcd;border-radius:14px;padding:1rem;background:linear-gradient(154deg,#fdfcf7,#f6f9f4 52%,#f8f5ec)}.agent-mode-head h2{margin:.45rem 0 0;font-size:clamp(1.45rem,2.8vw,2.1rem);color:#1f2d22;letter-spacing:-.02em}.agent-mode-head p{margin:.66rem 0 0;color:#4a5b4f;font-size:1.05rem;line-height:1.55}.agent-mode-kicker{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.09em;color:#3d7252;font-weight:700}.agent-mode-form{margin-top:.9rem;display:grid;gap:.72rem}.agent-mode-field{display:grid;gap:.3rem}.agent-mode-field span{font-size:.9rem;font-weight:700;color:#2f4134}.agent-mode-field input,.agent-mode-field select,.agent-mode-field textarea{width:100%;border:1px solid #cad5c0;border-radius:10px;padding:.64rem .72rem;font-size:1rem;background:#fffef9;color:#1f2823}.agent-mode-field input:focus,.agent-mode-field select:focus,.agent-mode-field textarea:focus{outline:none;border-color:#3d7252;box-shadow:0 0 0 3px #3d725224}.agent-mode-field textarea{resize:vertical;min-height:94px}.agent-settings{border:1px solid #d5ddcf;border-radius:12px;background:#fff;overflow:hidden}.agent-settings-toggle{width:100%;border:0;background:transparent;display:grid;grid-template-columns:1fr auto;gap:.9rem;align-items:center;padding:.85rem .95rem;text-align:left;cursor:pointer}.agent-settings-toggle-copy{display:grid;gap:.14rem;min-width:0}.agent-settings-toggle-title{font-size:.94rem;font-weight:700;color:#223126}.agent-settings-toggle-summary{font-size:.82rem;color:#5d6b62}.agent-settings-toggle-state{font-size:.82rem;font-weight:700;color:#1d5ea2}.agent-settings-panel{border-top:1px solid #d8e1d0;padding:.82rem .95rem .95rem;display:grid;gap:.7rem}.agent-settings-sections{display:grid;gap:.78rem}.agent-settings-section{display:grid;gap:.58rem}.agent-settings-section-title{font-size:.86rem;font-weight:700;color:#223126}.agent-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem}.agent-settings-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-settings-note{margin:0;color:#5a695d;font-size:.9rem}.agent-settings-error{color:#8c4657}.agent-mode-actions{display:flex;flex-wrap:wrap;gap:.62rem;align-items:center}.agent-mode-note{color:#5a695d;font-size:.94rem}.agent-steps-grid{margin-top:.95rem;display:grid;grid-template-columns:1fr;gap:.65rem}.agent-step-card{border:1px solid #d5ddcf;border-radius:10px;background:#fff;padding:.72rem;display:grid;gap:.42rem}.agent-step-row-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem}.agent-step-toggle{border:0;background:transparent;padding:0;width:100%;text-align:left;cursor:pointer}.agent-step-index{width:1.6rem;height:1.6rem;border-radius:999px;display:grid;place-items:center;font-size:.84rem;font-weight:700;background:#ecf1e8;color:#314539}.agent-step-status{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#5b6b61;font-weight:700}.agent-step-status-wrap{display:inline-flex;align-items:center;gap:.45rem}.agent-step-indicator{width:.82rem;height:.82rem;border-radius:999px;display:inline-block;flex:0 0 auto}.agent-step-indicator-pending{background:#c6d2c8}.agent-step-indicator-done{background:#4f9a63}.agent-step-indicator-failed{background:#c45d5d}.agent-step-indicator-running{border:2px solid #e8d9b7;border-top-color:#b57e2f;background:transparent;animation:agentStepSpin .9s linear infinite}.agent-step-chevron{color:#5a695d;font-size:.88rem;transform:rotate(0);transition:transform .14s ease}.agent-step-chevron.expanded{transform:rotate(180deg)}.agent-step-row-head h3{margin:0;font-size:1rem;color:#1f2d22}.agent-step-card p{margin:0;color:#58665d;font-size:.92rem;line-height:1.45}.agent-step-duration{font-weight:600}.agent-step-error{color:#9d2e2e!important;font-weight:600}.agent-step-data{margin-top:.55rem}.agent-step-json-block{margin-top:.5rem}.agent-step-json-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#52665a;font-weight:700}.agent-step-json-block pre{margin:.32rem 0 0;border:1px solid #d8dfd1;border-radius:8px;background:#f7faf4;padding:.52rem;max-height:220px;overflow:auto;font-size:.8rem;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.agent-step-log{margin:.32rem 0 0;border:1px solid #d8dfd1;border-radius:8px;background:#f7faf4;padding:.52rem;max-height:160px;overflow:auto;font-size:.82rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}@keyframes agentStepSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.agent-step-running{border-color:#d9bd7d;box-shadow:inset 0 0 0 1px #d9bd7d52}.agent-step-done{border-color:#8fb798;box-shadow:inset 0 0 0 1px #8fb79859}.agent-step-failed{border-color:#d49b9b;box-shadow:inset 0 0 0 1px #d49b9b59}.agent-result{margin-top:.9rem;border:1px solid #cdd9c6;border-radius:12px;background:#fff;padding:.8rem;display:grid;gap:.56rem}.agent-result-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.agent-result-head h3{margin:0;font-size:1.12rem;color:#1f2d22}.agent-result-head a{color:#2268b3;font-weight:700;text-decoration:none}.agent-result-head a:hover{text-decoration:underline}.agent-result p{margin:0;color:#4f6055}.agent-result pre{margin:0;border:1px solid #d3dccb;border-radius:10px;background:#f8fbf4;padding:.65rem;max-height:340px;overflow:auto;font-size:.82rem;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.agent-step-json-block pre code,.agent-step-log code,.agent-result pre code{white-space:inherit;overflow-wrap:inherit;word-break:inherit}.agent-render-final{display:grid;gap:.42rem}.agent-result-payload{border-top:1px solid #d8e1d0;padding-top:.1rem}.agent-result-toggle{display:block}.agent-result-toggle-head{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.8rem}.agent-result-toggle-copy{display:grid;gap:.14rem}.agent-result-toggle-title{font-size:.94rem;font-weight:700;color:#223126}.agent-result-toggle-note{font-size:.82rem;color:#5d6b62}.agent-result-payload-body{margin-top:.56rem;display:grid;gap:.56rem}.agent-video-final{display:grid;gap:.5rem}.agent-video-final a{color:#1d5ea2;font-weight:700;text-decoration:none}.agent-video-final a:hover{text-decoration:underline}.agent-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,90px));gap:.45rem;justify-content:flex-start}.agent-image-card{border:1px solid #d3dccb;border-radius:10px;background:#fff;overflow:hidden;text-decoration:none;color:#243627;width:min(100%,90px)}.agent-image-card img{display:block;width:100%;aspect-ratio:9 / 16;object-fit:cover;background:#f0f4ea}.agent-image-card span{display:block;padding:.28rem .32rem;font-size:.66rem;font-weight:700;line-height:1.2;overflow-wrap:anywhere}.agent-result video{display:block;width:auto;max-width:100%;height:auto;max-height:400px;border-radius:10px;background:#0f1116;object-fit:contain}.agent-result .video-frame{width:fit-content;max-width:100%;height:auto;max-height:400px;aspect-ratio:auto;display:flex;align-items:center;justify-content:center}.editor-showcase{margin-top:1.3rem;border:1px solid #d2ddf3;border-radius:14px;padding:1rem;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.6fr);gap:1rem;align-items:start;background:linear-gradient(160deg,#f7fbff,#eef3ff 45%,#f7f8fc)}.editor-showcase-kicker{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.09em;color:#3b68bf;font-weight:700}.editor-showcase-copy h2{margin:.5rem 0 0;font-size:clamp(1.45rem,2.9vw,2.1rem);letter-spacing:-.02em}.editor-showcase-copy p{margin:.72rem 0 0;color:#4f5f73;font-size:1.07rem;line-height:1.55}.editor-showcase-features{margin:.95rem 0 0;padding:0;list-style:none;display:grid;gap:.52rem}.editor-showcase-features li{position:relative;padding-left:1.2rem;color:#1f2d3d;font-size:1.04rem;line-height:1.5}.editor-showcase-features li:before{content:"";position:absolute;left:0;top:.55rem;width:.45rem;height:.45rem;border-radius:999px;background:#2f75d8;box-shadow:0 0 0 3px #2f75d829}.editor-showcase-media{border-radius:12px;border:1px solid #1a2440;overflow:hidden;background:#05090f;box-shadow:0 20px 38px #0a142842}.editor-showcase-media img{width:100%;height:auto;display:block}.automation-guide{margin-top:1rem;border:1px solid #d9dfeb;border-radius:14px;background:linear-gradient(160deg,#fbfcff,#f4f7ff 55%,#f8f9fc);padding:1rem}.automation-guide-head h2{margin:.45rem 0 0;font-size:clamp(1.45rem,2.8vw,2.05rem);letter-spacing:-.02em;color:#1f2d41}.automation-guide-head p{margin:.68rem 0 0;color:#506177;font-size:1.07rem;line-height:1.55}.automation-guide-kicker{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.09em;color:#3f68ba;font-weight:700}.automation-guide-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.automation-guide-card{border:1px solid #d6deec;border-radius:12px;background:#fff;padding:.8rem}.automation-guide-card h3{margin:0;font-size:1.18rem;color:#1e2f49}.automation-guide-brand{display:flex;align-items:center;gap:.55rem}.automation-guide-brand img{width:84px;height:84px;object-fit:contain;flex:0 0 auto;border-radius:6px;background:#fff;border:1px solid #dde3ee;padding:.2rem}.automation-guide-brand-mark{width:84px;height:84px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:6px;border:1px solid #dde3ee;background:linear-gradient(135deg,#fff4ea,#fffaf6);color:#ff4f00;font-size:1rem;font-weight:800;letter-spacing:-.02em}.automation-guide-card ol{margin:.6rem 0 0;padding-left:1.05rem;display:grid;gap:.45rem}.automation-guide-card li{color:#45566c;font-size:1.02rem;line-height:1.5}.automation-guide-card code,.automation-guide-head code{font-family:JetBrains Mono,SFMono-Regular,Menlo,Monaco,monospace;font-size:.83em;background:#eff3fa;border:1px solid #d5ddeb;border-radius:6px;padding:.08rem .32rem;color:#1f334e}.placeholder-card{border:1px dashed #c7cfda;border-radius:10px;padding:.9rem;background:#f7f8fa;min-height:230px;display:flex;flex-direction:column;justify-content:center;align-items:center}.placeholder-card-video{aspect-ratio:9 / 16}.tbu-label{font-family:JetBrains Mono,SFMono-Regular,Menlo,Monaco,monospace;color:#475569;font-size:1rem}.free-container{width:min(1100px,100% - 2rem);margin:0 auto}.free-hero{background:linear-gradient(135deg,#0f1629,#09142e);color:#eff4ff;padding:3rem 0 3.2rem;text-align:center}.free-kicker{margin:0;color:#9cadc9;font-size:1.15rem}.free-hero h1{margin:.8rem auto 0;max-width:900px;font-size:clamp(2.1rem,5vw,4rem);line-height:1.04;letter-spacing:-.03em}.free-hero h1 span{color:#ffce2f}.free-hero p{max-width:780px;margin:1rem auto 0;color:#c6d0e4;font-size:1.15rem}.free-form-section{background:#f1f3f8;padding:3rem 0 2.4rem}.free-form-wrap{text-align:center}.free-form-wrap h2{margin:0;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em}.free-subtitle{margin:.7rem 0 0;color:#656f7d;font-size:1.05rem}.free-form{margin:1.4rem auto 0;width:min(780px,100%);display:grid;gap:.85rem}.free-form input{width:100%;border:1px solid #d5dce6;border-radius:12px;padding:.95rem 1rem;font-size:1.08rem;color:#273242}.free-form input:focus{outline:2px solid rgba(63,134,221,.2);border-color:#3f86dd}.free-form button{justify-self:center;border:0;border-radius:12px;background:#3f86dd;color:#fff;font-weight:700;font-size:1.25rem;padding:.92rem 2.1rem;cursor:pointer}.free-form button:disabled{opacity:.65;cursor:not-allowed}.free-key-card{margin:1.2rem auto 0;width:min(780px,100%);text-align:left;border:1px solid #d6dce6;background:#fff;border-radius:12px;padding:.95rem;display:grid;gap:.6rem}.free-key-label{color:#5c6674;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.free-key-card code{display:block;border-radius:8px;border:1px solid #d9dfe8;background:#f6f8fb;padding:.8rem;font-family:JetBrains Mono,SFMono-Regular,Menlo,Monaco,monospace;color:#1b2737;overflow-wrap:anywhere}.free-key-card button{width:fit-content;border:1px solid #d4dae4;border-radius:8px;background:#fff;color:#1c2d42;font-weight:600;padding:.45rem .68rem;cursor:pointer}.free-terms{margin:1rem auto 0;max-width:760px;color:#737c89;font-size:.95rem}.free-section{padding:3.1rem 0;background:#fff}.free-section-alt{background:#f8f9fc}.free-section h2{margin:0;text-align:center;font-size:clamp(1.7rem,3vw,2.8rem);letter-spacing:-.02em}.free-section-subtitle{margin:.65rem auto 0;color:#6b7481;text-align:center;max-width:840px;font-size:1.05rem}.free-cards-3{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.free-card{border:1px solid #e2e6ed;border-radius:16px;background:#f9fbff;padding:1.4rem}.free-card-icon{font-size:2rem}.free-card h3{margin:.7rem 0 0;font-size:1.9rem;letter-spacing:-.02em}.free-card p{margin:.7rem 0 0;color:#5f6876;font-size:1rem;line-height:1.45}.free-steps-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem}.free-step{text-align:center}.free-step-number{width:84px;height:84px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0f172a;color:#f8fafc;font-weight:700;font-size:2.2rem}.free-step h3{margin:1rem 0 0;font-size:2rem;letter-spacing:-.02em}.free-step p{margin:.6rem 0 0;color:#5f6876;font-size:1.02rem;line-height:1.45}.free-use-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.free-use-card{border:1px solid #e1e5ec;border-radius:14px;background:#fbfcff;padding:1.2rem}.free-use-card h3{margin:0;font-size:1.9rem;letter-spacing:-.02em}.free-use-card p{margin:.7rem 0 0;color:#5f6876;font-size:1.02rem;line-height:1.45}.free-integration-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.free-integration-card{border:1px solid #e2e6ed;border-radius:14px;background:#fff;padding:1.25rem}.free-integration-logo{font-size:2.2rem;font-weight:700;color:#1e2f47;letter-spacing:-.02em;text-transform:lowercase}.free-integration-card h3{margin:.7rem 0 0;font-size:1.7rem;letter-spacing:-.02em}.free-integration-card p{margin:.6rem 0 0;color:#5f6876;line-height:1.42}.free-tools-row{margin-top:1.4rem;text-align:center;font-size:1.03rem;color:#5f6876;font-weight:600}.free-faq-wrap{max-width:900px}.free-faq-list{margin-top:1.4rem;border-top:1px solid #e2e7ef}.free-faq-item{border-bottom:1px solid #e2e7ef}.free-faq-question{width:100%;border:0;background:transparent;text-align:left;padding:.95rem 0;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:1.05rem;font-weight:700;color:#1b2737;cursor:pointer}.free-faq-icon{color:#7f8896;font-size:1.8rem;line-height:1}.free-faq-answer{margin:0 0 .95rem;color:#5f6876;font-size:1rem;line-height:1.45}.free-final-cta{background:linear-gradient(135deg,#0f1629,#09142e);color:#eef4ff;padding:3rem 0 3.2rem;text-align:center}.free-final-cta h2{margin:0;font-size:clamp(1.8rem,3.4vw,2.8rem);letter-spacing:-.02em}.free-final-cta p{margin:.8rem 0 0;color:#c7d1e4;font-size:1.1rem}.free-final-cta .hero-free-btn{margin-top:1.2rem}.free-final-note{margin-top:.9rem;color:#9fafca}.free-v2-page{--free-v2-border: #d6dfec;--free-v2-border-strong: #c4d2e7;--free-v2-surface: #ffffff;--free-v2-surface-soft: #fbfcff;--free-v2-surface-muted: #f4f7fc;--free-v2-surface-accent: #eef4ff;--free-v2-text: #1f2f43;--free-v2-muted: #55667d;--free-v2-accent: #3f86dd;--free-v2-accent-hover: #3574c4;background:linear-gradient(180deg,#edf3fb,#f4f6fa 200px,#f6f3ee);padding:1.6rem 0 3rem}.free-v2-top{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1rem;align-items:stretch}.free-v2-hero{border:1px solid #284667;border-radius:18px;background:linear-gradient(150deg,#17202c,#22364e 56%,#2e6695);color:#f4f8fd;padding:1.5rem;box-shadow:0 14px 36px #1629483d}.free-v2-kicker{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;color:#8fc7ff;font-weight:700}.free-v2-hero h1{margin:.65rem 0 0;font-size:clamp(1.85rem,4vw,3rem);line-height:1.08;letter-spacing:-.02em}.free-v2-lead{margin:.9rem 0 0;color:#d6e3f1;font-size:1.04rem;max-width:680px}.free-v2-badges{margin:1rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.45rem}.free-v2-badges li{border:1px solid rgba(176,208,245,.34);background:#b0d0f521;color:#f4f9ff;border-radius:999px;padding:.34rem .64rem;font-size:.84rem;font-weight:600}.free-v2-tools{margin-top:.95rem;color:#c1d5ea;font-size:.92rem}.free-v2-form-card{border:1px solid var(--free-v2-border);border-radius:18px;background:var(--free-v2-surface);padding:1.2rem;box-shadow:0 10px 28px #25406614}.free-v2-form-card h2{margin:0;font-size:1.6rem;letter-spacing:-.02em;color:var(--free-v2-text)}.free-v2-form-card>p{margin:.55rem 0 0;color:var(--free-v2-muted)}.free-v2-form{margin-top:1rem;display:grid;gap:.62rem}.free-v2-form input{width:100%;border:1px solid var(--free-v2-border-strong);border-radius:10px;padding:.82rem .92rem;font-size:1rem;color:var(--free-v2-text);background:var(--free-v2-surface-soft)}.free-v2-form input:focus{outline:2px solid rgba(63,134,221,.22);border-color:var(--free-v2-accent)}.free-v2-form button{border:0;border-radius:10px;background:var(--free-v2-accent);color:#fff;font-weight:700;font-size:1rem;padding:.78rem 1rem;cursor:pointer}.free-v2-form button:hover:not(:disabled){background:var(--free-v2-accent-hover)}.free-v2-form button:disabled{opacity:.7;cursor:not-allowed}.free-v2-key-card{margin-top:.92rem;border:1px solid var(--free-v2-border);border-radius:12px;background:var(--free-v2-surface-soft);padding:.75rem;display:grid;gap:.52rem}.free-v2-key-label{color:#5f7290;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.free-v2-key-card code{display:block;border:1px solid var(--free-v2-border);border-radius:8px;padding:.64rem;background:#f6f9ff;overflow-wrap:anywhere;font-family:JetBrains Mono,SFMono-Regular,Menlo,Monaco,monospace}.free-v2-key-card button{width:fit-content;border:1px solid var(--free-v2-border-strong);border-radius:8px;background:#fff;color:var(--free-v2-text);font-weight:600;padding:.38rem .64rem;cursor:pointer}.free-v2-terms{margin:.8rem 0 0;color:var(--free-v2-muted);font-size:.84rem;line-height:1.4}.free-v2-terms a{color:#3166cc;text-decoration:none;font-weight:600}.free-v2-terms a:hover{text-decoration:underline}.free-v2-sections{margin-top:1rem;display:grid;gap:.95rem}.free-v2-section{border:1px solid var(--free-v2-border);border-radius:16px;background:var(--free-v2-surface);padding:1.05rem;box-shadow:0 10px 26px #171b1f0a}.free-v2-section-muted{background:linear-gradient(160deg,#fbfcff,#f4f7ff 55%,#f8f9fc)}.free-v2-section-head h2{margin:0;font-size:clamp(1.35rem,2.4vw,1.85rem);letter-spacing:-.02em;color:var(--free-v2-text)}.free-v2-section-head p{margin:.44rem 0 0;color:var(--free-v2-muted)}.free-v2-features-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem}.free-v2-feature-card{border:1px solid var(--free-v2-border);border-radius:12px;background:var(--free-v2-surface-soft);padding:.82rem}.free-v2-feature-card h3{margin:0;font-size:1.02rem;color:var(--free-v2-text)}.free-v2-feature-card p{margin:.45rem 0 0;font-size:.91rem;color:var(--free-v2-muted);line-height:1.42}.free-v2-steps-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem}.free-v2-step{border:1px solid var(--free-v2-border);border-radius:12px;background:#ffffffd6;padding:.85rem}.free-v2-step-number{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--free-v2-accent);color:#fff;font-weight:700;font-size:.92rem}.free-v2-step h3{margin:.55rem 0 0;font-size:1rem;color:var(--free-v2-text)}.free-v2-step p{margin:.45rem 0 0;color:var(--free-v2-muted);font-size:.9rem;line-height:1.42}.free-v2-usage-grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem}.free-v2-usage-card{border:1px solid var(--free-v2-border);border-radius:12px;background:var(--free-v2-surface-soft);padding:.82rem}.free-v2-usage-card h3{margin:0;font-size:1rem;color:var(--free-v2-text)}.free-v2-usage-card p{margin:.45rem 0 0;color:var(--free-v2-muted);font-size:.9rem;line-height:1.42}.free-v2-faq-section{background:linear-gradient(160deg,#fbfcff,#f7f9fd)}.free-v2-faq-list{margin-top:.85rem;border-top:1px solid var(--free-v2-border)}.free-v2-faq-item{border-bottom:1px solid var(--free-v2-border)}.free-v2-faq-question{width:100%;border:0;background:transparent;text-align:left;padding:.8rem 0;display:flex;align-items:center;justify-content:space-between;gap:.8rem;color:var(--free-v2-text);font-size:.98rem;font-weight:700;cursor:pointer}.free-v2-faq-icon{color:#5f7290;font-size:1.28rem;line-height:1}.free-v2-faq-answer{margin:0 0 .75rem;color:var(--free-v2-muted);font-size:.92rem;line-height:1.44}.free-v2-bottom-cta{border:1px solid #d2ddf3;border-radius:16px;background:linear-gradient(160deg,#f7fbff,#eef3ff 45%,#f7f8fc);padding:1.2rem;text-align:center}.free-v2-bottom-cta h2{margin:0;color:#1f2d41;font-size:clamp(1.35rem,2.4vw,1.85rem);letter-spacing:-.02em}.free-v2-bottom-cta p{margin:.5rem 0 0;color:#4f5f73}.free-v2-bottom-cta .hero-free-btn{margin-top:.95rem;background:var(--free-v2-accent)}.free-v2-bottom-cta .hero-free-btn:hover{background:var(--free-v2-accent-hover)}.pricing-table-wrap{margin-top:1rem;overflow-x:auto}.pricing-billing-toggle{display:inline-flex;gap:.35rem;padding:.22rem;border-radius:10px;border:1px solid #e5ddcf;background:#fbf6ed;width:max-content}.pricing-billing-toggle-wrap{display:flex;justify-content:center}.pricing-billing-button{border:0;background:transparent;color:#6d7278;padding:.44rem .75rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer}.pricing-billing-button.active{background:#fff;color:#111827;box-shadow:0 1px 3px #00000014}.pricing-table{width:100%;border-collapse:collapse;min-width:520px}.pricing-table th,.pricing-table td{border:1px solid var(--card-border);padding:.7rem .75rem;text-align:left}.pricing-table th{background:#f9f5ee;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:#535a63}.pricing-table td{font-size:.96rem}.pricing-payg{margin-top:1.4rem}.pricing-payg h2{margin:0;font-size:1.28rem}.pricing-payg-lead{margin-top:.5rem}.pricing-payg-table{min-width:360px}.pricing-page-public{display:grid;gap:1rem}.pricing-includes{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:.9rem}.pricing-includes h2{margin:0;font-size:1.1rem}.pricing-includes-list{margin:.6rem 0 0;padding-left:1.1rem;columns:2;column-gap:1.6rem}.pricing-includes-list li{break-inside:avoid;margin:.3rem 0;color:#4f5865}.pricing-cards,.pricing-payg-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.82rem}.pricing-plan-card{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:.92rem;display:grid;gap:.42rem}.pricing-plan-card.featured{border-color:#cfb88b;box-shadow:0 8px 24px #78591e1a}.pricing-plan-card-name{font-size:1.06rem;font-weight:700;color:#20242a}.pricing-plan-card-price{font-size:1.72rem;font-weight:800;color:#1d2430;line-height:1.1}.pricing-plan-card-period{font-size:.88rem;color:#6a7280}.pricing-plan-card-credits{font-size:.9rem;color:#4f5865;line-height:1.45}.pricing-get-started-button{margin-top:.35rem;border:0;border-radius:9px;background:var(--accent);color:#fff;font-weight:700;padding:.68rem .88rem;cursor:pointer;transition:background-color .16s ease}.pricing-get-started-button:hover{background:var(--accent-hover)}.pricing-empty-card{border:1px dashed #d8d0c2;border-radius:12px;background:#fffdf9;padding:.95rem;color:#5f6876}.docs-page{display:grid;gap:1rem}.docs-top-links{margin-top:-.22rem}.docs-top-links a{font-size:.86rem}.docs-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.62rem}.docs-stat-card{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:.8rem}.docs-stat-value{font-size:1.16rem;font-weight:700;color:#1f252e}.docs-stat-label{margin-top:.18rem;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#6f7784}.docs-section{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:1rem}.docs-section h2{margin:0;font-size:1.08rem}.docs-section p{margin:.52rem 0 0;color:#5f6876;line-height:1.45}.docs-subheading{margin:.92rem 0 .45rem;font-size:.98rem}.docs-note{font-size:.86rem;color:#5f6876}.docs-list{margin:.62rem 0 0;padding-left:1.2rem;color:#3f4650;display:grid;gap:.45rem}.docs-list li{line-height:1.45}.docs-library-grid{margin-top:.72rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem}.docs-library-card{border:1px solid #ece4d8;border-radius:10px;background:#fff;padding:.72rem}.docs-library-card h3{margin:0;font-size:.94rem}.docs-library-card p{margin-top:.32rem;font-size:.86rem}.docs-chip-row{margin-top:.62rem;display:flex;flex-wrap:wrap;gap:.4rem}.docs-chip{border:1px solid #d9d2c4;border-radius:999px;background:#fff;color:#3f4650;padding:.2rem .55rem;font-size:.78rem;line-height:1.2}.docs-table-wrap{margin-top:.6rem;overflow-x:auto}.docs-table{width:100%;border-collapse:collapse;min-width:680px;background:#fff}.docs-table th,.docs-table td{border:1px solid var(--card-border);padding:.56rem .62rem;text-align:left;vertical-align:top}.docs-table th{background:#f9f5ee;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#535a63}.docs-table td{font-size:.88rem;color:#2d3138}.docs-table code{font-size:.78rem}.docs-page .code-card pre,.examples-page .code-card pre{max-height:420px}.public-links-section{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:1rem}.public-links-head{display:grid;gap:.28rem}.public-links-head h2{margin:0;font-size:1.08rem}.public-links-head p{margin:0;color:#5f6876;line-height:1.45}.public-links-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem}.public-links-card{border:1px solid #e8e0d3;border-radius:10px;background:#fff;padding:.82rem;text-decoration:none;display:grid;gap:.34rem;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.public-links-card:hover{border-color:#c6bcae;transform:translateY(-1px);box-shadow:0 10px 22px #2f2b2214}.public-links-card-title{color:#24303b;font-size:.96rem;font-weight:700}.public-links-card-description{color:#5f6876;font-size:.88rem;line-height:1.45}.examples-page{display:grid;gap:1rem}.examples-grid-extended{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;align-items:start}.examples-card{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:.9rem;display:grid;gap:.56rem;align-content:start}.examples-card h2{margin:0;font-size:1.02rem}.examples-card p{margin:0;color:#5f6876;font-size:.9rem;line-height:1.45}.plain-list{margin:.25rem 0 0;padding-left:1.15rem}.plain-list li{margin:.35rem 0;color:var(--muted)}.about-page{display:grid;gap:1rem}.about-head{display:grid;gap:.4rem}.about-origin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.about-origin-card{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:.95rem}.about-origin-card h2{margin:0;font-size:1.02rem}.about-origin-card p{margin:.5rem 0 0;font-size:.92rem;color:var(--muted);line-height:1.46}.about-section{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:.95rem}.about-section h2{margin:0;font-size:1.12rem}.about-feature-grid,.about-benefit-grid{margin-top:.78rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.about-feature-card,.about-benefit-card{border:1px solid #ebe3d6;border-radius:10px;background:#fff;padding:.82rem}.about-feature-card h3,.about-benefit-card h3{margin:0;font-size:.98rem}.about-feature-card p,.about-benefit-card p{margin:.46rem 0 0;color:#5f6876;font-size:.9rem;line-height:1.45}.about-workflow-list{margin:.7rem 0 0;padding-left:1.2rem;display:grid;gap:.4rem}.about-workflow-list li{color:#3f4650;line-height:1.44}.about-cta p{margin:.58rem 0 0;color:#5f6876;line-height:1.5}.about-cta-links{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.56rem}.about-cta-links a{border:1px solid #d8d0c2;border-radius:999px;padding:.36rem .72rem;text-decoration:none;color:#2c3541;font-size:.88rem;font-weight:600;background:#fff}.about-cta-links a:hover{border-color:#b7ad9d}.landing-legal-page{display:grid;gap:.85rem}.landing-legal-head{display:grid;gap:.35rem}.landing-legal-section{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:.95rem}.landing-legal-section h2{margin:0;font-size:1.02rem}.landing-legal-section p{margin:.46rem 0 0;color:#5f6876;font-size:.9rem;line-height:1.46}.landing-legal-section ul{margin:.52rem 0 0;padding-left:1.2rem;display:grid;gap:.34rem}.landing-legal-section li{color:#3f4650;line-height:1.44}.contact-page{display:grid;gap:1rem}.contact-page-head h1{margin-top:.4rem}.contact-grid{display:grid;grid-template-columns:minmax(240px,.95fr) minmax(0,1.35fr);gap:1rem;align-items:start}.contact-aside{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:.95rem}.contact-aside h2{margin:0;font-size:1.04rem}.contact-note{margin:.85rem 0 0;font-size:.9rem;color:var(--muted)}.contact-note a{color:var(--accent);font-weight:600;text-decoration:none}.contact-note a:hover{text-decoration:underline}.contact-form{border:1px solid #e7e0d4;border-radius:12px;background:#fffdf9;padding:.95rem;display:grid;gap:.72rem}.contact-form label{display:grid;gap:.35rem;font-weight:500;font-size:.9rem}.contact-form input,.contact-form textarea{border:1px solid #d4d9e1;border-radius:8px;padding:.65rem .75rem;font:inherit;color:var(--text);background:#fff}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(13,124,106,.2);border-color:var(--accent)}.contact-form button{width:fit-content;border:0;border-radius:8px;background:var(--accent);color:#fff;font-weight:600;padding:.66rem .92rem;cursor:pointer;transition:background-color .16s ease}.contact-form button:hover:not(:disabled){background:var(--accent-hover)}.contact-form button:disabled{opacity:.72;cursor:not-allowed}.affiliate-form{margin-top:1rem;display:grid;gap:.72rem;max-width:700px}.affiliate-form label{display:grid;gap:.35rem;font-weight:500;font-size:.9rem}.affiliate-form input,.affiliate-form textarea{border:1px solid #d4d9e1;border-radius:8px;padding:.65rem .75rem;font:inherit;color:var(--text);background:#fff}.affiliate-form textarea{resize:vertical}.affiliate-form input:focus,.affiliate-form textarea:focus{outline:2px solid rgba(13,124,106,.2);border-color:var(--accent)}.affiliate-form button{width:fit-content;border:0;border-radius:8px;background:var(--accent);color:#fff;font-weight:600;padding:.66rem .92rem;cursor:pointer;transition:background-color .16s ease}.affiliate-form button:hover:not(:disabled){background:var(--accent-hover)}.affiliate-form button:disabled{opacity:.72;cursor:not-allowed}.form-success{color:#136f56;font-size:.9rem}.form-error{color:#af2f2f;font-size:.9rem}.articles-page{display:grid;gap:1.6rem}.articles-page-head{display:grid;gap:.8rem;max-width:860px}.articles-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.article-card,.article-detail-card{border:1px solid #e2e8f0;border-radius:28px;background:#fff;box-shadow:0 18px 42px #0f172a14}.article-card{overflow:hidden}.article-card-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.article-card-body{display:grid;gap:.8rem;padding:1.2rem 1.2rem 1.35rem}.article-card-meta,.article-detail-meta{display:flex;flex-wrap:wrap;gap:.45rem;color:#667085;font-size:1rem}.article-meta-sep{opacity:.8}.article-card h2,.article-detail-card h1{margin:0;color:#111827}.article-card h2{font-size:1.32rem;line-height:1.28}.article-detail-card h1{font-size:clamp(2rem,4vw,2.8rem);line-height:1.14}.article-card h2 a,.article-read-link,.article-back-link{color:#111827;text-decoration:none}.article-card h2 a:hover,.article-read-link:hover,.article-back-link:hover{color:var(--accent)}.article-read-link,.article-back-link{font-weight:700}.article-card-body p{margin:0;color:#374151;font-size:1.04rem;line-height:1.72}.articles-pagination{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem}.articles-pagination-status{color:#667085;font-size:.95rem}.article-page-button{border:1px solid #d0d5dd;border-radius:999px;background:#fff;color:#111827;padding:.7rem 1rem;font:inherit;cursor:pointer}.article-page-button:disabled{opacity:.55;cursor:not-allowed}.articles-empty-state{border:1px solid #d0d5dd;border-radius:22px;padding:1rem 1.15rem;background:#fff;color:#4b5563}.articles-empty-state-error{border-color:#f4c7c7;color:#b42318}.articles-back-row{display:flex;align-items:center}.article-detail-card{padding:1.8rem;display:grid;gap:1.35rem}.article-detail-excerpt{margin:0;color:#374151;font-size:1.22rem;line-height:1.78}.article-detail-hero{width:100%;max-height:440px;object-fit:cover;border-radius:22px;display:block}.article-detail-content{color:#111827;font-size:1.18rem;line-height:1.9}.article-detail-content p,.article-detail-content ul,.article-detail-content ol,.article-detail-content table,.article-detail-content figure{margin:0 0 1.15rem}.article-detail-content h2{margin:2.4rem 0 .9rem;color:#111827;font-size:1.92rem;line-height:1.22}.article-detail-content h3,.article-detail-content h4{margin:1.7rem 0 .7rem;color:#111827;line-height:1.3}.article-detail-content h3{font-size:1.48rem}.article-detail-content h4{font-size:1.26rem}.article-detail-content a{color:var(--accent)}.article-detail-content a:hover{color:var(--accent-hover)}.article-detail-content strong{color:#111827}.article-detail-content blockquote{margin:1.35rem 0;padding:1.15rem 1.2rem;border-left:4px solid #cbd5e1;background:#f8fafc;color:#374151;border-radius:0 14px 14px 0;font-size:1.08rem;line-height:1.8}.article-detail-content code{background:#eef6ff;color:#0f4c81;border:1px solid #d6e7fb;border-radius:6px;padding:.1rem .36rem;font-size:.95em}.article-detail-content .code-card{margin:1.35rem 0;border:1px solid #dbe7f4;box-shadow:0 10px 28px #0f172a0f}.article-detail-content .code-card .code-title{background:linear-gradient(180deg,#f8fbff,#edf5ff);color:#184a7a;font-weight:700}.article-detail-content pre{margin:1.35rem 0;padding:1.15rem 1.2rem;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f2f7fd);color:#111827;border:1px solid #d9e6f2;box-shadow:inset 0 1px #ffffffe6;overflow-x:auto;font-size:1rem;line-height:1}.article-detail-content pre code{background:transparent;color:inherit;border:0;padding:0;line-height:inherit}.article-detail-content .article-code-block.article-code-json{border-left:5px solid #2563eb}.article-detail-content .article-code-block.article-code-shell{border-left:5px solid #0f766e}.article-detail-content .article-code-block .tok-key{color:#0f4c81;font-weight:600}.article-detail-content .article-code-block .tok-string,.article-detail-content .article-code-block .tok-url{color:#a54726}.article-detail-content .article-code-block .tok-number{color:#8b5cf6}.article-detail-content .article-code-block .tok-bool,.article-detail-content .article-code-block .tok-null{color:#c2410c;font-weight:600}.article-detail-content .article-code-block .tok-cmd,.article-detail-content .article-code-block .tok-method{color:#0f766e;font-weight:700}.article-detail-content .article-code-block .tok-opt,.article-detail-content .article-code-block .tok-var{color:#7c3aed;font-weight:600}.article-detail-content img{max-width:100%;display:block}.article-kicker{text-transform:uppercase;letter-spacing:.18em;color:#667085;font-size:.86rem;font-weight:700}.article-hero-note img,.article-inline-media img{border-radius:18px;border:1px solid #e5e7eb;background:#fff}.article-hero-note figcaption,.article-inline-media figcaption{margin-top:.5rem;color:#6b7280;font-size:.95rem}.article-inline-media{width:min(100%,240px)}.article-inline-media img{width:100%}.article-inline-media-right{float:right;margin:.15rem 0 1rem 1.2rem}.article-inline-media-left{float:left;margin:.15rem 1.2rem 1rem 0}.article-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:18px;border:1px solid #d9e6f2;box-shadow:0 12px 28px #0f172a0d}.article-table th,.article-table td{padding:.92rem 1rem;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top;font-size:1.03rem;line-height:1.65}.article-table th{color:#111827;background:linear-gradient(180deg,#eef6ff,#e5f0ff);border-bottom:1px solid #cfe0f6}.article-table td{color:#111827;background:#fff}.article-table tbody tr:nth-child(odd) td{background:#fbfdff}.article-table tbody tr:nth-child(2n) td{background:#f6faff}.article-table tbody tr:hover td{background:#edf5ff}.site-footer{margin-top:auto;background:var(--header-bg);border-top:1px solid var(--header-border);color:var(--header-muted)}.site-footer-inner{max-width:1100px;margin:0 auto;padding:.95rem 20px;display:flex;justify-content:space-between;align-items:center;gap:.8rem;font-size:.86rem}.site-footer-links{display:inline-flex;align-items:center;gap:.8rem;flex-wrap:wrap}.site-footer-links a{color:var(--header-muted);text-decoration:none}.site-footer-links a:hover{color:var(--header-text)}@media (max-width: 860px){.article-inline-media-right,.article-inline-media-left{float:none;margin:0 0 1rem}.article-table{display:block;overflow-x:auto}.site-header-inner{flex-direction:column;align-items:flex-start}.site-nav{width:100%;justify-content:flex-start}.site-header-right{width:100%;flex-wrap:wrap;justify-content:space-between}.site-auth-links{width:100%;justify-content:flex-start}.auth-modal{width:min(560px,100%)}.oauth-row,.example-grid,.agent-steps-grid,.agent-settings-grid,.agent-settings-grid-two,.agent-image-grid,.about-origin-grid,.about-feature-grid,.about-benefit-grid,.editor-showcase,.automation-guide-grid{grid-template-columns:1fr}.site-main{width:min(1100px,100% - 1rem);margin-top:.8rem}.page-block{padding:1rem}.site-footer-inner{flex-direction:column;align-items:flex-start}.free-hero{padding:2.5rem 0 2.7rem}.free-form-section,.free-section,.free-final-cta{padding:2.2rem 0}.free-cards-3,.free-steps-grid,.free-use-grid,.free-integration-grid,.free-v2-top{grid-template-columns:1fr}.free-v2-hero,.free-v2-form-card,.free-v2-section,.free-v2-bottom-cta{padding:.95rem}.free-v2-features-grid,.free-v2-steps-grid,.free-v2-usage-grid{grid-template-columns:1fr}.pricing-includes-list{columns:1}.pricing-cards,.pricing-payg-cards{grid-template-columns:1fr}.docs-section{padding:.85rem}.docs-stat-grid,.docs-library-grid,.public-links-grid,.contact-grid,.examples-grid-extended{grid-template-columns:1fr}.free-card h3,.free-step h3,.free-use-card h3{font-size:1.45rem}.free-step-number{width:66px;height:66px;font-size:1.6rem}}
