:root {
    --portal-bg: #eef3f8;
    --portal-surface: #ffffff;
    --portal-primary: #0d4b94;
    --portal-accent: #f59e0b;
    --portal-text: #20324d;
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--portal-text);
    background: linear-gradient(180deg, #edf3f9 0, #f6f9fc 100%);
    min-height: 100vh;
}

.top-strip {
    background: #0c3f81;
    color: #dbeafe;
    font-size: 0.86rem;
}

.nav-portal {
    background: #fff;
    border-bottom: 1px solid rgba(13, 75, 148, 0.12);
}

.btn-amber {
    background: var(--portal-accent);
    color: #fff;
    border: 0;
}

.btn-amber:hover {
    background: #de8b08;
    color: #fff;
}

.card-portal {
    background: var(--portal-surface);
    border: 1px solid rgba(13, 75, 148, 0.12);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(24, 49, 66, 0.08);
}

.hero {
    background: linear-gradient(130deg, #e3ebf6, #d8e6f8);
    color: var(--portal-text);
    border: 1px solid #d3dfef;
    position: relative;
    overflow: hidden;
}

.hero:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(13, 75, 148, 0.09);
    right: -60px;
    top: -80px;
}

.hero-brand {
    color: #0c3f81;
    font-weight: 800;
}

.search-panel {
    background: #fff;
    border: 1px solid #d5e0ef;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(18, 55, 100, 0.09);
}

.chip {
    border: 1px solid #d5deeb;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.9rem;
    background: #f8fbff;
}

.profile-shell {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #d5e0ef;
    overflow: hidden;
}

.profile-side {
    background: linear-gradient(160deg, #0d4b94, #0c3f81);
    color: #fff;
    min-height: 100%;
}

.form-label {
    font-weight: 700;
}
