/* Home dashboard – scoped under .x0dash-body to avoid legacy CSS collisions */

.x0dash-body {
    --x0dash-bg: #050508;
    --x0dash-panel: #0c0c12;
    --x0dash-border: rgba(255, 255, 255, 0.07);
    --x0dash-red: #ff0033;
    --x0dash-cyan: #00d4ff;
    --x0dash-text: #ececf3;
    --x0dash-muted: #8b949e;
    --x0dash-header-h: 70px;
    --x0dash-max: 1440px;
    background: var(--x0dash-bg) !important;
    color: var(--x0dash-text) !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
}

/* Legacy theme off on home */
.x0dash-body .header,
.x0dash-body .aside_bar,
.x0dash-body .aside-overlay,
.x0dash-body .skills-sec,
.x0dash-body .ftr,
.x0dash-body .back-to-top {
    display: none !important;
}

.x0dash-body [role="main"] {
    margin-top: 0 !important;
    padding: 0 !important;
}

/* ─── Icons (Font Awesome + glow) ─── */
.x0dash-body .x0dash-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: var(--x0dash-red) !important;
    text-decoration: none !important;
    font-size: 15px;
    filter: drop-shadow(0 0 6px rgba(255, 0, 51, 0.45));
    transition: color 0.15s, filter 0.15s, transform 0.15s;
}

.x0dash-body .x0dash-icon-link:hover {
    color: #ff6688 !important;
    filter: drop-shadow(0 0 12px rgba(255, 0, 51, 0.75));
    transform: translateY(-1px);
}

.x0dash-body .x0dash-fa-icon {
    display: inline-block !important;
    flex: 0 0 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center;
    font-size: 12px !important;
    color: var(--x0dash-red);
    overflow: hidden;
}

.x0dash-body .x0dash-fa-ok {
    color: #3ddc84;
}

/* ─── Brand mark (requires x0dash-brand-mark--* size class) ─── */
.x0dash-body .x0dash-brand,
.x0dash-body .x0dash-footer-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none !important;
    max-height: 42px;
    overflow: hidden;
}

.x0dash-body .x0dash-brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    overflow: hidden;
    line-height: 1;
}

.x0dash-body .x0dash-brand-mark--icon-only .x0dash-brand-wordmark {
    display: none !important;
}

.x0dash-body .x0dash-brand-anubis-wrap {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(0, 212, 255, 0.35);
    box-shadow: 0 0 8px rgba(0, 212, 255, 0.15);
    background: #0a0a10;
}

.x0dash-body .x0dash-brand-anubis {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: 50% 6%;
    transform: none !important;
}

/* header: max-height 42px */
.x0dash-body .x0dash-brand-mark--header {
    max-height: 42px;
}

.x0dash-body .x0dash-brand-mark--header .x0dash-brand-anubis-wrap {
    width: 28px;
    height: 28px;
}

.x0dash-body .x0dash-brand-mark--header .x0dash-brand-wordmark {
    font-size: 14px;
}

.x0dash-body .x0dash-brand--header,
.x0dash-body .x0dash-brand:has(.x0dash-brand-mark--header) {
    max-height: 42px;
}

/* footer: max-height 38px */
.x0dash-body .x0dash-brand-mark--footer {
    max-height: 38px;
    gap: 6px;
}

.x0dash-body .x0dash-brand-mark--footer .x0dash-brand-anubis-wrap {
    width: 24px;
    height: 24px;
}

.x0dash-body .x0dash-brand-mark--footer .x0dash-brand-wordmark {
    font-size: 12px;
}

.x0dash-body .x0dash-footer-brand {
    max-height: 38px;
}

/* about avatar slot: 56×56 (icon only, no wordmark) */
.x0dash-body .x0dash-brand-mark--about {
    width: 56px;
    height: 56px;
    max-width: 56px;
    max-height: 56px;
}

.x0dash-body .x0dash-brand-mark--about .x0dash-brand-anubis-wrap {
    width: 56px;
    height: 56px;
}

/* compact icon: 20×20 */
.x0dash-body .x0dash-brand-mark--icon {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
}

.x0dash-body .x0dash-brand-mark--icon .x0dash-brand-anubis-wrap {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 212, 255, 0.12);
}

.x0dash-body .x0dash-brand-wordmark {
    font-family: ui-monospace, monospace;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
}

.x0dash-body .x0dash-wm-cyan {
    color: var(--x0dash-cyan);
    text-shadow: 0 0 12px rgba(0, 212, 255, 0.55);
}

