*{box-sizing:border-box;margin:0;padding:0}html{-webkit-touch-callout:none;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica,Arial,sans-serif;overflow-x:hidden}.app,body{background-color:#1a1a1a}.app{display:flex;flex-direction:column;min-height:100vh}.navbar{background:linear-gradient(135deg,#2a2a2a,#1f1f1f);border-bottom:2px solid #667eea;box-shadow:0 2px 8px #00000080;color:#e0e0e0;padding:0;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem;width:100%}.logo{color:#667eea;flex-shrink:0;font-size:1.8rem;font-weight:700;margin-right:2rem}.nav-menu{flex:1 1;gap:1rem}.nav-btn,.nav-menu{align-items:center;display:flex}.nav-btn{background:none;border:none;border-radius:4px;color:#e0e0e0;cursor:pointer;font-size:1rem;gap:.3rem;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.nav-btn.active,.nav-btn:hover{background-color:#667eea;color:#fff;transform:translateY(-1px)}.user-info{align-items:center;color:#e0e0e0;display:flex;font-size:.9rem;gap:1rem;margin-left:auto;white-space:nowrap}.logout-btn{background-color:#ff6b6b;border:none;border-radius:4px;color:#fff;cursor:pointer;flex-shrink:0;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.logout-btn:hover{background-color:#ff5252;transform:translateY(-1px)}.menu-toggle{background:none;border:none;color:#e0e0e0;cursor:pointer;display:none;font-size:1.5rem;margin-right:1rem;padding:.5rem}.menu-toggle:hover{color:#667eea}.main-content{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.card{background:#2a2a2a;border:1px solid #333;border-radius:8px;box-shadow:0 1px 3px #00000080;margin-bottom:1rem;overflow:auto;padding:1.5rem}button{-webkit-tap-highlight-color:transparent;font-family:inherit}.btn{border:none;border-radius:4px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.btn-primary{background-color:#667eea;color:#fff}.btn-primary:hover{background-color:#5568d3;box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:#444;color:#e0e0e0}.btn-secondary:hover{background-color:#555;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.btn-danger{background-color:#ff6b6b;color:#fff;font-size:.85rem;padding:.4rem .8rem}.btn-danger:hover{background-color:#ff5252;transform:translateY(-1px)}.btn-danger:active{transform:translateY(0)}input,select,textarea{appearance:none;background-color:#333;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:.75rem;transition:all .3s ease;width:100%}input:focus,select:focus,textarea:focus{background-color:#3a3a3a;border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}label{color:#e0e0e0;display:block;font-weight:600;margin-bottom:.5rem}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (max-width:1024px){.nav-container{padding:.75rem 1.5rem}.logo{font-size:1.5rem;margin-right:1rem}.nav-menu{gap:.5rem}.nav-btn{font-size:.9rem;padding:.4rem .75rem}.user-info{font-size:.85rem;gap:.75rem}.main-content{padding:1.5rem}}@media (max-width:768px){*{-webkit-tap-highlight-color:transparent}body,html{background-color:#1a1a1a;font-size:14px}.navbar{border-bottom-width:2px;padding:0;position:sticky;top:0}.nav-container{align-items:stretch;flex-direction:column;gap:.75rem;padding:.5rem .75rem}.logo{flex:1 1;font-size:1.3rem;margin-right:auto;text-align:center}.nav-menu{flex-direction:row;flex-wrap:wrap;gap:.4rem;order:3;width:100%}.nav-btn,.nav-menu{justify-content:center}.nav-btn{flex:1 1;font-size:.75rem;min-width:70px;padding:.4rem .3rem}.user-info{flex-wrap:wrap;font-size:.75rem;gap:.4rem;justify-content:space-between;order:2;width:100%}.logout-btn{flex:0 0 auto;font-size:.75rem;padding:.4rem .6rem}.card,.main-content{padding:.75rem}.card{border-radius:6px;margin-bottom:.5rem}.btn{border-radius:4px;padding:.45rem .6rem}.btn,.btn-danger,.btn-primary,.btn-secondary{font-size:.8rem}input,select,textarea{border-radius:4px;font-size:16px;margin-bottom:.75rem;padding:.6rem}input:focus,select:focus,textarea:focus{font-size:16px}label{font-size:.85rem;margin-bottom:.3rem}table{border-collapse:collapse;display:block;font-size:.75rem;overflow-x:auto;white-space:nowrap}td,th{padding:.5rem .3rem;text-align:left}th{font-size:.7rem;padding:.5rem}td{padding:.5rem .3rem}.grid{gap:.75rem;grid-template-columns:1fr}.stat-box{border-radius:6px;padding:.75rem}.stat-number{font-size:1.8rem;margin-bottom:.25rem}.stat-label{font-size:.75rem}.alert{border-left-width:3px;font-size:.8rem;margin-bottom:.6rem;padding:.6rem}.loading{padding:1rem}.spinner{border:3px solid #444;border-top-color:#667eea;height:30px;width:30px}}@media (max-width:480px){body,html{font-size:13px}.navbar{left:0;padding:0;position:sticky;right:0;top:0;z-index:1000}.app{padding-top:0}.nav-container{gap:.3rem;padding:.5rem}.logo{font-size:1.1rem;margin-right:.5rem;order:1}.menu-toggle{display:block;order:2}.user-info{font-size:.7rem;gap:.2rem;order:3;width:100%}.nav-menu{gap:.25rem;order:4;width:100%}.nav-btn{flex:1 1;font-size:.7rem;min-width:65px;padding:.35rem .3rem}.logout-btn{flex:0 1 auto;font-size:.7rem;padding:.35rem .45rem}.card,.main-content{padding:.5rem}.card{margin-bottom:.4rem}.btn{font-size:.75rem;padding:.35rem .5rem}input,select,textarea{font-size:16px;margin-bottom:.5rem;padding:.5rem}label{font-size:.75rem;margin-bottom:.25rem}table{font-size:.65rem}td,th{padding:.3rem .2rem}th{font-size:.6rem}.stat-number{font-size:1.3rem}.stat-label{font-size:.65rem}.grid{gap:.5rem}}input[type=checkbox]{cursor:pointer;margin-bottom:0;margin-right:.5rem;padding:.3rem;width:auto}.alert{animation:slideIn .3s ease;border-left:4px solid;border-radius:4px;margin-bottom:1rem;padding:1rem}.alert-success{background-color:#1e4620;border-left-color:#4caf50;color:#90ee90}.alert-error{background-color:#4a2020;border-left-color:#ff6b6b;color:#ff6b6b}.alert-warning{background-color:#4a4620;border-left-color:gold;color:gold}.loading{color:#999;padding:2rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #444;border-radius:50%;border-top-color:#667eea;height:40px;margin:0 auto 1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login-container{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-card{animation:slideUp .5s ease;background:#2a2a2a;border:1px solid #444;border-radius:8px;box-shadow:0 10px 40px #000c;max-width:400px;padding:2rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#667eea;font-size:2rem;font-weight:700;margin-bottom:.5rem}.login-header p{color:#999;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#e0e0e0;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input{appearance:none;background-color:#333;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.form-group input:focus{background-color:#3a3a3a;border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.btn-login{-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:all .3s ease;width:100%}.btn-login:hover:not(:disabled){box-shadow:0 8px 24px #667eea66;transform:translateY(-2px)}.btn-login:active:not(:disabled){transform:translateY(0)}.btn-login:disabled{cursor:not-allowed;opacity:.6}.login-info{border-top:1px solid #444;font-size:.85rem;margin-top:2rem;padding-top:2rem}.login-info h3{color:#e0e0e0;font-size:.95rem;margin-bottom:.5rem}.login-info p{color:#999;line-height:1.4;margin-bottom:.25rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.login-container{min-height:100vh;padding:1rem}.login-card{border-radius:8px;max-width:100%;padding:1.5rem}.login-header{margin-bottom:1.5rem}.login-header h1{font-size:1.5rem;margin-bottom:.3rem}.login-header p{font-size:.85rem}.form-group{margin-bottom:1.2rem}.form-group label{font-size:.9rem;margin-bottom:.4rem}.form-group input{font-size:16px}.btn-login,.form-group input{border-radius:4px;padding:.6rem}.btn-login{font-size:.95rem}.login-info{font-size:.8rem;margin-top:1.5rem;padding-top:1.5rem}.login-info h3{font-size:.9rem;margin-bottom:.4rem}.login-info p{font-size:.8rem}}@media (max-width:480px){.login-container{padding:.75rem}.login-card{max-width:100%;padding:1.25rem}.login-header{margin-bottom:1.25rem}.login-header h1{font-size:1.3rem;margin-bottom:.25rem}.login-header p{font-size:.8rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.85rem;margin-bottom:.3rem}.form-group input{border-radius:4px;font-size:16px;padding:.5rem}.btn-login{border-radius:4px;font-size:.9rem;margin-top:.5rem;padding:.6rem}.login-info{font-size:.75rem;margin-top:1.25rem;padding-top:1.25rem}.login-info h3{font-size:.85rem;margin-bottom:.3rem}.login-info p{font-size:.75rem;margin-bottom:.2rem}}.dashboard h1{color:#e0e0e0;font-size:2rem;margin-bottom:2rem}.dashboard h2{color:#e0e0e0;font-size:1.5rem;margin-bottom:1rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:2rem}.stat-box{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-box:hover{box-shadow:0 8px 16px #667eea66;transform:translateY(-4px)}.stat-number{font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.95rem;opacity:.9}.stat-rate{font-size:.85rem;margin-top:.5rem;opacity:.8}.stat-box.decision-registered{background:linear-gradient(135deg,#10b981,#059669)}.stat-box.decision-visit{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-box.decision-postponed{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-box.decision-closed{background:linear-gradient(135deg,#ef4444,#dc2626)}.badge-closed,.badge-registered,.badge-visit{border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.badge-registered{background-color:#10b981}.badge-visit{background-color:#3b82f6}.badge-closed{background-color:#ef4444}.conversion-rate{font-weight:600}.conversion-rate.high{color:#10b981}.conversion-rate.medium{color:#f59e0b}.conversion-rate.low{color:#ef4444}@media (max-width:1200px){.stats-grid{gap:1.2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.stats-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-box{padding:1.2rem}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}}@media (max-width:768px){.dashboard h1{font-size:1.3rem;margin-bottom:1rem}.dashboard h2{font-size:1rem;margin-bottom:.75rem;margin-top:1rem}.stats-grid{gap:.75rem;grid-template-columns:1fr;margin-bottom:1rem}.stat-box{border-radius:6px;padding:1rem}.stat-number{font-size:1.8rem;margin-bottom:.3rem}.stat-label{font-size:.8rem}.stat-rate{font-size:.7rem;margin-top:.3rem}table{display:block;font-size:.8rem;overflow-x:auto;white-space:nowrap}td,th{padding:.5rem .3rem}th{font-size:.75rem}.conversion-rate{font-size:.85rem}.badge-closed,.badge-registered,.badge-visit{font-size:.75rem;padding:.3rem .5rem}}@media (max-width:480px){.dashboard h1{font-size:1.1rem;margin-bottom:.75rem}.dashboard h2{font-size:.9rem;margin-bottom:.5rem;margin-top:.75rem}.stats-grid{gap:.5rem;margin-bottom:.75rem}.stat-box{border-radius:6px;padding:.75rem}.stat-number{font-size:1.3rem;margin-bottom:.2rem}.stat-label{font-size:.65rem}.stat-rate{font-size:.6rem;margin-top:.2rem}table{font-size:.65rem}td,th{padding:.3rem .2rem}th{font-size:.6rem}.badge-closed,.badge-registered,.badge-visit{font-size:.6rem;padding:.2rem .4rem}.conversion-rate{font-size:.75rem}}.lead-management h1{color:#e0e0e0;margin-bottom:2rem}.lead-management h2{color:#e0e0e0;font-size:1.3rem;margin-bottom:1rem}.filter-select,.search-input{background-color:#333;border:1px solid #444;border-radius:4px;color:#e0e0e0;flex:1 1;font-size:1rem;min-width:200px;padding:.75rem}.filter-select:focus,.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.form-card label{color:#e0e0e0;font-weight:600;margin:1rem 0 .5rem}.form-card select,.form-card textarea{background-color:#333;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:1rem;margin-bottom:1rem;padding:.75rem}.form-card select:focus,.form-card textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.leads-container{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-top:1rem}.lead-card{background:#2a2a2a;border:1px solid #333;border-left:4px solid #667eea;border-radius:8px;padding:1.5rem}.lead-header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.lead-header h3{color:#667eea;font-size:1.1rem;margin:0}.lead-actions{display:flex;gap:.5rem}.lead-query{margin-bottom:2rem}.lead-query h4{color:#e0e0e0;font-size:.9rem;font-weight:600;margin:0 0 .75rem}.lead-query p{background:#333;border-radius:4px;color:#bbb;font-size:.9rem;line-height:1.5;margin:0;padding:1rem;white-space:pre-wrap;word-break:break-word}.lead-staff-fields{display:flex;flex-direction:column;gap:1.5rem}.staff-field-group{grid-gap:1.5rem;align-items:end;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.checkbox-column{gap:.75rem}.checkbox-column,.field-row{display:flex;flex-direction:column}.field-row{gap:.5rem}.checkbox-field{align-items:center;background:#333;border-radius:4px;cursor:pointer;display:flex;gap:.75rem;height:fit-content;padding:.75rem 1rem;transition:background .2s}.checkbox-field:hover{background:#3a3a3a}.checkbox-field input[type=checkbox]{accent-color:#667eea;cursor:pointer;flex-shrink:0;height:20px;margin:0;width:20px}.checkbox-field label{color:#e0e0e0;cursor:pointer;font-weight:500;margin:0}.field-row label{color:#e0e0e0;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.dropdown{background-color:#333;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:.95rem;padding:.75rem;transition:border-color .2s;width:100%}.dropdown:hover{border-color:#555}.dropdown:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.dropdown-inline{background-color:#333;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:.9rem;padding:.5rem}.staff-actions-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.staff-actions-row .btn{min-width:120px}.followup-form{background:#333;border:1px solid #444;border-radius:4px;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding:1.5rem}.followup-form label{color:#e0e0e0;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.followup-form input,.followup-form textarea{background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-family:inherit;padding:.75rem}.followup-form input:focus,.followup-form textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.followup-form textarea{min-height:80px;resize:vertical}.followup-buttons{display:flex;gap:1rem;justify-content:flex-start}.lead-admin-fields{grid-gap:1.5rem;border-top:1px solid #333;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem;padding-top:1.5rem}.info-row{display:flex;flex-direction:column;gap:.5rem}.info-row .label{color:#999;font-size:.8rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.info-row .value{color:#e0e0e0;font-size:.95rem;font-weight:500}.info-row .dropdown-inline,.status-badge{margin-top:.5rem}.badge-qualified{background-color:#10b981}.badge-not-qualified,.badge-qualified{border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.badge-not-qualified{background-color:#ef4444}.badge-interested{background-color:#3b82f6}.badge-interested,.badge-not-interested{border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.badge-not-interested{background-color:#f59e0b}.badge-neutral{background-color:#666}.badge-decision-visit,.badge-neutral{border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.badge-decision-visit{background-color:#3b82f6}.badge-decision-postpone{background-color:#f59e0b}.badge-decision-closed,.badge-decision-postpone{border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.badge-decision-closed{background-color:#ef4444}.badge-decision-registered{background-color:#10b981;border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.btn-sm{padding:.5rem 1rem;white-space:nowrap}.btn{transition:all .2s}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.info-box{background-color:#333;border-left:4px solid #667eea;border-radius:4px;margin-bottom:1rem;padding:1rem}.info-box p{color:#bbb;font-size:.95rem;margin:0}@media (max-width:1200px){.staff-field-group{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.lead-management h1{font-size:1.5rem;margin-bottom:1rem}.lead-management h2{font-size:1.1rem;margin-bottom:.75rem}.controls{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.filter-select,.search-input{flex:1 1;font-size:16px;min-width:auto;padding:.6rem}.lead-card{margin-bottom:.5rem;padding:1rem}.lead-header{align-items:flex-start;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.lead-header h3{font-size:1rem}.lead-actions{gap:.5rem;justify-content:flex-start;width:100%}.lead-actions .btn-sm{flex:1 1;font-size:.8rem;margin-right:0;padding:.5rem .75rem}.lead-query{margin-bottom:1.5rem}.lead-query h4{font-size:.85rem;margin:0 0 .5rem}.lead-query p{font-size:.85rem;padding:.75rem}.lead-staff-fields{gap:1rem}.staff-field-group{gap:1rem;grid-template-columns:1fr}.checkbox-column{gap:.5rem}.checkbox-field{font-size:.9rem;gap:.5rem;padding:.6rem .75rem;width:100%}.checkbox-field input[type=checkbox]{height:18px;width:18px}.checkbox-field span{font-size:.9rem}.field-row{gap:.4rem}.field-row label{font-size:.75rem}.dropdown{font-size:.9rem;padding:.6rem}.staff-actions-row{flex-direction:column;gap:.75rem;margin-top:1rem}.staff-actions-row .btn{font-size:.9rem;min-width:auto;padding:.6rem 1rem;width:100%}.followup-form{gap:.75rem;margin-top:1rem;padding:1rem}.followup-form label{font-size:.8rem}.followup-form input,.followup-form textarea{font-size:16px;padding:.6rem}.followup-form textarea{min-height:60px}.followup-buttons{flex-direction:column;gap:.75rem}.followup-buttons .btn{font-size:.9rem;padding:.6rem 1rem;width:100%}.lead-admin-fields{gap:1rem;grid-template-columns:1fr;margin-top:1rem;padding-top:1rem}.info-row{gap:.3rem}.info-row .label{font-size:.7rem}.info-row .value{font-size:.9rem}.info-row .dropdown-inline{font-size:.9rem;padding:.6rem;width:100%}.status-badge{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.3rem}.badge-decision-closed,.badge-decision-postpone,.badge-decision-registered,.badge-decision-visit,.badge-interested,.badge-neutral,.badge-not-interested,.badge-not-qualified,.badge-qualified{font-size:.75rem;padding:.4rem .6rem}.btn-sm{font-size:.8rem;margin-right:0;padding:.4rem .6rem}.info-box{margin-bottom:.75rem;padding:.75rem}.info-box p{font-size:.85rem}}@media (max-width:480px){.lead-management{padding:.75rem}.lead-management h1{font-size:1.3rem;margin-bottom:.75rem}.lead-management h2{font-size:1rem}.btn{font-size:.85rem;padding:.5rem .75rem}.btn-sm{font-size:.75rem;padding:.35rem .5rem}.lead-card{border-radius:6px;padding:.75rem}.checkbox-field{padding:.5rem .6rem}.dropdown{font-size:16px}.staff-field-group{gap:.75rem}.checkbox-column{gap:.4rem}.field-row{gap:.3rem}}.staff-management h1{color:#e0e0e0;font-size:2rem;margin-bottom:2rem}.staff-management h2{color:#e0e0e0;font-size:1.3rem;margin-bottom:1rem}.controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.controls button{flex-shrink:0}.form-card{margin-bottom:2rem}.form-card form{display:flex;flex-direction:column}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.form-row>div{display:flex;flex-direction:column}.form-row label{color:#e0e0e0;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-row input{appearance:none;background-color:#333;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:1rem;padding:.75rem;transition:all .3s ease}.form-row input:focus{background-color:#3a3a3a;border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:.4rem .8rem;transition:all .3s ease}.status-badge.active{background-color:#1e4620;color:#90ee90}.status-badge.inactive{background-color:#4a2020;color:#ff6b6b}.status-badge:hover{box-shadow:0 2px 8px #0000004d;transform:translateY(-1px)}.btn-sm{font-size:.85rem;margin-right:.5rem;padding:.4rem .8rem;transition:all .3s ease}.btn-sm:hover{transform:translateY(-2px)}.btn-sm:active{transform:translateY(0)}@media (max-width:1024px){.form-row{grid-template-columns:1fr}table{font-size:.9rem}td,th{padding:.75rem}}@media (max-width:768px){.staff-management h1{font-size:1.3rem;margin-bottom:1.5rem}.staff-management h2{font-size:1.1rem;margin-bottom:.75rem}.controls{flex-direction:column;gap:.75rem}.controls button{width:100%}.form-card{margin-bottom:1.5rem}.form-row{gap:.75rem;grid-template-columns:1fr;margin-bottom:.75rem}.form-row label{font-size:.9rem;margin-bottom:.4rem}.form-row input{font-size:16px;padding:.6rem}table{display:block;font-size:.8rem;min-width:500px;overflow-x:auto;white-space:nowrap}td,th{padding:.5rem .3rem}th{font-size:.75rem}.status-badge{font-size:.8rem;padding:.3rem .6rem}.btn-sm{font-size:.8rem;margin-right:.3rem;padding:.35rem .6rem}}@media (max-width:480px){.staff-management h1{font-size:1.1rem;margin-bottom:1rem}.staff-management h2{font-size:.95rem;margin-bottom:.5rem}.controls{flex-direction:column;gap:.5rem}.controls button{padding:.5rem 1rem;width:100%}.form-card{margin-bottom:1.25rem}.form-row{gap:.5rem;grid-template-columns:1fr;margin-bottom:.5rem}.form-row label{font-size:.85rem;margin-bottom:.3rem}.form-row input{font-size:16px;padding:.5rem}table{font-size:.7rem;min-width:450px}td,th{padding:.3rem .15rem}th{font-size:.65rem}.status-badge{font-size:.7rem;padding:.25rem .5rem}.btn-sm{font-size:.75rem;margin-right:.2rem;padding:.3rem .5rem}}.reports h1{color:#e0e0e0;font-size:1.8rem;margin-bottom:2rem}.reports h2{font-size:1.3rem}.reports h2,.reports h3{color:#e0e0e0;margin-bottom:1rem}.reports h3{font-size:1.05rem;text-align:center}.report-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}.report-card{background:#2a2a2a;border:1px solid #333;border-radius:8px;box-shadow:0 1px 3px #00000080;padding:1.5rem;transition:all .3s ease}.report-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}.pie-chart{margin-top:1.5rem}.chart-row{align-items:center;display:flex;gap:1rem;margin-bottom:1rem;transition:all .2s ease}.chart-row:hover{transform:translateX(2px)}.chart-row span{color:#e0e0e0;font-size:.9rem;font-weight:500;min-width:80px}.chart-row .bar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;color:#fff;display:flex;flex:1 1;font-size:.85rem;font-weight:700;height:30px;justify-content:center;min-width:30px;transition:all .3s ease}.chart-row .bar:hover{filter:brightness(1.1)}.chart-row .bar.registered{background:linear-gradient(135deg,#10b981,#059669)}.chart-row .bar.visit{background:linear-gradient(135deg,#3b82f6,#2563eb)}.chart-row .bar.postponed{background:linear-gradient(135deg,#f59e0b,#d97706)}.chart-row .bar.closed{background:linear-gradient(135deg,#ef4444,#dc2626)}table{border-collapse:collapse;margin-top:1rem;overflow-x:auto;width:100%}th{background-color:#333;border-bottom:2px solid #667eea;font-size:.9rem;font-weight:600;text-align:left}td,th{color:#e0e0e0;padding:1rem}td{border-bottom:1px solid #333;word-break:break-word}tr:hover{background-color:#667eea1a}.conversion-bar{align-items:center;background-color:#333;border:1px solid #444;border-radius:4px;display:flex;height:30px;overflow:hidden;position:relative;transition:all .3s ease}.conversion-bar:hover{border-color:#667eea}.conversion-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s ease}.conversion-bar span{color:#e0e0e0;font-size:.9rem;font-weight:600;left:50%;position:absolute;transform:translateX(-50%);z-index:1}.conversion-fill.high{background:linear-gradient(90deg,#10b981,#059669)}.conversion-fill.medium{background:linear-gradient(90deg,#f59e0b,#d97706)}.conversion-fill.low{background:linear-gradient(90deg,#ef4444,#dc2626)}.status-badge-closed,.status-badge-registered,.status-badge-visit{border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.status-badge-registered{background-color:#10b981}.status-badge-visit{background-color:#3b82f6}.status-badge-closed{background-color:#ef4444}@media (max-width:1200px){.report-grid{grid-template-columns:1fr}}@media (max-width:768px){.reports h1{font-size:1.3rem;margin-bottom:1rem}.reports h2{font-size:1rem;margin-bottom:.75rem}.reports h3{font-size:.95rem;margin-bottom:.75rem}.report-grid{gap:1rem;grid-template-columns:1fr;margin-bottom:1.5rem}.report-card{padding:1rem}.pie-chart{margin-top:1rem}.chart-row{gap:.75rem;margin-bottom:.75rem}.chart-row span{font-size:.85rem;min-width:70px}.chart-row .bar{font-size:.75rem;height:25px}table{display:block;font-size:.8rem;overflow-x:auto;white-space:nowrap}td,th{padding:.5rem .3rem}th{font-size:.75rem}.conversion-bar{height:25px}.conversion-bar span{font-size:.7rem}.status-badge-closed,.status-badge-registered,.status-badge-visit{font-size:.75rem;padding:.3rem .6rem}}@media (max-width:480px){.reports h1{font-size:1.1rem;margin-bottom:.75rem}.reports h2{font-size:.9rem;margin-bottom:.5rem}.reports h3{font-size:.85rem;margin-bottom:.5rem}.report-card{padding:.75rem}.pie-chart{margin-top:.75rem}.chart-row{gap:.5rem;margin-bottom:.5rem}.chart-row span{font-size:.75rem;min-width:60px}.chart-row .bar{font-size:.65rem;height:20px}table{font-size:.7rem}td,th{padding:.3rem .2rem}th{font-size:.65rem}.conversion-bar{height:20px}.conversion-bar span{font-size:.6rem}.status-badge-closed,.status-badge-registered,.status-badge-visit{font-size:.6rem;padding:.25rem .4rem}}.notifications-page{padding:0}.notifications-page h1{color:#e0e0e0;font-size:1.8rem;margin-bottom:1.5rem}.notif-summary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:1.5rem}.notif-summary-box{background:#2a2a2a;border:1px solid #333;border-radius:8px;padding:1.2rem;text-align:center;transition:all .3s ease}.notif-summary-box:hover{border-color:#667eea;transform:translateY(-2px)}.notif-summary-box.danger{border-left:4px solid #ff6b6b}.notif-summary-box.warning{border-left:4px solid gold}.notif-summary-box.info{border-left:4px solid #667eea}.notif-summary-num{color:#e0e0e0;font-size:2rem;font-weight:700;line-height:1}.notif-summary-box.danger .notif-summary-num{color:#ff6b6b}.notif-summary-box.warning .notif-summary-num{color:gold}.notif-summary-box.info .notif-summary-num{color:#667eea}.notif-summary-label{color:#999;font-size:.85rem;margin-top:.3rem}.notif-list{display:flex;flex-direction:column;gap:.75rem}.notif-item{align-items:flex-start;background:#2a2a2a;border:1px solid #333;border-radius:8px;display:flex;gap:1rem;padding:1rem 1.2rem;transition:all .2s ease}.notif-item:hover{background:#333;border-color:#667eea;transform:translateX(2px)}.notif-item.critical{border-left:4px solid #ff6b6b}.notif-item.warning{border-left:4px solid gold}.notif-item.mild{border-left:4px solid #667eea}.notif-icon{flex-shrink:0;font-size:1.5rem;margin-top:2px}.notif-content{flex:1 1;min-width:0}.notif-title{color:#e0e0e0;font-size:.95rem;font-weight:600;margin-bottom:.3rem}.notif-query{color:#aaa;font-size:.85rem;margin-bottom:.4rem;max-width:600px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-meta{color:#777;display:flex;flex-wrap:wrap;font-size:.8rem;gap:1rem}.notif-badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .6rem}.notif-badge.critical{background:#ff6b6b33;color:#ff6b6b}.notif-badge.warning{background:#ffd70033;color:gold}.notif-badge.mild{background:#667eea33;color:#667eea}.no-notif{color:#777;padding:3rem;text-align:center}.no-notif .no-notif-icon{font-size:3rem;margin-bottom:1rem}.no-notif p{font-size:1rem;line-height:1.5}@media (max-width:1024px){.notif-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.notifications-page h1{font-size:1.3rem;margin-bottom:1rem}.notif-summary{gap:.75rem;grid-template-columns:1fr}.notif-summary-box{padding:1rem}.notif-summary-num{font-size:1.8rem}.notif-summary-label{font-size:.8rem}.notif-list{gap:.5rem}.notif-item{gap:.75rem;padding:.75rem 1rem}.notif-icon{font-size:1.2rem}.notif-title{font-size:.9rem}.notif-query{font-size:.8rem;max-width:100%}.notif-meta{font-size:.75rem;gap:.5rem}.notif-badge{font-size:.7rem;padding:.2rem .5rem}.no-notif{padding:2rem 1rem}.no-notif .no-notif-icon{font-size:2.5rem}}@media (max-width:480px){.notifications-page h1{font-size:1.1rem;margin-bottom:.75rem}.notif-summary{gap:.6rem}.notif-summary-box{border-radius:6px;padding:.75rem}.notif-summary-num{font-size:1.5rem}.notif-summary-label{font-size:.75rem}.notif-item{gap:.5rem;padding:.6rem .75rem}.notif-icon{font-size:1rem}.notif-title{font-size:.85rem}.notif-query{font-size:.75rem}.notif-meta{font-size:.7rem;gap:.3rem}.no-notif{padding:1.5rem .5rem}.no-notif .no-notif-icon{font-size:2rem}.no-notif p{font-size:.9rem}}.followups-page{padding:0}.followups-page h1{color:#e0e0e0;font-size:1.8rem;margin-bottom:1.5rem}.followups-filters{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.followups-filters input,.followups-filters select{margin-bottom:0;min-width:160px;transition:all .3s ease;width:auto}.followups-filters input:focus,.followups-filters select:focus{border-color:#667eea}.followups-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:1.5rem}.fu-stat{background:#2a2a2a;border:1px solid #333;border-radius:8px;padding:1rem;text-align:center;transition:all .3s ease}.fu-stat:hover{border-color:#667eea;transform:translateY(-2px)}.fu-stat-num{color:#e0e0e0;font-size:1.8rem;font-weight:700;line-height:1}.fu-stat-num.overdue{color:#ff6b6b}.fu-stat-num.today{color:gold}.fu-stat-num.upcoming{color:#4caf50}.fu-stat-label{color:#999;font-size:.8rem;margin-top:.4rem}.followup-group{margin-bottom:2rem}.followup-group-title{border-bottom:1px solid #333;color:#777;font-size:.8rem;font-weight:700;letter-spacing:.08em;margin-bottom:.75rem;padding-bottom:.5rem;text-transform:uppercase}.followup-cards{display:flex;flex-direction:column;gap:.6rem}.followup-card{grid-gap:1rem;align-items:start;background:#2a2a2a;border:1px solid #333;border-radius:8px;display:grid;gap:1rem;grid-template-columns:auto 1fr auto;padding:1rem 1.2rem;transition:all .2s ease}.followup-card:hover{background:#333;border-color:#667eea;transform:translateX(2px)}.followup-card.overdue{border-left:4px solid #ff6b6b}.followup-card.today{border-left:4px solid gold}.followup-card.upcoming{border-left:4px solid #4caf50}.followup-card.no-date{border-left:4px solid #555}.followup-date-col{min-width:80px;text-align:center}.followup-date-day{color:#e0e0e0;font-size:1.5rem;font-weight:700;line-height:1}.followup-date-month{color:#777;font-size:.7rem;text-transform:uppercase}.followup-card.overdue .followup-date-day{color:#ff6b6b}.followup-card.today .followup-date-day{color:gold}.followup-card.upcoming .followup-date-day{color:#4caf50}.followup-body{min-width:0}.followup-note{color:#e0e0e0;font-size:.9rem;margin-bottom:.4rem;word-break:break-word}.followup-lead-query{color:#aaa;font-size:.8rem;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.followup-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.4rem}.followup-tag{background:#333;border-radius:10px;color:#999;font-size:.72rem;padding:.15rem .5rem}.followup-status-col{flex-shrink:0}.fu-badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;padding:.3rem .65rem;white-space:nowrap}.fu-badge.overdue{background:#ff6b6b33;color:#ff6b6b}.fu-badge.today{background:#ffd70033;color:gold}.fu-badge.upcoming{background:#4caf5033;color:#4caf50}.fu-badge.no-date{background:#333;color:#777}@media (max-width:1024px){.followups-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.followups-page h1{font-size:1.3rem;margin-bottom:1rem}.followups-filters{flex-direction:column}.followups-filters input,.followups-filters select{font-size:16px;min-width:auto;width:100%}.followups-stats{gap:.75rem;grid-template-columns:1fr}.fu-stat{padding:.75rem}.fu-stat-num{font-size:1.5rem}.fu-stat-label{font-size:.75rem}.followup-group{margin-bottom:1.5rem}.followup-card{gap:.75rem;grid-template-columns:1fr;padding:.75rem 1rem}.followup-date-col{align-items:center;display:flex;gap:.5rem;min-width:auto}.followup-date-day{font-size:1.3rem}.followup-lead-query{max-width:100%}.followup-note{font-size:.85rem}.fu-badge{font-size:.7rem;padding:.25rem .5rem}}@media (max-width:480px){.followups-page h1{font-size:1.1rem;margin-bottom:.75rem}.followups-filters{gap:.5rem}.followups-filters input,.followups-filters select{font-size:16px;padding:.5rem}.followups-stats{gap:.6rem;grid-template-columns:1fr}.fu-stat{border-radius:6px;padding:.6rem}.fu-stat-num{font-size:1.3rem}.fu-stat-label{font-size:.7rem;margin-top:.2rem}.followup-group-title{font-size:.75rem;margin-bottom:.5rem}.followup-cards{gap:.4rem}.followup-card{border-radius:6px;gap:.5rem;padding:.6rem .75rem}.followup-date-col{gap:.3rem;text-align:left}.followup-date-day{font-size:1.1rem}.followup-date-month{font-size:.65rem}.followup-note{font-size:.8rem}.followup-lead-query{font-size:.75rem}.followup-meta{gap:.3rem}.followup-tag{font-size:.65rem;padding:.1rem .4rem}.fu-badge{font-size:.65rem;padding:.2rem .4rem}}.analytics-page{padding:0}.analytics-page h1{color:#e0e0e0;font-size:1.8rem;margin-bottom:1.5rem}.analytics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin-bottom:1.5rem}.analytics-card{background:#2a2a2a;border:1px solid #333;border-radius:8px;padding:1.5rem;transition:all .3s ease}.analytics-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.analytics-card h3{border-bottom:1px solid #333;color:#e0e0e0;font-size:1rem;font-weight:600;margin-bottom:1.2rem;padding-bottom:.6rem}.trend-chart{align-items:flex-end;gap:4px;height:140px;overflow-x:auto;padding-bottom:24px}.trend-bar-wrap,.trend-chart{display:flex;position:relative}.trend-bar-wrap{align-items:center;flex:1 1;flex-direction:column;height:100%;justify-content:flex-end;min-width:30px}.trend-bar{background:linear-gradient(180deg,#667eea,#764ba2);border-radius:3px 3px 0 0;cursor:pointer;min-height:4px;position:relative;transition:opacity .2s ease;width:100%}.trend-bar:hover{filter:brightness(1.1);opacity:.85}.trend-bar-tip{background:#444;border-radius:4px;bottom:calc(100% + 4px);box-shadow:0 2px 8px #00000080;color:#e0e0e0;display:none;font-size:.7rem;left:50%;padding:4px 8px;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:10}.trend-bar-wrap:hover .trend-bar-tip{display:block}.trend-date{bottom:-20px;color:#666;font-size:.6rem;left:50%;position:absolute;transform:rotate(-45deg);transform-origin:top left;white-space:nowrap}.trend-empty{color:#666;font-size:.9rem;padding:2rem;text-align:center}.bar-chart{display:flex;flex-direction:column;gap:.65rem}.bar-row{align-items:center;display:flex;gap:.75rem;transition:all .2s ease}.bar-row:hover{transform:translateX(2px)}.bar-label{color:#ccc;flex-shrink:0;font-size:.8rem;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:110px}.bar-track{background:#1a1a1a;border:1px solid #333;border-radius:4px;flex:1 1;height:22px;overflow:hidden}.bar-fill{align-items:center;border-radius:3px;color:#ffffffe6;display:flex;font-size:.75rem;font-weight:600;height:100%;min-width:22px;padding-left:6px;transition:width .5s ease}.bar-fill.country{background:linear-gradient(90deg,#667eea,#764ba2)}.bar-fill.decision-registered,.bar-fill.program{background:linear-gradient(90deg,#4caf50,#2e7d32)}.bar-fill.decision-visit{background:linear-gradient(90deg,#667eea,#764ba2)}.bar-fill.decision-postponed{background:linear-gradient(90deg,gold,#f57f17)}.bar-fill.decision-closed{background:linear-gradient(90deg,#ff6b6b,#c62828)}.bar-fill.decision-default{background:#444}.bar-count{color:#999;flex-shrink:0;font-size:.8rem;text-align:right;width:32px}.analytics-kpi-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:1.5rem}.analytics-kpi{background:#2a2a2a;border:1px solid #333;border-radius:8px;padding:1rem;text-align:center;transition:all .3s ease}.analytics-kpi:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}.analytics-kpi-num{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;line-height:1}.analytics-kpi-label{color:#999;font-size:.8rem;margin-top:.5rem}@media (max-width:1024px){.analytics-grid{grid-template-columns:1fr}.analytics-card{padding:1.2rem}.analytics-kpi-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.analytics-page h1{font-size:1.3rem;margin-bottom:1rem}.analytics-grid{gap:1rem;grid-template-columns:1fr}.analytics-card{padding:1rem}.analytics-card h3{font-size:.95rem;margin-bottom:1rem}.trend-chart{height:120px}.bar-label{font-size:.75rem;width:70px}.bar-fill{font-size:.7rem}.bar-count{font-size:.75rem}.bar-row{gap:.5rem}.analytics-kpi-row{gap:.75rem;grid-template-columns:repeat(2,1fr)}.analytics-kpi{padding:.75rem}.analytics-kpi-num{font-size:1.5rem}.analytics-kpi-label{font-size:.7rem;margin-top:.3rem}}@media (max-width:480px){.analytics-page h1{font-size:1.1rem;margin-bottom:.75rem}.analytics-grid{gap:.75rem}.analytics-card{border-radius:6px;padding:.75rem}.analytics-card h3{font-size:.85rem;margin-bottom:.75rem;padding-bottom:.5rem}.trend-chart{gap:3px;height:100px;padding-bottom:20px}.trend-bar-wrap{min-width:20px}.trend-date{bottom:-15px;font-size:.5rem}.bar-label{font-size:.65rem;width:60px}.bar-track{height:18px}.bar-fill{font-size:.65rem;padding-left:4px}.bar-count{font-size:.65rem;width:28px}.analytics-kpi-row{gap:.6rem;grid-template-columns:1fr}.analytics-kpi{padding:.6rem}.analytics-kpi-num{font-size:1.3rem}.analytics-kpi-label{font-size:.65rem;margin-top:.2rem}}.programs-page{color:#f8fafc;min-height:100vh;padding:1.5rem}.catalog-top-banner{align-items:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;display:flex;justify-content:space-between;margin-bottom:3rem;padding:1.5rem}.brand-header{align-items:center;display:flex;gap:1rem}.brand-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.brand-text h2{font-size:1.5rem;font-weight:900;letter-spacing:2px;margin:0}.brand-text p{color:#64748b;font-size:.8rem;margin:0}.header-controls{align-items:center;display:flex;gap:1rem}.card-wrapper{height:100%}.card-wrapper,.glass-card{display:flex;flex-direction:column}.glass-card{background:#1a1b21;border:1px solid #333;border-radius:12px;flex:1 1;min-height:250px;overflow:hidden;padding:1.25rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.glass-tag{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#6366f126;border:1px solid #6366f14d;color:#818cf8}.jeewa-brand-text{color:#94a3b8;font-size:.75rem;font-weight:800;letter-spacing:1.5px;margin-bottom:.5rem;text-transform:uppercase}.success-bottom-tag{border-radius:6px;display:inline-block;font-size:.8rem;font-weight:700;padding:.4rem .8rem;text-align:center;width:100%}.status-high{background:#22c55e26;border:1px solid #22c55e4d;color:#4ade80}.status-medium{background:#eab30826;border:1px solid #eab3084d;color:#facc15}.status-low{background:#ef444426;border:1px solid #ef44444d;color:#f87171}.status-not-advisable{background:#64748b26;border:1px solid #64748b4d;color:#94a3b8}.status-gray{background:#ffffff0d;border:1px solid #ffffff1a;color:#cbd5e1}.card-title{color:#fff;font-size:1.8rem;font-weight:800;margin:.8rem 0 .3rem}.card-country{color:#94a3b8;font-size:1.1rem;margin-bottom:2rem}.compact-stats{border-bottom:1px solid #ffffff0d;border-top:1px solid #ffffff0d;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 0;position:relative;z-index:2}.compact-stat{align-items:center;display:flex;justify-content:space-between}.stat-label{color:#64748b;display:inline-block;font-size:.8rem;text-transform:uppercase}.stat-value{color:#fff;font-size:1rem;font-weight:700;text-align:right}.stat-value.cost{color:#a5b4fc}.elig-header{align-items:center;color:#cbd5e1;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1rem}.eligibility-list{display:flex;flex-direction:column;gap:.8rem}.elig-line-item{align-items:flex-start;color:#e2e8f0;display:flex;font-size:.95rem;gap:.8rem;line-height:1.4}.elig-line-item .bullet{color:#6366f1;font-size:.8rem}.action-bar-glass{background:#15161b;border:1px solid #333;border-radius:12px;display:flex;gap:.8rem;margin-top:1rem;padding:.8rem;z-index:10}.action-btn{align-items:center;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.85rem;font-weight:700;gap:.4rem;justify-content:center;padding:.7rem;transition:.2s}.action-btn.download{background:#3730a3;border:1px solid #4338ca;color:#fff}.action-btn.whatsapp{background:#166534;border:1px solid #15803d;color:#fff}.action-btn.copy{background:#3f3f46;border:1px solid #52525b;color:#fff}.action-btn:hover{opacity:.9;transform:translateY(-2px)}.glass-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}@media (max-width:768px){.catalog-top-banner{flex-direction:column;gap:1.5rem;text-align:center}.header-controls{flex-direction:column;width:100%}}.logs-page{padding:0}.logs-page h1{color:#e0e0e0;font-size:1.8rem;margin-bottom:1.5rem}.logs-filters{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.logs-filters input,.logs-filters select{margin-bottom:0;min-width:160px;transition:all .3s ease;width:auto}.logs-filters input:focus,.logs-filters select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.logs-count{color:#777;font-size:.85rem;margin-bottom:.75rem}.logs-table-wrap{border:1px solid #333;border-radius:8px;box-shadow:0 1px 3px #00000080;overflow-x:auto}.logs-table-wrap table{margin-top:0;min-width:700px}.logs-table-wrap th{background:#252525;color:#aaa;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.logs-table-wrap td{font-size:.85rem;vertical-align:middle;word-break:break-word}.logs-table-wrap tr:hover{background-color:#667eea1a}.log-action-badge{border-radius:10px;display:inline-block;font-size:.72rem;font-weight:600;padding:.25rem .6rem;white-space:nowrap}.log-action-badge.lead_created{background:#4caf5033;color:#4caf50}.log-action-badge.field_update{background:#667eea33;color:#667eea}.log-action-badge.note_added{background:#ffd70033;color:gold}.log-action-badge.default{background:#333;color:#999}.log-lead-query{color:#aaa;max-width:240px}.log-lead-query,.log-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.log-value{color:#888;font-size:.78rem;max-width:160px}.logs-empty{color:#666;padding:3rem;text-align:center}@media (max-width:1024px){.logs-filters{gap:.75rem}.logs-table-wrap table{font-size:.8rem}.logs-table-wrap td,.logs-table-wrap th{padding:.6rem}}@media (max-width:768px){.logs-page h1{font-size:1.3rem;margin-bottom:1rem}.logs-filters{flex-direction:column;gap:.75rem}.logs-filters input,.logs-filters select{font-size:16px;min-width:auto;width:100%}.logs-count{font-size:.8rem}.logs-table-wrap table{font-size:.75rem;min-width:600px}.logs-table-wrap th{font-size:.7rem;padding:.5rem}.logs-table-wrap td{font-size:.8rem;padding:.5rem .3rem}.log-action-badge{font-size:.65rem;padding:.2rem .4rem}.log-lead-query{font-size:.75rem;max-width:150px}.log-value{font-size:.7rem;max-width:120px}.logs-empty{padding:2rem 1rem}}@media (max-width:480px){.logs-page h1{font-size:1.1rem;margin-bottom:.75rem}.logs-filters{flex-direction:column;gap:.5rem}.logs-filters input,.logs-filters select{font-size:16px;padding:.5rem;width:100%}.logs-count{font-size:.75rem}.logs-table-wrap{border-radius:6px}.logs-table-wrap table{font-size:.7rem;min-width:500px}.logs-table-wrap th{font-size:.65rem;padding:.4rem .2rem}.logs-table-wrap td{font-size:.7rem;padding:.3rem .15rem}.log-action-badge{font-size:.6rem;padding:.15rem .3rem}.log-lead-query{font-size:.65rem;max-width:100px}.log-value{font-size:.65rem;max-width:80px}.logs-empty{padding:1.5rem .5rem}}.settings-page{max-width:680px;padding:0}.settings-page h1{color:#e0e0e0;font-size:1.8rem;margin-bottom:1.5rem}.settings-section{background:#2a2a2a;border:1px solid #333;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.settings-section:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.settings-section h2{align-items:center;border-bottom:1px solid #333;color:#e0e0e0;display:flex;font-size:1.05rem;font-weight:600;gap:.5rem;margin-bottom:1.2rem;padding-bottom:.6rem}.profile-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.profile-field{transition:all .2s ease}.profile-field label{color:#777;display:block;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin-bottom:.3rem;text-transform:uppercase}.profile-field .profile-value{border-bottom:1px solid #333;color:#e0e0e0;font-size:.95rem;padding:.5rem 0;word-break:break-word}.role-badge{border-radius:12px;display:inline-block;font-size:.8rem;font-weight:600;padding:.3rem .75rem}.role-badge.admin{background:#667eea33;color:#667eea}.role-badge.staff{background:#4caf5033;color:#4caf50}.pw-form{display:flex;flex-direction:column;gap:0}.pw-form label{color:#ccc;font-size:.85rem;font-weight:600;margin-bottom:.4rem;margin-top:.75rem}.pw-form input{margin-bottom:0;transition:all .3s ease}.pw-strength{display:flex;gap:4px;margin:.5rem 0}.pw-strength-bar{background:#333;border-radius:2px;flex:1 1;height:4px;transition:all .3s ease}.pw-strength-bar.weak{background:#ff6b6b}.pw-strength-bar.medium{background:gold}.pw-strength-bar.strong{background:#4caf50}.pw-strength-label{color:#777;font-size:.75rem;margin-bottom:.75rem}.settings-submit-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.settings-submit-row .btn{min-width:120px}.settings-info-row{align-items:flex-start;background:#1e3a5f;border-radius:6px;color:#90caf9;display:flex;font-size:.85rem;gap:.5rem;line-height:1.4;margin-bottom:1rem;padding:.75rem}@media (max-width:768px){.settings-page{max-width:100%}.settings-page h1{font-size:1.3rem;margin-bottom:1.2rem}.settings-section{margin-bottom:1.2rem;padding:1.2rem}.settings-section h2{font-size:1rem;margin-bottom:1rem}.profile-grid{gap:.75rem;grid-template-columns:1fr}.profile-field label{font-size:.75rem}.profile-field .profile-value{font-size:.9rem}.role-badge{font-size:.75rem;padding:.25rem .6rem}.pw-form label{font-size:.8rem}.settings-submit-row{gap:.75rem}.settings-submit-row .btn{flex:1 1;min-width:auto}.settings-info-row{font-size:.8rem;padding:.6rem}}@media (max-width:480px){.settings-page h1{font-size:1.1rem;margin-bottom:1rem}.settings-section{margin-bottom:1rem;padding:1rem}.settings-section h2{font-size:.95rem;margin-bottom:.9rem;padding-bottom:.5rem}.profile-field label{font-size:.7rem;margin-bottom:.2rem}.profile-field .profile-value{font-size:.85rem;padding:.4rem 0}.role-badge{font-size:.7rem;padding:.2rem .5rem}.pw-form label{font-size:.75rem;margin-bottom:.3rem;margin-top:.5rem}.pw-strength{margin:.4rem 0}.pw-strength-bar{height:3px}.pw-strength-label{font-size:.7rem}.settings-submit-row{flex-direction:column;gap:.6rem;margin-top:.75rem}.settings-submit-row .btn{font-size:.85rem;padding:.6rem 1rem;width:100%}.settings-info-row{font-size:.75rem;gap:.3rem;padding:.5rem}}
/*# sourceMappingURL=main.e9265585.css.map*/