.board-shell {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    border-radius: 30px;
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(22, 166, 160, 0.1), transparent 22%),
        radial-gradient(circle at bottom left, rgba(110, 168, 217, 0.1), transparent 28%),
        linear-gradient(145deg, #ffffff 0%, #f7fcfc 52%, #eef8f7 100%);
    border: 1px solid rgba(22, 166, 160, 0.14);
    box-shadow: 0 18px 42px rgba(13, 127, 122, 0.08);
}

.board-shell::after {
    content: "";
    position: absolute;
    inset: -20% -10%;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.85), transparent 18%),
        radial-gradient(circle at 50% 38%, rgba(110, 168, 217, 0.16), transparent 24%),
        radial-gradient(circle at 50% 72%, rgba(22, 166, 160, 0.12), transparent 22%);
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}

.board-shell::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 22px;
    border: 1px dashed rgba(22, 166, 160, 0.14);
    pointer-events: none;
}

.board-head,
.board-tree {
    position: relative;
    z-index: 1;
}

.board-head {
    text-align: center;
    margin-bottom: 20px;
    padding: 4px 0;
}

.board-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 16px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(22, 166, 160, 0.14), rgba(110, 168, 217, 0.14));
    border: 1px solid rgba(22, 166, 160, 0.16);
    color: #0d7f7a;
    font-size: 0.84rem;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(24, 99, 112, 0.06);
}

.board-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: min(100%, 700px);
    margin: 14px auto 0;
    padding: 16px 18px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.94), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 249, 251, 0.94));
    border: 1px solid rgba(185, 223, 228, 0.7);
    box-shadow:
        0 14px 28px rgba(23, 84, 96, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.board-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(221, 244, 242, 0.94));
    color: #128684;
    font-size: 1.55rem;
    box-shadow:
        0 12px 20px rgba(18, 107, 120, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.board-title-copy {
    min-width: 0;
    text-align: right;
}

.board-title {
    margin: 0;
    color: #114f62;
    font-size: clamp(1.5rem, 2.1vw, 2.2rem);
    line-height: 1.2;
}

.board-subtitle {
    margin: 10px 0 0;
    max-width: 100%;
    color: #4d6f79;
    font-size: 0.98rem;
    line-height: 1.85;
    font-weight: 700;
}

.board-period {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    width: min(100%, 680px);
    margin: 14px auto 0;
}

.board-export-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    min-height: 54px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: 0;
    padding: 0 22px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #128684, #6ea8d9);
    color: #ffffff;
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(18, 104, 132, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.board-export-button:hover,
.board-export-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(18, 104, 132, 0.24);
    filter: saturate(1.04);
}

.board-export-button:focus-visible {
    outline: 3px solid rgba(110, 168, 217, 0.28);
    outline-offset: 3px;
}

.board-print-header {
    display: none;
}

.board-period-card {
    flex: 1 1 0;
    min-width: 0;
    padding: 14px 16px;
    border-radius: 20px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 252, 0.95));
    border: 1px solid rgba(188, 220, 229, 0.86);
    box-shadow:
        0 12px 22px rgba(25, 86, 98, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.board-period-label {
    color: #5c7f88;
    font-size: 0.88rem;
    font-weight: 800;
}

.board-period-hijri {
    margin-top: 8px;
    color: #114f62;
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.4;
}

.board-period-gregorian {
    margin-top: 4px;
    color: #198784;
    font-size: 0.92rem;
    font-weight: 800;
}

.board-period-separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(22, 166, 160, 0.12), rgba(110, 168, 217, 0.14));
    color: #0e7e84;
    box-shadow: 0 8px 16px rgba(22, 100, 112, 0.06);
}

.board-tree {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 1240px);
    margin-inline: auto;
}

.board-tier {
    width: 100%;
}

.board-tier-president,
.board-tier-vice {
    display: flex;
    justify-content: center;
}

.board-tier-members {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.board-tier-connector {
    position: relative;
    width: min(100%, 1020px);
}

.board-tier-connector-main {
    height: 36px;
}

.board-tier-connector-main::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(50%);
    background: linear-gradient(180deg, rgba(22, 166, 160, 0.7), rgba(110, 168, 217, 0.35));
    transform-origin: top;
}

.board-tier-connector-branch {
    height: 44px;
}

