:root{--black:#0a0a0a;--blue:#2563eb;--blue-dark:#1d4ed8;--blue-soft:#60a5fa;--green:#16a34a;--text:#111827;--muted:#4b5563;--border:#f3f4f6;--surface:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at top,#fff 0%,#f3f4f6 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}.page-shell{text-align:center;width:min(100%,64rem);min-height:100vh;margin:0 auto;padding:3rem 1rem 5rem}.hero-section{flex-direction:column;align-items:center;display:flex}.hero-section h1{max-width:58rem;margin:0 0 1.5rem;padding:0 .5rem;font-size:clamp(2rem,7vw,3.75rem);font-weight:800;line-height:1.05}.hero-section h1 span{color:var(--blue)}.hero-copy{max-width:42rem;color:var(--muted);margin:0 0 2.5rem;padding:0 1rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.video-section{width:100%;margin-bottom:2.5rem;padding:0 .5rem}.video-container{aspect-ratio:16/9;background:#000;border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001f}.video-container iframe{border:0;width:100%;height:100%;display:block}.video-button{color:#fff;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex;position:absolute;inset:0}.video-button span:last-child{font-size:clamp(1rem,2vw,1.125rem);font-weight:600}.play-icon{background:var(--blue);border-radius:999px;place-items:center;width:clamp(4rem,10vw,5rem);height:clamp(4rem,10vw,5rem);transition:transform .18s,background .18s;display:grid}.video-button:hover .play-icon{background:var(--blue-dark);transform:translateY(-2px)}.play-icon svg{fill:currentColor;width:50%;height:50%;margin-left:.25rem}.pricing-section{flex-direction:column;align-items:center;gap:1rem;width:min(100%,28rem);margin:0 auto 5rem;padding:0 1rem;display:flex}.cta-button{color:#fff;background:var(--black);cursor:pointer;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:5.25rem;padding:1.25rem 2rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.cta-button span{font-size:clamp(1.125rem,2vw,1.25rem);font-weight:800}.cta-button small{color:var(--blue-soft);letter-spacing:.08em;text-transform:uppercase;margin-top:.25rem;font-size:.8125rem;font-weight:800}.annual-price p{color:#6b7280;margin:0 0 .25rem;font-weight:600}.annual-price strong{color:var(--green);letter-spacing:.06em;text-transform:uppercase;font-size:.875rem}.lead-form-section{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:min(100%,28rem);margin:0 auto 5rem;padding:1.5rem;box-shadow:0 18px 40px #0f172a0f}.lead-form{gap:1rem;display:grid}.lead-form label{color:#111827;gap:.5rem;font-weight:700;display:grid}.lead-form input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:.95rem 1rem;transition:border-color .16s,box-shadow .16s}.lead-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb29}.form-submit{color:#fff;background:var(--blue);cursor:pointer;border:0;border-radius:8px;min-height:3.25rem;font-weight:800;transition:background .16s,transform .16s}.form-submit:hover{background:var(--blue-dark);transform:translateY(-1px)}.form-submit:disabled{cursor:not-allowed;opacity:.65;transform:none}.form-message{color:var(--green);margin:0;font-weight:700;line-height:1.5}.form-message.is-error{color:#dc2626}.honeypot{opacity:0;position:absolute;left:-9999px}.testimonials-section h2{margin:0 0 2rem;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15}.testimonial-list{gap:2rem;display:grid}.testimonial-card{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:8px;align-items:stretch;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.testimonial-card.is-reverse{flex-direction:row-reverse}.testimonial-image{flex:0 0 40%;min-height:20rem}.testimonial-image img{object-fit:cover;width:100%;height:100%;display:block}.testimonial-content{flex-direction:column;flex:1;justify-content:center;padding:clamp(2rem,5vw,3rem);display:flex}.stars{color:#facc15;letter-spacing:.08em;margin-bottom:1rem}.testimonial-content p{color:#374151;margin:0 0 1.5rem;font-size:clamp(1.125rem,2vw,1.25rem);font-style:italic;line-height:1.65}.testimonial-content h3{margin:0 0 .25rem;font-size:1.125rem}.testimonial-content span{color:var(--blue);font-size:.875rem}.reveal{animation:.6s ease-out both reveal}.reveal-1{animation-delay:0s}.reveal-2{animation-delay:.15s}.reveal-3{animation-delay:.3s}.reveal-4{animation-delay:.45s}.reveal-5{animation-delay:.6s}@keyframes reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.page-shell{padding-top:3rem}.testimonial-card,.testimonial-card.is-reverse{flex-direction:column}.testimonial-image{flex-basis:auto;height:16rem;min-height:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important}}.manager-login-shell,.manager-shell{background:#f8fafc;min-height:100vh}.manager-login-shell{place-items:center;padding:1rem;display:grid}.manager-login-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;gap:1rem;width:min(100%,24rem);padding:2rem;display:grid;box-shadow:0 18px 40px #0f172a14}.manager-login-card h1{margin:0;font-size:1.8rem}.manager-eyebrow{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .35rem;font-size:.75rem;font-weight:800}.manager-login-card label,.manager-panel-form label{color:#111827;gap:.45rem;font-weight:700;display:grid}.manager-login-card input,.manager-panel-form input,.manager-panel-form select,.manager-panel-form textarea,.lead-tools input,.lead-tools select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:.85rem .95rem}.manager-login-card input:focus,.manager-panel-form input:focus,.manager-panel-form select:focus,.manager-panel-form textarea:focus,.lead-tools input:focus,.lead-tools select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb24}.manager-login-card button,.manager-panel-form button,.manager-user button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:8px;min-height:2.85rem;font-weight:800}.manager-login-card button:disabled{cursor:not-allowed;opacity:.65}.manager-form-error{color:#dc2626;margin:0;font-weight:700}.manager-shell{color:#111827;padding:1.25rem}.manager-header{justify-content:space-between;align-items:center;gap:1rem;max-width:86rem;margin:0 auto 1rem;display:flex}.manager-header h1{margin:0;font-size:clamp(1.75rem,3vw,2.4rem)}.manager-user{align-items:center;gap:.75rem;display:flex}.manager-user span{color:#4b5563;font-weight:700}.manager-user button{min-height:2.5rem;padding:0 1rem}.manager-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;max-width:86rem;margin:0 auto 1rem;display:grid}.manager-stats div,.lead-sidebar,.lead-detail{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0f172a0a}.manager-stats div{padding:1rem}.manager-stats span{color:#64748b;font-size:.9rem;font-weight:700;display:block}.manager-stats strong{margin-top:.35rem;font-size:1.8rem;display:block}.simple-notice{max-width:86rem;color:var(--green);margin:0 auto 1rem;font-weight:800}.simple-lead-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:86rem;margin:0 auto;display:grid}.simple-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.simple-panel-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.simple-panel-header h2{margin:0;font-size:1.25rem}.simple-panel-header span{color:#1e40af;background:#dbeafe;border-radius:999px;place-items:center;min-width:2rem;min-height:2rem;font-weight:900;display:inline-grid}.simple-lead-list{display:grid}.simple-lead-card{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.simple-lead-card:last-child{border-bottom:0}.simple-lead-card h3{margin:0 0 .35rem;font-size:1.1rem}.simple-lead-card a{color:var(--blue);font-weight:800;text-decoration:none}.simple-lead-card p{color:#64748b;margin:.35rem 0 0;font-size:.9rem;font-weight:600}.simple-lead-card button{color:#fff;background:var(--blue);cursor:pointer;white-space:nowrap;border:0;border-radius:8px;min-height:2.75rem;padding:0 1.2rem;font-weight:900}.simple-lead-card button:disabled{cursor:not-allowed;opacity:.65}.simple-lead-card.is-mine{background:#f8fafc;flex-direction:column;align-items:stretch}.lead-reason-row{border-top:1px solid #e5e7eb;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding-top:.75rem;display:grid}.lead-reason-row select,.lead-reason-row input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:.75rem .85rem}.lead-reason-row select:focus,.lead-reason-row input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb24}.manager-grid{grid-template-columns:minmax(18rem,24rem) minmax(0,1fr);align-items:start;gap:1rem;max-width:86rem;margin:0 auto;display:grid}.lead-sidebar,.lead-detail{min-height:36rem}.lead-sidebar{overflow:hidden}.lead-tools{border-bottom:1px solid #e5e7eb;gap:.75rem;padding:1rem;display:grid}.lead-list{max-height:70vh;display:grid;overflow:auto}.lead-row{color:#111827;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f1f5f9;gap:.25rem;padding:1rem;display:grid}.lead-row:hover,.lead-row.is-active{background:#eff6ff}.lead-row strong{font-size:1rem}.lead-row span{color:#475569}.lead-row small{color:var(--blue);font-weight:800}.lead-detail{padding:1.25rem}.lead-detail-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.lead-detail-header h2{margin:0 0 .35rem;font-size:1.7rem}.lead-detail-header a{color:var(--blue);font-weight:800;text-decoration:none}.status-badge{color:#1e40af;white-space:nowrap;background:#dbeafe;border-radius:999px;align-items:center;min-height:2rem;padding:0 .8rem;font-size:.8rem;font-weight:900;display:inline-flex}.status-converted{color:#166534;background:#dcfce7}.status-lost{color:#991b1b;background:#fee2e2}.status-no_answer,.status-callback_scheduled{color:#92400e;background:#fef3c7}.lead-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0 0 1.25rem;display:grid}.lead-meta div{background:#f8fafc;border-radius:8px;padding:.85rem}.lead-meta dt{color:#64748b;text-transform:uppercase;font-size:.78rem;font-weight:800}.lead-meta dd{margin:.3rem 0 0;font-weight:800}.manager-panel-form{border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;padding:1rem;display:grid}.manager-panel-form h3,.attempt-history h3{grid-column:1/-1;margin:0}.manager-panel-form .full-width,.manager-panel-form button{grid-column:1/-1}.manager-panel-form textarea{resize:vertical}.call-form{background:#f8fafc}.manager-notice{color:var(--green);margin:1rem 0 0;font-weight:800}.attempt-history{gap:.75rem;margin-top:1.25rem;display:grid}.attempt-history article{border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.attempt-history article div{justify-content:space-between;align-items:center;gap:1rem;display:flex}.attempt-history article span{color:#64748b;font-size:.88rem}.attempt-history p,.empty-state{color:#475569;margin:.5rem 0 0}.empty-state{text-align:center;padding:1rem}@media (max-width:900px){.manager-header,.lead-detail-header{flex-direction:column}.manager-grid,.manager-stats,.simple-lead-grid,.lead-meta,.manager-panel-form{grid-template-columns:1fr}.simple-lead-card{flex-direction:column;align-items:stretch}.lead-reason-row{grid-template-columns:1fr}.lead-list{max-height:22rem}}.crm-shell{color:#f3f4f6;background:#111827;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.crm-topbar{z-index:10;background:#1f2937;border-bottom:1px solid #374151;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex;position:sticky;top:0;box-shadow:0 10px 20px #0000002e}.crm-brand,.crm-header-actions,.crm-action-row{align-items:center;gap:.75rem;display:flex}.crm-brand h1{color:#fff;margin:0;font-size:1.25rem}.crm-brand h1 span{color:#60a5fa;text-transform:uppercase;background:#3b82f629;border-radius:4px;padding:.15rem .45rem;font-size:.65rem}.crm-logo{color:#fff;background:#2563eb;border-radius:12px;place-items:center;width:2.5rem;height:2.5rem;display:grid;box-shadow:0 10px 25px #2563eb33}.blue{color:#3b82f6}.crm-manager-pill,.crm-header-actions span{color:#d1d5db;background:#374151;border-radius:999px;padding:.45rem .8rem;font-size:.9rem;font-weight:700}.crm-header-actions button,.crm-logout{color:#e5e7eb;cursor:pointer;background:#374151;border:0;border-radius:12px;align-items:center;gap:.45rem;padding:.6rem .9rem;font-weight:800;display:inline-flex}.crm-logout:hover,.crm-header-actions button:hover{background:#4b5563}.crm-active-main,.crm-queue-main{width:min(100%,52rem);margin:0 auto;padding:1rem}.crm-active-main{padding-top:clamp(1rem,4vw,2.5rem)}.crm-active-card,.crm-queue-card,.admin-panel,.crm-stats-modal,.crm-modal{background:#1f2937;border:1px solid #374151;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000038}.crm-active-head{background:#1e3a8a33;border-bottom:1px solid #374151;padding:clamp(1.5rem,4vw,2rem)}.crm-current{color:#60a5fa;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.45rem;margin:0 0 .35rem;font-size:.75rem;font-weight:900;display:flex}.crm-current span,.live-dot{background:#3b82f6;border-radius:999px;width:.55rem;height:.55rem;display:inline-block}.crm-active-head h2{color:#fff;flex-wrap:wrap;align-items:center;gap:.6rem;margin:0 0 .35rem;font-size:clamp(1.25rem,4vw,1.7rem);display:flex}.crm-active-phone{color:#cbd5e1;align-items:center;gap:.45rem;margin:0 0 1rem;font-size:1rem;font-weight:800;display:flex}.crm-action-row a{color:#fff;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1rem;font-size:.9rem;font-weight:900;text-decoration:none;display:inline-flex}.crm-call{background:#2563eb}.crm-whatsapp{background:#16a34a}.crm-process{padding:clamp(1.5rem,4vw,2rem)}.crm-process h3{color:#e5e7eb;margin:0 0 1rem}.crm-outcomes{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.crm-outcomes button{color:#9ca3af;cursor:pointer;background:#1118278c;border:2px solid #374151;border-radius:16px;place-items:center;gap:.55rem;min-height:7rem;font-weight:900;display:grid}.crm-outcomes .is-red{color:#f87171;background:#ef44441a;border-color:#ef4444}.crm-outcomes .is-amber{color:#fbbf24;background:#f59e0b1a;border-color:#f59e0b}.crm-outcomes .is-green{color:#4ade80;background:#22c55e1a;border-color:#22c55e}.crm-process-form{background:#111827;border:1px solid #374151;border-radius:16px;gap:1rem;padding:1rem;display:grid}.crm-process-form label,.crm-process-form label span{color:#d1d5db;gap:.5rem;font-weight:800;display:grid}.crm-process-form label span{align-items:center;display:flex}.crm-process-form select,.crm-process-form input,.crm-process-form textarea,.admin-filters select{color:#fff;background:#1f2937;border:1px solid #4b5563;border-radius:12px;outline:none;width:100%;padding:.9rem 1rem}.crm-process-form textarea{resize:vertical;min-height:7rem}.crm-process-form button{color:#fff;cursor:pointer;border:0;border-radius:12px;padding:1rem;font-size:1rem;font-weight:900}.crm-process-form button:disabled,.crm-queue-lead button:disabled,.admin-create-manager:disabled,.manager-actions button:disabled,.manager-form button[type=submit]:disabled{cursor:wait;opacity:.65}.crm-process-form button.is-red{background:#dc2626}.crm-process-form button.is-amber{background:#d97706}.crm-process-form button.is-green{background:#16a34a}.crm-queue-card header,.crm-stats-modal header,.crm-modal header{border-bottom:1px solid #374151;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}.crm-queue-card header h2,.crm-stats-modal h2,.crm-modal h3{color:#fff;align-items:center;gap:.75rem;margin:0;display:flex}.crm-queue-card header b{color:#60a5fa;background:#3b82f629;border:1px solid #3b82f659;border-radius:999px;padding:.25rem .8rem}.crm-queue-list{padding:1rem}.crm-queue-lead{cursor:pointer;background:#111827;border:1px solid #374151;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.crm-queue-lead+.crm-queue-lead{margin-top:.75rem}.crm-queue-lead h3,.crm-queue-lead p{align-items:center;gap:.45rem;margin:.25rem 0;display:flex}.crm-queue-lead h3{color:#f3f4f6}.crm-queue-lead .crm-lead-id{color:#64748b;font-size:.78rem;font-weight:800}.crm-queue-lead p{color:#9ca3af;font-size:.9rem}.crm-queue-lead button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:12px;padding:.85rem 1.4rem;font-weight:900}.crm-inline-error,.crm-muted{border-radius:12px;width:min(100%,48rem);margin:0 auto 1rem;padding:.85rem 1rem;font-weight:800}.crm-inline-error{color:#fecaca;background:#ef44441f;border:1px solid #ef444459}.crm-muted{color:#cbd5e1;background:#111827;border:1px solid #374151}.crm-queue-main .crm-inline-error{width:min(100%,48rem)}.crm-empty-state{color:#6b7280;text-align:center;align-content:center;place-items:center;min-height:22rem;display:grid}.crm-empty-state div{background:#111827;border-radius:999px;place-items:center;width:5rem;height:5rem;display:grid}.crm-empty-state h3{color:#d1d5db;margin:1rem 0 .25rem}.crm-modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000a3;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.crm-stats-modal{width:min(100%,28rem)}.crm-stats-modal header button,.crm-modal header button{color:#d1d5db;cursor:pointer;background:#374151;border:0;border-radius:999px;place-items:center;width:2.4rem;height:2.4rem;display:grid}.crm-stats-modal section{padding:1.25rem}.crm-stats-modal h3{color:#6b7280;letter-spacing:.08em;text-transform:uppercase;margin:1rem 0 .75rem;font-size:.75rem}.crm-mini-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.crm-mini-stats div,.crm-total-box,.crm-history article{background:#111827;border:1px solid #374151;border-radius:16px;padding:1rem}.crm-mini-stats span,.crm-total-box span{color:#9ca3af;font-size:.9rem;display:block}.crm-mini-stats strong,.crm-total-box b{color:#fff;margin-top:.3rem;font-size:1.6rem;display:block}.crm-total-box{background:linear-gradient(135deg,#1e3a8a66,#1e40af1f);margin-top:1rem}.crm-history{gap:.75rem;display:grid}.crm-history article{gap:.35rem;display:grid}.crm-history b{color:#60a5fa}.crm-history small{color:#6b7280}.admin-panel{flex-direction:column;flex:1;max-width:96rem;margin:1rem auto 0;display:flex}.admin-tabs{background:#1f2937;border-bottom:1px solid #374151;display:flex}.admin-tabs button{color:#9ca3af;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-weight:800;display:inline-flex}.admin-tabs button.is-active{color:#60a5fa;border-bottom-color:#3b82f6}.admin-content{padding:1.25rem}.admin-stack{gap:1.25rem;display:grid}.admin-stack h2{color:#fff;margin:0}.admin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.admin-stat-grid div,.manager-stat-list article{background:#1f2937;border:1px solid #374151;border-radius:16px;padding:1rem}.admin-stat-grid span{color:#9ca3af;margin:.5rem 0;font-weight:800;display:block}.admin-stat-grid strong{color:#fff;font-size:1.7rem;display:block}.purple{color:#c084fc}.green{color:#4ade80}.amber{color:#fbbf24}.manager-stat-list{gap:.75rem;display:grid}.manager-stat-list article{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.manager-stat-list b{color:#fff;align-items:center;gap:.45rem;display:inline-flex}.manager-stat-list span{color:#9ca3af;font-size:.9rem}.admin-filters{flex-wrap:wrap;gap:.75rem;display:flex}.admin-table-wrap{border:1px solid #374151;border-radius:16px;overflow-x:auto}.admin-table{border-collapse:collapse;color:#d1d5db;width:100%;font-size:.9rem}.admin-table th{color:#9ca3af;text-align:left;text-transform:uppercase;background:#111827;border-bottom:1px solid #374151;padding:.85rem;font-size:.75rem}.admin-table td{border-bottom:1px solid #374151a6;padding:.85rem}.admin-table tr:hover td{background:#37415173}.admin-table button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:.45rem .75rem;font-weight:800}.admin-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-section-head p{color:#9ca3af;margin:.4rem 0 0}.admin-create-manager,.manager-form button[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#16a34a);border:0;border-radius:14px;justify-content:center;align-items:center;gap:.45rem;padding:.85rem 1.1rem;font-weight:900;display:inline-flex;box-shadow:0 16px 36px #2563eb2e}.manager-grid{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1rem;display:grid}.manager-card{background:#1f2937;border:1px solid #374151;border-radius:18px;gap:1rem;padding:1rem;display:grid}.manager-avatar{color:#93c5fd;background:#2563eb2e;border-radius:14px;place-items:center;width:3rem;height:3rem;display:grid}.manager-card-main{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.manager-card h3{color:#fff;margin:0}.manager-card p{color:#94a3b8;margin:.3rem 0 0}.manager-status{color:#f87171;white-space:nowrap;background:#ef444424;border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:900}.manager-status.active{color:#4ade80;background:#22c55e24}.manager-actions{flex-wrap:wrap;gap:.5rem;display:flex}.manager-actions button{color:#e5e7eb;cursor:pointer;background:#111827;border:1px solid #374151;border-radius:10px;align-items:center;gap:.35rem;padding:.55rem .7rem;font-size:.82rem;font-weight:800;display:inline-flex}.manager-actions button.danger{color:#fca5a5;border-color:#ef444466}.manager-form-modal{width:min(100%,34rem)}.manager-form{gap:1rem;padding:1.25rem;display:grid}.manager-form label{color:#cbd5e1;gap:.45rem;font-weight:800;display:grid}.manager-form input{color:#fff;background:#111827;border:1px solid #4b5563;border-radius:12px;outline:none;width:100%;padding:.9rem 1rem}.manager-switch{align-items:center;gap:.65rem!important;display:flex!important}.manager-switch input{width:1rem;height:1rem}.manager-error{color:#fecaca;background:#ef44441f;border:1px solid #ef444459;border-radius:12px;margin:0;padding:.75rem;font-weight:800}.manager-empty{grid-column:1/-1}.source-pill{color:#fbbf24;text-transform:uppercase;background:#f59e0b29;border-radius:6px;padding:.15rem .45rem;font-size:.7rem;font-weight:900}.crm-modal{width:min(100%,56rem);max-height:90vh}.crm-modal header{background:#111827}.crm-modal header p{color:#9ca3af;margin:.25rem 0 0;font-size:.85rem}.crm-modal-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.25rem;display:grid}.crm-detail-box{background:#111827;border:1px solid #374151;border-radius:16px;gap:.35rem;padding:1rem;display:grid}.crm-detail-box.wide{grid-column:1/-1}.crm-detail-box span,.crm-detail-box p{color:#9ca3af;margin:0}.crm-detail-box strong{color:#fff}@media (max-width:760px){.crm-topbar,.crm-header-actions,.crm-queue-lead,.manager-stat-list article{flex-direction:column;align-items:stretch}.crm-outcomes,.admin-stat-grid,.crm-modal-body{grid-template-columns:1fr}.admin-tabs{overflow-x:auto}}
