*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;overflow-x:hidden}body{min-height:100vh;min-height:100dvh;background:#0f172a;color:#e2e8f0;overflow-x:hidden;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}#root{min-height:100vh;min-height:100dvh}a{color:inherit}input,button,select,textarea{font:inherit}button{cursor:pointer}@media(max-width:768px){input,select,textarea{font-size:16px}}.sidebar{width:220px;min-width:220px;background:#1e293b;border-right:1px solid #334155;padding:.75rem 0;flex-shrink:0;display:flex;flex-direction:column;gap:.5rem;transition:width .2s ease,min-width .2s ease}.sidebar.sidebar--collapsed{width:64px;min-width:64px}.sidebar-toggle{align-self:flex-end;margin:0 .75rem .25rem 0;width:32px;height:32px;padding:0;background:#334155;border:none;border-radius:6px;color:#e2e8f0;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-toggle:hover{background:#475569;color:#f8fafc}.sidebar--collapsed .sidebar-toggle{margin:0 auto .25rem;align-self:center}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.65rem 1.25rem;color:#94a3b8;text-decoration:none;font-weight:500;font-size:.95rem;border-left:3px solid transparent;margin-left:0;transition:color .15s,background .15s}.sidebar-link:hover{color:#f8fafc;background:#334155}.sidebar-link.active{color:#f8fafc;background:#334155;border-left-color:#3b82f6}.sidebar-link-icon{width:1.5rem;flex-shrink:0;text-align:center;font-weight:700;font-size:.85rem;opacity:.9}.sidebar-link-text{white-space:nowrap;overflow:hidden}.sidebar--collapsed .sidebar-link{padding:.65rem;justify-content:center}.sidebar--collapsed .sidebar-link-text{display:none}.sidebar--collapsed .sidebar-link-icon{width:auto}.sidebar-close--mobile{display:none}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;bottom:0;width:260px;min-width:260px;max-width:85vw;z-index:999;transform:translate(-100%);transition:transform .25s ease;box-shadow:4px 0 20px #0000004d}.sidebar.sidebar--mobile-open{transform:translate(0)}.sidebar.sidebar--mobile-open.sidebar--collapsed{width:260px;min-width:260px}.sidebar-toggle--desktop{display:none}.sidebar-close--mobile{display:flex;align-items:center;justify-content:center;position:absolute;top:.5rem;right:.5rem;width:44px;height:44px;padding:0;background:#334155;border:none;border-radius:8px;color:#e2e8f0;font-size:1.25rem;cursor:pointer;flex-shrink:0}.sidebar-close--mobile:hover{background:#475569}.sidebar-link{padding:.85rem 1.25rem;min-height:48px;font-size:1rem}.sidebar-link-icon{width:1.75rem;font-size:1rem}.sidebar--collapsed .sidebar-link-text{display:block}.sidebar--collapsed .sidebar-link{padding:.85rem 1.25rem;justify-content:flex-start}}.layout{min-height:100vh;background:#0f172a;color:#e2e8f0;display:flex;flex-direction:column}.header{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;background:#1e293b;border-bottom:1px solid #334155;flex-shrink:0}.header .logo{font-weight:700;font-size:1.25rem;color:#f8fafc;text-decoration:none}.header .logo:hover{color:#3b82f6}.header .user-bar{margin-left:auto;display:flex;align-items:center;gap:.75rem}.layout-body{display:flex;flex:1;min-width:0;min-height:0}.header .user-name{color:#cbd5e1;font-size:.9rem}.header .badge{background:#3b82f6;color:#fff;font-size:.7rem;padding:.2rem .5rem;border-radius:4px;font-weight:600}.header .logout-btn{padding:.4rem .75rem;background:transparent;border:1px solid #475569;border-radius:6px;color:#94a3b8;font-size:.875rem;cursor:pointer}.header .logout-btn:hover{background:#334155;color:#f8fafc}.main{flex:1;min-width:0;padding:1.5rem;overflow-x:hidden;overflow-y:auto;max-width:1200px}.header-menu-btn{display:none;width:44px;min-width:44px;height:44px;padding:0;background:transparent;border:none;border-radius:8px;color:#e2e8f0;font-size:1.35rem;cursor:pointer;align-items:center;justify-content:center}.header-menu-btn:hover{background:#334155}.header-menu-icon{display:block;line-height:1}.layout-backdrop{display:none;position:fixed;inset:0;background:#00000080;z-index:998}@media(max-width:768px){.header{padding:.5rem .75rem;gap:.5rem}.header-menu-btn{display:flex}.logo{font-size:1.1rem;flex:1;min-width:0}.user-name{display:none}.user-bar .badge{margin-right:0}.logout-btn{padding:.5rem .65rem;font-size:.8rem}.layout-backdrop{display:block}.main{padding:.75rem 1rem}}@media(max-width:480px){.header{padding:.5rem}.logo{font-size:1rem}}.login-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);box-sizing:border-box}.login-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:2rem 1.5rem;width:100%;max-width:380px;box-shadow:0 25px 50px -12px #00000080;box-sizing:border-box}@media(max-width:480px){.login-page{padding:2rem .75rem .75rem;align-items:flex-start}.login-card{padding:1.5rem 1.25rem}.login-card h1{font-size:1.5rem}.login-card button{min-height:48px}}.login-card h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;color:#f8fafc}.login-card .subtitle{margin:0 0 1.75rem;color:#94a3b8;font-size:.9rem}.login-card label{display:block;margin-bottom:1rem;color:#cbd5e1;font-size:.875rem;font-weight:500}.login-card input{display:block;width:100%;margin-top:.35rem;padding:.65rem .85rem;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#f8fafc;font-size:1rem;box-sizing:border-box}.login-card input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.login-card input::placeholder{color:#64748b}.login-card .error{color:#f87171;font-size:.875rem;margin:0 0 .75rem}.login-card button{width:100%;padding:.75rem 1rem;background:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem}.login-card button:hover:not(:disabled){background:#2563eb}.login-card button:disabled{opacity:.7;cursor:not-allowed}.dashboard{min-width:0;overflow-x:hidden}.dashboard-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.dashboard h1{margin:0;font-size:1.5rem;font-weight:700;color:#f8fafc}.dashboard .count{margin:0;color:#94a3b8;font-size:.9rem}.filters-bar--mobile{display:none}.filters-bar{margin-bottom:1rem;min-width:0}.filters-compact{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.6rem .85rem;background:#1e293b;border:1px solid #334155;border-radius:10px;max-width:100%;min-width:0}.filters-compact-search{min-width:160px;flex:1;max-width:220px;padding:.45rem .75rem;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:.875rem}.filters-compact-search:focus{outline:none;border-color:#3b82f6}.filters-compact-search::placeholder{color:#64748b}.filters-compact-date{display:inline-flex;align-items:center;gap:.35rem}.filters-compact-label{font-size:.75rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.filters-compact-select{padding:.45rem .6rem;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:.85rem;min-width:0}.filters-compact-select:focus{outline:none;border-color:#3b82f6}.filters-compact-date-input{padding:.4rem .5rem;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#e2e8f0;font-size:.8rem;max-width:130px}.filters-compact-date-input:focus{outline:none;border-color:#3b82f6}.filters-compact-apply{padding:.45rem .9rem;background:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;margin-left:auto}.filters-compact-apply:hover{background:#2563eb}.filters-compact-reset{padding:.45rem .9rem;background:transparent;border:1px solid #475569;border-radius:8px;color:#94a3b8;font-weight:500;cursor:pointer}.filters-compact-reset:hover{background:#334155;color:#e2e8f0}.filters-mobile-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#1e293b;border:1px solid #334155;border-radius:10px;color:#e2e8f0;font-size:.9rem;font-weight:500;cursor:pointer;width:100%;justify-content:center;min-height:48px}.filters-mobile-trigger:hover{background:#334155;border-color:#475569}.filters-mobile-trigger-icon{font-size:1.1rem;opacity:.9}.filters-mobile-badge{background:#3b82f6;color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;padding:0 .35rem}.filters-drawer-backdrop{position:fixed;inset:0;background:#00000080;z-index:998;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filters-drawer{position:fixed;left:0;right:0;bottom:0;max-height:85vh;background:#1e293b;border:1px solid #334155;border-radius:16px 16px 0 0;z-index:999;display:flex;flex-direction:column;box-shadow:0 -8px 32px #0006;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filters-drawer-handle{width:40px;height:4px;background:#475569;border-radius:2px;margin:.6rem auto 0;flex-shrink:0}.filters-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem .5rem;border-bottom:1px solid #334155;flex-shrink:0}.filters-drawer-header h2{margin:0;font-size:1.15rem;font-weight:600;color:#f8fafc}.filters-drawer-close{width:40px;height:40px;padding:0;background:transparent;border:none;border-radius:8px;color:#94a3b8;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.filters-drawer-close:hover{background:#334155;color:#f8fafc}.filters-drawer-body{padding:1rem 1.25rem 1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1rem}.filters-drawer-body .filter-row,.filters-drawer-body .filter-group{display:flex;flex-direction:column;gap:.4rem}.filters-drawer-body .filter-label{font-size:.8rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em}.filters-drawer-body .filter-input,.filters-drawer-body .filter-select{width:100%;padding:.65rem .85rem;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:1rem;box-sizing:border-box}.filters-drawer-body .filter-input:focus,.filters-drawer-body .filter-select:focus{outline:none;border-color:#3b82f6}.filters-drawer-body .filter-date-chips{display:flex;flex-wrap:wrap;gap:.4rem}.filters-drawer-body .filter-chip{padding:.5rem .85rem;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer}.filters-drawer-body .filter-chip:hover{border-color:#475569;color:#e2e8f0}.filters-drawer-body .filter-chip.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.filters-drawer-body .filter-date-range{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.filters-drawer-body .filter-date-range .filter-input{flex:1;min-width:0}.filters-drawer-body .filter-date-sep{font-size:.8rem;color:#64748b}.filters-drawer-apply{width:100%;padding:.85rem 1rem;background:#3b82f6;border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem;min-height:48px}.filters-drawer-apply:hover{background:#2563eb}.filters-drawer-reset{width:100%;padding:.85rem 1rem;background:transparent;border:1px solid #475569;border-radius:10px;color:#94a3b8;font-weight:600;cursor:pointer;margin-top:.5rem}.filters-drawer-reset:hover{background:#334155;color:#e2e8f0}.dashboard .loading,.dashboard .count{color:#94a3b8;margin-bottom:.75rem}.dashboard .leads-list{width:100%;min-width:0}.dashboard .leads-list-mobile{display:none}.dashboard .leads-list-desktop{width:100%;max-width:100%;overflow-x:auto;border:1px solid #334155;border-radius:8px;background:#1e293b;-webkit-overflow-scrolling:touch}.dashboard .leads-table{width:100%;min-width:0;border-collapse:collapse;table-layout:fixed}.dashboard .leads-table th,.dashboard .leads-table td{padding:.75rem .65rem;text-align:left;border-bottom:1px solid #334155;overflow:hidden;text-overflow:ellipsis}.dashboard .leads-table th{background:#0f172a;color:#94a3b8;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.dashboard .leads-table td{color:#e2e8f0;font-size:.9rem}.dashboard .leads-table tbody tr:hover{background:#33415533}.dashboard .tag{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.dashboard .tag.type{background:#1e3a5f;color:#93c5fd}.dashboard .tag.status{background:#1e293b;color:#cbd5e1}.dashboard .tag.source{background:#422006;color:#fcd34d}.dashboard .link{color:#3b82f6;text-decoration:none;font-weight:500}.dashboard .link:hover{text-decoration:underline}.dashboard .pagination{display:flex;align-items:center;gap:1rem;margin-top:1rem;color:#94a3b8}.dashboard .pagination button{padding:.4rem .75rem;background:#334155;border:none;border-radius:6px;color:#e2e8f0;cursor:pointer}.dashboard .pagination button:hover:not(:disabled){background:#475569}.dashboard .pagination button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.filters-bar--desktop{display:none}.filters-bar--mobile{display:block;margin-bottom:1rem}.dashboard-header{margin-bottom:.75rem}.dashboard h1{font-size:1.25rem}.dashboard .count{font-size:.85rem}.dashboard .leads-list-desktop{display:none}.dashboard .leads-list-mobile{display:block}.dashboard .lead-card{display:block;padding:1rem;margin-bottom:.75rem;background:#1e293b;border:1px solid #334155;border-radius:8px;color:inherit;text-decoration:none;transition:background .15s,border-color .15s}.dashboard .lead-card:hover{background:#334155;border-color:#475569}.dashboard .lead-card-main{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.5rem}.dashboard .lead-card-email{font-weight:600;color:#f8fafc;font-size:.95rem;word-break:break-word}.dashboard .lead-card-name{font-size:.875rem;color:#94a3b8}.dashboard .lead-card-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.dashboard .lead-card-meta .tag{font-size:.75rem}.dashboard .lead-card-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#cbd5e1;padding:.25rem 0}.dashboard .lead-card-label{color:#94a3b8;margin-right:.5rem}.dashboard .lead-card-action{display:inline-block;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #334155;color:#3b82f6;font-weight:600;font-size:.9rem}.dashboard .leads-list-mobile-empty{padding:1.5rem;text-align:center;color:#94a3b8;background:#1e293b;border:1px solid #334155;border-radius:8px;margin:0}.dashboard .pagination{flex-wrap:wrap;gap:.5rem;font-size:.9rem}.dashboard .pagination button{min-height:44px;padding:.5rem .85rem}}@media(max-width:480px){.dashboard .count{font-size:.85rem}.dashboard .lead-card{padding:.85rem}.dashboard .lead-card-email{font-size:.9rem}}.lead-detail{max-width:1100px;margin:0 auto}.lead-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:1rem;color:#94a3b8}.lead-detail-spinner{width:32px;height:32px;border:3px solid #334155;border-top-color:#3b82f6;border-radius:50%;animation:lead-spin .8s linear infinite}@keyframes lead-spin{to{transform:rotate(360deg)}}.lead-detail-bar{margin-bottom:1rem}.lead-detail-back{display:inline-flex;align-items:center;gap:.35rem;color:#94a3b8;text-decoration:none;font-size:.9rem;font-weight:500;padding:.4rem 0}.lead-detail-back:hover{color:#3b82f6}.lead-detail-back-icon{font-size:1rem}.lead-hero{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:12px;margin-bottom:1.5rem}.lead-hero-avatar{width:56px;height:56px;min-width:56px;border-radius:12px;background:#3b82f6;color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center}.lead-hero-info{flex:1;min-width:0}.lead-hero-email{margin:0 0 .25rem;font-size:1.35rem;font-weight:700;color:#f8fafc;word-break:break-word}.lead-hero-meta{margin:0 0 .5rem;font-size:.9rem;color:#94a3b8}.lead-hero-sep{margin:0 .35rem;color:#64748b}.lead-hero-tags{display:flex;flex-wrap:wrap;gap:.4rem}.lead-tag{display:inline-block;padding:.25rem .6rem;border-radius:6px;font-size:.8rem;font-weight:500}.lead-tag--type{background:#3b82f633;color:#93c5fd}.lead-tag--source{background:#fbbf2426;color:#fcd34d}.lead-tag--status{background:#22c55e33;color:#86efac}.lead-update-card{background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border-left:4px solid #3b82f6}.lead-update-card-title{margin:0 0 .25rem;font-size:1.1rem;font-weight:700;color:#f8fafc;display:flex;align-items:center;gap:.5rem}.lead-update-card-icon{font-size:1.2rem;opacity:.9}.lead-update-card-desc{margin:0 0 1.25rem;font-size:.85rem;color:#94a3b8}.lead-update-grid{display:flex;flex-direction:column;gap:1.25rem}.lead-update-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.lead-update-row--actions{display:flex;flex-wrap:wrap;gap:1.25rem}.lead-update-field{min-width:0}.lead-update-field--full{flex:1;min-width:220px}.lead-update-label{display:block;font-size:.8rem;font-weight:600;color:#94a3b8;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.03em}.lead-update-field-inline{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.lead-update-select,.lead-update-input{padding:.5rem .75rem;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:.9rem;min-width:140px}.lead-update-select:focus,.lead-update-input:focus{outline:none;border-color:#3b82f6}.lead-update-textarea{width:100%;padding:.6rem .75rem;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:.9rem;resize:vertical;min-height:72px;box-sizing:border-box;margin-bottom:.5rem}.lead-update-textarea:focus{outline:none;border-color:#3b82f6}.lead-update-comment-form,.lead-update-followup-form{display:flex;flex-direction:column;gap:0}.lead-update-followup-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.lead-update-btn{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer}.lead-update-btn:disabled{opacity:.6;cursor:not-allowed}.lead-update-btn--primary{background:#3b82f6;color:#fff}.lead-update-btn--primary:hover:not(:disabled){background:#2563eb}.lead-update-btn--secondary{background:#334155;color:#e2e8f0}.lead-update-btn--secondary:hover:not(:disabled){background:#475569}.lead-history-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.lead-hero-latest{flex-shrink:0;width:280px;max-width:100%;display:flex;flex-direction:column;gap:.75rem}.lead-hero-latest-card{padding:.75rem 1rem;background:#0f172a99;border:1px solid #334155;border-radius:8px}.lead-hero-latest-comment{border-left:3px solid #06b6d4}.lead-hero-latest-followup{border-left:3px solid #3b82f6}.lead-hero-latest-label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.35rem}.lead-hero-latest-text{margin:0 0 .35rem;font-size:.9rem;color:#e2e8f0;line-height:1.4;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lead-hero-latest-type{font-weight:600;color:#93c5fd}.lead-hero-latest-meta{font-size:.75rem;color:#64748b}.lead-hero-latest-empty{margin:0;font-size:.85rem;color:#64748b}.lead-detail-tabs{display:flex;gap:.25rem;margin-bottom:1.25rem;padding:.25rem;background:#0f172a;border-radius:10px;border:1px solid #334155}.lead-detail-tab{flex:1;padding:.65rem 1rem;background:transparent;border:none;border-radius:8px;color:#94a3b8;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.lead-detail-tab:hover{color:#e2e8f0;background:#334155}.lead-detail-tab.active{background:#3b82f6;color:#fff}.lead-tab-panel{display:flex;flex-direction:column;gap:1.25rem}.lead-detail-grid{display:grid;grid-template-columns:1fr 280px;gap:1.5rem;align-items:start}.lead-detail-main{display:flex;flex-direction:column;gap:1.25rem}.lead-detail-sidebar{position:sticky;top:1rem}.lead-section{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.25rem}.lead-section-title{margin:0 0 1rem;font-size:.95rem;font-weight:600;color:#e2e8f0;display:flex;align-items:center;gap:.5rem}.lead-section-icon{font-size:1.1rem;opacity:.9}.lead-placeholder{padding:1.25rem;background:#0f172a;border:1px dashed #334155;border-radius:8px;text-align:center;color:#64748b;font-size:.9rem;position:relative}.lead-placeholder p{margin:0 0 .5rem}.lead-placeholder-badge{display:inline-block;padding:.2rem .5rem;background:#334155;color:#94a3b8;font-size:.75rem;font-weight:600;border-radius:4px}.lead-activity-list{list-style:none;padding:0;margin:0}.lead-activity-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;border-bottom:1px solid #334155;font-size:.9rem;color:#cbd5e1}.lead-activity-item:last-child{border-bottom:none}.lead-activity-icon{width:28px;text-align:center;color:#64748b;font-size:.85rem}.lead-activity-label{flex:1}.lead-activity-badge{font-size:.7rem;color:#64748b;background:#334155;padding:.15rem .4rem;border-radius:4px}.lead-activity-timeline{padding-left:0;margin:0}.lead-activity-timeline .lead-activity-item{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #334155;align-items:flex-start}.lead-activity-timeline .lead-activity-item:last-child{border-bottom:none}.lead-activity-marker{width:8px;height:8px;min-width:8px;margin-top:.4rem;border-radius:50%;background:#64748b}.lead-activity-item--assigned .lead-activity-marker{background:#8b5cf6}.lead-activity-item--follow_up .lead-activity-marker{background:#3b82f6}.lead-activity-item--comment .lead-activity-marker{background:#06b6d4}.lead-activity-item--status_changed .lead-activity-marker{background:#22c55e}.lead-activity-content{flex:1;min-width:0}.lead-activity-type{font-weight:600;color:#e2e8f0;margin-right:.5rem}.lead-activity-meta{font-size:.8rem;color:#64748b}.lead-activity-date{color:#64748b}.lead-activity-summary{margin:.35rem 0 0;font-size:.9rem;color:#94a3b8;word-break:break-word}.lead-exec-tabs{display:flex;gap:.25rem;margin-bottom:1rem;padding:.25rem;background:#0f172a;border-radius:8px}.lead-exec-tab{flex:1;padding:.5rem .75rem;background:transparent;border:none;border-radius:6px;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.35rem}.lead-exec-tab:hover{color:#e2e8f0;background:#334155}.lead-exec-tab.active{background:#3b82f6;color:#fff}.lead-exec-tab-count{background:#ffffff40;padding:.1rem .35rem;border-radius:4px;font-size:.75rem}.lead-exec-tab:not(.active) .lead-exec-tab-count{background:#334155;color:#94a3b8}.lead-exec-panel{display:flex;flex-direction:column;gap:1rem}.lead-form{display:flex;flex-direction:column;gap:.75rem}.lead-form-row{display:flex;gap:.5rem;flex-wrap:wrap}.lead-form-label{display:block;font-size:.8rem;font-weight:500;color:#94a3b8;margin-bottom:.25rem}.lead-form-select,.lead-form-input{padding:.55rem .75rem;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:.9rem;min-width:120px}.lead-form-select:focus,.lead-form-input:focus{outline:none;border-color:#3b82f6}.lead-form-select--full,.lead-form-input.lead-form-input--full{width:100%;min-width:0}.lead-form-textarea{width:100%;padding:.65rem .75rem;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:.9rem;resize:vertical;min-height:80px;box-sizing:border-box}.lead-form-textarea:focus{outline:none;border-color:#3b82f6}.lead-form-btn{padding:.55rem 1rem;background:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;align-self:flex-start}.lead-form-btn:hover:not(:disabled){background:#2563eb}.lead-form-btn:disabled{opacity:.7;cursor:not-allowed}.lead-form-btn--full{width:100%;align-self:stretch}.lead-form-btn--secondary{background:#334155}.lead-form-btn--secondary:hover:not(:disabled){background:#475569}.lead-status-form{margin-bottom:1rem}.lead-status-form:last-of-type{margin-bottom:0}.lead-status-form .lead-form-select--full{margin-bottom:.5rem}.lead-timeline{padding-left:0;margin:0}.lead-timeline-item{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #334155}.lead-timeline-item:last-child{border-bottom:none}.lead-timeline-marker{width:8px;height:8px;min-width:8px;margin-top:.4rem;border-radius:50%;background:#3b82f6}.lead-timeline-content{flex:1;min-width:0}.lead-timeline-type{font-weight:600;color:#e2e8f0;margin-right:.5rem}.lead-timeline-date{font-size:.8rem;color:#64748b}.lead-timeline-notes{margin:.35rem 0 0;font-size:.9rem;color:#94a3b8}.lead-timeline-muted{margin:.2rem 0 0;font-size:.8rem;color:#64748b}.lead-comments{list-style:none;padding:0;margin:0}.lead-comment{padding:.85rem 0;border-bottom:1px solid #334155}.lead-comment:last-child{border-bottom:none}.lead-comment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.lead-comment-author{font-size:.9rem;color:#e2e8f0}.lead-comment-date{font-size:.75rem;color:#64748b}.lead-comment-body{margin:0;font-size:.9rem;color:#cbd5e1;line-height:1.45}.lead-empty{margin:0;padding:.75rem 0;color:#64748b;font-size:.9rem}@media(max-width:768px){.lead-detail-tabs{flex-wrap:nowrap}.lead-detail-tab{padding:.6rem .75rem;font-size:.875rem}.lead-update-row--actions{flex-direction:column}.lead-update-field-inline{width:100%}.lead-update-select,.lead-update-input{flex:1;min-width:0}.lead-update-followup-row{flex-direction:column}.lead-update-followup-row .lead-update-select,.lead-update-followup-row .lead-update-input{width:100%}.lead-history-grid{grid-template-columns:1fr}.lead-hero{flex-direction:column;align-items:stretch;text-align:center;padding:1.25rem}.lead-hero-info{text-align:center}.lead-hero-latest{width:100%;max-width:none}.lead-hero-tags{justify-content:center}.lead-section{padding:1rem}.lead-form-row{flex-direction:column}.lead-form-select,.lead-form-input{width:100%;min-width:0}.lead-form-btn{width:100%;min-height:44px}.lead-exec-tabs{flex-wrap:wrap}.lead-exec-tab{min-width:0}}@media(max-width:480px){.lead-hero-email{font-size:1.15rem}.lead-hero-avatar{width:48px;height:48px;min-width:48px;font-size:1.25rem}}.manage-executive-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.manage-executive-header h1{margin:0;font-size:1.5rem;font-weight:700;color:#f8fafc}.manage-executive-actions{display:flex;gap:.5rem}.btn-primary{padding:.5rem 1rem;background:#3b82f6;border:none;border-radius:6px;color:#fff;font-weight:600;cursor:pointer}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{padding:.5rem 1rem;background:#334155;border:none;border-radius:6px;color:#e2e8f0;font-weight:500;cursor:pointer}.btn-secondary:hover{background:#475569}.btn-danger{padding:.5rem 1rem;background:#dc2626;border:none;border-radius:6px;color:#fff;font-weight:600;cursor:pointer}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-danger:disabled{opacity:.7;cursor:not-allowed}.btn-link{background:none;border:none;color:#3b82f6;font-weight:500;cursor:pointer;padding:.25rem .5rem;margin-right:.5rem}.btn-link:hover{text-decoration:underline}.btn-link-danger{color:#f87171}.btn-link-danger:hover{color:#fca5a5}.manage-executive-message{margin:0 0 1rem;padding:.6rem .85rem;border-radius:8px;font-size:.9rem}.manage-executive-message.success{background:#14532d;color:#86efac}.manage-executive-message.error{background:#450a0a;color:#fca5a5}.manage-executive-loading{color:#94a3b8}.executive-list{width:100%}.executive-list-mobile{display:none}.manage-executive-table-wrap{overflow-x:auto;border:1px solid #334155;border-radius:8px;background:#1e293b}.manage-executive-table{width:100%;border-collapse:collapse}.manage-executive-table th,.manage-executive-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #334155}.manage-executive-table th{background:#0f172a;color:#94a3b8;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.manage-executive-table td{color:#e2e8f0;font-size:.9rem}.manage-executive-table tbody tr:hover{background:#33415533}.manage-executive-table .tag.role{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;background:#1e3a5f;color:#93c5fd}.manage-executive-form{max-width:420px;margin-top:1rem}.manage-executive-form h2{margin:0 0 1.25rem;font-size:1.15rem;font-weight:600;color:#e2e8f0}.manage-executive-form label{display:block;margin-bottom:1rem;color:#cbd5e1;font-size:.875rem;font-weight:500}.manage-executive-form .required{color:#f87171}.manage-executive-form .muted{color:#64748b;font-weight:400;font-size:.8rem}.manage-executive-form input,.manage-executive-form select{display:block;width:100%;margin-top:.35rem;padding:.65rem .85rem;background:#1e293b;border:1px solid #334155;border-radius:8px;color:#f8fafc;font-size:1rem;box-sizing:border-box}.manage-executive-form input:focus,.manage-executive-form select:focus{outline:none;border-color:#3b82f6}.manage-executive-form button[type=submit]{margin-top:.5rem}.manage-executive-forbidden{color:#94a3b8;font-size:1rem}.manage-executive-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.manage-executive-modal{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;max-width:400px;width:100%}.manage-executive-modal h3{margin:0 0 .75rem;font-size:1.15rem;color:#f8fafc}.manage-executive-modal p{margin:0 0 1.25rem;color:#cbd5e1;font-size:.95rem}.manage-executive-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}@media(max-width:768px){.manage-executive-header{flex-direction:column;align-items:flex-start;margin-bottom:1rem}.manage-executive-header h1{font-size:1.25rem}.btn-primary,.btn-secondary{min-height:44px;padding:.6rem 1rem}.executive-list-desktop{display:none}.executive-list-mobile{display:block}.executive-card{padding:1rem;margin-bottom:.75rem;background:#1e293b;border:1px solid #334155;border-radius:8px}.executive-card-main{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.5rem}.executive-card-email{font-weight:600;color:#f8fafc;font-size:.95rem;word-break:break-word}.executive-card-name{font-size:.875rem;color:#94a3b8}.executive-card-meta{margin-bottom:.75rem}.executive-card-meta .tag.role{font-size:.75rem}.executive-card-actions{display:flex;gap:.5rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid #334155}.executive-card-actions .btn-sm{flex:1;min-width:0;min-height:44px;padding:.5rem .85rem;font-size:.9rem}.executive-list-mobile-empty{padding:1.5rem;text-align:center;color:#94a3b8;background:#1e293b;border:1px solid #334155;border-radius:8px;margin:0}.manage-executive-form{max-width:none}.manage-executive-form input,.manage-executive-form select,.manage-executive-form button[type=submit]{min-height:48px}.manage-executive-modal-overlay{padding:1rem;align-items:flex-end}.manage-executive-modal{max-width:none;margin:0;border-radius:12px 12px 0 0;padding:1.25rem}.manage-executive-modal-actions{flex-direction:column-reverse}.manage-executive-modal-actions .btn-secondary,.manage-executive-modal-actions .btn-danger{width:100%;min-height:48px;justify-content:center}}.executive-detail{margin-top:1rem;border:1px solid #334155;border-radius:12px;background:#1e293b;overflow:hidden}.executive-detail-header{padding:1.25rem 1.5rem;background:linear-gradient(145deg,#1e293b,#0f172a);border-bottom:1px solid #334155}.executive-detail-identity{display:flex;align-items:center;gap:1rem}.executive-detail-avatar{width:48px;height:48px;border-radius:10px;background:#3b82f6;color:#fff;font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center}.executive-detail-name{margin:0 0 .2rem;font-size:1.2rem;font-weight:700;color:#f8fafc}.executive-detail-email{margin:0 0 .35rem;font-size:.9rem;color:#94a3b8}.executive-detail-tabs{display:flex;gap:.25rem;padding:.5rem 1rem;background:#0f172a;border-bottom:1px solid #334155}.executive-detail-tab{padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.35rem}.executive-detail-tab:hover{color:#e2e8f0;background:#334155}.executive-detail-tab.active{background:#3b82f6;color:#fff}.executive-detail-tab-count{background:#ffffff40;padding:.1rem .35rem;border-radius:4px;font-size:.75rem}.executive-detail-panel{padding:1.25rem 1.5rem;min-height:200px}.executive-detail-activity,.executive-detail-info,.executive-detail-placeholder{max-width:640px}.executive-detail-loading,.executive-detail-empty{color:#94a3b8;margin:0}.executive-activity-timeline{list-style:none;padding:0;margin:0}.executive-activity-item{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #334155}.executive-activity-item:last-child{border-bottom:none}.executive-activity-marker{width:8px;height:8px;min-width:8px;margin-top:.4rem;border-radius:50%;background:#64748b}.executive-activity-item--assigned .executive-activity-marker{background:#8b5cf6}.executive-activity-item--follow_up .executive-activity-marker{background:#3b82f6}.executive-activity-item--comment .executive-activity-marker{background:#06b6d4}.executive-activity-item--status_changed .executive-activity-marker{background:#22c55e}.executive-activity-content{flex:1;min-width:0}.executive-activity-type{font-weight:600;color:#e2e8f0;margin-right:.5rem}.executive-activity-date{font-size:.8rem;color:#64748b;margin-right:.5rem}.executive-activity-summary{margin:.35rem 0 0;font-size:.9rem;color:#94a3b8;word-break:break-word}.executive-activity-link{display:inline-block;margin-top:.35rem;font-size:.85rem;color:#3b82f6;text-decoration:none}.executive-activity-link:hover{text-decoration:underline}.executive-detail-dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.5rem;margin:0 0 1rem}.executive-detail-dl dt{color:#94a3b8;font-size:.9rem}.executive-detail-dl dd{margin:0;color:#e2e8f0;font-size:.9rem}.executive-detail-actions{margin-top:1rem}.executive-detail-placeholder{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.executive-detail-placeholder p{margin:0;color:#94a3b8}.executive-detail-badge{font-size:.75rem;color:#64748b;background:#334155;padding:.2rem .5rem;border-radius:4px}@media(max-width:480px){.executive-card{padding:.85rem}.executive-card-email{font-size:.9rem}}
