:root {
    --energy-blue: #073b78;
    --dark-navy: #061a2f;
    --industrial-green: #0f8b4c;
    --energy-red: #c1121f;
    --white: #ffffff;
    --light-gray: #f6f8fb;
    --dark-text: #111827;
    --muted-text: #6b7280;
    --gold: #d6b362;
    --shadow-soft: 0 20px 55px rgba(6, 26, 47, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--dark-text);
    background: var(--white);
}

body.auth-body {
    background: linear-gradient(160deg, #04111f, #073b78 48%, #0b2744);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
}

a {
    text-decoration: none;
}

.aurum-navbar {
    background: rgba(6, 26, 47, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-mark {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--energy-blue), var(--industrial-green));
    color: #fff;
    font-weight: 800;
}

.brand-mark.large {
    width: 72px;
    height: 72px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.brand-logo-wrap {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(214, 179, 98, 0.2), rgba(255, 255, 255, 0.08));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.brand-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brand-copy {
    display: inline-flex;
    align-items: baseline;
    gap: 0.55rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 0;
}

.brand-copy strong {
    font-size: 1rem;
    line-height: 1.1;
}

.brand-tagline {
    display: inline;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.aurum-navbar .navbar-nav {
    flex-wrap: nowrap;
}

.aurum-navbar .nav-item {
    white-space: nowrap;
}

.aurum-navbar .nav-link {
    font-size: 0.9rem;
    padding: 0.45rem 0.7rem;
    white-space: nowrap;
}

.investor-login-btn {
    font-size: 0.82rem;
    line-height: 1.15;
    white-space: nowrap;
}

.aurum-dropdown {
    width: min(780px, calc(100vw - 24px));
    overflow: hidden;
    border-radius: 22px;
    margin-top: 0.7rem;
    background: #fff;
}

.dropdown-highlight {
    background: linear-gradient(180deg, rgba(7, 59, 120, 0.95), rgba(15, 139, 76, 0.92));
    color: #fff;
    padding: 1.7rem;
    min-height: 100%;
}

.dropdown-highlight h6 {
    font-size: 1.55rem;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.dropdown-highlight p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.55;
}

.aurum-dropdown .list-group-item {
    border: 0;
    padding: 0.85rem 1rem;
}

.aurum-dropdown .list-group-item span {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--dark-text);
    line-height: 1.35;
}

.aurum-dropdown .list-group-item small {
    display: block;
    color: var(--muted-text);
    margin-top: 0.28rem;
    font-size: 0.8rem;
    line-height: 1.45;
    word-break: break-word;
}

.hero-slider-section {
    position: relative;
    color: #fff;
    background: var(--dark-navy);
}

.hero-section h1,
.inner-hero h1 {
    font-size: clamp(2.7rem, 4vw, 4.8rem);
}

.hero-slide h1,
.hero-slide h2 {
    font-size: clamp(2.7rem, 4.6vw, 5rem);
    max-width: 900px;
}

.section-kicker {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-visual,
.leader-image-card,
.login-card,
.contact-card,
.office-card,
.cta-card,
.info-panel,
.feature-card,
.service-card,
.project-card {
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.hero-slide {
    min-height: 82vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide-content {
    padding-top: 8rem;
    padding-bottom: 10rem;
}

.hero-slide .lead {
    max-width: 760px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-slider-controls .carousel-control-prev,
.hero-slider-controls .carousel-control-next {
    width: 58px;
    height: 58px;
    top: auto;
    bottom: 8rem;
    opacity: 1;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.hero-slider-controls .carousel-control-prev {
    left: auto;
    right: 7.25rem;
}

.hero-slider-controls .carousel-control-next {
    right: 2.5rem;
}

.hero-stats-wrap {
    position: relative;
    margin-top: -4.5rem;
    z-index: 4;
    padding-bottom: 1rem;
}

.hero-stats {
    position: relative;
    z-index: 5;
}

.hero-visual {
    position: relative;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.hero-visual img,
.service-card img,
.project-card img {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
}

.service-card img,
.project-card img {
    min-height: 250px;
}

.hero-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.92);
    color: var(--dark-navy);
    padding: 0.8rem 1rem;
    border-radius: 18px;
    font-weight: 700;
}

.hero-badge.top {
    top: 1.75rem;
    left: 1.75rem;
}

.hero-badge.bottom {
    bottom: 1.75rem;
    right: 1.75rem;
}

.hero-stats .stat-card,
.metric-card,
.feature-card,
.info-panel,
.cta-card,
.contact-card,
.office-card,
.leader-card {
    background: #fff;
    padding: 1.5rem;
}

.stat-card {
    border-radius: 22px;
    height: 100%;
}

.stat-card-solid {
    background: #ffffff;
    color: var(--dark-text);
    border: 1px solid rgba(7, 59, 120, 0.08);
    box-shadow: 0 20px 40px rgba(6, 26, 47, 0.14);
    padding: 1.35rem 1.2rem;
}

.stat-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(7, 59, 120, 0.12), rgba(15, 139, 76, 0.16));
    color: var(--energy-blue);
    font-size: 1.25rem;
}

.stat-card strong {
    display: block;
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    color: var(--dark-navy);
    margin-bottom: 0.4rem;
}

.stat-card span {
    display: block;
    color: var(--muted-text);
    font-size: 0.95rem;
    line-height: 1.45;
}

.section-space {
    padding: 5rem 0;
}

.section-gradient {
    background: linear-gradient(180deg, #ffffff, #edf4fb);
}

.service-card,
.project-card {
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.service-card .card-body,
.project-card .card-body {
    padding: 1.5rem;
}

.icon-pill {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(7, 59, 120, 0.12), rgba(15, 139, 76, 0.12));
    color: var(--energy-blue);
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.project-category {
    display: inline-block;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(7, 59, 120, 0.08);
    color: var(--energy-blue);
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.project-meta {
    display: flex;
    justify-content: space-between;
    color: var(--muted-text);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.feature-card i,
.related-link-card i {
    font-size: 1.5rem;
    color: var(--energy-red);
    margin-bottom: 1rem;
}

.btn-brand-primary {
    background: linear-gradient(135deg, var(--energy-blue), var(--industrial-green));
    border: 0;
    color: #fff;
    border-radius: 999px;
    padding: 0.8rem 1.4rem;
}

.btn-brand-outline {
    border: 1px solid rgba(7, 59, 120, 0.18);
    color: var(--energy-blue);
    border-radius: 999px;
    padding: 0.8rem 1.4rem;
    background: #fff;
}

.btn-soft-light {
    border-radius: 999px;
    padding: 0.8rem 1.4rem;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.inner-hero {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, rgba(6, 26, 47, 0.98), rgba(7, 59, 120, 0.88));
    color: #fff;
}

.breadcrumb {
    --bs-breadcrumb-divider: "/";
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2rem;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    width: fit-content;
    max-width: 100%;
}

.breadcrumb a,
.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.78);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider);
    float: none;
    padding-right: 0.45rem;
    color: rgba(255, 255, 255, 0.5);
}

.shadow-soft {
    box-shadow: var(--shadow-soft);
}

.content-stack > * + * {
    margin-top: 1rem;
}

.benefits-list,
.project-snapshot,
.office-list,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li,
.project-snapshot li,
.office-list li,
.footer-contact li {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.sticky-card {
    position: sticky;
    top: 100px;
}

.related-link-card {
    display: flex;
    gap: 1rem;
    background: #fff;
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: var(--shadow-soft);
    margin-bottom: 1rem;
}

.filter-tabs,
.skill-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.skill-badges span {
    display: inline-flex;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(7, 59, 120, 0.08);
    color: var(--energy-blue);
    font-weight: 600;
}

.leader-quote {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-left: 4px solid var(--energy-red);
    background: var(--light-gray);
    border-radius: 18px;
}

.contact-card,
.office-card,
.leader-card,
.leader-image-card,
.login-card {
    background: #fff;
}

.contact-card .form-control,
.contact-card .form-select,
.login-card .form-control {
    min-height: 54px;
    border-radius: 16px;
}

.map-placeholder {
    margin-top: 1.5rem;
    min-height: 220px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(7, 59, 120, 0.08), rgba(15, 139, 76, 0.12));
    display: grid;
    place-items: center;
    color: var(--energy-blue);
    font-weight: 700;
}

.contact-map-section {
    padding: 0;
    background: #fff;
}

.contact-map-frame {
    width: 100%;
    min-height: 520px;
}

.contact-map-frame iframe {
    width: 100%;
    min-height: 520px;
    border: 0;
    display: block;
}

.cta-section {
    background: var(--dark-navy);
}

.cta-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.5rem;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(7, 59, 120, 0.94), rgba(193, 18, 31, 0.84));
    color: #fff;
}

.site-footer {
    background: var(--dark-navy);
    color: rgba(255, 255, 255, 0.8);
    padding: 4rem 0 2rem;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.footer-brand-copy {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.footer-logo-wrap {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.footer-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.footer-brand h5 {
    margin-bottom: 0.1rem;
}

.footer-tagline {
    display: inline-block;
    color: rgba(255, 255, 255, 0.58);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.68rem;
}

.footer-links a,
.social-links a {
    color: rgba(255, 255, 255, 0.78);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.login-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 2rem 0 4rem;
}

.auth-topbar {
    margin-bottom: 1.5rem;
}

.auth-home-link {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.login-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 520px);
    align-items: stretch;
    overflow: hidden;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 80px rgba(2, 12, 24, 0.35);
    min-height: 640px;
    max-width: 1180px;
    margin: 0 auto;
}

.login-showcase {
    padding: 4rem;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(6, 26, 47, 0.9), rgba(7, 59, 120, 0.72)),
        radial-gradient(circle at top right, rgba(214, 179, 98, 0.18), transparent 26%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.login-showcase h1 {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    max-width: 700px;
    margin-bottom: 1.25rem;
    line-height: 1.05;
}

.login-showcase p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.05rem;
    margin-bottom: 0;
}

.login-feature-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    gap: 1rem;
}

.login-feature-list li {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.96);
}

.login-feature-list i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--gold);
}

.login-card {
    max-width: none;
    margin: 0;
    padding: 3rem;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.98);
}

