.receptionDemo{min-height:400px}.receptionDemo__picker{text-align:center}.receptionDemo__pickerLead{margin-bottom:20px;color:hsla(0,0%,100%,.7)}.receptionDemo__pickerGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.receptionDemo__companyBtn{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:16px;text-align:left;color:#fff;cursor:pointer;transition:all .2s}.receptionDemo__companyBtn:hover{border-color:#f59e0b;background:rgba(245,158,11,.1)}.receptionDemo__companyName{font-weight:700;margin-bottom:4px}.receptionDemo__companyIndustry{font-size:12px;color:hsla(0,0%,100%,.6)}.receptionDemo__chat{display:flex;flex-direction:column;gap:16px}.receptionDemo__companyBadge{font-size:13px;padding:8px 12px;background:rgba(245,158,11,.1);border-radius:8px;color:#f59e0b}.receptionDemo__messages{min-height:280px;max-height:480px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:8px}.receptionDemo__message{display:flex}.receptionDemo__message_role_user{justify-content:flex-end}.receptionDemo__bubble{max-width:80%;padding:12px 16px;border-radius:16px;background:hsla(0,0%,100%,.08);white-space:pre-wrap;line-height:1.6}.receptionDemo__message_role_user .receptionDemo__bubble{background:#f59e0b;color:#0b1120}.receptionDemo__inputRow{display:flex;gap:8px}.receptionDemo__input{flex:1;background:rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.15);border-radius:9999px;padding:12px 20px;color:#fff}.receptionDemo__input:focus{outline:none;border-color:#f59e0b}.receptionDemo__sendBtn{background:#f59e0b;color:#0b1120;border:none;border-radius:9999px;padding:12px 24px;font-weight:700;cursor:pointer}.receptionDemo__sendBtn:disabled{opacity:.4;cursor:not-allowed}