.media-preview{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.media-preview__video{display:block;max-width:100%;max-height:400px;border-radius:var(--style-radius-s,4px);background:#000}.media-preview__audio{display:block;width:100%}.video-editor-header{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;margin-top:1.25rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--theme-elevation-100)}.video-editor-header__title{margin:0;font-size:1.25rem}.video-editor-header__actions{display:flex;gap:8px;flex-shrink:0}.video-editor-body{display:flex}.video-editor-stage{position:relative;flex:1 1;min-width:0;min-height:60vh;background:#000;border-radius:var(--style-radius-s,4px);overflow:hidden}.video-editor-panel{flex:0 0 340px;display:flex;flex-direction:column;gap:32px;margin-left:40px;padding-left:40px;border-left:1px solid var(--theme-elevation-100)}.video-editor-section{display:flex;flex-direction:column;gap:12px}.video-editor-section+.video-editor-section{padding-top:32px;border-top:1px solid var(--theme-elevation-100)}.video-editor-section__head{display:flex;align-items:baseline;justify-content:space-between}.video-editor-section__title{margin:0;font-size:1rem}.video-editor-section__reset{border:none;background:none;padding:0;color:var(--theme-elevation-500);font-size:.8125rem;cursor:pointer}.video-editor-section__reset:hover{color:var(--theme-text)}.video-editor-section__desc{margin:0;color:var(--theme-elevation-500);font-size:.8125rem}.video-editor-aspects{display:flex;gap:6px;flex-wrap:wrap}.video-editor-slider-field{display:flex;flex-direction:column;gap:8px}.video-editor-slider{position:relative;padding:0 8px}.video-editor-slider .rc-slider{position:relative;height:32px;width:100%;touch-action:none}.video-editor-slider .rc-slider-rail{position:absolute;top:8px;width:100%;height:16px;border-radius:4px;background:var(--theme-elevation-150)}.video-editor-slider .rc-slider-track{position:absolute;top:8px;height:16px;border-radius:4px;background:color-mix(in srgb,var(--theme-success-500,#2e7d32) 25%,transparent);border-top:2px solid var(--theme-success-500,#2e7d32);border-bottom:2px solid var(--theme-success-500,#2e7d32)}.video-editor-slider .rc-slider-handle{position:absolute;top:4px;width:12px;height:24px;margin-left:-6px;background:var(--theme-success-500,#2e7d32);border:2px solid #fff;border-radius:3px;cursor:ew-resize;opacity:1;touch-action:pan-x}.video-editor-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--theme-elevation-500);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.video-editor-play{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:4px;border:1px solid var(--theme-elevation-200);background:var(--theme-input-bg);color:var(--theme-text);cursor:pointer;font-size:12px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.video-editor-play:disabled{cursor:not-allowed;opacity:.5}@media (max-width:900px){.video-editor-body{flex-direction:column}.video-editor-panel{flex:0 0 auto}.video-editor-stage{min-height:40vh}}.action-popup .popup__content{padding:6px}.action-menu{display:flex;flex-direction:column;gap:2px;min-width:180px;padding:0}.action-menu__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border:0;border-radius:6px;background:none;font-size:.875rem;font-weight:500;color:var(--theme-text);text-align:left;text-decoration:none;white-space:nowrap;cursor:pointer}.action-menu__item:hover{background:var(--theme-elevation-100)}.action-menu__item:focus-visible{outline:2px solid var(--theme-elevation-400);outline-offset:-2px}.action-menu__icon{display:inline-flex}.action-menu__icon svg{width:15px;height:15px}.action-menu__item--success{color:#4ade80}.action-menu__item--danger{color:#f87171}.action-menu__separator{height:1px;margin:4px 0;background:var(--theme-elevation-150)}.feeds-note{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;padding:56px 24px;border:1px dashed var(--theme-elevation-200);border-radius:12px;background:var(--theme-elevation-50);text-align:center;color:var(--theme-elevation-500)}.feeds-note svg{color:var(--theme-elevation-400)}.feeds-note--compact{padding:20px 16px;gap:6px;border-radius:10px}.feeds-note__title{margin:0;font-size:1.25rem;font-weight:600;color:var(--theme-elevation-800)}.feeds-note--compact .feeds-note__title{font-size:1rem}.feeds-note__text{margin:0;font-size:1rem;max-width:48ch}.feeds-note--compact .feeds-note__text{font-size:.875rem}.pill-toggle{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border:none;border-radius:999px;font-family:inherit;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;cursor:pointer;color:var(--theme-elevation-700);background:var(--theme-elevation-100)}.pill-toggle:hover{background:var(--theme-elevation-150)}.pill-toggle--active,.pill-toggle--active:hover{color:var(--theme-elevation-0);background:var(--theme-elevation-800)}.pill-toggle--tinted.pill-toggle--active,.pill-toggle--tinted.pill-toggle--active:hover{color:var(--pill-color);background:color-mix(in srgb,var(--pill-color) 18%,transparent)}.feeds-spinner-wrap{display:flex;justify-content:center;padding:16px 0}.feeds-spinner{width:18px;height:18px;border:2px solid var(--theme-elevation-200);border-top-color:var(--theme-elevation-700);border-radius:50%;animation:feeds-spinner-spin .7s linear infinite}@keyframes feeds-spinner-spin{to{transform:rotate(1turn)}}.fresh-toast{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.fresh-toast__text{white-space:nowrap}.fresh-toast__actions{display:flex;align-items:center;gap:8px}.fresh-toast__btn-icon{display:inline-flex;align-items:center;gap:6px}.board-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 26px;border-bottom:1px solid var(--theme-elevation-100)}.board-topbar__controls{display:flex;align-items:center;gap:10px}.board__title{font-size:1.1rem;font-weight:700;color:var(--theme-text)}.board-filters{display:flex;align-items:center;gap:10px;padding:12px 26px 0}.board-period{display:inline-flex;align-items:center;margin-left:auto;padding:2px;border-radius:999px;background:var(--theme-elevation-100)}.board-period .pill-toggle{background:transparent;color:var(--theme-elevation-600)}.board-period .pill-toggle:hover{background:transparent;color:var(--theme-elevation-800)}.board-period .pill-toggle--active,.board-period .pill-toggle--active:hover{color:var(--theme-elevation-0);background:var(--theme-elevation-800)}.board__muted{color:var(--theme-elevation-500);font-size:.8125rem}.board{display:flex;gap:14px;padding:18px 26px;overflow-x:auto;align-items:flex-start;min-height:calc(100vh - var(--app-header-height, 80px) - 56px)}.board__col{flex:0 0 300px;border:1px solid var(--theme-elevation-100);border-radius:10px;background:var(--theme-elevation-25,var(--theme-elevation-50));overflow:hidden}.board__col--allowed{border-color:color-mix(in srgb,#2563eb 45%,transparent)}.board__col--drop{border-color:#2563eb;background:color-mix(in srgb,#2563eb 8%,var(--theme-elevation-25,var(--theme-elevation-50)))}.board__card--dragging{opacity:.4;transform:rotate(2deg) translateX(4px)}.board__col-head{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--theme-elevation-100);font-weight:600;font-size:.9rem}.board__col-icon{display:inline-flex;align-items:center}.board__col-title{flex:1 1}.board__count{color:var(--theme-elevation-500);font-size:.8rem}.board__col-body{display:flex;flex-direction:column;gap:10px;padding:12px}.board__card{display:block;padding:12px 14px;border:1px solid var(--theme-elevation-150);border-left:3px solid var(--status-color,var(--theme-elevation-150));border-radius:8px;background:var(--theme-elevation-100);text-decoration:none;color:var(--theme-text)}.board__card-meta{display:inline-flex;align-items:center;gap:5px}.board__card-row{display:flex;align-items:flex-start;gap:10px}.board__card-main{flex:1 1;min-width:0}.board__card-thumb{flex-shrink:0;width:40px;height:40px;border-radius:6px;object-fit:cover;background:var(--theme-elevation-150)}.board__card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}.board__card-src{font-size:.6875rem;color:var(--theme-elevation-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.board__card:hover{border-color:var(--theme-elevation-300);border-left-color:var(--status-color,var(--theme-elevation-300))}.board__card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase;color:var(--theme-elevation-500);margin-bottom:8px}.board__card-title{font-size:.9rem;font-weight:600;line-height:1.35}.board__card-assignee{margin-top:8px;font-size:.75rem;color:var(--theme-elevation-500)}.board__more{width:100%}.inbox-wrap{height:calc(100vh - var(--app-header-height, 80px))}.inbox,.inbox-wrap{display:flex;flex-direction:column}.inbox{flex:1 1;min-height:0;background:var(--theme-elevation-0)}.inbox__col{min-width:0;overflow:auto;border-right:1px solid var(--theme-elevation-100);padding:18px 20px}.inbox__col:last-child{border-right:0}.inbox__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:14px}.inbox__title{font-size:1.1rem;font-weight:700;color:var(--theme-text)}.inbox__muted{color:var(--theme-elevation-500);font-size:.8125rem}.inbox-vid__empty{margin-top:12px}.inbox__sentinel{height:1px}.inbox-pill{gap:5px;padding:1px 8px;border-radius:999px;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.inbox-pill,.inbox__detail-actions{display:inline-flex;align-items:center;flex-shrink:0}.inbox__detail-actions{gap:8px}.inbox__detail-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-elevation-500);margin-bottom:8px}.inbox__detail-eyebrow-link{color:inherit;text-decoration:underline;text-underline-offset:3px}.inbox__detail-eyebrow-link:hover,.inbox__detail-title{color:var(--theme-text)}.inbox__detail-title{font-size:1.75rem;font-weight:800;line-height:1.15;margin:0 0 16px}.inbox__detail-body{max-width:68ch;font-size:1rem;line-height:1.6;color:var(--theme-elevation-700)}.inbox__detail-para{margin:0 0 14px}.inbox__detail-para:last-child{margin-bottom:0}.inbox-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:12px;gap:12px;margin:16px 0}.inbox-gallery img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;border:1px solid var(--theme-elevation-100);display:block;cursor:zoom-in}.inbox-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.85);cursor:zoom-out}.inbox-lightbox__frame{position:relative;max-width:90vw;max-height:90vh}.inbox-lightbox__img{display:block;max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;cursor:default}.inbox-lightbox__close{top:16px;right:20px;background:none;font-size:2rem}.inbox-lightbox__close,.inbox-lightbox__nav{position:absolute;border:none;color:#fff;line-height:1;cursor:pointer}.inbox-lightbox__nav{top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);font-size:2.5rem;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.inbox-lightbox__nav:hover{background:rgba(255,255,255,.2)}.inbox-lightbox__nav--prev{left:20px}.inbox-lightbox__nav--next{right:20px}.inbox-lightbox__count{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:#fff;font-size:.8125rem;background:rgba(0,0,0,.5);padding:3px 10px;border-radius:999px}.inbox-gallery__item{display:flex;flex-direction:column;gap:8px;padding-bottom:16px;border-bottom:1px solid var(--theme-elevation-150)}.inbox-gallery__item:last-child{padding-bottom:0;border-bottom:none}.inbox-gallery__media{position:relative}.inbox-gallery__save{position:absolute;left:6px;bottom:6px;padding:4px 9px;border-radius:6px;font-size:.6875rem;font-weight:600;background:rgba(0,0,0,.66);color:#fff;border:0;cursor:pointer}.inbox-lightbox__save{left:14px;bottom:14px;padding:10px 18px;border-radius:8px;font-size:.9375rem}.inbox-gallery__save:disabled{opacity:.85;cursor:default}.inbox-gallery__remove-wrap{position:absolute;top:6px;right:6px}.inbox-gallery__remove.btn{margin:0;padding:4px;border-radius:6px;background:rgba(0,0,0,.66);color:#fff}.inbox-gallery__remove.btn:hover{background:rgba(220,38,38,.85);color:#fff}.inbox-gallery__controls{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:0 2px}.inbox__footer{position:-webkit-sticky;position:sticky;bottom:0;margin-top:20px;padding-top:14px;border-top:1px solid var(--theme-elevation-100);display:flex;justify-content:flex-end;gap:10px;background:var(--theme-elevation-0)}.inbox-vid__row{display:block;padding:10px 2px;border-radius:0;border-bottom:1px solid var(--theme-elevation-100);text-decoration:none;color:inherit;cursor:pointer}.inbox-vid__row:last-child{border-bottom:none}.inbox-vid__row:hover .inbox-vid__title{color:var(--theme-elevation-800);text-decoration:underline}.inbox-vid__title{display:block;font-size:.875rem;font-weight:600;line-height:1.4;color:var(--theme-text);text-underline-offset:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-vid__row-meta{display:flex;align-items:center;gap:8px;margin-top:4px}.inbox-vid__channel{min-width:0;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--theme-elevation-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-vid__lang{flex:0 0 auto;font-size:.625rem;font-weight:700;letter-spacing:.04em;padding:1px 6px;border-radius:4px;color:var(--theme-elevation-600);background:var(--theme-elevation-100);white-space:nowrap}.inbox-vid__lang-row{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.inbox-vid__time{flex:0 0 auto;margin-left:auto;font-size:.6875rem;color:var(--theme-elevation-400);text-align:right}.inbox-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.inbox-chip{padding:3px 12px;border-radius:999px;font-size:.8125rem;font-weight:600;cursor:pointer;border:1px solid var(--theme-elevation-200);background:transparent;color:var(--theme-elevation-600)}.inbox-chip.is-active{color:var(--theme-text);background:color-mix(in srgb,#2563eb 14%,transparent);border-color:color-mix(in srgb,#2563eb 45%,transparent)}.inbox__detail-source{display:inline-block;margin-top:12px;font-size:.875rem;font-weight:600;color:var(--theme-elevation-600);text-decoration:underline;text-underline-offset:3px}.inbox__detail-source:hover{color:var(--theme-text)}.inbox-link-btn{padding:3px 4px;font-size:.8125rem;font-weight:600;cursor:pointer;border:none;background:transparent;color:var(--theme-elevation-600);text-decoration:underline;text-underline-offset:3px}.inbox-link-btn.is-active,.inbox-link-btn:hover{color:var(--theme-text)}.inbox-filters{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.inbox-filters .inbox-chip-row{margin:0}.inbox-filters .inbox-select{padding:0;border:none;background:transparent}.inbox-filters__dates{display:flex;flex-direction:column;gap:8px}.inbox-filters__dates .date-time-picker{width:100%;min-width:0}.inbox-select{width:100%;padding:5px 6px;border-radius:8px;background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-200);color:var(--theme-text);font-size:.9375rem}.inbox-select--channel{margin-bottom:12px}.gen{display:grid;grid-template-columns:minmax(260px,34%) 1fr;grid-template-rows:auto auto 1fr;grid-gap:0;gap:0;min-height:calc(100vh - var(--app-header-height, 80px))}.gen--full{grid-template-columns:1fr}.gen__col{min-width:0;overflow:auto;padding:22px 26px;border-right:1px solid var(--theme-elevation-100)}.gen__col:last-child{border-right:0}.gen__col--gen{position:relative}.gen--full .inbox__detail-body{max-width:none}.gen__loading{position:absolute;inset:0;z-index:6;display:flex;align-items:center;justify-content:center;gap:10px;background:color-mix(in srgb,var(--theme-elevation-0) 72%,transparent);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);font-weight:600;color:var(--theme-elevation-700)}.gen__spinner{width:20px;height:20px;border:2px solid var(--theme-elevation-200);border-top-color:var(--theme-elevation-700);border-radius:50%;animation:gen-spin .7s linear infinite}@keyframes gen-spin{to{transform:rotate(1turn)}}.gen__label{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-elevation-500);margin:14px 0 6px}.gen__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.gen__section-head{position:-webkit-sticky;position:sticky;top:-22px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;margin:-22px -26px 18px;padding:8px 26px;border-bottom:1px solid var(--theme-elevation-100);background:var(--theme-elevation-0)}.gen__section-head--original{background:color-mix(in srgb,#60a5fa 7%,var(--theme-elevation-0));border-bottom-color:color-mix(in srgb,#60a5fa 25%,transparent)}.gen__section-head--generated{background:color-mix(in srgb,#a78bfa 7%,var(--theme-elevation-0));border-bottom-color:color-mix(in srgb,#a78bfa 25%,transparent)}.gen__section-head-left{display:flex;align-items:center;gap:10px}.gen__section-head-right{display:flex;align-items:center;gap:12px}.gen__resuggest.btn--style-primary{position:fixed;right:28px;bottom:28px;z-index:20;border-radius:8px;--color:#fff;--hover-color:#fff;background:linear-gradient(135deg,#5f19ff,#ac62ff 45%,#5f19ff);box-shadow:inset 0 0 0 1px color-mix(in srgb,#ffffff 18%,transparent),0 8px 24px rgba(124,58,237,.35);font-weight:600}.gen__resuggest.btn--style-primary:hover{background:linear-gradient(135deg,#7036ff,#b978ff 45%,#7036ff)}.gen__resuggest .btn__content{padding:8px 14px;font-size:.9375rem}.gen__resuggest .btn__label,.gen__resuggest-content{display:inline-flex;align-items:center}.gen__resuggest-content{line-height:1}.gen__resuggest-content svg{margin-right:8px}.gen__badge{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:5px}.gen__badge--original{color:#60a5fa;background:color-mix(in srgb,#60a5fa 16%,transparent)}.gen__badge--generated{color:#c4b5fd;background:color-mix(in srgb,#a78bfa 18%,transparent)}.gen__badge--good{color:#34d399;background:color-mix(in srgb,#34d399 16%,transparent)}.gen__badge--warning{color:#f59e0b;background:color-mix(in srgb,#f59e0b 16%,transparent)}.gen__badge--danger{color:#f87171;background:color-mix(in srgb,#f87171 16%,transparent)}.gen__wordcount{font-size:.8rem;color:var(--theme-elevation-500)}.gen__wordcount strong{color:var(--theme-text);font-weight:700}.gen__section-src{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-elevation-500)}.gen__area,.gen__input{width:100%;padding:12px 14px;border-radius:8px;background:var(--theme-input-bg);border:1px solid var(--theme-elevation-150);color:var(--theme-text);font-size:1rem;font-family:inherit}.gen__area{resize:vertical;line-height:1.5}.gen__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.gen__tabs{display:flex;gap:6px}.gen__footer{bottom:0;justify-content:flex-end;gap:10px;padding:14px 26px;border-top:1px solid var(--theme-elevation-100)}.gen__footer,.gen__header{position:-webkit-sticky;position:sticky;display:flex;background:var(--theme-elevation-0);grid-column:1/-1}.gen__header{top:0;z-index:3;align-items:center;justify-content:space-between;gap:12px;padding:12px 26px;border-bottom:1px solid var(--theme-elevation-100)}.gen__header-meta{display:flex;gap:28px}.gen__meta-item{display:flex;flex-direction:column;gap:2px;min-width:0}.gen__meta-label{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-elevation-400)}.gen__meta-value{font-size:.875rem;font-weight:600;color:var(--theme-elevation-700);white-space:nowrap}.gen__editor-select{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.gen__editor-select svg{color:var(--theme-elevation-400);flex-shrink:0}.gen__editor-select--static{cursor:default}.gen__editor-select:not(.gen__editor-select--static):hover .gen__meta-value{color:var(--theme-elevation-1000);text-decoration:underline;text-underline-offset:3px}.gen__header-actions,.status-select-wrap{display:flex;align-items:center;gap:10px}.status-select-wrap{margin:0 12px;padding-right:22px;border-right:1px solid var(--theme-elevation-150)}.status-select{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid var(--theme-elevation-150);border-radius:8px;cursor:pointer}.status-select:hover{background:var(--theme-elevation-50)}.gen__progress{grid-column:1/-1;display:flex;padding:22px 26px 14px;border-bottom:1px solid var(--theme-elevation-100);background:var(--theme-elevation-0)}.gen__progress-step{position:relative;flex:1 1;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.gen__progress-line{position:absolute;top:8px;right:50%;width:100%;height:2px;background:var(--theme-elevation-150)}.gen__progress-dot{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--theme-elevation-150);color:var(--theme-elevation-0)}.gen__progress-label{font-size:.78rem;color:var(--theme-elevation-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.gen__progress-step:first-child{align-items:flex-start}.gen__progress-step:last-child{align-items:flex-end}.gen__progress-step:nth-child(2) .gen__progress-line{width:150%}.gen__progress-step:last-child .gen__progress-line{right:0;width:150%}.gen__progress-step--done .gen__progress-dot{background:var(--theme-elevation-400)}.gen__progress-step--current .gen__progress-line,.gen__progress-step--done .gen__progress-line,.gen__progress-step--error .gen__progress-line{background:var(--theme-elevation-300)}.gen__progress-step--done .gen__progress-label{color:var(--theme-elevation-600)}.gen__progress-step--current .gen__progress-dot,.gen__progress-step--error .gen__progress-dot{box-shadow:0 0 0 3px var(--theme-elevation-100)}.gen__progress-branch-step--current .gen__progress-branch-dot,.gen__progress-step--current .gen__progress-dot{background:#34d399}.gen__progress-step--current .gen__progress-label,.gen__progress-step--error .gen__progress-label{color:var(--theme-elevation-800);font-weight:600}.gen__progress-branch,.gen__progress-branch-step{display:flex;flex-direction:column;align-items:center}.gen__progress-branch-step{position:relative;gap:2px}.gen__progress-tip{display:none;bottom:calc(100% + 8px);flex-direction:column;gap:3px;padding:8px 12px;border-radius:8px;border:1px solid var(--theme-elevation-200);background:var(--theme-elevation-100);color:var(--theme-text);font-size:.75rem;white-space:nowrap;pointer-events:none;z-index:10;box-shadow:0 6px 18px rgba(0,0,0,.3)}.gen__progress-tip,.gen__progress-tip:after{position:absolute;left:50%;transform:translateX(-50%)}.gen__progress-tip:after{content:"";top:100%;border:5px solid transparent;border-top:5px solid var(--theme-elevation-100)}.gen__progress-tip-row{display:flex;align-items:center;gap:6px;color:var(--theme-text)}.gen__progress-tip-row--name{color:var(--theme-text);font-weight:600}.gen__progress-branch-step:hover>.gen__progress-tip,.gen__progress-step:hover>.gen__progress-tip{display:flex}.gen__progress-branch-line{width:0;height:8px;border-left:2px dashed var(--theme-elevation-300)}.gen__progress-branch-dot{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:var(--theme-elevation-150);color:var(--theme-elevation-0)}.gen__progress-branch-step--done .gen__progress-branch-dot{background:var(--theme-elevation-400)}.gen__progress-branch-step--current .gen__progress-branch-dot{box-shadow:0 0 0 3px var(--theme-elevation-100)}.gen__progress-branch-label{font-size:.74rem;color:var(--theme-elevation-500);white-space:nowrap}.gen__progress-branch-step--done .gen__progress-branch-label{color:var(--theme-elevation-600)}.gen__progress-branch-step--current .gen__progress-branch-label{color:var(--theme-elevation-800);font-weight:600}.gen__btn-danger.btn--style-primary{--color:var(--color-base-0);--bg-color:var(--theme-error-500);--hover-bg:var(--theme-error-400);--hover-color:var(--color-base-0)}.gen__btn-success.btn--style-primary{--color:#34d399;--bg-color:color-mix(in srgb,#34d399 16%,transparent);--hover-bg:color-mix(in srgb,#34d399 24%,transparent);--hover-color:#34d399}.gen__review-banner{margin-top:12px;margin-bottom:16px;padding:12px 16px;border:1px solid var(--theme-warning-400,var(--theme-elevation-200));border-left-width:4px;border-radius:4px;background:var(--theme-warning-50,var(--theme-elevation-50))}.gen__review-banner--info{border-color:color-mix(in srgb,#2563eb 45%,transparent);background:color-mix(in srgb,#2563eb 14%,transparent)}.gen__review-banner-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-weight:600;color:var(--theme-elevation-800)}.gen__review-banner-meta{font-weight:400;font-size:.85rem;color:var(--theme-elevation-500)}.gen__review-banner-text{margin:6px 0 0;white-space:pre-wrap;color:var(--theme-elevation-700)}.gen__status{min-width:190px}.voiceover-audio__row{width:100%;max-width:100%;margin-top:10px}.voiceover-audio__language{width:100%;margin-bottom:12px}.voiceover-audio__dropzone{display:flex;align-items:center;gap:10px;padding:4px}.story-images{margin-top:16px;padding-top:16px;border-top:1px solid var(--theme-elevation-100)}.story-images .btn{width:100%;margin:0}.voiceover-audio__file{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--theme-elevation-150);border-radius:6px;background:var(--theme-input-bg);margin:8px 0 20px}.voiceover-audio__file-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:4px;background:var(--theme-elevation-100);color:var(--theme-elevation-500)}.voiceover-audio__file-meta{flex:1 1;min-width:0}.voiceover-audio__file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;color:var(--theme-elevation-700)}.voiceover-audio__file-details{font-size:.8rem;color:var(--theme-elevation-500);margin-top:2px}.voiceover-audio__player{width:100%;height:54px;margin-top:6px;margin-bottom:4px}.voiceover-audio__add-button{margin-top:14px}.inbox-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 26px;border-bottom:1px solid var(--theme-elevation-100)}.inbox-topbar__actions{display:flex;align-items:center;gap:10px}.inbox__detail-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.inbox__btn-icon{display:inline-flex;align-items:center;gap:6px}.inbox__btn-icon svg{width:16px;height:16px}.inbox-view-switch{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--theme-elevation-150);border-radius:8px}.inbox-view-btn{padding:6px 16px;border:none;border-radius:6px;background:none;color:var(--theme-elevation-600);cursor:pointer;font-size:.85rem;font-weight:600}.inbox-view-btn.is-active{background:var(--theme-elevation-100);color:var(--theme-text)}@media (max-width:1100px){.gen{grid-template-columns:1fr}}.gen-resuggest-modal .confirmation-modal__wrapper{max-width:640px;width:90vw}.gen-resuggest-modal__body{text-align:left}.gen-resuggest-modal .confirmation-modal__content h1{padding-bottom:14px;border-bottom:1px solid var(--theme-elevation-150)}.gen-resuggest-modal .confirmation-modal__controls{padding-top:14px;border-top:1px solid var(--theme-elevation-150)}.gen-resuggest-modal__loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:32px 0;color:var(--theme-elevation-700);font-weight:600}.gen-resuggest-modal__spinner{width:20px;height:20px;border:2px solid var(--theme-elevation-200);border-top-color:var(--theme-elevation-700);border-radius:50%;animation:gen-spin .7s linear infinite}.story-header{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:10px 26px}.story-header__left{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.story-header__filters{border-radius:8px;height:40px}.story-header__filters .btn__content{height:100%;align-items:center}.story-header__count{flex-shrink:0;font-size:.75rem;color:var(--theme-elevation-500);white-space:nowrap}.story-table__empty{padding:12px 26px}.story-header__search{flex:1 1;min-width:200px;height:40px;padding:0 12px;border-radius:8px;background:var(--theme-input-bg);border:1px solid var(--theme-elevation-150);color:var(--theme-text);font-size:.9375rem;box-sizing:border-box}.filters-modal .gen__label:first-of-type{margin-top:18px}.filters-modal .inbox-select{border:none;background:transparent}.filters-modal .rs__control{min-height:30px;border-color:var(--theme-elevation-150);font-size:.8125rem}.filters-modal .rs__control--is-focused{border-color:var(--theme-elevation-400);box-shadow:none}.filters-modal .rs__value-container{padding:0 6px;gap:4px}.filters-modal .rs__indicators{min-height:30px}.filters-modal .rs__multi-value{margin:2px}.filters-modal .rs__indicator{padding:4px}.filters-modal__manual{margin:10px 8px 0}.filters-modal__dates{display:flex;flex-direction:row;gap:8px;margin-top:8px}.filters-modal__dates .date-time-picker{width:100%;min-width:0}.story-table-wrap{display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:auto;overflow-anchor:none;padding:0 20px}.story-table-wrap .story-table{flex-shrink:0}.story-table__pagination{position:-webkit-sticky;position:sticky;bottom:0;margin-top:auto;z-index:2;display:flex;justify-content:center;padding:10px 0 16px;background:var(--theme-elevation-0);border-top:1px solid var(--theme-elevation-100)}.story-table__pagination .paginator{margin:0}.story-table__pagination .clickable-arrow--left{order:-1}.story-table__pagination .clickable-arrow--right{order:1}.story-table{width:100%;border-collapse:collapse}.story-table__head th{position:-webkit-sticky;position:sticky;top:0;z-index:2;padding:8px 12px;text-align:left;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-elevation-500);background:var(--theme-elevation-0);border-bottom:1px solid var(--theme-elevation-150)}.story-table__head th.story-table__cell--actions{text-align:right}.story-table__row{cursor:pointer}.story-table__cell{padding:16px 12px;border-bottom:1px solid var(--theme-elevation-100);vertical-align:middle}.story-table__row:hover .story-table__cell{background:var(--theme-elevation-50)}.story-table__cell--thumb{width:112px}.story-table__thumb{width:96px;height:64px;border-radius:6px;overflow:hidden;background:var(--theme-elevation-100);display:flex;align-items:center;justify-content:center}.story-table__thumb img{width:100%;height:100%;object-fit:cover;display:block}.story-table__thumb-dot{width:10px;height:10px;border-radius:999px}.story-table__title{display:block;width:100%;padding:0;border:0;background:none;text-align:left;font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--theme-text);cursor:pointer}.story-table__title:focus-visible{outline:2px solid var(--theme-elevation-400);outline-offset:2px}.story-table__snippet{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:6px;max-width:72ch;font-size:.8125rem;line-height:1.5;color:var(--theme-elevation-500)}.story-table__cell--category,.story-table__cell--source{font-size:.75rem;color:var(--theme-elevation-500)}.story-table__cell--category{white-space:nowrap}.story-table__source{font-weight:600;letter-spacing:.02em}.story-table__cell--time{font-size:.75rem;color:var(--theme-elevation-500);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.story-table__cell--actions{white-space:nowrap}.story-table__actions{display:flex;justify-content:flex-end;align-items:center;gap:6px}@media (max-width:1100px){.story-table .story-table__cell--source{display:none}}@media (max-width:900px){.story-table .story-table__cell--category{display:none}}.story-modal[open]{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:24px;border:none;background:rgba(0,0,0,.6)}.story-modal .story-modal__frame{width:min(720px,92vw);max-height:86vh;overflow:auto;background:var(--theme-elevation-0);border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.35);position:relative}.story-modal .story-modal__content{padding:24px 26px 0;display:flex;flex-direction:column;gap:4px}.story-modal .story-modal__content--preview{padding-bottom:24px}.story-modal .story-modal__close{position:absolute;top:10px;right:14px;z-index:1;background:none;border:none;font-size:1.75rem;line-height:1;color:var(--theme-elevation-500);cursor:pointer}.story-modal .story-modal__close:hover{color:var(--theme-text)}.story-modal .story-modal__topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.story-modal .story-modal__topbar .inbox__detail-eyebrow{margin-bottom:0;flex:1 1}.story-modal .story-modal__topbar .story-modal__close{position:static;margin-left:8px}.story-modal .story-modal__footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--theme-elevation-150)}.story-modal .story-modal__footer--left{justify-content:flex-start}.story-modal .gen__label{margin-top:14px}.story-modal .gen__label:first-of-type{margin-top:18px}.story-modal__status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.create-story__images{display:flex;flex-direction:column;gap:12px}.create-story__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.create-story__thumb{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;border:1px solid var(--theme-elevation-150)}.create-story__images .story-images{margin-top:0;padding-top:0;border-top:0}.create-story-modal .story-modal__footer{border-top:0;padding-top:0}.create-story__error{margin-top:10px;color:#f87171;font-size:.875rem}@media (max-width:640px){.story-header__left{flex-wrap:wrap}.story-header__search{width:100%}}.btn-group{display:inline-flex;align-items:stretch;border:1px solid var(--theme-elevation-150);border-radius:8px;overflow:hidden;background:var(--theme-elevation-0)}.btn-group__item{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:0;background:none;font-size:.875rem;font-weight:500;line-height:1;color:var(--theme-text);text-decoration:none;white-space:nowrap;cursor:pointer}.btn-group--small .btn-group__item{gap:6px;padding:7px 12px;font-size:.8125rem}.btn-group__item+.btn-group__item{border-left:1px solid var(--theme-elevation-150)}.btn-group--vertical{flex-direction:column;align-items:stretch}.btn-group--vertical .btn-group__item+.btn-group__item{border-left:0;border-top:1px solid var(--theme-elevation-150)}.btn-group>.popup{display:inline-flex;align-items:stretch}.btn-group>.popup+.btn-group__item,.btn-group>.popup+.popup,.btn-group__item+.popup{border-left:1px solid var(--theme-elevation-150)}.btn-group .popup-button--custom{padding:0}.btn-group .popup-button{display:inline-flex;align-items:center;padding:0 8px;border:0;border-radius:0;background:none;cursor:pointer}.btn-group .popup-button:hover,.btn-group__item:hover{background:var(--theme-elevation-100)}.btn-group__item:focus-visible{outline:2px solid var(--theme-elevation-400);outline-offset:-2px}.btn-group__item:disabled{opacity:.6;cursor:default}.btn-group__icon{display:inline-flex}.btn-group__icon svg{width:14px;height:14px}.btn-group__item--success{color:#4ade80}.btn-group__item--danger{color:#f87171}.btn-group__item--info{color:#a855f7}.popconfirm .popup__content{padding:10px 12px;border-radius:10px}.popconfirm__body{display:flex;flex-direction:column;gap:10px;min-width:240px;max-width:320px}.popconfirm__head{display:flex;align-items:flex-start;gap:10px}.popconfirm__text{display:flex;flex-direction:column;gap:4px;min-width:0}.popconfirm__message{margin:0;font-size:.9375rem;font-weight:600;line-height:1.3;color:var(--theme-text)}.popconfirm__description{margin:0;font-size:.8125rem;line-height:1.45;color:var(--theme-elevation-500)}.popconfirm__icon{display:inline-flex;flex-shrink:0;margin-top:1px}.popconfirm__icon svg{width:17px;height:17px}.popconfirm__icon--default,.popconfirm__icon--success{color:var(--theme-text)}.popconfirm__icon--danger{color:#f87171}.popconfirm__icon--info{color:#a855f7}.popconfirm__actions{display:flex;justify-content:flex-end}.regen-field__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:14px 0 6px}.regen-field__head .gen__label{margin:0}.regen-field__side{display:inline-flex;align-items:center;gap:10px}.regen-field__control{position:relative}.regen-field__control .gen__area,.regen-field__control .gen__input{margin:0;width:100%}.regen-field__trigger-wrap{position:absolute;right:10px;bottom:10px}.regen-field__trigger{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;background:var(--theme-elevation-800);color:var(--theme-elevation-0);font-size:.6875rem;font-weight:600;white-space:nowrap;box-shadow:0 2px 6px rgba(0,0,0,.12);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .12s ease}.regen-field:focus-within .regen-field__trigger,.regen-field__trigger--busy{opacity:1;pointer-events:auto}.regen-field__trigger:hover{background:var(--theme-elevation-600)}.regen-field__trigger--busy svg{animation:regen-field-pulse 1.2s ease-in-out infinite}@keyframes regen-field-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.regen-field__popup .popup__content{padding:12px;border:1px solid var(--theme-elevation-150);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12)}.regen-field__body{display:flex;flex-direction:column;gap:8px;width:280px}.regen-field__title{margin:0;font-size:.875rem;font-weight:600;color:var(--theme-text)}.regen-field__hint{margin:0;font-size:.75rem;line-height:1.4;color:var(--theme-elevation-500)}.regen-field__context{width:100%;padding:8px 10px;border:1px solid var(--theme-elevation-150);border-radius:8px;background:var(--theme-input-bg,var(--theme-elevation-0));color:var(--theme-text);font-size:.8125rem;font-family:inherit;resize:vertical}.regen-field__context:focus{outline:2px solid var(--theme-elevation-400);outline-offset:-1px}.regen-field__actions{display:flex;justify-content:flex-end}@keyframes hv-spin{to{transform:rotate(1turn)}}.hv-root .hv-icon-btn:hover{background:var(--theme-elevation-100);color:var(--theme-text)}.hv-root .hv-btn-channel-retry{margin:0}.hv-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hv-count-label,.hv-eyebrow{color:var(--theme-elevation-500)}.hv-count-label{font-size:.8125rem}.hv-mt{margin-top:18px}.hv-ghost-link-content{display:inline-flex;align-items:center;gap:6px}.hv-posted-badge{flex-shrink:0;padding:2px 8px;border-radius:999px;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--theme-elevation-500);background:var(--theme-elevation-100);border:1px solid var(--theme-elevation-200)}.hv-posted-badge--posted{color:#22c55e;background:color-mix(in srgb,#22c55e 14%,transparent);border-color:color-mix(in srgb,#22c55e 40%,transparent)}.hv-platform-breakdown{display:flex;flex-direction:column;gap:6px;padding:10px 12px 12px 16px;border-top:1px solid var(--theme-elevation-100)}.hv-platform-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.hv-platform-name{font-size:.8125rem;color:var(--theme-text)}.hv-card{position:relative;background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-100);border-radius:3px}.hv-card__accent{position:absolute;inset:0 auto 0 0;width:4px;border-radius:3px 0 0 3px;background:var(--theme-elevation-400)}.hv-card[data-kind=success] .hv-card__accent{background:#27be69}.hv-card[data-kind=failure] .hv-card__accent{background:var(--theme-error-500)}.hv-card[data-kind=pending] .hv-card__accent{background:var(--theme-warning-500)}.hv-card[data-kind=archived] .hv-card__accent{background:var(--theme-elevation-400)}.hv-card__body{padding:12px 12px 12px 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-column-gap:18px;column-gap:18px;grid-row-gap:10px;row-gap:10px}.hv-card__lang{display:flex;flex-direction:column;gap:4px;min-width:88px}.hv-card__lang-row{display:inline-flex;align-items:center;gap:10px}.hv-card__flag{font-size:2.125rem;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hv-card__lang-code{font-size:1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-elevation-600)}.hv-card__aivideo-id{font-size:.6875rem;font-weight:600;color:var(--theme-elevation-400);letter-spacing:.02em}.hv-card__info{display:flex;flex-direction:column;gap:6px;min-width:0}.hv-card__domain{font-size:1.0625rem;font-weight:600;color:var(--theme-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hv-card__toggle{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:0;background:transparent;border:0;cursor:pointer;color:var(--theme-elevation-600);font-size:.75rem;font-weight:600}.hv-card__caret{display:inline-block;transition:transform .12s ease}.hv-card__toggle[aria-expanded=true] .hv-card__caret{transform:rotate(90deg)}.hv-card__updated{color:var(--theme-elevation-500);font-size:.75rem;white-space:nowrap}.hv-card__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.hv-language-list{margin-top:18px;display:flex;flex-direction:column;gap:14px}.hv-channel{margin-top:14px;padding:14px 16px;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-100);border-radius:4px}.hv-channel__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.hv-channel__info{display:flex;align-items:center;gap:10px;min-width:0}.hv-channel__logo{width:36px;height:36px;border-radius:4px;object-fit:cover;background:var(--theme-elevation-100);flex-shrink:0}.hv-channel__name-wrap{min-width:0}.hv-channel__title{margin:4px 0 0;font-size:1.0625rem;font-weight:700;color:var(--theme-text);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hv-channel__meta{display:flex;align-items:center;gap:10px}.hv-panel__header{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.hv-panel__title{margin:4px 0 0;font-size:1.1875rem;font-weight:700;color:var(--theme-text);line-height:1.2}.hv-root{margin-top:12px;padding:14px 16px;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-100);border-radius:4px}.hv-preview-wrapper{margin-top:32px;padding-top:32px;border-top:1px solid var(--theme-elevation-100)}.hv-error-text{color:var(--theme-elevation-600);font-size:.9375rem}.hv-meta{display:flex;align-items:center;gap:10px}.hv-channels-sync-bar{display:flex;justify-content:flex-end}.connect-telegram .btn{margin-top:0}.connect-telegram__hint{margin-top:6px;font-size:.8125rem;color:var(--theme-elevation-500)}.connect-telegram a{word-break:break-all}