.login-card h2 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.login-card p {
    color: var(--muted-text);
}

.login-card .form-label {
    font-weight: 600;
    color: var(--dark-navy);
}

.login-card .form-control {
    border: 1px solid rgba(7, 59, 120, 0.14);
    background: #fbfdff;
    box-shadow: none;
}

.login-card .form-control:focus {
    border-color: rgba(7, 59, 120, 0.4);
    box-shadow: 0 0 0 0.2rem rgba(7, 59, 120, 0.1);
}

.login-brand {
    margin-bottom: 1.75rem;
}

.back-to-top,
.whatsapp-float {
    position: fixed;
    right: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: var(--shadow-soft);
    z-index: 1030;
}

.back-to-top {
    bottom: 92px;
    background: var(--energy-blue);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
}

.whatsapp-float {
    bottom: 24px;
    background: var(--industrial-green);
}

.reveal-up {
    opacity: 0;
    transform: translateY(24px);
    transition: 0.5s ease;
}

.reveal-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.service-search-wrap {
    max-width: 540px;
    margin-top: 2rem;
}

.placeholder-note {
    display: block;
    margin-top: 1rem;
    color: var(--muted-text);
    text-align: center;
}

.admin-body {
    background:
        radial-gradient(circle at top right, rgba(15, 139, 76, 0.12), transparent 28%),
        linear-gradient(180deg, #f5f8fc, #edf3f9 46%, #f9fbfd);
}

.admin-page {
    padding: 2rem 0 4rem;
}

.admin-hero {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: end;
    background: linear-gradient(135deg, rgba(6, 26, 47, 0.97), rgba(7, 59, 120, 0.94));
    color: #fff;
    border-radius: 28px;
    padding: 2.5rem;
    box-shadow: var(--shadow-soft);
    margin-bottom: 1.5rem;
}

.admin-hero h1 {
    max-width: 780px;
    margin-bottom: 1rem;
}

.admin-hero .lead {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 0;
}

.admin-hero-actions {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.admin-stat-card,
.admin-panel,
.dynamic-row,
.investor-list-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(7, 59, 120, 0.08);
    box-shadow: var(--shadow-soft);
}

.admin-stat-card {
    border-radius: 24px;
    padding: 1.4rem;
}

.admin-stat-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    color: var(--muted-text);
    margin-bottom: 0.65rem;
}

