.story-form{flex-direction:column;min-height:calc(100vh - 180px);display:flex}.story-form-columns{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start;gap:20px;display:grid}.story-form-left,.story-form-right{flex-direction:column;gap:16px;min-width:0;display:flex}.story-form-card-title{margin-bottom:14px;font-size:.95rem;font-weight:700}.story-form-field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.story-form-field:last-child{margin-bottom:0}.story-form-actionbar{background:var(--bg);border-top:1px solid var(--border);z-index:5;align-items:center;gap:12px;margin:24px -28px -28px;padding:14px 28px;display:flex;position:sticky;bottom:0}.story-form-actionbar-status{min-width:0;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;overflow:hidden}@media (max-width:1000px){.story-form-columns{grid-template-columns:1fr}}@media (max-width:820px){.story-form-actionbar{flex-wrap:wrap;margin:20px -16px -20px;padding:12px 16px}}
