:root{--bg: #0f1116;--surface: #171a21;--surface-2: #1f2530;--border: #2b3341;--text: #e6e9ef;--text-muted: #98a2b3;--accent: #4f8cff;--ok: #35c98a;--warn: #e0b341;--err: #f2585b;color-scheme:dark}@media(prefers-color-scheme:light){:root{--bg: #f5f7fa;--surface: #ffffff;--surface-2: #eef1f6;--border: #d8dee9;--text: #1b2230;--text-muted: #5c6779;color-scheme:light}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.page{max-width:900px;margin:0 auto;padding:32px 20px 48px;display:flex;flex-direction:column;gap:20px}.page__header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.page__header h1{margin:0;font-size:26px;letter-spacing:-.02em}.page__subtitle{margin:2px 0 0;color:var(--text-muted)}.page__main{display:flex;flex-direction:column;gap:16px}.page__footer{color:var(--text-muted);font-size:13px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:14px}.card h2{margin:0;font-size:16px;font-weight:600}.card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.row{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.row__actions{display:flex;gap:8px}.field{display:flex;flex-direction:column;gap:6px;flex:1 1 260px;min-width:0}.field__label{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.field__input{width:100%;padding:9px 12px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px}.field__input:focus{outline:2px solid var(--accent);outline-offset:1px}.field__input:disabled{opacity:.55}.button{padding:9px 16px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font:inherit;font-weight:500;cursor:pointer}.button:hover:not(:disabled){border-color:var(--accent)}.button:disabled{opacity:.45;cursor:not-allowed}.button--primary{background:var(--accent);border-color:var(--accent);color:#fff}.button--ghost{background:transparent;padding:5px 10px;font-size:13px}.note{margin:0;font-size:13px;color:var(--text-muted)}.note--error{color:var(--err)}.note--success{color:var(--ok)}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border)}.tabs__button{padding:9px 16px;border:1px solid transparent;border-bottom:none;margin-bottom:-1px;border-radius:10px 10px 0 0;background:transparent;color:var(--text-muted);font:inherit;font-weight:500;cursor:pointer}.tabs__button:hover:not(.tabs__button--active){color:var(--text)}.tabs__button--active{background:var(--surface);border-color:var(--border);color:var(--text)}[role=tabpanel]{display:flex;flex-direction:column;gap:16px}[role=tabpanel][hidden]{display:none}.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:13px;font-weight:500;white-space:nowrap}.badge__dot{width:9px;height:9px;border-radius:50%;background:var(--text-muted)}.badge--open .badge__dot{background:var(--ok)}.badge--connecting .badge__dot,.badge--closing .badge__dot{background:var(--warn);animation:pulse 1.1s ease-in-out infinite}.badge--error .badge__dot,.badge--closed .badge__dot{background:var(--err)}@keyframes pulse{50%{opacity:.25}}@media(prefers-reduced-motion:reduce){.badge__dot{animation:none}}.card--ringing{border-color:var(--ok);box-shadow:0 0 0 1px var(--ok)}.ringing{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ringing__icon{font-size:30px;animation:shake 1s ease-in-out infinite}.ringing__text{flex:1 1 200px;min-width:0}.ringing__label{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.ringing__number{margin:2px 0 0;font-size:22px;font-weight:600;word-break:break-all}.ringing__meta{margin:2px 0 0;color:var(--text-muted);font-size:13px}.ringing__actions{display:flex;gap:8px}@keyframes shake{25%{transform:rotate(-14deg)}75%{transform:rotate(14deg)}}@media(prefers-reduced-motion:reduce){.ringing__icon{animation:none}}.button--accept{background:var(--ok);border-color:var(--ok);color:#06281c}.button--reject{background:var(--err);border-color:var(--err);color:#fff}.button--small{padding:5px 12px;font-size:13px}.calls,.history{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.calls__item{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2)}.calls__item--incoming{border-color:var(--ok)}.calls__line,.history__line{flex:0 0 auto;padding:2px 8px;border-radius:6px;background:var(--border);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600}.calls__info{display:flex;flex-direction:column;min-width:0}.calls__number{font-weight:600;word-break:break-all}.calls__state{font-size:13px;color:var(--text-muted)}.calls__actions{display:flex;gap:8px}.history__item{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;font-size:14px}.history__time{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:var(--text-muted);min-width:68px}.history__badge{padding:1px 8px;border-radius:999px;border:1px solid var(--border);font-size:12px;white-space:nowrap}.history__badge--incoming{border-color:var(--ok);color:var(--ok)}.history__badge--connected,.history__badge--outgoing{border-color:var(--accent);color:var(--accent)}.history__badge--ended{border-color:var(--err);color:var(--err)}.history__number{word-break:break-all}.history__meta{color:var(--text-muted);font-size:13px}.tablist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.tablist__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2)}.tablist__item--active{border-color:var(--accent)}.tablist__id{flex:0 0 auto;padding:2px 8px;border-radius:6px;background:var(--border);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600}.tablist__info{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.tablist__title{display:flex;align-items:baseline;gap:8px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tablist__flag{flex:0 0 auto;padding:1px 8px;border-radius:999px;border:1px solid var(--accent);color:var(--accent);font-size:12px;font-weight:500}.tablist__url{font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px;background:#0000008c}.dialog{width:min(420px,100%);padding:24px;border-radius:12px;border:1px solid var(--border);background:var(--surface);box-shadow:0 24px 60px #00000073}.dialog__title{margin:0 0 16px;font-size:18px}.dialog__status{margin:12px 0 0;font-size:14px;color:var(--text-muted)}.dialog__detail{display:block}.dialog__actions{display:flex;justify-content:flex-end;margin-top:20px}.progress{height:8px;border-radius:999px;background:var(--border);overflow:hidden}.progress__bar{height:100%;border-radius:999px;background:var(--accent);transition:width .12s linear}.progress__bar--unknown{width:35%;animation:progress-slide 1.1s ease-in-out infinite}@keyframes progress-slide{0%{transform:translate(-100%)}to{transform:translate(300%)}}.contacts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:520px;overflow-y:auto}.contacts__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2)}.contacts__info{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.contacts__name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contacts__description{font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contacts__number{flex:0 0 auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:600}.log{height:300px;overflow-y:auto;padding:12px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;display:flex;flex-direction:column;gap:4px}.log--empty{align-items:center;justify-content:center;color:var(--text-muted);margin:0}.log__entry{display:grid;grid-template-columns:auto auto 1fr;gap:8px;align-items:baseline}.log__time{color:var(--text-muted)}.log__text{word-break:break-word;white-space:pre-wrap}.log__entry--in .log__arrow{color:var(--ok)}.log__entry--out .log__arrow{color:var(--accent)}.log__entry--system{color:var(--text-muted)}.webhook{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.webhook__item{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2)}.webhook__meta{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.webhook__time{font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:13px}.webhook__id{padding:1px 8px;border-radius:6px;background:var(--border);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600}.webhook__summary{flex:1 1 auto;min-width:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.webhook__json{margin:0;padding:10px 12px;border-radius:6px;background:var(--surface);border:1px solid var(--border);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.45;overflow-x:auto;max-height:320px;overflow-y:auto}.tabs__badge{margin-left:8px;padding:1px 7px;border-radius:999px;background:var(--accent);color:var(--surface);font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}