.admin-stat-card strong {
    display: block;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: var(--dark-navy);
    margin-bottom: 0.6rem;
}

.admin-stat-card p {
    margin: 0;
    color: var(--muted-text);
}

.admin-shell {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.admin-sidebar {
    width: 360px;
    flex: 0 0 360px;
}

.admin-main {
    flex: 1;
    min-width: 0;
}

.admin-panel {
    border-radius: 28px;
    padding: 1.5rem;
}

.admin-panel-head {
    margin-bottom: 1.4rem;
}

.admin-panel-head h2,
.admin-form-section h3 {
    margin-bottom: 0.35rem;
}

.admin-panel-head p,
.admin-section-head p,
.admin-save-note,
.empty-state p {
    color: var(--muted-text);
}

.admin-filter-stack {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.investor-record-list {
    display: grid;
    gap: 0.9rem;
}

.investor-list-card {
    border-radius: 22px;
    padding: 1rem;
}

.investor-list-head {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    margin-bottom: 0.85rem;
}

.investor-avatar {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--energy-blue), var(--industrial-green));
    color: #fff;
    font-weight: 800;
    display: grid;
    place-items: center;
}

.investor-avatar img,
.admin-image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.investor-list-head h3 {
    font-size: 1.05rem;
    margin: 0 0 0.15rem;
}

