:root{--navy:#0b1e3d;--navy-dark:#071426;--teal:#00c2a0;--teal-dark:#009e84;--sidebar-w:240px}*{box-sizing:border-box}body{background-color:#f0f4f8;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.sidebar{position:fixed;top:0;left:0;width:var(--sidebar-w);height:100vh;background:var(--navy);display:flex;flex-direction:column;z-index:100;overflow-y:auto}.sidebar-logo{padding:1.25rem 1.25rem 1rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.sidebar-logo h6{color:#fff;font-weight:700;margin:0;font-size:.95rem}.sidebar-logo small{color:hsla(0,0%,100%,.45);font-size:.72rem}.sidebar-logo .logo-icon{width:36px;height:36px;background:var(--teal);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar nav{padding:.75rem;flex:1 1}.sidebar .nav-link{color:hsla(0,0%,100%,.55);border-radius:8px;padding:.6rem .85rem;font-size:.875rem;display:flex;align-items:center;gap:.65rem;transition:all .15s;margin-bottom:2px}.sidebar .nav-link:hover{color:#fff;background:hsla(0,0%,100%,.06)}.sidebar .nav-link.active{color:#fff;background:hsla(0,0%,100%,.1);font-weight:600}.sidebar .nav-link.active svg{color:var(--teal)}.sidebar-footer{padding:.75rem;border-top:1px solid hsla(0,0%,100%,.08)}.main-content{margin-left:var(--sidebar-w);min-height:100vh;display:flex;flex-direction:column;width:calc(100% - var(--sidebar-w));max-width:calc(100% - var(--sidebar-w));overflow-x:hidden}.topbar{height:56px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;padding:0 1.5rem;gap:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.topbar-title{font-weight:600;font-size:.95rem;color:#1e293b;flex:1 1}.avatar-circle{width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.kpi-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.1rem 1.25rem;height:100%}.kpi-card .kpi-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.kpi-card .kpi-value{font-size:1.65rem;font-weight:700;color:#1e293b;line-height:1}.kpi-card .kpi-label{font-size:.78rem;color:#94a3b8;margin-top:.25rem}.kpi-card .kpi-delta{font-size:.75rem;margin-top:.35rem}.page-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.25rem}.badge-score-aplus{background:#d1fae5;color:#065f46}.badge-score-a{background:#dcfce7;color:#166534}.badge-score-bplus{background:#dbeafe;color:#1e40af}.badge-score-b{background:#e0f2fe;color:#075985}.badge-score-c{background:#f1f5f9;color:#475569}.btn-navy{background:var(--navy);color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s}.btn-navy:hover{background:#1e4da1;color:#fff}.btn-teal{background:var(--teal);color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.btn-teal:hover{background:var(--teal-dark);color:#fff}.form-control,.form-select{border-radius:8px;border-color:#e2e8f0;font-size:.875rem}.form-control:focus,.form-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.table-gabinete th{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;padding:.65rem 1rem}.table-gabinete td{font-size:.875rem;color:#374151;padding:.85rem 1rem;vertical-align:middle;border-bottom:1px solid #f1f5f9}.table-gabinete tbody tr:hover{background:#f8fafc}.login-bg{min-height:100vh;background:linear-gradient(135deg,var(--navy) 0,#1e4da1 60%,var(--teal-dark) 100%);display:flex;align-items:center;justify-content:center}.login-card{background:#fff;border-radius:16px;padding:2.25rem;width:100%;max-width:400px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.kanban-col{min-width:270px;max-width:270px}.kanban-header{background:#fff;border-radius:10px 10px 0 0;border:1px solid #e2e8f0;border-bottom:none;padding:.65rem .85rem;display:flex;align-items:center;justify-content:space-between}.kanban-body{background:#f1f5f9;border-radius:0 0 10px 10px;border:1px solid #e2e8f0;border-top:none;padding:.5rem;min-height:120px;max-height:calc(100vh - 280px);overflow-y:auto}.kanban-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:.75rem;margin-bottom:.5rem;cursor:pointer;transition:box-shadow .15s;text-decoration:none;display:block;color:inherit}.kanban-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.08);color:inherit}.municipipe-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1rem;transition:box-shadow .15s,border-color .15s;text-decoration:none;color:inherit;display:block;height:100%}.municipipe-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:#cbd5e1;color:inherit}.main-content>*{width:100%}@media (max-width:768px){.sidebar{display:none!important}.main-content{margin-left:0!important;width:100%!important;max-width:100%!important;padding-bottom:70px!important}.mobile-nav{display:flex!important}}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:64px;background:#0b1e3d;border-top:1px solid hsla(0,0%,100%,.1);z-index:200;align-items:center;justify-content:space-around;padding:0 .5rem}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;color:hsla(0,0%,100%,.5);text-decoration:none;font-size:.62rem;padding:.5rem;border-radius:8px;min-width:52px;transition:all .15s}.mobile-nav-item.active{color:#00c2a0}.mobile-nav-item i{font-size:1.3rem}@media print{.btn,.modal-footer,.no-print,.sidebar,.topbar{display:none!important}.bg-white,.modal-content{box-shadow:none!important;border:none!important}body{background:#fff!important}.print-only{display:block!important}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}