@import "https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap";:root{--o:#ed6e00;--ol:#fdf0e6;--gr:#00b394;--grl:#e0f7f3;--bl:#05b;--bll:#e0f0fa;--pu:#a855f7;--pul:#f5effe;--dark:#1d1d1b;--text:#1d1d1b;--muted:#7a8070;--border:#1d1d1b1a;--bg:#f0f4f7;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:PT Sans,sans-serif}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes rowIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes scalePop{0%{opacity:0;transform:scale(.4)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes ringPulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}@keyframes tickDraw{0%{stroke-dashoffset:30px}to{stroke-dashoffset:0}}@keyframes barGrow{0%{width:0}}@keyframes progFill{0%{width:0}to{width:100%}}.animate-fadeUp{animation:.3s both fadeUp}.animate-fadeUp2{animation:.3s 50ms both fadeUp}.animate-fadeUp3{animation:.3s .1s both fadeUp}.animate-rowIn{animation:.3s both rowIn}.animate-pulse-sq{animation:1.5s ease-in-out infinite pulse}.post-editor-wrapper{flex-direction:row;flex:1;display:flex;overflow:hidden}.post-editor-main{flex:1;justify-content:center;padding:24px 16px;display:flex;overflow-y:auto}.post-editor-main-inner{flex-direction:column;gap:16px;width:100%;max-width:720px;display:flex}.post-editor-sidebar{background:#fff;border-left:.5px solid #1d1d1b1a;flex-direction:column;flex-shrink:0;gap:20px;width:320px;padding:24px 20px;display:flex;overflow-y:auto}@media (width<=1100px){.post-editor-wrapper{flex-direction:column;overflow-y:auto}.post-editor-main{padding:16px;overflow-y:visible}.post-editor-sidebar{border-top:.5px solid #1d1d1b1a;border-left:none;width:100%;padding:20px 16px;overflow-y:visible}}