.board-tier-connector-branch::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 0;
    width: 2px;
    height: 20px;
    transform: translateX(50%);
    background: linear-gradient(180deg, rgba(22, 166, 160, 0.7), rgba(110, 168, 217, 0.35));
    transform-origin: top;
}

.board-tier-connector-branch::after {
    content: "";
    position: absolute;
    top: 20px;
    right: clamp(92px, 8vw, 146px);
    left: clamp(92px, 8vw, 146px);
    height: 2px;
    background: linear-gradient(90deg, rgba(22, 166, 160, 0.35), rgba(22, 166, 160, 0.8), rgba(110, 168, 217, 0.35));
    transform-origin: center;
}

.board-member-card {
    position: relative;
    overflow: hidden;
    min-height: 156px;
    padding: 16px 14px 15px;
    border-radius: 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.98), transparent 26%),
        radial-gradient(circle at bottom left, rgba(22, 166, 160, 0.12), transparent 36%),
        linear-gradient(155deg, rgba(255, 255, 255, 0.99), rgba(240, 250, 249, 0.97) 52%, rgba(231, 245, 248, 0.95) 100%);
    border: 1px solid rgba(150, 210, 216, 0.95);
    box-shadow:
        0 18px 34px rgba(25, 84, 98, 0.09),
        0 6px 14px rgba(110, 168, 217, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.board-member-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.28), transparent 40%, transparent 62%, rgba(22, 166, 160, 0.05));
    pointer-events: none;
}

.board-member-card::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, #16a6a0, #6ea8d9 58%, #d8a73c);
    opacity: 0.92;
    pointer-events: none;
}

