/* 全域樣式 */
html { font-size: 14px; }

@media (min-width: 768px) {
  html { font-size: 16px; }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html { position: relative; min-height: 100%; }

body { margin-bottom: 60px; }

/* 通用工具類別 */
.logo-small {
    width: 30px;
    height: 30px;
    margin-right: 0.75rem;
    position: static !important;
}

.logo-medium {
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
    position: static !important;
}

.storyboard-image {
    max-width: 139px;
    max-height: 104px;
}

.search-input-custom {
    height: 38px;
    min-width: 0;
    width: 500px;
}

.search-button-fixed {
    width: 150px;
}

.scrollable-content {
    max-height: 60vh;
    overflow-y: auto;
}

.generation-timer {
    display: none;
}

.text-decoration-none {
    text-decoration: none;
}

.hero-section {
    height: 300px;
}

.user-avatar-large {
    width: 100px;
    height: 100px;
}

.user-avatar-small {
    width: 40px;
    height: 40px;
}

.login-body {
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.login-hero {
    height: auto;
    padding: 2rem 0;
}

.leonardo-image {
    width: 100px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
}

.select-medium {
    max-width: 500px;
}

.input-medium {
    max-width: 50%;
}

