.story-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--accent-soft);border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:20px}.story-banner p{margin:5px 0 0;color:var(--muted)}.story-editor{display:grid;gap:16px}.story-editor .field{min-width:0}.story-editor label{display:block;margin-bottom:8px}.story-editor :is(input,select,button){font-size:16px;min-height:44px}.story-editor canvas{width:100%;max-width:360px;height:auto;margin:auto;display:block;border-radius:16px;border:1px solid var(--line)}.story-actions{display:flex;gap:10px;flex-wrap:wrap}.story-editor p{margin:0}.story-editor button:disabled{opacity:.5;cursor:wait}@media(max-width:600px){.story-banner{align-items:stretch;flex-direction:column}.story-editor .grid2{grid-template-columns:1fr}.story-actions{flex-direction:column}.story-actions .btn{width:100%}}
