#app-wrapper{position:fixed;width:100%;height:100dvh;overflow:hidden}.app-col{min-width:0;height:100%}.app-col--form{position:relative;height:100dvh;display:flex;flex-direction:column}.app-col--feed{position:relative;background-color:#fafafa;border-radius:2rem 0 0 2rem;overflow:hidden}.app-col--ads{padding:1rem;display:flex;flex-direction:column;gap:1rem}.app-col--hidden{display:none!important}.app-layout--three-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(200px,280px)}.app-layout--three-col .app-col--form{padding:2rem}.app-layout--three-col .app-col--feed{border-radius:2rem;margin:1rem 0}.app-layout--two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr)}.app-layout--two-col .app-col--form{padding:2rem}.app-layout--two-col .app-col--feed{margin:1rem 0;border-radius:2rem 0 0 2rem}@media (max-width:1199px){.app-layout--two-col .app-col--form{padding:1.5rem}}.app-layout--mobile{display:block}.app-layout--mobile .app-col--form{width:100%;padding:1rem 1rem 80px}.app-layout--mobile .app-col--feed{width:100%;background-color:#ffffff;border-radius:0;padding-bottom:80px}@media (max-width:1400px){.app-layout--two-col{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}.app-layout--three-col .app-col--form,.app-layout--two-col .app-col--form{padding:1.5rem}}@media (max-width:768px){.app-layout--mobile .app-col--form{padding:.75rem}}.app-col--feed .app-feed{height:calc(100dvh - 2rem);padding:1rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;transition:transform .25s cubic-bezier(.4,0,.2,1)}.app-col--feed .app-feed::-webkit-scrollbar{display:none}@media (max-width:1200px){.app-col--feed .app-feed{height:calc(100dvh - 80px);padding:1rem}}.app-feed-layout{transition:all .25s cubic-bezier(.4,0,.2,1)}.app-feed__sending-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgb(255 255 255/85%);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;border-radius:inherit}