.x0dash-body .x0dash-wm-white {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

.x0dash-body .x0dash-wm-red {
    color: var(--x0dash-red);
    text-shadow: 0 0 12px rgba(255, 0, 51, 0.45);
}

/* ─── Shell header (full width) ─── */
.x0dash-body .x0dash-shell-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--x0dash-header-h);
    background: rgba(5, 5, 8, 0.98);
    border-bottom: 1px solid rgba(255, 0, 51, 0.55);
    box-shadow: 0 1px 0 rgba(255, 0, 51, 0.15), 0 4px 24px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
}

.x0dash-body .x0dash-shell-inner {
    max-width: var(--x0dash-max);
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.x0dash-body .x0dash-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

.x0dash-body .x0dash-nav a {
    color: var(--x0dash-text) !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    line-height: 1.4 !important;
}

.x0dash-body .x0dash-nav a:hover,
.x0dash-body .x0dash-nav a.nav-active {
    color: var(--x0dash-red) !important;
    border-bottom-color: var(--x0dash-red);
}

.x0dash-body .x0dash-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.x0dash-body .x0dash-nav-toggle {
    display: none;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.x0dash-body .x0dash-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--x0dash-text);
    margin: 5px 0;
}

/* ─── Home layout (wider) ─── */
.x0dash-body .x0dash-home {
    position: relative;
    max-width: var(--x0dash-max);
    margin: 0 auto;
    padding: 0 16px 24px;
}

.x0dash-body .x0dash-grid-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 0, 51, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 0, 51, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.x0dash-body .x0dash-hero-dashboard,
.x0dash-body .x0dash-dashboard-grid {
    position: relative;
    z-index: 1;
}

/* ─── Hero (single banner asset) ─── */
.x0dash-body .x0dash-hero-dashboard {
    position: relative;
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 560px !important;
    max-height: none !important;
    height: auto !important;
    margin: 0 -16px 20px;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    background: url('/static/images/hero-banner-final.png') center center / cover no-repeat !important;
}

.x0dash-body .x0dash-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 620px;
    padding: 40px 24px 40px 60px;
}

.x0dash-body .x0dash-kicker {
    display: block;
    font-family: ui-monospace, monospace;
    font-size: 10px;
    letter-spacing: 0.2em;
    color: var(--x0dash-cyan);
    margin-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 212, 255, 0.35);
}

.x0dash-body .x0dash-hero-title {
    margin: 0 0 24px !important;
    padding: 0 !important;
    font-size: clamp(26px, 3.4vw, 42px) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.02em;
    color: #fff !important;
    text-transform: uppercase;
}

.x0dash-body .x0dash-hero-title span {
    color: var(--x0dash-red) !important;
    text-shadow: 0 0 30px rgba(255, 0, 51, 0.35);
}

.x0dash-body .x0dash-hero-sub {
    margin: 0 0 28px !important;
    color: var(--x0dash-muted) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    max-width: 440px;
}

.x0dash-body .x0dash-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.x0dash-body .x0dash-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 3px;
    border: 1px solid transparent;
}

.x0dash-body .x0dash-btn span {
    font-size: 14px;
    line-height: 1;
}

.x0dash-body .x0dash-btn-red {
    border-color: var(--x0dash-red);
    color: var(--x0dash-red) !important;
    background: rgba(255, 0, 51, 0.06);
    box-shadow: 0 0 16px rgba(255, 0, 51, 0.15);
}

.x0dash-body .x0dash-btn-red:hover {
    background: rgba(255, 0, 51, 0.15);
    color: #fff !important;
}

.x0dash-body .x0dash-btn-cyan {
    border-color: var(--x0dash-cyan);
    color: var(--x0dash-cyan) !important;
    background: rgba(0, 212, 255, 0.04);
    box-shadow: 0 0 16px rgba(0, 212, 255, 0.1);
}

.x0dash-body .x0dash-btn-cyan:hover {
    background: rgba(0, 212, 255, 0.12);
}

