.chat-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e9ecef);padding-top:80px;position:relative;z-index:1}.chat-page__container{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1}@media(max-width:768px){.chat-page__container{padding:1rem}}.chat-page__header{text-align:center;margin-bottom:2rem}.chat-page__header h1{color:#40424a;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.chat-page__header h1{font-size:2rem}}.chat-page__header p{color:#40424a;font-size:1.1rem;opacity:.8}@media(max-width:768px){.chat-page__header p{font-size:1rem}}.chat-page__content{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden;height:80vh;max-height:800px;position:relative;z-index:1}@media(max-width:768px){.chat-page__content{height:70vh;max-height:600px;border-radius:8px}}.chat-widget-container{width:100%;height:100%;position:relative}.chat-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#40424a}.chat-loading p{margin-top:1rem;font-size:1.1rem}.chat-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#cd0000;text-align:center;padding:2rem}.chat-error p{margin-bottom:1.5rem;font-size:1.1rem}.chat-error button{background:#0e2e81;color:#fafafa;border:none;padding:.75rem 2rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.chat-error button:hover{background:#182f76;transform:translateY(-2px);box-shadow:0 4px 12px rgba(14,46,129,.3)}#chat-container{height:100%;position:relative;z-index:1}#chat-container iframe{width:100%!important;height:100%!important;border:none!important}#chat-container iframe,#chat-container>div{position:relative!important;z-index:1!important}