body.regular-user-shell {
    min-height: 100vh;
    color: #263d3a;
    background:
        linear-gradient(135deg, rgba(238, 247, 244, 0.92), rgba(250, 244, 232, 0.9)),
        url("/cerebro-assets/bg.png") center / cover fixed no-repeat;
}

.regular-user-shell .navbar {
    background: rgba(255, 255, 255, 0.72) !important;
    border-bottom: 1px solid rgba(109, 149, 139, 0.16) !important;
    backdrop-filter: blur(16px);
}

.regular-user-shell .navbar-brand {
    color: #285c55;
}

.regular-user-main {
    padding-block: 48px;
}

.soft-page {
    padding-bottom: 48px;
}

.soft-hero {
    max-width: 900px;
    margin-inline: auto;
    padding: 56px 18px 42px;
    text-align: center;
}

.soft-hero h1 {
    max-width: 760px;
    margin-inline: auto;
    color: #244642;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    font-weight: 750;
    line-height: 1.04;
}

.soft-hero p {
    max-width: 620px;
    margin: 18px auto 0;
    color: #647773;
    font-size: 1.08rem;
}

.soft-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    color: #376962;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(91, 137, 127, 0.18);
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 650;
}

.soft-glass {
    height: 100%;
    padding: 24px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(67, 92, 86, 0.12);
    backdrop-filter: blur(18px);
}

.soft-card {
    height: 100%;
    padding: 22px;
    color: #284641;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(75, 105, 100, 0.09);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.soft-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 46px rgba(75, 105, 100, 0.13);
}

.soft-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-bottom: 14px;
}

.soft-section-title {
    margin-bottom: 16px;
    color: #294c47;
    font-weight: 720;
}

.soft-muted {
    color: #667a76;
}

.soft-btn,
.regular-user-shell .btn-primary {
    color: #244642;
    background: linear-gradient(90deg, #e4f2ee 0%, #fff1c9 100%);
    border: 1px solid rgba(91, 137, 127, 0.14);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(86, 119, 113, 0.12);
}

.soft-btn:hover,
.regular-user-shell .btn-primary:hover {
    color: #183632;
    background: linear-gradient(90deg, #d8ece7 0%, #fee9b0 100%);
    border-color: rgba(91, 137, 127, 0.24);
}

.regular-user-shell .btn-outline-primary {
    color: #356961;
    border-color: rgba(53, 105, 97, 0.28);
    border-radius: 999px;
}

.regular-user-shell .btn-outline-primary:hover {
    color: #ffffff;
    background: #4d8278;
    border-color: #4d8278;
}

.soft-media {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
    background: linear-gradient(135deg, #e4f2ee, #fff1c9);
}

.soft-table-card {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(67, 92, 86, 0.11);
    backdrop-filter: blur(18px);
}

.soft-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    color: #38675f;
    background: rgba(228, 242, 238, 0.82);
    border: 1px solid rgba(80, 129, 119, 0.12);
    border-radius: 999px;
    font-weight: 650;
}

.soft-article-body {
    color: #344f4a;
    font-size: 1.04rem;
    line-height: 1.85;
}

@media (max-width: 767.98px) {
    .regular-user-shell .navbar .container {
        gap: 12px;
    }

    .regular-user-main {
        padding-block: 28px;
    }

    .soft-hero {
        padding-top: 34px;
    }

    .soft-glass,
    .soft-card {
        border-radius: 18px;
    }
}