.investor-list-head p {
    margin: 0;
    color: var(--muted-text);
    font-size: 0.92rem;
}

.investor-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-bottom: 1rem;
    font-size: 0.92rem;
}

.investor-meta-grid span {
    background: var(--light-gray);
    border-radius: 14px;
    padding: 0.55rem 0.7rem;
}

.investor-list-actions,
.admin-topbar-actions,
.admin-form-actions,
.admin-section-head,
.admin-topbar {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
}

.admin-form-grid {
    display: grid;
    gap: 1.25rem;
}

.admin-form-section {
    border: 1px solid rgba(7, 59, 120, 0.08);
    border-radius: 22px;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(246, 248, 251, 0.7), rgba(255, 255, 255, 0.98));
}

.dynamic-list {
    display: grid;
    gap: 0.9rem;
}

.dynamic-row {
    border-radius: 18px;
    padding: 1rem;
    background: #f9fbfe;
    border: 1px solid rgba(7, 59, 120, 0.08);
}

.admin-remove-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(193, 18, 31, 0.18);
    background: #fff3f4;
    color: #a31621;
    font-weight: 700;
}

.admin-remove-btn:hover,
.admin-remove-btn:focus {
    background: #ffe4e7;
    color: #8d1220;
    border-color: rgba(193, 18, 31, 0.32);
}

.admin-remove-btn i {
    font-size: 0.95rem;
}

.admin-image-preview {
    min-height: 180px;
    border: 1px dashed rgba(7, 59, 120, 0.22);
    border-radius: 22px;
    background: var(--light-gray);
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--muted-text);
}

.admin-form-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.admin-save-note {
    font-size: 0.92rem;
}

.admin-section-copy {
    color: var(--muted-text);
    margin-bottom: 1rem;
}

.empty-state {
    text-align: center;
    border: 1px dashed rgba(7, 59, 120, 0.18);
    border-radius: 22px;
    padding: 2rem 1.25rem;
    background: var(--light-gray);
}

.empty-state i {
    font-size: 2rem;
    color: var(--energy-blue);
    margin-bottom: 0.75rem;
}

.workspace-shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
}

.workspace-sidebar {
    position: sticky;
    top: 100px;
}

.workspace-sidebar-card,
.workspace-detail-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
    padding: 1.6rem;
}

