/* Landing page styles */
body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.landing-container {
    width: 100%;
    max-width: 420px;
    padding: 20px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landing-card {
    padding: 36px 32px;
}

.landing-header {
    text-align: center;
    margin-bottom: 28px;
}

.landing-logo {
    max-width: 280px;
    width: 100%;
    margin-bottom: 12px;
}

.landing-subtitle {
    font-size: 0.9em;
    color: var(--text-secondary);
}

.landing-switch {
    font-size: 0.88em;
    color: var(--text-secondary);
}

.landing-switch a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.landing-switch a:hover {
    text-decoration: underline;
}

.landing-footer {
    text-align: center;
    margin-top: 20px;
}

.landing-dps-badge {
    display: inline-block;
    background: white;
    border-radius: 10px;
    padding: 12px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.landing-powered-by {
    color: var(--text-secondary);
    font-size: 0.7em;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.landing-dps-logo {
    height: 70px;
}

.landing-footer .version-footer {
    color: rgba(255,255,255,0.5);
}
