:root{

    --sgf-primary:#0d6efd;

    --sgf-success:#198754;

    --sgf-warning:#ffc107;

    --sgf-danger:#dc3545;

    --sgf-dark:#212529;

    --sgf-light:#f8f9fa;

    --sgf-radius:14px;

    --sgf-shadow:0 8px 24px rgba(0,0,0,.08);

}

.sgf-card{

    border:none;

    border-radius:var(--sgf-radius);

    box-shadow:var(--sgf-shadow);

}

.sgf-section{

    margin-bottom:30px;

}

.sgf-section-title{

    font-size:1.1rem;

    font-weight:700;

    color:#555;

    border-bottom:1px solid #dee2e6;

    padding-bottom:8px;

    margin-bottom:20px;

}

.sgf-form label{

    font-weight:600;

    margin-bottom:6px;

}

.sgf-form .form-control,

.sgf-form .form-select{

    border-radius:10px;

}

/* =====================================================
PAGE HEADER
===================================================== */

.page-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:30px;

    padding-bottom:18px;

    border-bottom:1px solid #d9e2ec;

}

.page-breadcrumb{

    color:#f1a900;

    font-size:.72rem;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:6px;

}

.page-header h1{

    font-size:2rem;

    font-weight:700;

    color:#16324f;

    margin:0;

}

.page-header p{

    margin:4px 0 0;

    color:#6d7a86;

    font-size:.95rem;

}

.sgl-module-bar{

    display:flex;

    justify-content:center;

    margin:30px 0 40px;

}

.sgl-module-list{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;

}

.sgl-module{

    display:flex;

    align-items:center;

    gap:10px;

    padding:14px 24px;

    border-radius:14px;

    background:#fff;

    color:#16355b;

    text-decoration:none;

    font-weight:600;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.25s ease;

}

.sgl-module i{

    font-size:1.1rem;

}

.sgl-module:hover{

    transform:translateY(-3px);

    color:#16355b;

}

.sgl-module.active{

    background:linear-gradient(90deg,#0d4f8c,#178c73);

    color:#fff;

}

.sgl-module.active i{

    color:#fff;

}

.sgl-stat-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.sgl-stat-number{

    font-size:2.3rem;

    font-weight:700;

    color:#123a68;

}

.sgl-stat-label{

    margin-top:8px;

    color:#6c7a89;

    font-weight:600;

}

/* =====================================================
   TOOLBAR
===================================================== */

.module-toolbar{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    margin-bottom:28px;

    flex-wrap:wrap;

}

/* =====================================================
   PESQUISA
===================================================== */

.module-search{

    position:relative;

    width:420px;

    max-width:100%;

}

.module-search i{

    position:absolute;

    left:18px;

    top:50%;

    transform:translateY(-50%);

    color:#6b7b91;

    font-size:18px;

}

.module-search input{

    padding-left:48px;

    height:52px;

    border-radius:14px;

    border:1px solid #dbe4ef;

    background:#fff;

    box-shadow:0 8px 22px rgba(0,0,0,.06);

}

.module-search input:focus{

    border-color:#0d4f8c;

    box-shadow:0 0 0 .20rem rgba(13,79,140,.15);

}

.sgl-label{

    font-size:.78rem;

    font-weight:700;

    letter-spacing:.04em;

    text-transform:uppercase;

    color:#6c757d;

    margin-bottom:8px;

    display:block;

}

.sgl-input{

    min-height:48px;

    border-radius:12px;

    border:1px solid #d9dee8;

    transition:.2s;

}

.sgl-input:focus{

    border-color:#0d6efd;

    box-shadow:0 0 0 .20rem rgba(13,110,253,.15);

}

.sgl-stat-card{

    background:#fff;

    border-radius:18px;

    padding:22px;

    border:1px solid #edf2f7;

    box-shadow:0 10px 24px rgba(15,23,42,.06);

    transition:.2s ease;

}

.sgl-stat-card:hover{

    transform:translateY(-2px);

    box-shadow:0 16px 36px rgba(15,23,42,.10);

}

.sgl-stat-icon{

    width:58px;

    height:58px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f4f7fb;

    font-size:1.6rem;

    margin-right:18px;

    flex-shrink:0;

}

.sgl-stat-number{

    font-size:2rem;

    font-weight:700;

    line-height:1.1;

    color:#16324f;

}

.sgl-stat-label{

    font-size:.82rem;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.05em;

    color:#7b8794;

    margin-bottom:6px;

}

.sgl-stat-description{

    margin-top:4px;

    font-size:.82rem;

    color:#8a96a3;

}