.creativo-wrap{padding:0 1rem 3rem}.cre-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:1.5rem}.cre-tool-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;display:flex;flex-direction:column;gap:.625rem;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s,box-shadow .15s,transform .15s}.cre-tool-card:not(.cre-tool-card--soon):hover{border-color:#6366f166;box-shadow:0 4px 20px #6366f11a;transform:translateY(-1px)}.cre-tool-card--soon{cursor:default;opacity:.6}.cre-tool-icon{width:44px;height:44px;border-radius:12px;background:var(--brand-soft);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.cre-tool-icon i{font-size:22px;color:var(--brand)}.cre-tool-card--soon .cre-tool-icon{background:var(--surface-2)}.cre-tool-card--soon .cre-tool-icon i{color:var(--text-muted)}.cre-tool-name{font-size:15px;font-weight:700;color:var(--text)}.cre-tool-desc{font-size:12px;color:var(--text-muted);line-height:1.6;flex:1}.cre-tool-footer{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--brand);margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.cre-tool-footer i{font-size:12px}.cre-soon-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted)}.cre-breadcrumb{display:flex;align-items:center;gap:8px;margin:.75rem 0 1.25rem}.cre-back-btn{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.cre-back-btn:hover{border-color:var(--brand-ring);color:var(--brand)}.cre-breadcrumb-sep{color:var(--text-muted);font-size:13px}.cre-breadcrumb-current{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text)}.cre-breadcrumb-current i{color:var(--brand);font-size:14px}.gdd-sections{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.gdd-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.gdd-section-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;background:var(--surface-2);border-bottom:1px solid var(--border);cursor:pointer;user-select:none}.gdd-section-title{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--text)}.gdd-section-title i{font-size:16px;color:var(--brand)}.gdd-section-chevron{font-size:13px;color:var(--text-muted);transition:transform .2s}.gdd-section-chevron.open{transform:rotate(180deg)}.gdd-section-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.gdd-section-body.collapsed{display:none}.gdd-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:640px){.gdd-row{grid-template-columns:1fr}}.gdd-row-3{grid-template-columns:1fr 1fr 1fr}@media (max-width:700px){.gdd-row-3{grid-template-columns:1fr}}.gdd-chips{display:flex;flex-wrap:wrap;gap:6px}.gdd-chip{font-size:12px;padding:4px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:5px;transition:all .15s}.gdd-chip:hover{border-color:var(--brand-ring);color:var(--brand)}.gdd-chip.selected{background:var(--brand);color:#fff;border-color:var(--brand)}.gdd-chip i{font-size:11px}.gdd-subsection{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem 1rem;margin-top:4px;display:none}.gdd-subsection.visible{display:block}.gdd-subsection-title{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.gdd-team-list{display:flex;flex-wrap:wrap;gap:8px}.gdd-team-member{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);font-size:12px;color:var(--text)}.gdd-team-avatar{width:24px;height:24px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.gdd-team-role{font-size:10px;color:var(--text-muted)}.creativo-actions{position:sticky;bottom:0;background:var(--surface);border-top:1px solid var(--border);padding:.875rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:1.5rem -1rem -3rem;z-index:10}.creativo-actions-left{font-size:12px;color:var(--text-muted)}.creativo-actions-right{display:flex;gap:8px;align-items:center}.gdd-preview-overlay{position:fixed;inset:0;background:#00000080;z-index:9000;display:flex;align-items:center;justify-content:center;padding:1rem}.gdd-preview-box{background:var(--surface);border-radius:var(--radius-md);width:min(860px,100%);max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.gdd-preview-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.gdd-preview-body{overflow-y:auto;padding:2rem;flex:1}.gdd-preview-footer{padding:.875rem 1.25rem;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-end;flex-shrink:0}.gdd-doc{font-family:var(--font-body, inherit);color:var(--text);max-width:700px}.gdd-doc h1{font-size:22px;font-weight:800;margin-bottom:4px}.gdd-doc .gdd-doc-tagline{font-size:14px;color:var(--text-muted);margin-bottom:1.5rem;font-style:italic}.gdd-doc h2{font-size:15px;font-weight:700;margin:1.5rem 0 .5rem;padding-bottom:4px;border-bottom:2px solid var(--border);display:flex;align-items:center;gap:8px}.gdd-doc h2 i{color:var(--brand)}.gdd-doc p{font-size:13px;line-height:1.7;color:var(--text-soft, var(--text-muted));margin-bottom:.5rem}.gdd-doc ul{padding-left:1.25rem;margin:.5rem 0}.gdd-doc li{font-size:13px;line-height:1.8}.gdd-doc .gdd-badge-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:.5rem}.gdd-doc .gdd-badge{font-size:11px;padding:2px 9px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted)}.gdd-doc .gdd-badge.warn{background:#f59e0b1a;border-color:#f59e0b66;color:#92400e}.gdd-doc .gdd-badge.ok{background:#10b9811a;border-color:#10b98166;color:#065f46}.gdd-doc .gdd-meta-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin-top:.5rem}.gdd-doc .gdd-meta-item{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 10px}.gdd-doc .gdd-meta-label{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.gdd-doc .gdd-meta-val{font-size:13px;font-weight:600;color:var(--text)}@media print{.gdd-preview-header,.gdd-preview-footer{display:none!important}.gdd-preview-box{max-height:none;width:100%;box-shadow:none;border:none}.gdd-preview-body{overflow:visible;padding:0}}.ts-config{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.875rem}.ts-config-top{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.ts-frames-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ts-frame-btns{display:flex;gap:4px;flex-wrap:wrap}.ts-frame-btn{padding:4px 12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);font-size:12px;font-weight:600;color:var(--text-muted);cursor:pointer;font-family:inherit;transition:all .15s}.ts-frame-btn:hover{border-color:var(--brand-ring);color:var(--brand)}.ts-frame-btn--active{background:var(--brand);color:#fff;border-color:var(--brand)}.ts-main{display:grid;grid-template-columns:1fr 2fr;gap:1rem;align-items:start}@media (max-width:768px){.ts-main{grid-template-columns:1fr}}.ts-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;max-height:520px;overflow-y:auto}.ts-table{width:100%;border-collapse:collapse;font-size:13px}.ts-table thead th{background:var(--surface-2);padding:8px 12px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1}.ts-th-num{width:36px}.ts-th-kf{width:46px}.ts-th-thumb{width:56px;padding:0!important}.ts-th-capas{width:62px}.ts-th-sonido,.ts-th-camara{width:110px}.ts-row{border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s}.ts-row:last-child{border-bottom:none}.ts-row:hover{background:var(--surface-2)}.ts-row-kf{background:#6366f10a}.ts-row-cur{background:#6366f11a!important;outline:2px solid rgba(99,102,241,.3);outline-offset:-1px}.ts-help-btn{position:absolute;top:50%;right:2px;transform:translateY(-50%);width:16px;height:16px;border-radius:50%;border:1px solid var(--brand-ring);background:var(--brand-soft);color:var(--brand);font-size:9px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;font-family:inherit;transition:all .15s}.ts-help-btn:hover{background:var(--brand);color:#fff}.ts-help-panel{border-bottom:1px solid var(--border);background:var(--surface-2)}.ts-help-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--border)}.ts-help-title{font-size:12px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:6px}.ts-help-close{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:14px;padding:2px;display:flex;align-items:center;border-radius:4px;transition:color .15s}.ts-help-close:hover{color:var(--text)}.ts-help-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.ts-help-item{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;border-bottom:1px solid var(--border);border-right:1px solid var(--border);font-size:12px;color:var(--text)}.ts-help-item:nth-child(2n){border-right:none}.ts-help-item--full{grid-column:1 / -1;border-right:none}.ts-help-col{flex-shrink:0;min-width:40px;padding:3px 6px;border-radius:4px;border:1px solid var(--border);background:var(--surface);font-size:11px;font-weight:700;color:var(--brand);font-family:var(--font-mono);text-align:center;display:flex;align-items:center;justify-content:center}.ts-help-item div{line-height:1.5;color:var(--text-muted)}.ts-help-item div strong{color:var(--text);display:block;margin-bottom:2px}.ts-td-thumb{padding:2px 4px!important;width:56px;text-align:center;vertical-align:middle}.ts-thumb-img{width:48px;height:48px;object-fit:cover;border-radius:4px;border:1px solid var(--border);display:block;cursor:zoom-in;transition:transform .15s}.ts-thumb-img:hover{transform:scale(1.06);z-index:10;position:relative}.ts-thumb-err{width:48px;height:48px;border-radius:4px;border:1px dashed var(--border);background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-muted)}.ts-thumb-kf{width:48px;height:48px;border-radius:4px;border:1px solid rgba(99,102,241,.25);background:#6366f10f;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--brand);margin:0 auto}.ts-td-num{padding:6px 8px;font-weight:700;color:var(--text-muted);font-size:11px;font-variant-numeric:tabular-nums;width:36px;text-align:center}.ts-td-kf{padding:5px 8px;width:46px;text-align:center}.ts-td-capas{padding:4px 6px;width:62px}.ts-td-sonido,.ts-td-camara{padding:4px 6px}.ts-td-url{padding:4px 8px}.ts-xsheet-inp{padding:2px 5px;border:1px solid transparent;border-radius:3px;background:transparent;color:var(--text);font-family:inherit;font-size:11px;outline:none;transition:border-color .15s;box-sizing:border-box}.ts-xsheet-inp:focus{border-color:var(--brand);background:var(--surface)}.ts-xsheet-inp::placeholder{color:var(--text-muted);opacity:.5}.ts-row-segundo-sep{background:transparent;pointer-events:none}.ts-row-segundo-sep td{padding:0;border:none}.ts-seg-badge{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:700;font-family:var(--font-mono);color:#ef4444;padding:1px 6px;background:#ef444414;border-top:2px solid rgba(239,68,68,.5);width:100%;box-sizing:border-box}.ts-row-seg{border-top:2px solid rgba(239,68,68,.25)!important}.ts-kf-btn{width:28px;height:28px;border-radius:50%;border:2px solid var(--border);background:var(--surface-2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;font-size:13px;color:var(--text-muted)}.ts-kf-btn:hover{border-color:var(--brand-ring);color:var(--brand)}.ts-kf-btn.ts-kf-on{background:var(--brand);border-color:var(--brand);color:#fff}.ts-kf-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--border);display:inline-block}.ts-url-inp{width:100%;padding:4px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:11px;color:var(--text);font-family:inherit;outline:none;transition:border-color .15s}.ts-url-inp:focus{border-color:var(--brand)}.ts-url-na{font-size:11px;color:var(--text-muted)}.ts-preview-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;position:sticky;top:12px}.ts-preview-top{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:var(--surface-2);border-bottom:1px solid var(--border);gap:6px}.ts-preview-tag{font-size:11px;font-weight:700;font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap}.ts-preview-ctrl{display:flex;align-items:center;gap:4px}.ts-fps-sel{font-size:11px;padding:2px 4px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);font-family:inherit;cursor:pointer;outline:none}.ts-ctrl-btn{width:26px;height:26px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:12px;display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.ts-ctrl-btn:hover{border-color:var(--brand-ring);color:var(--brand)}.ts-canvas{position:relative;height:400px;background:#0f172a;overflow:hidden;display:flex;align-items:center;justify-content:center}.ts-dot{position:absolute;width:22px;height:22px;border-radius:50%;background:#6366f1;box-shadow:0 0 14px #6366f1b3;transform:translate(-50%,-50%);transition:left .07s linear,top .07s linear}.ts-canvas-hint{position:absolute;bottom:6px;left:0;right:0;text-align:center;font-size:10px;color:#fff3;pointer-events:none}.ts-comments{padding:10px 10px 12px;border-top:1px solid var(--border);background:var(--surface)}.ts-comments-label{display:block;font-size:11px;font-weight:700;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.ts-comments-area{width:100%;resize:vertical;min-height:80px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);font-family:inherit;font-size:12px;line-height:1.5;padding:8px 10px;outline:none;transition:border-color .15s;box-sizing:border-box}.ts-comments-area:focus{border-color:var(--brand)}.ts-scrubber{display:flex;flex-wrap:wrap;gap:3px;padding:8px 10px;background:var(--surface-2);border-top:1px solid var(--border);min-height:36px}.ts-scr-f{width:14px;height:14px;border-radius:3px;background:var(--border);border:1px solid transparent;cursor:pointer;transition:all .1s;flex-shrink:0}.ts-scr-f:hover{background:var(--text-muted)}.ts-scr-kf{background:#6366f166;border-color:var(--brand)}.ts-scr-cur{outline:2px solid var(--brand);outline-offset:1px}.ts-registry{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);margin-top:1.25rem;overflow:hidden}.ts-registry-hdr{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:var(--surface-2);border-bottom:1px solid var(--border)}.ts-registry-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.ts-registry-refresh{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:15px;display:flex;align-items:center;padding:2px;border-radius:4px;transition:color .15s}.ts-registry-refresh:hover{color:var(--brand)}.ts-registry-list{padding:8px;display:flex;flex-direction:column;gap:4px;min-height:44px}.ts-reg-item{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);transition:border-color .15s;overflow:hidden}.ts-reg-item:hover{border-color:var(--brand-ring)}.ts-reg-body{flex:1;padding:8px 12px;cursor:pointer;min-width:0}.ts-reg-body:hover{background:var(--brand-soft)}.ts-reg-name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-reg-meta{font-size:11px;color:var(--text-muted);margin-top:2px}.ts-reg-actions{display:flex;gap:2px;padding:0 6px;flex-shrink:0}.ts-reg-btn{width:28px;height:28px;border-radius:var(--radius-sm);border:1px solid transparent;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--text-muted);transition:all .15s}.ts-reg-btn--mission:hover{color:var(--brand);border-color:var(--brand-ring);background:var(--brand-soft)}.ts-reg-btn--delete:hover{color:#ef4444;border-color:#ef44444d;background:#ef444412}.drive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0 14px;flex-wrap:wrap}.drive-filters{display:flex;gap:6px;flex-wrap:wrap}.drive-filter-btn{padding:5px 12px;font-size:12px;border-radius:20px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:5px;transition:all .15s}.drive-filter-btn.active{background:var(--brand);color:#fff;border-color:var(--brand)}.drive-filter-btn:not(.active):hover{border-color:var(--brand-ring);color:var(--brand)}.drive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;padding-bottom:2rem}.drive-file-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 8px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;transition:all .15s;font-family:inherit}.drive-file-card:hover{border-color:var(--brand-ring);background:var(--brand-soft)}.drive-file-thumb{width:100%;height:90px;object-fit:cover;border-radius:6px;background:var(--surface-2)}.drive-file-icon{width:100%;height:90px;display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--text-muted);background:var(--surface-2);border-radius:6px}.drive-file-name{font-size:11px;color:var(--text);text-align:center;word-break:break-word;line-height:1.3}@keyframes spin{to{transform:rotate(360deg)}}
