.rddny-client-dashboard-page .entry-title,
.rddny-client-dashboard-page .page-title {
    display: none;
}

.rddny-client-dashboard-page .entry-content,
.rddny-client-dashboard-page main,
.rddny-client-dashboard-page .site-main {
    width: 100%;
    max-width: none;
}

.rddny-client-dashboard-page .entry-content {
    margin: 0;
}

.rddny-dashboard.rddny-client-shell {
    display: grid;
    width: min(1900px, 100%);
    max-width: none;
    min-height: 78vh;
    grid-template-columns: 250px minmax(0, 1fr);
    margin: 0 auto 60px;
    padding: 0;
    background: #f4f6f7;
    color: #17242b;
}

.rddny-client-sidebar {
    position: sticky;
    top: 0;
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-self: start;
    padding: 22px 14px;
    background: #17242b;
    color: #fff;
    overflow-y: auto;
    box-sizing: border-box;
}

.rddny-client-brand {
    display: flex;
    align-items: baseline;
    gap: 9px;
    padding: 2px 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.rddny-client-brand strong {
    color: #fff;
    font-size: 25px;
    letter-spacing: .04em;
}

.rddny-client-brand span,
.rddny-client-project-context small {
    color: rgba(255, 255, 255, .57);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rddny-client-project-context {
    display: flex;
    flex-direction: column;
    padding: 17px 10px 10px;
}

.rddny-client-project-context strong {
    margin: 3px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.rddny-client-project-context span {
    color: rgba(255, 255, 255, .6);
    font-size: 11px;
}

.rddny-client-project-switcher {
    margin: 3px 8px 5px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
}

.rddny-client-project-switcher summary {
    padding: 9px 10px;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.rddny-client-project-switcher div {
    padding: 0 6px 6px;
}

.rddny-client-project-switcher a {
    display: block;
    padding: 8px;
    border-radius: 5px;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    line-height: 1.3;
    text-decoration: none;
}

.rddny-client-project-switcher a:hover,
.rddny-client-project-switcher a.active {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.rddny-client-sidebar nav {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px;
    padding: 12px 0 18px;
}

.rddny-client-sidebar nav a {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 9px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 7px;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}

.rddny-client-sidebar nav a b,
.rddny-client-module-links a b {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 6px;
    font-size: 9px;
    letter-spacing: .04em;
}

.rddny-client-sidebar nav a:hover,
.rddny-client-sidebar nav a.active {
    background: #24677f;
    color: #fff;
}

.rddny-client-sidebar-user {
    display: flex;
    flex-direction: column;
    padding: 15px 10px 2px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.rddny-client-sidebar-user small { color: rgba(255, 255, 255, .5); }
.rddny-client-sidebar-user strong { margin: 2px 0 8px; color: #fff; }
.rddny-client-sidebar-user a { color: rgba(255, 255, 255, .75); font-size: 12px; }

.rddny-client-main {
    min-width: 0;
    padding: 28px;
}

.rddny-client-module-head,
.rddny-client-project-summary {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 22px 24px;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(23, 36, 43, .055);
}

.rddny-client-module-head > div > span {
    color: #24677f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.rddny-dashboard .rddny-client-module-head h1 {
    margin: 4px 0;
    color: #17242b;
    font-size: clamp(28px, 4vw, 42px);
    letter-spacing: -.035em;
}

.rddny-client-module-head p,
.rddny-client-project-summary p { margin: 0; color: #65747b; }
.rddny-client-project-summary h2 { margin: 9px 0 3px; color: #17242b; }

.rddny-client-project-summary dl {
    display: grid;
    min-width: min(480px, 48%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 4px 0 0;
}

.rddny-client-project-summary dt {
    color: #77868d;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rddny-client-project-summary dd { margin: 5px 0 0; font-size: 13px; font-weight: 700; }
.rddny-client-section-content > :first-child { margin-top: 0; }

.rddny-client-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    margin-bottom: 18px;
}

.rddny-client-overview-grid article {
    display: flex;
    min-height: 125px;
    flex-direction: column;
    padding: 20px;
    border-top: 4px solid #24677f;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(23, 36, 43, .055);
}

.rddny-client-overview-grid small { color: #68777e; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.rddny-client-overview-grid strong { margin: 10px 0 5px; color: #17242b; font-size: 20px; }
.rddny-client-overview-grid span { color: #68777e; font-size: 12px; }

.rddny-client-module-links,
.rddny-client-empty-section {
    padding: 22px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(23, 36, 43, .055);
}

.rddny-client-module-links h3,
.rddny-client-empty-section h3 { margin-top: 0; }
.rddny-client-module-links > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }

.rddny-client-module-links a {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    align-items: center;
    padding: 11px;
    border: 1px solid #d8e0e4;
    border-radius: 8px;
    color: #24363f;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.rddny-client-module-links a:hover { border-color: #24677f; background: #f4f9fb; }
.rddny-client-module-links a b { border-color: #ccd9df; color: #24677f; }
.rddny-client-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.rddny-client-project-grid .rddny-project-card { margin: 0; }
.rddny-client-project-grid .rddny-project-summary { padding: 0; box-shadow: none; }
.rddny-client-empty-section p { margin-bottom: 0; color: #65747b; }
.rddny-client-section-content .rddny-consultation { margin-top: 18px; }

@media (max-width: 980px) {
    .rddny-client-overview-grid,
    .rddny-client-module-links > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rddny-client-project-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
    .rddny-dashboard.rddny-client-shell { display: block; }
    .rddny-client-sidebar { position: relative; height: auto; padding: 14px; }
    .rddny-client-sidebar nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 12px 0; }
    .rddny-client-sidebar-user { display: grid; grid-template-columns: 1fr auto; }
    .rddny-client-sidebar-user small,
    .rddny-client-sidebar-user strong { grid-column: 1; }
    .rddny-client-sidebar-user a { grid-column: 2; grid-row: 1 / 3; align-self: center; }
    .rddny-client-main { padding: 14px; }
    .rddny-client-module-head,
    .rddny-client-project-summary { display: block; }
    .rddny-client-module-head .rddny-btn { display: inline-block; margin-top: 14px; }
    .rddny-client-project-summary dl { min-width: 0; max-width: none; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 20px; }
}

@media (max-width: 520px) {
    .rddny-client-sidebar nav,
    .rddny-client-overview-grid,
    .rddny-client-module-links > div { grid-template-columns: 1fr; }
    .rddny-client-project-summary dl { grid-template-columns: 1fr; }
}

/* RDDNY.com visual system — monochrome, architectural, and editorial. */
.rddny-client-dashboard-page {
    background: #fff;
}

.rddny-dashboard.rddny-client-shell,
.rddny-login-card {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.rddny-dashboard.rddny-client-shell {
    background: #f7f7f5;
    color: #111;
}

.rddny-client-sidebar {
    background: #111;
}

.rddny-client-brand {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
    padding: 7px 10px 24px;
    border-color: rgba(255, 255, 255, .22);
}

.rddny-client-brand strong {
    font-size: 29px;
    font-weight: 400;
    letter-spacing: .045em;
    line-height: 1;
}

.rddny-client-brand > span {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 8px;
    font-weight: 300;
    letter-spacing: .29em;
    line-height: 1.4;
}

.rddny-client-brand span small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .55);
    font-size: 7px;
    letter-spacing: .18em;
}

.rddny-client-project-context small,
.rddny-client-sidebar-user small {
    color: rgba(255, 255, 255, .52);
    font-weight: 300;
    letter-spacing: .16em;
}

.rddny-client-project-context strong,
.rddny-client-sidebar-user strong {
    font-weight: 400;
    letter-spacing: .025em;
}

.rddny-client-project-switcher,
.rddny-client-project-switcher a,
.rddny-client-project-switcher summary,
.rddny-client-sidebar nav a,
.rddny-client-sidebar nav a b {
    border-radius: 0;
}

.rddny-client-project-switcher {
    border-color: rgba(255, 255, 255, .24);
}

.rddny-client-project-switcher summary,
.rddny-client-sidebar nav a {
    font-weight: 300;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rddny-client-project-switcher a {
    letter-spacing: .03em;
}

.rddny-client-sidebar nav a {
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
}

.rddny-client-sidebar nav a b {
    border-color: rgba(255, 255, 255, .28);
    color: rgba(255, 255, 255, .68);
    font-weight: 400;
}

.rddny-client-sidebar nav a:hover,
.rddny-client-sidebar nav a.active {
    background: #fff;
    color: #111;
}

.rddny-client-sidebar nav a:hover b,
.rddny-client-sidebar nav a.active b {
    border-color: #111;
    color: #111;
}

.rddny-client-module-head {
    min-height: 168px;
    align-items: flex-end;
    padding: 30px 34px;
    border: 0;
    border-radius: 0;
    background: #111;
    box-shadow: none;
    color: #fff;
}

.rddny-client-module-head > div > span {
    color: rgba(255, 255, 255, .68);
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .28em;
}

.rddny-dashboard .rddny-client-module-head h1 {
    margin: 9px 0 5px;
    color: #fff;
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1;
    text-transform: uppercase;
}

.rddny-client-module-head p {
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}

.rddny-client-module-head .rddny-btn.secondary {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.rddny-client-project-summary,
.rddny-client-overview-grid article,
.rddny-client-module-links,
.rddny-client-empty-section,
.rddny-client-project-grid .rddny-project-card,
.rddny-client-main .rddny-account-card {
    border: 1px solid #dededb;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.rddny-client-project-summary {
    padding: 27px 30px;
}

.rddny-client-project-summary h2,
.rddny-client-module-links h3,
.rddny-client-empty-section h3,
.rddny-client-project-grid h2,
.rddny-client-main h3,
.rddny-client-main h4,
.rddny-client-main h5 {
    color: #111;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.rddny-client-project-summary h2,
.rddny-client-module-links h3,
.rddny-client-empty-section h3 {
    font-weight: 700;
    letter-spacing: -.015em;
    text-transform: uppercase;
}

.rddny-client-project-summary dt,
.rddny-client-overview-grid small,
.rddny-client-module-links > h3,
.rddny-client-main .rddny-eyebrow {
    color: #6f6f6c;
    font-weight: 400;
    letter-spacing: .17em;
}

.rddny-client-overview-grid article {
    border-top: 5px solid #111;
}

.rddny-client-overview-grid strong {
    color: #111;
    font-weight: 700;
}

.rddny-client-module-links a {
    border-color: #d7d7d4;
    border-radius: 0;
    color: #111;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rddny-client-module-links a:hover {
    border-color: #111;
    background: #111;
    color: #fff;
}

.rddny-client-module-links a b {
    border-color: #111;
    border-radius: 0;
    color: #111;
}

.rddny-client-module-links a:hover b {
    border-color: #fff;
    color: #fff;
}

.rddny-client-main .rddny-btn,
.rddny-login-card input[type="submit"] {
    min-height: 46px;
    padding: 13px 24px;
    border: 1px solid #111;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.rddny-client-main .rddny-btn:hover,
.rddny-login-card input[type="submit"]:hover {
    background: transparent;
    color: #111;
}

.rddny-client-main .rddny-btn.secondary {
    border-color: #111;
    background: transparent;
    color: #111;
}

.rddny-client-main .rddny-btn.secondary:hover {
    background: #111;
    color: #fff;
}

.rddny-client-main input,
.rddny-client-main select,
.rddny-client-main textarea,
.rddny-login-card input[type="text"],
.rddny-login-card input[type="password"] {
    border-color: #cfcfcc;
    border-radius: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.rddny-client-main input:focus,
.rddny-client-main select:focus,
.rddny-client-main textarea:focus,
.rddny-login-card input:focus {
    border-color: #111;
    box-shadow: 0 0 0 1px #111;
    outline: 0;
}

.rddny-client-main table {
    border-radius: 0;
}

.rddny-client-main th {
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rddny-client-main .rddny-success,
.rddny-client-main .rddny-error {
    border-radius: 0;
    box-shadow: none;
}

.rddny-login-card {
    max-width: 560px;
    padding: 42px;
    border: 1px solid #d8d8d5;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.rddny-login-card .rddny-eyebrow {
    color: #6f6f6c;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .23em;
}

.rddny-login-card h2 {
    color: #111;
    font-size: clamp(30px, 5vw, 48px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.05;
    text-transform: uppercase;
}

.rddny-client-main .rddny-client-module-head .rddny-btn.secondary {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.rddny-client-main .rddny-client-module-head .rddny-btn.secondary:hover {
    background: #fff;
    color: #111;
}

@media (max-width: 780px) {
    .rddny-client-module-head { min-height: 0; padding: 25px 22px; }
    .rddny-dashboard .rddny-client-module-head h1 { font-size: 34px; }
}

/* Wide workspace and protected overflow for construction data. */
@media (min-width: 781px) {
    .rddny-dashboard.rddny-client-shell {
        position: relative;
        left: 50%;
        width: min(2200px, calc(100vw - 16px));
        max-width: none;
        grid-template-columns: 230px minmax(0, 1fr);
        margin: 0 0 60px;
        transform: translateX(-50%);
    }
    .rddny-client-main { padding: 22px; }
}

.rddny-client-main,
.rddny-client-section-content,
.rddny-client-section-content > *,
.rddny-client-project-grid,
.rddny-client-project-grid > * {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.rddny-client-section-content { overflow-x: hidden; }

.rddny-client-section-content .rddny-gantt,
.rddny-client-section-content .rddny-register-table,
.rddny-client-section-content .rddny-breakdown,
.rddny-client-section-content .rddny-proposal-price,
.rddny-client-section-content .rddny-client-invoice,
.rddny-client-section-content .rddny-sov-table,
.rddny-client-section-content .rddny-table-scroll,
.rddny-client-section-content .table-responsive {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.rddny-client-section-content .rddny-breakdown table,
.rddny-client-section-content .rddny-client-invoice table { min-width: 900px; }
.rddny-client-section-content .rddny-proposal-price table { min-width: 760px; }
.rddny-client-section-content .rddny-register-table > div { min-width: 980px; }

.rddny-client-section-content table th,
.rddny-client-section-content table td { white-space: nowrap; overflow-wrap: normal; word-break: normal; }
.rddny-client-section-content table th:first-child,
.rddny-client-section-content table td:first-child,
.rddny-client-section-content .rddny-breakdown td:nth-child(2),
.rddny-client-section-content table .description,
.rddny-client-section-content table .scope { white-space: normal; }
.rddny-client-section-content .rddny-breakdown td:nth-child(2) { min-width: 360px; }

@media (max-width: 780px) {
    .rddny-dashboard.rddny-client-shell { width: 100%; max-width: 100%; margin: 0 0 40px; }
    .rddny-client-section-content .rddny-breakdown table,
    .rddny-client-section-content .rddny-proposal-price table,
    .rddny-client-section-content .rddny-client-invoice table { min-width: 760px; }
}
