
:root{--nser-green:#064b35;--nser-dark:#043625;--nser-gold:#d6a029;}
body{background:#eef5f8;}
#header{min-height:118px!important;background:linear-gradient(135deg,var(--nser-green),var(--nser-dark))!important;border-radius:0 0 18px 18px!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:12px 20px!important;box-sizing:border-box!important;}
#header h1{color:#fff!important;margin:0!important;font-size:28px!important;line-height:1.15!important;letter-spacing:.3px!important;text-shadow:none!important;}
#header h3{color:#f7f3db!important;margin:5px 0 0 0!important;font-size:15px!important;font-weight:700!important;}
#header .nser-brand-wrap{display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;}

#leftColumn{border-radius:18px!important;border:1px solid #cbd5e1!important;box-shadow:0 10px 28px rgba(15,23,42,.08)!important;background:#fff!important;}
table.grid th,.grid th{background:#064b35!important;color:#fff!important;}
a.btn,button,input[type=submit],input[type=button]{background:#064b35;color:#fff;border:none;border-radius:8px;padding:8px 12px;font-weight:700;cursor:pointer;text-decoration:none;}
a.btn:hover,button:hover,input[type=submit]:hover,input[type=button]:hover{background:#d6a029;color:#111827;}
.nser-footer{clear:both;margin:20px 0 0 0;padding:12px;text-align:center;color:#475569;font-size:12px;border-top:1px solid #d7e1e8;}
@media(max-width:900px){#header .nser-brand-wrap{flex-direction:column;gap:8px!important;}#header h1{font-size:22px!important;}}

#header .nser-logo{
    width:86px!important;
    height:86px!important;
    object-fit:contain!important;
    border-radius:0!important;
    background:transparent!important;
    padding:0!important;
    box-shadow:none!important;
}
@media(max-width:900px){
    #header .nser-logo{width:70px!important;height:70px!important;}
}
