.story-editor-left-menu{gap:1rem}.story-editor-left-menu,.story-editor-right-menu{display:flex;min-height:0;flex-direction:column;overflow-y:auto;padding:.75rem .875rem 1rem;scrollbar-gutter:stable}.story-editor-right-menu{gap:.875rem}.story-editor-right-menu.is-music-mode{gap:0;overflow:hidden}.story-editor-main{min-height:520px;overflow:visible;padding:.125rem .75rem .5rem}@media (min-width:1024px){.story-editor-main{min-height:0;padding:0 1rem .5rem}}.story-editor-section{display:grid;gap:.625rem;animation:story-editor-enter .26s cubic-bezier(.2,.8,.2,1) both}.story-media-crop-panel{display:grid;gap:.75rem;padding:0}.btn-tab-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.story-editor-mode-switch{width:100%;overflow:hidden;border-radius:var(--theme-radius-full)!important}.story-editor-mode-switch .btn-segment{flex:1 1 0;min-width:0;border-radius:var(--theme-radius-full)!important;padding-inline:.55rem;font-size:.71875rem}.story-editor-mode-switch .btn-segment:first-child{flex-grow:0.9}.story-editor-mode-switch .btn-segment:last-child{flex-grow:1.1}.story-choice-row,.story-choice-row.btn,.story-choice-row.btn-active{border-radius:var(--theme-radius-full)!important}.story-publish-section .story-choice-row.btn-active,.story-publish-section .story-choice-row.btn-active:hover:not(:disabled){background-color:var(--btn-fill-bg);color:var(--btn-fill-text)}.story-upload-zone{position:relative;align-items:center;justify-content:center;min-height:6.75rem!important;gap:.75rem;border-radius:var(--theme-radius-2xl)!important;overflow:hidden;padding:1rem 1.125rem!important;--story-upload-dash-color:var(--btn-fill-bg-hover);transition:background-color .15s,color .15s}.story-upload-zone:before{content:"";position:absolute;inset:.5rem;pointer-events:none;border-radius:calc(var(--theme-radius-2xl) - .35rem);border:2px dashed var(--story-upload-dash-color);transition:border-color .15s,opacity .15s}.story-upload-zone .btn-icon-fill{height:2.75rem;width:2.75rem}.story-upload-zone>span:last-child{min-width:0}.story-upload-zone>span:last-child>span{white-space:normal;overflow-wrap:anywhere}.story-upload-zone.btn-active,.story-upload-zone:hover{background:transparent;color:var(--theme-text-primary)}.story-upload-zone.btn-active:before,.story-upload-zone:hover:before{--story-upload-dash-color:var(--btn-fill-bg-hover)}.story-editor-shell .btn:active{transform:scale(.97)}.story-image-filter-panel{display:grid;gap:.875rem;padding:0}.story-image-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.story-image-filter-preview{display:block;aspect-ratio:1;min-width:0;overflow:hidden;border-radius:calc(var(--story-control-radius) - .35rem);background:radial-gradient(circle at 25% 20%,#f97316,transparent 36%),radial-gradient(circle at 78% 25%,#3b82f6,transparent 34%),linear-gradient(135deg,#111827,#14b8a6);background-position:50%;background-size:cover}.story-template-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.story-template-option{min-height:2.75rem;border:0;border-radius:var(--story-control-radius);opacity:.72;transition:opacity .15s,transform .15s}.story-template-option:hover{opacity:1;transform:translateY(-1px)}.story-template-option.card-active{opacity:1;transform:scale(1.035)}