:root {
    --bg: #f4f6f9;
    --card-radius: 12px;
}

body {
    background: var(--bg);
    min-height: 100vh;
}

.login-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.login-card {
    width: 100%;
    max-width: 420px;
    border: 0;
    border-radius: var(--card-radius);
}

.card {
    border: 0;
    border-radius: var(--card-radius);
}

.offers-table {
    font-size: 0.875rem;
}

.offers-table th {
    white-space: nowrap;
    font-weight: 600;
}

.url-chip {
    display: inline-block;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #495057;
    font-size: 0.8rem;
}

.copy-group {
    min-width: 220px;
}

.tracking-input {
    font-size: 0.75rem;
}

@media (max-width: 1200px) {
    .offers-table {
        font-size: 0.8rem;
    }
}
