body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#0b0f17;
}

/* PAGE STRUCTURE */
.page-wrapper{
    display:flex;
    flex-direction:column;
    min-height:100vh;
}

.wrapper{
    flex:1;
    display:flex;
}

/* LEFT SIDE */
.left{
    flex:3;
    background:white;
    padding:60px;
    color:#111;
}

/* RIGHT BLUE PANEL */
.right{
    flex:1;
    background:#0f2f66;
    color:white;
    position:sticky;
    top:0;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
}

/* CONTENT */
.header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

h1{ margin:0; }
h2{ margin-top:30px; }
p{ line-height:1.6; }
ul{ margin-left:20px; line-height:1.6; }
.card{ max-width:280px; }

.back a{
    background:#1d4ed8;
    color:white;
    padding:8px 16px;
    text-decoration:none;
    border-radius:6px;
    font-size:14px;
}

.back a:hover{
    background:#1e40af;
}

/* FOOTER */
.portal-footer{
    background:white;
    text-align:center;
    padding:20px;
    font-size:14px;
    margin-top:auto;
}

.footer-links{
    margin-top:10px;
}

.footer-links a{
    color:#1d4ed8;
    text-decoration:none;
    margin-right:18px;
    font-size:14px;
}

.footer-links a:hover{
    text-decoration:underline;
}

.copyright{
    margin-top:10px;
    font-size:13px;
    color:#666;
}

.pagination{
    margin-top:15px;
}

.pagination a{
    padding:6px 10px;
    background:#162c4a;
    margin-right:5px;
    border-radius:5px;
    color:white;
    text-decoration:none;
}

.box-title{
    position:relative;
    margin-bottom:15px;
}
