code.copy {
    margin: 5px 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
}

/* Auth (logowanie, rejestracja, reset hasła) — Kaiadmin / WOiT */
.auth-body {
    font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.auth-gradient {
    background: linear-gradient(155deg, #0f172a 0%, #1e3a5f 48%, #1572e8 100%);
    position: relative;
}

.auth-brand-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}

.auth-brand-sub {
    display: block;
    margin-top: 0.25rem;
}

.auth-card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.35);
}

.auth-card .card-header {
    background: linear-gradient(90deg, #1572e8, #0d5fb8);
    color: #fff;
    border: none;
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.auth-card .card-body {
    padding: 1.75rem 1.5rem;
}

.auth-input-group .input-group-text {
    border-color: #e2e8f0;
    background: #f8fafc;
    color: #64748b;
}

.auth-card .form-control {
    border-color: #e2e8f0;
}

.auth-card .form-control:focus {
    border-color: #1572e8;
    box-shadow: 0 0 0 0.2rem rgba(21, 114, 232, 0.15);
}

.auth-card .btn-primary {
    background: #1572e8;
    border-color: #1572e8;
    padding: 0.55rem 1.35rem;
    font-weight: 600;
}

.auth-card .btn-primary:hover {
    background: #0d5fb8;
    border-color: #0d5fb8;
}

.auth-footer {
    background: rgba(15, 23, 42, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.auth-links-row {
    font-size: 0.9rem;
}

.auth-links-row a {
    color: #1572e8;
    text-decoration: none;
}

.auth-links-row a:hover {
    text-decoration: underline;
}
