/* /Layout/MainLayout.razor.rz.scp.css */
/* Layout is styled globally in app.css.
   Legacy Blazor sidebar/top-row styles removed — no longer applicable to current markup. */

.logo-group[b-9sj6jg67cr] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-img[b-9sj6jg67cr] {
    height: 36px;
    width: auto;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Navigation is styled globally in app.css.
   Legacy Blazor sidebar styles removed — no longer applicable to current markup. */
/* /Pages/Contact.razor.rz.scp.css */
/* === PAGE === */
@keyframes fade-up-b-2s1t55kj9c {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.contact-page[b-2s1t55kj9c] {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 136px);
    padding: 100px 24px 80px;
    display: flex;
    justify-content: center;
    animation: fade-up-b-2s1t55kj9c 0.60s cubic-bezier(0.22, 0.9, 0.30, 1) both;
}

.contact-bg[b-2s1t55kj9c] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(600px 350px at 80% 10%, rgba(109, 40, 217, 0.13), transparent 60%),
        radial-gradient(420px 300px at 15% 85%, rgba(147, 51, 234, 0.09), transparent 55%);
}

/* === CONTENT === */
.contact-content[b-2s1t55kj9c] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-eyebrow[b-2s1t55kj9c] {
    font-family: var(--font-body);
    font-size: var(--small);
    font-weight: var(--fw-medium);
    color: var(--accent-bright);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: var(--space-xs);
}

.contact-heading[b-2s1t55kj9c] {
    font-family: var(--font-display);
    font-size: var(--scale-h1);
    font-weight: 800;
    background: linear-gradient(135deg, var(--text-primary) 0%, var(--purple-200) 55%, var(--accent-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.05;
}

.contact-intro[b-2s1t55kj9c] {
    max-width: 400px;
    font-size: var(--lead);
    color: var(--text-secondary);
    line-height: 1.75;
    margin-top: var(--space-md);
}

/* === INFO PANEL === */
.contact-info[b-2s1t55kj9c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-lg);
    margin-top: var(--space-xl);
    width: 100%;
    padding: var(--space-lg);
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
}

.contact-info-list[b-2s1t55kj9c] {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.contact-info-item[b-2s1t55kj9c] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: var(--space-md) 0;
    border-bottom: 1px solid var(--border-subtle);
}
.contact-info-item:first-child[b-2s1t55kj9c] { padding-top: 0; }
.contact-info-item:last-child[b-2s1t55kj9c]  { border-bottom: none; padding-bottom: 0; }

.contact-info-label[b-2s1t55kj9c] {
    font-family: var(--font-body);
    font-size: var(--xs);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: var(--fw-medium);
}

.contact-info-link[b-2s1t55kj9c] {
    font-family: var(--font-body);
    font-size: var(--small);
    color: var(--text-secondary);
    text-decoration: none;
    transition: color var(--dur-fast) var(--ease);
}
.contact-info-link:hover[b-2s1t55kj9c] { color: var(--accent-bright); }

.contact-social[b-2s1t55kj9c] {
    display: flex;
    gap: var(--space-md);
    align-items: center;
}

/* === RESPONSIVE === */
@media (max-width: 699px) {
    .contact-page[b-2s1t55kj9c] { padding: 80px 24px 60px; }
    .contact-heading[b-2s1t55kj9c] { font-size: 32px; }
}
/* /Pages/Home.razor.rz.scp.css */
/* === ENTRANCE ANIMATIONS — Home page === */
@keyframes fade-up-b-ozgl3xcew0 {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.profile-wrapper[b-ozgl3xcew0] {
    animation: fade-up-b-ozgl3xcew0 0.65s cubic-bezier(0.22, 0.9, 0.30, 1) both;
    animation-delay: 0.08s;
}

.hero-greeting[b-ozgl3xcew0] {
    animation: fade-up-b-ozgl3xcew0 0.60s cubic-bezier(0.22, 0.9, 0.30, 1) both;
    animation-delay: 0.20s;
}

.hero-name[b-ozgl3xcew0] {
    animation: fade-up-b-ozgl3xcew0 0.70s cubic-bezier(0.22, 0.9, 0.30, 1) both;
    animation-delay: 0.30s;
}

.hero-title[b-ozgl3xcew0] {
    animation: fade-up-b-ozgl3xcew0 0.60s cubic-bezier(0.22, 0.9, 0.30, 1) both;
    animation-delay: 0.42s;
}

.hero-intro[b-ozgl3xcew0] {
    animation: fade-up-b-ozgl3xcew0 0.60s cubic-bezier(0.22, 0.9, 0.30, 1) both;
    animation-delay: 0.52s;
}

.hero-cta[b-ozgl3xcew0] {
    animation: fade-up-b-ozgl3xcew0 0.60s cubic-bezier(0.22, 0.9, 0.30, 1) both;
    animation-delay: 0.62s;
}

.hero-social[b-ozgl3xcew0] {
    animation: fade-up-b-ozgl3xcew0 0.60s cubic-bezier(0.22, 0.9, 0.30, 1) both;
    animation-delay: 0.72s;
}

.about-section[b-ozgl3xcew0] {
    animation: fade-up-b-ozgl3xcew0 0.75s cubic-bezier(0.22, 0.9, 0.30, 1) both;
    animation-delay: 0.15s;
}
/* /Pages/ProjectDetail.razor.rz.scp.css */
/* === PAGE === */
@keyframes fade-up-b-zwroz0mgpm {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.pd-page[b-zwroz0mgpm] {
    position: relative;
    min-height: calc(100vh - 136px);
    padding: 80px 24px 80px;
    overflow: hidden;
    animation: fade-up-b-zwroz0mgpm 0.60s cubic-bezier(0.22, 0.9, 0.30, 1) both;
}

.pd-bg[b-zwroz0mgpm] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(600px 380px at 15% 15%, rgba(109, 40, 217, 0.11), transparent 60%),
        radial-gradient(420px 320px at 85% 80%, rgba(147, 51, 234, 0.08), transparent 55%);
}

.pd-content[b-zwroz0mgpm] {
    position: relative;
    z-index: 1;
    max-width: var(--container-max-width);
    margin: 0 auto;
}

/* === BACK LINK === */
.pd-back[b-zwroz0mgpm] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: var(--small);
    text-decoration: none;
    margin-bottom: var(--space-lg);
    transition: color var(--dur-fast) var(--ease);
}
.pd-back:hover[b-zwroz0mgpm] { color: var(--accent-bright); }

/* === TWO-COLUMN LAYOUT === */
.pd-layout[b-zwroz0mgpm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-lg);
    align-items: start;
}