.workspace-sidebar-card h2,
.workspace-detail-card h3 {
    font-size: 1.45rem;
    margin-bottom: 0.5rem;
}

.workspace-sidebar-card p {
    color: var(--muted-text);
    margin-bottom: 1.3rem;
}

.workspace-sidebar-note {
    margin-top: 1.1rem;
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(7, 59, 120, 0.05), rgba(15, 139, 76, 0.07));
    color: var(--muted-text);
    font-size: 0.92rem;
}

.workspace-sidebar-note strong {
    color: var(--dark-navy);
}

.workspace-nav {
    display: grid;
    gap: 0.75rem;
}

.workspace-nav-link {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    color: var(--dark-navy);
    background: #f7f9fc;
    border: 1px solid rgba(7, 59, 120, 0.06);
    font-weight: 700;
}

.workspace-nav-link i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(7, 59, 120, 0.1);
    color: var(--energy-blue);
}

.workspace-nav-link.active {
    background: linear-gradient(135deg, rgba(7, 59, 120, 0.12), rgba(15, 139, 76, 0.14));
    border-color: rgba(7, 59, 120, 0.16);
}

.workspace-main {
    min-width: 0;
}

.admin-filter-inline {
    grid-template-columns: minmax(0, 1fr) 220px;
}

.workspace-table-wrap,
.workspace-mini-table,
.portal-table-wrap {
    overflow-x: auto;
}

.workspace-table {
    min-width: 820px;
}

.workspace-table thead th,
.workspace-mini-table thead th,
.portal-table thead th {
    border-bottom-width: 1px;
    color: var(--muted-text);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.workspace-table tbody td,
.workspace-mini-table tbody td,
.portal-table tbody td {
    vertical-align: middle;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.workspace-table-person {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.workspace-table-person strong,
.workspace-detail-head h3 {
    display: block;
    color: var(--dark-navy);
}

.workspace-table-person span {
    display: block;
    color: var(--muted-text);
    font-size: 0.92rem;
}

.workspace-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--energy-blue);
    background: rgba(7, 59, 120, 0.1);
}

.workspace-actions {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

.workspace-count-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: #eef4fb;
    color: var(--energy-blue);
    font-size: 0.84rem;
    font-weight: 700;
}

.investor-avatar.small {
    width: 54px;
    height: 54px;
    font-size: 1rem;
}

.investor-avatar.large {
    width: 94px;
    height: 94px;
    font-size: 1.8rem;
}

.workspace-detail-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.workspace-detail-head p {
    margin-bottom: 0.6rem;
    color: var(--muted-text);
}

.workspace-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    margin: 0;
}

.workspace-detail-list div {
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: #f7f9fc;
}

.workspace-detail-list dt {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted-text);
    margin-bottom: 0.35rem;
}

.workspace-detail-list dd {
    margin: 0;
    color: var(--dark-navy);
    font-weight: 700;
}

.admin-details-panel {
    border: 1px solid rgba(7, 59, 120, 0.1);
    background: linear-gradient(180deg, rgba(245, 249, 255, 0.9), rgba(255, 255, 255, 0.98));
}

.details-summary-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.details-summary-card {
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(7, 59, 120, 0.08);
}

.details-summary-card span,
.details-note-card span {
    display: block;
    color: var(--muted-text);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.45rem;
}

.details-summary-card strong {
    display: block;
    color: var(--dark-navy);
    font-size: 1.05rem;
}

.details-summary-card small {
    color: var(--muted-text);
}

.details-note-card {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: #f7f9fc;
}

.admin-form-accordion,
.admin-detail-accordion {
    display: grid;
    gap: 1rem;
}

.admin-form-accordion .accordion-item,
.admin-detail-accordion .accordion-item {
    border: 1px solid rgba(7, 59, 120, 0.08);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
}

.admin-form-accordion .accordion-button,
.admin-detail-accordion .accordion-button {
    background: #fff;
    color: var(--dark-navy);
    font-weight: 700;
    box-shadow: none;
    border-radius: 0;
}

