.storyEditor{margin-top:14px;border:1px solid var(--line);border-radius:18px;background:#0a1422;padding:14px;display:none}
.storyEditor.active{display:block}.storyEditor h4{margin:0 0 12px}.editorToolbar{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity;scrollbar-width:thin}
.editorTool{flex:0 0 auto;border:1px solid var(--line);background:#111f32;color:#e8eef9;border-radius:14px;padding:10px 12px;min-width:86px;text-align:center;transition:.2s transform,.2s border-color,.2s background}
.editorTool:hover,.editorTool.active{transform:translateY(-2px);border-color:#8b5cf6;background:#1b2642}.editorTool span{display:block;font-size:20px;margin-bottom:3px}
.editorPanel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.editorPanel label{font-size:12px;color:var(--muted)}
.editorPanel input,.editorPanel select{margin-top:5px}.filterStrip{display:flex;gap:8px;overflow-x:auto;padding:8px 0}.filterChip{flex:0 0 auto;border:1px solid var(--line);background:#0f1b2c;color:#dbe7fb;border-radius:999px;padding:8px 11px}
.filterChip.active{border-color:#ec4899;background:#32182f}.emojiStrip{display:flex;gap:6px;flex-wrap:wrap}.emojiBtn{font-size:22px;border:1px solid var(--line);background:#111d2d;border-radius:10px;padding:6px 9px}
.editorPreviewWrap{position:relative;border-radius:16px;overflow:hidden;background:#050910;margin-top:10px;min-height:120px}.editorPreviewWrap img,.editorPreviewWrap video{width:100%;max-height:460px;display:block;object-fit:cover}
.editorOverlay{position:absolute;inset:0;pointer-events:none}.editorSticker{position:absolute;left:8%;bottom:9%;max-width:84%;padding:6px 10px;border-radius:12px;background:#0008;color:white;text-shadow:0 1px 4px #000;font-weight:700}
.editorSticker.time{left:auto;right:8%;top:8%;bottom:auto}.editorSticker.weather{left:8%;top:8%;bottom:auto}.editorSticker.location{left:8%;bottom:18%}.editorEffect{position:absolute;inset:0;mix-blend-mode:screen;opacity:.22;pointer-events:none}
.editorEffect.warm{background:linear-gradient(135deg,#ff8a3d55,#ff2d9555)}.editorEffect.cool{background:linear-gradient(135deg,#20d9ff55,#6c63ff55)}.editorEffect.dream{background:radial-gradient(circle at 20% 20%,#fff8,transparent 26%),linear-gradient(135deg,#b95cff55,#5ce1e655)}
.musicBadge{display:inline-flex;align-items:center;gap:7px;margin-top:8px;padding:7px 10px;border-radius:999px;background:#161f35;border:1px solid var(--line);font-size:12px}.editorHint{font-size:11px;color:var(--muted);margin-top:8px}
@media(max-width:720px){.storyEditor{margin-left:-4px;margin-right:-4px;padding:12px}.editorPanel{grid-template-columns:1fr}.editorTool{min-width:78px;padding:9px}.editorToolbar{padding-bottom:12px}.editorPreviewWrap img,.editorPreviewWrap video{max-height:56vh}}
@media(min-width:721px){.editorToolbar{cursor:grab}.editorToolbar:active{cursor:grabbing}}
