:root {
  --color-primary: #2563eb;
  --color-primary-hover: #1d4ed8;
  --color-background-dark: #020617;
  --color-main-background: #f8fafc;
  --border-radius: 14px;
}

/* 로그인 배경 */
body#body-login {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.35), transparent 35%),
    linear-gradient(135deg, #020617 0%, #0f172a 45%, #111827 100%) !important;
}

/* 로그인 박스 */
#body-login .wrapper {
  backdrop-filter: blur(18px);
}

#body-login form,
#body-login .login-box {
  border-radius: 22px !important;
}

/* 버튼 */
button.primary,
input[type="submit"].primary,
.button.primary {
  border-radius: 999px !important;
  font-weight: 700;
}

/* 상단바 */
#header {
  background: linear-gradient(90deg, #020617, #0f172a) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

/* 파일 리스트 카드 느낌 */
.files-filestable,
.app-files #app-content {
  background-color: #f8fafc;
}

/* 사이드바 */
#app-navigation {
  background: #ffffff;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

/* 입력창 */
input,
textarea,
select {
  border-radius: 12px !important;
}

body#body-login::after {
  content: "상호명: 라이트호스트(LightHost) · 대표자: 김영호 · 사업자등록번호: 107-21-54684 · 이메일: support@lighthost.it.kr · © LightHost";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 18px;
  padding: 0 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  z-index: 10000;
}