.ticket-login-body {
    background: radial-gradient(circle at top left, rgba(4, 157, 139, 0.18), transparent 38%), linear-gradient(135deg, #eff4f5 0%, #f9fbfb 100%);
}

.ticket-login-wrapper {
    padding: 2rem 0;
}

.ticket-login-shell {
    border-radius: 1rem;
    box-shadow: rgba(23, 23, 23, 0.14) 0 24px 80px -24px;
    background: #fff;
}

.ticket-login-cover {
    min-height: 640px;
    color: #fff;
    background: linear-gradient(160deg, rgba(21, 85, 103, 0.98), rgba(4, 157, 139, 0.92)), url("../img/bg-scontrino.jpg") center/cover no-repeat;
}

.ticket-login-points p {
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.92);
}

.ticket-demo-box {
    border-radius: 0.75rem;
    padding: 1rem;
    background: rgba(21, 85, 103, 0.08);
    border: 1px solid rgba(21, 85, 103, 0.12);
}

.ticket-stat-card .content-box-content {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ticket-stat-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.ticket-stat-link .box {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ticket-stat-link:hover .box,
.ticket-stat-link:focus .box {
    transform: translateY(-3px);
    box-shadow: rgba(23, 23, 23, 0.12) 0 18px 44px -22px;
}

.ticket-readonly-box {
    padding: 1rem;
    border-radius: 0.75rem;
    background: rgba(21, 85, 103, 0.06);
    border: 1px solid rgba(21, 85, 103, 0.12);
}

.ticket-timeline-item {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem 1rem 1rem 1.25rem;
    border-left: 3px solid rgba(21, 85, 103, 0.22);
    background: linear-gradient(45deg, rgba(243, 243, 243, 0.95), rgba(243, 246, 247, 0.98)) no-repeat;
    border-radius: 0 0.75rem 0.75rem 0;
}

.ticket-timeline-meta {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    margin-bottom: 0.35rem;
}

.ticket-attachment-item {
    padding: 0.9rem 1rem;
    border-radius: 0.75rem;
    background: rgba(21, 85, 103, 0.05);
    margin-bottom: 0.75rem;
}

.ticket-confirm-hero {
    padding: 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(21, 85, 103, 0.94), rgba(4, 157, 139, 0.88));
    color: #fff;
    box-shadow: rgba(23, 23, 23, 0.14) 0 24px 80px -24px;
}

.ticket-confirm-badge {
    display: inline-block;
    margin-bottom: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.16);
}

.ticket-confirm-card {
    height: 100%;
    padding: 1rem 1.1rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(21, 85, 103, 0.12);
    background: rgba(21, 85, 103, 0.04);
}

.ticket-confirm-label {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6c757d;
}

.ticket-confirm-value {
    font-size: 1rem;
    font-weight: 600;
    color: #16323f;
    word-break: break-word;
}

@media print {
    aside,
    .topbar,
    footer,
    .btn,
    .offcanvas-header {
        display: none !important;
    }

    .mainColumn {
        padding: 0 !important;
    }

    section {
        margin: 0 !important;
    }
}