.x0dash-body .x0dash-terminal-line {
    margin: 20px 0 0 !important;
    font-family: ui-monospace, monospace;
    font-size: 12px;
    color: var(--x0dash-muted);
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.x0dash-body .x0dash-terminal-line span {
    color: var(--x0dash-cyan);
}

.x0dash-body .x0dash-terminal-line strong {
    color: var(--x0dash-red);
}

/* ─── Dashboard grid ─── */
.x0dash-body .x0dash-dashboard-grid {
    display: grid !important;
    grid-template-columns: 250px 1fr 290px !important;
    gap: 14px;
    align-items: start;
}

.x0dash-body .x0dash-left-column,
.x0dash-body .x0dash-right-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.x0dash-body .x0dash-panel {
    background: var(--x0dash-panel) !important;
    border: 1px solid var(--x0dash-border) !important;
    border-radius: 4px;
    padding: 14px 14px 16px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    margin: 0 !important;
}

.x0dash-body .x0dash-panel-label {
    margin: 0 0 10px !important;
    padding: 0 0 8px !important;
    font-family: ui-monospace, monospace !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
    color: var(--x0dash-red) !important;
    text-transform: uppercase;
    line-height: 1.3 !important;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.x0dash-body .x0dash-panel-label::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 36px;
    height: 2px;
    background: var(--x0dash-red);
    box-shadow: 0 0 10px rgba(255, 0, 51, 0.55);
}

.x0dash-body .x0dash-panel-main {
    border-color: rgba(0, 212, 255, 0.1) !important;
}

.x0dash-body .x0dash-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.x0dash-body .x0dash-panel-header .x0dash-panel-label {
    margin-bottom: 0 !important;
    border-bottom: none;
    padding-bottom: 0 !important;
}

.x0dash-body .x0dash-panel-header .x0dash-panel-label::after {
    display: none;
}

.x0dash-body .x0dash-panel-header a {
    font-size: 11px;
    color: var(--x0dash-cyan) !important;
    text-decoration: none !important;
    white-space: nowrap;
}

/* Categories list */
.x0dash-body .x0dash-cat-list a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 8px 0 !important;
    font-size: 13px !important;
}

.x0dash-body .x0dash-list-count {
    margin-left: auto;
    font-size: 11px;
    color: var(--x0dash-muted);
    font-family: ui-monospace, monospace;
}

.x0dash-body .x0dash-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.x0dash-body .x0dash-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.x0dash-body .x0dash-list a {
    color: var(--x0dash-text) !important;
    text-decoration: none !important;
}

.x0dash-body .x0dash-list a:hover {
    color: var(--x0dash-cyan) !important;
}

.x0dash-body .x0dash-list-muted {
    display: block;
    padding: 8px 0 !important;
    color: var(--x0dash-muted) !important;
    font-size: 12px !important;
}

/* Status */
.x0dash-body .x0dash-status {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: ui-monospace, monospace;
    font-size: 11px;
    color: var(--x0dash-muted);
}

.x0dash-body .x0dash-status li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.x0dash-body .x0dash-status li span:nth-child(2) {
    flex: 1;
}

.x0dash-body .x0dash-ok {
    color: #3ddc84;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.04em;
}

.x0dash-body .x0dash-warn {
    color: var(--x0dash-red);
    font-weight: 700;
}

/* Post cards */
.x0dash-body .x0dash-post-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px;
}

