@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
:root{font-family:'DM Sans',system-ui,sans-serif;color:#19332c;background:#f3f6f4;font-size:15px}*{box-sizing:border-box}body{margin:0}header{background:#fff;border-bottom:1px solid #dce5df;padding:22px 5%;display:flex;justify-content:space-between;align-items:center}.brand{font-weight:800;letter-spacing:.08em;color:#146044}.brand span{display:block;font-size:10px;letter-spacing:.19em;margin-top:5px;color:#75897d}.account{display:flex;gap:20px;align-items:center}main{max-width:1370px;margin:38px auto;padding:0 30px}.intro{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}h1{font-size:34px;letter-spacing:-1px;margin:4px 0 8px}h2{font-size:20px;margin:0 0 16px}h3{font-size:15px}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:700;color:#547565}.muted{color:#738177;line-height:1.6}.small{font-size:12px}.line-badge,.pill{background:#e7f1ea;color:#286444;padding:9px 14px;border-radius:25px;font-size:12px}.pill{padding:5px 9px}.layout{display:grid;grid-template-columns:315px minmax(0,1fr);gap:25px}.card{background:white;border:1px solid #e0e7e2;border-radius:16px;padding:24px;box-shadow:0 4px 16px #233f2f04}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-title h2{margin:0}button,.button{font:inherit;border:0;border-radius:8px;background:#176949;color:white;cursor:pointer;padding:11px 17px;text-decoration:none;display:inline-block}button:disabled{opacity:.4;cursor:not-allowed}.quiet{background:#edf3ef;color:#315b44}.danger{background:#fbefee;color:#b34940}.full{width:100%}label{display:block;font-size:12px;font-weight:600;margin:20px 0 8px}input,textarea,select{width:100%;border:1px solid #d5dfd8;border-radius:8px;font:inherit;padding:12px;color:#244132;background:white}input:focus,textarea:focus,select:focus{outline:2px solid #91b7a0;outline-offset:1px}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.digit{font-size:20px;background:#f4f7f5;color:#365b46;padding:13px}.actions{display:flex;flex-wrap:wrap;gap:7px}.actions button{flex:1}nav{display:flex;gap:6px;margin-bottom:16px}.tab{background:transparent;color:#697e6e}.tab.selected{background:#dfece3;color:#175f3d;font-weight:600}.messaging{display:grid;grid-template-columns:185px minmax(0,1fr);min-height:430px}#threads{border-right:1px solid #e5ece7;padding-right:15px}.thread{display:block;width:100%;text-align:left;background:#f1f6f2;color:#284c38;margin:0 0 8px;font-size:13px}.conversation{padding-left:22px;min-width:0}#message-list{max-height:350px;overflow:auto;min-height:150px}.bubble{background:#edf5ee;border-radius:12px;padding:12px;margin:9px 0;white-space:pre-wrap;overflow-wrap:anywhere}.bubble.inbound{background:#f4f5f4}.bubble small{display:block;color:#78877b;font-size:10px;margin-top:7px}#compose button{margin:12px 0}.call-row{padding:18px 0;border-bottom:1px solid #e8ede9}.call-row strong{display:block}.call-row audio{display:block;width:100%;margin-top:10px}.notice{background:#fff5d9;border:1px solid #e8d9a8;border-radius:10px;padding:15px;margin-bottom:20px;color:#6c5726}.login{max-width:500px;margin:15vh auto;padding:44px}.login h1{font-size:30px;margin-top:38px}[hidden]{display:none!important}@media(max-width:850px){.layout{grid-template-columns:1fr}.dialer{max-width:none}.keypad{max-width:320px}.intro{display:block}.line-badge{display:inline-block;margin-top:10px}main{padding:0 16px;margin-top:24px}.messaging{grid-template-columns:1fr}#threads{border:0;display:flex;overflow:auto;gap:6px}.thread{min-width:145px}.conversation{padding:0}.account{font-size:12px;gap:8px}.card{padding:20px}}

.layout>*{min-width:0}.card,.workspace,.dialer,.intro>*{min-width:0}.actions button{white-space:nowrap;padding-left:12px;padding-right:12px}header{gap:15px}.account{flex-wrap:wrap;justify-content:flex-end}.account form{margin:0}.line-badge{overflow-wrap:anywhere}@media(max-width:850px){.layout{grid-template-columns:minmax(0,1fr)}.account{max-width:55%;gap:6px}header{padding:18px 16px}.brand{font-size:12px}.intro p{overflow-wrap:anywhere}}