.admin-form-accordion .accordion-button:not(.collapsed),
.admin-detail-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, rgba(7, 59, 120, 0.06), rgba(15, 139, 76, 0.05));
    color: var(--dark-navy);
}

.admin-form-accordion .accordion-body,
.admin-detail-accordion .accordion-body {
    padding: 1.25rem;
}

.admin-form-accordion .admin-form-section {
    padding: 0;
    background: #fff;
}

.workspace-table tbody tr {
    transition: background-color 0.2s ease;
}

.workspace-table tbody tr:hover {
    background: rgba(7, 59, 120, 0.03);
}

.portal-body {
    background: linear-gradient(180deg, #f3f8ff, #eef4fb 35%, #ffffff 100%);
}

.portal-body .aurum-navbar {
    background: rgba(12, 38, 66, 0.94);
}

.portal-hero {
    padding: 4rem 0 2.5rem;
    background:
        radial-gradient(circle at top right, rgba(15, 139, 76, 0.16), transparent 22%),
        linear-gradient(135deg, #0c2642, #0f4d62 55%, #106654);
    color: #fff;
}

.portal-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 420px);
    gap: 1.5rem;
    align-items: stretch;
}

.portal-welcome-card,
.portal-side-card,
.portal-panel,
.portal-highlight-card {
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.portal-welcome-card,
.portal-side-card {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.portal-welcome-card h1 {
    font-size: clamp(2.3rem, 4vw, 4rem);
    margin-bottom: 0.9rem;
}

.portal-welcome-card p,
.portal-side-card p {
    color: rgba(255, 255, 255, 0.84);
}

.portal-side-card {
    display: grid;
    gap: 1rem;
}

.portal-investor-identity {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.portal-profile-avatar {
    width: 96px;
    height: 96px;
    border-radius: 28px;
    overflow: hidden;
    flex: 0 0 96px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(214, 179, 98, 0.18));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
}

.portal-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portal-investor-identity strong {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

.portal-investor-identity p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.portal-status-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.portal-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.portal-status-badge i,
.portal-keyline strong i {
    line-height: 1;
}

.status-positive {
    color: #a6ffcb !important;
}

.portal-status-badge.status-positive,
.portal-keyline strong.status-positive {
    text-shadow: 0 0 14px rgba(95, 255, 162, 0.65);
}

.portal-status-badge.status-positive i,
.portal-keyline strong.status-positive i {
    color: #63f59c;
    filter: drop-shadow(0 0 8px rgba(99, 245, 156, 0.7));
}

.status-neutral {
    color: #fff2b8 !important;
}

.portal-keyline strong {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.portal-side-card .portal-keyline {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.portal-side-card .portal-keyline:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.portal-side-card strong {
    color: #fff;
}

.portal-content {
    padding: 2rem 0 5rem;
}

.portal-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: -3rem;
    position: relative;
    z-index: 2;
}

.portal-highlight-card {
    background: #fff;
    padding: 1.4rem;
}

.portal-highlight-card span {
    display: block;
    color: var(--muted-text);
    margin-bottom: 0.55rem;
}

.portal-highlight-card strong {
    display: block;
    font-size: 1.7rem;
    color: #0c2642;
}

.portal-panel {
    background: #fff;
    padding: 1.7rem;
    height: 100%;
}

.portal-panel h2 {
    font-size: 1.45rem;
    margin-bottom: 1rem;
}

.portal-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.portal-meta-card {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: #f6f9fc;
}

.portal-meta-card span {
    display: block;
    color: var(--muted-text);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
}

.portal-meta-card strong {
    color: #0c2642;
}

.portal-table table {
    min-width: 640px;
}

.portal-doc-list {
    display: grid;
    gap: 1rem;
}

.portal-doc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: #f6f9fc;
}

.portal-doc-item strong {
    display: block;
    color: #0c2642;
}

.portal-doc-item span {
    color: var(--muted-text);
    font-size: 0.92rem;
}

.admin-console-body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(24, 80, 157, 0.18), transparent 28%),
        linear-gradient(180deg, #eef3fb 0%, #f7f9fc 55%, #edf2f7 100%);
}

.admin-console-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
}

.admin-console-sidebar {
    background: linear-gradient(180deg, #0a1830 0%, #132745 52%, #17345a 100%);
    color: #fff;
    padding: 2rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    position: sticky;
    top: 0;
    min-height: 100vh;
}

.admin-console-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.admin-console-mark {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: linear-gradient(135deg, #3c82f6, #26c281);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.admin-console-brand strong,
.admin-console-user strong {
    display: block;
    color: #fff;
}

.admin-console-brand span,
.admin-console-user small,
.admin-console-user-label {
    color: rgba(255, 255, 255, 0.68);
}

.admin-console-user {
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-console-user-label {
    display: block;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.45rem;
}

.admin-console-nav {
    display: grid;
    gap: 0.65rem;
}

.admin-console-nav-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 600;
    border: 1px solid transparent;
}

.admin-console-nav-link i {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
}

.admin-console-nav-link:nth-child(1) i {
    color: #8ab4ff;
}

.admin-console-nav-link:nth-child(2) i {
    color: #7fd6b5;
}

.admin-console-nav-link:nth-child(3) i {
    color: #ffd27a;
}

.admin-console-nav-link:nth-child(4) i {
    color: #f7a8a8;
}

.admin-console-nav-link.active,
.admin-console-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.08);
}

.admin-console-sidebar-footer {
    margin-top: auto;
}

.admin-console-sidebar-footer .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.24);
    color: #fff;
}