.x0dash-body .x0dash-post-card {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.x0dash-body .x0dash-post-card-thumb {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000 url('/static/images/hnews1.jpg') center/cover;
}

.x0dash-body .x0dash-post-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.x0dash-body .x0dash-post-card-body {
    padding: 10px 10px 11px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.x0dash-body .x0dash-post-tag {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--x0dash-cyan);
    margin-bottom: 4px;
}

.x0dash-body .x0dash-post-card-body h3 {
    margin: 0 0 6px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #fff !important;
}

.x0dash-body .x0dash-post-card-body h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.x0dash-body .x0dash-post-card-body p {
    margin: 0 0 8px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    color: var(--x0dash-muted) !important;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.x0dash-body .x0dash-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 10px;
    color: var(--x0dash-red);
    font-family: ui-monospace, monospace;
    margin-top: auto;
}

.x0dash-body .x0dash-post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* About */
.x0dash-body .x0dash-about {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.x0dash-body .x0dash-about > div {
    flex: 1;
    min-width: 0;
}

.x0dash-body .x0dash-about p {
    margin: 0 0 8px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: var(--x0dash-muted) !important;
}

.x0dash-body .x0dash-about-link {
    font-size: 11px;
    font-weight: 700;
    color: var(--x0dash-red) !important;
    text-decoration: none !important;
}

.x0dash-body .x0dash-about-link:hover {
    color: var(--x0dash-cyan) !important;
}

/* Terminal */
.x0dash-body .x0dash-terminal-card {
    padding: 0 !important;
    overflow: hidden;
}

.x0dash-body .x0dash-terminal-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.45);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.x0dash-body .x0dash-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.x0dash-body .x0dash-dot-red { background: #ff5f57; }
.x0dash-body .x0dash-dot-yellow { background: #febc2e; }
.x0dash-body .x0dash-dot-green { background: #28c840; }

.x0dash-body .x0dash-terminal-title {
    margin-left: auto;
    font-family: ui-monospace, monospace;
    font-size: 9px;
    color: var(--x0dash-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.x0dash-body .x0dash-terminal-pre {
    margin: 0 !important;
    padding: 12px 14px 14px !important;
    font-family: ui-monospace, monospace !important;
    font-size: 10px !important;
    line-height: 1.6 !important;
    color: var(--x0dash-muted) !important;
    background: transparent !important;
    border: none !important;
    white-space: pre-wrap;
}

.x0dash-body .x0dash-skill {
    color: var(--x0dash-red);
}

/* Terminal cursor blink */
.x0dash-body .x0dash-cursor {
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-left: 3px;
    vertical-align: text-bottom;
    background: var(--x0dash-cyan);
    box-shadow: 0 0 8px rgba(0, 212, 255, 0.6);
    animation: x0dash-cursor-blink 1.05s step-end infinite;
}

.x0dash-body .x0dash-cursor-terminal {
    width: 6px;
    height: 11px;
    margin-left: 1px;
}

@keyframes x0dash-cursor-blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

/* ─── Mockup footer ─── */
.x0dash-body .x0dash-footer {
    position: relative;
    width: 100%;
    min-height: 52px;
    background: #020204;
    border-top: 1px solid rgba(255, 0, 51, 0.4);
    margin-top: 12px;
    overflow: hidden;
}

.x0dash-body .x0dash-footer-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(255, 0, 51, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.x0dash-body .x0dash-footer-inner {
    position: relative;
    z-index: 1;
    max-width: var(--x0dash-max);
    margin: 0 auto;
    padding: 12px 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
}

.x0dash-body .x0dash-rust-icon {
    font-size: 10px;
    color: var(--x0dash-red);
    margin-right: 2px;
}

.x0dash-body .x0dash-footer-center {
    text-align: center;
}

.x0dash-body .x0dash-footer-copy,
.x0dash-body .x0dash-footer-built {
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    color: var(--x0dash-muted) !important;
}

.x0dash-body .x0dash-rust-mark {
    color: var(--x0dash-red);
    font-weight: 700;
}

.x0dash-body .x0dash-footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.x0dash-body .x0dash-footer-connect {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--x0dash-muted);
    white-space: nowrap;
}

.x0dash-body .x0dash-socials-footer {
    gap: 6px;
}

.x0dash-body .x0dash-socials-footer .x0dash-icon-link {
    width: 26px;
    height: 26px;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .x0dash-body .x0dash-dashboard-grid {
        grid-template-columns: 220px 1fr 260px !important;
    }
}

@media (max-width: 900px) {
    .x0dash-body .x0dash-hero-dashboard {
        min-height: 480px !important;
        margin-left: 0;
        margin-right: 0;
    }

    .x0dash-body .x0dash-hero-copy {
        max-width: 100%;
        padding: 32px 20px;
    }

    .x0dash-body .x0dash-dashboard-grid {
        grid-template-columns: 1fr !important;
    }

    .x0dash-body .x0dash-post-grid {
        grid-template-columns: 1fr !important;
    }

    .x0dash-body .x0dash-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 12px;
    }

    .x0dash-body .x0dash-footer-brand,
    .x0dash-body .x0dash-footer-social {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x0dash-body .x0dash-shell-inner {
        grid-template-columns: auto 1fr auto;
    }

    .x0dash-body .x0dash-nav-toggle {
        display: block;
        justify-self: end;
        grid-column: 3;
    }

    .x0dash-body .x0dash-socials {
        display: none;
    }

    .x0dash-body .x0dash-nav {
        display: none;
        position: absolute;
        top: var(--x0dash-header-h);
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        background: rgba(5, 5, 8, 0.98);
        border-bottom: 1px solid rgba(255, 0, 51, 0.35);
        padding: 12px 20px 16px;
    }

    .x0dash-body .x0dash-nav.is-open {
        display: flex;
    }

    .x0dash-body .x0dash-footer-connect {
        display: none;
    }
}
