.dialog{position:fixed;flex-direction:column;justify-content:space-between;margin:0;padding:0;width:100%;max-height:none;border:none;overflow:hidden;--top-color:#f5f5f5;--pen:#f5f5f5;--paper:#17191f;color:var(--pen);background-color:var(--paper);display:flex;inset:0;height:100vh;max-width:none;--chat-max-height:calc(100vh - 75px - 82px - 47px);@media (min-width:601px){--chat-max-height:calc(100vh - 170px - 82px - 47px);}@media (max-width:1024px){inset:0;width:100%;}@media (min-width:1285px){--chat-max-height:calc(100vh - 150px - 82px - 47px);}}.dialog__controls{display:none;}.dialog__button{color:var(--pen);border:none;font-weight:300;cursor:pointer;background-color:transparent;}.dialog__content{width:100%;height:100%;margin:0 auto;max-width:800px;margin:0 auto;padding:0 var(--margin);box-sizing:border-box;display:flex;flex-direction:column;}
