.clinico-shell {
    max-width: 72rem;
}

.clinico-app .dashboard-action-tile {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1rem 1.125rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.clinico-app a.dashboard-action-tile:hover {
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
    border-color: rgba(var(--primary-rgb, 94, 45, 216), 0.25);
    transform: translateY(-2px);
    color: inherit;
}

.clinico-app .dashboard-action-tile .dashboard-action-tile__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
}

.clinico-app .dashboard-action-tile h6 {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.clinico-app .dashboard-action-tile p {
    font-size: 0.8125rem;
    line-height: 1.45;
    margin-bottom: 0;
    color: #6c757d;
}

.clinico-result {
    padding: 1.25rem;
    border-radius: 0.75rem;
    background: rgba(var(--volgh-primary-rgb, 94, 45, 216), 0.08);
    border: 1px solid rgba(var(--volgh-primary-rgb, 94, 45, 216), 0.15);
}

.clinico-report {
    white-space: pre-wrap;
    font-family: inherit;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #212529;
    margin: 0;
}

.clinico-guide {
    padding-left: 1.15rem;
    margin-bottom: 0;
}

.clinico-guide li {
    margin-bottom: 0.75rem;
    color: #495057;
}

.clinico-table {
    background: #fff;
    font-size: 0.875rem;
}

.clinico-table th {
    background: #f8f9fa;
    font-weight: 600;
    white-space: nowrap;
}

.clinico-algo {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0.35rem;
    border-left: 2px dashed rgba(var(--volgh-primary-rgb, 94, 45, 216), 0.35);
}

.clinico-algo__step {
    position: relative;
    padding: 0 0 1.75rem 1.75rem;
}

.clinico-algo__step:last-child {
    padding-bottom: 0;
}

.clinico-algo__num {
    position: absolute;
    left: -0.85rem;
    top: 0;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: rgb(var(--volgh-primary-rgb, 94, 45, 216));
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media print {
    body.clinico-app::before,
    .landing-header-card,
    .d-print-none {
        display: none !important;
    }
    body.clinico-app,
    body.clinico-app .landing-volgh-page__shell {
        background: #fff !important;
    }
    .clinico-print {
        box-shadow: none !important;
    }
}
