:root {
    --hl-primary: #1a73e8;
    --hl-accent: #15b8a6;
    --hl-ink: #17324d;
    --hl-soft: #eef5ff;
}

.layout-navbar {
    backdrop-filter: blur(18px);
}

.hornlaundry-stat-card {
    background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 18px 40px rgba(20, 60, 96, 0.08);
}

.hornlaundry-stage {
    background: var(--hl-soft);
    border: 1px solid rgba(26, 115, 232, 0.08);
    border-radius: 1rem;
    padding: 1rem;
    height: 100%;
}

.hornlaundry-stage-item {
    background: #fff;
    border-radius: 0.85rem;
    padding: 0.9rem 1rem;
    box-shadow: 0 10px 24px rgba(20, 60, 96, 0.07);
}

.hornlaundry-stage-item + .hornlaundry-stage-item {
    margin-top: 0.75rem;
}

.hornlaundry-stage-item strong,
.hornlaundry-service-item h6 {
    display: block;
    color: var(--hl-ink);
}

.hornlaundry-stage-item span {
    color: #6c7a89;
    font-size: 0.875rem;
}

.hornlaundry-service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(20, 60, 96, 0.08);
}

.auth-cover-bg-primary {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 35%),
        linear-gradient(135deg, #17324d 0%, #1a73e8 55%, #15b8a6 100%);
}

.hornlaundry-auth-copy {
    max-width: 520px;
    padding: 3rem;
}

.hornlaundry-auth-copy h2 {
    font-size: 2.4rem;
    line-height: 1.15;
}

.hornlaundry-settings-card .card-body {
    padding-top: 1.5rem;
}

.hornlaundry-tab-content,
.hornlaundry-tab-content::before,
.hornlaundry-tab-content::after,
.hornlaundry-tab-content > .tab-pane,
.hornlaundry-tab-panel {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.hornlaundry-tab-content {
    padding: 0 !important;
}

.hornlaundry-tab-panel {
    padding: 0 !important;
    outline: 0;
}

.hornlaundry-logo-preview {
    border: 1px solid rgba(20, 60, 96, 0.1);
    border-radius: 1rem;
    background: #fff;
    padding: 1rem;
}

.hornlaundry-logo-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.hornlaundry-logo-preview-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #6c7a89;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hornlaundry-logo-preview-box {
    min-height: 112px;
    border: 1px dashed rgba(20, 60, 96, 0.16);
    border-radius: 1rem;
    background: #f8fbff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.hornlaundry-logo-preview-dark {
    background: #17324d;
    border-color: rgba(255, 255, 255, 0.18);
}

.hornlaundry-logo-preview-box img {
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

.hornlaundry-favicon-preview img {
    max-height: 44px;
}

.hornlaundry-logo-meta {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c7a89;
    background: rgba(20, 60, 96, 0.06);
    border-radius: 999px;
    padding: 0.35rem 0.65rem;
}

.solms-landing-hero {
    padding: 5rem 0 4rem;
    background:
        radial-gradient(circle at top left, rgba(26, 115, 232, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.solms-hero-image {
    max-height: 420px;
    filter: drop-shadow(0 28px 50px rgba(23, 50, 77, 0.16));
}

.solms-metric-card {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(23, 50, 77, 0.08);
    box-shadow: 0 16px 35px rgba(23, 50, 77, 0.08);
}

.solms-metric-card strong {
    font-size: 1.25rem;
    color: var(--hl-ink);
}

.solms-metric-card span {
    color: #6c7a89;
    font-size: 0.875rem;
}

.solms-course-card {
    border: 1px solid rgba(23, 50, 77, 0.08);
    box-shadow: 0 14px 30px rgba(23, 50, 77, 0.06);
}

.solms-hero-card {
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.08), rgba(21, 184, 166, 0.1));
}

.solms-activity-item,
.solms-detail-stat,
.solms-highlight-box {
    border: 1px solid rgba(23, 50, 77, 0.08);
    border-radius: 1rem;
    background: #fff;
    padding: 1rem;
}

.solms-detail-stat span {
    display: block;
    color: #6c7a89;
    font-size: 0.8rem;
    margin-bottom: 0.35rem;
}

.solms-detail-stat strong,
.solms-highlight-box {
    color: var(--hl-ink);
    font-weight: 600;
}

.avatar img,
.avatar .rounded-circle,
.dropdown-user .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hornlaundry-avatar-frame {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    overflow: hidden;
    background: #eef5ff;
    flex-shrink: 0;
}

.hornlaundry-avatar-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hornlaundry-course-thumb {
    width: 88px;
    height: 56px;
    border-radius: 0.75rem;
    object-fit: cover;
    background: #eef5ff;
}

.hornlaundry-lesson-locked {
    opacity: 0.72;
}