.admin-console-main {
    padding: 2rem;
}

.admin-console-topbar,
.admin-console-card,
.admin-console-detail-sheet,
.admin-console-stat,
.admin-console-profile-card,
.admin-console-subpanel {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.admin-console-topbar,
.admin-console-card,
.admin-console-detail-sheet {
    border-radius: 30px;
}

.admin-console-topbar {
    padding: 1.8rem 2rem;
    margin-bottom: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.admin-console-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #2a6aca;
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.admin-console-topbar h1,
.admin-console-card-head h2,
.admin-console-detail-head h2 {
    margin-bottom: 0.35rem;
}

.admin-console-topbar p,
.admin-console-card-head p,
.admin-console-detail-head p,
.admin-console-subpanel-head span {
    color: var(--muted-text);
}

.admin-console-topbar-actions,
.admin-console-card-tools,
.admin-console-detail-head {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.admin-console-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.admin-console-stat {
    border-radius: 24px;
    padding: 1.3rem 1.35rem;
}

.admin-console-stat span {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted-text);
    margin-bottom: 0.55rem;
}

.admin-console-stat strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: #0a1830;
    margin-bottom: 0.45rem;
}

.admin-console-stat small {
    color: var(--muted-text);
}

.admin-console-detail-sheet {
    padding: 1.5rem;
    margin-bottom: 1.4rem;
}

.admin-console-detail-head {
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.admin-console-detail-grid {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 1rem;
}

.admin-console-profile-card {
    border-radius: 26px;
    padding: 1.35rem;
}

.admin-console-profile-top {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.admin-console-profile-top p {
    margin-bottom: 0.55rem;
    color: var(--muted-text);
}

.admin-console-detail-panels {
    display: grid;
    gap: 1rem;
}

.admin-console-subpanel {
    border-radius: 24px;
    padding: 1.2rem 1.25rem;
}

.admin-console-subpanel-head,
.admin-console-card-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.admin-console-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.95fr);
    gap: 1.4rem;
    align-items: start;
}

.admin-console-card {
    padding: 1.35rem;
}

.admin-console-form-card {
    position: sticky;
    top: 2rem;
}

.admin-console-table-wrap {
    background: #fff;
    border-radius: 22px;
}

.admin-console-report-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.admin-console-report-card {
    border-radius: 22px;
    padding: 1.25rem 1.1rem;
    background: linear-gradient(180deg, #f7faff, #eef4fb);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.admin-console-report-card span {
    display: block;
    color: var(--muted-text);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.55rem;
}

.admin-console-report-card strong {
    display: block;
    color: #0a1830;
    font-size: 1.9rem;
    line-height: 1;
}
