.app-layout-container{overflow:hidden!important}.app-layout-container>main{overflow-y:scroll!important;overflow-x:hidden!important}.main-dashboard-scroll{overflow-y:scroll!important;overflow-x:hidden!important;scrollbar-gutter:stable!important;-ms-overflow-style:scrollbar!important;box-sizing:border-box!important;position:relative!important}#main-dashboard-scroll::-webkit-scrollbar{width:14px!important;-webkit-appearance:none!important;display:block!important;background:transparent!important}#main-dashboard-scroll::-webkit-scrollbar:vertical{width:14px!important}#main-dashboard-scroll::-webkit-scrollbar:horizontal{height:0!important;display:none!important}#main-dashboard-scroll::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:8px!important;margin:2px!important;border:none!important}#main-dashboard-scroll::-webkit-scrollbar-thumb{background:#94a3b8!important;border-radius:8px!important;border:2px solid #f1f5f9!important;min-height:60px!important;transition:all .3s ease!important}#main-dashboard-scroll::-webkit-scrollbar-thumb:hover{background:#64748b!important}#main-dashboard-scroll::-webkit-scrollbar-thumb:active{background:#475569!important}#main-dashboard-scroll::-webkit-scrollbar-corner{background:#f1f5f9!important}main.main-dashboard-scroll::-webkit-scrollbar{width:14px!important;-webkit-appearance:none!important;display:block!important;background:transparent!important}main.main-dashboard-scroll::-webkit-scrollbar:vertical{width:14px!important}main.main-dashboard-scroll::-webkit-scrollbar:horizontal{height:0!important;display:none!important}main.main-dashboard-scroll::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:8px!important;margin:2px!important;border:none!important}main.main-dashboard-scroll::-webkit-scrollbar-thumb{background:#94a3b8!important;border-radius:8px!important;border:2px solid #f1f5f9!important;min-height:60px!important;transition:all .3s ease!important}main.main-dashboard-scroll::-webkit-scrollbar-thumb:hover{background:#64748b!important}main.main-dashboard-scroll::-webkit-scrollbar-thumb:active{background:#475569!important}main.main-dashboard-scroll::-webkit-scrollbar-corner{background:#f1f5f9!important}@-moz-document url-prefix(){#main-dashboard-scroll,main.main-dashboard-scroll{scrollbar-width:auto!important;scrollbar-color:#94a3b8 #f1f5f9!important}}.cadastro-container{width:100%;max-width:100%;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;padding-bottom:48px}.cadastro-header{margin-bottom:32px}.cadastro-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 8px;line-height:1.2}.cadastro-subtitle{font-size:1rem;color:#64748b;margin:0;line-height:1.5}.msg{padding:14px 18px;border-radius:12px;margin-bottom:24px;font-weight:500;font-size:.9rem;box-shadow:0 1px 2px #0f172a14}.msg-success{background:#10b9811f;color:#065f46;border:1px solid rgba(16,185,129,.3)}.msg-error{background:#f871711f;color:#b91c1c;border:1px solid rgba(234,88,12,.3)}.cadastro-form{display:flex;flex-direction:column;gap:24px}.section-gray:before{background:linear-gradient(135deg,#94a3b8,#cbd5e1)}.section-teal:before{background:linear-gradient(135deg,#14b8a6,#5eead4)}.section-icon-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.form-section:hover .section-icon-wrapper:before{opacity:1}.icon-gray{background:#cbd5e1;color:#fff}.icon-teal{background:#5eead4;color:#fff}.section-gray .section-title{background:linear-gradient(135deg,#475569,#64748b,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-teal .section-title{background:linear-gradient(135deg,#0d9488,#14b8a6,#5eead4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px 16px;width:100%;box-sizing:border-box;position:relative;z-index:1}.form-group{display:flex;flex-direction:column;gap:6px;flex:0 1 auto;box-sizing:border-box;min-width:0}.form-group-full{flex:1 0 100%}.form-group label{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:4px}.form-group input[type=text],.form-group input[type=tel],.form-group input[type=email],.form-group input[type=search],.form-group input[type=url],.form-group input[type=number],.form-group input[type=date],.form-group input[type=datetime-local],.form-group select,.form-group textarea{align-self:flex-start;field-sizing:content;width:auto;min-width:10rem;max-width:22rem;padding:10px 14px;border:1px solid rgba(148,163,184,.3);border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;color:#0f172a;transition:all .2s ease;box-sizing:border-box}.form-group select{min-width:8rem;max-width:14rem}.form-group input[type=number]{min-width:5rem;max-width:8rem}.form-group input[type=tel]{min-width:9rem;max-width:12rem}.form-group input[type=date],.form-group input[type=datetime-local]{max-width:13rem}.form-group-full input[type=text],.form-group-full input[type=tel],.form-group-full input[type=email],.form-group-full input[type=search],.form-group-full input[type=url],.form-group-full input[type=number],.form-group-full input[type=date],.form-group-full input[type=datetime-local],.form-group-full select,.form-group-full textarea{align-self:stretch;field-sizing:fixed;width:100%;max-width:100%}.form-group textarea{min-width:18rem;min-height:80px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:80px}.form-group small{font-size:.75rem;color:#64748b;margin-top:-4px}.input-error{border-color:#ef4444!important;background-color:#ef44440d!important}.input-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #ef44441a!important}.input-focus-error{border-color:#dc2626!important;box-shadow:0 0 0 3px #ef444433!important;transition:box-shadow .2s ease,border-color .2s ease}.error-hint{color:#dc2626!important;font-weight:600;display:block;margin-top:4px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:24px;padding-bottom:24px;margin-bottom:24px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-warning{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;box-shadow:0 4px 12px #f59e0b4d}.btn-warning:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66}.btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #dc262666}.modal-content{background:#fff;border-radius:18px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d,0 0 1px #94a3b866;border:1px solid rgba(148,163,184,.15)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(148,163,184,.15);background:#f8fafc80}.modal-header h3{margin:0;color:#dc3545;font-size:1.5rem;font-weight:700}.modal-close{background:transparent;border:none;font-size:32px;cursor:pointer;color:#64748b;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.modal-close:hover{background-color:#f8fafce6;color:#0f172a}.modal-body{padding:24px}.modal-body>p{margin-bottom:20px;color:#475569;font-size:.95rem;line-height:1.6}.duplicata-comparison{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.duplicata-section{background:#f8fafccc;padding:20px;border-radius:12px;border:1px solid rgba(148,163,184,.2)}.duplicata-section h4{margin:0 0 16px;color:#0f172a;font-size:1rem;font-weight:600}.duplicata-info{font-size:.875rem;line-height:1.6}.duplicata-info p{margin:10px 0;color:#64748b}.duplicata-info strong{color:#0f172a;margin-right:8px;font-weight:600}.modal-actions{display:flex;gap:12px;flex-wrap:wrap;padding-top:20px;border-top:1px solid rgba(148,163,184,.15)}@media (max-width: 1024px){.form-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width: 768px){.form-grid{grid-template-columns:1fr;gap:16px}.form-section{padding:20px}.section-header{flex-direction:column;align-items:flex-start;gap:14px;padding-bottom:12px}.section-icon-wrapper{width:56px;height:56px;border-radius:14px}.section-icon-wrapper svg{width:28px;height:28px}.section-title,.cadastro-title{font-size:1.5rem}.duplicata-comparison{grid-template-columns:1fr}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.modal-success{max-width:450px;text-align:center;padding:0;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff0d inset;animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1)}.modal-success-header{background:linear-gradient(135deg,#10b981,#059669,#047857);padding:48px 32px 32px;position:relative;overflow:hidden}.modal-success-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}.modal-success-icon{width:100px;height:100px;border-radius:50%;background:#fff;color:#10b981;display:flex;align-items:center;justify-content:center;font-size:56px;font-weight:700;margin:0 auto 24px;box-shadow:0 10px 30px #10b9814d,0 0 0 4px #fff3 inset;position:relative;z-index:1;animation:successPop .6s cubic-bezier(.34,1.56,.64,1)}.modal-success-icon:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;border:3px solid rgba(255,255,255,.3);animation:ripple 1.5s ease-out infinite}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(1.3);opacity:0}}@keyframes successPop{0%{transform:scale(0) rotate(-180deg);opacity:0}60%{transform:scale(1.15) rotate(10deg)}80%{transform:scale(.95) rotate(-5deg)}to{transform:scale(1) rotate(0);opacity:1}}.modal-success-body{padding:32px 32px 40px}.modal-success-title{margin:0 0 12px;background:linear-gradient(135deg,#059669,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2rem;font-weight:800;letter-spacing:-.02em}.modal-success-message{margin:0 0 32px;color:#64748b;font-size:1.05rem;line-height:1.7;font-weight:500}.modal-success-button{min-width:140px;padding:14px 32px;font-size:1rem;font-weight:600;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 14px #10b98166;transition:all .3s ease;position:relative;overflow:hidden}.modal-success-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.modal-success-button:hover:before{left:100%}.modal-success-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98180}.modal-success-button:active{transform:translateY(0)}.cadastro-container{position:relative}.modular-toggle{position:absolute;top:50%;right:100%;transform:translateY(-50%);z-index:1;pointer-events:auto;display:inline-flex;align-items:center;gap:8px;padding:14px 16px 14px 18px;border:1px solid rgba(148,163,184,.3);border-right:none;border-radius:16px 0 0 16px;background:linear-gradient(135deg,#fff,#f8fafc);color:#1e293b;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:-6px 4px 18px #0f172a14;transition:background .15s ease,color .15s ease,box-shadow .2s ease}.modular-toggle:before{content:"";width:4px;height:24px;border-radius:4px;background:linear-gradient(180deg,#2563eb,#7c3aed);flex-shrink:0}.modular-toggle:hover{color:#1d4ed8;box-shadow:-10px 4px 28px #0f172a1f,0 0 0 1px #2563eb2e}.modular-toggle-arrow{font-size:1.4rem;line-height:1;color:#2563eb;transition:transform .2s ease}.modular-toggle--open .modular-toggle-arrow{color:#7c3aed}@media (max-width: 720px){.modular-toggle-label{display:none}.modular-toggle{padding:12px}}.modular-panel{position:fixed;top:0;right:0;z-index:50;width:320px;height:100vh;overflow:visible;border-left:1px solid rgba(148,163,184,.25);background:radial-gradient(circle at 90% 0%,rgba(124,58,237,.06),transparent 60%),radial-gradient(circle at 10% 100%,rgba(37,99,235,.05),transparent 55%),#fffffffa;box-shadow:-8px 0 22px #0f172a12;transform:translate(100%);transition:transform .25s ease;pointer-events:none;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif}.modular-panel--open{transform:translate(0);pointer-events:auto}.modular-panel-inner{height:100%;overflow-y:auto;overflow-x:hidden;padding:0 18px 24px;pointer-events:inherit}.modular-panel-header{position:sticky;top:0;z-index:1;margin:0 -18px 14px;padding:20px 18px 14px;background:linear-gradient(180deg,#fffffffa,#ffffffeb);border-bottom:1px solid rgba(148,163,184,.2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.modular-panel-header-top{display:flex;align-items:center;gap:12px}.modular-panel-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#2563eb1f,#7c3aed1f);color:#2563eb;flex-shrink:0}.modular-panel-title{font-size:.95rem;font-weight:700;color:#0f172a;line-height:1.1;letter-spacing:-.005em}.modular-panel-hint{margin-top:2px;font-size:.72rem;color:#64748b}.modular-panel-close{flex-shrink:0;align-self:flex-start;border:none;background:transparent;color:#94a3b8;font-size:1.4rem;line-height:1;cursor:pointer;padding:2px 8px 4px;border-radius:8px;transition:background .15s ease,color .15s ease;font-family:inherit}.modular-panel-close:hover{background:#94a3b81f;color:#475569}.modular-panel-section{padding:12px 12px 12px 14px;margin-bottom:10px;border-radius:12px;background:#ffffffb3;border:1px solid rgba(148,163,184,.18);border-left:3px solid #94a3b8}.modular-panel-section[data-section-key=info-basicas]{border-left-color:#2563eb}.modular-panel-section[data-section-key=perfil-metricas]{border-left-color:#7c3aed}.modular-panel-section[data-section-key=relacionamento]{border-left-color:#ea580c}.modular-panel-section[data-section-key=interacao]{border-left-color:#0d9488}.modular-panel-section[data-section-key=extras]{border-left-color:#94a3b8;background:#f8fafcb3}.modular-panel-section-title{font-size:.7rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.modular-panel-section[data-section-key=info-basicas] .modular-panel-section-title{color:#1d4ed8}.modular-panel-section[data-section-key=perfil-metricas] .modular-panel-section-title{color:#6d28d9}.modular-panel-section[data-section-key=relacionamento] .modular-panel-section-title{color:#c2410c}.modular-panel-section[data-section-key=interacao] .modular-panel-section-title{color:#0d9488}.modular-panel-chips{display:flex;flex-wrap:wrap;gap:6px}.modular-chip{display:inline-flex;align-items:center;gap:4px;padding:6px 11px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#fff;color:#334155;font-family:inherit;font-size:.78rem;font-weight:500;line-height:1.1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .12s ease,box-shadow .15s ease}.modular-chip:hover{background:#2563eb0f;border-color:#2563eb66;color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 10px #2563eb14}.modular-chip--active{background:linear-gradient(135deg,#2563eb24,#7c3aed1f);border-color:#2563eb8c;color:#1d4ed8;font-weight:600;box-shadow:0 4px 10px #2563eb1a}.modular-panel-section[data-section-key=perfil-metricas] .modular-chip:hover{background:#7c3aed0f;border-color:#7c3aed66;color:#6d28d9}.modular-panel-section[data-section-key=perfil-metricas] .modular-chip--active{background:linear-gradient(135deg,#7c3aed24,#a855f71f);border-color:#7c3aed8c;color:#6d28d9}.modular-chip--section{border-style:dashed}.modular-chip--section.modular-chip--active{border-style:solid}@keyframes modularFlash{0%{box-shadow:0 0 #2563eb73;background-color:#2563eb14}60%{box-shadow:0 0 0 6px #2563eb0a;background-color:#2563eb0a}to{box-shadow:0 0 #2563eb00;background-color:transparent}}.modular-field.modular-just-added,.modular-section.modular-just-added{border-radius:12px;animation:modularFlash 1.4s ease-out}html[data-theme=dark] .cadastro-title{color:#f4f6fb}html[data-theme=dark] .cadastro-subtitle{color:#8b95a8}.cadastro-action-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.cadastro-action-bar-left{display:inline-flex;flex-wrap:wrap;align-items:center;gap:12px}.cadastro-fieldset{border:none;padding:0;margin:0;min-width:0}.cadastro-fieldset[disabled] input[type=text],.cadastro-fieldset[disabled] input[type=tel],.cadastro-fieldset[disabled] input[type=email],.cadastro-fieldset[disabled] input[type=search],.cadastro-fieldset[disabled] input[type=url],.cadastro-fieldset[disabled] input[type=number],.cadastro-fieldset[disabled] input[type=date],.cadastro-fieldset[disabled] input[type=datetime-local],.cadastro-fieldset[disabled] select,.cadastro-fieldset[disabled] textarea{cursor:default;opacity:1;background:#f1f5f9;color:#1e293b;border-color:#94a3b840}.cadastro-fieldset[disabled] button{cursor:default;opacity:.55}.cadastro-fieldset[disabled] .tag-input-input{background:#f1f5f9;color:#1e293b;cursor:default}.cadastro-fieldset[disabled] .tag-input-chip{opacity:.85}.cadastro-fieldset[disabled] input[type=checkbox],.cadastro-fieldset[disabled] input[type=radio]{cursor:default;opacity:.7}html[data-theme=dark] .cadastro-fieldset[disabled] input[type=text],html[data-theme=dark] .cadastro-fieldset[disabled] input[type=tel],html[data-theme=dark] .cadastro-fieldset[disabled] input[type=email],html[data-theme=dark] .cadastro-fieldset[disabled] input[type=search],html[data-theme=dark] .cadastro-fieldset[disabled] input[type=url],html[data-theme=dark] .cadastro-fieldset[disabled] input[type=number],html[data-theme=dark] .cadastro-fieldset[disabled] input[type=date],html[data-theme=dark] .cadastro-fieldset[disabled] input[type=datetime-local],html[data-theme=dark] .cadastro-fieldset[disabled] select,html[data-theme=dark] .cadastro-fieldset[disabled] textarea,html[data-theme=dark] .cadastro-fieldset[disabled] .tag-input-input{background:#ffffff0a;color:#cbd5e1;border-color:#ffffff1a}.tag-input{display:flex;flex-direction:column;gap:8px;align-self:flex-start;width:auto;max-width:32rem}.tag-input-chips{display:flex;flex-wrap:wrap;gap:6px}.tag-input-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 4px 4px 10px;background:#2563eb1a;border:1px solid rgba(37,99,235,.35);color:#1d4ed8;border-radius:999px;font-size:.82rem;font-weight:500;line-height:1.3;max-width:16rem}.tag-input-chip-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag-input-chip-x{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:inherit;cursor:pointer;font-size:1rem;line-height:1;border-radius:50%;font-family:inherit;transition:background .12s ease}.tag-input-chip-x:hover{background:#2563eb38}.tag-input-controls{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.tag-input-input{field-sizing:content;align-self:flex-start;width:auto;min-width:14rem;max-width:20rem;padding:8px 12px;border:1px solid rgba(148,163,184,.3);border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;color:#0f172a;box-sizing:border-box}.tag-input-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.tag-input-add{flex-shrink:0;padding:8px 14px;background:#2563eb1a;border:1px solid rgba(37,99,235,.4);color:#1d4ed8;border-radius:8px;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease}.tag-input-add:hover:not(:disabled){background:#2563eb33;border-color:#2563eba6;color:#1e3a8a}.tag-input-add:disabled{opacity:.5;cursor:not-allowed}html[data-theme=dark] .tag-input-chip{background:#60a5fa29;border-color:#60a5fa66;color:#bfdbfe}html[data-theme=dark] .tag-input-chip-x:hover{background:#60a5fa4d}html[data-theme=dark] .tag-input-input{background:#0000004d;color:#e8e8ec;border-color:#ffffff2e}html[data-theme=dark] .tag-input-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}html[data-theme=dark] .tag-input-add{background:#60a5fa24;border-color:#60a5fa66;color:#bfdbfe}html[data-theme=dark] .tag-input-add:hover:not(:disabled){background:#60a5fa40;border-color:#60a5faa6;color:#dbeafe}body.login-page{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 20%,#dff5ff,transparent 45%),radial-gradient(circle at 80% 0%,#e7edff,transparent 50%),linear-gradient(135deg,#eff8ff,#f6fbff,#fff);display:flex;align-items:center;justify-content:center;padding:32px;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;color:#0f172a}body.login-page #root{width:100%;max-width:420px;padding:0!important}.login-container{width:100%;background:#ffffffe6;border-radius:32px;padding:48px;box-shadow:0 20px 70px #0f172a2e,0 0 1px #94a3b866;position:relative;overflow:hidden}.login-container:after{content:"";position:absolute;inset:16px;border-radius:28px;border:1px solid rgba(148,163,184,.2);pointer-events:none}.login-form{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px}.login-field label{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.login-input-wrapper{margin-top:8px;display:flex;align-items:center;gap:10px;border:1px solid transparent;background:#fff;border-radius:16px;padding:14px 18px;box-shadow:0 1px 2px #0f172a14;transition:border .2s ease,box-shadow .2s ease}.login-input-wrapper:focus-within{border-color:#2563eb73;box-shadow:0 0 0 4px #3b82f614,0 10px 30px #0f172a14}.login-input-wrapper--error{border-color:#ea580c80!important;box-shadow:0 0 0 4px #ea580c1a,0 1px 2px #0f172a14!important}.login-input-wrapper--error:focus-within{border-color:#ea580c99!important;box-shadow:0 0 0 4px #ea580c26,0 10px 30px #0f172a14!important}.login-input-wrapper input{border:none;outline:none;font-size:1rem;width:100%;background:transparent;color:#0f172a;font-family:inherit}.login-input-wrapper svg{width:20px;height:20px;color:#94a3b8}.login-field-error{margin-top:6px;color:#ea580c;font-size:.85rem;display:flex;align-items:center;gap:6px;padding-left:4px}.login-field-error:before{content:"⚠";font-size:1rem}.login-error{color:#b91c1c;font-size:.9rem;text-align:center;background:#f871711f;border-radius:12px;padding:10px 14px}.login-submit{margin-top:8px;border:none;border-radius:18px;padding:16px;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;cursor:pointer;box-shadow:0 15px 30px #2563eb4d,0 0 1px #0f172a33;transition:transform .2s ease,box-shadow .2s ease}.login-submit:hover{transform:translateY(-2px);box-shadow:0 20px 40px #2563eb52,0 0 1px #0f172a40}.login-submit:active{transform:translateY(0)}.login-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width: 720px){body.login-page{padding:16px}.login-container{padding:32px 24px}}.table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;border:1px solid #e5e7eb;display:flex;flex-direction:column;max-height:75vh}.table-header-fixed{overflow-x:auto;overflow-y:hidden;position:relative;flex-shrink:0;border-bottom:2px solid #e2e8f0;scrollbar-width:none;-ms-overflow-style:none}.table-header-fixed::-webkit-scrollbar{height:0;width:0;display:none}.table-header-fixed .data-table{margin-bottom:0;min-width:max-content;width:100%}.table-body-scrollable{overflow-x:auto;overflow-y:auto;position:relative;flex:1;min-height:0}.table-body-scrollable .data-table{margin-top:0;min-width:max-content;width:100%}.table-wrapper{overflow-x:auto;overflow-y:auto;position:relative;flex:1;min-height:0}.table-body-scrollable::-webkit-scrollbar,.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar{height:12px!important;width:12px!important}.table-body-scrollable::-webkit-scrollbar-track,.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track{background:#e2e8f0!important;border-radius:6px!important;margin:2px!important}.table-body-scrollable::-webkit-scrollbar-thumb,.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb{background:#2563eb!important;border-radius:6px!important;border:2px solid #e2e8f0!important;min-width:20px!important;min-height:20px!important}.table-body-scrollable::-webkit-scrollbar-thumb:hover,.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:hover,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:hover{background:#1d4ed8!important;border-color:#cbd5e1!important}.table-body-scrollable::-webkit-scrollbar-thumb,div.table-body-scrollable::-webkit-scrollbar-thumb,div[class*=table-body]::-webkit-scrollbar-thumb{background:#2563eb!important;background-color:#2563eb!important}.table-body-scrollable::-webkit-scrollbar:horizontal,.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar:horizontal,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar:horizontal{height:12px!important}.table-body-scrollable::-webkit-scrollbar-track:horizontal,.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track:horizontal,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track:horizontal{background:#e2e8f0!important;border-radius:6px!important;margin:0 2px!important}.table-body-scrollable::-webkit-scrollbar-thumb:horizontal,.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:horizontal,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:horizontal{background:#2563eb!important;border-radius:6px!important;border:2px solid #e2e8f0!important;min-width:20px!important}.table-body-scrollable::-webkit-scrollbar-thumb:horizontal:hover,.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:horizontal:hover,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:horizontal:hover{background:#1d4ed8!important;border-color:#cbd5e1!important}.table-wrapper::-webkit-scrollbar,.main-dashboard-scroll .table-wrapper::-webkit-scrollbar{height:8px!important;width:8px!important}.table-wrapper::-webkit-scrollbar-track,.main-dashboard-scroll .table-wrapper::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:4px!important}.table-wrapper::-webkit-scrollbar-thumb,.main-dashboard-scroll .table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:4px!important}.table-wrapper::-webkit-scrollbar-thumb:hover,.main-dashboard-scroll .table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}@-moz-document url-prefix(){.table-body-scrollable,.main-dashboard-scroll .table-body-scrollable,main.main-dashboard-scroll .table-body-scrollable{scrollbar-width:auto!important;scrollbar-color:#2563eb #e2e8f0!important}.table-wrapper,.main-dashboard-scroll .table-wrapper,main.main-dashboard-scroll .table-wrapper{scrollbar-width:thin!important;scrollbar-color:#2563eb #e2e8f0!important}}.data-table{min-width:max-content;width:100%;border-collapse:collapse;table-layout:fixed;font-size:.875rem}.data-table thead{background:#334155;position:sticky;top:0;z-index:10;box-shadow:0 1px #1e293b}.table-body-scrollable .data-table thead{display:none}.data-table th{padding:14px 12px;text-align:left;font-weight:700;color:#fff;font-size:1rem;letter-spacing:0;text-transform:none;border-bottom:1px solid #1e293b;border-right:1px solid #475569;background:#334155;white-space:normal;position:relative;-webkit-user-select:none;user-select:none;transition:background-color .15s ease,color .15s ease}.data-table th:last-child{border-right:none}.data-table th:hover{background:#1e293b;color:#fff}.data-table th.sortable{cursor:pointer;padding-right:28px}.data-table th.sortable:hover{background:#1e293b;color:#fff}.sort-indicator{position:absolute;right:50px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:.85rem;font-weight:600;display:flex;flex-direction:column;line-height:.75;gap:1px;pointer-events:none}.sort-indicator.active{color:#2563eb}.sort-indicator .arrow-up,.sort-indicator .arrow-down{opacity:.4;transition:opacity .2s ease,transform .2s ease;display:block;font-size:1.1rem;line-height:1}.sort-indicator.active .arrow-up.asc,.sort-indicator.active .arrow-down.desc{opacity:1;transform:scale(1.2)}.data-table tbody{position:relative}.data-table tbody tr{transition:background-color .15s ease;border-bottom:1px solid #f1f5f9}.data-table tbody tr:hover{background-color:#f8fafc}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:14px 12px;border-right:1px solid #f1f5f9;color:#334155;vertical-align:top;word-break:break-word;line-height:1.5;box-sizing:border-box;white-space:normal!important;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.data-table th{box-sizing:border-box;white-space:normal!important;overflow-wrap:break-word;word-wrap:break-word}.data-table td:last-child{border-right:none}.data-table td.empty{color:#cbd5e1;font-style:italic;font-size:.8125rem}.data-table td.phone{font-family:Monaco,Menlo,Courier New,monospace;font-size:.8125rem;color:#475569}.data-table td.boolean-true{color:#059669;font-weight:600}.data-table td.boolean-false{color:#dc2626;font-weight:600}.data-table td.date{font-family:Monaco,Menlo,Courier New,monospace;font-size:.8125rem;color:#475569}.data-table td.influence-high{color:#dc2626;font-weight:600}.data-table td.influence-medium{color:#f59e0b;font-weight:600}.data-table td.influence-low{color:#059669}.search-container{margin-bottom:20px}.search-input-wrapper{position:relative;display:flex;align-items:center;max-width:500px}.search-icon{position:absolute;left:14px;font-size:1rem;color:#94a3b8;pointer-events:none;z-index:1}.search-input{width:100%;padding:10px 40px 10px 42px;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#334155;background:#fff;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-input::placeholder{color:#94a3b8}.search-clear{position:absolute;right:10px;background:none;border:none;color:#94a3b8;font-size:1.1rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1;z-index:1}.search-clear:hover{background:#f1f5f9;color:#64748b}.search-results-info{margin-top:8px;color:#64748b;font-size:.8125rem;font-weight:500}.search-no-results{color:#dc2626;font-weight:600}.table-controls{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.table-info-wrapper{margin-left:auto;display:flex;align-items:center;gap:12px}.table-info{color:#64748b;font-size:.875rem;font-weight:500}.export-excel-button{display:flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:none;border-radius:6px;color:#2563eb;cursor:pointer;transition:all .2s ease}.export-excel-button:hover{background:#2563eb14;transform:translateY(-1px);opacity:.9}.export-excel-button:active{transform:translateY(0);opacity:.8}.export-excel-button svg,.export-excel-button .excel-icon-img{display:block;width:32px;height:32px;object-fit:contain}.pagination-container{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb;flex-wrap:wrap}.pagination-button{padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}.pagination-button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#334155}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#64748b;font-size:.875rem;font-weight:500;padding:0 8px}.pagination-show-all{margin-left:auto;padding:8px 16px;background:#2563eb;border:none;border-radius:6px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.pagination-show-all:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 2px 4px #2563eb33}.page-size-select{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.875rem}.page-size-select label{font-weight:500}.page-size-select select{padding:6px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#334155;font-size:.875rem;cursor:pointer;transition:all .2s ease}.page-size-select select:hover{border-color:#cbd5e1}.page-size-select select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.table-empty{padding:48px 24px;text-align:center;color:#94a3b8;font-size:.875rem}.table-empty-icon{font-size:2rem;margin-bottom:12px;opacity:.5}.clickable-cell{padding:0!important;background:transparent!important;border:none!important;position:relative;overflow:visible;vertical-align:middle}.table-link{display:inline-flex;align-items:center;width:100%;min-height:48px;padding:12px 16px;color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease;box-sizing:border-box;outline:none!important;border:none!important;box-shadow:none!important;line-height:1.5;cursor:pointer}.table-link:hover{color:#1d4ed8;text-decoration:none}.table-link:active{color:#1e40af}.table-link:focus,.table-link:focus-visible{outline:none!important;box-shadow:none!important}.clickable-cell:hover{border:none!important;box-shadow:none!important;outline:none!important}@media (max-width: 768px){.table-controls{flex-direction:column;align-items:flex-start}.table-info-wrapper{margin-left:0;width:100%;justify-content:space-between}.pagination-container{flex-direction:column;align-items:stretch}.pagination-show-all{margin-left:0;width:100%}}div.table-body-scrollable::-webkit-scrollbar,.main-dashboard-scroll div.table-body-scrollable::-webkit-scrollbar,main.main-dashboard-scroll div.table-body-scrollable::-webkit-scrollbar,body .main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar{width:12px!important;height:12px!important}div.table-body-scrollable::-webkit-scrollbar-track,.main-dashboard-scroll div.table-body-scrollable::-webkit-scrollbar-track,main.main-dashboard-scroll div.table-body-scrollable::-webkit-scrollbar-track,body .main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track{background:#e2e8f0!important;border-radius:6px!important;margin:2px!important}div.table-body-scrollable::-webkit-scrollbar-thumb,.main-dashboard-scroll div.table-body-scrollable::-webkit-scrollbar-thumb,main.main-dashboard-scroll div.table-body-scrollable::-webkit-scrollbar-thumb,body .main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb{background:#2563eb!important;background-color:#2563eb!important;border-radius:6px!important;border:2px solid #e2e8f0!important;min-width:20px!important;min-height:20px!important}div.table-body-scrollable::-webkit-scrollbar-thumb:hover,.main-dashboard-scroll div.table-body-scrollable::-webkit-scrollbar-thumb:hover,main.main-dashboard-scroll div.table-body-scrollable::-webkit-scrollbar-thumb:hover,body .main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:hover{background:#1d4ed8!important;background-color:#1d4ed8!important;border-color:#cbd5e1!important}.data-table thead th[draggable=true]{cursor:grab}.data-table thead th[draggable=true]:active{cursor:grabbing}.data-table thead th.data-th--drop-before{box-shadow:inset 3px 0 #2563eb}.data-table thead th.data-th--drop-after{box-shadow:inset -3px 0 #2563eb}html[data-theme=dark] .data-table thead th.data-th--drop-before{box-shadow:inset 3px 0 #60a5fa}html[data-theme=dark] .data-table thead th.data-th--drop-after{box-shadow:inset -3px 0 #60a5fa}.hide-dropzone{margin:8px 0;padding:14px 12px;border:2px dashed rgba(148,163,184,.55);border-radius:10px;background:#94a3b814;color:#64748b;text-align:center;font-size:.875rem;font-weight:500;letter-spacing:.01em;transition:background .15s ease,border-color .15s ease,color .15s ease}.hide-dropzone--active{background:#ef44441a;border-color:#ef444499;color:#b91c1c}html[data-theme=dark] .hide-dropzone{background:#ffffff0a;border-color:#ffffff2e;color:#94a3b8}html[data-theme=dark] .hide-dropzone--active{background:#f871711f;border-color:#f871718c;color:#fca5a5}.data-th-drag-overlay{display:inline-flex;align-items:center;padding:12px 14px;background:#fff;border:1px solid rgba(37,99,235,.45);border-radius:8px;box-shadow:0 8px 22px #0f172a33;font-weight:600;color:#1e3a8a;font-size:.875rem;pointer-events:none;white-space:nowrap}html[data-theme=dark] .data-th-drag-overlay{background:#1a1f2e;border-color:#60a5fa8c;color:#e0e7ff;box-shadow:0 8px 22px #00000080}.data-table thead th.data-th--dragging{pointer-events:none}.views-control{position:relative;display:inline-block;margin-right:12px}.views-control-trigger{display:inline-flex;align-items:center;gap:10px;padding:8px 12px 8px 10px;background:#fff;border:1px solid rgba(148,163,184,.45);border-radius:8px;color:#334155;font-size:.85rem;font-family:inherit;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.views-control-trigger:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.views-control-trigger--active{border-color:#2563eb;background:#2563eb0f;color:#1d4ed8}.views-control-trigger-label{display:inline-flex;align-items:center;gap:6px}.views-control-trigger-label strong{font-weight:700}.views-control-trigger-icon{font-size:1rem;line-height:1;color:#64748b}.views-control-trigger:hover .views-control-trigger-icon,.views-control-trigger--active .views-control-trigger-icon{color:inherit}.views-control-trigger-chevron{font-size:.75rem;color:#94a3b8}.views-control-panel{position:absolute;top:calc(100% + 6px);left:0;min-width:280px;max-width:360px;background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:10px;box-shadow:0 16px 40px #0f172a29;padding:6px;z-index:50;font-size:.85rem}.views-control-section{display:flex;flex-direction:column;gap:1px}.views-control-section-label{padding:8px 10px 4px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.views-control-empty{padding:8px 10px;color:#94a3b8;font-style:italic}.views-control-row{display:flex;align-items:center;border-radius:6px}.views-control-row:hover{background:#2563eb0f}.views-control-row--current{background:#2563eb1a}.views-control-item{flex:1;display:flex;align-items:center;gap:8px;padding:7px 10px;border:none;background:transparent;color:#334155;font-size:inherit;font-family:inherit;cursor:pointer;text-align:left;border-radius:6px}.views-control-item:hover{color:#2563eb}.views-control-item--current{background:#2563eb1a;color:#1d4ed8;font-weight:600}.views-control-item-check{width:14px;font-weight:700;color:#2563eb;text-align:center}.views-control-item-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.views-control-row-actions{display:inline-flex;align-items:center;gap:2px;margin-right:4px}.views-control-row-action{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:4px;font-size:.9rem;font-family:inherit}.views-control-row-action:hover{background:#94a3b82e;color:#334155}.views-control-row-action--danger:hover{background:#ef444424;color:#b91c1c}.views-control-rename-input{flex:1;margin:2px 6px;padding:5px 8px;border:1px solid #2563eb;border-radius:5px;font-family:inherit;font-size:inherit;outline:none}.views-control-divider{height:1px;background:#94a3b838;margin:6px 4px}.views-control-action{display:flex;align-items:center;gap:9px;width:100%;padding:8px 10px;border:none;background:transparent;border-radius:6px;color:#334155;cursor:pointer;font-size:inherit;font-family:inherit;text-align:left}.views-control-action:hover{background:#2563eb14;color:#2563eb}.views-control-action-icon{width:14px;text-align:center;font-weight:700;color:#94a3b8}.views-control-action:hover .views-control-action-icon{color:#2563eb}html[data-theme=dark] .views-control-trigger{background:#141824f2;border-color:#ffffff26;color:#cbd5e1}html[data-theme=dark] .views-control-trigger:hover{background:#60a5fa1f;border-color:#60a5fa80;color:#93c5fd}html[data-theme=dark] .views-control-trigger--active{background:#60a5fa29;border-color:#60a5fa99;color:#bfdbfe}html[data-theme=dark] .views-control-trigger-icon,html[data-theme=dark] .views-control-trigger-chevron{color:#8b95a8}html[data-theme=dark] .views-control-panel{background:#1a1f2e;border-color:#ffffff1f;box-shadow:0 16px 40px #00000080}html[data-theme=dark] .views-control-section-label,html[data-theme=dark] .views-control-empty{color:#8b95a8}html[data-theme=dark] .views-control-item,html[data-theme=dark] .views-control-action{color:#cbd5e1}html[data-theme=dark] .views-control-row:hover,html[data-theme=dark] .views-control-action:hover{background:#60a5fa1f;color:#93c5fd}html[data-theme=dark] .views-control-row--current,html[data-theme=dark] .views-control-item--current{background:#60a5fa29;color:#bfdbfe}html[data-theme=dark] .views-control-row-action{color:#8b95a8}html[data-theme=dark] .views-control-row-action:hover{background:#ffffff14;color:#e8e8ec}html[data-theme=dark] .views-control-row-action--danger:hover{background:#f8717129;color:#fca5a5}html[data-theme=dark] .views-control-divider{background:#ffffff1a}html[data-theme=dark] .views-control-action-icon{color:#8b95a8}.views-control-badge{display:inline-block;margin-left:6px;padding:1px 7px;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;line-height:1.5;vertical-align:middle}.views-control-badge--system{background:#2563eb24;color:#1d4ed8}.views-control-badge--default{background:#ea580c24;color:#c2410c}.views-control-save-form{display:flex;flex-direction:column;gap:6px;padding:8px;background:#2563eb0a;border-radius:8px;margin-top:2px}.views-control-save-input{padding:7px 10px;border:1px solid rgba(148,163,184,.45);border-radius:6px;font-family:inherit;font-size:.85rem;outline:none;background:#fff;color:#1e293b}.views-control-save-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}.views-control-save-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:-2px}.views-control-save-select{padding:7px 10px;border:1px solid rgba(148,163,184,.45);border-radius:6px;font-family:inherit;font-size:.85rem;background:#fff;color:#1e293b;cursor:pointer}.views-control-save-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}html[data-theme=dark] .views-control-save-select{background:#1e293b;color:#e2e8f0;border-color:#94a3b859}.views-control-save-check{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none}.views-control-save-check input[type=checkbox]{accent-color:#2563eb}.views-control-save-check--indent{margin-left:18px}.views-control-save-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:2px}.views-control-save-btn{padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid transparent;transition:background .12s ease,border-color .12s ease,color .12s ease}.views-control-save-btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.views-control-save-btn--primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.views-control-save-btn--ghost{background:transparent;color:#64748b;border-color:#94a3b873}.views-control-save-btn--ghost:hover:not(:disabled){background:#94a3b81f;color:#334155}.views-control-save-btn:disabled{opacity:.55;cursor:not-allowed}.views-control-row-action--star-on{color:#ea580c!important}.views-control-row-action--star-on:hover{background:#ea580c24!important;color:#c2410c!important}.views-control-row-action--globe-on{color:#2563eb!important}.views-control-row-action--globe-on:hover{background:#2563eb24!important;color:#1d4ed8!important}html[data-theme=dark] .views-control-badge--system{background:#60a5fa33;color:#bfdbfe}html[data-theme=dark] .views-control-badge--default{background:#fb923c33;color:#fdba74}html[data-theme=dark] .views-control-save-form{background:#60a5fa12}html[data-theme=dark] .views-control-save-input{background:#0000004d;color:#e8e8ec;border-color:#ffffff2e}html[data-theme=dark] .views-control-save-input:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa40}html[data-theme=dark] .views-control-save-check{color:#cbd5e1}html[data-theme=dark] .views-control-save-btn--primary{background:#2563eb;border-color:#2563eb}html[data-theme=dark] .views-control-save-btn--ghost{color:#8b95a8;border-color:#ffffff29}html[data-theme=dark] .views-control-save-btn--ghost:hover:not(:disabled){background:#ffffff14;color:#e8e8ec}html[data-theme=dark] .views-control-row-action--star-on{color:#fb923c!important}html[data-theme=dark] .views-control-row-action--globe-on{color:#60a5fa!important}html[data-theme=dark] .data-table thead{background:#161a26;box-shadow:0 1px #1f2433}html[data-theme=dark] .data-table th{background:#161a26;color:#a8b0c4;border-bottom:1px solid #1f2433;border-right:1px solid #2a3142}html[data-theme=dark] .data-table th:hover,html[data-theme=dark] .data-table th.sortable:hover{background:#1c2030;color:#dce1ec}html[data-theme=dark] .sort-indicator{color:#6b7385}html[data-theme=dark] .sort-indicator.active{color:#60a5fa}.hidden-col-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:6px 0 10px;padding:0;background:transparent}.hidden-col-tag{display:inline-flex;align-items:stretch;border-radius:999px;border:1px solid #cbd5e1;background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-size:.72rem;color:#475569;overflow:hidden;line-height:1;transition:border-color .15s ease}.hidden-col-tag__label{display:inline-flex;align-items:center;gap:4px;padding:.32rem .7rem;white-space:nowrap}.hidden-col-tag__renamed-marker{display:inline-flex;align-items:center;justify-content:center;margin-left:2px;padding:0 3px;border:none;background:transparent;color:#2563eb;font-weight:700;font-size:.9rem;cursor:pointer;font-family:inherit;line-height:1}.hidden-col-tag__renamed-marker:hover{color:#1d4ed8}.hidden-col-tag__edit,.hidden-col-tag__x{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:0;overflow:hidden;min-height:1.6rem;margin:0;padding:0;border:none;background:transparent;cursor:pointer;font-size:.85rem;line-height:1;font-family:inherit;opacity:0;transition:width .15s ease,opacity .12s ease,background .12s ease,color .12s ease}.hidden-col-tag__edit{color:#64748b;border-left:1px solid transparent}.hidden-col-tag:hover .hidden-col-tag__edit,.hidden-col-tag:focus-within .hidden-col-tag__edit{border-left-color:#00000014}.hidden-col-tag__edit:hover{background:#2563eb29;color:#1d4ed8}.hidden-col-tag__x{color:#c2410c;border-left:1px solid transparent;background:#ea580c00;font-size:.95rem}.hidden-col-tag:hover .hidden-col-tag__x,.hidden-col-tag:focus-within .hidden-col-tag__x{border-left-color:#00000014;background:#ea580c1a}.hidden-col-tag__x:hover{background:#ea580c38;color:#9a3412}.hidden-col-tag:hover .hidden-col-tag__edit,.hidden-col-tag:focus-within .hidden-col-tag__edit,.hidden-col-tag:hover .hidden-col-tag__x,.hidden-col-tag:focus-within .hidden-col-tag__x{width:1.5rem;opacity:1}html[data-theme=dark] .hidden-col-tag{border-color:#3a4558;background:linear-gradient(135deg,#1a2234,#151b28);color:#b4bdd4}html[data-theme=dark] .hidden-col-tag__renamed-marker{color:#60a5fa}html[data-theme=dark] .hidden-col-tag__renamed-marker:hover{color:#93c5fd}html[data-theme=dark] .hidden-col-tag__edit{color:#aab3c4}html[data-theme=dark] .hidden-col-tag:hover .hidden-col-tag__edit,html[data-theme=dark] .hidden-col-tag:focus-within .hidden-col-tag__edit{border-left-color:#ffffff1a}html[data-theme=dark] .hidden-col-tag__edit:hover{background:#2d6cdf38;color:#cfe0ff}html[data-theme=dark] .hidden-col-tag__x{color:#e09090;background:#c23a3a00}html[data-theme=dark] .hidden-col-tag:hover .hidden-col-tag__x,html[data-theme=dark] .hidden-col-tag:focus-within .hidden-col-tag__x{border-left-color:#2f3a52;background:#c23a3a2e}html[data-theme=dark] .hidden-col-tag__x:hover{background:#c23a3a47;color:#ffc8c8}.views-quick-save{display:inline-flex;align-items:center;gap:6px;margin-right:8px;padding:7px 12px 7px 10px;background:#ea580c1a;border:1px solid rgba(234,88,12,.45);border-radius:8px;color:#c2410c;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease;animation:views-quick-save-pulse 1.6s ease-in-out infinite}.views-quick-save:hover{background:#ea580c33;border-color:#ea580cb3;color:#9a3412;transform:translateY(-1px)}.views-quick-save-icon{font-size:.95rem;line-height:1}.views-quick-save-label{white-space:nowrap}@keyframes views-quick-save-pulse{0%,to{box-shadow:0 0 #ea580c00}50%{box-shadow:0 0 0 4px #ea580c2e}}.views-quick-save--idle,.views-quick-save:disabled{background:#94a3b81a;border-color:#94a3b859;color:#94a3b8;cursor:not-allowed;opacity:.6;animation:none;transform:none}.views-quick-save--idle:hover,.views-quick-save:disabled:hover{background:#94a3b81a;border-color:#94a3b859;color:#94a3b8;transform:none}html[data-theme=dark] .views-quick-save--idle,html[data-theme=dark] .views-quick-save:disabled{background:#94a3b81f;border-color:#94a3b84d;color:#64748b}html[data-theme=dark] .views-quick-save{background:#fb923c1f;border-color:#fb923c8c;color:#fb923c}html[data-theme=dark] .views-quick-save:hover{background:#fb923c38;border-color:#fb923ccc;color:#fdba74}html[data-theme="dark"] @keyframes views-quick-save-pulse{0%,100%{box-shadow:0 0 #fb923c00}50%{box-shadow:0 0 0 4px #fb923c40}}.data-table th{position:relative}.data-th-title{display:inline-flex;align-items:center;gap:4px;max-width:calc(100% - 36px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-th-renamed-marker{color:#2563eb;font-weight:700}html[data-theme=dark] .data-th-renamed-marker{color:#60a5fa}.data-th-actions{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:inline-flex;gap:1px;opacity:0;transition:opacity .12s ease}.data-table th:hover .data-th-actions,.data-table th:focus-within .data-th-actions,.data-table th.data-th--filtered .data-th-actions{opacity:1}.col-filter-trigger,.col-action-trigger{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:4px;color:#ffffffbf;cursor:pointer;font-size:.85rem;font-family:inherit;line-height:1;padding:0}.col-filter-trigger:hover,.col-action-trigger:hover{background:#ffffff26;color:#fff;border-color:#ffffff4d}.col-filter-trigger--active{background:#fb923c4d;color:#ffedd5;border-color:#fb923cb3;opacity:1!important}.data-table th.data-th--filtered{background:#3b3a3f}html[data-theme=dark] .col-filter-trigger,html[data-theme=dark] .col-action-trigger{color:#94a3b8}html[data-theme=dark] .col-filter-trigger:hover,html[data-theme=dark] .col-action-trigger:hover{background:#60a5fa29;color:#93c5fd;border-color:#60a5fa73}html[data-theme=dark] .col-filter-trigger--active{background:#fb923c2e;color:#fdba74;border-color:#fb923c8c}html[data-theme=dark] .data-table th.data-th--filtered{background:#fb923c14}.col-filter-popover{position:fixed;z-index:1000;background:#fff;border:1px solid rgba(148,163,184,.4);border-radius:10px;box-shadow:0 18px 44px #0f172a38;display:flex;flex-direction:column;max-height:340px;font-size:.82rem;color:#334155}.col-filter-popover-search{padding:8px;border-bottom:1px solid rgba(148,163,184,.2)}.col-filter-popover-search input{width:100%;padding:6px 10px;border:1px solid rgba(148,163,184,.45);border-radius:6px;font-family:inherit;font-size:inherit;outline:none;background:#fff;color:#1e293b}.col-filter-popover-search input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}.col-filter-popover-toolbar{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;border-bottom:1px solid rgba(148,163,184,.18);font-size:.75rem}.col-filter-popover-allcheck{display:inline-flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#334155}.col-filter-popover-allcheck input{accent-color:#2563eb}.col-filter-popover-count{color:#94a3b8}.col-filter-popover-list{flex:1;min-height:0;overflow-y:auto;padding:4px 0}.col-filter-popover-empty{padding:10px;color:#94a3b8;font-style:italic;text-align:center}.col-filter-popover-row{display:flex;align-items:center;gap:8px;padding:5px 10px;cursor:pointer;-webkit-user-select:none;user-select:none}.col-filter-popover-row:hover{background:#2563eb0f}.col-filter-popover-row input{accent-color:#2563eb;flex-shrink:0}.col-filter-popover-row-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-filter-popover-row-count{font-variant-numeric:tabular-nums;color:#94a3b8;font-size:.72rem}.col-filter-popover-footer{display:flex;justify-content:flex-end;gap:6px;padding:8px;border-top:1px solid rgba(148,163,184,.2)}.col-filter-popover-btn{padding:6px 12px;border-radius:6px;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid transparent}.col-filter-popover-btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.col-filter-popover-btn--primary:hover{background:#1d4ed8;border-color:#1d4ed8}.col-filter-popover-btn--ghost{background:transparent;color:#64748b;border-color:#94a3b873}.col-filter-popover-btn--ghost:hover{background:#94a3b81f;color:#334155}html[data-theme=dark] .col-filter-popover{background:#1a1f2e;border-color:#ffffff1f;box-shadow:0 18px 44px #00000080;color:#cbd5e1}html[data-theme=dark] .col-filter-popover-search,html[data-theme=dark] .col-filter-popover-footer{border-color:#ffffff14}html[data-theme=dark] .col-filter-popover-toolbar{border-color:#ffffff0f}html[data-theme=dark] .col-filter-popover-search input{background:#0000004d;color:#e8e8ec;border-color:#ffffff2e}html[data-theme=dark] .col-filter-popover-search input:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa40}html[data-theme=dark] .col-filter-popover-allcheck{color:#cbd5e1}html[data-theme=dark] .col-filter-popover-count{color:#8b95a8}html[data-theme=dark] .col-filter-popover-row:hover{background:#60a5fa1f}html[data-theme=dark] .col-filter-popover-row-count{color:#8b95a8}html[data-theme=dark] .col-filter-popover-btn--ghost{color:#8b95a8;border-color:#ffffff29}html[data-theme=dark] .col-filter-popover-btn--ghost:hover{background:#ffffff14;color:#e8e8ec}.col-action-menu{position:fixed;z-index:1000;background:#fff;border:1px solid rgba(148,163,184,.4);border-radius:8px;box-shadow:0 12px 32px #0f172a2e;padding:4px;font-size:.82rem}.col-action-menu-item{display:flex;align-items:center;gap:9px;width:100%;padding:7px 10px;border:none;background:transparent;border-radius:6px;color:#334155;font-size:inherit;font-family:inherit;cursor:pointer;text-align:left}.col-action-menu-item:hover{background:#2563eb14;color:#2563eb}.col-action-menu-icon{width:14px;text-align:center;font-weight:700;color:#94a3b8}.col-action-menu-item:hover .col-action-menu-icon{color:#2563eb}html[data-theme=dark] .col-action-menu{background:#1a1f2e;border-color:#ffffff1f;box-shadow:0 12px 32px #00000080}html[data-theme=dark] .col-action-menu-item{color:#cbd5e1}html[data-theme=dark] .col-action-menu-item:hover{background:#60a5fa1f;color:#93c5fd}html[data-theme=dark] .col-action-menu-icon{color:#8b95a8}html[data-theme=dark] .col-action-menu-item:hover .col-action-menu-icon{color:#93c5fd}.col-sort-trigger{width:18px;height:22px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:4px;color:#ffffffb3;cursor:pointer;font-family:inherit;line-height:1;padding:0}.col-sort-trigger:hover{background:#ffffff26;color:#fff;border-color:#ffffff4d}.col-sort-trigger--active{color:#93c5fd;background:#60a5fa2e;border-color:#60a5fa73;opacity:1!important}.col-sort-arrow{font-size:.55rem;line-height:.85;opacity:.55;transition:opacity .12s ease,transform .12s ease,color .12s ease}.col-sort-arrow.on{opacity:1;transform:scale(1.15);color:#93c5fd}.sort-indicator{display:none!important}html[data-theme=dark] .col-sort-trigger{color:#8b95a8}html[data-theme=dark] .col-sort-trigger:hover{background:#60a5fa29;color:#93c5fd;border-color:#60a5fa73}html[data-theme=dark] .col-sort-trigger--active{color:#93c5fd;background:#60a5fa1f;border-color:#60a5fa59}html[data-theme=dark] .col-sort-arrow.on{color:#60a5fa}.data-th-resize{position:absolute;top:0;bottom:0;right:0;width:6px;cursor:col-resize;-webkit-user-select:none;user-select:none;z-index:3;background:transparent;transition:background .12s ease}.data-th-resize:hover,.data-th-resize:active{background:#2563eb66}html[data-theme=dark] .data-th-resize:hover,html[data-theme=dark] .data-th-resize:active{background:#60a5fa73}.data-table th,.data-table td{box-shadow:inset -1px 0 #e2e8f0}.data-table th:last-child,.data-table td:last-child{box-shadow:none}html[data-theme=dark] .data-table th,html[data-theme=dark] .data-table td{box-shadow:inset -1px 0 #2a3142}html[data-theme=dark] .data-table th:last-child,html[data-theme=dark] .data-table td:last-child{box-shadow:none}.data-table td[data-selected=true],.data-table td[data-selected=anchor]{background:#2563eb1a!important;box-shadow:none!important;border-right:1px solid #93c5fd!important;border-bottom:1px solid #93c5fd!important}.data-table td[data-selected-edge-top=true]{border-top:2px solid #93c5fd!important}.data-table td[data-selected-edge-bottom=true]{border-bottom:2px solid #93c5fd!important}.data-table td[data-selected-edge-left=true]{border-left:1px solid #93c5fd!important}.data-table td[data-selected-edge-right=true]{border-right:1px solid #93c5fd!important}html[data-theme=dark] .data-table td[data-selected=true],html[data-theme=dark] .data-table td[data-selected=anchor]{background:#60a5fa24!important}html[data-theme=dark] .data-table td[data-selected-edge-top=true],html[data-theme=dark] .data-table td[data-selected-edge-bottom=true],html[data-theme=dark] .data-table td[data-selected-edge-left=true],html[data-theme=dark] .data-table td[data-selected-edge-right=true]{border-color:#60a5fa!important}.data-table td{-webkit-user-select:none;user-select:none}.data-table tbody td.row-header-cell{cursor:pointer}.sge-col-picker-wrap{position:relative;display:inline-block}.sge-col-picker-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid rgba(148,163,184,.35);border-radius:6px;background:#ffffffe6;color:#334155;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.sge-col-picker-btn:hover{background:#f1f5f9;border-color:#2563eb66;color:#2563eb}.sge-col-picker-popover{position:absolute;left:0;top:calc(100% + 8px);z-index:60;width:min(22rem,85vw);max-height:min(55vh,380px);display:flex;flex-direction:column;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#fff;box-shadow:0 14px 36px #0f172a2e;overflow:hidden;color:#1e293b}.sge-col-picker-head{flex-shrink:0;padding:8px 12px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;border-bottom:1px solid rgba(148,163,184,.2);background:#f1f5f999;display:flex;align-items:center;justify-content:space-between;gap:8px}.sge-col-picker-hint{color:#94a3b8;font-weight:500;font-variant-numeric:tabular-nums;text-transform:none;letter-spacing:0;font-size:.72rem}.sge-col-picker-search{flex-shrink:0;padding:7px 10px 8px;border-bottom:1px solid rgba(148,163,184,.2)}.sge-col-picker-search input{width:100%;background:#f8fafc;border:1px solid rgba(148,163,184,.35);color:#1e293b;border-radius:6px;padding:6px 10px;font-size:.82rem;box-sizing:border-box}.sge-col-picker-search input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.sge-col-picker-row--all{background:#2563eb0f;border-bottom:1px solid rgba(148,163,184,.2);font-size:.85rem;padding:8px 12px}.sge-col-picker-row--all:hover{background:#2563eb24}.sge-col-picker-list{list-style:none;margin:0;padding:4px 0;overflow-y:auto;flex:1;min-height:0}.sge-col-picker-list li{margin:0;padding:0}.sge-col-picker-row{display:flex;align-items:flex-start;gap:8px;padding:5px 12px;cursor:pointer;font-size:.82rem;color:#334155;user-select:none;-webkit-user-select:none}.sge-col-picker-row:hover{background:#2563eb14}.sge-col-picker-row input{margin-top:2px;flex-shrink:0;pointer-events:none;accent-color:#2563eb}.sge-col-picker-row span{min-width:0;word-break:break-word}#table-body-scrollable::-webkit-scrollbar{width:12px!important;height:12px!important;-webkit-appearance:none!important}#table-body-scrollable::-webkit-scrollbar-track{background:#e2e8f0!important;border-radius:6px!important;margin:2px!important}#table-body-scrollable::-webkit-scrollbar-thumb{background:#2563eb!important;background-color:#2563eb!important;border-radius:6px!important;border:2px solid #e2e8f0!important;min-width:20px!important;min-height:20px!important}#table-body-scrollable::-webkit-scrollbar-thumb:hover{background:#1d4ed8!important;background-color:#1d4ed8!important;border-color:#cbd5e1!important}body #main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar,body #main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar,body main.main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar,body main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar,#main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar,#main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar,main.main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar,.table-body-scrollable::-webkit-scrollbar{width:12px!important;height:12px!important;-webkit-appearance:none!important}body #main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-track,body #main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track,body main.main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-track,body main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track,#main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-track,#main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track,main.main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-track,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track,.table-body-scrollable::-webkit-scrollbar-track{background:#e2e8f0!important;border-radius:6px!important;margin:2px!important}body #main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-thumb,body #main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb,body main.main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-thumb,body main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb,#main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-thumb,#main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb,main.main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-thumb,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb,.table-body-scrollable::-webkit-scrollbar-thumb{background:#2563eb!important;background-color:#2563eb!important;border-radius:6px!important;border:2px solid #e2e8f0!important;min-width:20px!important;min-height:20px!important}body #main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-thumb:hover,body #main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:hover,body main.main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-thumb:hover,body main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:hover,#main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-thumb:hover,#main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:hover,main.main-dashboard-scroll #table-body-scrollable::-webkit-scrollbar-thumb:hover,main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:hover,.table-body-scrollable::-webkit-scrollbar-thumb:hover{background:#1d4ed8!important;background-color:#1d4ed8!important;border-color:#cbd5e1!important}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.home-container{width:100%;max-width:100%;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif}.home-header{margin-bottom:48px;position:relative;padding:0}.home-title{font-size:3.25rem;font-weight:700;color:#0f172a;margin:0;line-height:1.15;letter-spacing:-.04em;position:relative;display:flex;align-items:center;gap:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home-title:before{content:"";position:absolute;left:-24px;top:50%;transform:translateY(-50%);width:4px;height:60%;background:linear-gradient(180deg,#2563eb,#38bdf8);border-radius:2px;opacity:.8}.title-icon{font-size:2.25rem;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#2563eb14,#38bdf81f);border-radius:14px;border:1px solid rgba(37,99,235,.12);box-shadow:0 2px 8px #0f172a0f;transition:all .3s cubic-bezier(.4,0,.2,1)}.home-title:hover .title-icon{transform:translateY(-2px);box-shadow:0 4px 12px #0f172a1a;border-color:#2563eb33}.home-title span:not(.title-icon){position:relative;background:linear-gradient(135deg,#1e3a8a,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-subtitle{font-size:1rem;color:#64748b;margin:0;line-height:1.5}.metrics-grid{display:flex;flex-wrap:wrap;align-items:stretch;gap:20px;margin-bottom:32px}.metric-card{background:#ffffffe6;border-radius:18px;padding:24px;color:#0f172a;width:fit-content;min-width:240px;max-width:100%;box-shadow:0 10px 30px #0f172a14,0 0 1px #94a3b866;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(148,163,184,.15);position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#2563eb,#38bdf8)}.metric-card:hover{transform:translateY(-2px);box-shadow:0 20px 40px #0f172a1f,0 0 1px #94a3b880}.metric-card.blue:before{background:linear-gradient(135deg,#2563eb,#38bdf8)}.metric-card.green:before{background:linear-gradient(135deg,#10b981,#34d399)}.metric-card.orange:before{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.metric-card.purple:before{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.metric-card.teal:before{background:linear-gradient(135deg,#0d9488,#2dd4bf)}.metric-label{font-size:.85rem;font-weight:600;color:#64748b;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.metric-value{font-size:2rem;font-weight:700;margin:0;line-height:1;color:#0f172a}.error-message{background:#f871711f;border:1px solid rgba(234,88,12,.3);border-radius:12px;padding:14px 18px;margin-bottom:24px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 2px #0f172a14}.error-icon{font-size:1.25rem;color:#ea580c}.error-text{color:#b91c1c;font-weight:500;margin:0;font-size:.9rem}.skeleton-card{background:#ffffffe6;border-radius:18px;padding:24px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border:1px solid rgba(148,163,184,.15);box-shadow:0 10px 30px #0f172a14,0 0 1px #94a3b866}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton-line{height:20px;background:#94a3b833;border-radius:8px;margin-bottom:12px}.skeleton-line:last-child{margin-bottom:0;width:60%}.stats-section{margin-bottom:32px}.stats-title{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0 0 16px}.stats-title.geographic-title{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid rgba(37,99,235,.1);position:relative}.stats-title.geographic-title:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(90deg,#2563eb,#38bdf8);border-radius:2px}.title-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#2563eb1a,#38bdf826);border-radius:12px;border:1px solid rgba(37,99,235,.15);box-shadow:0 2px 8px #0f172a0d}.title-icon-text{font-size:1.5rem;line-height:1}.map-section{background:#ffffffe6;border-radius:18px;padding:24px;box-shadow:0 10px 30px #0f172a14,0 0 1px #94a3b866;border:1px solid rgba(148,163,184,.15);margin-bottom:32px}.maps-container{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%}.maps-container--apoiadores-triple{grid-template-columns:repeat(3,1fr)}@media (max-width: 1280px){.maps-container--apoiadores-triple{grid-template-columns:1fr 1fr}}.map-wrapper{min-width:0}.map-title-container{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:12px 16px;background:linear-gradient(135deg,#2563eb0d,#38bdf814);border-radius:10px;border:1px solid rgba(37,99,235,.1)}.map-title-icon{font-size:1.25rem;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fffc;border-radius:8px;box-shadow:0 1px 3px #0f172a1a}.map-title{margin:0;font-size:1.1rem;font-weight:600;color:#0f172a;flex:1}.table-section{background:#ffffffe6;border-radius:18px;padding:24px;box-shadow:0 10px 30px #0f172a14,0 0 1px #94a3b866;border:1px solid rgba(148,163,184,.15)}@media (max-width: 768px){.metrics-grid{flex-direction:column}.metric-card{width:100%;min-width:0}.home-title{font-size:2rem;gap:14px}.title-icon{font-size:1.5rem;width:44px;height:44px}.home-title:before{left:-16px;height:50%}.maps-container{grid-template-columns:1fr;gap:24px}.stats-title.geographic-title{font-size:1.25rem;gap:10px}.title-icon-wrapper{width:40px;height:40px}.title-icon-text{font-size:1.25rem}.map-title-container{padding:10px 12px}.map-title{font-size:1rem}.map-title-icon{width:28px;height:28px;font-size:1.1rem}}.table-section-secondary{margin-top:24px}.apoiadores-table-wrap{overflow-x:auto}.apoiadores-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid rgba(148,163,184,.25);border-radius:12px;overflow:hidden}.apoiadores-table th,.apoiadores-table td{padding:12px 14px;border-bottom:1px solid rgba(148,163,184,.15);text-align:left;font-size:.9rem}.apoiadores-table th{background:#2563eb0f;color:#1e3a8a;font-weight:700}.apoiadores-table tbody tr:hover{background:#f8fafce6}.apoiadores-empty{text-align:center!important;color:#64748b}.teresina-gmap-tooltip{padding:8px 12px;min-width:0;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:12px;line-height:1.35;color:#0f172a}.teresina-gmap-tooltip-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:2px;white-space:nowrap}.teresina-gmap-tooltip-row{display:inline-flex;align-items:center;gap:6px;color:#475569;white-space:nowrap}.teresina-gmap-tooltip-count{text-decoration:underline;cursor:pointer;color:#2563eb;font-weight:500}.teresina-gmap-tooltip-count:hover{color:#1d4ed8}.teresina-gmap-tooltip-sep{color:#cbd5e1}.teresina-gmap-tooltip-votes{color:#64748b}.gm-style .gm-style-iw-c{padding:0!important;border-radius:10px!important;box-shadow:0 6px 18px #0f172a2e!important;max-width:none!important}.gm-style .gm-style-iw-d{overflow:visible!important;padding:0!important;max-height:none!important}.gm-style .gm-style-iw button.gm-ui-hover-effect,.gm-style-iw-chr{display:none!important}.teresina-gmap-controls{position:absolute;top:10px;left:10px;z-index:5;display:flex;flex-direction:column;background:#fff;border-radius:4px;border:2px solid rgba(0,0,0,.2);overflow:hidden;box-shadow:0 1px 5px #0006;font-family:Inter,Segoe UI,system-ui,sans-serif}.teresina-gmap-ctrl-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-bottom:1px solid #cccccc;color:#000;cursor:pointer;font-size:22px;line-height:26px;font-weight:700;font-family:inherit;padding:0;transition:background .15s ease,color .15s ease}.teresina-gmap-ctrl-btn:last-child{border-bottom:none}.teresina-gmap-ctrl-btn:hover{background:#f4f4f4;color:#1d4ed8}.teresina-gmap-ctrl-btn--reset{font-size:24px;line-height:26px;font-weight:700;-webkit-text-stroke:2px;text-stroke:2px}html[data-theme=dark] .teresina-gmap-controls{background:#1a1f2e;border-color:#ffffff2e;box-shadow:0 1px 5px #0009}html[data-theme=dark] .teresina-gmap-ctrl-btn{background:#1a1f2e;color:#e8e8ec;border-bottom-color:#ffffff1f}html[data-theme=dark] .teresina-gmap-ctrl-btn:hover{background:#252a38;color:#93c5fd}.deleted-toast{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;align-items:center;gap:16px;padding:14px 18px;background:#fff;border:1px solid rgba(34,197,94,.4);border-left:4px solid #22c55e;border-radius:10px;box-shadow:0 12px 28px #0f172a2e;max-width:560px;animation:deleted-toast-in .25s ease-out}@keyframes deleted-toast-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.deleted-toast-body{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.deleted-toast-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:#22c55e;color:#fff;border-radius:50%;font-weight:800;flex-shrink:0}.deleted-toast-title{font-weight:700;font-size:.95rem;color:#15803d}.deleted-toast-sub{font-size:.78rem;color:#64748b;line-height:1.4;margin-top:2px}.deleted-toast-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.deleted-toast-actions .btn{padding:8px 14px;font-size:.85rem}.deleted-toast-close{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:50%;font-size:1.2rem;line-height:1;font-family:inherit;transition:background .12s ease}.deleted-toast-close:hover{background:#94a3b833;color:#334155}html[data-theme=dark] .deleted-toast{background:#1a1f2e;border-color:#22c55e73;box-shadow:0 12px 28px #00000080}html[data-theme=dark] .deleted-toast-title{color:#86efac}html[data-theme=dark] .deleted-toast-sub{color:#94a3b8}html[data-theme=dark] .deleted-toast-close{color:#8b95a8}html[data-theme=dark] .deleted-toast-close:hover{background:#ffffff1a;color:#e8e8ec}.map-fs-wrap{position:relative;width:100%;height:100%;transition:box-shadow .2s ease}.map-fs-wrap--open{position:fixed;inset:48px;width:auto;height:auto;z-index:1001;background:#fff;border-radius:14px;box-shadow:0 18px 60px #00000059;overflow:hidden;display:flex;flex-direction:column}.map-fs-wrap--open .map-fs-body{flex:1 1 auto;min-height:0;width:100%;height:100%}.map-fs-wrap--open .map-fs-body>div{width:100%!important;height:100%!important;border-radius:0!important;border:none!important}.map-fs-backdrop{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;cursor:pointer}.map-fs-toggle{position:absolute;top:10px;right:10px;z-index:30;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#ffffffeb;border:1px solid rgba(148,163,184,.45);border-radius:8px;color:#334155;cursor:pointer;box-shadow:0 2px 6px #0f172a2e;transition:all .15s ease}.map-fs-toggle:hover{background:#fff;color:#2563eb;border-color:#2563eb73;transform:translateY(-1px)}.map-fs-toggle--close{top:14px;right:14px;width:36px;height:36px;background:#dc26261a;color:#b91c1c;border-color:#dc262659}.map-fs-toggle--close:hover{background:#dc26262e;color:#991b1b;border-color:#dc26268c}.map-fs-title{position:absolute;top:14px;left:18px;z-index:30;background:#ffffffeb;padding:8px 14px;border-radius:8px;font-size:.95rem;font-weight:700;color:#1e293b;box-shadow:0 2px 6px #0f172a2e;border:1px solid rgba(148,163,184,.35)}.map-fs-body{width:100%;height:100%}html[data-theme=dark] .map-fs-wrap--open{background:#1e293b}html[data-theme=dark] .map-fs-toggle{background:#0f172ad9;color:#cbd5e1;border-color:#94a3b859}html[data-theme=dark] .map-fs-toggle:hover{background:#1e293bf2;color:#93c5fd}html[data-theme=dark] .map-fs-title{background:#0f172ad9;color:#e2e8f0;border-color:#94a3b859}.hub-page{min-height:100vh;width:100%;background:radial-gradient(circle at 10% 20%,#dff5ff,transparent 45%),radial-gradient(circle at 80% 0%,#e7edff,transparent 50%),linear-gradient(135deg,#eff8ff,#f6fbff,#fff);font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;color:#0f172a;display:flex;flex-direction:column}.hub-header{width:100%;border-bottom:1px solid rgba(148,163,184,.18);background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hub-header-inner{max-width:1100px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.hub-brand{display:inline-flex;align-items:center}.hub-brand-name{font-size:18px;font-weight:800;letter-spacing:-.005em;color:#1e293b;text-transform:uppercase;white-space:nowrap}.hub-user{display:inline-flex;align-items:center;gap:14px}.hub-user-email{font-size:13px;color:#64748b}.hub-logout{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;background:transparent;border:1px solid rgba(234,88,12,.25);color:#ea580c;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,transform .15s ease;font-family:inherit}.hub-logout:hover{background:#f8717114;transform:translateY(-1px)}.hub-main{flex:1 1 auto;width:100%;max-width:1100px;margin:0 auto;padding:56px 24px 64px;display:flex;flex-direction:column;gap:40px}.hub-hero{text-align:center}.hub-title{margin:0;font-size:32px;font-weight:700;letter-spacing:-.01em;color:#0f172a}.hub-subtitle{margin:10px 0 0;font-size:15px;color:#64748b}.hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.hub-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;text-align:left;padding:24px;border-radius:18px;background:#ffffffd9;border:1px solid rgba(148,163,184,.25);box-shadow:0 6px 24px #0f172a0a;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;font-family:inherit;color:inherit}.hub-card:hover{transform:translateY(-2px);box-shadow:0 14px 36px #0f172a14;background:#fff}.hub-card:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.hub-card-icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px}.hub-card-icon svg{width:26px;height:26px}.hub-card--blue{border-color:#2563eb2e}.hub-card--blue:hover{border-color:#2563eb66}.hub-card--blue .hub-card-icon{background:#2563eb1a;color:#2563eb}.hub-card--purple{border-color:#7c3aed2e}.hub-card--purple:hover{border-color:#7c3aed66}.hub-card--purple .hub-card-icon{background:#7c3aed1a;color:#7c3aed}.hub-card-body{display:flex;flex-direction:column;gap:4px;min-width:0}.hub-card-label{font-size:17px;font-weight:600;color:#0f172a}.hub-card-desc{font-size:13px;line-height:1.45;color:#64748b}.hub-card-arrow{font-size:22px;color:#94a3b8;transition:transform .18s ease,color .18s ease}.hub-card:hover .hub-card-arrow{transform:translate(3px);color:#2563eb}.hub-card--purple:hover .hub-card-arrow{color:#7c3aed}@media (max-width: 760px){.hub-brand-name{font-size:14px;white-space:normal}}@media (max-width: 640px){.hub-main{padding:32px 16px 48px}.hub-title{font-size:26px}.hub-card{padding:20px;gap:16px}.hub-user-email{display:none}}.usuarios-container{padding:24px 32px;max-width:none;margin:0 auto}.usuarios-header{margin-bottom:32px}.usuarios-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.usuarios-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 8px}.usuarios-subtitle{color:#64748b;font-size:1rem;margin:0}.btn-add-usuario{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-add-usuario:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.btn-add-usuario:active{transform:translateY(0)}.usuarios-loading,.usuarios-error,.usuarios-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 32px;text-align:center}.usuarios-loading .spinner{width:48px;height:48px;border:4px solid rgba(37,99,235,.1);border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.usuarios-loading p{color:#64748b;font-size:1rem}.usuarios-error{color:#dc2626;background:#dc26261a;border-radius:12px;border:1px solid rgba(220,38,38,.2)}.usuarios-error svg{margin-bottom:16px}.usuarios-error p{margin:0;font-weight:500}.usuarios-empty{color:#94a3b8}.usuarios-empty svg{margin-bottom:16px;opacity:.5}.usuarios-empty p{margin:0;font-size:1.125rem}.usuarios-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow-x:auto;margin-bottom:32px}.usuarios-table{width:100%;border-collapse:collapse}.usuarios-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.usuarios-table thead th{padding:14px;text-align:left;font-weight:600;font-size:.875rem;color:#475569;text-transform:uppercase;letter-spacing:.05em}.usuarios-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.usuarios-table tbody tr:hover{background:#f8fafc}.usuarios-table tbody tr:last-child{border-bottom:none}.usuarios-table tbody td{padding:14px;color:#334155;font-size:.875rem}.usuario-email{font-family:Courier New,Courier,monospace;color:#2563eb}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-admin{background:#8b5cf61a;color:#7c3aed;border:1px solid rgba(139,92,246,.2)}.badge-user{background:#3b82f61a;color:#2563eb;border:1px solid rgba(59,130,246,.2)}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600}.status-active{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.status-inactive{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.usuarios-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.stat-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:16px;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.stat-icon{width:56px;height:56px;border-radius:12px;background:#2563eb1a;color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-admin{background:#8b5cf61a;color:#7c3aed}.stat-icon-active{background:#22c55e1a;color:#16a34a}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#64748b;margin:0 0 4px;font-weight:500}.stat-value{font-size:2rem;font-weight:700;color:#1e293b;margin:0;line-height:1}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.btn-close-modal{background:transparent;border:none;color:#64748b;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-close-modal:hover{background:#f1f5f9;color:#1e293b}.form-usuario{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:8px}.form-group input,.form-group select{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#1e293b;transition:all .2s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group-checkbox{display:flex;align-items:center;gap:8px;margin-bottom:24px}.form-group-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-group-checkbox label{font-size:.875rem;color:#334155;cursor:pointer;margin:0}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid #e2e8f0}.btn-cancel,.btn-submit{padding:12px 24px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-cancel{background:#f1f5f9;color:#64748b}.btn-cancel:hover:not(:disabled){background:#e2e8f0;color:#475569}.btn-submit{background:#2563eb;color:#fff}.btn-submit:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-submit:disabled,.btn-cancel:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.usuarios-container{padding:16px}.usuarios-header-content{flex-direction:column;align-items:stretch}.btn-add-usuario{justify-content:center}.usuarios-table-container{overflow-x:auto}.usuarios-table{min-width:800px}.usuarios-stats{grid-template-columns:1fr}.modal-content{margin:0;max-height:95vh}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.usuarios-page{min-height:100vh;background:#f1f5f9;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif}.usuarios-topbar{display:flex;align-items:center;gap:16px;padding:16px 28px;background:#fff;border-bottom:1px solid rgba(148,163,184,.25)}.usuarios-back{background:transparent;border:1px solid rgba(148,163,184,.4);color:#475569;padding:8px 14px;border-radius:10px;font-size:.85rem;font-weight:500;cursor:pointer;font-family:inherit;transition:background .15s ease,color .15s ease,border-color .15s ease}.usuarios-back:hover{background:#2563eb14;color:#2563eb;border-color:#2563eb66}.usuarios-topbar-title{font-size:1rem;font-weight:700;color:#1e293b}html[data-theme=dark] .usuarios-page{background:#0b1220}html[data-theme=dark] .usuarios-topbar{background:#111a2e;border-bottom-color:#ffffff14}html[data-theme=dark] .usuarios-topbar-title{color:#f1f5f9}html[data-theme=dark] .usuarios-back{border-color:#ffffff26;color:#cbd5e1}html[data-theme=dark] .usuarios-page,html[data-theme=dark] .modal-content,html[data-theme=dark] .usuarios-table-container{scrollbar-width:thin;scrollbar-color:#475569 #0f172a}html[data-theme=dark] .usuarios-page::-webkit-scrollbar,html[data-theme=dark] .modal-content::-webkit-scrollbar,html[data-theme=dark] .usuarios-table-container::-webkit-scrollbar{width:12px;height:12px}html[data-theme=dark] .usuarios-page::-webkit-scrollbar-track,html[data-theme=dark] .modal-content::-webkit-scrollbar-track,html[data-theme=dark] .usuarios-table-container::-webkit-scrollbar-track{background:#0f172a}html[data-theme=dark] .usuarios-page::-webkit-scrollbar-thumb,html[data-theme=dark] .modal-content::-webkit-scrollbar-thumb,html[data-theme=dark] .usuarios-table-container::-webkit-scrollbar-thumb{background:#475569;border-radius:6px;border:2px solid #0f172a}html[data-theme=dark] .usuarios-page::-webkit-scrollbar-thumb:hover,html[data-theme=dark] .modal-content::-webkit-scrollbar-thumb:hover,html[data-theme=dark] .usuarios-table-container::-webkit-scrollbar-thumb:hover{background:#64748b}.btn-edit-usuario{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#2563eb14;color:#2563eb;border:1px solid rgba(37,99,235,.25);border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-edit-usuario:hover{background:#2563eb26;border-color:#2563eb66}.btn-delete-usuario{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#dc262614;color:#dc2626;border:1px solid rgba(220,38,38,.25);border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-delete-usuario:hover:not(:disabled){background:#dc262626;border-color:#dc262673}.btn-delete-usuario:disabled{opacity:.5;cursor:not-allowed}.detalhes-container{width:100%;max-width:100%;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;padding-bottom:48px}.detalhes-header{margin-bottom:32px;position:relative}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:16px}.header-actions{display:flex;gap:12px;align-items:center}.btn-voltar{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 12px #2563eb4d}.btn-voltar:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.btn-editar,.btn-deletar{display:inline-flex;align-items:center;gap:8px}.btn-danger{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 4px 12px #dc26264d}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#dc2626);transform:translateY(-2px);box-shadow:0 6px 16px #dc262666}.btn-danger:disabled{opacity:.6;cursor:not-allowed;transform:none}.detalhes-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 8px;line-height:1.2}.detalhes-subtitle{font-size:1rem;color:#64748b;margin:0;line-height:1.5}.detalhes-content{display:flex;flex-direction:column;gap:24px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;width:100%;box-sizing:border-box;position:relative;z-index:1}.info-item{display:flex;flex-direction:column;gap:8px;min-width:0;box-sizing:border-box}.info-item-full{grid-column:1 / -1;width:100%}.info-item label{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:4px}.info-value{padding:10px 14px;background:#f8fafccc;border:1px solid rgba(148,163,184,.3);border-radius:8px;font-size:.9rem;color:#0f172a;min-height:40px;display:flex;align-items:center}.info-value a{color:#2563eb;text-decoration:none;transition:color .2s ease}.info-value a:hover{color:#1d4ed8;text-decoration:underline}.detalhes-actions{display:flex;gap:12px;justify-content:center;padding-top:24px;margin-top:24px;border-top:1px solid rgba(148,163,184,.15)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;min-height:400px}.loading-spinner{width:48px;height:48px;border:4px solid rgba(148,163,184,.2);border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#64748b;font-size:1rem;margin:0}.error-message{background:#f871711f;color:#b91c1c;border:1px solid rgba(234,88,12,.3);padding:20px;border-radius:12px;display:flex;align-items:center;gap:12px;margin:20px 0}.error-icon{font-size:1.5rem}.error-text{margin:0;font-size:.95rem;font-weight:500}.form-section{background:#ffffffe6;border-radius:18px;padding:24px;box-shadow:0 10px 30px #0f172a14,0 0 1px #94a3b866;border:1px solid rgba(148,163,184,.15);position:relative;overflow:hidden;box-sizing:border-box;width:100%;transition:transform .2s ease,box-shadow .2s ease}.form-section:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0f172a1f,0 0 1px #94a3b880}.form-section:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;border-radius:18px 18px 0 0;background:linear-gradient(135deg,#2563eb,#38bdf8);z-index:0}.section-blue:before{background:linear-gradient(135deg,#2563eb,#38bdf8)}.section-green:before{background:linear-gradient(135deg,#10b981,#34d399)}.section-purple:before{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.section-orange:before{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.section-header{display:flex;align-items:center;gap:20px;margin-bottom:28px;padding-bottom:16px;position:relative;z-index:1;border-bottom:2px solid rgba(148,163,184,.1)}.section-icon-wrapper{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 20px #00000026,0 0 0 1px #ffffff1a inset;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.section-icon-wrapper svg{width:28px;height:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));position:relative;z-index:1}.form-section:hover .section-icon-wrapper{transform:scale(1.08) rotate(3deg);box-shadow:0 8px 24px #00000040,0 0 0 1px #fff3 inset}.icon-blue{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff}.icon-green{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.icon-purple{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}.icon-orange{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff}.section-title{font-size:1.5rem;font-weight:800;margin:0;flex:1;letter-spacing:-.01em;position:relative;display:inline-block}.section-blue .section-title{background:linear-gradient(135deg,#1e40af,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-green .section-title{background:linear-gradient(135deg,#059669,#10b981,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-purple .section-title{background:linear-gradient(135deg,#7c3aed,#8b5cf6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-orange .section-title{background:linear-gradient(135deg,#d97706,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{padding:12px 24px;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;box-shadow:0 4px 12px #2563eb4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.btn-secondary{background:#ffffffe6;color:#475569;border:1px solid rgba(148,163,184,.3)}.btn-secondary:hover:not(:disabled){background:#f8fafce6;border-color:#94a3b880}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-delete{max-width:500px;text-align:center;padding:0;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff0d inset;animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideIn{0%{transform:translateY(-20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-delete-header{background:linear-gradient(135deg,#dc2626,#b91c1c,#991b1b);padding:48px 32px 32px;position:relative;overflow:hidden}.modal-delete-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.5}}.modal-delete-icon{width:100px;height:100px;border-radius:50%;background:#fff;color:#dc2626;display:flex;align-items:center;justify-content:center;font-size:56px;font-weight:700;margin:0 auto 24px;box-shadow:0 10px 30px #dc26264d,0 0 0 4px #fff3 inset;position:relative;z-index:1;animation:warningPulse .6s cubic-bezier(.34,1.56,.64,1)}@keyframes warningPulse{0%{transform:scale(0) rotate(-180deg);opacity:0}60%{transform:scale(1.15) rotate(10deg)}80%{transform:scale(.95) rotate(-5deg)}to{transform:scale(1) rotate(0);opacity:1}}.modal-delete-body{padding:32px 32px 40px}.modal-delete-title{margin:0 0 12px;background:linear-gradient(135deg,#b91c1c,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2rem;font-weight:800;letter-spacing:-.02em}.modal-delete-message{margin:0 0 32px;color:#64748b;font-size:1.05rem;line-height:1.7;font-weight:500}.modal-delete-message strong{color:#0f172a;font-weight:700}.modal-delete-warning{display:block;margin-top:12px;color:#dc2626;font-weight:600;font-size:.95rem}.modal-delete-actions{display:flex;gap:12px;justify-content:center}.modal-delete-actions .btn{min-width:140px;padding:14px 32px;font-size:1rem}@media (max-width: 768px){.info-grid{grid-template-columns:1fr;gap:16px}.detalhes-title{font-size:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:14px;padding-bottom:12px}.header-top{flex-direction:column;align-items:stretch}.header-top .btn-voltar{width:100%}.header-actions{width:100%;flex-direction:column}.header-actions .btn{width:100%}.modal-delete-actions{flex-direction:column}.modal-delete-actions .btn{width:100%}.detalhes-actions{flex-direction:column}.detalhes-actions .btn{width:100%}}.recrutamento-container{width:100%;height:100%;display:flex;flex-direction:column}.recrutamento-header{padding:20px;border-bottom:1px solid rgba(148,163,184,.2);background:#ffffffe6}.recrutamento-graph{flex:1;position:relative;overflow:hidden;background:radial-gradient(circle at 10% 20%,#dff5ff,transparent 45%),radial-gradient(circle at 80% 0%,#e7edff,transparent 50%),linear-gradient(135deg,#eff8ff,#f6fbff,#fff)}.recrutamento-info{padding:16px 20px;border-top:1px solid rgba(148,163,184,.2);background:#fffffff2;box-shadow:0 -2px 8px #0000000d}.desp-page-inner{color:#0f172a;max-width:1600px;margin:0;padding:8px 8px 48px}.desp-page-head{margin-bottom:18px}.desp-page-title{margin:0;font-size:1.6rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.desp-page-sub{margin:4px 0 0;color:#64748b;font-size:.9rem}.desp-main{padding:0;position:relative}.desp-tabs{display:flex;gap:8px;margin-bottom:24px}.desp-tab{padding:10px 18px;border-radius:10px;background:#fff;color:#1e293b;text-decoration:none;border:1px solid #e2e8f0;font-weight:600;font-size:.9rem;transition:all .15s}.desp-tab:hover{background:#f1f5f9;border-color:#cbd5e1}.desp-tab--active{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;border-color:transparent;box-shadow:0 4px 12px #2563eb40}.desp-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px}.desp-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px;box-shadow:0 1px 3px #0000000a}.desp-stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700}.desp-stat-value{font-size:1.7rem;font-weight:800;color:#0f172a;margin-top:6px;font-variant-numeric:tabular-nums}.desp-stat-hint{font-size:.75rem;color:#94a3b8;margin-top:4px}.desp-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.desp-toolbar input,.desp-toolbar select{padding:9px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:.9rem;outline:none;min-width:200px}.desp-toolbar input:focus,.desp-toolbar select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}.desp-btn{padding:9px 16px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s}.desp-btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.desp-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.desp-btn-secondary{background:#fff;color:#1e293b;border-color:#cbd5e1}.desp-btn-secondary:hover{background:#f1f5f9}.desp-btn-danger{background:#fff;color:#dc2626;border-color:#fecaca}.desp-btn-danger:hover{background:#fef2f2}.desp-btn[disabled]{opacity:.5;cursor:not-allowed}.desp-table-wrap{background:linear-gradient(180deg,#ffffffd9,#f8fafceb),radial-gradient(120% 80% at 0% 0%,rgba(96,165,250,.08) 0%,transparent 60%);background-blend-mode:normal;border:1px solid rgba(226,232,240,.9);border-radius:16px;overflow-x:auto;overflow-y:hidden;box-shadow:0 1px 2px #0f172a0a,0 12px 32px -16px #0f172a1f;-webkit-backdrop-filter:saturate(140%);backdrop-filter:saturate(140%)}.desp-table{width:100%;border-collapse:collapse;font-size:.9rem}.desp-table thead{background:linear-gradient(180deg,#f8fafc,#eef2f7)}.desp-table th{text-align:left;padding:14px 18px;font-weight:700;color:#475569;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #e2e8f0}.desp-table td{padding:16px 18px;border-bottom:1px solid rgba(241,245,249,.9);vertical-align:middle;color:#475569}.desp-table tbody tr{transition:background .15s,box-shadow .15s;position:relative}.desp-table tbody tr:hover{background:linear-gradient(90deg,#60a5fa14,#60a5fa05);box-shadow:inset 3px 0 #2563eb}.desp-table tbody tr:last-child td{border-bottom:none}.desp-table strong{font-weight:600;color:#0f172a;letter-spacing:-.005em}.desp-table td.muted,.desp-table td>.muted{color:#cbd5e1}.desp-table--grid{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.desp-table--grid th,.desp-table--grid td{border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7;text-align:center;vertical-align:middle}.desp-table--grid th:last-child,.desp-table--grid td:last-child{border-right:none}.desp-table--grid tbody tr:last-child td{border-bottom:none}.desp-table--grid tbody tr:nth-child(2n){background:#f8fafc99}.desp-table--grid thead th{border-bottom:2px solid #cbd5e1}.desp-table--grid tr.desp-filter-row th{background:#f8fafc;border-bottom:1px solid #cbd5e1}html[data-theme=dark] .desp-table--grid{border-color:#94a3b840}html[data-theme=dark] .desp-table--grid th,html[data-theme=dark] .desp-table--grid td{border-right-color:#94a3b826;border-bottom-color:#94a3b826}html[data-theme=dark] .desp-table--grid tbody tr:nth-child(2n){background:#94a3b80d}html[data-theme=dark] .desp-table--grid thead th,html[data-theme=dark] .desp-table--grid tr.desp-filter-row th{border-bottom-color:#94a3b859}.desp-date-cell{display:inline-flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:10px;padding:5px 0 6px;min-width:54px;line-height:1;box-shadow:0 1px 2px #0f172a0f,inset 0 -1px #0f172a08;overflow:hidden;position:relative}.desp-date-cell:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2563eb,#38bdf8);opacity:0;transition:opacity .2s}.desp-date-cell .day{font-size:1.2rem;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.desp-date-cell .mon{font-size:.62rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.12em;margin-top:4px}.desp-date-cell--today{border-color:#2563eb;background:linear-gradient(180deg,#eff6ff,#dbeafe);box-shadow:0 2px 6px #2563eb2e}.desp-date-cell--today:before{opacity:1}.desp-date-cell--today .day{color:#1d4ed8}.desp-date-cell--today .mon{color:#2563eb}.desp-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.desp-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.75}.desp-badge--pendente,.desp-badge--agendado{background:#fef3c7;color:#92400e}.desp-badge--concluida,.desp-badge--concluido{background:#d1fae5;color:#065f46}.desp-badge--cancelada,.desp-badge--cancelado{background:#fee2e2;color:#991b1b}.desp-badge--reagendada,.desp-badge--adiado{background:#dbeafe;color:#1e40af}.desp-action-btns{display:inline-flex;gap:4px}.desp-icon-btn{width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:transparent;color:#64748b;cursor:pointer;transition:all .15s;padding:0}.desp-icon-btn:hover{background:#eef3fb;color:#1e40af;border-color:#c7d2fe}.desp-icon-btn--danger:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.desp-icon-btn svg{display:block}.desp-section-head{display:flex;align-items:center;gap:12px;margin:32px 0 16px}.desp-section-head h3{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;letter-spacing:-.015em;position:relative;padding-left:14px}.desp-section-head h3:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;border-radius:2px;background:linear-gradient(180deg,#2563eb,#38bdf8)}.desp-section-count{font-size:.72rem;font-weight:700;color:#1e40af;background:#2563eb1a;border:1px solid rgba(37,99,235,.18);padding:2px 10px;border-radius:999px;letter-spacing:.02em}.desp-modal-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.desp-modal{background:#fff;border-radius:14px;max-width:580px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0f172a59}.desp-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid #e2e8f0}.desp-modal-title{font-weight:700;font-size:1.05rem}.desp-modal-close{background:transparent;border:none;font-size:1.4rem;cursor:pointer;color:#64748b;line-height:1}.desp-modal-body{padding:20px 22px;display:grid;gap:14px}.desp-modal-footer{padding:14px 22px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:10px}.desp-field{display:flex;flex-direction:column;gap:4px}.desp-field label{font-size:.78rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em}.desp-field input,.desp-field textarea,.desp-field select{padding:9px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:.92rem;font-family:inherit;outline:none}.desp-field input:focus,.desp-field textarea:focus,.desp-field select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}.desp-field textarea{resize:vertical;min-height:70px}.desp-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.desp-cal-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:12px}.desp-cal-nav h2{margin:0;font-size:1.4rem;font-weight:700;color:#1e293b;text-transform:capitalize}.desp-month-picker{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:6px;margin-bottom:14px}.desp-month-btn{padding:8px 4px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s;text-transform:capitalize}.desp-month-btn:hover{background:#eef3fb;border-color:#cbd5e1;color:#1e293b}.desp-month-btn--today{border-color:#93c5fd;color:#1e40af}.desp-month-btn--active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 2px 6px #2563eb40}.desp-month-btn--active:hover{background:#1d4ed8;color:#fff;border-color:#1d4ed8}@media (max-width: 768px){.desp-month-picker{grid-template-columns:repeat(6,minmax(0,1fr))}}.desp-cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;background:#fff;padding:12px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}.desp-cal-weekday{text-align:center;font-size:.72rem;font-weight:700;color:#64748b;padding:6px 0;text-transform:uppercase;letter-spacing:.06em}.desp-cal-cell{min-height:95px;background:#f8fafc;border-radius:8px;padding:6px 8px;font-size:.8rem;position:relative;border:1px solid transparent;cursor:pointer;transition:all .15s;min-width:0;display:flex;flex-direction:column;gap:2px}.desp-cal-cell:hover{background:#eef3fb;border-color:#cbd5e1}.desp-cal-grid[data-hover-col="0"] .desp-cal-cell[data-col="0"],.desp-cal-grid[data-hover-col="1"] .desp-cal-cell[data-col="1"],.desp-cal-grid[data-hover-col="2"] .desp-cal-cell[data-col="2"],.desp-cal-grid[data-hover-col="3"] .desp-cal-cell[data-col="3"],.desp-cal-grid[data-hover-col="4"] .desp-cal-cell[data-col="4"],.desp-cal-grid[data-hover-col="5"] .desp-cal-cell[data-col="5"],.desp-cal-grid[data-hover-col="6"] .desp-cal-cell[data-col="6"]{background:#f1f5f9}.desp-cal-grid[data-hover-col="0"] .desp-cal-weekday[data-col="0"],.desp-cal-grid[data-hover-col="1"] .desp-cal-weekday[data-col="1"],.desp-cal-grid[data-hover-col="2"] .desp-cal-weekday[data-col="2"],.desp-cal-grid[data-hover-col="3"] .desp-cal-weekday[data-col="3"],.desp-cal-grid[data-hover-col="4"] .desp-cal-weekday[data-col="4"],.desp-cal-grid[data-hover-col="5"] .desp-cal-weekday[data-col="5"],.desp-cal-grid[data-hover-col="6"] .desp-cal-weekday[data-col="6"]{background:#e0e7ff;color:#1e40af;border-radius:8px}.desp-cal-grid[data-hover-col] .desp-cal-cell[data-col]:hover{background:#dbeafe;border-color:#93c5fd}.desp-cal-cell--empty{background:transparent;cursor:default}.desp-cal-cell--empty:hover{background:transparent;border-color:transparent}.desp-cal-cell--today{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.desp-cal-day-num{font-weight:700;color:#0f172a;font-size:.85rem;display:flex;align-items:center;justify-content:space-between}.desp-cal-day-num small{font-size:.65rem;background:#2563eb;color:#fff;padding:1px 6px;border-radius:10px;font-weight:700}.desp-cal-event{margin-top:4px;padding:3px 7px;border-radius:6px;background:#dbeafe;color:#1e40af;font-size:.7rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:inset 0 0 0 1px #1e40af14;transition:transform .12s ease,box-shadow .12s ease,outline .12s ease}.desp-cal-event:hover{outline:2px solid currentColor;outline-offset:1px;transform:translateY(-1px);filter:brightness(.97)}.desp-cal-event--feriado:hover{outline:none}.desp-cal-event--concluido{background:#d1fae5;color:#065f46}.desp-cal-event--cancelado{background:#fee2e2;color:#991b1b;text-decoration:line-through}.desp-cal-event--adiado{background:#fef3c7;color:#92400e}.desp-cal-event--feriado{background:#d1fae5;color:#065f46;font-weight:600}.desp-cal-event--sac{background:#ffedd5;color:#9a3412;box-shadow:inset 0 0 0 1px #9a341226}.desp-cal-event--sac-confirmado{background:#dbeafe;color:#1e40af;box-shadow:inset 0 0 0 1px #1e40af26}.desp-cal-event--pre-concluido{text-decoration:line-through;opacity:.7}.desp-filter-row>th{padding:8px 6px!important;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;vertical-align:middle}.desp-filter-wrap{position:relative;display:flex;align-items:center}.desp-filter-icon{position:absolute;left:9px;pointer-events:none;color:#94a3b8}.desp-filter-input{width:100%;box-sizing:border-box;padding:7px 28px 7px 30px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:.82rem;color:#0f172a;transition:border .15s,box-shadow .15s;outline:none}.desp-filter-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}select.desp-filter-input{padding:7px 10px;cursor:pointer;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.desp-filter-x{position:absolute;right:6px;width:20px;height:20px;border-radius:5px;border:0;background:transparent;color:#94a3b8;cursor:pointer;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.desp-filter-x:hover{background:#e2e8f0;color:#475569}.desp-filter-clear{font-size:.72rem;color:#64748b;background:transparent;border:1px solid #cbd5e1;padding:4px 10px;border-radius:6px;cursor:pointer;text-transform:uppercase;letter-spacing:.04em}.desp-filter-clear:hover{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.desp-mst{position:relative;display:flex;flex-direction:column;gap:4px}.desp-mst-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;cursor:pointer;color:#0f172a;text-align:left}.desp-mst-btn:hover{border-color:#94a3b8}.desp-mst-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.desp-mst-chips{display:flex;flex-wrap:wrap;gap:4px}.desp-mst-chip{display:inline-flex;align-items:center;gap:4px;background:#eff6ff;color:#1d4ed8;padding:3px 6px 3px 8px;border-radius:999px;font-size:.7rem;font-weight:600;border:1px solid #bfdbfe}.desp-mst-chip button{border:0;background:transparent;color:#1d4ed8;cursor:pointer;width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1}.desp-mst-chip button:hover{background:#bfdbfe}.desp-mst-panel{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 10px 30px #0f172a1f;padding:8px;min-width:220px;max-width:320px}.desp-mst-search{display:flex;gap:6px;align-items:center;padding-bottom:8px;border-bottom:1px solid #f1f5f9;margin-bottom:6px}.desp-mst-search input{flex:1;padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:.78rem;outline:none}.desp-mst-search input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.desp-mst-clearall{font-size:.7rem;color:#64748b;background:transparent;border:0;cursor:pointer;padding:4px 6px;border-radius:4px}.desp-mst-clearall:hover{background:#fee2e2;color:#991b1b}.desp-mst-list{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.desp-mst-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;cursor:pointer;font-size:.8rem;color:#334155}.desp-mst-item:hover{background:#f1f5f9}.desp-mst-item input{accent-color:#2563eb;cursor:pointer}.desp-mst-item-on{background:#eff6ff;color:#1d4ed8;font-weight:600}.desp-mst-empty{padding:12px;text-align:center;color:#94a3b8;font-size:.78rem}.desp-dp{position:absolute;top:calc(100% + 4px);left:0;z-index:50;width:268px;background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-shadow:0 12px 32px #0f172a29;padding:10px;font-family:inherit}.desp-dp-head{display:grid;grid-template-columns:auto auto 1fr auto auto;align-items:center;gap:4px;padding-bottom:8px;border-bottom:1px solid #f1f5f9;margin-bottom:6px}.desp-dp-title{font-size:.86rem;font-weight:700;color:#0f172a;text-align:center;text-transform:capitalize}.desp-dp-nav{width:26px;height:26px;border-radius:6px;border:0;background:transparent;color:#475569;cursor:pointer;font-size:.95rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.desp-dp-nav:hover{background:#e2e8f0;color:#0f172a}.desp-dp-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.desp-dp-wk{text-align:center;font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;padding:4px 0}.desp-dp-empty{height:30px}.desp-dp-day{height:30px;padding:0;border:0;background:transparent;border-radius:7px;cursor:pointer;color:#334155;font-size:.82rem;font-weight:500;transition:background .12s,color .12s;display:flex;align-items:center;justify-content:center;text-align:center;font-family:inherit}.desp-dp-day:hover{background:#eff6ff;color:#1d4ed8}.desp-dp-day--today{outline:1px dashed #93c5fd;outline-offset:-2px;font-weight:600}.desp-dp-day--sel{background:#2563eb!important;color:#fff!important;font-weight:700}.desp-dp-foot{display:flex;justify-content:space-between;gap:6px;padding-top:8px;margin-top:6px;border-top:1px solid #f1f5f9}.desp-dp-hoje,.desp-dp-clear{font-size:.74rem;padding:5px 10px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;cursor:pointer;color:#475569;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.desp-dp-hoje:hover{background:#eff6ff;color:#1d4ed8;border-color:#93c5fd}.desp-dp-clear:hover{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.desp-dp-preview{margin-top:12px;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#fff);padding:12px;width:100%;max-width:320px;box-sizing:border-box}.desp-dp-preview-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.desp-dp-preview-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#475569}.desp-dp-preview-count{font-size:.7rem;color:#64748b;font-weight:600}.desp-dp-day--ro{cursor:default;pointer-events:auto}.desp-dp-day--ro:hover{background:transparent;color:#334155}.desp-dp-mk--single{background:#fde047!important;color:#713f12!important;font-weight:700}.desp-dp-mk--pref{background:#fb923c!important;color:#fff!important;font-weight:700}.desp-dp-mk--range{background:#ddd6fe!important;color:#5b21b6!important;font-weight:700}.desp-dp-legend{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;padding-top:8px;border-top:1px solid #f1f5f9;font-size:.7rem;color:#64748b}.desp-dp-legend span{display:inline-flex;align-items:center;gap:5px}.desp-dp-sw{display:inline-block;width:12px;height:12px;border-radius:4px}.desp-cal-cell--drop-target{outline:2px dashed #2563eb;outline-offset:-4px;background:#2563eb0f}.desp-day-list{display:grid;gap:10px}.desp-day-item{display:flex;gap:10px;padding:10px;border-radius:8px;background:#f8fafc;border-left:3px solid #2563eb}.desp-day-item-status{font-size:.7rem}.desp-empty{text-align:center;padding:40px 20px;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:12px}.desp-empty h3{color:#1e293b;margin:0 0 6px}.desp-loading{text-align:center;padding:40px;color:#64748b}.desp-home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:24px}.desp-home-card{background:#fff;border-radius:14px;padding:22px;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 3px #0000000a}.desp-home-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px #2563eb26;border-color:#2563eb}.desp-home-card h3{margin:0;font-size:1.05rem}.desp-home-card p{margin:0;color:#64748b;font-size:.88rem}.desp-home-card-icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px}@media (max-width: 768px){.desp-cal-cell{min-height:70px;padding:4px}.desp-cal-event{font-size:.65rem;padding:1px 4px}.desp-stats{grid-template-columns:1fr 1fr}.desp-field-row{grid-template-columns:1fr}}html[data-theme=dark] .desp-page-inner{color:#e2e8f0}html[data-theme=dark] .desp-page-title{color:#f1f5f9}html[data-theme=dark] .desp-page-sub{color:#94a3b8}html[data-theme=dark] .desp-back-link:hover{background:#ffffff29}html[data-theme=dark] .desp-tab{background:#1a1f2e;color:#cbd5e1;border-color:#ffffff1a}html[data-theme=dark] .desp-tab:hover{background:#252a38;border-color:#fff3}html[data-theme=dark] .desp-tab--active{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff}html[data-theme=dark] .desp-stat-card,html[data-theme=dark] .desp-home-card,html[data-theme=dark] .desp-table-wrap{background:linear-gradient(180deg,#1a1f2ef2,#0f172af2),radial-gradient(120% 80% at 0% 0%,rgba(96,165,250,.1) 0%,transparent 60%);border-color:#ffffff14;box-shadow:0 1px 2px #0000004d,0 12px 32px -16px #00000080}html[data-theme=dark] .desp-table tbody tr:hover{background:linear-gradient(90deg,#60a5fa1f,#60a5fa05);box-shadow:inset 3px 0 #60a5fa}html[data-theme=dark] .desp-table td.muted,html[data-theme=dark] .desp-table td>.muted{color:#475569}html[data-theme=dark] .desp-section-count{background:#60a5fa2e;border-color:#60a5fa4d;color:#bfdbfe}html[data-theme=dark] .desp-section-head h3:before{background:linear-gradient(180deg,#60a5fa,#38bdf8)}html[data-theme=dark] .desp-cal-grid{background:#1a1f2e;border-color:#ffffff1a;box-shadow:0 1px 3px #0006}html[data-theme=dark] .desp-stat-label,html[data-theme=dark] .desp-cal-weekday{color:#94a3b8}html[data-theme=dark] .desp-stat-value,html[data-theme=dark] .desp-home-card h3,html[data-theme=dark] .desp-cal-day-num,html[data-theme=dark] .desp-cal-nav h2,html[data-theme=dark] .desp-empty h3{color:#e8e8ec}html[data-theme=dark] .desp-stat-hint,html[data-theme=dark] .desp-home-card p,html[data-theme=dark] .desp-empty{color:#94a3b8}html[data-theme=dark] .desp-home-card:hover{border-color:#60a5fa;box-shadow:0 12px 24px #00000073}html[data-theme=dark] .desp-toolbar input,html[data-theme=dark] .desp-toolbar select,html[data-theme=dark] .desp-field input,html[data-theme=dark] .desp-field textarea,html[data-theme=dark] .desp-field select{background:#0f172a;color:#e8e8ec;border-color:#ffffff26}html[data-theme=dark] .desp-toolbar input::placeholder,html[data-theme=dark] .desp-field input::placeholder,html[data-theme=dark] .desp-field textarea::placeholder{color:#64748b}html[data-theme=dark] .desp-toolbar input:focus,html[data-theme=dark] .desp-toolbar select:focus,html[data-theme=dark] .desp-field input:focus,html[data-theme=dark] .desp-field textarea:focus,html[data-theme=dark] .desp-field select:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa40}html[data-theme=dark] .desp-field label{color:#cbd5e1}html[data-theme=dark] .desp-btn-secondary{background:#0f172a;color:#e2e8f0;border-color:#ffffff26}html[data-theme=dark] .desp-btn-secondary:hover{background:#252a38}html[data-theme=dark] .desp-btn-danger{background:#1a1f2e;color:#fca5a5;border-color:#fca5a54d}html[data-theme=dark] .desp-btn-danger:hover{background:#2d1a1a}html[data-theme=dark] .desp-table thead{background:#0f172a;border-bottom-color:#ffffff1a}html[data-theme=dark] .desp-table th{color:#cbd5e1}html[data-theme=dark] .desp-table td{border-bottom-color:#ffffff0f;color:#e2e8f0}html[data-theme=dark] .desp-table tr:hover{background:#252a38}html[data-theme=dark] .desp-badge--pendente,html[data-theme=dark] .desp-badge--agendado{background:#fbbf242e;color:#fbbf24}html[data-theme=dark] .desp-badge--concluida,html[data-theme=dark] .desp-badge--concluido{background:#22c55e2e;color:#86efac}html[data-theme=dark] .desp-badge--cancelada,html[data-theme=dark] .desp-badge--cancelado{background:#f871712e;color:#fca5a5}html[data-theme=dark] .desp-badge--reagendada,html[data-theme=dark] .desp-badge--adiado{background:#60a5fa2e;color:#93c5fd}html[data-theme=dark] .desp-date-cell{background:#1a1f2e;border-color:#ffffff14}html[data-theme=dark] .desp-date-cell .day{color:#e8e8ec}html[data-theme=dark] .desp-date-cell .mon{color:#94a3b8}html[data-theme=dark] .desp-date-cell--today{border-color:#60a5fa;background:linear-gradient(180deg,#1a1f2e,#1e3a5f)}html[data-theme=dark] .desp-date-cell--today .day,html[data-theme=dark] .desp-date-cell--today .mon{color:#bfdbfe}html[data-theme=dark] .desp-icon-btn{color:#94a3b8}html[data-theme=dark] .desp-icon-btn:hover{background:#60a5fa1f;color:#bfdbfe;border-color:#60a5fa4d}html[data-theme=dark] .desp-icon-btn--danger:hover{background:#f871711f;color:#fca5a5;border-color:#f871714d}html[data-theme=dark] .desp-section-head h3{color:#e8e8ec}html[data-theme=dark] .desp-section-count{background:#ffffff14;color:#cbd5e1}html[data-theme=dark] .desp-modal{background:#1a1f2e;box-shadow:0 20px 50px #0009}html[data-theme=dark] .desp-modal-header,html[data-theme=dark] .desp-modal-footer{border-color:#ffffff1a}html[data-theme=dark] .desp-modal-title{color:#e8e8ec}html[data-theme=dark] .desp-modal-close{color:#94a3b8}html[data-theme=dark] .desp-modal-close:hover{color:#e8e8ec}html[data-theme=dark] .desp-month-btn{background:#1a1f2e;border-color:#ffffff14;color:#cbd5e1}html[data-theme=dark] .desp-month-btn:hover{background:#252a38;border-color:#ffffff26;color:#e8e8ec}html[data-theme=dark] .desp-month-btn--today{border-color:#60a5fa99;color:#bfdbfe}html[data-theme=dark] .desp-month-btn--active{background:#2563eb;border-color:#2563eb;color:#fff}html[data-theme=dark] .desp-cal-cell{background:#0f172a}html[data-theme=dark] .desp-cal-cell:hover{background:#252a38;border-color:#ffffff26}html[data-theme=dark] .desp-cal-grid[data-hover-col="0"] .desp-cal-cell[data-col="0"],html[data-theme=dark] .desp-cal-grid[data-hover-col="1"] .desp-cal-cell[data-col="1"],html[data-theme=dark] .desp-cal-grid[data-hover-col="2"] .desp-cal-cell[data-col="2"],html[data-theme=dark] .desp-cal-grid[data-hover-col="3"] .desp-cal-cell[data-col="3"],html[data-theme=dark] .desp-cal-grid[data-hover-col="4"] .desp-cal-cell[data-col="4"],html[data-theme=dark] .desp-cal-grid[data-hover-col="5"] .desp-cal-cell[data-col="5"],html[data-theme=dark] .desp-cal-grid[data-hover-col="6"] .desp-cal-cell[data-col="6"]{background:#1c2333}html[data-theme=dark] .desp-cal-grid[data-hover-col="0"] .desp-cal-weekday[data-col="0"],html[data-theme=dark] .desp-cal-grid[data-hover-col="1"] .desp-cal-weekday[data-col="1"],html[data-theme=dark] .desp-cal-grid[data-hover-col="2"] .desp-cal-weekday[data-col="2"],html[data-theme=dark] .desp-cal-grid[data-hover-col="3"] .desp-cal-weekday[data-col="3"],html[data-theme=dark] .desp-cal-grid[data-hover-col="4"] .desp-cal-weekday[data-col="4"],html[data-theme=dark] .desp-cal-grid[data-hover-col="5"] .desp-cal-weekday[data-col="5"],html[data-theme=dark] .desp-cal-grid[data-hover-col="6"] .desp-cal-weekday[data-col="6"]{background:#60a5fa2e;color:#bfdbfe}html[data-theme=dark] .desp-cal-grid[data-hover-col] .desp-cal-cell[data-col]:hover{background:#252a38;border-color:#60a5fa66}html[data-theme=dark] .desp-cal-cell--today{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa33}html[data-theme=dark] .desp-cal-event{background:#60a5fa2e;color:#bfdbfe}html[data-theme=dark] .desp-cal-event--concluido{background:#22c55e2e;color:#86efac}html[data-theme=dark] .desp-cal-event--cancelado{background:#f871712e;color:#fca5a5}html[data-theme=dark] .desp-cal-event--adiado{background:#fbbf242e;color:#fbbf24}html[data-theme=dark] .desp-cal-event--feriado{background:#22c55e38;color:#6ee7b7}html[data-theme=dark] .desp-day-item{background:#0f172a;border-left-color:#60a5fa}html[data-theme=dark] .desp-empty{background:#1a1f2e;border-color:#ffffff1a}html[data-theme=dark] .desp-loading{color:#94a3b8}@keyframes desp-ring-fill{0%{stroke-dashoffset:var(--ring-c, 56.55)}to{stroke-dashoffset:0}}.desp-ring{width:18px;height:18px;display:inline-block;flex-shrink:0}.desp-ring__bg{stroke:#e2e8f0}.desp-ring__fg{stroke:#2563eb;stroke-dasharray:var(--ring-c, 56.55);stroke-dashoffset:var(--ring-c, 56.55);transform:rotate(-90deg);transform-origin:center;animation:desp-ring-fill var(--ring-dur, 15s) linear forwards}.desp-ring--refreshing .desp-ring__fg{stroke:#38bdf8;animation:none;stroke-dashoffset:0;filter:drop-shadow(0 0 4px rgba(56,189,248,.6))}.desp-ring--error .desp-ring__fg,.desp-ring--error.desp-ring--refreshing .desp-ring__fg{stroke:#dc2626;animation:none;stroke-dashoffset:0;filter:drop-shadow(0 0 4px rgba(220,38,38,.45))}.desp-ring--error .desp-ring__bg{stroke:#fee2e2}html[data-theme=dark] .desp-ring__bg{stroke:#ffffff1a}html[data-theme=dark] .desp-ring__fg{stroke:#60a5fa}html[data-theme=dark] .desp-ring--refreshing .desp-ring__fg{stroke:#93c5fd}html[data-theme=dark] .desp-ring--error .desp-ring__fg{stroke:#fca5a5}html[data-theme=dark] .desp-ring--error .desp-ring__bg{stroke:#f871712e}.desp-tag{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.02em;white-space:nowrap;border:1px solid transparent}.desp-tag--digital{background:#ede9fe;color:#5b21b6;border-color:#ddd6fe}.desp-tag--visita{background:#dbeafe;color:#1e40af;border-color:#bfdbfe}.desp-tag--almoco{background:#fef3c7;color:#92400e;border-color:#fde68a}.desp-tag--cafe{background:#ffedd5;color:#9a3412;border-color:#fed7aa}.desp-tag--jantar{background:#fce7f3;color:#9d174d;border-color:#fbcfe8}.desp-tag--ajuda{background:#d1fae5;color:#065f46;border-color:#a7f3d0}.desp-tag--palestra{background:#cffafe;color:#155e75;border-color:#a5f3fc}.desp-tag--outros{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}html[data-theme=dark] .desp-tag--digital{background:#a78bfa2e;color:#c4b5fd;border-color:#a78bfa4d}html[data-theme=dark] .desp-tag--visita{background:#60a5fa2e;color:#bfdbfe;border-color:#60a5fa4d}html[data-theme=dark] .desp-tag--almoco{background:#fbbf242e;color:#fcd34d;border-color:#fbbf244d}html[data-theme=dark] .desp-tag--cafe{background:#fb923c2e;color:#fdba74;border-color:#fb923c4d}html[data-theme=dark] .desp-tag--jantar{background:#f472b62e;color:#f9a8d4;border-color:#f472b64d}html[data-theme=dark] .desp-tag--ajuda{background:#22c55e2e;color:#86efac;border-color:#22c55e4d}html[data-theme=dark] .desp-tag--palestra{background:#22d3ee2e;color:#67e8f9;border-color:#22d3ee4d}html[data-theme=dark] .desp-tag--outros{background:#ffffff0f;color:#94a3b8;border-color:#ffffff1a}.desp-tag-checks{display:flex;flex-wrap:wrap;gap:8px;padding:8px 4px 4px}.desp-tag-check{display:inline-flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px;border-radius:8px;transition:background .15s}.desp-tag-check:hover{background:#2563eb0f}.desp-tag-check input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb;cursor:pointer;margin:0}.desp-tag-check--on{background:#2563eb1a}.desp-tag-check--on:hover{background:#2563eb29}html[data-theme=dark] .desp-tag-check:hover{background:#60a5fa1a}html[data-theme=dark] .desp-tag-check--on{background:#60a5fa2e}html[data-theme=dark] .desp-tag-check--on:hover{background:#60a5fa3d}.desp-pagination{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding:10px 12px;background:#fff9;border:1px solid rgba(226,232,240,.7);border-radius:12px;font-size:.82rem;color:#475569}.desp-pagination__info{font-variant-numeric:tabular-nums}.desp-pagination__sep{width:1px;height:18px;background:#94a3b84d}.desp-pagination__pagesize{display:inline-flex;align-items:center;gap:6px}.desp-pagination__pagesize select{padding:4px 8px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:.82rem}.desp-pagination__page{margin:0 6px}.desp-pagination__btn{width:32px;height:32px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#1e293b;font-size:.95rem;cursor:pointer;transition:all .15s}.desp-pagination__btn:hover:not(:disabled){background:#eef3fb;border-color:#93c5fd;color:#1e40af}.desp-pagination__btn:disabled{opacity:.35;cursor:not-allowed}html[data-theme=dark] .desp-pagination{background:#1a1f2e99;border-color:#ffffff14;color:#cbd5e1}html[data-theme=dark] .desp-pagination__pagesize select,html[data-theme=dark] .desp-pagination__btn{background:#1a1f2e;color:#e2e8f0;border-color:#ffffff1f}html[data-theme=dark] .desp-pagination__btn:hover:not(:disabled){background:#60a5fa1f;color:#bfdbfe;border-color:#60a5fa66}.desp-cor-chip{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:#475569}.desp-cor-chip__dot{width:14px;height:14px;padding:0;border-radius:50%;display:inline-block;flex-shrink:0;border:1px solid rgba(0,0,0,.06)}html[data-theme=dark] .desp-cor-chip{color:#cbd5e1}html[data-theme=dark] .desp-cor-chip__dot{border-color:#ffffff1a}.desp-palette{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0}.desp-palette__swatch{cursor:pointer;border:2px solid transparent;font-family:inherit;font-weight:700;min-width:56px;transition:transform .12s,border-color .12s,box-shadow .12s}.desp-palette__swatch:hover{transform:translateY(-2px)}.desp-palette__swatch--active{border-color:#0f172a;box-shadow:0 0 0 2px #0f172a1f}.desp-custom-colors{display:flex;flex-direction:column;gap:8px;padding:12px;margin-top:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.desp-color-row{display:grid;grid-template-columns:110px 44px 1fr;gap:8px;align-items:center}.desp-color-row__label{font-size:.82rem;color:#475569}.desp-color-row input[type=color]{width:40px;height:32px;padding:0;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;background:#fff}.desp-color-row input[type=text]{padding:6px 10px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:.85rem;font-family:ui-monospace,monospace}html[data-theme=dark] .desp-custom-colors{background:#ffffff08;border-color:#ffffff1a}html[data-theme=dark] .desp-color-row__label{color:#cbd5e1}html[data-theme=dark] .desp-color-row input[type=color],html[data-theme=dark] .desp-color-row input[type=text]{background:#1a1f2e;color:#e2e8f0;border-color:#ffffff1f}html[data-theme=dark] .desp-palette__swatch--active{border-color:#e8e8ec;box-shadow:0 0 0 2px #ffffff2e}.sge-bell-wrap{position:relative;display:inline-flex;align-items:center}.sge-bell-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid rgba(148,163,184,.35);border-radius:8px;background:#ffffffeb;color:#334155;cursor:pointer;position:relative;transition:all .15s ease}.sge-bell-btn:hover{background:#fff;color:#2563eb;border-color:#2563eb73}.sge-bell-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#dc2626;color:#fff;font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #fffffff2}.sge-bell-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:1100;width:min(380px,92vw);max-height:min(60vh,480px);display:flex;flex-direction:column;background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:10px;box-shadow:0 14px 36px #0f172a2e;overflow:hidden}.sge-bell-list{overflow-x:hidden}.sge-bell-popover-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid rgba(148,163,184,.2);background:#f1f5f999}.sge-bell-popover-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569}.sge-bell-mark-all{background:none;border:none;color:#2563eb;font-size:.78rem;font-weight:600;cursor:pointer;padding:2px 4px}.sge-bell-mark-all:hover{text-decoration:underline}.sge-bell-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:0}.sge-bell-empty{padding:24px 16px;text-align:center;color:#94a3b8;font-size:.85rem}.sge-bell-item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;cursor:pointer;border-bottom:1px solid rgba(148,163,184,.15);background:#fff;transition:background .12s ease}.sge-bell-item:last-child{border-bottom:none}.sge-bell-item:hover{background:#2563eb0d}.sge-bell-item--unread{background:#2563eb0a}.sge-bell-item--unread:hover{background:#2563eb1a}.sge-bell-dot{width:8px;height:8px;border-radius:999px;background:#2563eb;margin-top:6px;flex-shrink:0}.sge-bell-item-body{flex:1 1 auto;min-width:0;max-width:100%}.sge-bell-item-title{font-size:.85rem;font-weight:600;color:#1e293b;margin-bottom:2px;line-height:1.3;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.sge-bell-item-text{font-size:.78rem;color:#64748b;line-height:1.4;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.sge-bell-item-time{margin-top:4px;font-size:.7rem;color:#94a3b8}.sge-bell-popover-foot{padding:8px 14px;border-top:1px solid rgba(148,163,184,.2);background:#f8fafcb3;display:flex;justify-content:flex-end}.sge-bell-history-link{color:#2563eb;font-size:.78rem;font-weight:600;text-decoration:none}.sge-bell-history-link:hover{text-decoration:underline}.sge-bell-modal-overlay{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:2000;padding:24px}.sge-bell-modal{background:#fff;border-radius:14px;width:min(720px,92vw);max-height:min(80vh,720px);display:flex;flex-direction:column;box-shadow:0 18px 60px #0006;overflow:hidden}.sge-bell-modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid rgba(148,163,184,.2)}.sge-bell-modal-title{margin:0;font-size:1.1rem;font-weight:700;color:#1e293b}.sge-bell-modal-close{background:none;border:none;font-size:1.6rem;line-height:1;color:#64748b;cursor:pointer;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px}.sge-bell-modal-close:hover{background:#dc262614;color:#b91c1c}.sge-bell-modal-body{padding:14px 20px 20px;overflow-y:auto}.sge-bell-history-list{list-style:none;margin:0;padding:0}.sge-bell-history-item{padding:14px 0;border-bottom:1px solid rgba(148,163,184,.15)}.sge-bell-history-item:last-child{border-bottom:none}.sge-bell-history-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:4px}.sge-bell-history-version{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;color:#1d4ed8;padding:2px 8px;border-radius:999px;font-variant-numeric:tabular-nums}.sge-bell-admin-tag{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.06em;background:#dc2626;color:#fff;padding:2px 7px;border-radius:6px;margin-right:6px;vertical-align:middle;line-height:1.2}.sge-bell-history-title{font-size:.95rem;font-weight:700;color:#1e293b;flex:1 1 auto;min-width:0;word-break:break-word;overflow-wrap:anywhere}.sge-bell-history-date{font-size:.75rem;color:#94a3b8;margin-left:auto;font-variant-numeric:tabular-nums}.sge-bell-history-body{margin:4px 0 0;font-size:.88rem;color:#334155;line-height:1.5;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}html[data-theme=dark] .sge-bell-btn{background:#0f172ad9;color:#cbd5e1;border-color:#94a3b859}html[data-theme=dark] .sge-bell-popover,html[data-theme=dark] .sge-bell-modal{background:#1e293b;border-color:#94a3b840;color:#e2e8f0}html[data-theme=dark] .sge-bell-popover-head,html[data-theme=dark] .sge-bell-popover-foot{background:#0f172a80}html[data-theme=dark] .sge-bell-item{background:#1e293b;border-bottom-color:#94a3b826}html[data-theme=dark] .sge-bell-item--unread{background:#2563eb1a}html[data-theme=dark] .sge-bell-item-title,html[data-theme=dark] .sge-bell-history-title,html[data-theme=dark] .sge-bell-modal-title{color:#e2e8f0}html[data-theme=dark] .sge-bell-item-text,html[data-theme=dark] .sge-bell-history-body{color:#94a3b8}.sge-topmenu{position:fixed;top:16px;right:16px;z-index:1000}.sge-topmenu-btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fffffff2;border:1px solid rgba(148,163,184,.35);color:#334155;cursor:pointer;box-shadow:0 4px 12px #0f172a1a;transition:transform .15s ease,color .15s ease,border-color .15s ease,background .15s ease;font-family:inherit}.sge-topmenu-btn:hover{transform:translateY(-1px);color:#2563eb;border-color:#2563eb73}.sge-topmenu-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.sge-topmenu-btn svg{transition:transform .2s ease}.sge-topmenu-btn--open svg{transform:rotate(180deg)}.sge-topmenu-panel{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:12px;box-shadow:0 16px 40px #0f172a2e;padding:6px;display:flex;flex-direction:column;gap:2px}.sge-topmenu-version{padding:8px 12px 6px;font-size:12px;color:#64748b;white-space:nowrap}.sge-topmenu-version--with-bell{display:flex;align-items:center;justify-content:space-between;gap:8px}.sge-topmenu-version strong{color:#2563eb;font-weight:700;font-variant-numeric:tabular-nums}.sge-topmenu-sep{height:1px;margin:4px 6px;background:#94a3b840}.sge-topmenu-item{display:flex;align-items:center;gap:9px;width:100%;padding:9px 12px;border:none;background:transparent;border-radius:8px;color:#334155;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;text-align:left;transition:background .12s ease,color .12s ease}.sge-topmenu-item:hover{background:#2563eb14;color:#2563eb}.sge-topmenu-item--danger{color:#ea580c}.sge-topmenu-item--danger:hover{background:#ea580c1a;color:#ea580c}html[data-theme=dark] .sge-topmenu-btn{background:#141824f2;border-color:#ffffff26;color:#e8e8ec}html[data-theme=dark] .sge-topmenu-btn:hover{color:#60a5fa;border-color:#60a5fa80}html[data-theme=dark] .sge-topmenu-panel{background:#1a1f2e;border-color:#ffffff1f;box-shadow:0 16px 40px #00000080}html[data-theme=dark] .sge-topmenu-version{color:#8b95a8}html[data-theme=dark] .sge-topmenu-version strong{color:#60a5fa}html[data-theme=dark] .sge-topmenu-sep{background:#ffffff1a}html[data-theme=dark] .sge-topmenu-item{color:#cbd5e1}html[data-theme=dark] .sge-topmenu-item:hover{background:#60a5fa1f;color:#93c5fd}html[data-theme=dark] .sge-topmenu-item--danger{color:#fb923c}html[data-theme=dark] .sge-topmenu-item--danger:hover{background:#fb923c24;color:#fb923c}html[data-theme=dark] body,html[data-theme=dark] .hub-page,html[data-theme=dark] .app-layout-container,html[data-theme=dark] .home-container{background:#12141a!important;color:#e8e8ec!important}html[data-theme=dark] .hub-header,html[data-theme=dark] .hub-card,html[data-theme=dark] .form-section,html[data-theme=dark] .table-section,html[data-theme=dark] .modular-panel,html[data-theme=dark] .metric-card,html[data-theme=dark] .map-section,html[data-theme=dark] .modal-content,html[data-theme=dark] .modal-success{background:linear-gradient(145deg,#141824,#10131c)!important;border-color:#252a38!important;color:#e8e8ec!important;box-shadow:0 12px 40px #00000059!important}html[data-theme=dark] .map-title-container{background:linear-gradient(135deg,#2563eb2e,#38bdf82e)!important;border-color:#60a5fa33!important}html[data-theme=dark] .map-title{color:#f4f6fb!important}html[data-theme=dark] .map-title-icon{background:#141824b3!important;box-shadow:0 1px 3px #0006!important}html[data-theme=dark] .hub-title,html[data-theme=dark] .home-title,html[data-theme=dark] .cadastro-title,html[data-theme=dark] .section-title,html[data-theme=dark] .stats-title,html[data-theme=dark] .hub-card-label,html[data-theme=dark] .metric-value,html[data-theme=dark] .hub-brand-name{color:#f4f6fb!important}html[data-theme=dark] .stats-title.geographic-title{border-bottom-color:#60a5fa2e!important}html[data-theme=dark] .hub-card-desc,html[data-theme=dark] .hub-subtitle,html[data-theme=dark] .hub-user-email,html[data-theme=dark] .cadastro-subtitle,html[data-theme=dark] .metric-label,html[data-theme=dark] .loading-text,html[data-theme=dark] header p,html[data-theme=dark] small{color:#8b95a8!important}html[data-theme=dark] .title-icon-wrapper{background:linear-gradient(135deg,#2563eb2e,#38bdf82e)!important;border-color:#60a5fa40!important}html[data-theme=dark] aside{background:#0f121cd9!important;border-color:#252a38!important;color:#e8e8ec!important}html[data-theme=dark] aside a{color:#cbd5e1!important}html[data-theme=dark] .form-group input[type=text],html[data-theme=dark] .form-group input[type=number],html[data-theme=dark] .form-group input[type=datetime-local],html[data-theme=dark] .form-group select,html[data-theme=dark] .form-group textarea,html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{background:#121520d9!important;color:#e8e8ec!important;border-color:#2c3243!important}html[data-theme=dark] input:focus,html[data-theme=dark] select:focus,html[data-theme=dark] textarea:focus{border-color:#60a5fa!important;box-shadow:0 0 0 3px #60a5fa26!important}html[data-theme=dark] .form-group label,html[data-theme=dark] label{color:#cbd5e1!important}html[data-theme=dark] table{background:transparent!important;color:#e8e8ec!important}html[data-theme=dark] table thead{background:linear-gradient(135deg,#1e293b,#243446)!important;color:#e2e8f0!important}html[data-theme=dark] table tbody tr{border-color:#252a38!important}html[data-theme=dark] table tbody tr:hover{background:#2563eb14!important}html[data-theme=dark] table th,html[data-theme=dark] table td{border-color:#252a38!important}html[data-theme=dark] .msg{background:#141824cc!important;border-color:#252a38!important}html[data-theme=dark] .msg-success{background:#10b9811f!important;color:#6ee7b7!important;border-color:#10b9814d!important}html[data-theme=dark] .msg-error,html[data-theme=dark] .error-message{background:#ef44441f!important;color:#fca5a5!important;border-color:#ef44444d!important}html[data-theme=dark] .btn-secondary{background:#141824d9!important;color:#e8e8ec!important;border-color:#2c3243!important}html[data-theme=dark] .btn-secondary:hover{background:#1e232ff2!important;border-color:#3b4252!important}html[data-theme=dark] .modal-overlay{background-color:#000000bf!important}html[data-theme=dark] .modal-header{background:#141824b3!important;border-color:#252a38!important}html[data-theme=dark] .modal-header h3{color:#f87171!important}html[data-theme=dark] .modal-close{color:#cbd5e1!important}html[data-theme=dark] .duplicata-section{background:#0f121cb3!important;border-color:#252a38!important}html[data-theme=dark] .duplicata-section h4,html[data-theme=dark] .duplicata-info strong{color:#f4f6fb!important}html[data-theme=dark] .duplicata-info p,html[data-theme=dark] .modal-body>p{color:#94a3b8!important}html[data-theme=dark] .modular-panel-section{background:#141824bf!important;border-color:#252a38!important}html[data-theme=dark] .modular-panel-header{background:linear-gradient(180deg,#141824f2,#141824e0)!important;border-bottom-color:#252a38!important}html[data-theme=dark] .modular-panel-section-title{color:#cbd5e1!important}html[data-theme=dark] .modular-chip{background:#0f121cd9!important;color:#cbd5e1!important;border-color:#2c3243!important}html[data-theme=dark] .modular-chip:hover{background:#2563eb1f!important;border-color:#60a5fa80!important;color:#93c5fd!important}html[data-theme=dark] .modular-chip--active{background:linear-gradient(135deg,#2563eb38,#7c3aed2e)!important;border-color:#60a5fa8c!important;color:#bfdbfe!important}html[data-theme=dark] .modular-toggle{background:linear-gradient(135deg,#161a26,#10131c)!important;color:#e8e8ec!important;border-color:#2c3243!important}html[data-theme=dark] body.login-page{background:linear-gradient(135deg,#0e1118,#12141a,#0d1322)!important}html[data-theme=dark] .login-container{background:linear-gradient(145deg,#141824,#10131c)!important;border-color:#252a38!important}html[data-theme=dark] .login-form input{background:#121520d9!important;color:#e8e8ec!important}html[data-theme=dark] a{color:#93c5fd!important}html[data-theme=dark] a:hover{color:#bfdbfe!important}html[data-theme=dark] .hub-logout{color:#fca5a5!important;border-color:#ef444466!important}html[data-theme=dark] .hub-logout:hover{background:#ef44441a!important}html[data-theme=dark] #main-dashboard-scroll::-webkit-scrollbar-thumb{background:#2c3243!important}html[data-theme=dark] .map-wrapper[data-map-kind=heatmap] .leaflet-overlay-pane path{fill-opacity:1!important}html[data-theme=dark] .leaflet-bar{border-color:#ffffff2e!important;background:#1a1f2e!important}html[data-theme=dark] .leaflet-bar a,html[data-theme=dark] .leaflet-bar a:link,html[data-theme=dark] .leaflet-bar a:visited{background:#1a1f2e!important;color:#e8e8ec!important;border-bottom-color:#ffffff1f!important}html[data-theme=dark] .leaflet-bar a:hover,html[data-theme=dark] .leaflet-bar a:focus{background:#252a38!important;color:#fff!important}html[data-theme=dark] .leaflet-bar a.leaflet-disabled{background:#12141a!important;color:#525a6b!important;opacity:.6}html[data-theme=dark] .leaflet-control-attribution{background:#141824d9!important;color:#cbd5e1!important}html[data-theme=dark] .leaflet-control-attribution a{color:#93c5fd!important}html[data-theme=dark] .leaflet-bar a.leaflet-control-zoom-reset{border-top-color:#ffffff1f!important}html[data-theme=dark] .table-container{background:linear-gradient(145deg,#141824,#10131c)!important;border-color:#252a38!important;box-shadow:0 12px 40px #00000059!important}html[data-theme=dark] .table-header-fixed{border-bottom-color:#252a38!important}html[data-theme=dark] .data-table tbody tr{background:transparent!important;border-bottom-color:#252a38!important}html[data-theme=dark] .data-table tbody tr:hover{background:#2563eb14!important}html[data-theme=dark] .data-table td{background:transparent!important;color:#e8e8ec!important;border-right-color:#252a38!important}html[data-theme=dark] .data-table td.empty{color:#525a6b!important}html[data-theme=dark] .pagination-container{border-top-color:#252a38!important}html[data-theme=dark] .pagination-button{background:#141824d9!important;color:#cbd5e1!important;border-color:#2c3243!important}html[data-theme=dark] .pagination-button:hover:not(:disabled){background:#1e232ff2!important;border-color:#3b4252!important;color:#e8e8ec!important}html[data-theme=dark] .pagination-info,html[data-theme=dark] .page-size-select{color:#8b95a8!important}html[data-theme=dark] .page-size-select select,html[data-theme=dark] .table-search-input,html[data-theme=dark] .table-search input{background:#121520d9!important;color:#e8e8ec!important;border-color:#2c3243!important}html[data-theme=dark] .table-toolbar,html[data-theme=dark] .pagination-info-top{color:#8b95a8!important}html[data-theme=dark] .pagination-show-all{background:#334155!important;color:#e2e8f0!important}html[data-theme=dark] .pagination-show-all:hover{background:#475569!important;box-shadow:0 2px 6px #0f172a66!important}html[data-theme=dark] .data-table tbody tr.selected,html[data-theme=dark] .data-table tbody tr.row-selected,html[data-theme=dark] .data-table tbody tr[aria-selected=true]{background:#47556959!important}html[data-theme=dark] .data-table th{border-right-color:#ffffff59!important}html[data-theme=dark] .table-body-scrollable::-webkit-scrollbar-track,html[data-theme=dark] .main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track,html[data-theme=dark] main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-track{background:#1a1f2e!important}html[data-theme=dark] .table-body-scrollable::-webkit-scrollbar-thumb,html[data-theme=dark] .main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb,html[data-theme=dark] main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb,html[data-theme=dark] div.table-body-scrollable::-webkit-scrollbar-thumb,html[data-theme=dark] div[class*=table-body]::-webkit-scrollbar-thumb{background:#475569!important;background-color:#475569!important;border:2px solid #1a1f2e!important}html[data-theme=dark] .table-body-scrollable::-webkit-scrollbar-thumb:hover,html[data-theme=dark] .main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:hover,html[data-theme=dark] main.main-dashboard-scroll .table-body-scrollable::-webkit-scrollbar-thumb:hover{background:#64748b!important;border-color:#1a1f2e!important}html[data-theme=dark] #main-dashboard-scroll::-webkit-scrollbar-track{background:#12141a!important}html[data-theme=dark] #main-dashboard-scroll::-webkit-scrollbar-thumb{background:#2c3243!important;border-radius:6px!important}html[data-theme=dark] #main-dashboard-scroll::-webkit-scrollbar-thumb:hover{background:#3b4252!important}html[data-theme=dark] .table-body-scrollable{scrollbar-color:#475569 #1a1f2e!important}html[data-theme=dark] #main-dashboard-scroll{scrollbar-color:#2c3243 #12141a!important}html[data-theme=dark] .usuarios-header h1{color:#f4f6fb!important}html[data-theme=dark] .usuarios-subtitle{color:#8b95a8!important}html[data-theme=dark] .usuarios-table-container{background:linear-gradient(145deg,#141824,#10131c)!important;border-color:#252a38!important;box-shadow:0 12px 40px #00000059!important}html[data-theme=dark] .usuarios-table thead{background:linear-gradient(135deg,#1e293b,#243446)!important;border-bottom-color:#252a38!important}html[data-theme=dark] .usuarios-table thead th{color:#cbd5e1!important}html[data-theme=dark] .usuarios-table tbody tr{background:transparent!important;border-bottom-color:#252a38!important}html[data-theme=dark] .usuarios-table tbody tr:hover{background:#47556940!important}html[data-theme=dark] .usuarios-table tbody td{color:#e8e8ec!important}html[data-theme=dark] .usuario-email{color:#93c5fd!important}html[data-theme=dark] .stat-card{background:linear-gradient(145deg,#141824,#10131c)!important;border:1px solid #252a38!important;box-shadow:0 6px 20px #0000004d!important}html[data-theme=dark] .stat-card:hover{box-shadow:0 10px 24px #0006!important}html[data-theme=dark] .stat-value{color:#f4f6fb!important}html[data-theme=dark] .stat-label{color:#8b95a8!important}html[data-theme=dark] .stat-icon{background:#60a5fa26!important;color:#60a5fa!important}html[data-theme=dark] .stat-icon-admin{background:#a78bfa26!important;color:#a78bfa!important}html[data-theme=dark] .stat-icon-active{background:#4ade8026!important;color:#4ade80!important}html[data-theme=dark] .badge-admin{background:#a78bfa2e!important;color:#c4b5fd!important;border-color:#a78bfa59!important}html[data-theme=dark] .badge-usuario,html[data-theme=dark] .badge-user{background:#60a5fa2e!important;color:#93c5fd!important;border-color:#60a5fa59!important}html[data-theme=dark] .badge-ativo,html[data-theme=dark] .badge-active{background:#4ade802e!important;color:#86efac!important;border-color:#4ade8059!important}html[data-theme=dark] .badge-inativo,html[data-theme=dark] .badge-inactive{background:#f871712e!important;color:#fca5a5!important;border-color:#f8717159!important}html[data-theme=dark] .usuarios-empty,html[data-theme=dark] .usuarios-loading,html[data-theme=dark] .usuarios-error{color:#8b95a8!important}html[data-theme=dark] body.login-page{background:radial-gradient(circle at 10% 20%,rgba(37,99,235,.15),transparent 45%),radial-gradient(circle at 80% 0%,rgba(124,58,237,.15),transparent 50%),linear-gradient(135deg,#0e1118,#12141a,#0d1322)!important;color:#e8e8ec!important}html[data-theme=dark] .login-container{background:linear-gradient(145deg,#141824,#10131c)!important;box-shadow:0 20px 70px #00000080,0 0 1px #60a5fa2e!important}html[data-theme=dark] .login-container:after{border-color:#ffffff0f!important}html[data-theme=dark] .login-field label{color:#cbd5e1!important}html[data-theme=dark] .login-input-wrapper{background:#121520d9!important;border-color:#2c3243!important;box-shadow:0 1px 2px #0000004d!important}html[data-theme=dark] .login-input-wrapper:focus-within{border-color:#60a5fa8c!important;box-shadow:0 0 0 4px #60a5fa1f,0 10px 30px #0006!important}html[data-theme=dark] .login-input-wrapper input{color:#e8e8ec!important;background:transparent!important}html[data-theme=dark] .login-input-wrapper input::placeholder{color:#64748b!important}html[data-theme=dark] .login-input-wrapper svg{color:#64748b!important}html[data-theme=dark] .login-error{background:#f871711f!important;color:#fca5a5!important}html[data-theme=dark] .login-field-error{color:#fdba74!important}html[data-theme=dark] .login-submit{background:linear-gradient(135deg,#1e293b,#243446)!important;box-shadow:0 6px 14px #0006,0 0 1px #ffffff0f!important;color:#e2e8f0!important}html[data-theme=dark] .login-submit:hover{background:linear-gradient(135deg,#243446,#334155)!important;box-shadow:0 10px 20px #00000080,0 0 1px #ffffff1a!important}html[data-theme=dark] .login-input-wrapper input:-webkit-autofill,html[data-theme=dark] .login-input-wrapper input:-webkit-autofill:hover,html[data-theme=dark] .login-input-wrapper input:-webkit-autofill:focus,html[data-theme=dark] .login-input-wrapper input:-webkit-autofill:active,html[data-theme=dark] input:-webkit-autofill,html[data-theme=dark] input:-webkit-autofill:hover,html[data-theme=dark] input:-webkit-autofill:focus,html[data-theme=dark] input:-webkit-autofill:active{-webkit-text-fill-color:#e8e8ec!important;-webkit-box-shadow:0 0 0 1000px rgba(18,21,32,.95) inset!important;box-shadow:0 0 0 1000px #121520f2 inset!important;caret-color:#e8e8ec!important;transition:background-color 9999s ease-in-out 0s}html[data-theme=dark] .title-icon{background:#141824b3!important;border-color:#60a5fa40!important;box-shadow:0 2px 8px #0000004d!important}html[data-theme=dark] .home-title:hover .title-icon{border-color:#60a5fa66!important;box-shadow:0 4px 12px #0006!important}.title-icon svg{width:60%;height:60%}.title-icon .bar-1{fill:#2563eb}.title-icon .bar-2{fill:#38bdf8}.title-icon .bar-3{fill:#7c3aed}.title-icon svg path{color:#0f172a99}html[data-theme=dark] .title-icon .bar-1{fill:#60a5fa}html[data-theme=dark] .title-icon .bar-2{fill:#93c5fd}html[data-theme=dark] .title-icon .bar-3{fill:#a78bfa}html[data-theme=dark] .title-icon svg path{color:#ffffff40}html[data-theme=dark] .btn-primary{background:linear-gradient(135deg,#1e3a8a,#1e40af)!important;box-shadow:0 4px 12px #0006!important;color:#e2e8f0!important}html[data-theme=dark] .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#1e40af,#2563eb)!important;box-shadow:0 6px 18px #00000080!important}html[data-theme=dark] .btn-warning{background:linear-gradient(135deg,#78350f,#92400e)!important;box-shadow:0 4px 12px #0006!important;color:#fde68a!important}html[data-theme=dark] .btn-warning:hover:not(:disabled){background:linear-gradient(135deg,#92400e,#b45309)!important;box-shadow:0 6px 18px #00000080!important}html[data-theme=dark] .btn-danger{background:linear-gradient(135deg,#7f1d1d,#991b1b)!important;box-shadow:0 4px 12px #0006!important;color:#fecaca!important}html[data-theme=dark] .btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#991b1b,#b91c1c)!important;box-shadow:0 6px 18px #00000080!important}.sge-session-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:3000;padding:24px}.sge-session-modal{background:#fff;border-radius:14px;width:min(440px,92vw);padding:22px 24px 18px;box-shadow:0 18px 60px #00000059;display:flex;flex-direction:column;gap:12px}.sge-session-title{margin:0;font-size:1.15rem;font-weight:700;color:#1e293b}.sge-session-body{margin:0;font-size:.92rem;line-height:1.5;color:#334155}.sge-session-error{margin:0;padding:8px 12px;border-radius:8px;background:#dc262614;color:#b91c1c;font-size:.85rem}.sge-session-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.sge-session-btn{font-size:.88rem;font-weight:600;padding:8px 16px;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:filter .12s ease,background .12s ease}.sge-session-btn:disabled{opacity:.6;cursor:not-allowed}.sge-session-btn--ghost{background:#fff;border-color:#94a3b880;color:#475569}.sge-session-btn--ghost:hover:not(:disabled){background:#94a3b81f}.sge-session-btn--primary{background:#2563eb;color:#fff}.sge-session-btn--primary:hover:not(:disabled){filter:brightness(1.07)}html[data-theme=dark] .sge-session-modal{background:#1e293b;color:#e2e8f0}html[data-theme=dark] .sge-session-title{color:#e2e8f0}html[data-theme=dark] .sge-session-body{color:#cbd5e1}html[data-theme=dark] .sge-session-btn--ghost{background:#0f172a80;border-color:#94a3b859;color:#cbd5e1}html[data-theme=dark] .sge-session-btn--ghost:hover:not(:disabled){background:#94a3b826}
