@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&display=swap");:root{--vv-primary:#d55c31;--vv-primary-dark:#b84a28;--vv-secondary:#2a4572;--vv-dark-blue:#031531;--vv-white:#fff;--vv-light-gray:#f7f7f7;--vv-text:#1e293b}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:Be Vietnam Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,var(--vv-secondary) 0,var(--vv-dark-blue) 100%)}.main-container{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.vv-header{text-align:center;margin-bottom:1.5rem;color:#fff}.vv-header h1{font-size:1.6rem;font-weight:700;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.vv-logo-img{border-radius:50%;background:#fff;padding:4px;box-shadow:0 4px 12px rgba(213,92,49,.4)}.vv-header p{font-size:1rem;opacity:.9;font-weight:400}.vv-logo{width:40px;height:40px;background:var(--vv-primary);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:20px}.chat-wrapper{width:100%;max-width:800px;margin:0 auto}.chatkit-container{display:flex;height:75vh;width:100%;border-radius:20px;background-color:var(--vv-white);box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;transition:all .3s ease}.chatkit-container:hover{box-shadow:0 25px 70px rgba(0,0,0,.35);transform:translateY(-2px)}.chatkit-widget{height:100%;width:100%}.vv-footer{text-align:center;margin-top:1.5rem;color:hsla(0,0%,100%,.6);font-size:.8rem}.vv-footer a{color:var(--vv-primary);text-decoration:none;font-weight:500}.vv-footer a:hover{text-decoration:underline}@media (max-width:640px){.main-container{padding:0}.vv-header{padding:1rem;margin-bottom:0}.vv-header h1{font-size:1.2rem}.chatkit-container{height:calc(100vh - 120px);border-radius:20px 20px 0 0}.vv-footer{display:none}}