:root{--primary:#173f5f;--secondary:#20639b;--accent:#3caea3;--warning:#f6c344;--danger:#d9485f;--bg:#f3f6f9;--text:#263238;--muted:#6b7b88}
*{box-sizing:border-box}.app-body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.app-shell{min-height:100vh;display:flex}.sidebar{width:260px;background:linear-gradient(180deg,#12344d,#173f5f);color:#fff;position:fixed;inset:0 auto 0 0;z-index:1030;overflow-y:auto;transition:.25s}.brand{height:82px;display:flex;align-items:center;gap:12px;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.1)}.brand-icon{width:42px;height:42px;display:grid;place-items:center;background:rgba(255,255,255,.12);border-radius:12px;font-size:20px}.brand strong{display:block;font-size:15px}.brand small{display:block;opacity:.65;font-size:11px}.sidebar-nav{padding:16px 12px 30px}.sidebar-nav .nav-link{color:rgba(255,255,255,.8);padding:10px 12px;border-radius:9px;margin-bottom:3px;display:flex;align-items:center;gap:11px;font-size:14px}.sidebar-nav .nav-link i{width:18px}.sidebar-nav .nav-link:hover,.sidebar-nav .nav-link.active{background:rgba(255,255,255,.13);color:#fff}.nav-section{font-size:10px;text-transform:uppercase;letter-spacing:1.4px;color:rgba(255,255,255,.42);padding:17px 12px 7px}.main-content{margin-left:260px;min-width:0;width:calc(100% - 260px)}.topbar{height:82px;background:#fff;border-bottom:1px solid #e5ebef;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:1020}.topbar-title h1{font-size:20px;margin:0;font-weight:700}.topbar-title span{font-size:12px;color:var(--muted)}.user-menu .btn{display:flex;align-items:center;gap:9px;border:0}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:700}.content-area{padding:24px 28px 45px}.panel{background:#fff;border:1px solid #e5ebef;border-radius:14px;box-shadow:0 3px 16px rgba(26,56,78,.05)}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #edf1f4}.panel-header h2{font-size:16px;margin:0;font-weight:700}.panel-body{padding:20px}.kpi-card{background:#fff;border:1px solid #e5ebef;border-radius:14px;padding:18px;display:flex;align-items:center;gap:14px;height:100%;box-shadow:0 3px 16px rgba(26,56,78,.05)}.kpi-icon{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;font-size:20px}.kpi-card small{color:var(--muted);display:block}.kpi-card strong{display:block;font-size:22px;margin-top:2px}.icon-blue{background:#e9f2fb;color:#20639b}.icon-green{background:#e4f5f1;color:#198b78}.icon-yellow{background:#fff5d8;color:#a97700}.icon-red{background:#fdebed;color:#c2374c}.icon-purple{background:#f0ebfb;color:#6f48b5}.table{--bs-table-bg:transparent}.table thead th{font-size:11px;text-transform:uppercase;letter-spacing:.4px;color:#71808c;border-bottom-width:1px}.table td{vertical-align:middle;font-size:13px}.btn-primary{background:var(--primary);border-color:var(--primary)}.btn-primary:hover{background:#0f3049;border-color:#0f3049}.form-label{font-size:12px;font-weight:650;color:#4a5964}.form-control,.form-select{border-color:#dbe3e8;min-height:42px}.form-control:focus,.form-select:focus{border-color:#6fa7c7;box-shadow:0 0 0 .2rem rgba(32,99,155,.12)}.alert-list{display:flex;flex-direction:column;gap:10px}.alert-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid #edf1f4;border-radius:10px}.alert-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;flex:0 0 auto}.alert-item strong{font-size:13px;display:block}.alert-item small{font-size:12px;color:var(--muted)}.login-body{min-height:100vh;background:linear-gradient(135deg,#0f2f47,#20639b);display:grid;place-items:center;font-family:Inter,system-ui,sans-serif;padding:20px}.login-card{width:min(430px,100%);background:#fff;border-radius:20px;padding:34px;box-shadow:0 24px 80px rgba(0,0,0,.25)}.login-logo{width:64px;height:64px;display:grid;place-items:center;background:#e9f2fb;color:var(--primary);font-size:27px;border-radius:17px;margin-bottom:20px}.item-row{background:#f8fafb;border:1px solid #e6ecef;border-radius:11px;padding:12px;margin-bottom:10px}.stock-low{color:#c2374c;font-weight:700}.stock-ok{color:#198b78;font-weight:700}.chart-wrap{height:310px}.empty-state{text-align:center;padding:35px 15px;color:var(--muted)}.empty-state i{font-size:35px;margin-bottom:12px;opacity:.35}.summary-strip{background:#f6f9fb;border-radius:10px;padding:12px 14px}.print-only{display:none}@media(max-width:991.98px){.sidebar{transform:translateX(-100%)}.sidebar.show{transform:translateX(0)}.main-content{margin-left:0;width:100%}.content-area{padding:18px 14px}.topbar{padding:0 14px}.topbar-title h1{font-size:17px}}@media print{.sidebar,.topbar,.no-print,.btn{display:none!important}.main-content{margin:0;width:100%}.content-area{padding:0}.panel{box-shadow:none;border:0}.print-only{display:block}}
.kpi-note{display:block;font-size:10px;color:var(--muted);margin-top:2px}.birthday-panel{border-left:4px solid #6f48b5}.birthday-icon{width:48px;height:48px;border-radius:13px;background:#f0ebfb;color:#6f48b5;display:grid;place-items:center;font-size:20px}.consumption-bar{height:7px;border-radius:999px;background:#edf1f4;overflow:hidden}.consumption-bar>span{display:block;height:100%;background:currentColor;border-radius:inherit}.badge.text-bg-info{color:#16485f!important}

/* CSCM_LOGO_START */

/* Logo institucional - barra lateral */
.brand-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    overflow: hidden;
}

.brand-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Logo institucional - login */
.login-logo {
    width: 74px;
    height: 74px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin: 0 auto 10px auto;
}

.login-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* CSCM_LOGO_END */
