:root{font-family:Inter,Arial,sans-serif;line-height:1.4}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden;background:#0b1220;color:#f8fafc}.app-shell{position:relative;width:100vw;height:100vh;height:100dvh;overflow:hidden}.setup-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:#0b1220}.setup-card{width:min(360px,92vw);background:#111827;border:1px solid #1f2937;border-radius:14px;padding:16px}.setup-card h1{margin:0 0 14px;font-size:20px}.setup-card label{display:block;margin-bottom:6px;font-size:14px}.setup-card input,.setup-card button{width:100%;box-sizing:border-box;padding:12px;border-radius:10px;border:1px solid #334155}.setup-card input{margin-bottom:10px}.setup-card button{margin-bottom:14px;background:#ef7b10;color:#fff;font-weight:700;cursor:pointer}.status-line{display:flex;justify-content:space-between;padding:8px 0;border-top:1px solid #1f2937;font-size:14px}.workspace-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:#0b1220}.top-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;padding-top:calc(env(safe-area-inset-top) + 12px);background:#111827;border-bottom:1px solid #1f2937;flex-shrink:0}.connection-status{display:flex;align-items:center;gap:8px;font-size:14px}.ws-dot{width:10px;height:10px;border-radius:50%}.ws-dot.connected{background:#22c55e}.ws-dot.disconnected{background:#ef4444}.top-bar-actions{display:flex;gap:8px}.top-btn{border:0;border-radius:8px;padding:8px 14px;background:#ffffff14;color:#f8fafc;font-size:13px;cursor:pointer}.notification-list{flex:1;overflow-y:auto;padding:12px 16px;padding-bottom:calc(env(safe-area-inset-bottom) + 12px)}.empty-state{text-align:center;color:#64748b;margin-top:40px;font-size:14px}.notification-card{background:#111827;border:1px solid #1f2937;border-radius:10px;padding:12px;margin-bottom:8px}.type-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;padding:2px 8px;border-radius:4px;margin-bottom:6px}.type-badge.callback{background:#ef7b10;color:#fff}.type-badge.incoming{background:#3b82f6;color:#fff}.type-badge.missed{background:#ef4444;color:#fff}.notification-card .lead-name{font-weight:600;font-size:15px}.notification-card .phone{color:#94a3b8;font-size:13px}.notification-card .time{color:#64748b;font-size:12px;margin-top:4px}.dashboard-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:#0b1220}.dashboard-title{font-size:16px;margin:0;color:#ef7b10}.date-filter{display:flex;gap:8px;padding:12px 16px 0;flex-shrink:0}.date-filter button{padding:6px 12px;border-radius:6px;border:1px solid #334155;background:transparent;color:#f8fafc;font-size:12px;cursor:pointer}.date-filter button.active{background:#ef7b10;border-color:#ef7b10}.dashboard-content{flex:1;overflow-y:auto;padding:16px;padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.stat-card{background:#111827;border:1px solid #1f2937;border-radius:10px;padding:14px;text-align:center}.stat-card .stat-value{font-size:28px;font-weight:700;color:#ef7b10}.stat-card .stat-label{font-size:11px;color:#94a3b8;text-transform:uppercase;margin-top:4px}.section-title{font-size:14px;margin:16px 0 8px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.table-wrap{overflow-x:auto;margin-bottom:12px}.events-table{width:100%;border-collapse:collapse;font-size:12px;min-width:500px}.events-table th{text-align:left;padding:8px 6px;border-bottom:1px solid #1f2937;color:#94a3b8;font-size:11px;text-transform:uppercase;white-space:nowrap}.events-table td{padding:8px 6px;border-bottom:1px solid #1f2937;white-space:nowrap}.toast{position:fixed;z-index:30;left:50%;bottom:calc(env(safe-area-inset-bottom) + 14px);transform:translate(-50%);background:#0f172aeb;color:#f8fafc;border:1px solid #334155;border-radius:999px;padding:8px 12px;font-size:12px;opacity:0;transition:opacity .14s ease;pointer-events:none}.toast.visible{opacity:1}.debug-panel{position:fixed;z-index:40;inset:auto 8px 8px 8px;max-height:45dvh;overflow:auto;padding:8px;border-radius:10px;background:#020617f2;border:1px solid #334155;font-size:11px}.debug-panel h2{margin:0 0 4px;font-size:12px}.debug-panel p,.debug-panel pre,.debug-panel ul{margin:0 0 6px}.debug-panel pre{white-space:pre-wrap;word-break:break-word}.debug-panel ul{padding-left:14px}.hidden{display:none!important}
