t:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f6f7fb;color:#0f172a}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f6f7fb}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{display:flex;min-height:100vh}.sidebar{width:260px;background:#111827;color:#f8fafc;padding:24px}.sidebar h1{margin:0 0 1rem;font-size:1.4rem}.sidebar nav a{display:block;color:#d1d5db;text-decoration:none;margin:.75rem 0}.sidebar nav a.active,.sidebar nav a:hover{color:#fff}.sidebar .logout{margin-top:2rem;display:block;color:#f87171}.main{flex:1;padding:24px}.header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.card{background:#fff;border-radius:18px;border:1px solid #e5e7eb;padding:20px;margin-bottom:20px}.grid{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse}table th,table td{text-align:left;padding:12px 10px;border-bottom:1px solid #e5e7eb}table th{color:#374151;font-weight:600}table tbody tr:hover{background:#f8fafc}.input-group{display:grid;gap:12px;margin-bottom:16px}.input-group label{display:block;font-size:.95rem;color:#334155}input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:12px 14px;background:#fff;outline:none}button.primary{background:#2563eb;color:#fff;border:none;border-radius:12px;padding:12px 18px}button.secondary{background:#e2e8f0;color:#0f172a;border:none;border-radius:12px;padding:12px 18px}button.danger{background:#ef4444;color:#fff;border:none}.status-pill{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600}.status-Prospect{background:#f8fafc;color:#1d4ed8}.status-Called{background:#e0f2fe;color:#0369a1}.status-"Meeting Set"{background:#f3f4f6;color:#0f172a}.status-"Proposal Sent"{background:#fef3c7;color:#92400e}.status-"Active Client"{background:#dcfce7;color:#166534}.login-shell{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:24px}.form-card{width:min(500px,100%)}.alert{border-radius:12px;padding:12px 16px;margin-bottom:16px;background:#fee2e2;color:#991b1b}.kicker{font-size:.95rem;color:#64748b}.tag{display:inline-flex;gap:.5rem;flex-wrap:wrap}.tag span{background:#eef2ff;color:#3730a3;padding:.35rem .75rem;border-radius:999px;font-size:.85rem}.activity-item+.activity-item{margin-top:14px}.activity-item{padding:16px;border-radius:16px;border:1px solid #e5e7eb}.admin-page{max-width:none}.tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:1px solid #e5e7eb}.tab-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:none;border:none;border-bottom:2px solid transparent;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s}.tab-button:hover{color:#374151;background:#f9fafb}.tab-button.active{color:#2563eb;border-bottom-color:#2563eb}.tab-icon{font-size:1.1em}.tab-content{min-height:600px}.remote-collaboration{max-width:none}.grid-2{grid-template-columns:1fr 1fr}.button-group{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.recording-controls{margin-top:20px;padding:16px;background:#fef3c7;border-radius:12px;border:1px solid #f59e0b}.recording-controls .primary.recording{background:#dc2626;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.participants-list{display:flex;flex-direction:column;gap:12px}.participant-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border-radius:8px}.participant-name{font-weight:500}.status{font-size:.85rem;font-weight:600}.status.connected{color:#16a34a}.status.disconnected{color:#dc2626}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:20px 0}.video-container{background:#000;border-radius:12px;overflow:hidden;position:relative}.video-container h3{position:absolute;top:10px;left:10px;color:#fff;background:#000000b3;padding:4px 8px;border-radius:4px;margin:0;font-size:.9rem;z-index:10}.video-element{width:100%;height:300px;object-fit:cover;border-radius:12px}.audio-status{display:flex;flex-direction:column;gap:8px}.status-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f3f4f6}.status-item:last-child{border-bottom:none}.active{color:#16a34a;font-weight:600}.inactive{color:#dc2626;font-weight:600}
