:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff}body{margin:0;min-width:320px}*,*:before,*:after{box-sizing:border-box}.app{display:flex;flex-direction:column;height:100vh;font-family:system-ui,-apple-system,sans-serif;background:#f8fafc}.app.unsupported{display:flex;justify-content:center;align-items:center;color:#ef4444;font-size:1.1rem}.status-bar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#1e293b;color:#e2e8f0;border-bottom:2px solid #334155;flex-shrink:0}.status-bar-left{display:flex;align-items:center}.vendor-issi{font-weight:600;font-size:1rem;letter-spacing:.05em}.status-bar-right{display:flex;align-items:center;gap:1rem}.status-icon{display:block}.status-icon.green{color:#22c55e}.status-icon.red{color:#ef4444}.status-icon.gray{color:#94a3b8}.status-icon.yellow{color:#f59e0b}.volume-icon-wrapper{position:relative}.volume-popup{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;background:#1e293b;border:1px solid #475569;border-radius:6px;padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem;z-index:50;box-shadow:0 4px 12px #0000004d}.volume-popup input[type=range]{width:100px;accent-color:#3b82f6}.volume-value{font-size:.8rem;color:#e2e8f0;min-width:1ch;text-align:center}.icon-button{background:none;border:none;cursor:pointer;padding:.25rem;color:inherit;display:flex;align-items:center}.icon-button:hover{background:#ffffff1a;border-radius:4px}@keyframes pulse-animation{0%,to{opacity:1}50%{opacity:.4}}.status-icon.pulse{animation:pulse-animation 1.5s ease-in-out infinite}.app-main{display:grid;grid-template-columns:320px 1fr;flex:1;overflow:hidden}.panel-left{border-right:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column}.panel-left-content{flex:1;overflow-y:auto;padding:1rem}.panel-left-placeholder{color:#94a3b8;font-size:.9rem;padding:1rem 0}.panel-right{overflow-y:auto;padding:1rem;background:#fff}.status-icons{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-top:1px solid #e2e8f0;background:#f1f5f9}.icon-button-dark{background:none;border:none;cursor:pointer;padding:.25rem;color:#475569;display:flex;align-items:center}.icon-button-dark:hover{color:#1e293b}.panel-header{margin:0 0 1rem;font-size:1.1rem;font-weight:600;padding-bottom:.5rem;border-bottom:2px solid #3b82f6;color:#1e293b}.disconnected-view{flex:1;display:flex;justify-content:center;align-items:center;color:#64748b;font-size:1rem}.active-group-label{background:#dcfce7;border:1px solid #86efac;border-radius:4px;padding:.5rem .75rem;margin-bottom:1rem;display:flex;gap:.5rem;align-items:center;font-size:.9rem}.active-group-label strong{color:#166534}.active-group-label.connection-lost{background:#fee2e2;border-color:#fca5a5}.active-group-label.connection-lost strong{color:#991b1b}.group-list-scroll{max-height:400px;overflow-y:auto}.group-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:.25rem;cursor:pointer;transition:background .15s}.group-item:hover{background:#f1f5f9}.group-item.selected{background:#dcfce7;border-color:#22c55e}.group-indicator{width:12px;height:12px;border-radius:50%;background:#d1d5db;flex-shrink:0}.group-indicator.on{background:#86efac}.group-indicator.active{background:#22c55e}.group-indicator.pending{background:#facc15}.group-item.pending{background:#fefce8;border-color:#facc15}.group-item input[type=radio]{margin:0;accent-color:#22c55e}.group-info{display:flex;flex-direction:column}.group-name{font-weight:500;font-size:.9rem}.add-group-section{margin-top:1rem;display:flex;flex-direction:column;gap:.25rem}.add-group-section label{font-size:.85rem;color:#64748b}.add-group-section select{padding:.375rem;border:1px solid #ccc;border-radius:3px;background:#fff}.comm-issi-section{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem}.comm-issi-section label{font-weight:500;font-size:.9rem;white-space:nowrap}.comm-issi-section input{flex:1;padding:.375rem .5rem;border:1px solid #ccc;border-radius:3px}.comm-issi-section button{white-space:nowrap}.comm-call-status{background:#eff6ff;border:1px solid #93c5fd;border-radius:4px;padding:.75rem;margin-bottom:1rem}.call-phase-label{font-weight:600;text-transform:uppercase;font-size:.9rem;margin-bottom:.25rem;color:#1e40af}.call-actions{display:flex;gap:.5rem;margin-top:.5rem}.btn-answer{background:#22c55e;color:#fff;border-color:#16a34a}.btn-answer:hover{background:#16a34a}.btn-hangup{background:#ef4444;color:#fff;border-color:#dc2626}.btn-hangup:hover{background:#dc2626}.comm-message-section{margin-top:1.5rem}.comm-message-section h3,.comm-messages-list h3{font-size:.95rem;margin:0 0 .5rem;color:#475569}.comm-message-section textarea{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:3px;resize:vertical;font-family:inherit;font-size:.9rem;box-sizing:border-box}.comm-message-section button{margin-top:.5rem}.send-result{font-size:.8rem;color:#666;margin-top:.25rem}.comm-messages-list{margin-top:1.5rem}.messages-scroll{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:4px}.empty-message{color:#94a3b8;font-size:.875rem;padding:.75rem;margin:0}.message-item{padding:.5rem .75rem;border-bottom:1px solid #f1f5f9}.message-item:last-child{border-bottom:none}.message-from{display:block;font-size:.75rem;color:#64748b}.message-text{display:block;font-size:.9rem}.message-status{display:block;color:#666;font-style:italic;font-size:.85rem}.clear-btn{margin-top:.5rem;font-size:.75rem}.dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:100}.dialog{background:#fff;border-radius:8px;min-width:400px;max-width:500px;box-shadow:0 20px 60px #0000004d}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.dialog-header h2{margin:0;font-size:1.2rem}.dialog-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#94a3b8;padding:0;line-height:1}.dialog-close:hover{color:#1e293b;background:none}.dialog-body{padding:1.5rem}.dialog-section{margin-bottom:1.5rem}.dialog-section:last-child{margin-bottom:0}.dialog-section h3{font-size:.95rem;margin:0 0 .5rem;color:#334155}.settings-row{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.status-dot{width:10px;height:10px;border-radius:50%;background:#ccc;flex-shrink:0}.status-dot.connected{background:#22c55e}.status-dot.connecting,.status-dot.detecting,.status-dot.initializing,.status-dot.reconnecting{background:#f59e0b}.status-dot.error{background:#ef4444}.settings-port-label{font-size:.85rem;color:#475569;margin-top:.5rem}.settings-port-label strong{color:#1e293b}.settings-error{color:#ef4444;font-size:.85rem;margin-top:.25rem}.settings-identity{font-size:.85rem;color:#64748b;margin-top:.25rem}.settings-actions{margin-top:.75rem;display:flex;gap:.5rem}.settings-hint{font-size:.8rem;color:#94a3b8;margin:.25rem 0 0}.settings-port-info{margin-top:.25rem}.btn-connect{background:#22c55e;color:#fff;border-color:#16a34a}.btn-connect:hover{background:#16a34a}.settings-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.settings-checkbox input{accent-color:#3b82f6}.volume-control{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.volume-control input[type=range]{width:120px;accent-color:#3b82f6}button{padding:.375rem .75rem;border:1px solid #ccc;border-radius:3px;background:#fff;cursor:pointer;font-size:.875rem}button:hover{background:#f3f4f6}button:disabled{opacity:.5;cursor:not-allowed}