/* === MEDIA PANEL === */
.pd-media[b-zwroz0mgpm] {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    position: sticky;
    top: 96px;
}

.pd-main-image[b-zwroz0mgpm] {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-subtle);
    display: block;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.55);
    transition:
        border-color var(--dur-mid) ease,
        box-shadow   var(--dur-mid) ease;
}
.pd-main-image:hover[b-zwroz0mgpm] {
    border-color: var(--border-mid);
    box-shadow:
        0 22px 64px rgba(0, 0, 0, 0.60),
        0  0   32px rgba(147, 51, 234, 0.16);
}

.pd-media-slots[b-zwroz0mgpm] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    min-height: 80px;
    min-width: none;
}

.pd-media-slot[b-zwroz0mgpm] {
    width: 100%;
}

.pd-media-slot iframe[b-zwroz0mgpm] {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: var(--radius-md);
}

/* === INFO PANEL === */
.pd-info[b-zwroz0mgpm] {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

.pd-title[b-zwroz0mgpm] {
    font-family: var(--font-display);
    font-size: var(--scale-h1);
    font-weight: 800;
    background: linear-gradient(135deg, var(--text-primary) 0%, var(--purple-200) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    letter-spacing: 0.3px;
}

/* === META ROW === */
.pd-meta-row[b-zwroz0mgpm] {
    display: flex;
    gap: var(--space-lg);
    flex-wrap: wrap;
    padding-bottom: var(--space-md);
    border-bottom: 1px solid var(--border-subtle);
}

.pd-meta-item[b-zwroz0mgpm] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pd-meta-label[b-zwroz0mgpm] {
    font-family: var(--font-body);
    font-size: var(--xs);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: var(--fw-medium);
}

.pd-meta-value[b-zwroz0mgpm] {
    font-family: var(--font-body);
    font-size: var(--small);
    color: var(--text-secondary);
}

/* === SECTIONS === */
.pd-section[b-zwroz0mgpm] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.pd-section-label[b-zwroz0mgpm] {
    font-family: var(--font-body);
    font-size: var(--xs);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: var(--fw-medium);
    margin-bottom: 2px;
}

.pd-body[b-zwroz0mgpm] {
    font-family: var(--font-body);
    font-size: var(--small);
    color: var(--text-secondary);
    line-height: 1.85;
}

/* === CHIPS === */
.pd-chips[b-zwroz0mgpm] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pd-chip[b-zwroz0mgpm] {
    background: rgba(147, 51, 234, 0.10);
    color: var(--purple-300);
    padding: 3px var(--space-xs);
    border-radius: var(--radius-full);
    font-family: var(--font-body);
    font-size: var(--xs);
    border: 1px solid rgba(139, 92, 246, 0.20);
    transition: background var(--dur-fast) ease, border-color var(--dur-fast) ease;
}
.pd-chip:hover[b-zwroz0mgpm] {
    background: rgba(147, 51, 234, 0.20);
    border-color: rgba(167, 139, 250, 0.35);
}

.pd-chip--platform[b-zwroz0mgpm] {
    background: rgba(124, 58, 237, 0.12);
    color: var(--purple-300);
    border-color: rgba(139, 92, 246, 0.25);
}

/* === EXTERNAL LINK BUTTON === */
.pd-cta[b-zwroz0mgpm] { padding-top: var(--space-xs); }

.pd-external-btn[b-zwroz0mgpm] {
    display: inline-block;
    background: transparent;
    color: var(--accent-bright);
    border: 1px solid rgba(192, 132, 252, 0.28);
    border-radius: var(--radius-sm);
    padding: var(--space-sm) var(--space-md);
    font-family: var(--font-body);
    font-size: var(--small);
    font-weight: var(--fw-medium);
    text-decoration: none;
    transition:
        background    var(--dur-fast) ease,
        border-color  var(--dur-fast) ease,
        box-shadow    var(--dur-fast) ease,
        transform     var(--dur-fast) ease;
}
.pd-external-btn:hover[b-zwroz0mgpm] {
    background: rgba(147, 51, 234, 0.20);
    border-color: rgba(192, 132, 252, 0.52);
    color: var(--accent-bright);
    box-shadow: 0 0 22px rgba(147, 51, 234, 0.32);
    transform: translateY(-2px);
}
.pd-external-btn:focus-visible[b-zwroz0mgpm] {
    outline: 2px solid var(--accent-bright);
    outline-offset: 2px;
}

/* === STATE === */
.pd-state-msg[b-zwroz0mgpm] {
    font-family: var(--font-body);
    color: var(--text-secondary);
    font-size: var(--small);
    padding: var(--space-xl) 0;
    text-align: center;
}

/* === RESPONSIVE === */
@media (max-width: 699px) {
    .pd-page[b-zwroz0mgpm] { padding: 48px 16px 60px; }
    .pd-layout[b-zwroz0mgpm] { grid-template-columns: 1fr; gap: var(--space-md); }
    .pd-media[b-zwroz0mgpm] { position: static; }
    .pd-title[b-zwroz0mgpm] { font-size: clamp(24px, 7vw, 32px); }
    .pd-meta-row[b-zwroz0mgpm] { gap: var(--space-md); }
    .pd-external-btn[b-zwroz0mgpm] { width: 100%; text-align: center; box-sizing: border-box; }
}
/* /Pages/Projects.razor.rz.scp.css */
/* === PAGE LAYOUT === */
@keyframes fade-up-b-omc8nbcl5t {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.projects-page[b-omc8nbcl5t] {
    padding: var(--space-xl) 0;
    animation: fade-up-b-omc8nbcl5t 0.60s cubic-bezier(0.22, 0.9, 0.30, 1) both;
}

.projects-header[b-omc8nbcl5t] { margin-bottom: var(--space-lg); }

.projects-intro[b-omc8nbcl5t] {
    font-size: var(--lead);
    color: var(--text-secondary);
    max-width: 680px;
    margin-top: var(--space-sm);
    line-height: 1.75;
}

/* === FILTER TOGGLE === */
.filters-wrapper[b-omc8nbcl5t] { margin-bottom: var(--space-lg); }

.filters-toggle[b-omc8nbcl5t] {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--space-sm) var(--space-md);
    background: var(--bg-surface);
    color: var(--text-secondary);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    font-size: var(--small);
    font-family: var(--font-body);
    font-weight: var(--fw-medium);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        color        var(--dur-fast) var(--ease),
        border-color var(--dur-fast) var(--ease),
        background   var(--dur-fast) var(--ease);
}

.filters-toggle:hover[b-omc8nbcl5t] {
    color: var(--text-primary);
    border-color: var(--border-mid);
    background: var(--bg-elevated);
}

.filters-toggle[aria-expanded="true"][b-omc8nbcl5t] {
    color: var(--text-primary);
    border-color: var(--border-mid);
    background: var(--bg-elevated);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}

.filters-toggle:focus-visible[b-omc8nbcl5t] {
    outline: 2px solid var(--accent-bright);
    outline-offset: 2px;
}

.filters-toggle-label[b-omc8nbcl5t] {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
}

.filters-badge[b-omc8nbcl5t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: rgba(147, 51, 234, 0.22);
    color: var(--accent-bright);
    border: 1px solid rgba(147, 51, 234, 0.35);
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.filters-chevron[b-omc8nbcl5t] {
    display: inline-block;
    width: 8px; height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform var(--dur-fast) var(--ease);
    flex-shrink: 0;
    margin-bottom: 3px;
}
.filters-chevron--open[b-omc8nbcl5t] {
    transform: rotate(-135deg);
    margin-bottom: -3px;
}

/* === FILTER PANEL === */
.filters[b-omc8nbcl5t] {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    padding: var(--space-md);
    background: var(--bg-surface);
    border: 1px solid var(--border-mid);
    border-top: none;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    animation: fade-up-b-omc8nbcl5t 0.2s ease both;
}

.filter-group[b-omc8nbcl5t] {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.filter-label[b-omc8nbcl5t] {
    font-size: var(--xs);
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.filter-search[b-omc8nbcl5t] {
    max-width: 360px;
    padding: var(--space-xs) var(--space-sm);
    background: var(--bg-elevated);
    color: var(--text-primary);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    font-size: var(--small);
    font-family: var(--font-body);
    box-sizing: border-box;
    transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}

.filter-search[b-omc8nbcl5t]::placeholder { color: var(--text-muted); }

.filter-search:focus[b-omc8nbcl5t] {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.18);
}

/* === PILLS === */
.pill-list[b-omc8nbcl5t] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs);
}

.pill[b-omc8nbcl5t] {
    -webkit-appearance: none;
    appearance: none;
    padding: 5px var(--space-sm);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-full);
    background: var(--bg-elevated);
    color: var(--text-secondary);
    font-size: var(--small);
    font-family: var(--font-body);
    line-height: 1.4;
    cursor: pointer;
    user-select: none;
    transition:
        background    var(--dur-fast) var(--ease),
        border-color  var(--dur-fast) var(--ease),
        color         var(--dur-fast) var(--ease),
        transform     var(--dur-fast) var(--ease);
}

.pill:hover[b-omc8nbcl5t] {
    background: var(--glass-highlight);
    border-color: var(--border-mid);
    color: var(--text-primary);
    transform: translateY(-1px);
}

.pill--active[b-omc8nbcl5t] {
    background: rgba(147, 51, 234, 0.20);
    border-color: rgba(147, 51, 234, 0.42);
    color: var(--accent-bright);
    font-weight: var(--fw-medium);
}
.pill--active:hover[b-omc8nbcl5t] {
    background: rgba(147, 51, 234, 0.30);
    border-color: rgba(167, 139, 250, 0.55);
}
.pill:focus-visible[b-omc8nbcl5t] {
    outline: 2px solid var(--accent-bright);
    outline-offset: 2px;
}

/* === CLEAR BUTTON === */
.btn-clear[b-omc8nbcl5t] {
    -webkit-appearance: none;
    appearance: none;
    align-self: flex-start;
    padding: var(--space-xs) var(--space-sm);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    background: transparent;
    color: var(--text-muted);
    font-size: var(--small);
    font-family: var(--font-body);
    line-height: 1.4;
    cursor: pointer;
    transition: color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.btn-clear:hover[b-omc8nbcl5t] {
    color: var(--text-primary);
    border-color: var(--border-mid);
}
.btn-clear:focus-visible[b-omc8nbcl5t] {
    outline: 2px solid var(--accent-bright);
    outline-offset: 2px;
}

/* === PROJECT GRID === */
.project-grid[b-omc8nbcl5t] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
}

.projects-empty[b-omc8nbcl5t] {
    color: var(--text-secondary);
    font-style: italic;
    padding: var(--space-xl) 0;
}

/* === RESPONSIVE === */
@media (max-width: 959px) {
    .project-grid[b-omc8nbcl5t] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 599px) {
    .project-grid[b-omc8nbcl5t] { grid-template-columns: 1fr; }
    .filter-search[b-omc8nbcl5t] { max-width: 100%; }
}
/* /Reusable/ProjectView.razor.rz.scp.css */
/* === PROJECT CARD === */
.project-card[b-obkm63vut0] {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    display: flex;
    flex-direction: column;
    position: relative;
    transition:
        transform     var(--dur-mid) cubic-bezier(0.22, 0.9, 0.30, 1),
        border-color  var(--dur-mid) ease,
        box-shadow    var(--dur-mid) ease;
}

/* Inner glow ring — invisible at rest, blooms on hover */
.project-card[b-obkm63vut0]::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius-md);
    box-shadow: inset 0 0 0 1px transparent;
    transition: box-shadow var(--dur-mid) ease;
    pointer-events: none;
    z-index: 2;
}

