.denied-body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg);
    padding: 24px;
}

.denied-container {
    width: 100%;
    max-width: 440px;
}

.denied-card {
    background: var(--color-bg-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    padding: 48px 40px;
    text-align: center;
}

.denied-icon { margin-bottom: 24px; }

.denied-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-danger);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.denied-message {
    font-size: 14px;
    color: var(--color-text-secondary);
    line-height: 1.6;
    margin-bottom: 32px;
}

.denied-steps {
    text-align: left;
    background: var(--color-border-light);
    border-radius: var(--radius-lg);
    padding: 20px 24px;
    margin-bottom: 32px;
}

.denied-steps h3 {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 12px;
}

.denied-steps ol {
    padding-left: 20px;
    font-size: 13px;
    color: var(--color-text-secondary);
}

.denied-steps li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.denied-steps li:last-child { margin-bottom: 0; }

.denied-actions .btn {
    padding: 10px 32px;
    font-weight: 600;
}
