@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

.login-page {
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    background-color: transparent;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    color: #1a1a1a;
    box-sizing: border-box;
}

.login-container {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.login-brand {
    text-align: center;
    margin-bottom: 2.5rem;
}

.login-brand h1 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    letter-spacing: -0.04em;
}

.login-brand-accent {
    color: #ff5a00;
}

.login-brand p {
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #94a3b8;
    font-weight: 700;
}

.login-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 2.5rem;
    padding: 2.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}

.login-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    transform: rotate(3deg);
}

.login-text {
    text-align: center;
    margin-bottom: 2rem;
}

.login-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.login-text p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

.login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 1.5rem;
    background-color: #5865F2;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 1.05rem;
    gap: 0.75rem;
    box-shadow: 0 16px 30px -16px rgba(88, 101, 242, 0.5);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.login-button:hover {
    background-color: #4752c4;
    transform: translateY(-2px);
}

.login-button:active {
    transform: scale(0.98);
}

.login-button-icon {
    width: 24px;
    height: 24px;
}

.login-status {
    text-align: center;
    margin-bottom: 1rem;
    color: #64748b;
}

.login-footnote {
    margin-top: 1.5rem;
    font-size: 0.7rem;
    text-align: center;
    color: #94a3b8;
    line-height: 1.4;
}

.login-copyright {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.65rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