.project-card:hover[b-obkm63vut0] {
    transform: translateY(-8px);
    border-color: var(--border-mid);
    box-shadow:
        0 24px 56px rgba(147, 51, 234, 0.22),
        0 8px 20px rgba(0, 0, 0, 0.55);
}

.project-card:hover[b-obkm63vut0]::after {
    box-shadow: inset 0 0 0 1px rgba(192, 132, 252, 0.28);
}

/* === IMAGE === */
.pv-image[b-obkm63vut0] {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    transition: filter var(--dur-mid) ease;
}

.project-card:hover .pv-image[b-obkm63vut0] {
    filter: brightness(1.06) saturate(1.08);
}

/* === LABEL BAR === */
.pv-label-bar[b-obkm63vut0] {
    height: 48px;
    background: linear-gradient(90deg, rgba(17, 17, 49, 0.95), rgba(22, 22, 60, 0.95));
    border-top: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 var(--space-sm);
}

.pv-title[b-obkm63vut0] {
    font-family: var(--font-display);
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-align: center;
    letter-spacing: 0.3px;
}

/* === BODY === */
.pv-body[b-obkm63vut0] {
    padding: var(--space-sm) var(--space-md);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-xs);
    text-align: center;
}

.pv-description[b-obkm63vut0] {
    font-size: var(--small);
    color: var(--text-secondary);
    line-height: 1.55;
    margin: 0;
}