.board-member-card:hover {
    transform: translateY(-8px) scale(1.015);
    border-color: rgba(71, 167, 171, 0.62);
    box-shadow:
        0 26px 42px rgba(25, 84, 98, 0.16),
        0 10px 24px rgba(110, 168, 217, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.board-member-card-president {
    width: min(100%, 272px);
    background:
        radial-gradient(circle at top right, rgba(255, 249, 238, 0.96), transparent 26%),
        radial-gradient(circle at bottom left, rgba(216, 167, 60, 0.14), transparent 38%),
        linear-gradient(155deg, rgba(255, 255, 255, 0.99), rgba(255, 248, 239, 0.98) 52%, rgba(250, 239, 215, 0.96) 100%);
    border-color: rgba(224, 183, 99, 0.76);
    box-shadow:
        0 24px 42px rgba(136, 100, 37, 0.14),
        0 8px 18px rgba(216, 167, 60, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.board-member-card-president::before {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.3), transparent 46%, rgba(216, 167, 60, 0.08));
    border-color: rgba(255, 248, 229, 0.9);
}

.board-member-card-president::after {
    background: linear-gradient(90deg, #c78826, #f0c970 54%, #16a6a0);
}

.board-member-card-vice {
    width: min(100%, 252px);
    background:
        radial-gradient(circle at top right, rgba(240, 247, 255, 0.96), transparent 26%),
        radial-gradient(circle at bottom left, rgba(77, 147, 218, 0.14), transparent 36%),
        linear-gradient(155deg, rgba(255, 255, 255, 0.99), rgba(244, 249, 255, 0.98) 52%, rgba(229, 239, 255, 0.96) 100%);
    border-color: rgba(116, 169, 226, 0.76);
    box-shadow:
        0 22px 38px rgba(52, 96, 159, 0.12),
        0 8px 18px rgba(77, 147, 218, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.board-member-card-vice::before {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.32), transparent 46%, rgba(77, 147, 218, 0.08));
    border-color: rgba(242, 248, 255, 0.92);
}

.board-member-card-vice::after {
    background: linear-gradient(90deg, #317ac6, #84b3eb 58%, #16a6a0);
}

.board-member-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    border-radius: 18px;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.95), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(223, 244, 242, 0.96));
    color: #0c6e70;
    font-size: 1.12rem;
    box-shadow:
        0 14px 22px rgba(26, 95, 108, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.board-member-card-president .board-member-badge {
    color: #ad7620;
    background: linear-gradient(180deg, rgba(255, 252, 244, 0.98), rgba(250, 237, 208, 0.96));
}

.board-member-card-vice .board-member-badge {
    color: #2b6cb3;
    background: linear-gradient(180deg, rgba(248, 252, 255, 0.98), rgba(225, 238, 255, 0.96));
}

.board-member-role {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(17, 106, 111, 0.08);
    color: #4b7277;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.board-member-name {
    margin-top: 8px;
    color: #143d4f;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.45;
    white-space: nowrap;
}

.board-member-meta {
    margin-top: 0;
    color: #66828a;
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 700;
}

.board-page .board-head,
.board-page .board-tier-president .board-member-card,
.board-page .board-tier-vice .board-member-card,
.board-page .board-tier-members .board-member-card {
    opacity: 0;
}

.board-page .board-head {
    transform: translateY(24px) scale(0.96);
}

.board-page .board-tier-president .board-member-card {
    transform: translateY(-42px) scale(0.86) rotateX(16deg);
    transform-origin: top center;
}

.board-page .board-tier-vice .board-member-card {
    transform: translateY(34px) scale(0.9);
}

.board-page .board-tier-members .board-member-card {
    transform: translateY(46px) scale(0.9);
}

.board-page .board-tier-members .board-member-card:nth-child(1) {
    transform: translate(-22px, 46px) rotate(-5deg) scale(0.9);
}

.board-page .board-tier-members .board-member-card:nth-child(2) {
    transform: translate(-10px, 32px) rotate(-2deg) scale(0.92);
}

.board-page .board-tier-members .board-member-card:nth-child(3) {
    transform: translateY(40px) scale(0.9);
}

.board-page .board-tier-members .board-member-card:nth-child(4) {
    transform: translate(10px, 32px) rotate(2deg) scale(0.92);
}

.board-page .board-tier-members .board-member-card:nth-child(5) {
    transform: translate(22px, 46px) rotate(5deg) scale(0.9);
}

.board-page .board-tier-connector-main::before,
.board-page .board-tier-connector-branch::before {
    transform: translateX(50%) scaleY(0);
}

.board-page .board-tier-connector-branch::after {
    transform: scaleX(0);
}

.board-page-ready .board-shell::after {
    animation: board-shell-aura 1.8s ease-out 0.12s forwards;
}

.board-page-ready .board-head {
    animation: board-head-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

.board-page-ready .board-tier-president .board-member-card {
    animation: board-president-drop 1s cubic-bezier(0.2, 0.95, 0.25, 1) 0.26s forwards;
}

.board-page-ready .board-tier-president .board-member-card::after {
    opacity: 1;
    animation: board-card-sheen 1.2s ease 0.72s forwards;
}

.board-page-ready .board-tier-connector-main::before {
    animation: board-connector-grow 0.55s ease-out 0.9s forwards;
}

.board-page-ready .board-tier-vice .board-member-card {
    animation: board-vice-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 1.18s forwards;
}

.board-page-ready .board-tier-vice .board-member-card::after {
    opacity: 1;
    animation: board-card-sheen 1.1s ease 1.52s forwards;
}

.board-page-ready .board-tier-connector-branch::before {
    animation: board-connector-grow 0.42s ease-out 1.54s forwards;
}

.board-page-ready .board-tier-connector-branch::after {
    animation: board-connector-spread 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 1.88s forwards;
}

.board-page-ready .board-tier-members .board-member-card:nth-child(1) {
    animation: board-member-fan-in 0.84s cubic-bezier(0.22, 1, 0.36, 1) 2s forwards;
}

.board-page-ready .board-tier-members .board-member-card:nth-child(2) {
    animation: board-member-fan-in 0.84s cubic-bezier(0.22, 1, 0.36, 1) 2.12s forwards;
}

.board-page-ready .board-tier-members .board-member-card:nth-child(3) {
    animation: board-member-fan-in 0.84s cubic-bezier(0.22, 1, 0.36, 1) 2.24s forwards;
}

.board-page-ready .board-tier-members .board-member-card:nth-child(4) {
    animation: board-member-fan-in 0.84s cubic-bezier(0.22, 1, 0.36, 1) 2.36s forwards;
}

.board-page-ready .board-tier-members .board-member-card:nth-child(5) {
    animation: board-member-fan-in 0.84s cubic-bezier(0.22, 1, 0.36, 1) 2.48s forwards;
}

.board-page-ready .board-tier-members .board-member-card::after {
    opacity: 1;
}

.board-page-ready .board-tier-members .board-member-card:nth-child(1)::after {
    animation: board-card-sheen 1s ease 2.28s forwards;
}

.board-page-ready .board-tier-members .board-member-card:nth-child(2)::after {
    animation: board-card-sheen 1s ease 2.4s forwards;
}

.board-page-ready .board-tier-members .board-member-card:nth-child(3)::after {
    animation: board-card-sheen 1s ease 2.52s forwards;
}

.board-page-ready .board-tier-members .board-member-card:nth-child(4)::after {
    animation: board-card-sheen 1s ease 2.64s forwards;
}

.board-page-ready .board-tier-members .board-member-card:nth-child(5)::after {
    animation: board-card-sheen 1s ease 2.76s forwards;
}

@keyframes board-head-rise {
    0% {
        opacity: 0;
        transform: translateY(24px) scale(0.96);
        filter: blur(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes board-president-drop {
    0% {
        opacity: 0;
        transform: translateY(-42px) scale(0.86) rotateX(16deg);
        filter: blur(10px);
    }

    65% {
        opacity: 1;
        transform: translateY(8px) scale(1.03) rotateX(0deg);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg);
        filter: blur(0);
    }
}

@keyframes board-vice-rise {
    0% {
        opacity: 0;
        transform: translateY(34px) scale(0.9);
        filter: blur(8px);
    }

    70% {
        opacity: 1;
        transform: translateY(-6px) scale(1.02);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes board-member-fan-in {
    0% {
        opacity: 0;
        filter: blur(9px);
    }

    72% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(-4px) rotate(0deg) scale(1.02);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

@keyframes board-connector-grow {
    from {
        transform: translateX(50%) scaleY(0);
        opacity: 0.3;
    }

    to {
        transform: translateX(50%) scaleY(1);
        opacity: 1;
    }
}

@keyframes board-connector-spread {
    from {
        transform: scaleX(0);
        opacity: 0.35;
    }

    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes board-card-sheen {
    0% {
        transform: rotate(18deg) translateX(-180%);
    }

    100% {
        transform: rotate(18deg) translateX(280%);
    }
}

@keyframes board-shell-aura {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    55% {
        opacity: 0.95;
        transform: scale(1.02);
    }

    100% {
        opacity: 0.7;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .board-page .board-head,
    .board-page .board-tier-president .board-member-card,
    .board-page .board-tier-vice .board-member-card,
    .board-page .board-tier-members .board-member-card {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
    }

    .board-page .board-tier-connector-main::before,
    .board-page .board-tier-connector-branch::before,
    .board-page .board-tier-connector-branch::after,
    .board-page .board-shell::after,
    .board-page .board-member-card::after {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

@media screen and (max-width: 1024px) and (hover: none),
screen and (max-width: 1024px) and (pointer: coarse) {
    .board-shell {
        padding: 22px;
        border-radius: 26px;
    }

    .board-title-wrap,
    .board-period {
        width: 100%;
    }

    .board-title-wrap {
        padding: 18px;
    }

    .board-tier-members {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .board-tier-connector-branch::after {
        right: 24px;
        left: 24px;
    }
}

@media screen and (max-width: 640px) and (hover: none),
screen and (max-width: 640px) and (pointer: coarse) {
    .board-export-button {
        width: 100%;
    }

    .board-tier-members {
        grid-template-columns: 1fr;
    }

    .board-title-wrap,
    .board-period {
        flex-direction: column;
    }

    .board-title-copy {
        text-align: center;
    }

    .board-title-icon,
    .board-period-separator {
        align-self: center;
    }

    .board-tier-connector,
    .board-tier-connector::before,
    .board-tier-connector::after {
        display: none;
    }

    .board-member-card,
    .board-member-card-president,
    .board-member-card-vice {
        width: 100%;
        min-height: auto;
    }
}

@page {
    size: A4 landscape;
    margin: 12mm;
}

@media print {
    html,
    body {
        width: auto;
        height: auto;
    }

    body {
        background: #ffffff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .top-bar,
    .sidebar,
    .site-footer,
    .board-export-button,
    .page-transition-overlay {
        display: none !important;
    }

    .content-shell,
    .main-wrapper,
    main {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .board-shell {
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: visible;
        width: 92%;
        max-width: 248mm;
        margin: 0 auto !important;
        padding: 8mm 0 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        box-sizing: border-box;
    }

    .board-shell::before,
    .board-shell::after {
        display: none !important;
    }

    .board-shell::after {
        display: block !important;
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background:
            radial-gradient(circle at 50% 28%, rgba(201, 168, 92, 0.08), transparent 18%),
            radial-gradient(circle at 14% 78%, rgba(18, 132, 132, 0.06), transparent 20%),
            radial-gradient(circle at 86% 78%, rgba(18, 132, 132, 0.06), transparent 20%),
            repeating-linear-gradient(45deg, rgba(18, 132, 132, 0.018) 0 2px, transparent 2px 18px),
            repeating-linear-gradient(-45deg, rgba(201, 168, 92, 0.018) 0 2px, transparent 2px 18px),
            linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 251, 0.98));
        background-size: cover;
    }

    .board-head,
    .board-print-header,
    .board-tree,
    .board-tier-president .board-member-card,
    .board-tier-vice .board-member-card,
    .board-tier-members .board-member-card {
        position: relative;
        z-index: 1;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        animation: none !important;
    }

    .board-member-card::after,
    .board-tier-connector-main::before,
    .board-tier-connector-branch::before,
    .board-tier-connector-branch::after {
        animation: none !important;
    }

    .board-head {
        order: 2;
        margin-bottom: 8px;
        padding: 0;
    }

    .board-print-header {
        display: flex !important;
        order: 1;
        align-items: flex-end;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 10px;
        padding: 12px 14px;
        border: 1px solid rgba(22, 166, 160, 0.18);
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(239, 249, 251, 0.95), rgba(255, 255, 255, 1));
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .board-print-brand {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .board-print-logo {
        width: 56px;
        height: 56px;
        object-fit: contain;
        border-radius: 14px;
        background: #ffffff;
        padding: 6px;
        box-shadow: inset 0 0 0 1px rgba(18, 104, 132, 0.08);
    }

    .board-print-kicker {
        color: #128684;
        font-size: 0.78rem;
        font-weight: 900;
    }

    .board-print-title {
        margin: 2px 0 4px;
        color: #114f62;
        font-size: 1.35rem;
    }

    .board-print-subtitle {
        display: none;
    }

    .board-print-meta {
        display: grid;
        gap: 4px;
        text-align: left;
        color: #244c49;
        font-size: 0.78rem;
        font-weight: 800;
    }

    .board-title-wrap {
        width: min(100%, 190mm);
        max-width: none;
        margin-top: 6px;
        padding: 10px 12px;
        border-radius: 16px;
        box-shadow: none;
    }

    .board-title-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 14px;
        box-shadow: none;
        font-size: 1.2rem;
    }

    .board-title {
        font-size: 1.35rem;
    }

    .board-period {
        width: min(100%, 190mm);
        max-width: none;
        gap: 8px;
        margin-top: 8px;
    }

    .board-period-card {
        padding: 8px 10px;
        border-radius: 14px;
        box-shadow: none;
    }

    .board-period-label {
        font-size: 0.75rem;
    }

    .board-period-hijri {
        margin-top: 4px;
        font-size: 0.94rem;
    }

    .board-period-gregorian {
        margin-top: 2px;
        font-size: 0.76rem;
    }

    .board-period-separator {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 0.8rem;
        box-shadow: none;
    }

    .board-tree {
        order: 3;
        width: 96%;
        margin-inline: auto;
    }

    .board-tier-connector {
        width: min(100%, 214mm);
    }

    .board-tier-connector-main {
        height: 20px;
    }

    .board-tier-connector-branch {
        height: 22px;
    }

    .board-tier-connector-branch::before {
        height: 10px;
    }

    .board-tier-connector-branch::after {
        top: 10px;
        right: clamp(62px, 6vw, 112px);
        left: clamp(62px, 6vw, 112px);
    }

    .board-tier-members {
        gap: 8px;
    }

    .board-member-card {
        min-height: 102px;
        padding: 10px 8px;
        border-radius: 16px;
        box-shadow: none !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .board-member-card::before {
        inset: 6px;
        border-radius: 12px;
    }

    .board-member-badge {
        width: 34px;
        height: 34px;
        margin-bottom: 5px;
        border-radius: 10px;
        box-shadow: none;
        font-size: 0.86rem;
    }

    .board-member-role {
        font-size: 0.56rem;
        padding: 4px 6px;
    }

    .board-member-name {
        white-space: normal;
        overflow-wrap: anywhere;
        margin-top: 6px;
        font-size: 0.72rem;
        line-height: 1.25;
    }

    .board-member-card-president {
        width: min(100%, 200px);
    }

    .board-member-card-vice {
        width: min(100%, 190px);
    }
}
