.ft-placeholder{opacity:.7;text-align:center;border:1px dashed;border-radius:.5rem;padding:2rem}.ft-player{border-radius:var(--ft-radius-lg);aspect-ratio:16/9;background:#000;width:100%;max-width:800px;position:relative;overflow:hidden}.ft-player__video{background:#000;width:100%;height:100%;display:block}.ft-player__caption{color:#fff;text-align:center;text-shadow:0 1px 2px #000c;pointer-events:none;background:#000000bf;border-radius:6px;max-width:92%;padding:.4rem .8rem;font-size:clamp(1rem,2.4vw,1.4rem);font-weight:600;line-height:1.3;position:absolute;bottom:14%;left:50%;transform:translate(-50%)}.ft-editor-layout{grid-template-columns:minmax(0,1fr) minmax(320px,480px);align-items:start;gap:1.5rem;display:grid}@media (width<=900px){.ft-editor-layout{grid-template-columns:1fr}}.ft-editor-layout__main{flex-direction:column;gap:1rem;display:flex}.ft-editor-layout__side{background:var(--ft-surface);border:1px solid var(--ft-border);border-radius:var(--ft-radius-lg);max-height:calc(100vh - 100px);padding:1rem;position:sticky;top:80px;overflow-y:auto}.ft-editor-title{flex-direction:column;gap:.4rem;display:flex}.ft-editor-actions{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.ft-editor__header{justify-content:space-between;align-items:baseline;margin-bottom:.75rem;display:flex}.ft-editor__hint{color:var(--ft-text-muted);font-size:.8rem}.ft-editor__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ft-editor__row{background:var(--ft-bg);border:1px solid var(--ft-border);border-radius:var(--ft-radius);grid-template-columns:auto 1fr;align-items:center;gap:.4rem .6rem;padding:.55rem .75rem;transition:border-color .15s,background .15s;display:grid}.ft-editor__row--active{border-color:var(--ft-accent);background:var(--ft-accent-soft)}.ft-editor__order{background:var(--ft-surface-2);color:var(--ft-text-muted);border:1px solid var(--ft-border);cursor:pointer;border-radius:999px;padding:.15rem .55rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:background .15s,color .15s}.ft-editor__order:hover,.ft-editor__row--active .ft-editor__order{background:var(--ft-accent);color:#fff;border-color:var(--ft-accent)}.ft-editor__time-label{color:var(--ft-text-muted);font-variant-numeric:tabular-nums;justify-self:end;font-size:.78rem}.ft-editor__text{background:var(--ft-surface);border:1px solid var(--ft-border);width:100%;color:var(--ft-text);border-radius:6px;grid-column:1/-1;padding:.45rem .65rem;font-family:inherit;font-size:.95rem}.ft-editor__text:focus{border-color:var(--ft-accent);box-shadow:0 0 0 2px var(--ft-accent-soft);outline:none}.ft-interactions{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.ft-votes{gap:.5rem;display:flex}.ft-vote{background:var(--ft-surface);border:1px solid var(--ft-border);color:var(--ft-text);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.ft-vote:hover{border-color:var(--ft-accent)}.ft-vote--active{background:var(--ft-accent-soft);border-color:var(--ft-accent);color:var(--ft-accent)}.ft-votes--sm .ft-vote{padding:.2rem .55rem;font-size:.8rem}.ft-comment__footer{margin-top:.5rem}.ft-comments__heading{margin:0;font-size:1.2rem}.ft-comment-form{flex-direction:column;gap:.5rem;display:flex}.ft-comment-form .ft-form__input{resize:vertical;min-height:5rem;font-family:inherit}.ft-comment-form__actions{justify-content:flex-end;display:flex}.ft-comments{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ft-comment{background:var(--ft-surface);border:1px solid var(--ft-border);border-radius:var(--ft-radius);padding:.75rem 1rem}.ft-comment__head{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.4rem;font-size:.85rem;display:flex}.ft-comment__head strong{color:var(--ft-text);font-weight:600}.ft-comment__date{color:var(--ft-text-muted)}.ft-comment__head .ft-btn{margin-left:auto}.ft-comment__body{white-space:pre-wrap;word-break:break-word;margin:0}
