.phone-panel{position:fixed;bottom:24px;right:24px;z-index:100;background:#fff;color:#193c31;border:1px solid #bccdbf;border-radius:20px;padding:24px;width:360px;max-width:calc(100% - 28px);box-shadow:0 18px 80px #102e3955}
.phone-panel[hidden]{display:none}.phone-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.phone-heading button{font-size:24px;border:0;background:transparent}.phone-status{color:#6a785f;font-size:14px;margin:18px 0 6px}.phone-panel h2{font-size:30px;margin:8px 0}.phone-contacts{display:grid;gap:10px;margin:20px 0}.phone-contacts button{display:flex;align-items:center;gap:14px;min-height:52px;text-align:left;background:#edf3ed;border:1px solid #cfdbce}.phone-contacts span{font-size:24px}.phone-hint{font-size:13px;line-height:1.6}
@media(max-width:480px){.phone-panel{bottom:14px;right:14px;padding:20px;width:calc(100% - 28px)}}

.conversation-volume{padding:16px 0;border-top:1px solid #dce4d8;margin-top:18px}.conversation-volume>div{display:flex;align-items:center;justify-content:space-between;gap:14px}.conversation-volume label{font-size:14px;font-weight:700}.conversation-volume output{font-size:14px;font-weight:700;color:#476044}.conversation-volume input{width:100%;accent-color:#245539;margin:15px 0;height:28px;touch-action:pan-y}.conversation-volume p{font-size:12px;line-height:1.6;color:#647761;margin:4px 0}
