/* Site institucional — temas claro/escuro (mocks) */
html.site-page {
    scroll-behavior: smooth;
    height: auto;
    min-height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
html.site-page body {
    height: auto;
    min-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: static;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.site-nav-link {
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0.78;
}
.site-nav-link:hover,
.site-nav-link.is-active {
    opacity: 1;
}
.site-nav-link.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.45rem;
    height: 2px;
    border-radius: 999px;
    background: #7c3aed;
}
.site-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7c3aed;
    background: rgba(124, 58, 237, 0.1);
}
html.dark .site-tag {
    background: rgba(124, 58, 237, 0.18);
    color: #c4b5fd;
}
.site-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.75rem;
    padding: 0.65rem 1.25rem;
    border-radius: 0.7rem;
    background: #7c3aed;
    color: #fff;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(124, 58, 237, 0.28);
}
.site-btn-primary:hover {
    background: #6d28d9;
    color: #fff;
}
.site-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.75rem;
    padding: 0.65rem 1.15rem;
    border-radius: 0.7rem;
    border: 1px solid #d4d4d8;
    color: #18181b;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    background: transparent;
}
html.dark .site-btn-ghost {
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}
.site-btn-ghost:hover {
    border-color: #7c3aed;
    color: #7c3aed;
}
html.dark .site-btn-ghost:hover {
    color: #ddd6fe;
}
.site-card {
    border-radius: 1rem;
    padding: 1.35rem 1.25rem;
    background: #fff;
    border: 1px solid #ece7f6;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
html.dark .site-card {
    background: #14141a;
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: none;
}
.site-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.65rem;
    background: #7c3aed;
    color: #fff;
}
.site-step-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: #7c3aed;
    color: #fff;
    position: relative;
    z-index: 1;
}
.site-steps {
    position: relative;
}
@media (min-width: 768px) {
    .site-steps::before {
        content: "";
        position: absolute;
        top: 1.6rem;
        left: 12%;
        right: 12%;
        border-top: 2px dotted #c4b5fd;
        z-index: 0;
    }
    html.dark .site-steps::before {
        border-top-color: rgba(167, 139, 250, 0.35);
    }
}
.site-dash {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid #ece7f6;
    background: #f8f5ff;
    box-shadow: 0 24px 60px rgba(88, 28, 135, 0.12);
}
html.dark .site-dash {
    background: #121218;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.site-dash-sidebar {
    width: 3.25rem;
    background: #efe7ff;
}
html.dark .site-dash-sidebar {
    background: #1a1524;
}
.site-metric {
    border-radius: 0.85rem;
    padding: 0.85rem 0.9rem;
    background: #fff;
}
html.dark .site-metric {
    background: #1c1c24;
}
.site-bar {
    height: 0.45rem;
    border-radius: 999px;
    background: #ede9fe;
    overflow: hidden;
}
html.dark .site-bar {
    background: #2a2438;
}
.site-bar > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #7c3aed;
}
.site-cta {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background: linear-gradient(105deg, #4c1d95 0%, #6d28d9 48%, #7c3aed 100%);
    color: #fff;
}
.site-runner {
    width: min(100%, 280px);
    height: auto;
    opacity: 0.92;
}
.site-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    margin-left: -0.45rem;
}
html.dark .site-avatar {
    border-color: #0a0a0c;
}
.site-avatar:first-child {
    margin-left: 0;
}
.site-input {
    width: 100%;
    min-height: 2.6rem;
    border-radius: 0.7rem 0 0 0.7rem;
    border: 1px solid #e4e4e7;
    background: #fff;
    padding: 0.55rem 0.9rem;
    color: #18181b;
    outline: none;
}
html.dark .site-input {
    background: #0f0f14;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.site-input:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2);
}
[x-cloak] { display: none !important; }