.pv-meta[b-obkm63vut0] {
    display: flex;
    align-self: center;
    gap: var(--space-sm);
    margin-top: var(--space-xs);
}

.pv-techs[b-obkm63vut0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: var(--space-xs);
}

.pv-tech-badge[b-obkm63vut0] {
    background: rgba(147, 51, 234, 0.10);
    color: var(--purple-300);
    padding: 2px var(--space-xs);
    border-radius: var(--radius-full);
    font-size: 11px;
    font-family: var(--font-body);
    border: 1px solid rgba(139, 92, 246, 0.20);
}

/* === CTA === */
.pv-cta[b-obkm63vut0] {
    padding: var(--space-xs) var(--space-md) var(--space-md);
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.pv-button[b-obkm63vut0] {
    display: inline-block;
    background: transparent;
    color: var(--accent-bright);
    border: 1px solid rgba(192, 132, 252, 0.25);
    border-radius: var(--radius-sm);
    padding: var(--space-xs) var(--space-md);
    font-size: var(--small);
    font-family: var(--font-body);
    font-weight: var(--fw-medium);
    text-decoration: none;
    transition:
        background    var(--dur-fast) ease,
        border-color  var(--dur-fast) ease,
        box-shadow    var(--dur-fast) ease,
        transform     var(--dur-fast) ease;
}

.pv-button:hover[b-obkm63vut0] {
    background: rgba(147, 51, 234, 0.20);
    border-color: rgba(192, 132, 252, 0.52);
    color: var(--accent-bright);
    box-shadow: 0 0 18px rgba(147, 51, 234, 0.28);
    transform: translateY(-1px);
}

.pv-button:focus-visible[b-obkm63vut0] {
    outline: 2px solid var(--accent-bright);
    outline-offset: 2px;
}
