@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#0d0f12;--panel-bg:#ffffff08;--panel-border:#ffffff14;--text-primary:#f0f0f0;--text-secondary:#9ca3af;--accent-color:#6366f1;--accent-hover:#4f46e5;--danger-color:#ef4444}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{background-color:var(--bg-color);color:var(--text-primary);flex-direction:column;min-height:100vh;display:flex}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--panel-border);border-radius:12px;box-shadow:0 8px 32px #0000004d}.input-group{flex-direction:column;gap:.5rem;margin-bottom:1.2rem;display:flex}.input-group label{color:var(--text-secondary);font-size:.85rem;font-weight:500}input{border:1px solid var(--panel-border);color:var(--text-primary);background:#0003;border-radius:8px;width:100%;padding:.8rem 1rem;font-size:1rem;transition:all .2s}input:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 2px #6366f133}.btn{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.8rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.btn:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.auth-container{background:radial-gradient(circle at 100% 0,#6366f126,#0000 40%),radial-gradient(circle at 0 100%,#ef44441a,#0000 40%);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-form{width:100%;max-width:400px;padding:2.5rem}.auth-title{text-align:center;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.auth-subtitle{color:var(--text-secondary);text-align:center;margin-bottom:2rem;font-size:.95rem}.dashboard-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.header{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.project-card{cursor:pointer;color:inherit;padding:1.5rem;text-decoration:none;transition:all .3s;display:block}.project-card:hover{border-color:#fff3;transform:translateY(-4px);box-shadow:0 12px 40px #0006}.project-card h3{margin-bottom:.5rem;font-size:1.2rem}.project-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.4}.error-text{color:var(--danger-color);text-align:center;margin-top:-.8rem;margin-bottom:1rem;font-size:.85rem}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg-01:#141414;--color-bg-02:#1b1c1d;--color-bg-03:#242628;--color-text:#e6e7e8;--color-text-muted:#aeb2b7;--color-tab-active:#6299ff;--color-card:#242628;--color-danger:#ff6b6b;--ui-control-text-size:13.3333px;--ui-control-radius:8px;--ui-control-gap:8px}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#ffffff38 transparent}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff2e padding-box padding-box;border:3px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#ffffff47 padding-box padding-box;border:3px solid #0000}::-webkit-scrollbar-thumb:active{background:#ffffff61 padding-box padding-box;border:3px solid #0000}::-webkit-scrollbar-corner{background:0 0}html,body{background-color:var(--color-bg-01);min-height:100%;color:var(--color-text);margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}button{cursor:pointer;-webkit-user-select:none;user-select:none;font-family:inherit}.app-root{background-color:var(--color-bg-01);flex-direction:column;height:100vh;min-height:100vh;display:flex;overflow:hidden}.app-content{flex-direction:column;flex:1;justify-content:flex-start;min-height:0;display:flex;overflow:hidden}.workspace-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.page{flex-direction:column;gap:12px;margin:0;display:flex}.page-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.page-header--actions-only{justify-content:flex-end}.page-header h1{margin:0;font-size:20px;font-weight:600}.page-subtitle{color:var(--color-text-muted);margin:4px 0 0;font-size:14px}.page-header .actions{gap:var(--ui-control-gap);display:flex}.page-header .actions button,.action-button,.pill-button{border-radius:var(--ui-control-radius);color:#e2e7e8c2;font-size:var(--ui-control-text-size);background:#121314d9;border:1px solid #e2e7e83d;justify-content:center;align-items:center;gap:8px;line-height:1;display:inline-flex}.page-header .actions button{min-height:36px;padding:8px 22px}.action-button,.pill-button{min-height:36px;padding:8px 20px}.page-header .actions button:hover:not(:disabled),.action-button:hover:not(:disabled),.pill-button:hover:not(:disabled){color:#fff;background:#242628;border-color:#e2e7e83d}.page-header .actions button:disabled,.action-button:disabled,.pill-button:disabled{opacity:.42;cursor:not-allowed;color:#e2e7e861;box-shadow:none;background:#12131480;border-color:#e2e7e81f}.global-upload-widget{z-index:520;flex-direction:column;gap:10px;width:min(420px,100vw - 32px);display:flex;position:fixed;bottom:20px;left:20px}.global-upload-widget__summary{width:100%;color:var(--color-text);text-align:left;background:#1b1c1df5;border:1px solid #ffffff24;border-radius:18px;flex-direction:column;gap:10px;padding:14px 16px;display:flex;box-shadow:0 16px 40px #00000057}.global-upload-widget__summary-text{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.global-upload-widget__title{color:#fff;font-size:16px;font-weight:700}.global-upload-widget__subtitle{color:var(--color-text-muted);font-size:13px}.global-upload-widget__summary-progress{background:#ffffff1a;border-radius:999px;width:100%;height:8px;overflow:hidden}.global-upload-widget__summary-progress-bar{background:linear-gradient(90deg,#2f7fb6,#2ea9df);height:100%;transition:width .12s linear}.global-upload-widget__panel{background:#1b1c1dfa;border:1px solid #ffffff24;border-radius:18px;flex-direction:column;gap:12px;padding:14px;display:flex;box-shadow:0 16px 40px #00000057}.global-upload-widget__panel-actions{justify-content:flex-end;display:flex}.global-upload-widget__link{color:#8ecbf3;background:0 0;border:none;padding:0;font-size:13px}.global-upload-widget__list{flex-direction:column;gap:10px;max-height:min(46vh,420px);display:flex;overflow:hidden auto}.global-upload-card{background:#141414b8;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:88px minmax(0,1fr);align-items:stretch;gap:12px;padding:10px;display:grid}.global-upload-card__preview{color:#fff9;letter-spacing:.08em;background:#ffffff14;border-radius:12px;place-items:center;width:88px;height:88px;font-size:12px;display:grid;overflow:hidden}.global-upload-card__preview img{object-fit:cover;width:100%;height:100%;display:block}.global-upload-card__body{flex-direction:column;gap:8px;min-width:0;display:flex}.global-upload-card__topline{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.global-upload-card__label{color:#fff;min-width:0;font-size:14px;font-weight:700}.global-upload-card__dismiss{color:#8ecbf3;background:0 0;border:none;padding:0;font-size:12px}.global-upload-card__meta{color:var(--color-text-muted);flex-direction:column;gap:4px;min-width:0;font-size:12px;display:flex}.global-upload-card__filename{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.global-upload-card__progress{background:#ffffff1a;border-radius:999px;width:100%;height:8px;overflow:hidden}.global-upload-card__progress-bar{background:linear-gradient(90deg,#2f7fb6,#2ea9df);height:100%;transition:width .12s linear}.global-upload-card__error{color:#ffb8b8;font-size:12px}.page-header .actions .icon{justify-content:center;align-items:center;line-height:0;display:inline-flex}.page-header .actions .icon svg{width:16px;height:16px;display:block}.panel{background:#212126;border:none;border-radius:18px;flex-direction:column;gap:24px;padding:24px;display:flex;box-shadow:inset 0 1px #ffffff05}.panel-header{color:var(--color-text-muted);justify-content:space-between;gap:16px;font-size:13px;display:flex}.panel-meta{flex-direction:column;gap:2px;display:flex}.panel-meta .label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;font-size:12px}.panel-meta .value{color:var(--color-text);font-family:Cascadia Mono,Consolas,monospace;font-size:12px}.projects-groups{flex-direction:column;gap:28px;display:flex}.projects-group{flex-direction:column;gap:14px;display:flex}.projects-group__title{color:#f1f6fb;margin:0;font-size:18px;font-weight:700}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px;display:grid}.project-tile{text-align:left;color:inherit;background:#1a1c1f;border:none;border-radius:16px;flex-direction:column;gap:0;min-height:0;padding:0;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.project-tile:hover{transform:translateY(-3px);box-shadow:0 2px 2px #3aa6ff2e}.project-tile--new{text-align:center;justify-content:flex-start;align-items:center}.project-tile__body{flex-direction:column;gap:8px;padding:20px;display:flex}.project-tile__frame{aspect-ratio:16/9;background:#3aa6ff14;border-radius:12px;place-items:center;width:100%;margin-bottom:12px;display:grid}.project-tile__plus{color:var(--color-tab-active);justify-content:center;align-items:center;display:inline-flex}.project-tile__plus svg{width:38px;height:38px}.project-tile__name{font-size:18px;font-weight:600}.project-tile__meta{color:var(--color-text-muted);font-size:13px}.project-tile__timestamp{color:#ffffff59;font-size:12px}.project-tile__media{aspect-ratio:16/9;background:0 0;align-items:stretch;width:100%;padding:0;display:flex}.project-tile__image{object-fit:cover;background:0 0;border-radius:0;width:100%;height:100%;display:block}.project-tile__fallback{background:radial-gradient(circle at 100% 0,#3498db2e,#0000 54%),linear-gradient(#1c2128f5,#12161bfa);border-radius:0;flex-direction:column;justify-content:center;gap:10px;width:100%;height:100%;padding:18px 16px;display:flex}.project-tile__type-badge,.project-tile__type-pill{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.project-tile__type-badge{color:#f3fbffdb;background:#ffffff14;align-self:flex-start}.project-tile__fallback-description{color:#f3f6f9;font-size:15px;font-weight:600;line-height:1.35}.project-tile__fallback-meta{color:#e2e7e8b8;font-size:13px}.project-tile__namebar{background:linear-gradient(#1d6fa5e6,#1897d3f2);border-top:1px solid #ffffff14;justify-content:center;align-items:center;min-height:48px;margin-top:auto;padding:12px 18px;display:flex}.project-tile__namebar--media{background:linear-gradient(#2d7d4eeb,#209a5af5)}.project-tile__namelabel{color:#f3fbff;text-align:center;font-size:15px;font-weight:700;line-height:1.25}.project-type-dialog__options{gap:10px;display:grid}.project-type-dialog__option{width:100%;color:var(--color-text);text-align:left;background:#1a1c1f;border:1px solid #e2e7e824;border-radius:12px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.project-type-dialog__option:hover{background:#242628}.project-type-dialog__option--active{background:#1d459338;border-color:#6299ff94}.project-type-dialog__option-title{color:#fff;font-size:14px;font-weight:700}.project-type-dialog__option-description{color:var(--color-text-muted);font-size:13px;line-height:1.4}.dashboard-project-filter .segmented-control__button{min-width:60px}.dashboard-new-project-button,.dashboard-new-project-button:hover:not(:disabled){color:#fff;background:#1d4593;border-color:#0000}.admin-toolbar{align-items:center;gap:var(--ui-control-gap);display:flex}.admin-switch-field{justify-content:center}.admin-switch-field .switch-field__label{display:none}.admin-toolbar__label{color:var(--color-text-muted);font-size:var(--ui-control-text-size)}.admin-toolbar__select{max-width:360px}.admin-create-row{grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) minmax(220px,1fr) minmax(180px,1fr) 130px auto;align-items:center;gap:10px;display:grid}.admin-section-header{justify-content:space-between;align-items:flex-start;gap:var(--ui-control-gap);margin-bottom:14px;display:flex}.admin-active-toggle{color:var(--color-text);align-items:center;gap:8px;font-size:13px;display:inline-flex}.admin-active-toggle input[type=checkbox]{width:14px;height:14px}.admin-table-wrapper{border:1px solid #ffffff1a;border-radius:12px;overflow:hidden}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:var(--color-text-muted);background:#1a1c1f;padding:12px 14px;font-size:13px;font-weight:500}.admin-table td{vertical-align:middle;border-top:1px solid #ffffff0f;padding:10px 14px}.admin-table__role-select{min-width:120px;max-width:140px}.admin-table__name-input{min-width:140px}.admin-assign-cell,.admin-name-cell{align-items:center;gap:8px;display:inline-flex}.admin-user-email-cell{flex-direction:column;gap:4px;display:flex}.admin-user-email-cell__meta{color:var(--color-text-muted);font-size:12px;line-height:1.25}.admin-member-cell{flex-direction:column;gap:2px;display:flex}.admin-member-cell__name{color:#fff;font-weight:600}.admin-member-cell__email{color:var(--color-text-muted);font-size:13px}.admin-table__danger{color:#ff9d9d;border-color:#ff6b6b59}.admin-table__danger:hover:not(:disabled){color:#ffd6d6;background:#ff6b6b1f;border-color:#ff6b6b8c}.admin-table__empty{text-align:center;color:var(--color-text-muted);padding:20px}.admin-settings-panel{gap:18px;display:grid}.admin-settings-field{gap:8px;max-width:860px;display:grid}.admin-settings-field--compact{max-width:320px}.admin-settings-field__label{color:#fff;font-size:14px;font-weight:600}.admin-settings-field__comment{color:var(--color-text-muted);margin:0;font-size:13px;line-height:1.45}.admin-settings-field__textarea{resize:vertical;min-height:190px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.45}.admin-settings-panel__footer{color:var(--color-text-muted);font-size:12px}.admin-settings-panel__status{color:#93e0ae;margin:0;font-size:13px}.admin-settings-panel__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.admin-ai-gen__provider-switcher-wrap{justify-content:center;margin:4px 0 18px;display:flex}.admin-ai-gen__provider-switcher{width:auto;max-width:100%}.admin-ai-gen__section{gap:14px;display:grid}.admin-ai-gen__section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-ai-gen__section-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-ai-gen__inline-actions{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.admin-ai-gen__summary-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.admin-ai-gen__summary-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;gap:10px;padding:14px;display:grid}.admin-ai-gen__summary-card h3{color:#fff;margin:0;font-size:14px}.admin-ai-gen__summary-text{color:var(--color-text-muted);margin:0;font-size:12px}.admin-ai-gen__pill-list{flex-wrap:wrap;gap:8px;display:flex}.admin-ai-gen__pill{min-height:28px;color:var(--color-text-muted);border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;display:inline-flex}.admin-ai-gen__pill--ok{color:#93e0ae;border-color:#3bbf7552}.admin-ai-gen__card-list{gap:8px;max-height:360px;display:grid;overflow:auto}.admin-ai-gen__tool-inspection{gap:10px;min-width:0;display:grid}.admin-ai-gen__card-list-item{background:#14141473;border:1px solid #ffffff0f;border-radius:8px;gap:4px;padding:10px 12px;display:grid}.admin-ai-gen__card-title{color:#fff;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px}.admin-ai-gen__card-meta,.admin-ai-gen__card-copy,.admin-ai-gen__empty{color:var(--color-text-muted);font-size:12px}.admin-ai-gen__adapter-preview{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:6px;margin-top:6px;display:grid}.admin-ai-gen__adapter-preview div{background:#ffffff09;border-radius:7px;gap:2px;min-width:0;padding:7px 8px;display:grid}.admin-ai-gen__adapter-preview strong{color:#ffffffd1;text-transform:uppercase;letter-spacing:.04em;font-size:10px}.admin-ai-gen__adapter-preview span{min-width:0;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;overflow:hidden}.admin-ai-gen__schema-details{margin-top:6px}.admin-ai-gen__schema-details summary{cursor:pointer;color:#ffffffd6;width:fit-content;font-size:12px;font-weight:700}.admin-ai-gen__schema-details pre{color:#ecf0f4db;white-space:pre;background:#00000052;border-radius:8px;max-height:320px;margin:8px 0 0;padding:10px;font-size:11px;line-height:1.4;overflow:auto}.admin-ai-gen__schema-details--raw pre{-webkit-user-select:text;user-select:text;max-height:420px}.admin-ai-gen__empty{margin:0}.admin-ai-gen-status{gap:10px;max-width:860px;display:grid}.admin-ai-gen-status__header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.admin-ai-gen-status__header h3{color:#fff;margin:0;font-size:14px}.admin-ai-gen-status__header span{color:var(--color-text-muted);font-size:12px}.admin-ai-gen-status__list{gap:8px;display:grid}.admin-ai-gen-status__row{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.admin-ai-gen-status__row--ok{border-color:#3bbf7547}.admin-ai-gen-status__row--error{border-color:#ff6b6b47}.admin-ai-gen-status__url{color:#fff;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px}.admin-ai-gen-status__meta{color:var(--color-text-muted);margin-top:3px;font-size:12px}.admin-ai-gen-status__badge{color:var(--color-text);border:1px solid #ffffff1f;border-radius:999px;flex:none;padding:4px 9px;font-size:12px}.admin-ai-gen-status__row--ok .admin-ai-gen-status__badge{color:#93e0ae;border-color:#3bbf7552}.admin-ai-gen-status__row--error .admin-ai-gen-status__badge{color:#ffb3b3;border-color:#ff6b6b57}.admin-job-badge{text-transform:capitalize}.admin-job-badge--queued{color:#ffd18b;background:#ffb84d24;border-color:#ffb84d57}.admin-job-badge--running{color:#8ecbf3;background:#3aa6ff1f;border-color:#3aa6ff59}.admin-job-badge--ready{color:#93e0ae;background:#3bbf7524;border-color:#3bbf7552}.admin-job-badge--error{color:#ffb3b3;background:#ff6b6b1f;border-color:#ff6b6b57}.admin-job-error{max-width:320px;color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;display:inline-block;overflow:hidden}.admin-thumbnail-jobs__summary{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin:1rem 0 1.25rem;display:grid}.admin-thumbnail-jobs__stat{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:.25rem;padding:.85rem 1rem;display:flex}.admin-thumbnail-jobs__stat span{color:#ffffffad;font-size:.82rem}.admin-thumbnail-jobs__stat strong{font-size:1.2rem}.admin-thumbnail-jobs__stat--failed{border-color:#aa3b3459}.admin-thumbnail-jobs__stat--processing{border-color:#3d79c859}.admin-thumbnail-jobs__stat--queued{border-color:#c79c4559}.admin-thumbnail-jobs__stat--ready{border-color:#3d946159}.admin-thumbnail-jobs__cell-stack{flex-direction:column;gap:.2rem;max-width:360px;display:flex}.admin-thumbnail-jobs__cell-stack span,.admin-thumbnail-jobs__cell-stack strong{text-overflow:ellipsis;overflow:hidden}.admin-thumbnail-jobs__error{white-space:nowrap;text-overflow:ellipsis;color:#ffffffb8;max-width:320px;overflow:hidden}.admin-job-log{gap:6px;min-width:260px;display:grid}.admin-job-log__entry{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;gap:2px;padding:6px 8px;display:grid}.admin-job-log__entry--info{border-color:#3aa6ff3d}.admin-job-log__entry--warn{border-color:#ffb84d47}.admin-job-log__entry--error{border-color:#ff6b6b47}.admin-job-log__time{color:var(--color-text-muted);font-size:11px}.admin-job-log__message{color:var(--color-text);font-size:12px;line-height:1.35}.card__dropzone{color:var(--color-text-muted);text-align:center;background:#1a1c1f;border:none;border-radius:12px;padding:16px}.card__dropzone:hover{background:#ffffff0f}.image-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-top:12px;display:grid}.image-tile{background:var(--color-card);border-radius:12px;padding:8px}.image-tile img{object-fit:cover;border-radius:8px;width:100%;height:140px;display:block}.form-section{flex-direction:column;gap:12px;display:flex}.form-row{flex-direction:column;gap:6px;display:flex}.form-input{width:100%;color:var(--color-text);background-color:#1a1c1f;border:none;border-radius:10px;font-size:14px}input.form-input,.form-select__trigger{min-height:36px;padding:8px 12px}textarea.form-input{padding:10px 12px}.form-select{width:100%;position:relative}.form-select__trigger{justify-content:space-between;align-items:center;gap:var(--ui-control-gap);text-align:left;cursor:pointer;display:flex}.form-select__label{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.form-select__icon{flex:none;justify-content:center;align-items:center;display:inline-flex}.form-select__icon img{opacity:.82;width:16px;height:16px;display:block}.form-select__popup{z-index:140;min-width:100%;left:0;right:0}.modal .form-select__popup{max-height:min(320px,45vh);margin-top:6px;position:static}.form-select__item{justify-content:space-between}.form-select__item--active{color:#fff;background:#6299ff29}.form-select__item--active:hover:not(:disabled){background:#6299ff3d}.switch-field{color:var(--color-text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:inline-flex}.switch-field--disabled{opacity:.6;cursor:not-allowed}.switch-field__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.switch-field__track{border-radius:var(--ui-control-radius);background:#ffffff14;border:1px solid #e2e7e84d;width:42px;height:24px;transition:background .12s,border-color .12s;position:relative}.switch-field__thumb{border-radius:calc(var(--ui-control-radius) - 2px);background:#e2e7e8eb;width:18px;height:18px;transition:transform .12s,background .12s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000059}.switch-field__label{font-size:var(--ui-control-text-size);line-height:1.3}.switch-field__input:checked+.switch-field__track{background:#4c75ff59;border-color:#779dffe6}.switch-field__input:checked+.switch-field__track .switch-field__thumb{background:#dce8ff;transform:translate(18px)}.switch-field__input:focus-visible+.switch-field__track{outline-offset:2px;outline:2px solid #8ba8ffe6}.section-title{font-size:var(--ui-control-text-size);letter-spacing:.02em;margin:0 0 8px;font-weight:600}.error{color:var(--color-danger);background-color:#ff6b6b1f;border-radius:10px;padding:12px 16px;font-size:14px}.muted{color:var(--color-text-muted)}.modal-backdrop{z-index:420;background:#00000080;place-items:center;display:grid;position:fixed;inset:0}.modal-backdrop--confirm{z-index:900}.modal{background:var(--color-card);border:none;border-radius:12px;flex-direction:column;gap:12px;width:min(720px,95vw);max-height:90vh;padding:16px;display:flex;overflow:auto}.modal__header{justify-content:space-between;align-items:center;display:flex}.modal__title{margin:0;font-size:18px;font-weight:600}.modal__footer{justify-content:flex-end;gap:8px;display:flex}.toast-viewport{z-index:700;pointer-events:none;flex-direction:column;align-items:center;gap:10px;display:flex;position:fixed;top:60px;left:50%;transform:translate(-50%)}.toast-banner{color:#fff;text-align:center;background:#16191ef5;border:1px solid #6299ff52;border-radius:12px;min-width:240px;max-width:min(560px,100vw - 32px);padding:12px 18px;font-size:14px;box-shadow:0 16px 36px #00000057}.text-input-dialog{width:min(520px,92vw);overflow:visible}.text-input-dialog__input{margin-top:2px}.text-area-dialog__input{resize:vertical;min-height:160px;margin-top:2px}:is(.action-button,.pill-button) img,:is(.action-button,.pill-button) svg{flex:none;display:block}.square-icon-button{border-radius:var(--ui-control-radius);color:#e2e7e8db;background:#121314d9;border:1px solid #e2e7e83d;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.square-icon-button:hover:not(:disabled){color:#fff;background:#242628}.square-icon-button--active{color:#fff;background:#444}.square-icon-button img,.square-icon-button svg{width:18px;height:18px;display:block}.stepper-control{border-radius:calc(var(--ui-control-radius) + 4px);background:#121314d9;border:1px solid #e2e7e83d;grid-template-columns:36px minmax(38px,auto) 36px;align-items:center;min-height:36px;display:inline-grid;overflow:hidden}.stepper-control__button{color:#e2e7e8db;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;width:36px;min-height:34px;padding:0;font-size:20px;font-weight:400;line-height:1;display:inline-flex;position:relative}.stepper-control__button:hover:not(:disabled){color:#fff;background:#ffffff0f}.stepper-control__button:disabled{color:#e2e7e847;cursor:not-allowed}.stepper-control__value{color:#e2e7e8b8;min-width:38px;min-height:34px;font-size:var(--ui-control-text-size);font-variant-numeric:tabular-nums;text-align:center;justify-content:center;align-items:center;line-height:1;display:inline-flex}.media-reference-set{align-items:flex-start;gap:8px;min-height:96px;padding:2px 2px 8px;display:flex;overflow:auto hidden}.media-reference-set__empty{color:#e2e7e86b;background-color:#12131466;background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff0a 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:32px 32px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px dashed #e2e7e824;border-radius:12px;place-items:center;width:100%;min-height:88px;font-size:12px;display:grid}.media-reference-set__item{flex:0 0 82px;width:82px;position:relative}.media-reference-set__thumb{background:#121314bd;border:1px solid #e2e7e829;border-radius:8px;width:82px;height:82px;position:relative;overflow:hidden}.media-reference-set__thumb:focus-visible{outline-offset:2px;outline:2px solid #6299ffb8}.media-reference-set__media,.media-reference-set__audio,.media-reference-set__asset,.media-reference-set__placeholder{width:100%;height:100%}.media-reference-set__media{object-fit:cover;display:block}.media-reference-set__audio,.media-reference-set__asset,.media-reference-set__placeholder{place-items:center;display:grid}.media-reference-set__asset{color:#e2e7e8b3;background:#ffffff0a;font-size:11px;font-weight:800}.media-reference-set__placeholder{background:#ffffff0a}.media-reference-set__label{color:#fff;text-shadow:0 1px 4px #000000e6;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:800;line-height:1.1;position:absolute;bottom:5px;left:6px;right:6px;overflow:hidden}.media-reference-set__remove{color:#fff;opacity:0;pointer-events:none;z-index:2;background:#0c0d0fc2;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:17px;line-height:1;transition:opacity .12s,transform .12s,background .12s,color .12s;display:inline-flex;position:absolute;top:5px;right:5px;transform:scale(.92);box-shadow:0 1px 8px #00000073}.media-reference-set__item:hover .media-reference-set__remove,.media-reference-set__item:focus-within .media-reference-set__remove{opacity:1;pointer-events:auto;transform:scale(1)}.media-reference-set__remove:hover{color:#17181b;background:#e2e7e8f0}.media-reference-preview{z-index:1800;pointer-events:none;background:#0c0d0ffa;border:2px solid #e2e7e8ad;border-radius:12px;position:fixed;overflow:hidden;box-shadow:0 18px 46px #00000094}.media-reference-preview__media,.media-reference-preview__audio,.media-reference-preview__asset,.media-reference-preview__loading{width:100%;height:100%}.media-reference-preview__media{object-fit:contain;background:#0b0c0e;display:block}.media-reference-preview__audio,.media-reference-preview__asset,.media-reference-preview__loading{place-items:center;display:grid}.media-reference-preview__asset{color:#e2e7e8b8;font-size:13px;font-weight:800}.media-reference-preview__loading{background:#ffffff0a}.media-reference-preview__label{color:#fff;text-shadow:0 1px 5px #000000f2;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:800;line-height:1.15;position:absolute;bottom:10px;left:12px;right:12px;overflow:hidden}.aspect-ratio-control,.resolution-control,.quality-control{gap:10px;min-width:0;display:grid}.aspect-ratio-control__label,.resolution-control__label,.quality-control__label{color:#e2e7e8b8;font-size:13px;font-weight:700;line-height:1.2}.aspect-ratio-control__options,.resolution-control__options,.quality-control__options{background:#121314b8;border-radius:10px;align-items:stretch;width:fit-content;min-width:0;max-width:100%;min-height:66px;display:inline-flex;overflow:auto hidden}.quality-control__options{gap:2px;width:100%;min-height:0;padding:6px;display:grid;overflow:hidden}.aspect-ratio-control__option,.resolution-control__option{color:#e2e7e8b3;white-space:nowrap;background:0 0;border:none;border-radius:0;grid-template-rows:30px auto;place-items:center;gap:2px;min-width:52px;min-height:66px;padding:7px 8px 9px;font-size:13px;font-weight:700;line-height:1;display:grid}.resolution-control__option{min-width:128px}.aspect-ratio-control__option:first-child,.resolution-control__option:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.aspect-ratio-control__option:last-child,.resolution-control__option:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.aspect-ratio-control__option:hover,.resolution-control__option:hover{color:#fff;background:#ffffff0d}.aspect-ratio-control__option:focus-visible,.resolution-control__option:focus-visible{outline-offset:-2px;outline:2px solid #6299ffb8}.aspect-ratio-control__option--selected,.resolution-control__option--selected{color:#fff;background:#525862eb}.aspect-ratio-control__option--selected:hover,.resolution-control__option--selected:hover{background:#5c636efa}.aspect-ratio-control__frame-wrap,.resolution-control__frame-wrap{justify-content:center;align-items:center;width:28px;height:26px;display:inline-flex}.aspect-ratio-control__frame,.resolution-control__frame{border:1.5px solid;border-radius:3px;display:block;box-shadow:0 0 0 1px #0000002e}.resolution-control__frame{width:18px;height:8px}.aspect-ratio-control__option-label,.resolution-control__option-label{display:block}.quality-control__option{color:#e2e7e8c7;text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:14px;min-width:0;min-height:52px;padding:8px 10px;display:flex}.quality-control__option:hover{color:#fff;background:#ffffff0d}.quality-control__option:focus-visible{outline-offset:-2px;outline:2px solid #6299ffb8}.quality-control__option--selected{color:#fff;background:#525862eb}.quality-control__option-text{gap:3px;display:grid}.quality-control__option-text strong{font-size:13px;font-weight:800;line-height:1.1}.quality-control__option-text span{color:#e2e7e89e;font-size:11px;font-weight:600;line-height:1.1}.quality-control__check{color:#e2e7e8db;font-size:13px;font-weight:800}.segmented-control{border-radius:var(--ui-control-radius);background:#121314d9;border:1px solid #e2e7e83d;gap:0;min-height:36px;display:inline-flex;overflow:hidden}.segmented-control__button{min-height:34px;font-size:var(--ui-control-text-size);color:#e2e7e8db;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;gap:8px;padding:8px 14px;line-height:1;display:inline-flex;position:relative}.segmented-control__button img,.segmented-control__button svg{opacity:.85;flex:0 0 16px;width:16px;height:16px;display:block}.segmented-control__button+.segmented-control__button:before{content:"";background:#e2e7e833;width:1px;position:absolute;top:6px;bottom:6px;left:0}.segmented-control__button:hover:not(.segmented-control__button--active){color:#fff;background:#ffffff0f}.segmented-control__button--active{color:#fff;background:#1d4593;border-color:#0000}.segmented-control__button--active img,.segmented-control__button--active svg{opacity:1;filter:brightness(0)invert()}.segmented-control__button--active:hover{color:#fff;background:#1d4593;border-color:#0000}.segmented-button-group{border-radius:var(--ui-control-radius);background:#121314d9;border:1px solid #e2e7e83d;gap:0;min-height:36px;display:inline-flex;overflow:hidden}.segmented-button-group__item{display:inline-flex;position:relative}.segmented-button-group__item+.segmented-button-group__item:before{content:"";background:#e2e7e833;width:1px;position:absolute;top:6px;bottom:6px;left:0}.segmented-button-group__item>.square-icon-button,.segmented-button-group__item>.count-button{background:0 0;border:none;border-radius:0;width:42px;height:34px;min-height:34px}.segmented-button-group__item>.square-icon-button:hover:not(:disabled),.segmented-button-group__item>.count-button:hover:not(:disabled){color:#fff;background:#ffffff0f}.segmented-button-group__item>.square-icon-button--active{color:#fff;background:#1d4593}.segmented-button-group__item>.square-icon-button--active img,.segmented-button-group__item>.square-icon-button--active svg{opacity:1;filter:brightness(0)invert()}.tabbed-panel{flex-direction:column;min-height:0;display:flex;overflow:hidden}.tabbed-panel__tabs{flex:none}.tabbed-panel__body{flex:auto;min-height:0;overflow:hidden}.toggle-button-group{border-radius:var(--ui-control-radius);background:#121314d9;border:1px solid #e2e7e83d;gap:0;display:inline-flex;overflow:hidden}.toggle-button-group__button{min-height:34px;font-size:var(--ui-control-text-size);color:#e2e7e8db;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;gap:8px;padding:8px 14px;line-height:1;display:inline-flex;position:relative}.toggle-button-group__button img,.toggle-button-group__button svg{opacity:.85;flex:0 0 16px;width:16px;height:16px;display:block}.toggle-button-group__button+.toggle-button-group__button:before{content:"";background:#e2e7e833;width:1px;position:absolute;top:6px;bottom:6px;left:0}.toggle-button-group__button:hover:not(.toggle-button-group__button--active){color:#fff;background:#ffffff0f}.toggle-button-group__button--active,.toggle-button-group__button--active:hover{color:#fff;background:#1d4593;border-color:#0000}.toggle-button-group__button--active img,.toggle-button-group__button--active svg{opacity:1;filter:brightness(0)invert()}.dropdown-menu{display:inline-flex;position:relative}.dropdown-menu__trigger{border-radius:var(--ui-control-radius);color:#e2e7e8db;background:#121314d9;border:1px solid #e2e7e83d;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.dropdown-menu__trigger:hover{color:#fff;background:#242628}.dropdown-menu__trigger:disabled{opacity:.42;cursor:not-allowed;color:#e2e7e861;background:#12131480;border-color:#e2e7e81f}.dropdown-menu__trigger img,.dropdown-menu__trigger svg{width:18px;height:18px;display:block}.dropdown-menu__popup{z-index:120;background:#1a1c1f;border:1px solid #ffffff1f;border-radius:12px;min-width:200px;max-height:min(360px,100vh - 96px);padding:6px;position:absolute;overflow-y:auto;box-shadow:0 12px 28px #0006}.dropdown-menu__popup--down{top:calc(100% + 8px)}.dropdown-menu__popup--up{bottom:calc(100% + 8px)}.dropdown-menu__popup--right{right:0}.dropdown-menu__popup--center{left:50%;transform:translate(-50%)}.dropdown-menu__popup--left{left:0}.dropdown-menu__item{width:100%;color:var(--color-text);text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;display:flex}.dropdown-menu__item:hover:not(:disabled){background:#ffffff14}.dropdown-menu__item:disabled{opacity:.45;cursor:default}.dropdown-menu__item-icon{flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.dropdown-menu__item-icon img,.dropdown-menu__item-icon svg{width:18px;height:18px;display:block}.review-state-dot{border-radius:999px;flex:0 0 9px;width:9px;height:9px;display:inline-block;box-shadow:0 0 0 1px #ffffff24}.review-state-dot--neutral{background:#8f949c}.review-state-dot--info{background:var(--color-tab-active)}.review-state-dot--success{background:#58b26b}.project-page--with-sidebar{flex-direction:row;align-items:stretch;height:100%;min-height:0;overflow:hidden}.sidebar-nav{background:var(--color-bg-02);scrollbar-width:none;-ms-overflow-style:none;border-radius:18px;flex-direction:column;align-self:flex-start;width:221px;max-height:100%;padding:24px 0;display:flex;position:sticky;top:0;overflow:hidden auto;box-shadow:inset 0 1px #ffffff08}.sidebar-nav::-webkit-scrollbar{display:none}.moodboards-sidebar{min-height:320px;margin-top:8px;margin-left:8px}.moodboards-mobile-nav{display:none}.moodboards-sidebar__new{color:#e2e7e8d9;width:100%;margin-top:8px}.moodboard-dropzone{color:var(--color-text-muted);background:#1a1c1f;border:1px dashed #ffffff1f;border-radius:12px;padding:16px}.moodboard-upload-tile{width:100%;min-height:0;color:var(--color-text-muted);background:#1a1c1f;border:1px dashed #ffffff29;border-radius:12px;flex-direction:column;align-self:start;display:flex;overflow:hidden}.moodboard-upload-tile__surface{aspect-ratio:16/9;justify-content:center;align-items:center;width:100%;display:flex}.moodboard-upload-tile__content{text-align:center;place-items:center;gap:14px;width:100%;height:100%;padding:16px;display:grid}.moodboard-upload-tile__footer{border-top:1px solid #ffffff0a;min-height:37px}.moodboard-upload-tile__icon{opacity:.82;filter:brightness(0)invert();width:34px;height:34px;display:block}.moodboard-upload-tile__label{color:#e2e7e8d1;max-width:160px;font-size:15px;line-height:1.35}.moodboard-grid--small .moodboard-upload-tile__label{max-width:120px;font-size:13px}.moodboard-grid--large .moodboard-upload-tile__label{max-width:200px}.moodboards-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px}.moodboards-toolbar__search{flex:0 240px;align-items:center;gap:10px;min-width:min(240px,100%);display:flex}.moodboards-toolbar__actions{flex-wrap:wrap;flex:auto;justify-content:flex-end;align-items:center;gap:10px;display:flex}.moodboards-toolbar__filters-label{color:var(--color-text-muted);white-space:nowrap;font-size:13px}.moodboards-selection-bar{z-index:140;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2c31f5;border:1px solid #ffffff14;border-radius:16px;flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;max-width:min(100vw - 32px,980px);padding:12px 14px;display:inline-flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 18px 36px #00000080}.moodboards-selection-bar__button{white-space:nowrap;color:#f3f6fb;background:#ffffff14;border-color:#ffffff14;min-height:36px;padding-inline:14px}.moodboards-selection-bar__button img{flex:0 0 16px;width:16px;height:16px;display:block}.moodboards-selection-bar__button:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff1f}.moodboards-selection-bar__button--count{background:0 0;border-color:#0000;padding-inline:10px 16px}.moodboards-selection-bar__button--count:hover:not(:disabled){background:#ffffff0f;border-color:#0000}.moodboards-selection-bar__button--danger{color:#ffd0d6eb;background:#65141f2e;border-color:#e53a4d57}.moodboards-selection-bar__button--danger:hover:not(:disabled){background:#75182442;border-color:#e53a4d80}.moodboards-selection-bar__dropdown{flex:none}.moodboards-selection-bar__dropdown .dropdown-menu__trigger{color:#f3f6fb;background:#ffffff14;border-color:#ffffff14;justify-content:flex-start;width:auto;min-width:0;height:36px;padding:0 14px}.moodboards-selection-bar__dropdown .dropdown-menu__trigger:hover{background:#ffffff1f}.moodboards-selection-bar__dropdown .dropdown-menu__trigger:disabled{color:#f3f6fb5c;background:#ffffff0a;border-color:#ffffff0f}.moodboards-selection-bar__close{background:0 0;border-color:#0000;margin-left:2px}.boards-toolbar__action-icons{min-height:36px}.search-field{display:block;position:relative}.search-field__input{width:100%;display:block}.moodboards-search{flex:0 240px;width:min(240px,100%);min-width:min(240px,100%)}.moodboards-toolbar__share-feedback{color:var(--color-text-muted);white-space:nowrap;font-size:13px}.moodboards-search__icon{opacity:.88;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.moodboards-search__input{width:100%;height:36px;color:var(--color-text);background:#030405;border:1px solid #e2e7e83d;border-radius:999px;padding:8px 46px 8px 42px;font-size:14px}.moodboards-search__input::placeholder{color:#e2e7e89e}.moodboards-search__input:focus{border-color:#6299ffb8;outline:none}.moodboards-search__clear{border-radius:6px;width:24px;min-width:24px;height:24px;min-height:24px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.moodboards-search__clear img{filter:brightness(0)invert();width:14px;height:14px;display:block}.moodboards-search__summary-slot{min-height:0;margin-top:0}.moodboards-search__summary{color:var(--color-text-muted);margin:0;font-size:13px}.moodboards-search__clear-filters{color:#8ecbf3;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:13px;text-decoration:underline}.moodboards-search__clear-filters:hover{color:#b8e0fb}.board-tag{--board-tag-fill:#4b8dff;--board-tag-stroke:#fff3;background:var(--board-tag-fill);border:1px solid var(--board-tag-stroke);border-radius:999px;flex:0 0 12px;width:12px;height:12px;display:inline-flex;box-shadow:0 0 0 1px #00000038}.board-tag--segmented,.board-tag--trigger{flex-basis:14px;width:14px;height:14px}.board-tag--trigger-empty{opacity:.38}.board-tag--gray{--board-tag-fill:#949da7;--board-tag-stroke:#ecf1f79e}.board-tag--green{--board-tag-fill:#41c866;--board-tag-stroke:#b8ffc573}.board-tag--yellow{--board-tag-fill:#d7da24;--board-tag-stroke:#fff8b166}.board-tag--orange{--board-tag-fill:#ea8318;--board-tag-stroke:#ffd8a56b}.board-tag--red{--board-tag-fill:#e53a4d;--board-tag-stroke:#ffbcc670}.board-tag--purple{--board-tag-fill:#9f63f8;--board-tag-stroke:#e1c8ff6b}.board-tag--blue{--board-tag-fill:#4385ff;--board-tag-stroke:#bad6ff66}.moodboards-filter-dropdown .dropdown-menu__trigger{justify-content:flex-start;width:auto;min-width:110px;height:36px;padding:0 12px}.moodboards-filter-group{border-radius:var(--ui-control-radius);background:#121314d9;border:1px solid #e2e7e83d;align-items:stretch;display:inline-flex;overflow:visible}.moodboards-filter-group__toggles{background:0 0;border:none;border-radius:0}.moodboards-filter-group__dropdown .dropdown-menu__trigger{background:0 0;border:none;border-radius:0;min-width:0;height:100%;padding:0 14px}.moodboards-filter-group__dropdown+.moodboards-filter-group__dropdown .dropdown-menu__trigger,.moodboards-filter-group__toggles+.moodboards-filter-group__dropdown .dropdown-menu__trigger{position:relative}.moodboards-filter-group__dropdown+.moodboards-filter-group__dropdown .dropdown-menu__trigger:before,.moodboards-filter-group__toggles+.moodboards-filter-group__dropdown .dropdown-menu__trigger:before{content:"";background:#e2e7e833;width:1px;position:absolute;top:6px;bottom:6px;left:0}.moodboards-filter-group__dropdown .dropdown-menu__trigger:hover{background:#ffffff0f}.moodboards-filter-dropdown--active .dropdown-menu__trigger{color:#fff;background:#1d459329;border-color:#6299ff85}.moodboards-filter-dropdown__trigger-content{white-space:nowrap;align-items:center;gap:8px;min-width:0;display:inline-flex}.moodboards-filter-dropdown__trigger-content .board-tag{flex-shrink:0}.moodboards-grid-size{min-height:38px}.moodboards-grid-size .segmented-control__button{width:38px;min-width:38px;min-height:36px;padding:0}.moodboards-grid-size .segmented-control__button+.segmented-control__button:before{top:7px;bottom:7px}.moodboards-grid-size .segmented-control__button:hover:not(.segmented-control__button--active){background:#242628}.moodboards-grid-size .segmented-control__button img{filter:brightness(0)invert();width:18px;height:18px;display:block}.moodboards-sort-menu .dropdown-menu__trigger img{filter:brightness(0)invert()}.moodboard-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));align-items:start;gap:3px;margin-top:0;display:grid}.moodboard-grid--medium{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.moodboard-grid--large{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.moodboard-tile{--board-tag-accent:transparent;text-align:left;color:var(--color-text);background:#1a1c1f;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-self:start;gap:0;padding:0;display:flex;position:relative;overflow:hidden}.moodboard-tile--tagged{border-color:var(--board-tag-accent);box-shadow:inset 0 0 0 1px var(--board-tag-accent)}.moodboard-tile--selected{border-color:#6299ffeb;box-shadow:inset 0 0 0 2px #6299ffeb}.moodboard-tile--tagged-gray{--board-tag-accent:#d6dde494}.moodboard-tile--tagged-green{--board-tag-accent:#41c8669e}.moodboard-tile--tagged-yellow{--board-tag-accent:#d7da249e}.moodboard-tile--tagged-orange{--board-tag-accent:#ea8318a8}.moodboard-tile--tagged-red{--board-tag-accent:#e53a4da3}.moodboard-tile--tagged-purple{--board-tag-accent:#9f63f8a3}.moodboard-tile--tagged-blue{--board-tag-accent:#4385ffa8}.moodboard-tile__img{aspect-ratio:16/9;background:#111214;border:none;border-radius:0;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.moodboard-tile__img:focus,.moodboard-tile__img:focus-visible{box-shadow:none;outline:none}.moodboard-tile__select{z-index:2;opacity:0;background:#0a0c0ee0;border:1px solid #ffffff57;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:opacity .14s,border-color .14s,background .14s,transform .14s;display:inline-flex;position:absolute;top:10px;left:10px}.moodboard-tile--multi-select .moodboard-tile__select,.moodboard-tile--selected .moodboard-tile__select{opacity:1}.moodboard-tile__select:hover{border-color:#6299ffc2;transform:translateY(-1px)}.moodboard-tile__select--selected{opacity:1;background:#24427aeb;border-color:#6299ffe6}.moodboard-tile__select-icon{object-fit:contain;width:15px;height:15px;display:block}.moodboard-tile__img-placeholder{background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a) 0 0/200% 100%;width:100%;height:100%;animation:1.1s linear infinite moodboard-tile-placeholder}.moodboard-tile__generation-card{color:#edf4ff;background:linear-gradient(#ffffff08,#ffffff03),#111418;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;width:100%;height:100%;padding:18px;display:flex}.moodboard-tile--generation-pending .moodboard-tile__generation-card{background-color:#111418;background-image:linear-gradient(90deg,#ffffff08,#6299ff1f,#ffffff08),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:220% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;animation:1.25s linear infinite moodboard-tile-placeholder}.moodboard-tile--generation-failed .moodboard-tile__generation-card{background:linear-gradient(#e64a5e24,#e64a5e08),#111418}.moodboard-tile__generation-icon{color:#fff;background:#ffffff14;border:1px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;font-weight:700;display:inline-flex}.moodboard-tile--generation-pending .moodboard-tile__generation-icon:before{content:"";border:2px solid #ffffff47;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:.9s linear infinite moodboard-generation-spin}.moodboard-tile__generation-status{font-size:13px;font-weight:700;line-height:1.2}.moodboard-tile__generation-detail{color:#e2e7e8b8;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:12px;line-height:1.25;overflow:hidden}@keyframes moodboard-generation-spin{to{transform:rotate(360deg)}}.moodboard-tile__audio,.moodboard-preview__thumb-audio{width:100%;height:100%}.audio-preview-surface{color:#f4f7fb;background:radial-gradient(circle at 100% 0,#3a82bd3d,#0000 42%),linear-gradient(#171a1f,#0d0f12);width:100%;min-width:0;height:100%;min-height:0;position:relative;overflow:hidden}.audio-preview-surface__backdrop{background:linear-gradient(135deg,#ffffff05,#0000 55%),radial-gradient(circle at 20% 85%,#ffffff14,#0000 36%);position:absolute;inset:0}.audio-preview-surface__content{z-index:1;width:100%;height:100%;position:relative}.audio-preview-surface__badge{color:#f3fbff;letter-spacing:.05em;text-transform:uppercase;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.audio-preview-surface__glyph{background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff14}.audio-preview-surface__glyph img,.audio-preview-surface__transport img{object-fit:contain;width:18px;height:18px;display:block}.audio-preview-surface__meta{flex-direction:column;gap:4px;min-width:0;display:flex}.audio-preview-surface__name{color:#fff;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:14px;font-weight:600;line-height:1.35;overflow:hidden}.audio-preview-surface__duration,.audio-preview-surface__time{color:#e2e7e8b8;white-space:nowrap;font-size:12px}.audio-preview-surface--tile .audio-preview-surface__content,.audio-preview-surface--thumb .audio-preview-surface__content{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;padding:14px;display:flex}.audio-preview-surface--thumb .audio-preview-surface__content{gap:8px;padding:10px}.audio-preview-surface--thumb .audio-preview-surface__glyph{width:32px;height:32px}.audio-preview-surface--thumb .audio-preview-surface__name{font-size:11px}.audio-preview-surface--thumb .audio-preview-surface__duration{font-size:10px}.audio-preview-surface--playing .audio-preview-surface__glyph{background:#4788ff2e;box-shadow:inset 0 0 0 1px #75a4ff3d}.audio-preview-surface--lightbox{width:min(560px,100% - 48px);height:auto;min-height:0;box-shadow:none;background:0 0;border-radius:0}.audio-preview-surface--lightbox .audio-preview-surface__content{flex-direction:column;align-items:stretch;gap:14px;padding:0;display:flex}.audio-preview-surface__lightbox-title{text-align:center;color:#fff;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:16px;font-weight:600;line-height:1.35;overflow:hidden}.audio-preview-surface__transport{color:#fff;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.audio-preview-surface__transport-row{justify-content:center;align-items:center;gap:28px;display:flex}.audio-preview-surface__transport--primary{width:52px;height:52px}.audio-preview-surface__transport--primary img{width:26px;height:26px}.audio-preview-surface__transport--secondary{width:34px;height:34px}.audio-preview-surface__transport--secondary img{width:20px;height:20px}.audio-preview-surface__timeline{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;display:grid}.audio-preview-surface__range{accent-color:#5e8fff;width:100%}.audio-preview-surface__transport:hover{opacity:.86}.moodboard-tile__asset-card{background:radial-gradient(circle at 100% 0,#2ea9df33,#0000 48%),linear-gradient(#1a1c1ff5,#0c0d0ffa);flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:10px;width:100%;height:100%;padding:18px;display:flex}.moodboard-tile__asset-type{color:#f3fbff;letter-spacing:.05em;text-transform:uppercase;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.moodboard-tile__asset-name{color:#fff;-webkit-line-clamp:3;word-break:break-word;-webkit-box-orient:vertical;font-size:15px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.moodboard-tile__label{min-width:0;color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;word-break:normal;-webkit-user-select:none;user-select:none;flex:auto;font-size:12px;overflow:hidden}.moodboard-tile--multi-select{-webkit-user-select:none;user-select:none}.moodboard-grid--medium .moodboard-tile__label{font-size:13px}.moodboard-grid--large .moodboard-tile__label{font-size:14px}.moodboard-tile__footer{align-items:center;gap:8px;padding:10px 12px 8px;display:flex}.moodboard-tag-indicator{flex:none;justify-content:center;align-items:center;display:inline-flex}.moodboard-note-indicator{opacity:.9;cursor:pointer;background:0 0;border:none;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;margin:0;padding:0;display:inline-flex}.moodboard-note-indicator img{width:18px;height:18px;display:block}.moodboard-favorite-toggle{opacity:.88;background:0 0;border:none;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;margin:0;padding:0;line-height:0;display:inline-flex}.moodboard-favorite-toggle:hover{opacity:1}.moodboard-favorite-toggle img{width:18px;height:18px;display:block}.media-tile-grid__actions{display:inline-flex}.media-tile-grid__actions--image-corner{z-index:2;position:absolute;bottom:6px;right:6px}@keyframes moodboard-tile-placeholder{0%{background-position:200% 0}to{background-position:-200% 0}}.moodboard-preview{z-index:300;background:#111214;position:fixed;inset:0}.moodboard-preview__layout{grid-template-columns:minmax(0,1fr);width:100%;min-width:0;height:100%;min-height:0;display:grid}.moodboard-preview__layout--with-gallery{grid-template-columns:minmax(0,1fr) 144px}.moodboard-preview__stage{grid-template-rows:48px minmax(0,1fr) auto;min-width:0;min-height:0;display:grid}.moodboard-preview__topbar,.moodboard-preview__bottombar{justify-content:space-between;align-items:center;gap:var(--ui-control-gap);background:#111214;min-width:0;display:flex}.moodboard-preview__topbar{border-bottom:none;height:48px;padding:8px 10px 0}.moodboard-preview__bottombar{border-top:none;flex-direction:row;justify-content:center;align-items:center;gap:10px;min-height:40px;padding:8px 10px 10px}.moodboard-preview__footer-copy{flex-direction:column;gap:6px;min-width:0;display:flex}.moodboard-preview__footer-meta{justify-content:flex-start;align-items:center;gap:var(--ui-control-gap);min-width:0;display:flex}.moodboard-preview__title,.moodboard-preview__meta{color:#484a4b;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;overflow:hidden}.moodboard-preview__title{flex:auto}.moodboard-preview__meta,.moodboard-preview__separator{color:#484a4b;flex:none}.moodboard-preview__note{color:#e2e7e8b8;line-clamp:2;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;min-width:0;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.moodboard-preview__media{background:#111214;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%;display:flex;position:relative;overflow:hidden}.moodboard-preview__image-viewer{width:100%;min-width:0;height:100%;min-height:0;position:relative;overflow:hidden}.moodboard-preview__image-transform-wrapper,.moodboard-preview__image-transform-content{width:100%;height:100%}.moodboard-preview__image-transform-wrapper{cursor:grab}.moodboard-preview__image-transform-wrapper:active{cursor:grabbing}.moodboard-preview__zoom-toolbar{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;background:#16171ab8;border:1px solid #ffffff24;border-radius:14px;align-items:center;gap:8px;padding:8px;transition:opacity .18s;display:inline-flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 18px 36px #0000005c}.moodboard-preview__zoom-toolbar--visible{opacity:1;pointer-events:auto}.moodboard-preview__zoom-button{color:#f4f6f8;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.moodboard-preview__zoom-button:hover{background:#ffffff1f}.moodboard-preview__zoom-button svg{display:block}.moodboard-preview__audio-player{flex:0 auto}.moodboard-preview__actions{align-items:center;gap:8px;display:inline-flex}.video-transport{align-items:center;gap:10px;width:100%;min-width:0;max-width:50%;margin:0 auto;display:flex}.video-transport__time{color:#e2e7e8c2;font-variant-numeric:tabular-nums;flex:none;min-width:40px;font-size:12px}.video-transport__slider{min-width:0;box-shadow:none;appearance:none;background:0 0;border:none;outline:none;flex:auto;height:18px;margin:0;padding:0}.video-transport__slider:focus,.video-transport__slider:focus-visible{box-shadow:none;outline:none}.video-transport__slider::-webkit-slider-runnable-track{background:linear-gradient(90deg, #f2f4f6eb 0%, #f2f4f6eb var(--video-transport-fill,0%), #fff3 var(--video-transport-fill,0%), #fff3 100%);border:none;border-radius:999px;height:3px}.video-transport__slider::-webkit-slider-thumb{-webkit-appearance:none;background:#f2f4f6e0;border:none;border-radius:50%;width:10px;height:10px;margin-top:-3.5px;box-shadow:0 1px 3px #00000052}.video-transport__slider::-moz-range-track{background:#fff3;border:none;border-radius:999px;height:3px}.video-transport__slider::-moz-range-progress{background:#f2f4f6eb;border-radius:999px;height:3px}.video-transport__slider::-moz-range-thumb{background:#f2f4f6e0;border:none;border-radius:50%;width:10px;height:10px;box-shadow:0 1px 3px #00000052}.video-transport__buttons{flex:none;align-items:center;gap:8px;display:inline-flex}.video-preview-footer{grid-template-columns:minmax(0,1fr) minmax(220px,50vw) minmax(0,1fr);align-items:center;gap:14px;width:100%;min-width:0;display:grid}.video-preview-footer__left,.video-preview-footer__right{align-items:center;min-width:0;display:flex}.video-preview-footer__left{justify-content:flex-start}.video-preview-footer__center{justify-content:center;align-items:center;min-width:0;display:flex}.video-preview-footer__right{justify-content:flex-end;gap:10px}.video-preview-footer .video-transport{width:100%;max-width:100%}.video-preview-footer__title,.video-preview-footer__meta,.video-preview-footer__separator{color:#484a4b;white-space:nowrap;min-width:0;font-size:13px}.video-preview-footer__title{text-overflow:ellipsis;overflow:hidden}.video-preview-footer__meta{flex:0 auto}.moodboard-preview__media-drag-surface{z-index:3;cursor:grab;background:0 0;position:absolute;inset:0}.video-preview-footer__meta--reference{color:#dce8ff;text-align:center;background:#3a6cd947;border-radius:999px;min-width:28px;padding:2px 8px;font-weight:800}.video-preview-footer__separator{flex:none}.moodboard-preview__gallery{background:#111214;border-left:1px solid #ffffff14;flex-direction:column;align-items:stretch;gap:8px;width:144px;padding:8px;display:flex;overflow-y:auto}.moodboard-preview__thumb{--board-tag-accent:transparent;background:#111214;border:3px solid #0000;border-radius:10px;flex:none;justify-content:stretch;align-items:stretch;width:128px;height:72px;padding:0;transition:border-color .14s,box-shadow .14s,transform .14s;display:flex;position:relative;overflow:hidden}.moodboard-preview__thumb--active{border-color:#3e7df0;box-shadow:0 0 0 1px #75a4ff52}.moodboard-preview__thumb--favorite{border-color:#f5aa2d;box-shadow:0 0 0 1px #f5aa2d47}.moodboard-preview__thumb--favorite.moodboard-preview__thumb--active{border-color:#3e7df0;box-shadow:0 0 0 1px #75a4ff61,0 0 0 4px #f5aa2d8c}.moodboard-preview__thumb--tagged{box-shadow:inset 0 0 0 1px var(--board-tag-accent)}.moodboard-preview__thumb--tagged-gray{--board-tag-accent:#dce3ea9e}.moodboard-preview__thumb--tagged-green{--board-tag-accent:#41c866a8}.moodboard-preview__thumb--tagged-yellow{--board-tag-accent:#d7da24a8}.moodboard-preview__thumb--tagged-orange{--board-tag-accent:#ea8318b3}.moodboard-preview__thumb--tagged-red{--board-tag-accent:#e53a4dad}.moodboard-preview__thumb--tagged-purple{--board-tag-accent:#9f63f8ad}.moodboard-preview__thumb--tagged-blue{--board-tag-accent:#4385ffb3}.moodboard-preview__thumb-tag,.moodboard-preview__asset-thumb-tag{z-index:1;background:#0a0b0cb8;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:absolute;top:8px;left:8px}.moodboard-preview__thumb-reference{z-index:2;color:#fff;pointer-events:none;background:#0a0b0cc7;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:22px;padding:0 7px;font-size:12px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:6px;left:6px;box-shadow:0 1px 8px #0000006b}.moodboard-preview__meta--reference{color:#dce8ff;text-align:center;background:#3a6cd947;border-radius:999px;min-width:28px;padding:2px 8px;font-weight:800}.moodboard-preview__thumb-media{object-fit:cover;width:100%;height:100%;display:block}.moodboard-preview__asset-thumb{--board-tag-accent:transparent;color:#fff;text-align:left;background:#1a1c1f;border:2px solid #0000;border-radius:10px;flex-direction:column;flex:none;justify-content:space-between;align-items:flex-start;gap:10px;width:128px;min-height:88px;padding:10px;display:flex;position:relative}.moodboard-preview__asset-thumb--active{border-color:#1d4593}.moodboard-preview__asset-thumb--tagged{box-shadow:inset 0 0 0 1px var(--board-tag-accent);padding-top:34px}.moodboard-preview__asset-thumb--tagged-gray{--board-tag-accent:#dce3ea9e}.moodboard-preview__asset-thumb--tagged-green{--board-tag-accent:#41c866a8}.moodboard-preview__asset-thumb--tagged-yellow{--board-tag-accent:#d7da24a8}.moodboard-preview__asset-thumb--tagged-orange{--board-tag-accent:#ea8318b3}.moodboard-preview__asset-thumb--tagged-red{--board-tag-accent:#e53a4dad}.moodboard-preview__asset-thumb--tagged-purple{--board-tag-accent:#9f63f8ad}.moodboard-preview__asset-thumb--tagged-blue{--board-tag-accent:#4385ffb3}.moodboard-preview__asset-thumb-type{color:#f3fbffe6;letter-spacing:.05em;text-transform:uppercase;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;min-height:20px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.moodboard-preview__asset-thumb-name{color:#e2e7e8db;-webkit-line-clamp:3;word-break:break-word;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.moodboard-preview__message{color:#e2e7e8e0;font-size:14px}.moodboard-preview__dropdown .dropdown-menu__trigger{border-radius:8px;width:32px;height:32px;padding:0}.sidebar-nav__items{flex-direction:column;display:flex}.sidebar-nav__item{padding-left:calc(var(--sidebar-depth,0) * 18px);align-items:stretch;display:flex}.sidebar-nav__item--dragging{z-index:2}.sidebar-nav__footer{margin-top:auto}.sidebar-nav__button{color:#e6e7e8b3;text-align:left;background:0 0;border:none;flex:auto;min-width:0;padding:10px 16px 10px 20px;font-size:13px;transition:background-color .2s,color .2s}.sidebar-nav__label{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sidebar-nav__button:hover{color:#fff;background:#4646460f}.sidebar-nav__button--active{color:#fff;background:#303030;font-weight:600;box-shadow:inset 0 0 0 1px #ffffff05}.sidebar-nav__drag-handle{color:#e2e7e875;cursor:grab;background:0 0;border:none;flex:0 0 28px;justify-content:center;align-items:center;width:28px;padding:0 8px 0 0;display:inline-flex}.sidebar-nav__drag-handle:hover{color:#e2e7e8d9}.sidebar-nav__drag-handle:active{cursor:grabbing}.sidebar-nav__drag-handle img{opacity:.7;width:15px;height:15px}.moodboard-folder-tile__button{cursor:pointer!important}.moodboard-folder-tile__surface{background:linear-gradient(#2a2f36eb,#1b1f24f5);justify-content:center;align-items:center;gap:0;padding:24px}.moodboard-folder-tile__icon{object-fit:contain;opacity:.92;width:88px;height:88px}.project-page__content{flex-direction:column;flex:1;gap:24px;min-width:0;min-height:0;margin-top:8px;padding-right:2px;display:flex;overflow:auto}.board-browser__content{gap:8px;position:relative}.board-browser__content .moodboards-toolbar{z-index:35;background:var(--color-bg-01);border-bottom:1px solid #ffffff0f;padding:8px 0 10px;position:sticky;top:0}.workspace-topbar{z-index:30;background:var(--color-bg-01);border-bottom:1px solid #ffffff14;min-height:48px;padding:2px 12px;position:sticky;top:0}.workspace-topbar__primary{align-items:center;gap:12px;min-height:46px;display:flex;position:relative}.workspace-topbar__left,.workspace-topbar__right{z-index:1;flex:1 1 0;align-items:center;gap:12px;min-width:0;display:flex;position:relative}.workspace-topbar__left{justify-content:flex-start;padding-right:16px}.workspace-topbar__right{justify-content:flex-end;padding-left:16px}.workspace-topbar__center{z-index:2;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.workspace-topbar__center>*{pointer-events:auto}.workspace-topbar__title{color:#fff;white-space:nowrap;text-overflow:ellipsis;flex:0 auto;align-items:center;gap:8px;min-width:0;font-size:18px;font-weight:700;line-height:1;display:inline-flex;overflow:hidden}.workspace-topbar__actions{justify-content:flex-end;min-width:0;margin-top:8px;display:flex}.workspace-topbar__actions:empty{display:none}.workspace-topbar__utility{flex:none;align-items:center;gap:10px;display:inline-flex}.workspace-topbar__session{align-items:center;gap:10px;display:inline-flex}.workspace-topbar__session-text{color:var(--color-text-muted);font-size:13px}.workspace-topbar__presence{align-items:center;gap:8px;display:inline-flex}.workspace-topbar__presence-badge{color:#d7ece0;letter-spacing:.04em;background:#ffffff14;border:2px solid #ffffff3d;border-radius:999px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:inline-grid}.workspace-topbar__presence-badge--self{color:#9fe6bb;border-color:#8fe5b18c}.workspace-topbar__presence-badge--count{color:var(--color-text-muted);border-style:dashed}.workspace-topbar__title img{opacity:.95;flex:none;width:16px;height:16px}.workspace-topbar__icon-link{flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;text-decoration:none;display:inline-flex}.workspace-topbar__icon-link:hover{opacity:.82}.workspace-topbar__icon-link img{width:34px;height:34px;display:block}.workspace-topbar__text-link{color:#ffffffeb;align-items:center;gap:8px;font-size:13px;line-height:1;text-decoration:none;display:inline-flex}.workspace-topbar__text-link:hover{color:#fff;text-decoration:underline}.workspace-topbar__activity-link{text-decoration:none}.workspace-topbar__activity-badge{color:#15200d;background:#d9f06b;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.workspace-nav{justify-content:center;display:flex}.workspace-nav__cluster{align-items:center;gap:10px;display:flex}.workspace-nav__item{color:#e2e7e880;background:0 0;border:none;justify-content:center;align-items:center;min-width:40px;padding:6px 9px 8px;transition:color .2s,transform .2s;display:flex;position:relative}.workspace-nav__item:hover:not(:disabled){color:#e2e7e8d9;transform:translateY(-1px)}.workspace-nav__item:disabled{opacity:.35;cursor:not-allowed}.workspace-nav__item--active{color:var(--color-tab-active)}.workspace-nav__icon img,.workspace-nav__icon svg{width:20px;height:20px;display:block}.workspace-nav__indicator{background:var(--color-tab-active);border-radius:999px;height:3px;position:absolute;bottom:0;left:20%;right:20%;box-shadow:0 0 8px #f85f4299}.help-page{flex-direction:column;gap:18px;width:100%;max-width:1100px;margin:0 auto;display:flex}.help-page__scroll{flex:1;min-height:0;padding:16px 2rem 28px;overflow:auto}.help-page__header{align-items:flex-start;gap:14px;display:flex}.help-page__title{align-items:flex-start;gap:var(--ui-control-gap);display:flex}.help-page__title img{width:18px;height:18px;margin-top:5px}.help-page__title h1{margin:0;font-size:32px}.help-page__intro p{color:var(--color-text);margin:0}.help-page__sections{flex-direction:column;gap:18px;display:flex}.help-page__section-header{gap:var(--ui-control-gap);flex-direction:column;display:flex}.help-page__section-header p{margin:0}.help-shortcut-list{flex-direction:column;gap:12px;display:flex}.help-shortcut-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;grid-template-columns:220px minmax(0,1fr);gap:14px;padding:16px 18px;display:grid}.help-shortcut-card__keys{color:#fff;font-family:Cascadia Mono,Consolas,monospace;font-size:15px}.help-shortcut-card__body{flex-direction:column;gap:5px;display:flex}.help-shortcut-card__usecase{color:var(--color-text)}.help-shortcut-card__notes{color:var(--color-text-muted);font-size:13px}.help-shot-modes{flex-direction:column;gap:18px;display:flex}.help-shot-modes__widget{pointer-events:none;align-self:flex-start}.help-shot-modes__list{gap:14px;display:grid}.help-shot-modes__item{background:#1a1c1f;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.help-shot-modes__name{color:#fff;font-size:15px}.help-shot-modes__description{color:var(--color-text-muted);font-size:14px;line-height:1.5}.script-panel{position:relative}.script-toolbar{z-index:2;justify-content:flex-end;gap:8px;margin-bottom:8px;display:flex;position:sticky;top:8px}.script-editor{flex-direction:column;gap:12px;display:flex}.script-document-editor{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.script-editor__rich{color:#444;white-space:pre-wrap;max-width:1000px;min-height:420px;box-shadow:none;background:#d9d9d9;border:1px solid #ffffff14;border-radius:14px;outline:none;margin:0 auto;font-family:Courier New,Courier,monospace;font-size:16px;line-height:1.35;display:block;overflow:hidden;padding:32px!important}.script-document-editor__mdx{background:0 0;border:0;border-radius:0;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.script-document-editor__rich{box-sizing:border-box;color:#444;white-space:pre-wrap;width:100%;height:auto;min-height:0;max-height:100%;box-shadow:none;background:#d9d9d9;outline:none;flex:auto;margin:0;font-family:Courier New,Courier,monospace;font-size:16px;line-height:1.35;overflow:auto;padding:12px!important}.script-document-editor__toolbar,.script-document-editor__toolbar.mdxeditor-toolbar{z-index:2;box-sizing:border-box;width:auto;position:sticky;top:0;overflow:visible;background:0 0!important;border:0!important;max-width:none!important;margin:0 0 8px!important;padding:0!important}.script-document-editor__fallback{height:100%;min-height:0}.script-editor__rich .mdxeditor-root-contenteditable,.script-editor__rich .mdxeditor-contenteditable,.mdxeditor-root-contenteditable,.mdxeditor-contenteditable{border-radius:inherit;background:0 0;padding:32px!important}.script-document-editor__rich.mdxeditor-root-contenteditable,.script-document-editor__rich.mdxeditor-contenteditable{box-sizing:border-box;background:#d9d9d9;border-radius:0;flex:auto;width:100%;height:auto;min-height:0;max-height:100%;overflow:auto;padding:12px!important}.script-editor__rich *,.script-document-editor__rich *{box-shadow:none!important}.script-editor__rich._placeholder_1e2ox_1106,.script-editor__rich[class*=_placeholder_],.script-document-editor__rich._placeholder_1e2ox_1106,.script-document-editor__rich[class*=_placeholder_]{box-shadow:none!important;background:#d9d9d9!important}.script-editor__rich._placeholder_1e2ox_1106:after,.script-editor__rich[class*=_placeholder_]:after,.script-editor__rich[class*=_placeholder_]:before,.script-document-editor__rich._placeholder_1e2ox_1106:after,.script-document-editor__rich[class*=_placeholder_]:after,.script-document-editor__rich[class*=_placeholder_]:before,.mdxeditor-root-contenteditable>._placeholder_1e2ox_1106{display:none!important}.script-editor__mdx,.script-editor__mdx .mdxeditor-root-contenteditable,.script-editor__mdx .mdxeditor-contenteditable,.script-editor__mdx .mdxeditor-root-contenteditable:empty:before,.script-editor__mdx .mdxeditor-contenteditable:empty:before,.script-document-editor__mdx .mdxeditor-root-contenteditable:empty:before,.script-document-editor__mdx .mdxeditor-contenteditable:empty:before{background:0 0}.mdxeditor-root-contenteditable:empty:before,.mdxeditor-contenteditable:empty:before{width:100%;display:block}.script-editor__rich *,.script-document-editor__rich *{font-family:inherit;line-height:inherit;color:inherit}.script-editor__rich :where(p,div,h1,h2,h3,ul,ol,li),.script-document-editor__rich :where(p,div,h1,h2,h3,ul,ol,li){margin:0;padding:0}.script-editor__rich :where(p,div,h1,h2,h3,ul,ol)+:where(p,div,h1,h2,h3,ul,ol),.script-document-editor__rich :where(p,div,h1,h2,h3,ul,ol)+:where(p,div,h1,h2,h3,ul,ol){margin-top:.18em}.script-editor__rich p:empty,.script-document-editor__rich p:empty{min-height:1.35em}.script-editor__rich p:has(>br:only-child){min-height:1.35em}.script-document-editor__rich p:has(>br:only-child){min-height:1.35em}.script-editor__rich input[type=checkbox],.script-document-editor__rich input[type=checkbox]{accent-color:#222;background:0 0;border:1px solid #111}.script-editor__rich input[type=checkbox]:not(:checked),.script-document-editor__rich input[type=checkbox]:not(:checked){outline:1px solid #000}.script-editor__rich [role=checkbox],.script-document-editor__rich [role=checkbox]{padding-left:22px;list-style:none;position:relative}.script-editor__rich [role=checkbox]:before,.script-document-editor__rich [role=checkbox]:before{content:"";background:0 0;border:1px solid #111;border-radius:2px;width:14px;height:14px;position:absolute;top:2px;left:0}.script-editor__rich [role=checkbox][aria-checked=true]:before,.script-document-editor__rich [role=checkbox][aria-checked=true]:before{background:#1e7bff}.script-editor__rich :where(ul,ol),.script-document-editor__rich :where(ul,ol){padding-left:28px}.script-editor__rich :where(li),.script-document-editor__rich :where(li){margin-left:0}.script-editor__rich hr,.script-document-editor__rich hr{border:0;border-top:1px solid #0000;margin:1.2em 0}.mdx-link-inline{grid-template-columns:1.2fr 1fr auto auto;align-items:center;gap:8px;max-width:1000px;margin-top:8px;margin-left:auto;margin-right:auto;display:grid}.notes-panel{flex-direction:column;gap:16px;display:flex}.mdxeditor-toolbar{color:#fff;max-width:1000px;margin-bottom:8px;margin-left:auto;margin-right:auto;background:0 0!important;border:none!important;padding:0!important}.mdxeditor-toolbar select,.mdxeditor-toolbar .mdxeditor-select,.mdxeditor-toolbar [role=combobox],.mdxeditor-toolbar [data-mdxeditor-block-type],.mdxeditor-toolbar .mdxeditor-blocktype,.mdxeditor-toolbar .mdxeditor-dropdown,.mdxeditor-toolbar .mdxeditor-dropdown-button{color:#fff;background:#ffffff1f;border:1px solid #ffffff2e}.mdxeditor-toolbar select:focus,.mdxeditor-toolbar .mdxeditor-select:focus,.mdxeditor-toolbar [role=combobox]:focus,.mdxeditor-toolbar .mdxeditor-dropdown-button:focus{border-color:#fff6;outline:none}.mdxeditor-toolbar svg,.mdxeditor-toolbar button,.mdxeditor-toolbar button svg,.mdxeditor-toolbar button span,.mdxeditor-toolbar button svg path{color:#fff;fill:#fff}.mdxeditor-toolbar button:hover{background:#ffffff14}.mdxeditor-toolbar [data-toolbar-item=true]{color:#e2e7e8db;background:#121314d9;border:1px solid #e2e7e83d;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex;border-radius:8px!important}.mdxeditor-toolbar [data-toolbar-item=true]+[data-toolbar-item=true]{margin-left:8px}.mdxeditor-toolbar [data-toolbar-item=true]:hover{color:#fff;background:#242628}.mdxeditor-toolbar button[aria-pressed=true],.mdxeditor-toolbar button.is-active,.mdxeditor-toolbar button[data-state=on]{background:#444}.mdx-toolbar-controls{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.mdx-toolbar-format .toggle-button-group__button,.mdx-toolbar-lists .segmented-control__button{min-width:36px;min-height:36px;padding:8px 10px}.notes-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.notes-search{flex:1;justify-content:flex-end;display:flex}.notes-search__input{width:min(520px,100%);color:var(--color-text);background:#1a1c1f;border:1px solid #ffffff14;border-radius:999px;min-height:36px;padding:8px 40px 8px 16px;font-size:14px}.notes-search__field{width:min(520px,100%);position:relative}.notes-search__clear{border-radius:6px;width:24px;min-width:24px;height:24px;min-height:24px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.context-menu-backdrop{z-index:380;position:fixed;inset:0}.context-menu{z-index:381;background:#1a1c1f;border:1px solid #ffffff1f;border-radius:10px;min-width:204px;padding:6px;position:fixed;overflow:visible;box-shadow:0 8px 24px #0006}.context-menu--submenu{pointer-events:none;display:none;position:absolute;top:-8px}.context-menu--submenu-right{left:calc(100% + 2px)}.context-menu--submenu-left{right:calc(100% + 2px)}.context-menu__item-wrap{position:relative}.context-menu__item-wrap--submenu-open>.context-menu--submenu,.context-menu__item-wrap--has-children:focus-within>.context-menu--submenu{pointer-events:auto;display:block}.context-menu__item{width:100%;color:var(--color-text);text-align:left;background:0 0;border:none;border-radius:8px;justify-content:flex-start;align-items:center;gap:10px;padding:8px 10px;display:flex}.context-menu__item--has-children{padding-right:10px}.context-menu__item:hover{background:#ffffff14}.context-menu__item:disabled{color:#888;cursor:not-allowed}.context-menu__item:disabled:hover{background:0 0}.context-menu__item:disabled .context-menu__item-icon{opacity:.65}.context-menu__separator{background:#ffffff1a;height:1px;margin:6px 10px}.context-menu__item-icon{flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.context-menu__item-label{flex:auto;min-width:0}.context-menu__submenu-indicator{color:#f4f6fbb8;flex:none;font-size:15px;line-height:1}.context-menu__item-icon img,.context-menu__item-icon svg{width:16px;height:16px;display:block}.controls-audit{flex-direction:column;gap:24px;display:flex}.controls-audit__intro{justify-content:space-between;gap:16px;display:flex}.controls-audit__index,.controls-audit__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.controls-audit__spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.controls-audit__stack{flex-direction:column;gap:16px;display:flex}.controls-audit__index-card,.controls-audit__card,.controls-audit__spec-card{background:#1a1c1f;border-radius:14px;flex-direction:column;gap:14px;padding:16px;display:flex}.controls-audit__index-card h3,.controls-audit__card h3,.controls-audit__spec-card h3{margin:0;font-size:15px}.controls-audit__index-list,.controls-audit__form{flex-direction:column;gap:12px;display:flex}.controls-audit__index-topline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.controls-audit__badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.controls-audit__badge--shared{color:#8fe0ac;background:#2d7d4e33}.controls-audit__badge--shared-variant{color:#b8ccff;background:#6299ff29}.controls-audit__badge--page-local{color:#ffd772;background:#ffc10724}.controls-audit__spec-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.controls-audit__spec-component{color:#e2e7e89e;margin-top:4px;font-size:12px}.controls-audit__preview{background:#17191c;border-radius:12px;padding:16px}.controls-audit__meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;display:grid}.controls-audit__meta--single{grid-template-columns:1fr}.controls-audit__meta dt{color:#e2e7e894;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:11px}.controls-audit__meta dd{color:#fff;margin:0;font-size:13px;line-height:1.4}.controls-audit__row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.controls-audit__form .text-area-dialog__input{min-height:120px}.controls-audit__textarea{resize:vertical;min-height:120px}.controls-audit__draw-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.controls-audit__draw-segment .segmented-control__button{min-width:40px;padding:8px 12px}.controls-audit__divider{background:#ffffff24;width:1px;height:28px}.controls-audit__color-button{background:linear-gradient(135deg,#ff5f6d,#6299ff);border:1px solid #e2e7e82e;border-radius:12px;width:42px;height:42px}.controls-audit__shot-bar{background:#1b1c1d;border-radius:10px;justify-content:space-between;align-items:center;height:40px;padding:0 8px;display:flex}.controls-audit__shot-bar-spacer{flex:auto}.controls-audit__shot-bar-controls{align-items:center;gap:var(--ui-control-gap);display:inline-flex}.notes-body{grid-template-columns:260px 1fr;gap:16px;display:grid}.notes-list{flex-direction:column;gap:8px;display:flex}.notes-list__item{color:var(--color-text);text-align:left;background:#1a1c1f;border:none;border-radius:12px;flex-direction:column;gap:6px;padding:10px 12px;transition:background .2s;display:flex}.notes-list__item:hover:not(:disabled){background:#ffffff0f}.notes-list__item--active{background:#f85f4229}.notes-list__title{font-size:14px;font-weight:600}.notes-list__meta{color:var(--color-text-muted);font-size:12px}.notes-editor{flex-direction:column;gap:12px;display:flex}.notes-editor__mdx{flex-direction:column;gap:8px;display:flex}.notes-title{align-items:center;gap:6px;display:flex}.notes-title__input{color:var(--color-text);background:#1a1c1f;border:1px solid #ffffff14;border-radius:10px;flex:0 320px;padding:8px 12px;font-size:14px}.notes-title__suffix{color:var(--color-text-muted);font-size:13px}.notes-empty{background:#1a1c1f;border:1px dashed #ffffff14;border-radius:12px;padding:16px}.scene-image-preview{background:#111214;border:1px solid #ffffff14;border-radius:12px;place-items:center;margin-top:10px;padding:12px;display:grid}.scene-image-preview img{object-fit:contain;border-radius:10px;max-width:100%;height:auto;display:block}.image-asset-field{flex-direction:column;gap:10px;display:flex}.image-asset-field__empty{text-align:center;place-items:center;min-height:84px;display:grid}.image-asset-field__preview{background:#111214;border:1px solid #ffffff14;border-radius:12px;place-items:center;width:100%;min-height:240px;max-height:72vh;display:grid;overflow:hidden}.image-asset-field__preview img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:70vh;display:block}.project-settings__path-row{gap:8px;display:flex}.global-settings-grid{grid-template-columns:minmax(180px,220px) minmax(0,1fr);align-items:center;gap:10px 14px;display:grid}.global-settings-grid__label{text-align:right;color:var(--color-text-muted);font-size:var(--ui-control-text-size)}.global-settings-grid__value{text-align:left}.project-settings-grid{grid-template-columns:minmax(220px,30%) minmax(0,1fr);align-items:start;gap:16px;display:grid}.project-settings-grid__fields{flex-direction:column;gap:12px;display:flex}.project-settings-grid__image .image-asset-field__empty{min-height:120px}.project-settings-grid__image .image-asset-field__preview{min-height:120px;max-height:220px}.project-settings-grid__image .image-asset-field__preview img{max-height:200px}.project-settings__meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.scene-header-grid{grid-template-columns:minmax(220px,30%) minmax(0,1fr);align-items:start;gap:16px;display:grid}.scene-header-grid__meta{flex-direction:column;gap:12px;display:flex}.scene-active-row{flex-direction:row;align-items:center;gap:10px}.scene-name-row{align-items:center;gap:8px;display:flex}.scene-name-row .form-input{flex:1}.scene-name-row__actions{align-items:center;gap:6px;display:inline-flex}.scene-name-row__icon-button{width:34px;height:34px}.scene-sidebar-item{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.scene-sidebar-item__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.scene-sidebar-item__system-icon{object-fit:contain;flex:0 0 18px;width:18px;height:18px}.scene-sidebar-item__leading-system-icon{justify-content:center;align-items:center;display:inline-flex}.scene-sidebar-item__gutter-icon{object-fit:contain;width:18px;height:18px}.scene-sidebar-item__actions{align-items:center;gap:4px;display:inline-flex}.scene-sidebar-item__icon-button{border-radius:8px;width:30px;height:30px}.scene-header-grid__image .image-asset-field__empty{min-height:120px}.scene-header-grid__image .image-asset-field__preview{min-height:120px;max-height:220px}.scene-header-grid__image .image-asset-field__preview img{max-height:200px}.scene-docs-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.story-doc-editor{resize:vertical;min-height:260px;font-family:Cascadia Mono,Consolas,monospace;line-height:1.45}.story-document-editor{flex:auto;min-height:0;overflow:auto}.story-document-editor .script-document-editor__mdx{overflow:visible}.story-document-editor .script-document-editor__rich,.story-document-editor .script-document-editor__rich.mdxeditor-root-contenteditable,.story-document-editor .script-document-editor__rich.mdxeditor-contenteditable{min-height:100%;max-height:none;overflow:visible}.document-editor-panel{flex:auto;gap:16px;min-height:0;padding:16px;overflow:hidden}.scene-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.scene-reference-grid__header{flex-direction:column;gap:4px;margin-top:16px;display:flex}.scene-reference-grid__column{background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.scene-reference-grid__add-button{color:#e6e7e8e6;text-align:left;background:0 0;border:none;border-radius:8px;width:fit-content;margin-top:2px;padding:2px 4px;font-size:15px;font-weight:600}.scene-reference-grid__add-button:hover,.scene-reference-grid__add-button:focus-visible{color:#fff;background:#ffffff14}.scene-editor-tabs__workspace{flex-direction:column;gap:16px;display:flex}.scene-editor-tabs__body,.scene-tab-panel,.scene-tab-panel--editor,.scene-tab-panel__panel{min-height:0}.shots-toolbar__actions{gap:var(--ui-control-gap);flex-wrap:wrap;align-items:center;display:flex}.shots-toolbar__export-menu{position:relative}.shots-filmstrip-page__dock-actions{align-items:center;gap:.75rem;display:inline-flex}.shots-filmstrip-page__grid-link{align-items:center;gap:.45rem;text-decoration:none;display:inline-flex}.shots-filmstrip-page__grid-link img{width:16px;height:16px}.shots-toolbar__export-button{justify-content:space-between;min-width:120px}.shots-toolbar__export-caret{justify-content:center;align-items:center;line-height:0;display:inline-flex}.shots-toolbar__export-caret img{opacity:.9;width:10px;height:10px;display:block}.shots-toolbar__export-dropdown{z-index:40;background:#171a1f;border:1px solid #ffffff1f;border-radius:10px;min-width:170px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 24px #00000052}.shots-toolbar__export-dropdown-item{width:100%;color:var(--color-text);text-align:left;background:0 0;border:none;border-radius:8px;padding:9px 10px}.shots-toolbar__export-dropdown-item:hover,.shots-toolbar__export-dropdown-item:focus-visible{background:#ffffff14}.shots-toolbar__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.shots-toolbar__modes{flex-wrap:wrap}.shots-topbar-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.shots-filmstrip-page{flex:auto;gap:0;height:100%;min-height:0;padding:0;overflow:hidden}.shots-filmstrip-page__editor-region{flex:auto;align-items:stretch;gap:0;min-height:0;padding:1px;display:flex;position:relative;overflow:hidden}.genai-workspace{background:#151618;flex:auto;gap:0;height:100%;min-height:0;padding:0;display:grid;overflow:hidden}.genai-workspace__setup-panel{background:#202126;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.genai-workspace__setup-body{flex-direction:column;flex:auto;gap:16px;min-width:0;min-height:0;padding:8px;display:flex;overflow:hidden}.genai-workspace__side-panel{background:#1b1c20;border-right:1px solid #e2e7e814;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.genai-workspace__side-panel-body{flex:auto;min-height:0;padding:8px;overflow:hidden}.genai-promptvault{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex}.genai-promptvault__search{flex:none;width:100%}.genai-promptvault__browser{flex:auto;grid-template-columns:154px minmax(0,1fr);gap:8px;min-width:0;min-height:0;display:grid;overflow:hidden}.genai-promptvault__tree,.genai-promptvault__results{min-height:0;overflow:auto}.genai-promptvault__tree{background:#12131452;border:1px solid #e2e7e814;border-radius:8px;padding:4px}.genai-promptvault__tree-group{gap:2px;margin-top:4px;display:grid}.genai-promptvault__tree-children{gap:2px;padding-left:10px;display:grid}.genai-promptvault__tree-item,.genai-promptvault__tree-leaf{color:#e2e7e8b8;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;min-height:26px;font-size:12px;font-weight:700}.genai-promptvault__tree-item{padding:0 8px}.genai-promptvault__tree-leaf{color:#e2e7e894;padding:0 6px;font-size:11px}.genai-promptvault__tree-item:hover,.genai-promptvault__tree-leaf:hover{color:#fff;background:#e2e7e80f}.genai-promptvault__tree-item--active,.genai-promptvault__tree-leaf--active{color:#fff;background:#2559b5}.genai-promptvault__results{align-content:start;gap:8px;padding-right:2px;display:grid}.genai-promptvault__message{color:#e2e7e894;border:1px solid #e2e7e814;border-radius:8px;place-items:center;min-height:72px;font-size:12px;font-weight:700;display:grid}.genai-promptvault__card{background:#1213146b;border:1px solid #e2e7e81a;border-radius:8px;grid-template-columns:70px minmax(0,1fr);gap:10px;min-width:0;padding:8px;display:grid}.genai-promptvault__thumb{color:#e2e7e8b3;background:#101113;border-radius:6px;place-items:center;width:70px;height:70px;font-size:20px;font-weight:800;display:grid;overflow:hidden}.genai-promptvault__thumb img{object-fit:cover;width:100%;height:100%}.genai-promptvault__card-body{gap:6px;min-width:0;display:grid}.genai-promptvault__card-body h3{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;line-height:1.2;overflow:hidden}.genai-promptvault__card-body p{color:#e2e7e8ad;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.genai-promptvault__meta,.genai-promptvault__tags,.genai-promptvault__actions{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.genai-promptvault__meta span,.genai-promptvault__tags span{color:#e2e7e8b8;white-space:nowrap;text-overflow:ellipsis;background:#e2e7e814;border-radius:999px;min-width:0;max-width:120px;padding:2px 6px;font-size:10px;font-weight:700;overflow:hidden}.genai-promptvault__actions{justify-content:flex-end}.genai-promptvault__actions button{color:#fff;cursor:pointer;background:#e2e7e80f;border:1px solid #e2e7e824;border-radius:7px;min-height:28px;padding:0 10px;font-size:11px;font-weight:800}.genai-promptvault__actions button:hover{background:#2559b5b8;border-color:#6299ff8c}.genai-workspace__mode-switcher{align-self:center}.genai-workspace__image-mode-switcher{align-self:center;width:fit-content;max-width:100%}.genai-workspace__workflow-select{width:100%}.genai-workspace__placeholder-panel{color:#e2e7e894;background:#1213145c;border:1px solid #e2e7e81a;border-radius:10px;place-items:center;min-height:160px;font-size:13px;font-weight:700;display:grid}.genai-workspace__section{gap:10px;display:grid}.genai-reference-well{color:#e2e7e8b8;background:#12131475;border:1px dashed #e2e7e829;border-radius:12px;min-height:118px;transition:border-color .14s,background .14s,color .14s}.genai-reference-well:hover,.genai-reference-well:focus-within{color:#fff;background:#181e2ab8;border-color:#6299ff57}.genai-reference-well__content{flex-direction:column;gap:10px;min-width:0;min-height:100%;padding:10px;display:flex}.genai-reference-well__header{color:#e2e7e8c2;justify-content:space-between;align-items:center;gap:10px;min-width:0;font-size:12px;font-weight:800;display:flex}.genai-reference-well__title{align-items:center;gap:8px;min-width:0;display:inline-flex}.genai-reference-well__title span:last-child{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.genai-reference-well__count{color:#e2e7e885;font-variant-numeric:tabular-nums;flex:none}.genai-reference-well__icon{color:#e2e7e89e;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.genai-reference-well__icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.genai-reference-well__icon circle{fill:currentColor;stroke:none}.genai-reference-well__empty{color:#e2e7e88f;text-align:center;pointer-events:none;flex:auto;align-content:center;place-items:center;gap:8px;min-height:66px;font-size:13px;font-weight:800;display:grid}.genai-reference-well__empty .genai-reference-well__icon{color:#e2e7e8b8;width:24px;height:24px}.genai-reference-well__empty .genai-reference-well__icon svg{width:24px;height:24px}.genai-reference-well__items.media-reference-set{min-height:82px;padding:0 2px 2px}.genai-workspace__prompt-section{flex:auto;grid-template-rows:auto minmax(0,1fr);min-height:0}.genai-workspace__label{color:#fff;font-size:14px;font-weight:700}.genai-workspace__prompt{resize:none;letter-spacing:normal;height:100%;min-height:0;font-size:13px;font-weight:400;line-height:21px}.smart-prompt-field-wrap{height:100%;min-height:0;position:relative}.smart-prompt-field{color:#aaa;letter-spacing:normal;white-space:pre-wrap;word-break:break-word;background:#15191e;border:1px solid #454748;border-radius:8px;outline:none;width:100%;min-height:120px;padding:10px 12px;font-size:13px;font-weight:400;line-height:21px;overflow:auto}.smart-prompt-field:focus{color:#f8fafc;border-color:#fff;box-shadow:0 0 0 1px #ffffffb8}.smart-prompt-field:empty:before{content:attr(data-placeholder);color:#e6edf66b;pointer-events:none}.smart-prompt-link{color:#9cc7ff;text-decoration:underline}.smart-prompt-mention,.smart-prompt-all-caps{color:#ffd86b;background:#4d85ff29;border-radius:4px;padding:0 3px}.smart-prompt-token{color:#fff;vertical-align:-4px;-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:6px;align-items:center;gap:4px;max-width:220px;min-height:19px;margin:0 1px;padding:1px 6px 1px 2px;display:inline-flex}.smart-prompt-token img,.smart-prompt-token>span{object-fit:cover;background:#ffffff1f;border-radius:4px;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;display:inline-flex}.smart-prompt-token strong{text-overflow:ellipsis;white-space:nowrap;color:#ffd86b;letter-spacing:normal;min-width:0;font-size:13px;font-weight:400;line-height:17px;overflow:hidden}.smart-prompt-field__mention-menu{z-index:30;background:#15171cfa;border:1px solid #ffffff29;border-radius:8px;gap:4px;max-height:230px;padding:6px;display:grid;position:absolute;bottom:10px;left:10px;right:10px;overflow:auto;box-shadow:0 16px 32px #00000059}.smart-prompt-field__mention-option{color:#f6f8fb;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-width:0;padding:6px;display:grid}.smart-prompt-field__mention-option:hover,.smart-prompt-field__mention-option--active{background:#ffffff1a}.smart-prompt-field__mention-thumb{color:#f6f8fb;background:#ffffff14;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:flex;overflow:hidden}.smart-prompt-field__mention-thumb img{object-fit:cover;width:100%;height:100%}.smart-prompt-field__mention-copy{gap:2px;min-width:0;display:grid}.smart-prompt-field__mention-copy strong,.smart-prompt-field__mention-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.smart-prompt-field__mention-copy strong{font-size:13px}.smart-prompt-field__mention-copy span{color:#a8b1c1;font-size:12px}.genai-smart-control-rail{z-index:20;min-width:0;margin-top:auto;position:relative}.genai-smart-control-rail__row{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:14px;min-width:0;display:grid}.genai-smart-control-trigger{color:#e2e7e8b8;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-rows:66px;min-width:0;padding:0;display:grid}.genai-smart-control-trigger__body{color:#fff;background:#121314b8;border-radius:10px;place-items:center;gap:3px;min-width:0;min-height:66px;padding:8px;display:grid}.genai-smart-control-trigger:hover .genai-smart-control-trigger__body,.genai-smart-control-trigger:focus-visible .genai-smart-control-trigger__body,.genai-smart-control-trigger--active .genai-smart-control-trigger__body{background:#1f232afa}.genai-smart-control-trigger:focus-visible{outline:none}.genai-smart-control-trigger:focus-visible .genai-smart-control-trigger__body{box-shadow:inset 0 0 0 2px #6299ffb8}.genai-smart-control-trigger__preview{justify-content:center;align-items:center;width:28px;height:26px;display:inline-flex}.genai-smart-control-trigger__frame{border:1.5px solid;border-radius:3px;display:block;box-shadow:0 0 0 1px #0000002e}.genai-smart-control-trigger__frame--resolution{width:18px;height:8px}.genai-smart-control-trigger__quality{color:currentColor;font-size:11px;font-weight:900;line-height:1}.genai-smart-control-trigger__body strong{font-size:13px;font-weight:800;line-height:1}.genai-smart-control-rail__popover{z-index:35;box-shadow:none;background:#151719;border:0;border-radius:10px 10px 0 0;padding:0;position:absolute;bottom:calc(100% - 1px);left:0;right:0;overflow:hidden}.genai-smart-control-rail__popover .aspect-ratio-control,.genai-smart-control-rail__popover .resolution-control,.genai-smart-control-rail__popover .quality-control{gap:0}.genai-smart-control-rail__popover .aspect-ratio-control__options,.genai-smart-control-rail__popover .resolution-control__options,.genai-smart-control-rail__popover .quality-control__options{background:#151719;border-radius:10px 10px 0 0;width:100%}.genai-smart-control-rail__popover .aspect-ratio-control__option{flex:1 0 52px}.genai-smart-control-rail__popover .resolution-control__option{flex:1 1 0;min-width:0}.genai-workspace__column-footer{color:#e2e7e89e;background:#202126;border-top:1px solid #e2e7e81a;flex:none;align-items:center;min-height:42px;padding:6px 10px;font-size:12px;font-weight:700;display:flex}.genai-workspace__column-footer--action{justify-content:space-between;gap:12px}.genai-workspace__footer-action{color:#f2f5f6;min-width:72px;font:inherit;cursor:pointer;background:#ffffff0a;border:1px solid #e2e7e824;border-radius:10px;padding:6px 10px;font-size:12px;font-weight:700}.genai-workspace__footer-action:hover:not(:disabled){background:#ffffff14;border-color:#e2e7e83d}.genai-workspace__footer-action:disabled{opacity:.48;cursor:not-allowed}.genai-workspace__active-jobs{background:#111216cc;border:1px solid #e2e7e814;border-radius:14px;flex-direction:column;gap:10px;margin-top:12px;padding:12px;display:flex}.genai-workspace__active-jobs-header{color:#e2e7e8c7;text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;display:flex}.genai-workspace__active-jobs-list{flex-direction:column;gap:8px;display:flex}.genai-queue-panel{flex-direction:column;gap:12px;min-width:0;height:100%;min-height:0;display:flex}.genai-queue-panel__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.genai-queue-panel__header strong{color:#f2f5f6;font-size:14px;display:block}.genai-queue-panel__meta{color:#e2e7e88f;font-size:12px}.genai-queue-panel__list{flex:auto;min-height:0;overflow:auto}.genai-queue-panel__empty{color:#e2e7e894;background:#11121673;border:1px solid #e2e7e814;border-radius:12px;padding:14px;font-size:12px}.genai-workspace__active-job-card{background:#ffffff08;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.genai-workspace__active-job-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.genai-workspace__active-job-title-row{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.genai-workspace__active-job-title-row strong{color:#f2f5f6;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;overflow:hidden}.genai-workspace__active-job-state{color:#e2e7e8b3;flex:none;font-size:11px;font-weight:700}.genai-workspace__active-job-state--running{color:#86d3ff}.genai-workspace__active-job-state--queued{color:#f3cd72}.genai-workspace__active-job-state--saving_output{color:#a9f0bb}.genai-workspace__active-job-meta{color:#e2e7e88a;flex-wrap:wrap;gap:8px;font-size:11px;display:flex}.genai-workspace__active-job-action{color:#f2f5f6;min-width:88px;font:inherit;cursor:pointer;background:#ffffff0a;border:1px solid #e2e7e824;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:700}.genai-workspace__active-job-action:hover:not(:disabled){background:#d2515129;border-color:#d2515166}.genai-workspace__active-job-action:disabled{opacity:.48;cursor:not-allowed}.genai-workspace__setup-footer{grid-template-columns:minmax(0,1fr) auto minmax(140px,1fr);gap:12px;display:grid}.genai-workspace__generate-button{width:100%}.genai-workspace__resize-handle{cursor:col-resize;touch-action:none;-webkit-user-select:none;user-select:none;background:#151618;border-left:1px solid #0000;border-right:1px solid #0000;align-self:stretch;width:16px;transition:background .14s,border-color .14s;position:relative}.genai-workspace__resize-handle:after{content:"";background:#e2e7e833;border-radius:999px;width:2px;height:48px;transition:background .14s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.genai-workspace__resize-handle:hover,.genai-workspace--resizing .genai-workspace__resize-handle,.genai-workspace--side-resizing .genai-workspace__resize-handle--side{background:#3a6cd91f;border-left-color:#3a6cd98c;border-right-color:#3a6cd98c}.genai-workspace__resize-handle:hover:after,.genai-workspace--resizing .genai-workspace__resize-handle:after,.genai-workspace--side-resizing .genai-workspace__resize-handle--side:after{background:#74a0ffe6}.genai-workspace__render-history{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.genai-workspace__render-history-body{flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.genai-workspace__render-footer{justify-content:flex-end}.genai-workspace__render-history .project-page--with-sidebar{width:100%}.genai-workspace__render-history .project-page__content{padding:0}.genai-workspace__render-history .moodboards-toolbar{padding:8px 8px 8px 0}.genai-workspace__render-history .moodboard-grid{padding-right:8px}.shots-filmstrip-page__editor-main{flex:auto;min-width:0;min-height:0;overflow:hidden}.shots-filmstrip-page__editor{overflow:hidden}.shots-filmstrip-page__editor-panel{height:100%;min-height:0;box-shadow:none;border-radius:0;padding:0;overflow:hidden}.shots-filmstrip-page__dock{isolation:isolate;background:#1f2126;border-top:1px solid #ffffff14;flex-direction:column;flex:0 0 150px;min-height:150px;max-height:150px;display:flex;position:relative}.shots-filmstrip-page__dock-bar{z-index:2;border-top:1px solid #ffffff14;flex:0 0 42px;min-height:42px;position:relative}.shots-filmstrip-page__dock-left{z-index:3;align-items:center;display:inline-flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.shots-filmstrip-page__dock-center{z-index:3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shots-filmstrip-page__dock-right{z-index:3;align-items:center;gap:10px;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.shots-filmstrip-page__mode-switcher{flex-wrap:nowrap}.shot-transport-controls{align-items:center;gap:8px;display:inline-flex}.shot-transport-controls .square-icon-button{background:0 0;border-color:#0000}.dock-launcher-strip{align-items:center;gap:8px;display:inline-flex}.workspace-side-dock{opacity:0;pointer-events:none;background:#1f2126;border-right:1px solid #0000;width:0;min-width:0;height:100%;transition:width .16s,opacity .12s,border-color .16s;display:flex;position:relative;overflow:hidden}.workspace-side-dock--open{opacity:1;pointer-events:auto;border-right-color:#ffffff14}.workspace-side-dock--resizing{transition:none}.workspace-side-dock__resize-handle{cursor:col-resize;z-index:3;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border-left:1px solid #0000;border-right:1px solid #0000;width:10px;height:100%;transition:background .14s,border-color .14s;position:absolute;top:0;right:0}.workspace-side-dock__resize-handle:after{content:"";background:#e2e7e833;border-radius:999px;width:2px;height:48px;transition:background .14s;position:absolute;top:50%;right:2px;transform:translateY(-50%)}.workspace-side-dock__resize-handle:hover,.workspace-side-dock--resizing .workspace-side-dock__resize-handle{background:#3a6cd91f;border-left-color:#3a6cd98c;border-right-color:#3a6cd98c}.workspace-side-dock__resize-handle:hover:after,.workspace-side-dock--resizing .workspace-side-dock__resize-handle:after{background:#74a0ffe6}.workspace-side-dock__content{flex:auto;min-width:0;min-height:0;overflow:hidden}.scene-doc-panel{background:#1f2126;flex-direction:column;height:100%;min-height:0;display:flex}.scene-doc-panel__workspace{box-sizing:border-box;flex-direction:column;flex:auto;gap:14px;min-height:0;padding:14px;display:flex}.scene-doc-panel__tabs{width:100%}.scene-doc-panel__tabs .segmented-control__button{flex:1 1 0}.scene-doc-panel__body{flex:auto;min-height:0;padding:0;overflow:hidden}.scene-doc-panel__editor{flex-direction:column;flex:auto;height:100%;min-height:0;display:flex;overflow:auto}.scene-doc-panel__editor .script-document-editor__mdx{overflow:visible}.scene-doc-panel__editor .script-document-editor__rich,.scene-doc-panel__editor .script-document-editor__rich.mdxeditor-root-contenteditable,.scene-doc-panel__editor .script-document-editor__rich.mdxeditor-contenteditable{min-height:100%;max-height:none;overflow:visible}.scene-doc-panel__fallback{height:100%;min-height:0}.scene-doc-panel__empty{text-align:center;color:#e2e7e8b8;margin:auto;padding:24px}.shots-filmstrip-page__preview{height:100%;min-height:0}.shots-filmstrip-page__preview-empty{width:100%;height:100%;min-height:0;color:var(--color-text-muted);place-items:center;font-weight:600;display:grid}.shots-filmstrip-page__preview-dropzone{flex-direction:column;align-items:center;gap:26px;width:min(100%,460px);display:flex}.shots-filmstrip-page__preview-dropzone-card{background:#25262ab8;border:1px dashed #e2e7e861;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:22px;width:min(100%,374px);min-height:344px;padding:28px;display:flex}.shots-filmstrip-page__preview-dropzone-icon{object-fit:contain;opacity:.96;width:42px;height:42px}.shots-filmstrip-page__preview-dropzone-text{text-align:center;color:#cfd8e6;font-size:14px;line-height:1.45}.shots-filmstrip-page__preview-dropzone-label{color:#b9c6dc;font-size:16px;line-height:1.2}.shots-filmstrip-page .shot-editor{grid-template-columns:minmax(0, 1fr) 16px minmax(320px, var(--shot-editor-text-width,384px));grid-template-rows:minmax(0,1fr);align-items:stretch;gap:0;height:100%;min-height:0;margin:8px}.shots-filmstrip-page .shot-editor__image,.shots-filmstrip-page .shot-editor__properties,.shots-filmstrip-page .shot-editor__field{min-height:0}.shots-filmstrip-page .shot-editor__text-column{flex-direction:column;width:100%;min-width:0;padding-left:8px;display:flex}.shots-filmstrip-page .shot-editor__resize-handle{cursor:col-resize;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border-left:1px solid #0000;border-right:1px solid #0000;align-self:stretch;width:16px;transition:background .14s,border-color .14s;position:relative}.shots-filmstrip-page .shot-editor__resize-handle:after{content:"";background:#e2e7e833;border-radius:999px;width:2px;height:48px;transition:background .14s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shots-filmstrip-page .shot-editor__resize-handle:hover,.shots-filmstrip-page .shot-editor--resizing .shot-editor__resize-handle{background:#3a6cd91f;border-left-color:#3a6cd98c;border-right-color:#3a6cd98c}.shots-filmstrip-page .shot-editor__resize-handle:hover:after,.shots-filmstrip-page .shot-editor--resizing .shot-editor__resize-handle:after{background:#74a0ffe6}.shots-filmstrip-page .shot-editor__text-workspace{flex:auto;gap:12px;width:100%;min-width:0}.shots-filmstrip-page .shot-editor__text-workspace-body{flex-direction:column;display:flex}.shots-filmstrip-page .shot-editor__media-shell{flex-direction:column;flex:auto;height:100%;min-height:0;display:flex}.shots-filmstrip-page .shot-editor__image-preview{border-radius:12px;height:100%;min-height:0;max-height:none}.shots-filmstrip-page .shot-editor__image-preview .media-surface--inline,.shots-filmstrip-page .shot-editor__video-preview-shell .media-surface--inline{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%}.shots-filmstrip-page__preview-button{width:100%;height:100%}.shots-filmstrip-page .shot-editor__properties{overflow:hidden}.shots-filmstrip-page .shot-editor__properties--narrative{flex-direction:column;gap:12px;display:flex}.shots-filmstrip-page .shot-editor__narrative-switcher{flex:none}.shots-filmstrip-page .shot-editor__properties--meta{flex-direction:column;gap:12px;display:flex}.shots-filmstrip-page .shot-editor__tab-panel{flex:auto;min-height:0}.shots-filmstrip-page .shot-editor__tab-panel--single{width:100%;min-height:0;display:flex}.shots-filmstrip-page .shot-editor__tab-panel--single .shot-editor__properties--narrative{flex:auto;width:100%}.shots-filmstrip-page .shot-editor__properties--description-inspector{min-height:0}.shots-filmstrip-page .shot-editor__properties--details{max-width:340px}.shots-filmstrip-page .shot-editor__textarea{resize:none;flex:auto;min-height:0}.shots-filmstrip-page .shot-editor__textarea--small{min-height:0}.shots-filmstrip-page .shot-editor__field--primary{flex:1 1 0}.shots-filmstrip-page .shot-editor__field--secondary{flex:.72 1 0}.shots-filmstrip-page .shot-editor__field--character-movement{flex-direction:column;flex:none;min-height:0;display:flex}.shots-filmstrip-page .shot-editor__field--audio{flex:none;min-height:0}.shot-audio-drop{width:100%;min-height:40px;color:var(--muted-text);background:#1a1c1f;border:0;border-radius:10px;outline:none;align-items:center;display:flex;overflow:hidden}.shot-audio-drop--has-audio{background:#1a1c1f}.shot-audio-drop:focus-visible{outline:1px solid var(--color-tab-active);outline-offset:0}.shot-audio-drop__placeholder{width:100%;color:var(--color-text-muted);padding:0 12px;font-size:14px;font-weight:400;line-height:38px}.shot-audio-player{grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;gap:8px;width:100%;min-width:0;height:40px;padding:0 6px;display:grid}.shot-audio-player__button{border:1px solid var(--border-color);width:28px;height:28px;color:var(--text-color);cursor:pointer;background:#ffffff0d;border-radius:7px;place-items:center;display:inline-grid}.shot-audio-player__button:hover:not(:disabled),.shot-audio-player__button:focus-visible:not(:disabled){border-color:var(--color-tab-active);background:#ffffff1a}.shot-audio-player__button:disabled{opacity:.45;cursor:default}.shot-audio-player__button img{object-fit:contain;width:15px;height:15px}.shot-audio-player__button--remove img{width:13px;height:13px}.shot-audio-player__scrubber{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;display:grid}.shot-audio-player__range{width:100%;min-width:0;accent-color:var(--color-tab-active)}.shot-audio-player__time{text-align:right;min-width:74px;color:var(--muted-text);font-variant-numeric:tabular-nums;font-size:11px}.shots-filmstrip-page .shot-editor__field--camera-movement{flex-direction:column;flex:none;min-height:0;display:flex}.shots-filmstrip-page .shot-editor__field--notes{flex-direction:column;flex:1 1 0;min-height:0;padding-top:8px;display:flex;position:relative}.shots-filmstrip-page .shot-editor__notes-heading{flex:none;min-height:20px}.shots-filmstrip-page .shot-editor__notes-mdx{flex-direction:column;flex:auto;min-height:0;display:flex;position:relative}.shots-filmstrip-page .shot-editor__field--camera-movement .shot-suggestion-field{flex-direction:column;flex:auto;min-height:0;display:flex}.shots-filmstrip-page .shot-notes-editor{flex-direction:column;flex:auto;min-height:0;display:flex;position:relative;overflow:visible}.shots-filmstrip-page .shot-editor__textarea--character-movement{resize:vertical;min-height:68px}.shots-filmstrip-page .shot-notes-editor__toolbar{z-index:2;background:0 0;border:0;justify-content:flex-end;align-items:center;min-height:0;padding:0;display:inline-flex;position:absolute;top:-38px;right:0}.shots-filmstrip-page .shot-notes-editor__toolbar .square-icon-button{width:36px;height:36px}.shots-filmstrip-page .shot-notes-editor__toolbar .square-icon-button img{width:16px;height:16px;display:block}.shots-filmstrip-page .shot-notes-editor__shell{width:100%;height:100%;min-height:0;color:var(--color-text);box-shadow:none;background:#1a1c1f;border:none;border-radius:10px;flex:auto;max-width:none;margin:0;padding:10px 12px 10px 14px;display:block;overflow-y:auto}.shots-filmstrip-page .shot-notes-editor__content{min-height:100%;color:var(--color-text);white-space:pre-wrap;outline:none;font-family:inherit;font-size:14px;line-height:1.5}.shots-filmstrip-page .shot-notes-editor__content p{margin:0}.shots-filmstrip-page .shot-notes-editor__content p+p{margin-top:.4em}.shots-filmstrip-page .shot-notes-editor__content .is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--color-text-muted);float:left;pointer-events:none;height:0}.shots-filmstrip-page .shot-notes-editor__content ul[data-type=taskList]{margin:0;padding:0;list-style:none}.shots-filmstrip-page .shot-notes-editor__content ul[data-type=taskList] li{align-items:flex-start;gap:10px;margin:0;display:flex}.shots-filmstrip-page .shot-notes-editor__content ul[data-type=taskList] li+li{margin-top:6px}.shots-filmstrip-page .shot-notes-editor__content ul[data-type=taskList] li>label{justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.shots-filmstrip-page .shot-notes-editor__content ul[data-type=taskList] li>div{flex:auto;min-width:0}.shots-filmstrip-page .shot-notes-editor__content ul[data-type=taskList] li[data-checked=true]>div{opacity:.72;text-decoration:line-through}.shots-filmstrip-page .shot-notes-editor__content input[type=checkbox]{accent-color:#1d4593;width:15px;height:15px;margin:0}.shots-filmstrip-page .shot-feedback-panel{grid-template-rows:auto minmax(0,1fr) auto;gap:12px;width:100%;min-width:0;height:100%;min-height:0;display:grid}.shots-filmstrip-page .shot-feedback-panel__header{box-sizing:border-box;justify-content:flex-end;align-items:flex-start;gap:12px;width:100%;min-width:0;padding-right:16px;display:flex}.shots-filmstrip-page .shot-feedback-panel__header .muted{margin:4px 0 0;font-size:13px}.shots-filmstrip-page .shot-feedback-panel__resolved-toggle{flex:none;margin-top:2px;margin-left:auto}.shots-filmstrip-page .shot-feedback-panel__list{box-sizing:border-box;flex-direction:column;gap:10px;width:100%;min-height:0;padding-right:2px;display:flex;overflow:auto}.shots-filmstrip-page .shot-feedback-panel__empty{width:100%;margin:0}.shots-filmstrip-page .shot-feedback-entry{grid-template-columns:34px minmax(0,1fr);align-items:flex-start;gap:10px;display:grid}.shots-filmstrip-page .shot-feedback-entry--own{grid-template-columns:minmax(0,1fr);justify-items:stretch;margin-left:70px}.shots-filmstrip-page .shot-feedback-entry--other{margin-right:70px}.shots-filmstrip-page .shot-feedback-entry--other .shot-feedback-entry__content{grid-column:2}.shots-filmstrip-page .shot-feedback-entry--resolved{opacity:.76}.shots-filmstrip-page .shot-feedback__avatar{color:#fff;background:#ba4f95;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:inline-flex}.shots-filmstrip-page .shot-feedback__avatar--small{flex:0 0 26px;width:26px;height:26px;font-size:10px}.shots-filmstrip-page .shot-feedback-entry__content{box-sizing:border-box;background:#1a1c1f;border-radius:8px;width:100%;min-width:0;padding:10px 12px;position:relative;box-shadow:0 2px 8px #00000024}.shots-filmstrip-page .shot-feedback-entry--own .shot-feedback-entry__content{background:#2d2f34;width:100%}.shots-filmstrip-page .shot-feedback-entry__header{color:var(--color-text-muted);flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:6px;padding-right:28px;font-size:12px;display:flex}.shots-filmstrip-page .shot-feedback-entry--own .shot-feedback-entry__header{justify-content:flex-end}.shots-filmstrip-page .shot-feedback-entry__expand{opacity:.86;background:0 0;border:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:inline-flex;position:absolute;top:10px;right:10px}.shots-filmstrip-page .shot-feedback-entry__expand img{width:16px;height:16px;display:block}.shots-filmstrip-page .shot-feedback-entry__expand--open img{transform:rotate(180deg)}.shots-filmstrip-page .shot-feedback-entry__header strong{color:var(--color-text);font-size:13px}.shots-filmstrip-page .shot-feedback-entry__status{color:#8ecbf3}.shots-filmstrip-page .shot-feedback-entry__body{color:var(--color-text);white-space:pre-wrap;overflow-wrap:anywhere;padding-right:22px;font-size:12px;line-height:1.45}.shots-filmstrip-page .shot-feedback-entry__version-ref{color:#dce8ff;vertical-align:baseline;background:#2d5dc438;border:1px solid #6299ff57;border-radius:999px;align-items:center;min-height:20px;margin:0 2px;padding:0 7px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.shots-filmstrip-page .shot-feedback-entry__version-ref:hover{color:#fff;background:#3a6cd957;border-color:#74a0ff9e}.shots-filmstrip-page .shot-feedback-entry__mentions{color:#8ecbf3;flex-wrap:wrap;gap:6px;margin-top:8px;font-size:12px;display:flex}.shots-filmstrip-page .shot-feedback-entry__footer{justify-content:space-between;align-items:center;gap:10px;margin-top:10px;display:flex}.shots-filmstrip-page .shot-feedback-entry__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.shots-filmstrip-page .shot-feedback-entry__meta{justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;font-size:11px;display:inline-flex}.shots-filmstrip-page .shot-feedback-entry__timestamp{color:var(--color-text-muted);white-space:nowrap;font-size:12px}.shots-filmstrip-page .shot-feedback-version-event{grid-template-columns:minmax(12px,1fr) auto minmax(12px,1fr);align-items:center;gap:10px;margin:2px 0;display:grid}.shots-filmstrip-page .shot-feedback-version-event__line{background:#ffffff14;height:1px}.shots-filmstrip-page .shot-feedback-version-event__card{max-width:min(100%,340px);color:var(--color-text);text-align:left;background:#ffffff09;border:1px solid #ffffff1a;border-radius:8px;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:10px;padding:7px 9px;display:grid}.shots-filmstrip-page .shot-feedback-version-event__card:not(:disabled){cursor:pointer}.shots-filmstrip-page .shot-feedback-version-event__card:not(:disabled):hover{background:#ffffff0f;border-color:#fff3}.shots-filmstrip-page .shot-feedback-version-event__thumb{aspect-ratio:16/9;object-fit:cover;background:#ffffff14;border-radius:6px;width:64px}.shots-filmstrip-page .shot-feedback-version-event__thumb--empty{display:block}.shots-filmstrip-page .shot-feedback-version-event__copy{gap:2px;min-width:0;display:grid}.shots-filmstrip-page .shot-feedback-version-event__copy strong,.shots-filmstrip-page .shot-feedback-version-event__copy span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.shots-filmstrip-page .shot-feedback-version-event__copy strong{color:#ffffffe6;font-size:12px}.shots-filmstrip-page .shot-feedback-version-event__copy span{color:#e2e7e88c;font-size:11px}.shots-filmstrip-page .shot-feedback-entry__actions button{color:#8ecbf3;background:0 0;border:0;padding:0;font-size:12px}.shots-filmstrip-page .shot-feedback-entry__reply-composer{margin-top:10px}.shots-filmstrip-page .shot-feedback-entry__replies{border-left:1px solid #ffffff1a;flex-direction:column;gap:10px;margin-top:10px;padding-left:10px;display:flex}.shots-filmstrip-page .shot-feedback-composer{flex-direction:column;gap:8px;display:flex}.shots-filmstrip-page .shot-feedback-composer__mentions{flex-wrap:wrap;gap:6px;display:flex}.shots-filmstrip-page .shot-feedback-composer__mention-chip{color:#8ecbf3;background:#8ecbf314;border:1px solid #8ecbf342;border-radius:8px;padding:4px 8px;font-size:12px}.shots-filmstrip-page .shot-feedback-composer__input-wrap{position:relative}.shots-filmstrip-page .shot-feedback-composer__input{resize:vertical;border-radius:14px;width:100%;min-height:76px;padding-bottom:16px;padding-right:52px}.shots-filmstrip-page .shot-feedback-composer--compact{gap:6px}.shots-filmstrip-page .shot-feedback-composer--compact .shot-feedback-composer__input{background:0 0;border-radius:0;min-height:72px;padding:6px 10px;font-size:12px;line-height:1.45}.shots-filmstrip-page .shot-feedback-composer--compact .shot-feedback-composer__input::placeholder{color:var(--color-text-muted)}.shots-filmstrip-page .shot-feedback-composer--compact .shot-feedback-composer__input-wrap{flex-direction:column;gap:8px;min-height:0;padding-right:0;display:flex}.shots-filmstrip-page .shot-feedback-composer--compact .shot-feedback-composer__controls{justify-content:flex-end;position:static}.shots-filmstrip-page .shot-feedback-composer--compact .shot-feedback-composer__cancel{font-size:11px}.shots-filmstrip-page .shot-feedback-composer--compact .shot-feedback-composer__send{width:30px;height:30px}.shots-filmstrip-page .shot-feedback-composer__controls{align-items:center;gap:10px;display:flex;position:absolute;bottom:12px;right:12px}.shots-filmstrip-page .shot-feedback-composer__cancel{color:var(--color-text-muted);background:0 0;border:0;padding:0;font-size:12px}.shots-filmstrip-page .shot-feedback-composer__cancel:hover:not(:disabled){color:var(--color-text)}.shots-filmstrip-page .shot-feedback-composer__send{color:#181a1d;background:#f2f2f2;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 8px 18px #0000003d}.shots-filmstrip-page .shot-feedback-composer__send:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.shots-filmstrip-page .shot-feedback-composer__send:disabled{opacity:.45;cursor:not-allowed;transform:none}.shots-filmstrip-page .shot-feedback-composer__send svg{margin-left:1px}.shots-filmstrip-page .shot-feedback-composer__mention-menu{z-index:8;background:#171a1f;border:1px solid #ffffff1f;border-radius:8px;position:absolute;bottom:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #00000052}.shots-filmstrip-page .shot-feedback-composer__mention-option{width:100%;color:var(--color-text);text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:8px 10px;display:flex}.shots-filmstrip-page .shot-feedback-composer__mention-option:hover{background:#ffffff14}.shots-filmstrip-page .shot-feedback-composer__mention-name,.shots-filmstrip-page .shot-feedback-composer__mention-email{line-height:1.3;display:block}.shots-filmstrip-page .shot-feedback-composer__mention-email{color:var(--color-text-muted);font-size:12px}.shots-filmstrip-page .shot-editor__field--placeholder{background:#1112146b;border:1px dashed #ffffff14;border-radius:12px;justify-content:center;align-items:center;padding:24px;display:flex}.shots-filmstrip-page .shot-editor__placeholder-copy{color:var(--color-text-muted);text-align:center;max-width:32ch;line-height:1.5}.shots-filmstrip-page .shot-editor__properties--meta .form-row{gap:8px}.shots-filmstrip-page .shot-editor__properties--meta .form-input{min-height:32px}.shots-filmstrip-page .shot-editor__mode{margin-top:auto}.shots-filmstrip-page__strip-panel{min-height:0;max-height:none;box-shadow:none;z-index:1;background:#1f2126;border-bottom:none;border-left:none;border-right:none;border-radius:0;flex:auto;padding:0;position:relative;overflow:hidden}.shots-filmstrip-page__strip-scroll{scrollbar-gutter:stable;align-items:flex-start;gap:18px;height:100%;padding:7px 0 10px;display:flex;overflow:auto hidden}.filmstrip-scene{flex-direction:column;min-width:max-content;display:flex}.filmstrip-scene__track{align-items:flex-start;gap:10px;margin-top:1px;display:flex}.filmstrip-scene__item{flex-direction:column;gap:6px;padding:2px 0;display:flex;position:relative}.filmstrip-scene__set-outline,.filmstrip-scene__item--set-start .filmstrip-scene__set-outline,.filmstrip-scene__item--set-end .filmstrip-scene__set-outline{display:none}.filmstrip-scene__item--set-start .filmstrip-shot{border-top-left-radius:24px;border-bottom-left-radius:24px}.filmstrip-scene__item--set-end .filmstrip-shot{border-top-right-radius:24px;border-bottom-right-radius:24px}.filmstrip-scene__set-link{z-index:3;pointer-events:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:50%;right:-22px;transform:translateY(-50%)}.filmstrip-scene__set-link img{filter:drop-shadow(0 3px 8px #000);width:22px;height:22px;display:block}.filmstrip-shot{box-sizing:border-box;background:#17191c;border:1px solid #ffffff1f;border-radius:12px;width:170px;padding:0;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden}.filmstrip-shot:after{display:none}.filmstrip-shot--active{border-width:3px;border-color:var(--color-tab-active);box-shadow:0 0 0 2px #3a6cd952}.filmstrip-shot--selected:not(.filmstrip-shot--active){border-color:#ff8f1f;box-shadow:0 0 0 2px #ff8f1f57}.filmstrip-shot--dragging{z-index:5;box-shadow:0 18px 30px #00000052}.filmstrip-shot__thumb{aspect-ratio:16/9;background:#111214;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.filmstrip-shot__thumb-media{object-fit:cover;width:100%;height:100%;display:block}.filmstrip-shot__thumb-placeholder{background:linear-gradient(135deg,#ffffff0d,#ffffff05);width:100%;height:100%}.filmstrip-shot__scene-label{z-index:1;color:#fff;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;background:#0a0b0dd1;border:1px solid #ffffff1f;border-radius:8px;align-items:center;max-width:calc(100% - 16px);min-height:22px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:4px;left:4px;overflow:hidden}.filmstrip-shot__badge{z-index:1;color:#fff;letter-spacing:.04em;-webkit-user-select:none;user-select:none;background:#0a0b0dc7;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:22px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;bottom:4px;left:4px}.filmstrip-shot__review-dot{z-index:1;border:1px solid #0a0b0db8;border-radius:999px;width:10px;height:10px;position:absolute;bottom:6px;right:6px;box-shadow:0 0 0 1px #ffffff2e}.filmstrip-shot__review-dot--neutral{background:#8f949c}.filmstrip-shot__review-dot--info{background:var(--color-tab-active)}.filmstrip-shot__review-dot--success{background:#58b26b}.shots-list{flex-direction:column;gap:10px;display:flex}.shots-list__tail-space{pointer-events:none;height:min(40vh,320px)}.shots-item{flex-direction:column;gap:8px;display:flex}.shots-row{width:100%;color:inherit;text-align:left;background:#1a1c1f;border:1px solid #ffffff14;border-radius:12px;grid-template-columns:44px 116px minmax(0,1fr) 28px;align-items:center;gap:12px;padding:10px;display:grid}.shots-row:hover{background:#ffffff0f}.shots-row--active{background:#242628;border-color:#0000}.shots-inline-editor{background:#2a2c31;border:none;border-radius:12px;padding:12px}.shots-row__number{align-content:center;justify-items:center;gap:6px;width:44px;display:grid}.shots-row__number-label{color:#ffffffe0;letter-spacing:.03em;font-size:24px;font-weight:600;line-height:1}.shots-row__move-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:26px;height:16px;padding:0;display:inline-flex}.shots-row__move-button img{object-fit:contain;opacity:.9;width:100%;height:100%}.shots-row__move-button:hover img{opacity:1}.shots-row__delete{justify-content:flex-end;display:flex}.shots-row__delete-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.shots-row__delete-button img{object-fit:contain;width:100%;height:100%}.shots-row__delete-button:hover img{opacity:1}.shots-row__image{aspect-ratio:16/9;background:#111214;border-radius:10px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.shots-row__text{color:var(--color-text);white-space:normal;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-width:0;max-height:2.8em;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.shot-editor{grid-template-columns:minmax(320px,1.2fr) minmax(280px,1fr);align-items:stretch;gap:16px;display:grid}.shot-editor__image{flex-direction:column;gap:12px;display:flex}.shot-editor__media-shell{background:#17191c;border-radius:4px;position:relative;overflow:hidden}.shot-editor__image-preview{background:#111214;border:none;border-radius:12px 12px 0 0;justify-content:center;align-items:center;width:100%;min-height:240px;max-height:70vh;display:flex;position:relative;overflow:hidden}.shot-editor__preview-button{cursor:zoom-in;background:0 0;border:none;border-radius:12px;outline:none;width:100%;height:100%;margin:0;padding:0;display:block;overflow:hidden}.shot-editor__preview-button:focus{outline:none}.shot-editor__preview-button:focus-visible{outline:none;box-shadow:inset 0 0 0 1px #74a0ffb8}.sidebar-nav__item--with-leading .sidebar-nav__button{padding-left:0}.sidebar-nav__leading,.sidebar-nav__trailing{flex:none;justify-content:center;align-items:center;display:inline-flex}.sidebar-nav__leading{width:24px;margin-left:0}.sidebar-nav__trailing{padding-right:0}.sidebar-nav__tree-toggle,.sidebar-nav__row-action{color:#e6e7e89e;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:inline-flex}.sidebar-nav__tree-toggle:hover,.sidebar-nav__row-action:hover{color:#fff;background:#ffffff14}.sidebar-nav__tree-toggle svg{transition:transform .16s}.sidebar-nav__tree-toggle--expanded svg{transform:rotate(90deg)}.sidebar-nav__tree-spacer{width:22px;height:22px}.sidebar-nav__row-action{opacity:0}.sidebar-nav__row-action img{object-fit:contain;width:15px;height:15px;display:block}.sidebar-nav__item:hover .sidebar-nav__row-action,.sidebar-nav__button:focus-visible+.sidebar-nav__trailing .sidebar-nav__row-action,.sidebar-nav__row-action:focus-visible{opacity:1}.shot-editor__video-preview-shell{justify-content:stretch;align-items:stretch;width:100%;height:100%;min-height:240px;display:flex;position:relative}.shot-editor__video-transport{z-index:4;opacity:0;pointer-events:none;background:#111214d6;padding:8px 12px 10px;transition:opacity .16s,transform .16s;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.shot-editor__video-preview-shell:hover .shot-editor__video-transport,.shot-editor__video-preview-shell:focus-within .shot-editor__video-transport{opacity:1;pointer-events:auto;transform:translateY(0)}.shot-editor__video-transport-bar.video-transport{width:100%;max-width:100%;min-height:36px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;margin:0 auto;padding:0}.shot-editor__video-preview-footer{grid-template-columns:minmax(0,1fr) minmax(180px,48%) minmax(0,1fr)}.shot-editor__video-preview-footer .video-preview-footer__title,.shot-editor__video-preview-footer .video-preview-footer__meta,.shot-editor__video-preview-footer .video-preview-footer__separator{color:#e2e7e8ad}.shot-editor__preview-button--with-footer{position:relative}.shot-editor__image-preview-footer{z-index:4;opacity:0;pointer-events:none;background:#111214c7;grid-template-columns:minmax(0,1fr) minmax(0,180px) minmax(0,1fr);padding:8px 12px 10px;transition:opacity .16s,transform .16s;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.shot-editor__preview-button--with-footer:hover .shot-editor__image-preview-footer,.shot-editor__preview-button--with-footer:focus-visible .shot-editor__image-preview-footer{opacity:1;transform:translateY(0)}.shot-editor__image-preview-footer .video-preview-footer__title,.shot-editor__image-preview-footer .video-preview-footer__meta,.shot-editor__image-preview-footer .video-preview-footer__separator{color:#e2e7e8ad}.shot-editor__crop-shell{background:#0d0f11;width:100%;height:100%;min-height:240px;position:relative}.shot-editor__crop-stage{position:absolute;inset:0}.shot-editor__crop-stage>div{width:100%;height:100%}.shot-editor__crop-resize-layer{z-index:20;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shot-editor__crop-resize-handle{pointer-events:auto;background:0 0;border:0;margin:0;padding:0;position:absolute}.shot-editor__crop-resize-handle--top,.shot-editor__crop-resize-handle--bottom{cursor:ns-resize;height:12px;left:20px;right:20px}.shot-editor__crop-resize-handle--top{top:-6px}.shot-editor__crop-resize-handle--bottom{bottom:-6px}.shot-editor__crop-resize-handle--left,.shot-editor__crop-resize-handle--right{cursor:ew-resize;width:12px;top:20px;bottom:20px}.shot-editor__crop-resize-handle--left{left:-6px}.shot-editor__crop-resize-handle--right{right:-6px}.shot-editor__crop-resize-handle--top-left,.shot-editor__crop-resize-handle--top-right,.shot-editor__crop-resize-handle--bottom-right,.shot-editor__crop-resize-handle--bottom-left{width:22px;height:22px}.shot-editor__crop-resize-handle--top-left{cursor:nwse-resize;top:-10px;left:-10px}.shot-editor__crop-resize-handle--top-right{cursor:nesw-resize;top:-10px;right:-10px}.shot-editor__crop-resize-handle--bottom-right{cursor:nwse-resize;bottom:-10px;right:-10px}.shot-editor__crop-resize-handle--bottom-left{cursor:nesw-resize;bottom:-10px;left:-10px}.shot-editor__cropper-container{inset:0;position:absolute!important}.shot-editor__cropper-area{border:1px solid #ffffffeb;box-shadow:0 0 0 9999px #0000008f,0 0 0 1px #ffffff2e}.shot-editor__pixel-crop-stage{cursor:grab;touch-action:none;background:#050607;position:absolute;inset:0;overflow:hidden}.shot-editor__pixel-crop-stage:active{cursor:grabbing}.shot-editor__pixel-crop-image{-webkit-user-select:none;user-select:none;pointer-events:none;display:block;position:absolute}.shot-editor__pixel-crop-rect{z-index:4;cursor:default;touch-action:none;border:1px solid #fffffff5;position:absolute;box-shadow:0 0 0 9999px #0000008f,0 0 0 1px #fff3}.shot-editor__pixel-crop-grid{pointer-events:none;background:linear-gradient(90deg,#0000 33.333%,#ffffff6b 33.333% calc(33.333% + 1px),#0000 calc(33.333% + 1px) 66.666%,#ffffff6b 66.666% calc(66.666% + 1px),#0000 calc(66.666% + 1px)),linear-gradient(0deg,#0000 33.333%,#ffffff6b 33.333% calc(33.333% + 1px),#0000 calc(33.333% + 1px) 66.666%,#ffffff6b 66.666% calc(66.666% + 1px),#0000 calc(66.666% + 1px));position:absolute;inset:0}.shot-editor__pixel-crop-handle{z-index:5;background:0 0;border:0;margin:0;padding:0;position:absolute}.shot-editor__pixel-crop-handle--top,.shot-editor__pixel-crop-handle--bottom{cursor:ns-resize;height:14px;left:18px;right:18px}.shot-editor__pixel-crop-handle--top{top:-7px}.shot-editor__pixel-crop-handle--bottom{bottom:-7px}.shot-editor__pixel-crop-handle--left,.shot-editor__pixel-crop-handle--right{cursor:ew-resize;width:14px;top:18px;bottom:18px}.shot-editor__pixel-crop-handle--left{left:-7px}.shot-editor__pixel-crop-handle--right{right:-7px}.shot-editor__pixel-crop-handle--top-left,.shot-editor__pixel-crop-handle--top-right,.shot-editor__pixel-crop-handle--bottom-right,.shot-editor__pixel-crop-handle--bottom-left{width:24px;height:24px}.shot-editor__pixel-crop-handle--top-left{cursor:nwse-resize;top:-11px;left:-11px}.shot-editor__pixel-crop-handle--top-right{cursor:nesw-resize;top:-11px;right:-11px}.shot-editor__pixel-crop-handle--bottom-right{cursor:nwse-resize;bottom:-11px;right:-11px}.shot-editor__pixel-crop-handle--bottom-left{cursor:nesw-resize;bottom:-11px;left:-11px}.shot-editor__crop-toolbar{z-index:4;background:#1b1c1d;border-radius:16px;align-items:center;gap:10px;width:clamp(300px,25%,420px);height:40px;padding:0 10px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 18px 36px #0000004d}.shot-editor__crop-aspect-control{flex:0 auto;gap:0;max-width:min(62vw,620px)}.shot-editor__crop-aspect-control .aspect-ratio-control__options{background:#151719;border-radius:8px;min-height:40px}.shot-editor__crop-aspect-control .aspect-ratio-control__option{grid-template-rows:18px auto;gap:1px;min-width:46px;min-height:40px;padding:4px 7px 5px;font-size:11px}.shot-editor__crop-aspect-control .aspect-ratio-control__option:first-child{min-width:58px}.shot-editor__crop-aspect-control .aspect-ratio-control__frame-wrap{width:22px;height:18px}.shot-editor__crop-zoom-control{align-items:center;width:clamp(180px,18vw,320px);min-width:140px;display:inline-flex}.shot-editor__crop-slider{min-width:0;box-shadow:none;appearance:none;background:0 0;border:none;outline:none;flex:auto;height:18px;margin:0;padding:0}.shot-editor__crop-slider:focus,.shot-editor__crop-slider:focus-visible{box-shadow:none;outline:none}.shot-editor__crop-slider::-webkit-slider-runnable-track{background:linear-gradient(90deg, #6299ff 0%, #6299ff var(--crop-slider-fill,0%), #ffffff38 var(--crop-slider-fill,0%), #ffffff38 100%);border:none;border-radius:999px;height:4px}.shot-editor__crop-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#76a0ff;border:none;border-radius:50%;width:18px;height:18px;margin-top:-7px;box-shadow:0 2px 8px #00000052}.shot-editor__crop-slider::-moz-range-track{background:#ffffff38;border:none;border-radius:999px;height:4px}.shot-editor__crop-slider::-moz-range-progress{background:#6299ff;border-radius:999px;height:4px}.shot-editor__crop-slider::-moz-range-thumb{background:#76a0ff;border:none;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 8px #00000052}.shot-editor__crop-toolbar-buttons{align-items:center;gap:8px;display:inline-flex}.shot-editor__crop-toolbar-buttons .square-icon-button{width:32px;min-width:32px;height:32px;min-height:32px}.shot-editor__crop-close{width:18px;height:18px;box-shadow:none;opacity:.92;background:0 0;border:none;outline:none;justify-content:center;align-items:center;margin:0 2px 0 0;padding:0;display:inline-flex}.shot-editor__crop-close img{width:18px;height:18px;display:block}.shot-editor__crop-close:hover:not(:disabled),.shot-editor__crop-close:focus-visible:not(:disabled){opacity:1}.video-trim-editor{width:100%;max-width:100%}.video-trim-editor .concept-art-editor__workspace,.audio-trim-editor .concept-art-editor__workspace{place-items:stretch stretch}.video-trim-editor__shell{background:#111317;border:1px solid #ffffff1a;border-radius:16px;grid-template-rows:minmax(0,1fr) auto;width:100%;height:100%;min-height:0;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a}.video-trim-editor__stage{background:#050607;flex-direction:column;min-height:0;padding:10px;display:flex;position:relative}.video-trim-editor__video-surface{background:#000;border-radius:12px;flex:auto;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.video-trim-editor__video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.video-trim-editor__timeline-panel{background:linear-gradient(#ffffff08,#ffffff03),#171a1f;border-top:1px solid #ffffff14;gap:8px;padding:10px 14px 12px;display:grid}.video-trim-editor__transport-row{justify-content:center;align-items:center;min-height:36px;display:flex;position:relative}.video-trim-editor__playhead-pill{color:#e2e7e8eb;letter-spacing:.05em;background:#121314a3;border:1px solid #e2e7e824;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;left:0}.video-trim-editor__transport-buttons{align-items:center;gap:10px;display:inline-flex}.video-trim-editor__transport-right{align-items:center;gap:10px;display:inline-flex;position:absolute;right:0}.video-trim-editor__play-button{background:#6299ff2e;border-color:#6299ff85}.video-trim-editor__play-button:hover:not(:disabled){background:#6299ff47;border-color:#6299ff85}.video-trim-editor__zoom-button{width:auto;min-width:52px;padding:0 12px}.video-trim-editor__zoom-button-label{letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.video-trim-editor__timeline{-webkit-user-select:none;user-select:none;background:#0c1119;border:1px solid #ffffff14;border-radius:12px;height:64px;position:relative;overflow:hidden}.video-trim-editor__timeline-strip{display:flex;position:absolute;inset:0}.video-trim-editor__timeline-thumb{object-fit:cover;filter:saturate(.9);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;flex:1 1 0;min-width:0;height:100%}.video-trim-editor__timeline-placeholder{color:#e2e7e88f;margin:auto;font-size:12px}.video-trim-editor__timeline-dim{background:#0000008f;position:absolute;top:0;bottom:0;left:0}.video-trim-editor__timeline-dim--right{left:auto;right:0}.video-trim-editor__timeline-range{background:#6299ff1f;border:1px solid #6299ffeb;justify-content:space-between;align-items:center;display:flex;position:absolute;top:0;bottom:0}.video-trim-editor__timeline-range-inner{background:#6299ff1a;flex:auto;height:100%}.video-trim-editor__timeline-handle{cursor:ew-resize;touch-action:none;background:#76a0ff;border:none;width:12px;height:100%;padding:0}.video-trim-editor__timeline-playhead{background:#0ea5e9;width:2px;position:absolute;top:0;bottom:0;box-shadow:0 0 12px #0ea5e9cc}.video-trim-editor__timeline-zoom{pointer-events:none;background:#ffffff14;border-radius:999px;height:6px;position:absolute;bottom:8px;left:8px;right:8px}.video-trim-editor__timeline-zoom-window{border-radius:inherit;background:#75a4ffe6;position:absolute;top:0;bottom:0;box-shadow:0 0 0 1px #75a4ff2e}.video-trim-editor__timeline-meta{color:#e2e7e8eb;letter-spacing:.04em;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;font-size:12px;display:grid}.video-trim-editor__timeline-meta-item strong{font-size:13px}.video-trim-editor__timeline-meta-item--muted strong{color:#e2e7e88f}.video-trim-editor__timeline-meta-item--center{text-align:center}.video-trim-editor__timeline-meta-item--end{text-align:right}.audio-trim-editor{width:100%;max-width:100%}.audio-trim-editor__shell{background:#111317;border:1px solid #ffffff1a;border-radius:16px;grid-template-rows:minmax(0,1fr) auto;width:100%;height:100%;min-height:0;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a}.audio-trim-editor__stage{background:radial-gradient(circle at 100% 0,#3a82bd2e,#0000 42%),linear-gradient(#111317,#090b0d);min-height:0;padding:28px;position:relative}.audio-trim-editor__hero{grid-template-rows:auto auto minmax(0,1fr);gap:22px;height:100%;display:grid}.audio-trim-editor__hero-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.audio-trim-editor__badge,.audio-trim-editor__mockup-pill{color:#f3fbffe0;letter-spacing:.05em;text-transform:uppercase;background:#1213148f;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.audio-trim-editor__mockup-pill{color:#75a4ffeb;background:#4788ff1f;border-color:#75a4ff3d}.audio-trim-editor__hero-main{align-items:center;gap:16px;min-width:0;display:flex}.audio-trim-editor__glyph{background:#ffffff14;border-radius:50%;flex:none;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff14}.audio-trim-editor__glyph img{width:24px;height:24px;display:block}.audio-trim-editor__hero-meta{gap:6px;min-width:0;display:grid}.audio-trim-editor__hero-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:20px;font-weight:700;overflow:hidden}.audio-trim-editor__hero-subtitle{color:#e2e7e8b8;font-size:13px}.audio-trim-editor__timeline-panel{background:linear-gradient(#ffffff08,#ffffff03),#171a1f;border-top:1px solid #ffffff14;gap:12px;padding:14px 18px 16px;display:grid}.audio-trim-editor__transport-row{justify-content:center;align-items:center;min-height:36px;display:flex;position:relative}.audio-trim-editor__playhead-pill{color:#e2e7e8eb;letter-spacing:.05em;background:#121314a3;border:1px solid #e2e7e824;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;left:0}.audio-trim-editor__transport-buttons,.audio-trim-editor__transport-toggles{align-items:center;gap:10px;display:inline-flex}.audio-trim-editor__transport-toggles{position:absolute;right:0}.audio-trim-editor__play-button{background:#6299ff2e;border-color:#6299ff85}.audio-trim-editor__play-button:hover:not(:disabled){background:#6299ff47;border-color:#6299ff85}.audio-trim-editor__waveform{background:#0c1119;border:1px solid #ffffff14;border-radius:12px;height:100%;min-height:0;position:relative;overflow:hidden}.audio-trim-editor__waveform--interactive{cursor:pointer;height:124px}.audio-trim-editor__bars{justify-content:stretch;align-items:center;gap:2px;padding:10px 8px;display:flex;position:absolute;inset:0}.audio-trim-editor__bar{opacity:.86;background:linear-gradient(#75a4ffeb,#0ea5e9b8);border-radius:999px;flex:1 1 0;align-self:center;min-width:0}.audio-trim-editor__dim{background:#0000008f;position:absolute;top:0;bottom:0;left:0}.audio-trim-editor__dim--right{left:auto;right:0}.audio-trim-editor__range{background:#6299ff1f;border:1px solid #6299ffeb;justify-content:space-between;align-items:center;display:flex;position:absolute;top:0;bottom:0}.audio-trim-editor__range-fill{background:#6299ff1a;flex:auto;height:100%}.audio-trim-editor__handle{cursor:ew-resize;touch-action:none;background:#76a0ff;border:none;width:12px;height:100%;padding:0}.audio-trim-editor__playhead{background:#0ea5e9;width:2px;position:absolute;top:0;bottom:0;box-shadow:0 0 12px #0ea5e9cc}.audio-trim-editor__timeline-meta{color:#e2e7e8eb;letter-spacing:.04em;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;font-size:12px;display:grid}.audio-trim-editor__timeline-meta-item strong{font-size:13px}.audio-trim-editor__timeline-meta-item--muted strong{color:#e2e7e88f}.audio-trim-editor__timeline-meta-item--center{text-align:center}.audio-trim-editor__timeline-meta-item--end{text-align:right}.concept-art-placeholder{justify-content:center;align-items:center;width:100%;height:100%;min-height:320px;padding:18px;display:flex;position:relative}.concept-art-placeholder__canvas{width:min(100%,920px);aspect-ratio:var(--concept-placeholder-aspect);background:#fcfcfc;border:1px solid #1112142e;border-radius:12px;place-items:center;display:grid;box-shadow:0 24px 60px #00000042,inset 0 0 0 1px #ffffffb3}.concept-art-placeholder__content{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:24px;display:flex}.concept-art-placeholder__title{color:#1a1c1f;font-size:15px;font-weight:700}.concept-art-placeholder__hint{color:#111214ad;max-width:460px;font-size:13px;line-height:1.4}.shot-editor__action-bar{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:8px;height:38px;display:flex}.shot-editor__action-bar-left{align-items:center;min-width:0;display:inline-flex}.shot-editor__action-bar-center{flex:auto;justify-content:center;align-items:center;min-width:0;display:flex}.shot-editor__mode-switcher{flex-wrap:nowrap}.shot-editor__mode-switcher .shot-mode-switcher__button--has-media{color:#fff;font-weight:700}.shot-editor__mode-switcher .shot-mode-switcher__button--no-media{color:#696969;font-weight:400}.shot-editor__mode-switcher .segmented-control__button--active{color:#fff;font-weight:700}.shot-editor__action-bar-controls{justify-content:flex-end;align-items:center;gap:var(--ui-control-gap);display:inline-flex;overflow:visible}.shot-editor__action-bar-controls .segmented-button-group{overflow:visible}.shot-editor__review-dropdown{align-items:center;display:inline-flex}.shot-editor__review-dropdown-menu,.shot-editor__download-dropdown-menu,.shot-editor__ai-dropdown-menu{min-width:max-content}.shot-editor__media-drag-surface{z-index:2;cursor:grab;background:0 0;position:absolute;inset:0}.shot-editor__review-dropdown .dropdown-menu__trigger{background:0 0;border:none;padding:0}.shot-editor__review-dropdown .dropdown-menu__trigger:hover{background:0 0}.shot-editor__download-dropdown,.shot-editor__ai-dropdown{display:inline-flex}.segmented-button-group__item>.shot-editor__download-dropdown>.dropdown-menu__trigger,.segmented-button-group__item>.shot-editor__ai-dropdown>.dropdown-menu__trigger{background:0 0;border:none;border-radius:0;width:42px;height:34px;min-height:34px}.segmented-button-group__item>.shot-editor__download-dropdown>.dropdown-menu__trigger:hover:not(:disabled),.segmented-button-group__item>.shot-editor__ai-dropdown>.dropdown-menu__trigger:hover:not(:disabled){color:#fff;background:#ffffff0f}.shot-editor__review-trigger{justify-content:space-between;align-items:center;min-width:170px;display:inline-flex}.shot-editor__review-trigger-label{text-align:left;flex:auto;justify-content:flex-start;align-items:center;gap:8px;min-width:0;display:inline-flex}.count-button{border-radius:var(--ui-control-radius);color:#e2e7e8db;text-align:center;background:#121314d9;border:1px solid #e2e7e83d;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.count-button--interactive:hover:not(:disabled){color:#fff;background:#242628}.concept-art-editor-backdrop{z-index:430}.concept-art-editor{gap:14px;width:calc(100vw - 24px);max-width:calc(100vw - 24px);height:calc(100vh - 24px);max-height:calc(100vh - 24px);padding:18px;overflow:hidden}.concept-art-editor__header{flex:none;justify-content:space-between;align-items:center;gap:16px;display:flex}.concept-art-editor__heading{align-items:center;gap:var(--ui-control-gap);min-width:0;display:flex}.concept-art-editor__title{margin:0}.concept-art-editor__title-separator{color:#ffffff80;font-size:20px;line-height:1}.concept-art-editor__shot-label{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.concept-art-editor__iconbar{flex-wrap:nowrap;align-items:center;gap:12px;display:flex}.concept-art-editor__meta{color:#e2e7e8b8;white-space:nowrap;align-items:center;gap:10px;min-width:0;font-size:12px;display:inline-flex}.concept-art-editor__meta-pill{color:#e2e7e8db;background:#1213148f;border:1px solid #e2e7e829;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;display:inline-flex}.concept-art-editor__meta-hint{color:#e2e7e899;text-overflow:ellipsis;min-width:0;overflow:hidden}.concept-art-editor__bottom-bar{border-top:1px solid #ffffff14;flex:0 0 64px;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr) auto;align-items:center;gap:12px;min-height:64px;padding:8px 10px;display:grid;position:relative}.concept-art-editor__bottom-left,.concept-art-editor__bottom-center,.concept-art-editor__bottom-right{align-items:center;gap:10px;min-width:0;display:inline-flex}.concept-art-editor__bottom-left{justify-content:flex-start}.concept-art-editor__bottom-center{flex-wrap:nowrap;justify-content:center}.concept-art-editor__bottom-right{justify-content:flex-end}.concept-art-editor__segmented{flex:none}.concept-art-editor__segmented .segmented-control__button{gap:0;min-width:40px;padding:8px 12px}.concept-art-editor__segmented .segmented-control__button img{width:18px;height:18px}.concept-art-editor__segmented--compact .segmented-control__button{letter-spacing:.05em;gap:0;min-width:34px;padding:8px 10px;font-size:11px;font-weight:700}.shot-editor__pan-constraint{flex:none}.shot-editor__pan-constraint.segmented-control{border-radius:9px;height:34px}.shot-editor__pan-constraint .segmented-control__button{min-width:38px;height:32px;padding:0 11px}.concept-art-editor__color-button{border-radius:var(--ui-control-radius);background:#121314d9;border:1px solid #e2e7e83d;flex:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.concept-art-editor__color-button:hover:not(:disabled){background:#242628;border-color:#e2e7e83d}.concept-art-editor__save-button{background:#6299ff2e;border-color:#6299ff85}.concept-art-editor__save-button:hover:not(:disabled){background:#6299ff47;border-color:#6299ff85}.concept-art-editor__color-button:has(input:disabled){opacity:.5;cursor:not-allowed}.concept-art-editor__divider{background:#ffffff24;width:1px;height:28px}.concept-art-editor__color-button{position:relative;overflow:hidden}.concept-art-editor__color-button input[type=color]{cursor:pointer;appearance:none;background:0 0;border:none;border-radius:999px;width:26px;height:26px;padding:0;overflow:hidden}.concept-art-editor__color-button input[type=color]::-webkit-color-swatch-wrapper{padding:0}.concept-art-editor__color-button input[type=color]::-webkit-color-swatch{border:none;border-radius:999px;box-shadow:inset 0 0 0 1px #0000003d}.concept-art-editor__color-button input[type=color]::-moz-color-swatch{border:none;border-radius:999px;box-shadow:inset 0 0 0 1px #0000003d}.concept-art-editor__workspace{flex:auto;place-items:center;min-height:0;padding:0;display:grid;overflow:hidden}.concept-art-editor__canvas-shell{width:min(100%, calc((100vh - 176px) * var(--concept-editor-ratio)));max-width:100%;max-height:100%;aspect-ratio:var(--concept-editor-aspect);background:#f2f2f2;border:1px solid #ffffff1a;border-radius:16px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff59}.concept-art-editor__canvas-shell--crop{aspect-ratio:auto;background:#050607;width:100%;height:100%}.concept-art-editor__canvas-host,.concept-art-editor__canvas-shell .canvas-container,.concept-art-editor__canvas-shell canvas{max-width:100%;display:block;width:100%!important;height:100%!important}.concept-art-editor__loading{color:#1a1c1f;z-index:2;background:#1112143d;place-items:center;font-size:14px;display:grid;position:absolute;inset:0}.shot-versions-modal{width:min(1100px,96vw)}.shot-versions-modal--clip{width:calc(100vw - 128px);max-width:calc(100vw - 128px);max-height:calc(100vh - 128px)}.shot-pool-modal{width:min(1280px,97vw)}.shot-pool-grid__meta{color:var(--color-text-muted);word-break:break-word;margin-top:6px;font-size:11px}.shot-candidates__tabs{align-self:flex-start}.shot-candidates__topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.export-grid-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.export-grid-resize-row{color:var(--color-text);align-items:center;gap:8px;display:inline-flex}.export-grid-resize-input{width:96px}.shot-grid-export-dialog{width:min(720px,100vw - 32px)}.shot-grid-export-dialog__mode{color:#d8e6f3;margin:0 0 18px;font-size:15px}.shot-grid-export-dialog__fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.shot-grid-export-dialog__resize-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin:14px 0 18px;display:grid}.shot-grid-export-dialog__switch{min-width:0}.shot-grid-export-dialog__resize-controls{align-items:center;gap:12px;display:inline-flex}.shot-grid-export-dialog__resize-input{width:110px}.shot-grid-export-dialog__resize-suffix{color:#e2e7e8b8}.shots-grid-page{flex:auto;align-content:start;gap:1rem;min-height:0;padding-bottom:2rem;display:grid;overflow:hidden auto}.shots-grid-page__toolbar{grid-template-columns:1fr;align-items:stretch;gap:.9rem;display:grid}.shots-grid-page__toolbar-mode{justify-content:center;align-items:center;display:inline-flex}.shots-grid-page__toolbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;display:inline-flex}.shots-grid-page__toolbar-controls{grid-template-columns:minmax(90px,.7fr) minmax(90px,.7fr) minmax(90px,.7fr) minmax(160px,1fr) auto minmax(160px,1fr) auto auto auto;align-items:end;gap:.85rem;display:grid}.shots-grid-page__field{margin:0}.shots-grid-page__field--custom{min-width:180px}.shots-grid-page__back-link{text-decoration:none}.shots-grid-page__switch{align-self:center}.shots-grid-page__switch--field{align-self:end;min-height:36px}.shots-grid-page__summary{padding-inline:.25rem}.shots-grid-page__empty{padding:2rem}.shots-grid-page__grid{align-items:stretch;gap:.9rem;padding:16px;display:grid}.shots-grid-page__grid--table{gap:1.25rem}.shots-grid-card{min-width:0;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:.35rem;padding:0;display:flex;overflow:visible}.shots-grid-card--table{border-bottom:1px solid #ffffff14;grid-template-columns:minmax(260px,min(38vw,560px)) minmax(0,1fr);align-items:start;gap:1.1rem;padding-bottom:1rem;display:grid}.shots-grid-card__media-shell{background:#090b0d;justify-content:center;align-items:center;min-height:120px;display:flex;position:relative;overflow:hidden}.shots-grid-card--table .shots-grid-card__media-shell{min-height:min(20vh,240px);max-height:20vh}.shots-grid-card__busy{z-index:2;color:#eaf3ff;text-align:right;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080a0cc7;padding:.45rem .65rem;font-size:.78rem;position:absolute;inset:auto 0 0}.shots-grid-card__media{object-fit:contain;background:#090b0d;width:100%;height:auto;max-height:70vh;display:block}.shots-grid-card--table .shots-grid-card__media{height:100%;max-height:20vh}.shots-grid-card__placeholder{width:100%;min-height:120px;color:var(--color-text-muted);background:linear-gradient(#ffffff0a,#ffffff05);place-items:center;font-size:.92rem;display:grid}.shots-grid-card__badge{z-index:1;color:#f3f7fb;letter-spacing:.04em;text-align:center;background:#080a0cb8;border:1px solid #ffffff1f;border-radius:999px;min-width:2rem;padding:.18rem .45rem;font-size:.72rem;font-weight:700;position:absolute;bottom:.55rem;left:.55rem}.image-slice-editor__shell{grid-template-columns:var(--image-slice-ruler-size,28px) minmax(0, 1fr);grid-template-rows:var(--image-slice-ruler-size,28px) minmax(0, 1fr);background:#101214;border-radius:12px;width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.image-slice-editor__corner,.image-slice-editor__top-ruler,.image-slice-editor__left-ruler{background:linear-gradient(#ffffff0a,#ffffff03),#15181b}.image-slice-editor__corner{border-bottom:1px solid #ffffff14;border-right:1px solid #ffffff14;grid-area:1/1}.image-slice-editor__top-ruler{cursor:ns-resize;touch-action:none;background-image:repeating-linear-gradient(90deg,#ffffff29 0 1px,#0000 1px 18px),linear-gradient(#ffffff0a,#ffffff03);border-bottom:1px solid #ffffff14;grid-area:1/2;position:relative}.image-slice-editor__left-ruler{cursor:ew-resize;touch-action:none;background-image:repeating-linear-gradient(#ffffff29 0 1px,#0000 1px 18px),linear-gradient(#ffffff0a,#ffffff03);border-right:1px solid #ffffff14;grid-area:2/1;position:relative}.image-slice-editor__ruler-label{letter-spacing:.04em;text-transform:uppercase;color:#e2e7e873;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:11px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.image-slice-editor__ruler-label--vertical{transform-origin:50%;white-space:nowrap;inset:auto auto 12px 50%;transform:translate(-50%)rotate(-90deg)}.image-slice-editor__stage{background:#0d0f11;grid-area:2/2;width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.image-slice-editor__image{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.image-slice-editor__overlay{pointer-events:none;position:absolute;inset:0}.image-slice-editor__guide{box-shadow:none;z-index:3;pointer-events:auto;touch-action:none;background:#76a0fff2;border:none;outline:none;margin:0;padding:0;position:absolute}.image-slice-editor__guide:before{content:"";position:absolute;inset:0;box-shadow:0 0 0 1px #ffffff70}.image-slice-editor__guide--horizontal{cursor:ns-resize;height:2px;left:0;right:0;transform:translateY(-1px)}.image-slice-editor__guide--vertical{cursor:ew-resize;width:2px;top:0;bottom:0;transform:translate(-1px)}.image-slice-editor__summary{gap:8px;max-width:min(100%,720px);overflow:hidden}.shots-grid-card__description-wrap{flex:auto;gap:.35rem;padding:0;display:grid}.shots-grid-card--table .shots-grid-card__description-wrap{align-self:stretch;min-width:0}.shots-grid-card__description{resize:none;border-radius:0;height:auto;min-height:0;line-height:1.35;overflow:hidden}.shots-grid-card--table .shots-grid-card__description{min-height:min(20vh,220px)}.shots-grid-card__saving{font-size:.75rem}@media (width<=1100px){.shots-grid-page__toolbar-controls{grid-template-columns:repeat(3,minmax(0,1fr))}.shots-grid-page__toolbar-actions{justify-content:flex-start}.shots-grid-card--table{grid-template-columns:minmax(220px,34vw) minmax(0,1fr)}}@media (width<=780px){.shots-grid-card--table{grid-template-columns:minmax(0,1fr)}.shots-grid-card--table .shots-grid-card__media-shell,.shots-grid-card--table .shots-grid-card__media{max-height:26vh}}@media (width<=720px){.shots-grid-page__toolbar-controls{grid-template-columns:1fr}.shots-grid-page__toolbar-actions{justify-content:flex-start}}.html-export-dialog{width:min(920px,95vw)}.html-export-dialog__modes{flex-wrap:wrap}.shot-versions-grid__actions{gap:8px;margin-top:6px;display:flex}.shot-versions-grid .moodboard-tile__img{aspect-ratio:16/9}.shot-versions-grid .moodboard-tile__img video{object-fit:contain}.shot-versions-modal__header-actions{align-items:center;gap:8px;display:inline-flex}.shot-versions-modal__icon-button{background:#121314e0;border:1px solid #ffffff3d;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.shot-versions-modal__icon-button:hover{background:#242628;border-color:#e2e7e857}.shot-versions-modal__icon-button img{width:16px;height:16px;display:block}.shot-versions-grid__icon-button{background:#141618cc;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.shot-versions-grid__icon-button:hover:not(:disabled){background:#3aa6ff29;border-color:#3aa6ff}.shot-versions-grid__icon-button:disabled{cursor:default;opacity:1}.shot-versions-grid__icon-button--active{background:#3aa6ff29;border-color:#3aa6ffbf}.shot-versions-grid__icon-button img{width:18px;height:18px;display:block}.shot-editor__properties{flex-direction:column;gap:12px;min-height:0;display:flex}.shot-editor__field{min-height:0}.shot-editor__field--primary{flex:7 1 0}.shot-editor__field--secondary{flex:3 1 0}.shot-editor__meta{grid-template-columns:minmax(0,1fr);gap:10px;display:grid}.shot-editor__classification-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.shot-editor__classification-row--full,.shot-editor__mode{grid-column:1/-1;margin-top:-2px}.shot-suggestion-field .section-title{white-space:nowrap;font-size:var(--ui-control-text-size);margin-bottom:4px}.shot-suggestion-field,.shot-suggestion-field__control{position:relative}.shot-suggestion-field__menu{z-index:30;background:#171a1f;border:1px solid #ffffff1f;border-radius:10px;width:max(100%,360px);max-width:calc(100vw - 48px);max-height:260px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden auto;box-shadow:0 10px 24px #00000052}.shot-suggestion-field__menu--open-up{top:auto;bottom:calc(100% + 6px)}.shot-suggestion-field__menu--align-right{left:auto;right:0}.shot-suggestion-field__option{width:100%;color:var(--color-text);text-align:left;white-space:nowrap;background:0 0;border:none;align-items:center;gap:10px;padding:9px 10px;display:flex}.shot-suggestion-field__option:hover,.shot-suggestion-field__option:focus-visible{background:#ffffff14}.shot-suggestion-field__abbr{color:var(--color-text);flex:0 0 86px;font-size:12px;font-weight:600}.shot-suggestion-field__name{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:12px;overflow:hidden}.shot-suggestion-field__empty{color:var(--color-text-muted);padding:10px;font-size:12px}.shot-editor__textarea{resize:none;height:100%;min-height:0}.shot-editor__textarea--small{min-height:0}.shot-editor__textarea--autosize{resize:none;overflow:hidden}.shots-playback{z-index:320;-webkit-user-select:none;user-select:none;background:#06080bf0;padding:20px;display:grid;position:fixed;inset:0}.shots-playback__inner{grid-template-rows:auto minmax(0,1fr) auto;gap:14px;width:100%;max-width:none;height:100%;margin:0;display:grid}.shots-playback__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.shots-playback__title{color:var(--color-text-muted);flex-direction:column;gap:4px;font-size:13px;display:flex}.shots-playback__title strong{color:var(--color-text);font-size:18px}.shots-playback__actions{gap:8px;display:flex}.shots-playback__media{-webkit-user-select:none;user-select:none;background:#0d0f11;border:1px solid #ffffff24;border-radius:14px;justify-content:center;align-items:center;min-height:0;display:flex;overflow:hidden}.media-surface{object-position:center;min-width:0;min-height:0;display:block}.media-surface--tile,.media-surface--row{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;max-width:100%;height:100%;max-height:100%}.media-surface--playback{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;max-width:100%;height:auto;max-height:100%}.media-surface--lightbox{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%}.media-surface--flipped{transform:scaleX(-1)}.media-surface--inline{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:68vh}.shots-playback__empty{color:var(--color-text-muted);text-align:center;padding:16px;font-size:14px}.shots-playback__empty--numbered{place-items:center;gap:10px;width:100%;height:100%;display:grid}.shots-playback__empty-number{color:#ffffffe6;letter-spacing:.02em;font-size:clamp(72px,16vw,220px);font-weight:600;line-height:1}.shots-playback__empty-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.12em;font-size:16px}.shots-playback__meta{gap:6px;display:grid}.shots-playback__duration{color:var(--color-text);font-size:13px}.shots-playback__description{color:var(--color-text-muted);white-space:pre-wrap;font-size:14px;line-height:1.45}@media (width<=900px){.workspace-body{padding:0}.project-page--with-sidebar{flex-direction:column;overflow:auto}.sidebar-nav{width:100%;max-height:none;position:static}.moodboards-mobile-nav{margin-bottom:12px;display:block}.moodboards-sidebar{display:none}.project-page__content{padding-right:0;overflow:visible}.moodboards-toolbar{align-items:stretch;gap:12px}.moodboards-toolbar__search{flex:auto;gap:0;min-width:0}.moodboards-search{width:100%;min-width:0}.moodboards-toolbar__actions{flex-wrap:nowrap;flex:auto;justify-content:flex-start;min-width:0;padding-bottom:2px;overflow-x:auto}.notes-body,.shot-editor__meta{grid-template-columns:1fr}.shot-editor__classification-row{grid-template-columns:repeat(2,minmax(0,1fr))}.shot-editor{grid-template-columns:1fr}.shot-editor__resize-handle{display:none}.shot-editor__text-column{width:auto;padding-left:0}.admin-create-row{grid-template-columns:1fr}.admin-toolbar{flex-direction:column;align-items:flex-start}.controls-audit__index,.controls-audit__grid,.controls-audit__spec-grid,.controls-audit__meta,.project-settings__meta,.project-settings-grid,.global-settings-grid{grid-template-columns:1fr}.global-settings-grid__label{text-align:left}.scene-header-grid,.scene-docs-grid,.scene-reference-grid,.export-grid-fields,.help-shortcut-card{grid-template-columns:1fr}.shots-playback{padding:12px}}.script-editor__rich h1,.script-document-editor__rich h1{margin:0 0 12px;font-size:28px}.script-editor__rich h2,.script-document-editor__rich h2{margin:0 0 10px;font-size:22px}.script-editor__rich h3,.script-document-editor__rich h3{margin:0 0 8px;font-size:18px}.script-editor__rich:empty:before,.script-document-editor__rich:empty:before{content:attr(data-placeholder);color:var(--color-text-muted)}.badge{color:#e2e7e8cc;background:#3aa6ff1f;border:1px solid #3aa6ff59;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.badge--queued{color:#f85f42e6;background:#f85f421f;border-color:#f85f4266}.app-footer{background-color:var(--color-bg-02);grid-template-columns:1fr auto 1fr;align-items:center;padding:10px 0;display:grid;position:sticky;bottom:0;box-shadow:0 -2px 8px #00000080}.footer-left,.footer-right{align-items:center;gap:0;padding:0 16px;display:flex}.footer-left{justify-content:flex-start}.footer-right{justify-content:flex-end}.bottom-nav{z-index:100;justify-content:center;display:flex}.bottom-nav__cluster{align-items:center;gap:12px;padding:0 24px;display:flex}.bottom-nav__item{color:#e2e7e880;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;padding:6px 10px 8px;transition:color .2s,transform .2s;display:flex;position:relative}.bottom-nav__item:hover:not(:disabled){color:#e2e7e8d9;transform:translateY(-2px)}.bottom-nav__item:disabled{opacity:.35;cursor:not-allowed}.bottom-nav__item--active{color:var(--color-tab-active)}.bottom-nav__icon img,.bottom-nav__icon svg{width:20px;height:20px;display:block}.bottom-nav__indicator{background:var(--color-tab-active);border-radius:999px;height:3px;position:absolute;bottom:0;left:20%;right:20%;box-shadow:0 0 8px #f85f4299}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1200px){.workspace-topbar{padding:6px 8px}.workspace-topbar__primary{min-height:40px}.workspace-topbar__left,.workspace-topbar__right{gap:10px}.workspace-topbar__left{padding-right:12px}.workspace-topbar__right{padding-left:12px}.workspace-nav__cluster{gap:8px;padding:4px 12px 3px}.workspace-nav__item{min-width:36px;padding:6px 7px 7px}}.changelog-page{flex:auto;align-content:start;gap:16px;height:100%;min-height:0;max-height:100%;padding:32px;display:grid;overflow:hidden auto}.admin-page{padding:32px}.changelog-page__summary{gap:18px;display:grid}.changelog-page__summary-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.changelog-page__header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:inline-flex}.changelog-page__filters{flex-wrap:wrap;gap:8px;display:inline-flex}.changelog-page__filter{color:var(--color-text);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;padding:7px 12px;font-size:13px}.changelog-page__filter--active{color:#fff;background:#ffffff1f;border-color:#ffffff42}.changelog-page__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.changelog-stat-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;gap:4px;padding:14px 16px;display:grid}.changelog-stat-card__label{color:var(--color-text-muted);font-size:13px}.changelog-stat-card__value{color:#fff;font-size:28px;line-height:1}.changelog-page__group{gap:14px;display:grid}.changelog-page__list{gap:10px;display:grid}.changelog-entry{border-top:1px solid #ffffff14;grid-template-columns:84px 156px minmax(0,1fr);align-items:start;gap:16px;padding-top:10px;display:grid}.changelog-entry:first-child{border-top:none;padding-top:0}.changelog-entry__time{color:var(--color-text-muted);padding-top:2px;font-size:13px}.changelog-entry__time-block{gap:4px;display:grid}.changelog-entry__user{color:#ffffffeb;font-size:13px;line-height:1.2}.changelog-entry__thumb-shell{min-width:0}.changelog-entry__thumb{aspect-ratio:16/9;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;width:100%;display:block}.changelog-entry__thumb--empty{background:linear-gradient(135deg,#ffffff0a,#ffffff05),#ffffff08}.changelog-entry__body{gap:4px;display:grid}.changelog-entry__title{color:#fff;font-size:15px}.changelog-entry__meta{color:var(--color-text-muted);flex-wrap:wrap;gap:8px 14px;font-size:13px;display:flex}@media (width<=900px){.admin-page,.changelog-page{padding:24px}.changelog-page__summary-header{flex-direction:column}.changelog-page__stats{grid-template-columns:1fr}.changelog-entry{grid-template-columns:1fr;gap:6px}}.smart-story-editor-page{grid-template-rows:auto auto minmax(0,1fr);gap:14px;min-height:100vh;padding:28px;display:grid;overflow:hidden}.smart-story-editor__header,.smart-story-editor__toolbar{align-items:center;gap:12px;display:flex}.smart-story-editor__title{gap:3px;display:grid}.smart-story-editor__title h1{margin:0;font-size:24px}.smart-story-editor__toolbar{flex-wrap:wrap;padding:12px}.smart-story-editor__toolbar .btn{align-items:center;gap:8px;display:inline-flex}.smart-story-editor__upload{height:36px;color:var(--color-text);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:14px;display:inline-flex}.smart-story-editor__upload input{display:none}.smart-story-editor__workspace{grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:14px;min-height:0;display:grid}.smart-story-editor__document-panel{min-height:0;padding:0;overflow:auto}.smart-story-editor__content{min-height:100%;color:var(--color-text);outline:none;padding:30px;line-height:1.55}.smart-story-editor__content>*+*{margin-top:14px}.smart-story-editor__content h1{margin:0 0 18px;font-size:34px}.smart-story-editor__content p{margin:0}.smart-story-editor__content p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--color-text-muted);float:left;pointer-events:none;height:0}.smart-story-editor__section{background:#ffffff06;border-left:3px solid #55b9ff9e;margin:18px 0;padding:14px 14px 16px;display:block}.smart-story-editor__section--selected{outline:1px solid #55b9ffcc}.smart-story-editor__section-bar,.smart-story-editor__shot-bar{align-items:center;gap:8px;margin-bottom:10px;display:flex}.smart-story-editor__section-kicker,.smart-story-editor__shot-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px}.smart-story-editor__section-title,.smart-story-editor__shot-number,.smart-story-editor__shot-status,.smart-story-editor__ingredient-label{min-width:0;color:var(--color-text);font:inherit;background:#ffffff0a;border:1px solid #0000;border-radius:6px;padding:5px 7px}.smart-story-editor__section-title{flex:auto;font-size:18px;font-weight:700}.smart-story-editor__section-content,.smart-story-editor__shot-content{gap:10px;display:grid}.smart-story-editor__shot{background:#0b0d109e;border:1px solid #ffffff1a;border-radius:8px;margin:12px 0;padding:12px;display:block}.smart-story-editor__shot--selected{border-color:#ffffff52}.smart-story-editor__shot--approved{border-color:#4cca8861}.smart-story-editor__shot--rendered{border-color:#d2ae4a6b}.smart-story-editor__shot-number{width:74px;font-weight:700}.smart-story-editor__shot-status{height:30px}.smart-story-editor__ingredient{vertical-align:middle;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:7px;max-width:min(100%,360px);margin:0 3px;padding:3px 7px 3px 3px;display:inline-flex}.smart-story-editor__ingredient--selected{border-color:#55b9ffdb}.smart-story-editor__ingredient-image{object-fit:cover;background:#ffffff1a;border-radius:999px;flex:0 0 28px;width:28px;height:28px}.smart-story-editor__ingredient-image--empty{color:var(--color-text-muted);justify-content:center;align-items:center;display:inline-flex}.smart-story-editor__ingredient-label{background:0 0;width:180px;padding:2px 3px}.smart-story-editor__side{grid-template-rows:auto minmax(160px,1fr) minmax(160px,1fr);gap:14px;min-height:0;display:grid;overflow:hidden}.smart-story-editor-page--plain{grid-template-rows:auto minmax(0,1fr) auto;padding:22px}.smart-story-editor__header--quiet{border-bottom:1px solid #ffffff14;justify-content:space-between;padding-bottom:12px}.smart-story-editor__header--quiet .smart-story-editor__title{flex:auto}.smart-story-editor__header--quiet h1{font-size:16px;font-weight:600}.smart-story-editor__debug-toggle{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;font-size:13px}.smart-story-editor__debug-toggle:hover{color:var(--color-text)}.smart-story-editor__workspace--plain{grid-template-columns:230px minmax(0,1fr);gap:18px;min-height:0;display:grid;position:relative}.smart-story-editor__commands{background:#ffffff06;align-self:start;gap:12px;padding:14px;display:grid;position:sticky;top:0}.smart-story-editor__commands h2{color:var(--color-text-muted);text-transform:uppercase;margin:0;font-size:12px;font-weight:600}.smart-story-editor__command-list{gap:10px;display:grid}.smart-story-editor__command-row{gap:3px;display:grid}.smart-story-editor__command-row code{color:#fff;font-size:13px}.smart-story-editor__command-row span{color:var(--color-text-muted);font-size:12px;line-height:1.25}.smart-story-editor__document-panel--plain{max-width:920px;height:100%;box-shadow:none;background:0 0;border:none;margin:0 auto}.smart-story-editor__content--plain{background:#ffffff06;border:1px solid #ffffff0f;border-radius:10px;max-width:820px;margin:0 auto;padding:48px 54px 80px 96px;font-size:17px}.smart-story-editor__content--plain:focus{outline:1px solid #ffffff24}.smart-story-editor__scene-line,.smart-story-editor__shot-line{align-items:baseline;gap:10px;margin:22px 0 10px;line-height:1.2;display:flex;position:relative}.smart-story-editor__scene-line{border-top:1px solid #ffffff29;padding-top:16px}.smart-story-editor__scene-line--selected,.smart-story-editor__shot-line--selected{color:#fff}.smart-story-editor__gutter-label{width:56px;color:var(--color-text-muted);text-align:right;text-transform:uppercase;font-size:11px;position:absolute;top:50%;left:-72px;transform:translateY(-50%)}.smart-story-editor__scene-title{font-size:22px;font-weight:700}.smart-story-editor__shot-title{font-size:16px;font-weight:700}.smart-story-editor__shot-state{color:var(--color-text-muted);font-size:12px}.smart-story-editor__shot-line--approved .smart-story-editor__shot-state{color:#77d39b}.smart-story-editor__shot-line--rendered .smart-story-editor__shot-state{color:#d6bb69}.smart-story-editor__mention,.smart-story-editor__image-ref{vertical-align:baseline;white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;max-width:100%;padding:1px 7px 2px;line-height:1.25;display:inline-flex}.smart-story-editor__mention{color:#b8d8ff;background:#4397ff21}.smart-story-editor__image-ref{color:#e8edf2;background:#ffffff17}.smart-story-editor__mention--selected,.smart-story-editor__image-ref--selected{box-shadow:0 0 0 1px #ffffff61}.smart-story-editor__floating-inspector{z-index:2;background:#121417f5;gap:10px;width:min(330px,100vw - 56px);display:grid;position:absolute;top:18px;right:18px}.smart-story-editor__debug-panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;min-height:240px;display:grid}.smart-story-editor__inspector,.smart-story-editor__export{flex-direction:column;gap:12px;min-height:0;display:flex}.smart-story-editor__panel-header{align-items:center;gap:8px;display:flex}.smart-story-editor__panel-header h2{margin:0;font-size:15px}.smart-story-editor__export pre{color:#dce6ee;white-space:pre-wrap;word-break:break-word;background:#0000003d;border-radius:8px;flex:auto;min-height:0;margin:0;padding:12px;font-size:12px;line-height:1.45;overflow:auto}@media (width<=1100px){.smart-story-editor-page{min-height:auto;overflow:auto}.smart-story-editor__workspace{grid-template-columns:1fr}.smart-story-editor__commands{position:static}.smart-story-editor__side{grid-template-rows:auto}}:root,.light,.light-theme{--blue-1:#fbfdff;--blue-2:#f4faff;--blue-3:#e6f4fe;--blue-4:#d5efff;--blue-5:#c2e5ff;--blue-6:#acd8fc;--blue-7:#8ec8f6;--blue-8:#5eb1ef;--blue-9:#0090ff;--blue-10:#0588f0;--blue-11:#0d74ce;--blue-12:#113264}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--blue-1:color(display-p3 .986 .992 .999);--blue-2:color(display-p3 .96 .979 .998);--blue-3:color(display-p3 .912 .956 .991);--blue-4:color(display-p3 .853 .932 1);--blue-5:color(display-p3 .788 .894 .998);--blue-6:color(display-p3 .709 .843 .976);--blue-7:color(display-p3 .606 .777 .947);--blue-8:color(display-p3 .451 .688 .917);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .234 .523 .912);--blue-11:color(display-p3 .15 .44 .84);--blue-12:color(display-p3 .102 .193 .379)}}}.dark,.dark-theme{--blue-1:#0d1520;--blue-2:#111927;--blue-3:#0d2847;--blue-4:#003362;--blue-5:#004074;--blue-6:#104d87;--blue-7:#205d9e;--blue-8:#2870bd;--blue-9:#0090ff;--blue-10:#3b9eff;--blue-11:#70b8ff;--blue-12:#c2e6ff}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.dark,.dark-theme{--blue-1:color(display-p3 .057 .081 .122);--blue-2:color(display-p3 .072 .098 .147);--blue-3:color(display-p3 .078 .154 .27);--blue-4:color(display-p3 .033 .197 .37);--blue-5:color(display-p3 .08 .245 .441);--blue-6:color(display-p3 .14 .298 .511);--blue-7:color(display-p3 .195 .361 .6);--blue-8:color(display-p3 .239 .434 .72);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .344 .612 .973);--blue-11:color(display-p3 .49 .72 1);--blue-12:color(display-p3 .788 .898 .99)}}}:root,.light,.light-theme{--slate-1:#fcfcfd;--slate-2:#f9f9fb;--slate-3:#f0f0f3;--slate-4:#e8e8ec;--slate-5:#e0e1e6;--slate-6:#d9d9e0;--slate-7:#cdced6;--slate-8:#b9bbc6;--slate-9:#8b8d98;--slate-10:#80838d;--slate-11:#60646c;--slate-12:#1c2024}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--slate-1:color(display-p3 .988 .988 .992);--slate-2:color(display-p3 .976 .976 .984);--slate-3:color(display-p3 .94 .941 .953);--slate-4:color(display-p3 .908 .909 .925);--slate-5:color(display-p3 .88 .881 .901);--slate-6:color(display-p3 .85 .852 .876);--slate-7:color(display-p3 .805 .808 .838);--slate-8:color(display-p3 .727 .733 .773);--slate-9:color(display-p3 .547 .553 .592);--slate-10:color(display-p3 .503 .512 .549);--slate-11:color(display-p3 .379 .392 .421);--slate-12:color(display-p3 .113 .125 .14)}}}.dark,.dark-theme{--slate-1:#111113;--slate-2:#18191b;--slate-3:#212225;--slate-4:#272a2d;--slate-5:#2e3135;--slate-6:#363a3f;--slate-7:#43484e;--slate-8:#5a6169;--slate-9:#696e77;--slate-10:#777b84;--slate-11:#b0b4ba;--slate-12:#edeef0}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.dark,.dark-theme{--slate-1:color(display-p3 .067 .067 .074);--slate-2:color(display-p3 .095 .098 .105);--slate-3:color(display-p3 .13 .135 .145);--slate-4:color(display-p3 .156 .163 .176);--slate-5:color(display-p3 .183 .191 .206);--slate-6:color(display-p3 .215 .226 .244);--slate-7:color(display-p3 .265 .28 .302);--slate-8:color(display-p3 .357 .381 .409);--slate-9:color(display-p3 .415 .431 .463);--slate-10:color(display-p3 .469 .483 .514);--slate-11:color(display-p3 .692 .704 .728);--slate-12:color(display-p3 .93 .933 .94)}}}:root,.light,.light-theme{--grass-1:#fbfefb;--grass-2:#f5fbf5;--grass-3:#e9f6e9;--grass-4:#daf1db;--grass-5:#c9e8ca;--grass-6:#b2ddb5;--grass-7:#94ce9a;--grass-8:#65ba74;--grass-9:#46a758;--grass-10:#3e9b4f;--grass-11:#2a7e3b;--grass-12:#203c25}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--grass-1:color(display-p3 .986 .996 .985);--grass-2:color(display-p3 .966 .983 .964);--grass-3:color(display-p3 .923 .965 .917);--grass-4:color(display-p3 .872 .94 .865);--grass-5:color(display-p3 .811 .908 .802);--grass-6:color(display-p3 .733 .864 .724);--grass-7:color(display-p3 .628 .803 .622);--grass-8:color(display-p3 .477 .72 .482);--grass-9:color(display-p3 .38 .647 .378);--grass-10:color(display-p3 .344 .598 .342);--grass-11:color(display-p3 .263 .488 .261);--grass-12:color(display-p3 .151 .233 .153)}}}:root,.light,.light-theme{--cyan-1:#fafdfe;--cyan-2:#f2fafb;--cyan-3:#def7f9;--cyan-4:#caf1f6;--cyan-5:#b5e9f0;--cyan-6:#9ddde7;--cyan-7:#7dcedc;--cyan-8:#3db9cf;--cyan-9:#00a2c7;--cyan-10:#0797b9;--cyan-11:#107d98;--cyan-12:#0d3c48}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--cyan-1:color(display-p3 .982 .992 .996);--cyan-2:color(display-p3 .955 .981 .984);--cyan-3:color(display-p3 .888 .965 .975);--cyan-4:color(display-p3 .821 .941 .959);--cyan-5:color(display-p3 .751 .907 .935);--cyan-6:color(display-p3 .671 .862 .9);--cyan-7:color(display-p3 .564 .8 .854);--cyan-8:color(display-p3 .388 .715 .798);--cyan-9:color(display-p3 .282 .627 .765);--cyan-10:color(display-p3 .264 .583 .71);--cyan-11:color(display-p3 .08 .48 .63);--cyan-12:color(display-p3 .108 .232 .277)}}}:root,.light,.light-theme{--amber-1:#fefdfb;--amber-2:#fefbe9;--amber-3:#fff7c2;--amber-4:#ffee9c;--amber-5:#fbe577;--amber-6:#f3d673;--amber-7:#e9c162;--amber-8:#e2a336;--amber-9:#ffc53d;--amber-10:#ffba18;--amber-11:#ab6400;--amber-12:#4f3422}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--amber-1:color(display-p3 .995 .992 .985);--amber-2:color(display-p3 .994 .986 .921);--amber-3:color(display-p3 .994 .969 .782);--amber-4:color(display-p3 .989 .937 .65);--amber-5:color(display-p3 .97 .902 .527);--amber-6:color(display-p3 .936 .844 .506);--amber-7:color(display-p3 .89 .762 .443);--amber-8:color(display-p3 .85 .65 .3);--amber-9:color(display-p3 1 .77 .26);--amber-10:color(display-p3 .959 .741 .274);--amber-11:color(display-p3 .64 .4 0);--amber-12:color(display-p3 .294 .208 .145)}}}:root,.light,.light-theme{--red-1:#fffcfc;--red-2:#fff7f7;--red-3:#feebec;--red-4:#ffdbdc;--red-5:#ffcdce;--red-6:#fdbdbe;--red-7:#f4a9aa;--red-8:#eb8e90;--red-9:#e5484d;--red-10:#dc3e42;--red-11:#ce2c31;--red-12:#641723}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--red-1:color(display-p3 .998 .989 .988);--red-2:color(display-p3 .995 .971 .971);--red-3:color(display-p3 .985 .925 .925);--red-4:color(display-p3 .999 .866 .866);--red-5:color(display-p3 .984 .812 .811);--red-6:color(display-p3 .955 .751 .749);--red-7:color(display-p3 .915 .675 .672);--red-8:color(display-p3 .872 .575 .572);--red-9:color(display-p3 .83 .329 .324);--red-10:color(display-p3 .798 .294 .285);--red-11:color(display-p3 .744 .234 .222);--red-12:color(display-p3 .36 .115 .143)}}}.mdxeditor .cm-editor{--sp-font-mono:var(--font-mono);--sp-font-body:var(--font-body);padding:var(--sp-space-4) 0}.mdxeditor .sp-editor .cm-editor{padding-bottom:0}.mdxeditor .cm-scroller{padding:0!important}.mdxeditor .cm-focused{outline:none}.mdxeditor .sp-wrapper{overflow:hidden}.mdxeditor .sp-layout{border:none}.mdxeditor .sp-cm pre{white-space:break-spaces;word-break:break-word;overflow-wrap:anywhere;flex-shrink:1}.mdxeditor .cm-mergeView .cm-scroller,.mdxeditor .cm-sourceView .cm-scroller{font-family:var(--font-mono);line-height:1.3rem;font-size:var(--text-xs)}.mdxeditor .cm-gutters{font-size:var(--text-xxs);background:0 0}.mdxeditor .cm-activeLine{background:0 0}.mdxeditor .cm-tooltip-autocomplete{background:var(--baseBgSubtle)}.mdxeditor hr.selected[data-lexical-decorator=true]{outline:2px solid highlight}._editorRoot_1e2ox_53{--accentBase:var(--blue-1);--accentBgSubtle:var(--blue-2);--accentBg:var(--blue-3);--accentBgHover:var(--blue-4);--accentBgActive:var(--blue-5);--accentLine:var(--blue-6);--accentBorder:var(--blue-7);--accentBorderHover:var(--blue-8);--accentSolid:var(--blue-9);--accentSolidHover:var(--blue-10);--accentText:var(--blue-11);--accentTextContrast:var(--blue-12);--basePageBg:white;--baseBase:var(--slate-1);--baseBgSubtle:var(--slate-2);--baseBg:var(--slate-3);--baseBgHover:var(--slate-4);--baseBgActive:var(--slate-5);--baseLine:var(--slate-6);--baseBorder:var(--slate-7);--baseBorderHover:var(--slate-8);--baseSolid:var(--slate-9);--baseSolidHover:var(--slate-10);--baseText:var(--slate-11);--baseTextContrast:var(--slate-12);--admonitionTipBg:var(--cyan-4);--admonitionTipBorder:var(--cyan-8);--admonitionInfoBg:var(--grass-4);--admonitionInfoBorder:var(--grass-8);--admonitionCautionBg:var(--amber-4);--admonitionCautionBorder:var(--amber-8);--admonitionDangerBg:var(--red-4);--admonitionDangerBorder:var(--red-8);--admonitionNoteBg:var(--slate-4);--admonitionNoteBorder:var(--slate-8);--error-color:var(--red-10);--spacing-0:0px;--spacing-px:1px;--spacing-0_5:.125rem;--spacing-1:.25rem;--spacing-1_5:.375rem;--spacing-2:.5rem;--spacing-2_5:.625rem;--spacing-3:.75rem;--spacing-3_5:.875rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-7:1.75rem;--spacing-8:2rem;--spacing-9:2.25rem;--spacing-10:2.5rem;--spacing-11:2.75rem;--spacing-12:3rem;--spacing-14:3.5rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-28:7rem;--spacing-32:8rem;--spacing-36:9rem;--spacing-40:10rem;--spacing-44:11rem;--spacing-48:12rem;--spacing-52:13rem;--spacing-56:14rem;--spacing-60:15rem;--spacing-64:16rem;--spacing-72:18rem;--spacing-80:20rem;--spacing-96:24rem;--radius-none:0px;--radius-small:var(--spacing-0_5);--radius-base:var(--spacing-1);--radius-medium:var(--spacing-1_5);--radius-large:var(--spacing-2);--radius-extra-large:var(--spacing-3);--radius-full:9999px;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-body:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--text-base:1rem;--text-sm:.875rem;--text-xs:.75rem;--text-xxs:.6rem;font-family:var(--font-body);color:var(--baseText)}._nestedListItem_1e2ox_158{list-style:none}._toolbarRoot_1e2ox_162{z-index:2;gap:var(--spacing-1);border-radius:var(--radius-medium);padding:var(--spacing-1_5);background-color:var(--baseBg);width:inherit;flex-direction:row;align-items:center;display:flex;position:sticky;top:0;overflow-x:auto}._toolbarRoot_1e2ox_162 div[role=separator]{margin:var(--spacing-2) var(--spacing-1);border-left:1px solid var(--baseBorder);border-right:1px solid var(--baseBase);height:var(--spacing-4)}._toolbarRoot_1e2ox_162 svg{color:var(--baseTextContrast);display:block}._readOnlyToolbarRoot_1e2ox_189{pointer-events:none;background:var(--baseBase)}._readOnlyToolbarRoot_1e2ox_189>div{opacity:.5}._toolbarModeSwitch_1e2ox_198{border:1px solid var(--baseBg);border-radius:var(--radius-medium);font-size:var(--text-xs);align-self:stretch;align-items:stretch;margin-left:auto;display:flex;opacity:1!important}._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208{padding-inline-start:var(--spacing-4);padding-inline-end:var(--spacing-4)}._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:active,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208[data-state=on]{background-color:var(--baseBorder)}._toolbarGroupOfGroups_1e2ox_219{margin:0 var(--spacing-1);display:flex}._toolbarToggleSingleGroup_1e2ox_224:first-of-type ._toolbarToggleItem_1e2ox_208:only-child,._toolbarToggleSingleGroup_1e2ox_224:only-child ._toolbarToggleItem_1e2ox_208:first-child,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:first-child{border-top-left-radius:var(--radius-base);border-bottom-left-radius:var(--radius-base)}._toolbarToggleSingleGroup_1e2ox_224:last-of-type ._toolbarToggleItem_1e2ox_208:only-child,._toolbarToggleSingleGroup_1e2ox_224:only-child ._toolbarToggleItem_1e2ox_208:last-child,._toolbarModeSwitch_1e2ox_198 ._toolbarToggleItem_1e2ox_208:last-child{border-top-right-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._toolbarToggleItem_1e2ox_208,._toolbarButton_1e2ox_239{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-0_5)}@media (hover:hover){._toolbarToggleItem_1e2ox_208:hover,._toolbarButton_1e2ox_239:hover{background-color:var(--baseBgActive)}}._toolbarToggleItem_1e2ox_208:active svg,._toolbarButton_1e2ox_239:active svg{transform:translate(1px,1px)}._toolbarToggleItem_1e2ox_208[data-state=on],._toolbarButton_1e2ox_239[data-state=on],._toolbarToggleItem_1e2ox_208:active,._toolbarButton_1e2ox_239:active{color:var(--baseTextContrast);background-color:var(--baseBgActive)}._toolbarToggleItem_1e2ox_208[data-disabled],._toolbarButton_1e2ox_239[data-disabled]{pointer-events:none}._toolbarToggleItem_1e2ox_208[data-disabled] svg,._toolbarButton_1e2ox_239[data-disabled] svg{color:var(--baseBorderHover)}._toolbarButton_1e2ox_239{border-radius:var(--radius-base)}._toolbarButton_1e2ox_239+._toolbarButton_1e2ox_239{margin-left:var(--spacing-1)}._activeToolbarButton_1e2ox_275{color:var(--accentText)}._toolbarToggleSingleGroup_1e2ox_224{white-space:nowrap;align-items:center;display:flex}._toolbarNodeKindSelectContainer_1e2ox_285,._toolbarButtonDropdownContainer_1e2ox_286,._toolbarCodeBlockLanguageSelectContent_1e2ox_287,._selectContainer_1e2ox_288{filter:drop-shadow(0 2px 2px #0003);z-index:3;width:var(--spacing-36);border-bottom-left-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base);background-color:var(--basePageBg);font-size:var(--text-sm)}._toolbarButtonDropdownContainer_1e2ox_286,._toolbarButtonDropdownContainer_1e2ox_286 ._selectItem_1e2ox_301:first-child{border-top-right-radius:var(--radius-base)}._toolbarNodeKindSelectTrigger_1e2ox_306,._toolbarButtonSelectTrigger_1e2ox_307,._selectTrigger_1e2ox_308{color:inherit;width:var(--spacing-36);padding:var(--spacing-0_5) var(--spacing-1);border-radius:var(--radius-medium);white-space:nowrap;font-size:var(--text-sm);background-color:#0000;background-color:var(--basePageBg);margin:0 var(--spacing-1);border:0;flex-wrap:nowrap;align-items:center;padding-inline-start:var(--spacing-2);display:flex}._toolbarNodeKindSelectTrigger_1e2ox_306[data-state=open],._toolbarButtonSelectTrigger_1e2ox_307[data-state=open],._selectTrigger_1e2ox_308[data-state=open]{filter:drop-shadow(0 2px 2px #0003);border-bottom-right-radius:var(--radius-none);border-bottom-left-radius:var(--radius-none)}._selectTrigger_1e2ox_308[data-placeholder]>span:first-child{color:var(--baseBorderHover)}._toolbarButtonSelectTrigger_1e2ox_307{width:auto;padding-inline-start:var(--spacing-2);padding-inline-end:var(--spacing-1);padding-block:var(--spacing-0_5)}._toolbarCodeBlockLanguageSelectTrigger_1e2ox_343,._toolbarCodeBlockLanguageSelectContent_1e2ox_287{width:var(--spacing-48)}._toolbarNodeKindSelectItem_1e2ox_348,._selectItem_1e2ox_301{cursor:default;padding:var(--spacing-2);display:flex}._toolbarNodeKindSelectItem_1e2ox_348[data-highlighted],._selectItem_1e2ox_301[data-highlighted]{background-color:var(--baseBg)}._toolbarNodeKindSelectItem_1e2ox_348[data-state=checked],._selectItem_1e2ox_301[data-state=checked]{color:var(--baseTextContrast);background-color:var(--baseBg)}._toolbarNodeKindSelectItem_1e2ox_348[data-highlighted],._selectItem_1e2ox_301[data-highlighted]{outline:none}._toolbarNodeKindSelectItem_1e2ox_348:last-child,._selectItem_1e2ox_301:last-child{border-bottom-left-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._toolbarNodeKindSelectDropdownArrow_1e2ox_373,._selectDropdownArrow_1e2ox_374{align-items:center;margin-left:auto;display:flex}._contentEditable_1e2ox_380{box-sizing:border-box;width:100%;color:var(--baseTextContrast);padding:var(--spacing-3)}._contentEditable_1e2ox_380:focus{outline:none}._codeMirrorWrapper_1e2ox_392{margin-bottom:var(--spacing-5);border:1px solid var(--baseLine);border-radius:var(--radius-medium);padding:.8rem;position:relative;overflow:hidden}._sandPackWrapper_1e2ox_401{margin-bottom:var(--spacing-5);border:1px solid var(--baseLine);border-radius:var(--radius-medium);position:relative;overflow:hidden}._codeMirrorToolbar_1e2ox_409{gap:var(--spacing-1);padding:var(--spacing-1);z-index:1;background-color:var(--baseBase);border-bottom-left-radius:var(--radius-base);display:flex;position:absolute;top:0;right:0}._frontmatterWrapper_1e2ox_413{border-radius:var(--radius-medium);padding:var(--spacing-3);background-color:var(--baseBgSubtle)}._frontmatterWrapper_1e2ox_413[data-expanded=true]{margin-bottom:var(--spacing-10)}._frontmatterToggleButton_1e2ox_423{all:unset;box-sizing:border-box;cursor:default;align-items:center;gap:var(--spacing-1);font-size:var(--text-sm);display:flex}._propertyPanelTitle_1e2ox_431{font-size:var(--text-xs);padding-top:var(--spacing-2);padding-left:var(--spacing-2);margin:0;font-weight:400}._propertyEditorTable_1e2ox_439{table-layout:fixed;border-spacing:var(--spacing-2)}._propertyEditorTable_1e2ox_439 th{text-align:left;font-size:var(--text-sm);padding:var(--spacing-2) var(--spacing-3)}._propertyEditorTable_1e2ox_439 col:first-child{width:30%}._propertyEditorTable_1e2ox_439 col:nth-child(2){width:70%}._propertyEditorTable_1e2ox_439 td:last-child ._iconButton_1e2ox_457{margin-left:var(--spacing-4);margin-right:var(--spacing-4)}._propertyEditorTable_1e2ox_439 ._readOnlyColumnCell_1e2ox_462{padding-left:0}._propertyEditorLabelCell_1e2ox_467{font-weight:400}._readOnlyColumnCell_1e2ox_462{padding-left:0}._buttonsFooter_1e2ox_475{justify-content:flex-end;gap:var(--spacing-2);display:flex}._propertyEditorInput_1e2ox_481{all:unset;box-sizing:border-box;cursor:default;width:100%;padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-base);border:1px solid var(--baseBorder);background-color:var(--baseBase);font-size:var(--text-sm)}._iconButton_1e2ox_457{all:unset;box-sizing:border-box;cursor:default;color:var(--baseText)}@media (hover:hover){._iconButton_1e2ox_457:hover{color:var(--baseTextContrast)}}._iconButton_1e2ox_457:disabled,._iconButton_1e2ox_457:disabled:hover{color:var(--baseLine)}._primaryButton_1e2ox_507,._secondaryButton_1e2ox_508{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-2) var(--spacing-3);border:1px solid var(--accentBorder);background-color:var(--accentSolidHover);color:var(--baseBase);font-size:var(--text-xs);border-radius:var(--radius-medium)}._primaryButton_1e2ox_507:disabled,._secondaryButton_1e2ox_508:disabled{background:var(--accentLine);border-color:var(--accentBg)}._smallButton_1e2ox_523{font-size:var(--text-xs);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-base)}._secondaryButton_1e2ox_508{border:1px solid var(--baseBorder);background-color:var(--baseSolidHover);color:var(--baseBase)}._dialogForm_1e2ox_535{gap:var(--spacing-2);flex-direction:row;display:flex}._linkDialogEditForm_1e2ox_541{align-items:stretch;gap:var(--spacing-2);flex-direction:column;padding:0;display:flex}._linkDialogInputContainer_1e2ox_549{flex-direction:column;align-items:stretch;display:flex}._linkDialogInputWrapper_1e2ox_555{background-color:var(--baseBase);border-radius:var(--radius-base);border:1px solid var(--baseBorder);align-items:center;display:flex}._linkDialogInputWrapper_1e2ox_555[data-visible-dropdown=true]{border-bottom-left-radius:var(--radius-none);border-bottom-right-radius:var(--radius-none);border-bottom-width:0}._linkDialogInputWrapper_1e2ox_555>button{all:unset;box-sizing:border-box;cursor:default;padding-right:var(--spacing-2)}._linkDialogInput_1e2ox_549,._dialogInput_1e2ox_576{all:unset;box-sizing:border-box;cursor:default;width:20rem;padding:var(--spacing-2) var(--spacing-3);font-size:var(--text-sm)}._linkDialogInput_1e2ox_549::-moz-placeholder{color:var(--baseBorder)}._dialogInput_1e2ox_576::-moz-placeholder{color:var(--baseBorder)}._linkDialogInput_1e2ox_549::placeholder,._dialogInput_1e2ox_576::placeholder{color:var(--baseBorder)}._linkDialogAnchor_1e2ox_587{z-index:-1;background-color:highlight;position:fixed}._linkDialogAnchor_1e2ox_587[data-visible=true]{visibility:visible}._linkDialogAnchor_1e2ox_587[data-visible=false]{visibility:hidden}._linkDialogPopoverContent_1e2ox_601,._tableColumnEditorPopoverContent_1e2ox_602,._dialogContent_1e2ox_603{filter:drop-shadow(0 2px 2px #0003);align-items:center;gap:var(--spacing-0_5);border-radius:var(--radius-medium);border:1px solid var(--baseBg);background-color:var(--basePageBg);padding:var(--spacing-1) var(--spacing-1);font-size:var(--text-sm);display:flex}._largeDialogContent_1e2ox_615{filter:drop-shadow(0 2px 2px #0003);gap:var(--spacing-0_5);border-radius:var(--radius-medium);border:1px solid var(--baseBorder);background-color:var(--baseBgSubtle);padding:var(--spacing-4);font-size:var(--text-sm)}._dialogTitle_1e2ox_625{font-size:var(--text-base);padding-left:var(--spacing-2);font-weight:600}._dialogCloseButton_1e2ox_631{all:unset;box-sizing:border-box;cursor:default;position:absolute;top:10px;right:10px}._popoverContent_1e2ox_638{filter:drop-shadow(0 2px 2px #0003);align-items:center;gap:var(--spacing-0_5);border-radius:var(--radius-medium);background-color:var(--baseBgSubtle);padding:var(--spacing-2) var(--spacing-2);font-size:var(--text-sm);z-index:1;display:flex}._popoverArrow_1e2ox_650{fill:var(--basePageBg)}._linkDialogPreviewAnchor_1e2ox_654{margin-right:var(--spacing-1);color:var(--accentText);border:1px solid #0000;align-items:center;text-decoration:none;display:flex}@media (hover:hover){._linkDialogPreviewAnchor_1e2ox_654:hover{color:var(--accentSolidHover)}}._linkDialogPreviewAnchor_1e2ox_654 span{text-overflow:ellipsis;white-space:nowrap;max-width:14rem;overflow-x:hidden}._tooltipTrigger_1e2ox_677{align-self:center}._tooltipContent_1e2ox_681{z-index:2;border-radius:var(--radius-medium);padding:var(--spacing-1) var(--spacing-2);font-size:var(--text-xs);background-color:var(--baseText);color:var(--baseBase);position:relative}._tooltipContent_1e2ox_681 svg{fill:var(--baseText)}._actionButton_1e2ox_695{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);padding:var(--spacing-1) var(--spacing-1);border-radius:var(--radius-medium)}._actionButton_1e2ox_695 svg{display:block}@media (hover:hover){._actionButton_1e2ox_695:hover{background-color:var(--baseBg)}}._actionButton_1e2ox_695:active svg{transform:translate(1px,1px)}._actionButton_1e2ox_695[data-state=on],._actionButton_1e2ox_695:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._primaryActionButton_1e2ox_702{background-color:var(--accentSolid);color:var(--baseBase)}@media (hover:hover){._primaryActionButton_1e2ox_702:hover{background-color:var(--accentSolidHover);color:var(--baseBase)}}._tableEditor_1e2ox_714{table-layout:fixed;border-spacing:0;border-collapse:collapse;width:100%;height:100%}._tableEditor_1e2ox_714 thead>tr>th{text-align:right}._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]){border:1px solid var(--baseBgActive);padding:var(--spacing-1) var(--spacing-2);white-space:normal}:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]))>div{outline:none}:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true]))>div>p{margin:0}[data-active=true]:is(._tableEditor_1e2ox_714>tbody>tr>td:not(._toolCell_1e2ox_725),._tableEditor_1e2ox_714>tbody>tr>th:not(._toolCell_1e2ox_725):not([data-tool-cell=true])){outline:solid 1px var(--baseSolid)}._tableEditor_1e2ox_714 ._tableColumnEditorTrigger_1e2ox_744,._tableEditor_1e2ox_714 ._tableRowEditorTrigger_1e2ox_745,._tableEditor_1e2ox_714 ._addRowButton_1e2ox_746,._tableEditor_1e2ox_714 ._addColumnButton_1e2ox_747,._tableEditor_1e2ox_714 ._iconButton_1e2ox_457{opacity:.15}@media (hover:hover){._tableEditor_1e2ox_714:hover ._tableColumnEditorTrigger_1e2ox_744,._tableEditor_1e2ox_714:hover ._tableRowEditorTrigger_1e2ox_745,._tableEditor_1e2ox_714:hover ._addRowButton_1e2ox_746,._tableEditor_1e2ox_714:hover ._addColumnButton_1e2ox_747,._tableEditor_1e2ox_714:hover ._iconButton_1e2ox_457{opacity:.3}._tableEditor_1e2ox_714:hover ._tableColumnEditorTrigger_1e2ox_744:hover,._tableEditor_1e2ox_714:hover ._tableRowEditorTrigger_1e2ox_745:hover,._tableEditor_1e2ox_714:hover ._addRowButton_1e2ox_746:hover,._tableEditor_1e2ox_714:hover ._addColumnButton_1e2ox_747:hover,._tableEditor_1e2ox_714:hover ._iconButton_1e2ox_457:hover{opacity:1}}._toolCell_1e2ox_725{text-align:right}._toolCell_1e2ox_725 button{margin:auto;display:block}._tableColumnEditorTrigger_1e2ox_744{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);padding:var(--spacing-1);border-radius:var(--radius-full);opacity:.2}._tableColumnEditorTrigger_1e2ox_744 svg{display:block}@media (hover:hover){._tableColumnEditorTrigger_1e2ox_744:hover{background-color:var(--baseBg)}}._tableColumnEditorTrigger_1e2ox_744:active svg{transform:translate(1px,1px)}._tableColumnEditorTrigger_1e2ox_744[data-state=on],._tableColumnEditorTrigger_1e2ox_744:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._tableColumnEditorTrigger_1e2ox_744[data-active=true]{opacity:1!important}._tableColumnEditorToolbar_1e2ox_789{display:flex}._tableColumnEditorToolbar_1e2ox_789>button{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast)}._tableColumnEditorToolbar_1e2ox_789>button svg{display:block}@media (hover:hover){._tableColumnEditorToolbar_1e2ox_789>button:hover{background-color:var(--baseBg)}}._tableColumnEditorToolbar_1e2ox_789>button:active svg{transform:translate(1px,1px)}._tableColumnEditorToolbar_1e2ox_789>button[data-state=on],._tableColumnEditorToolbar_1e2ox_789>button:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._tableColumnEditorToolbar_1e2ox_789 [role=separator]{margin-left:var(--spacing-1);margin-right:var(--spacing-1)}._toggleGroupRoot_1e2ox_802{display:inline-flex}._toggleGroupRoot_1e2ox_802 button{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast)}._toggleGroupRoot_1e2ox_802 button svg{display:block}@media (hover:hover){._toggleGroupRoot_1e2ox_802 button:hover{background-color:var(--baseBg)}}._toggleGroupRoot_1e2ox_802 button:active svg{transform:translate(1px,1px)}._toggleGroupRoot_1e2ox_802 button[data-state=on],._toggleGroupRoot_1e2ox_802 button:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._toggleGroupRoot_1e2ox_802 button:first-child{border-top-left-radius:var(--radius-base);border-bottom-left-radius:var(--radius-base)}._toggleGroupRoot_1e2ox_802 button:last-child{border-top-right-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._tableToolsColumn_1e2ox_820{width:2rem}._tableToolsColumn_1e2ox_820 button{margin:auto;display:block}._leftAlignedCell_1e2ox_829{text-align:left}._rightAlignedCell_1e2ox_833{text-align:right}._centeredCell_1e2ox_837{text-align:center}._addColumnButton_1e2ox_747,._addRowButton_1e2ox_746{all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);background-color:var(--baseBase);align-items:center;display:flex}._addColumnButton_1e2ox_747 svg,._addRowButton_1e2ox_746 svg{display:block}@media (hover:hover){._addColumnButton_1e2ox_747:hover,._addRowButton_1e2ox_746:hover{background-color:var(--baseBg)}}._addColumnButton_1e2ox_747:active svg,._addRowButton_1e2ox_746:active svg{transform:translate(1px,1px)}._addColumnButton_1e2ox_747[data-state=on],._addRowButton_1e2ox_746[data-state=on],._addColumnButton_1e2ox_747:active,._addRowButton_1e2ox_746:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._addColumnButton_1e2ox_747 svg,._addRowButton_1e2ox_746 svg{margin:auto}._addRowButton_1e2ox_746{width:100%;margin-top:var(--spacing-px);box-sizing:border-box;border-bottom-right-radius:var(--radius-medium);border-bottom-left-radius:var(--radius-medium)}._addColumnButton_1e2ox_747{margin-left:var(--spacing-px);border-top-right-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium);height:100%}._dialogOverlay_1e2ox_870{background-color:var(--baseBase);z-index:51;opacity:.5;animation:.15s cubic-bezier(.16,1,.3,1) _overlayShow_1e2ox_1;position:fixed;inset:0}._dialogContent_1e2ox_603,._largeDialogContent_1e2ox_615{z-index:52;animation:.15s cubic-bezier(.16,1,.3,1) _contentShow_1e2ox_1;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}._dialogContent_1e2ox_603:focus,._largeDialogContent_1e2ox_615:focus{outline:none}@keyframes _overlayShow_1e2ox_1{0%{opacity:0}to{opacity:.5}}@keyframes _contentShow_1e2ox_1{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._focusedImage_1e2ox_916{outline:2px solid highlight}._imageWrapper_1e2ox_920{display:inline-block;position:relative}._imageWrapper_1e2ox_920[draggable=true]{cursor:move;cursor:grab;cursor:-webkit-grab}._editImageToolbar_1e2ox_933{gap:var(--spacing-1);padding:var(--spacing-1);z-index:1;background-color:var(--baseBase);border-bottom-left-radius:var(--radius-base);display:flex;position:absolute;top:0;right:0}._editImageButton_1e2ox_937 svg{display:block}._inlineEditor_1e2ox_943{border-radius:var(--radius-medium);padding:var(--spacing-1);gap:var(--spacing-2);background:var(--baseBg);align-items:center;display:inline-flex}._blockEditor_1e2ox_952{border-radius:var(--radius-medium);padding:var(--spacing-2);justify-content:stretch;gap:var(--spacing-2);background:var(--baseBg);align-items:center;display:flex}._blockEditor_1e2ox_952 ._nestedEditor_1e2ox_961{flex-grow:1}._nestedEditor_1e2ox_961{background:var(--basePageBg);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-medium)}._nestedEditor_1e2ox_961>p{margin:0}._nestedEditor_1e2ox_961:focus{outline:none}._genericComponentName_1e2ox_980{font-size:var(--text-sm);color:var(--baseText);padding-right:var(--spacing-2)}._diffSourceToggleWrapper_1e2ox_986{pointer-events:auto;opacity:1;margin-left:auto;position:sticky;right:0}._diffSourceToggle_1e2ox_986{border-radius:var(--radius-medium);background-color:var(--baseBase);display:flex}._diffSourceToggle_1e2ox_986 ._toolbarToggleItem_1e2ox_208{padding:0}._diffSourceToggle_1e2ox_986 ._toolbarToggleItem_1e2ox_208>span{padding:var(--spacing-1) var(--spacing-1);display:block}._selectWithLabel_1e2ox_1012{align-items:center;gap:var(--spacing-2);margin-left:var(--spacing-2);display:flex}._selectWithLabel_1e2ox_1012>label{font-size:var(--text-sm)}._selectWithLabel_1e2ox_1012 ._selectTrigger_1e2ox_308{border:1px solid var(--baseBorder)}._toolbarTitleMode_1e2ox_1027{font-size:var(--text-sm);margin-left:var(--spacing-2)}._imageControlWrapperResizing_1e2ox_1032{touch-action:none}._imageResizer_1e2ox_1036{background-color:var(--accentText);border:1px solid var(--baseBg);width:7px;height:7px;display:block;position:absolute}._imageResizer_1e2ox_1036._imageResizerN_1e2ox_1045{cursor:n-resize;top:-6px;left:48%}._imageResizer_1e2ox_1036._imageResizerNe_1e2ox_1051{cursor:ne-resize;top:-6px;right:-6px}._imageResizer_1e2ox_1036._imageResizerE_1e2ox_1057{cursor:e-resize;bottom:48%;right:-6px}._imageResizer_1e2ox_1036._imageResizerSe_1e2ox_1063{cursor:nwse-resize;bottom:-2px;right:-6px}._imageResizer_1e2ox_1036._imageResizerS_1e2ox_1063{cursor:s-resize;bottom:-2px;left:48%}._imageResizer_1e2ox_1036._imageResizerSw_1e2ox_1075{cursor:sw-resize;bottom:-2px;left:-6px}._imageResizer_1e2ox_1036._imageResizerW_1e2ox_1081{cursor:w-resize;bottom:48%;left:-6px}._imageResizer_1e2ox_1036._imageResizerNw_1e2ox_1087{cursor:nw-resize;top:-6px;left:-6px}._imagePlaceholder_1e2ox_1093{border:2px dashed;width:fit-content;height:fit-content;margin:12px;padding:48px}._imageDimensionsContainer_1e2ox_1101{gap:var(--spacing-4);display:flex}._placeholder_1e2ox_1106{color:var(--baseSolid);padding:var(--spacing-3);text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap;pointer-events:none;display:inline-block;position:absolute;top:0;overflow:hidden}._rootContentEditableWrapper_1e2ox_1119{position:relative}._downshiftContainer_1e2ox_1123{flex-direction:column;align-items:stretch;display:flex}._downshiftInputWrapper_1e2ox_1129{background-color:var(--baseBase);border-radius:var(--radius-base);border:1px solid var(--baseBorder);align-items:center;display:flex}._downshiftInputWrapper_1e2ox_1129[data-visible-dropdown=true]{border-bottom-left-radius:var(--radius-none);border-bottom-right-radius:var(--radius-none);border-bottom-width:0}._downshiftInputWrapper_1e2ox_1129>button{all:unset;box-sizing:border-box;cursor:default;padding-right:var(--spacing-2)}._downshiftInput_1e2ox_1129{all:unset;box-sizing:border-box;cursor:default;width:20rem;padding:var(--spacing-2) var(--spacing-3);font-size:var(--text-sm)}._downshiftInput_1e2ox_1129::placeholder{color:var(--baseBorder)}._downshiftAutocompleteContainer_1e2ox_1160{position:relative}._downshiftAutocompleteContainer_1e2ox_1160 ul{all:unset;box-sizing:border-box;font-size:var(--text-sm);border-bottom-left-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium);width:100%;max-height:var(--spacing-48);border:1px solid var(--baseBorder);background-color:var(--baseBase);border-top-width:0;display:none;position:absolute;overflow:hidden auto}._downshiftAutocompleteContainer_1e2ox_1160 ul[data-visible=true]{display:block}._downshiftAutocompleteContainer_1e2ox_1160 ul li{padding:var(--spacing-2) var(--spacing-3);white-space:nowrap;margin-bottom:var(--spacing-1);text-overflow:ellipsis;overflow-x:hidden}._downshiftAutocompleteContainer_1e2ox_1160 ul li[data-selected=true]{background-color:var(--baseBgSubtle)}._downshiftAutocompleteContainer_1e2ox_1160 ul li[data-highlighted=true]{background-color:var(--baseBgHover)}._downshiftAutocompleteContainer_1e2ox_1160 ul li:last-of-type{border-bottom-left-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium)}._textInput_1e2ox_1206{all:unset;border-radius:var(--radius-base);border:1px solid var(--baseBorder);background-color:var(--baseBase);padding:var(--spacing-2) var(--spacing-3)}form._multiFieldForm_1e2ox_1214{padding:var(--spacing-2);gap:var(--spacing-2);flex-direction:column;display:flex}form._multiFieldForm_1e2ox_1214 ._formField_1e2ox_1220{gap:var(--spacing-2);flex-direction:column;display:flex}form._multiFieldForm_1e2ox_1214 ._formField_1e2ox_1220 label{font-size:var(--text-xs)}._markdownParseError_1e2ox_1231{border-radius:var(--radius-base);border:1px solid var(--error-color);padding:var(--spacing-2);margin-block:var(--spacing-2);color:var(--error-color);font-size:var(--text-xs)}._popupContainer_1e2ox_1240{z-index:2;position:relative}._inputSizer_1e2ox_1245{vertical-align:baseline;align-items:center;display:inline-grid;position:relative}._inputSizer_1e2ox_1245:after,._inputSizer_1e2ox_1245 input{width:auto;min-width:1rem;font:inherit;resize:none;appearance:none;color:inherit;background:0 0;border:none;grid-area:1/2;margin:0;padding:0 2px}._inputSizer_1e2ox_1245 span{padding:.25em}._inputSizer_1e2ox_1245:after{content:attr(data-value);white-space:pre-wrap}:root,._light_1tncs_1,._light-theme_1tncs_1{--blue-1:#fbfdff;--blue-2:#f4faff;--blue-3:#e6f4fe;--blue-4:#d5efff;--blue-5:#c2e5ff;--blue-6:#acd8fc;--blue-7:#8ec8f6;--blue-8:#5eb1ef;--blue-9:#0090ff;--blue-10:#0588f0;--blue-11:#0d74ce;--blue-12:#113264}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--blue-1:color(display-p3 .986 .992 .999);--blue-2:color(display-p3 .96 .979 .998);--blue-3:color(display-p3 .912 .956 .991);--blue-4:color(display-p3 .853 .932 1);--blue-5:color(display-p3 .788 .894 .998);--blue-6:color(display-p3 .709 .843 .976);--blue-7:color(display-p3 .606 .777 .947);--blue-8:color(display-p3 .451 .688 .917);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .234 .523 .912);--blue-11:color(display-p3 .15 .44 .84);--blue-12:color(display-p3 .102 .193 .379)}}}._dark_1tncs_1,._dark-theme_1tncs_1{--blue-1:#0d1520;--blue-2:#111927;--blue-3:#0d2847;--blue-4:#003362;--blue-5:#004074;--blue-6:#104d87;--blue-7:#205d9e;--blue-8:#2870bd;--blue-9:#0090ff;--blue-10:#3b9eff;--blue-11:#70b8ff;--blue-12:#c2e6ff}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){._dark_1tncs_1,._dark-theme_1tncs_1{--blue-1:color(display-p3 .057 .081 .122);--blue-2:color(display-p3 .072 .098 .147);--blue-3:color(display-p3 .078 .154 .27);--blue-4:color(display-p3 .033 .197 .37);--blue-5:color(display-p3 .08 .245 .441);--blue-6:color(display-p3 .14 .298 .511);--blue-7:color(display-p3 .195 .361 .6);--blue-8:color(display-p3 .239 .434 .72);--blue-9:color(display-p3 .247 .556 .969);--blue-10:color(display-p3 .344 .612 .973);--blue-11:color(display-p3 .49 .72 1);--blue-12:color(display-p3 .788 .898 .99)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--slate-1:#fcfcfd;--slate-2:#f9f9fb;--slate-3:#f0f0f3;--slate-4:#e8e8ec;--slate-5:#e0e1e6;--slate-6:#d9d9e0;--slate-7:#cdced6;--slate-8:#b9bbc6;--slate-9:#8b8d98;--slate-10:#80838d;--slate-11:#60646c;--slate-12:#1c2024}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--slate-1:color(display-p3 .988 .988 .992);--slate-2:color(display-p3 .976 .976 .984);--slate-3:color(display-p3 .94 .941 .953);--slate-4:color(display-p3 .908 .909 .925);--slate-5:color(display-p3 .88 .881 .901);--slate-6:color(display-p3 .85 .852 .876);--slate-7:color(display-p3 .805 .808 .838);--slate-8:color(display-p3 .727 .733 .773);--slate-9:color(display-p3 .547 .553 .592);--slate-10:color(display-p3 .503 .512 .549);--slate-11:color(display-p3 .379 .392 .421);--slate-12:color(display-p3 .113 .125 .14)}}}._dark_1tncs_1,._dark-theme_1tncs_1{--slate-1:#111113;--slate-2:#18191b;--slate-3:#212225;--slate-4:#272a2d;--slate-5:#2e3135;--slate-6:#363a3f;--slate-7:#43484e;--slate-8:#5a6169;--slate-9:#696e77;--slate-10:#777b84;--slate-11:#b0b4ba;--slate-12:#edeef0}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){._dark_1tncs_1,._dark-theme_1tncs_1{--slate-1:color(display-p3 .067 .067 .074);--slate-2:color(display-p3 .095 .098 .105);--slate-3:color(display-p3 .13 .135 .145);--slate-4:color(display-p3 .156 .163 .176);--slate-5:color(display-p3 .183 .191 .206);--slate-6:color(display-p3 .215 .226 .244);--slate-7:color(display-p3 .265 .28 .302);--slate-8:color(display-p3 .357 .381 .409);--slate-9:color(display-p3 .415 .431 .463);--slate-10:color(display-p3 .469 .483 .514);--slate-11:color(display-p3 .692 .704 .728);--slate-12:color(display-p3 .93 .933 .94)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--grass-1:#fbfefb;--grass-2:#f5fbf5;--grass-3:#e9f6e9;--grass-4:#daf1db;--grass-5:#c9e8ca;--grass-6:#b2ddb5;--grass-7:#94ce9a;--grass-8:#65ba74;--grass-9:#46a758;--grass-10:#3e9b4f;--grass-11:#2a7e3b;--grass-12:#203c25}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--grass-1:color(display-p3 .986 .996 .985);--grass-2:color(display-p3 .966 .983 .964);--grass-3:color(display-p3 .923 .965 .917);--grass-4:color(display-p3 .872 .94 .865);--grass-5:color(display-p3 .811 .908 .802);--grass-6:color(display-p3 .733 .864 .724);--grass-7:color(display-p3 .628 .803 .622);--grass-8:color(display-p3 .477 .72 .482);--grass-9:color(display-p3 .38 .647 .378);--grass-10:color(display-p3 .344 .598 .342);--grass-11:color(display-p3 .263 .488 .261);--grass-12:color(display-p3 .151 .233 .153)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--cyan-1:#fafdfe;--cyan-2:#f2fafb;--cyan-3:#def7f9;--cyan-4:#caf1f6;--cyan-5:#b5e9f0;--cyan-6:#9ddde7;--cyan-7:#7dcedc;--cyan-8:#3db9cf;--cyan-9:#00a2c7;--cyan-10:#0797b9;--cyan-11:#107d98;--cyan-12:#0d3c48}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--cyan-1:color(display-p3 .982 .992 .996);--cyan-2:color(display-p3 .955 .981 .984);--cyan-3:color(display-p3 .888 .965 .975);--cyan-4:color(display-p3 .821 .941 .959);--cyan-5:color(display-p3 .751 .907 .935);--cyan-6:color(display-p3 .671 .862 .9);--cyan-7:color(display-p3 .564 .8 .854);--cyan-8:color(display-p3 .388 .715 .798);--cyan-9:color(display-p3 .282 .627 .765);--cyan-10:color(display-p3 .264 .583 .71);--cyan-11:color(display-p3 .08 .48 .63);--cyan-12:color(display-p3 .108 .232 .277)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--amber-1:#fefdfb;--amber-2:#fefbe9;--amber-3:#fff7c2;--amber-4:#ffee9c;--amber-5:#fbe577;--amber-6:#f3d673;--amber-7:#e9c162;--amber-8:#e2a336;--amber-9:#ffc53d;--amber-10:#ffba18;--amber-11:#ab6400;--amber-12:#4f3422}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--amber-1:color(display-p3 .995 .992 .985);--amber-2:color(display-p3 .994 .986 .921);--amber-3:color(display-p3 .994 .969 .782);--amber-4:color(display-p3 .989 .937 .65);--amber-5:color(display-p3 .97 .902 .527);--amber-6:color(display-p3 .936 .844 .506);--amber-7:color(display-p3 .89 .762 .443);--amber-8:color(display-p3 .85 .65 .3);--amber-9:color(display-p3 1 .77 .26);--amber-10:color(display-p3 .959 .741 .274);--amber-11:color(display-p3 .64 .4 0);--amber-12:color(display-p3 .294 .208 .145)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--red-1:#fffcfc;--red-2:#fff7f7;--red-3:#feebec;--red-4:#ffdbdc;--red-5:#ffcdce;--red-6:#fdbdbe;--red-7:#f4a9aa;--red-8:#eb8e90;--red-9:#e5484d;--red-10:#dc3e42;--red-11:#ce2c31;--red-12:#641723}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--red-1:color(display-p3 .998 .989 .988);--red-2:color(display-p3 .995 .971 .971);--red-3:color(display-p3 .985 .925 .925);--red-4:color(display-p3 .999 .866 .866);--red-5:color(display-p3 .984 .812 .811);--red-6:color(display-p3 .955 .751 .749);--red-7:color(display-p3 .915 .675 .672);--red-8:color(display-p3 .872 .575 .572);--red-9:color(display-p3 .83 .329 .324);--red-10:color(display-p3 .798 .294 .285);--red-11:color(display-p3 .744 .234 .222);--red-12:color(display-p3 .36 .115 .143)}}}._bold_1tncs_10{font-weight:700}._italic_1tncs_14{font-style:italic}._underline_1tncs_18{text-decoration:underline}._strikethrough_1tncs_34{text-decoration:line-through}._underlineStrikethrough_1tncs_38{text-decoration:underline line-through}._subscript_1tncs_42{font-size:.8em;vertical-align:sub!important}._superscript_1tncs_47{vertical-align:super;font-size:.8em}._code_1tncs_52{background-color:var(--baseBg);font-family:var(--font-mono);padding:1px .25rem;font-size:94%}._nestedListItem_1tncs_59{list-style:none}._listitem_1tncs_69{margin:var(--spacing-2) 0}._listItemChecked_1tncs_73,._listItemUnchecked_1tncs_74{margin-left:0;margin-right:0;padding-left:var(--spacing-6);padding-right:var(--spacing-6);outline:none;margin-inline-start:-1rem;list-style-type:none;position:relative}._listItemChecked_1tncs_73{text-decoration:line-through}._listItemUnchecked_1tncs_74:before,._listItemChecked_1tncs_73:before{content:"";width:var(--spacing-4);height:var(--spacing-4);cursor:pointer;background-size:cover;display:block;position:absolute;top:0;left:0}._listItemUnchecked_1tncs_74[dir=rtl]:before,._listItemChecked_1tncs_73[dir=rtl]:before{left:auto;right:0}._listItemUnchecked_1tncs_74:focus:before,._listItemChecked_1tncs_73:focus:before{box-shadow:0 0 0 2px var(--accentBgActive);border-radius:var(--radius-small)}._listItemUnchecked_1tncs_74:before{border:1px solid var(--baseBorder);border-radius:var(--radius-small)}._listItemChecked_1tncs_73:before{border:1px solid var(--accentBorder);border-radius:var(--radius-small);background-color:var(--accentSolid);background-repeat:no-repeat}._listItemChecked_1tncs_73:after{content:"";cursor:pointer;border-color:var(--baseBase);top:var(--spacing-0_5);width:var(--spacing-1);left:var(--spacing-1_5);right:var(--spacing-1_5);height:var(--spacing-2);border-style:solid;border-width:0 var(--spacing-0_5) var(--spacing-0_5) 0;display:block;position:absolute;transform:rotate(45deg)}._nestedListItem_1tncs_59{list-style-type:none}._nestedListItem_1tncs_59:before,._nestedListItem_1tncs_59:after{display:none}._admonitionDanger_1tncs_151,._admonitionInfo_1tncs_152,._admonitionNote_1tncs_153,._admonitionTip_1tncs_154,._admonitionCaution_1tncs_155{padding:var(--spacing-2);margin-top:var(--spacing-2);margin-bottom:var(--spacing-2);border-left:3px solid var(--admonitionBorder);background-color:var(--admonitionBg)}._admonitionInfo_1tncs_152{--admonitionBorder:var(--admonitionInfoBorder);--admonitionBg:var(--admonitionInfoBg)}._admonitionTip_1tncs_154{--admonitionBorder:var(--admonitionTipBorder);--admonitionBg:var(--admonitionTipBg)}._admonitionCaution_1tncs_155{--admonitionBorder:var(--admonitionCautionBorder);--admonitionBg:var(--admonitionCautionBg)}._admonitionDanger_1tncs_151{--admonitionBorder:var(--admonitionDangerBorder);--admonitionBg:var(--admonitionDangerBg)}._admonitionNote_1tncs_153{--admonitionBorder:var(--admonitionNoteBorder);--admonitionBg:var(--admonitionNoteBg)}._mdxExpression_1tncs_188{font-family:var(--font-mono);color:var(--accentText);font-size:84%}._mdxExpression_1tncs_188 input:focus-visible{outline:none}
