:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#182230;background:#f3f5f8;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}.app-shell{width:min(1280px,100%);min-height:100vh;margin:0 auto;padding:24px}.app-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}h1,h2,p{margin:0}h1{font-size:clamp(1.6rem,4vw,2.3rem);letter-spacing:-.035em}h2{font-size:1.15rem}.eyebrow{margin-bottom:5px;color:#5d6a7a;font-size:.72rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.connection-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.pill,.trigger-label{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid #d8dee8;border-radius:999px;color:#637083;background:#fff;font-size:.76rem;font-weight:650}.pill--ok{border-color:#b7e0cf;color:#08765a;background:#eaf8f3}.notice{display:flex;align-items:center;gap:10px;min-height:48px;margin-bottom:16px;padding:12px 16px;border:1px solid #dce2eb;border-radius:12px;background:#fff}.notice-dot{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:#8a96a8}.notice--working .notice-dot{background:#326ad9;box-shadow:0 0 0 5px #e8efff}.notice--success .notice-dot{background:#07966d;box-shadow:0 0 0 5px #e6f7f1}.notice--warning .notice-dot{background:#dc8600;box-shadow:0 0 0 5px #fff2dc}.notice--error .notice-dot{background:#d92d20;box-shadow:0 0 0 5px #ffebe9}.workspace{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(420px,1.28fr);gap:16px}.call-panel,.maestro-panel{min-width:0;border:1px solid #dce2eb;border-radius:16px;background:#fff;box-shadow:0 9px 28px #10244012}.call-panel{padding:20px}.maestro-panel{display:flex;min-height:680px;flex-direction:column;overflow:hidden}.maestro-panel .section-heading{padding:20px 20px 14px;border-bottom:1px solid #e6eaf0}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.call-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:18px 0;overflow:hidden;border:1px solid #e3e7ed;border-radius:12px;background:#e3e7ed}.call-details div{min-width:0;padding:13px;background:#fff}.call-details dt{margin-bottom:5px;color:#697689;font-size:.72rem;font-weight:650;text-transform:uppercase}.call-details dd{margin:0;overflow:hidden;font-size:.9rem;font-weight:600;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.dial-card,.recording-card,.demo-card{padding:16px;border-radius:12px;background:#f5f7fa}.recording-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.recording-card p{margin-bottom:4px;color:#3f4d5f;font-size:.78rem;font-weight:700}.recording-card span{color:#707d8e;font-size:.72rem}.recording-history-card{margin-top:12px;padding:16px;border-radius:12px;background:#f5f7fa}.recording-history-heading,.recording-history-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.recording-history-heading p{margin:0 0 4px;color:#3f4d5f;font-size:.78rem;font-weight:700}.recording-history-heading span,.recording-history-row span,.recording-history-message{color:#707d8e;font-size:.72rem}.recording-history-list{display:grid;gap:8px;margin-top:12px}.recording-history-row{padding:10px;border:1px solid #dce2ea;border-radius:9px;background:#fff}.recording-history-row>div{display:grid;min-width:0;gap:3px}.recording-history-row strong{overflow:hidden;color:#273548;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.recording-history-download{flex:0 0 auto;color:#174ea6;font-size:.75rem;font-weight:700;text-decoration:none}.recording-history-download:hover{text-decoration:underline}.recording-history-message{margin:12px 0 0;line-height:1.45}.recording-history-message--error{color:#a12a2a}.recording-button{flex:0 0 auto;padding:10px 14px;border:1px solid #174ea6;border-radius:9px;color:#fff;background:#174ea6;font-weight:700;text-decoration:none}.recording-button:hover{background:#113e86}.recording-button:disabled{cursor:not-allowed;border-color:#c9d0db;color:#7b8798;background:#e8ecf2}.dial-card label,.demo-card>p{display:block;margin-bottom:9px;color:#3f4d5f;font-size:.78rem;font-weight:700}.dial-row{display:flex;gap:8px}.dial-row input{width:100%;min-width:0;padding:10px 12px;border:1px solid #cbd3df;border-radius:9px;outline:none;background:#fff}.dial-row input:focus{border-color:#326ad9;box-shadow:0 0 0 3px #326ad924}.dial-row button,.secondary-button{border:1px solid #174ea6;border-radius:9px;font-weight:700}.dial-row button{flex:0 0 auto;padding:10px 14px;color:#fff;background:#174ea6}.dial-row button:hover{background:#113e86}.demo-card{margin-top:12px;background:#fff8ea}.demo-card div{display:flex;flex-wrap:wrap;gap:7px}.secondary-button{padding:7px 10px;color:#684b16;border-color:#e3c986;background:#fff;text-transform:capitalize}.maestro-frame-viewport{min-height:600px;flex:1 1 auto;overflow:hidden;background:#f7f8fa}.maestro-frame{display:block;width:100%;height:calc(100% + 32px);min-height:632px;margin-top:-32px;border:0;background:#f7f8fa}footer{padding:16px 4px 0;color:#707d8e;font-size:.76rem;text-align:center}@media(max-width:820px){.app-shell{padding:14px}.app-header{align-items:flex-start;flex-direction:column}.connection-pills{justify-content:flex-start}.workspace{grid-template-columns:1fr}.maestro-panel{min-height:600px}}@media(max-width:480px){.call-details{grid-template-columns:1fr}.dial-row{flex-direction:column}}
