*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,system-ui,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;background:var(--bg, #fff);color:var(--tx, #1a1a1a);overscroll-behavior-y:none}.scroll{scrollbar-width:none}.scroll::-webkit-scrollbar{display:none}.scr{animation:scrIn .34s cubic-bezier(.22,.61,.36,1)}@keyframes scrIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@keyframes pulseBar{0%,to{opacity:.5}50%{opacity:1}}.sermo-root{min-height:100dvh;background:var(--bg);color:var(--tx);display:flex;justify-content:center;align-items:stretch}.sermo-shell{width:100%;display:flex;flex-direction:column;background:var(--bg);position:relative}.sermo-screen{flex:1;min-height:0;display:flex;flex-direction:column;position:relative;overflow:hidden;background:var(--bg);color:var(--tx)}.sermo-vp{flex:1;min-height:0;position:relative;overflow:hidden}.sermo-root{height:100dvh}.sermo-vp{padding-bottom:env(safe-area-inset-bottom,0px)}@media (min-width: 760px){.sermo-root{background:var(--deskBg, #efece7);padding:28px 16px;align-items:center}.sermo-shell{max-width:480px;height:min(920px,calc(100dvh - 56px));border-radius:22px;overflow:hidden;border:1px solid var(--bd);box-shadow:0 24px 60px -24px #00000059}}input:focus,textarea:focus,select:focus{border-color:var(--accent)!important}[contenteditable]{outline:none}button{font-family:inherit}
