*{box-sizing:border-box}body{margin:0;background:#f5f7fb;color:#172131;font-family:system-ui}main{max-width:850px;margin:auto;padding:28px 16px}header{display:flex;justify-content:space-between;font-size:23px;margin-bottom:45px}header i,small,.status{color:#1769e0;font-style:normal}header span{font-size:12px;background:#e8f1ff;padding:7px 10px;border-radius:20px}.hero{text-align:center}.hero h1{font-size:clamp(34px,7vw,52px);margin:8px}.hero p{color:#637185}.box,.msg{background:#fff;border:1px solid #e1e7ef;border-radius:18px;padding:15px;margin-top:12px}.box textarea{width:100%;min-height:110px;border:0;outline:0;resize:vertical;font:inherit;font-size:17px}.box div{display:flex;justify-content:space-between}.box button{border:0;border-radius:11px;padding:12px 15px;font-weight:800}.box #send{background:#1769e0;color:#fff}.msg.user{margin-left:12%;background:#eef5ff}.msg p,.msg li{line-height:1.55}.status{font-size:11px;font-weight:900}.sources a{color:#1769e0}.legal{font-size:12px;color:#7d8795}button{cursor:pointer}