/**
 * Shared Styles
 * Style CSS ogólne, używane w wielu modułach
 * 
 * Refaktoryzacja: Przeniesione z app/css/bilety.css
 */

/* Text Helpers */
.px-text-accent {
    color: var(--px-accent);
}

.px-text-muted {
    color: #888;
}

.px-text-sm {
    font-size: 0.8rem;
    margin-left: 5px;
}

/* Buttons */
.px-btn--full {
    width: 100%;
    justify-content: center;
}

.px-btn--large {
    padding: 18px 36px;
    font-size: 1.1rem;
}

/* Dashboard */
.px-dashboard {
    max-width: 800px;
    margin: 0 auto;
}

.px-dashboard__title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #fff;
}

/* Header User */
.px-header__user {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}
