/* theme.css - 旗舰发码系统 专属美化样式 V3.1 "Satin Glass Responsive+" */

body {
    background-color: #f8f9fa;
    background-image: radial-gradient(circle at top left, #e0e7ff, transparent 40%),
        radial-gradient(circle at bottom right, #c7d2fe, transparent 30%);
    background-attachment: fixed;
    color: #4a5568;
    padding-bottom: 80px;
}

.card {
    background-color: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 1rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.card-header {
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    font-weight: 600;
    color: #2d3748;
}

.stat-card .card-body {
    padding: 1rem;
}

.stat-item .stat-label {
    font-size: 0.8rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 【关键修改】减小了PC端数字的默认字号 */
.stat-item .stat-value {
    font-size: 1.25rem;
    /* 从 1.5rem 下调 */
    font-weight: 700;
    color: #1a202c;
}

.form-control,
.form-select {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #e2e8f0;
}

.form-control:focus,
.form-select:focus {
    background-color: #fff;
    border-color: #4f46e5;
    box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}

.btn-primary {
    background-color: #4f46e5;
    border-color: #4f46e5;
}

.btn-primary:hover {
    background-color: #4338ca;
    border-color: #4338ca;
}

.verification-code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #4f46e5;
    background-color: #eef2ff;
    padding: 0.75rem;
    border-radius: 0.5rem;
    text-align: center;
}

.sms-full-content {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    white-space: pre-wrap;
    word-break: break-all;
}

/* SMS 栈样式：调整识别码与短信内容的高度与字体，使其略高于普通输入框 */
#card-step-3 .sms-stack .form-control {
    min-height: 52px;
    /* 略高于普通表单控件 (默认 ~38px) */
    display: block;
    padding: 0.5rem 0.75rem;
}

#card-step-3 .sms-stack .verification-code {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    /* 中等大小，醒目但不过分占位 */
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

#card-step-3 .sms-stack .sms-full-content {
    /* 多行显示，略高于普通输入框 */
    white-space: pre-wrap;
    overflow: auto;
}

/* 缩短宽度并左对齐（保留缩短宽度但与页面其它标签左对齐） */
#card-step-3 .sms-stack .input-group {
    width: 87.5%;
    margin: 0;
    /* 左对齐，不再居中 */
}

/* 使左侧标签与其它表单标签视觉对齐 */
#card-step-3 .sms-stack .input-group-text {
    min-width: 120px;
    /* 与页面其它标签宽度相近 */
    text-align: left;
    padding-left: 0.75rem;
}

/* 识别码比之前略缩小：将高度降低约 1/3（从 52px -> ~35px） */
#card-step-3 .sms-stack .verification-code {
    min-height: 35px;
}

/* 短信内容单行时垂直居中，超过则顶部对齐并换行 */
#card-step-3 .sms-stack .sms-full-content {
    text-align: left;
}

#card-step-3 .sms-stack .sms-full-content.single-line {
    display: flex;
    align-items: center;
}

.phone-details {
    font-size: 0.75rem;
    color: #718096;
}

/* --- 第三步：把地区/运营商放在号码输入框内（靠近复制按钮） --- */
#card-step-3 .phone-input-wrapper {
    position: relative;
}

#card-step-3 .phone-details.inside-input {
    position: absolute;
    right: 12px;
    /* 距离输入右侧的距离，避免和复制按钮重叠 */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 48%;
}

#card-step-3 .phone-input-wrapper .form-control {
    padding-right: 150px;
}

@media (max-width: 420px) {
    #card-step-3 .phone-details.inside-input {
        display: inline-block;
        position: static;
        transform: none;
        margin-left: .5rem;
    }

    #card-step-3 .phone-input-wrapper .form-control {
        padding-right: 1rem;
    }
}

.btn.loading .spinner-border {
    display: inline-block !important;
}

.btn .spinner-border {
    display: none !important;
}

.btn.loading>i {
    display: none;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 1000;
}

.bottom-nav .nav-link {
    color: #718096;
}

.bottom-nav .nav-link.active {
    color: #4f46e5;
}

.bottom-nav .nav-link div {
    font-size: 0.75rem;
}

.profile-icon {
    font-size: 1.25rem;
}

.form-auth-wrapper {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-auth {
    width: 100%;
    max-width: 420px;
    padding: 1.5rem;
    margin: auto;
}

/* ==========================================================================
   响应式设计媒体查询 (Responsive Media Queries)
   ========================================================================== */

/* 1. 平板与大屏手机 (宽度小于 768px) */
@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    h1.h3 {
        font-size: 1.5rem;
    }
}

/* 2. 小屏手机 (宽度小于 576px) */
@media (max-width: 576px) {
    .d-flex.justify-content-between.align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.75rem;
    }

    /* 【关键修改】进一步减小手机端数字字号 */
    .stat-item .stat-value {
        font-size: 1.1rem;
        /* 从 1.25rem 下调 */
    }

    /* 【关键修改】优化状态栏堆叠时的边框和间距 */
    .stat-card .border-end-sm {
        border-right: none !important;
    }

    .stat-card .col-12:not(:last-child) {
        border-bottom: 1px solid rgba(226, 232, 240, 0.8);
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

/* Logo Styles */
#logo {
    width: 32px;
    /* 您可以根据需要调整宽度 */
    height: auto;
    /* 高度自动，保持图片原始比例 */
    vertical-align: text-bottom;
    /* 让logo和文字底部对齐更美观 */
    margin-right: 8px;
    /* 在logo和文字之间增加一点间距 */
}

/* Logo Styles */
#logo {
    width: 32px;
    height: auto;
    vertical-align: text-bottom;
    margin-right: 8px;
}

/* 新的 Logo 标题样式 */
.main-title-brand {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    /* 创建一个从粉色到紫色的文字渐变效果 */
    background: linear-gradient(45deg, #ff89b5, #c789ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Info Row Styles */
.bg-light-blue {
    background-color: #eef6ff;
}

.info-row {
    font-size: 0.85rem;
    color: #6c757d;
}

/* Responsive Styles for Mobile Header */
@media (max-width: 767.98px) {
    #logo {
        /* 在手机上，将logo宽度从32px恢复到更合适的尺寸 */
        width: 28px;
    }

    .main-title-brand {
        /* 在手机上，稍微减小渐变标题的字体大小 */
        font-size: 1.75rem;
    }
}

/* -- 2025-07-25: 精细调整主页状态栏样式 -- */

/* 缩小状态栏卡片的内部上下边距，使其更纤薄 */
.stat-card .card-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* 统一状态栏内数值的字体大小和粗细，使其与标签一致 */
.stat-card .stat-value {
    font-size: 1em;
    /* 字体大小与标签文字大小一致 */
    font-weight: 400;
    /* 字体粗细设置为普通（不加粗） */
    color: #212529;
    /* 使用一个标准的深色文字颜色 */
}

/* -- 滚动公告栏样式 -- */
.announcement-bar {
    display: flex;
    align-items: center;
    background-color: #e9f5ff;
    /* 使用柔和的蓝色背景 */
    color: #0056b3;
    /* 使用深蓝色文字 */
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    /* 与下方元素保持间距 */
    font-size: 0.875rem;
    /* 字体稍小，不突兀 */
    border: 1px solid #b3d7ff;
    overflow: hidden;
    /* 关键：隐藏超出部分 */
}

.announcement-bar i {
    margin-right: 0.5rem;
    /* 图标与文字的间距 */
}

.scrolling-text-container {
    flex-grow: 1;
    /* 占据所有剩余空间 */
    white-space: nowrap;
    /* 禁止文字换行 */
    overflow: hidden;
}

.scrolling-text {
    display: inline-block;
    padding-left: 100%;
    /* 让文字从容器右侧外部开始 */
    margin-bottom: 0;
    /* 移除 p 标签的默认下边距 */
    animation: scroll-left 25s linear infinite;
    /* 应用动画 */
}

/* ---------- 个人中心页面定制样式 ---------- */
.profile-hero {
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 45%, #a78bfa 100%);
    color: #fff;
    border-radius: 1rem;
}
.profile-hero .stat-item { 
    padding: .25rem .5rem;
}
.profile-hero .btn-outline-light {
    border-color: rgba(255,255,255,0.45);
    color: rgba(255,255,255,0.95);
}
.profile-hero .btn-outline-light:hover {
    background-color: rgba(255,255,255,0.06);
}

.list-stack {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.option-item {
    background-color: #ffffff;
    border-radius: .75rem;
    padding: 0.9rem 1rem;
    text-decoration: none;
    color: #212529;
    box-shadow: 0 6px 18px rgba(16,24,40,0.06);
    border: 1px solid rgba(226,232,240,0.8);
}
.option-item .icon {
    color: #6c757d;
    font-size: 1.2rem;
}
.option-item .chev {
    color: #9aa4b2;
}
.option-item.text-danger { 
    background-color: #fff6f6;
    border-color: rgba(255, 205, 210, 0.6);
}

/* Icon circle used in profile hero to match screenshot */
.profile-hero .icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
}

/* inner circle that holds the icon (light translucent) */
.profile-hero .icon-circle .icon-inner {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.06);
}
.profile-hero .icon-circle .icon-inner i {
    color: #fff;
    font-size: 1.05rem;
}

/* enlarge left and center icons a bit to visually match the phone SVG */
.profile-hero .icon-circle--soft .icon-inner i,
.profile-hero .icon-circle--green .icon-inner i {
    font-size: 1.35rem;
}

/* color variants */
.profile-hero .icon-circle--soft {
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.04), transparent 45%);
}
.profile-hero .icon-circle--green {
    background: radial-gradient(circle at 30% 30%, rgba(72,187,120,0.07), transparent 45%);
}
.profile-hero .icon-circle--purple {
    background: radial-gradient(circle at 30% 30%, rgba(167,139,250,0.07), transparent 45%);
}

/* 紫色图标微调：内圈更浅，去除橙色外环以匹配参考图 */
.profile-hero .icon-circle--purple {
    position: relative;
}
.profile-hero .icon-circle--purple .icon-inner {
    /* 与其他图标的内圈统一为 44x44 */
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.06);
}
.profile-hero .icon-circle--purple .icon-inner i {
    color: #fff;
    font-size: 1.1rem;
}
.profile-hero .icon-circle--purple::after {
    /* removed outer orange ring intentionally */
    display: none;
}
/* sizing for inline svg phone icon */
.profile-hero .icon-circle--purple .hero-svg-icon {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

/* outer ring subtle highlight to mimic screenshot */
.profile-hero .icon-circle::before {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}

/* 底部导航：三个项，选中时显示圆背景 */
.bottom-nav .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .15rem;
}
.bottom-nav .nav-link .icon-bg {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-nav .nav-link.active .icon-bg {
    background-color: rgba(206,234,255,0.9);
    box-shadow: 0 6px 18px rgba(79,70,229,0.12);
}
.bottom-nav .nav-link.active i {
    color: #0ea5e9 !important;
}

@media (max-width: 576px) {
    .profile-hero .fs-5 { font-size: 1rem; }
    .profile-hero .fs-3 { font-size: 1.4rem; }
}


/* 定义滚动动画 */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Project search / modal styles */
.project-search-status {
    margin-bottom: 0.75rem;
}

.project-search-status .bi {
    vertical-align: -.125em;
}

#project-select-display {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
}

/* Centered small floating card for search status (small width, pill-like) */
/* Positioned absolutely inside the project card-body so it appears as a small popup above the input */
#project-search-status {
    display: none;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.75rem;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
    padding: 0;
    z-index: 1050;
}

/* make the inner alert style compact and pill-like */
#project-search-status.alert {
    display: inline-block;
    padding: 0.5rem 1.1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    color: #fff;
    min-width: 220px;
    text-align: center;
}

/* loading (blue) style matching image */
#project-search-status.alert.alert-info {
    background: linear-gradient(180deg, #2b9af7, #1f8ce0);
    color: #fff;
    box-shadow: 0 8px 18px rgba(14, 78, 146, 0.12);
}

/* success (green) style matching image */
#project-search-status.alert.alert-success {
    background: linear-gradient(180deg, #44c06b, #2fa65b);
    color: #fff;
    box-shadow: 0 8px 18px rgba(25, 111, 61, 0.12);
}

/* icon spacing */
#project-search-status .bi {
    vertical-align: -.125em;
    margin-right: .5rem;
    font-size: 1.05rem;
}

/* Ensure the popup doesn't push layout and sits above input; for very small screens adjust the top */
@media (max-width: 480px) {
    #project-search-status {
        top: -46px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Fix project select display: allow truncation for text while keeping arrow visible */
#project-select-display {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    overflow: visible;
}

#project-select-display .bi {
    color: #2d3748;
    font-size: 1.05rem;
}

#project-select-display #project-select-text {
    display: inline-block;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 32px);
}

.modal .list-group-item {
    border: none;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.modal .list-group-item:hover {
    background-color: rgba(79, 70, 229, 0.03);
}

.modal .modal-content.card {
    border-radius: 1rem;
}

/* Note: keep global .alert styles to Bootstrap defaults; custom status popup uses #project-search-status rules above */

/* Ensure modal is visually separated and rounded like design */
.modal-backdrop.show {
    opacity: 0.35;
}

/* Modal list item single-line presentation */
.modal .list-group-item .project-item-line {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal .modal-dialog {
    width: 100%;
}

.modal .modal-dialog .modal-content {
    width: 100%;
}

/* --- 第三步：当前号码 输入组样式调整 --- */
#card-step-3 .input-group .input-group-text {
    min-width: 110px;
}

#card-step-3 .phone-details {
    font-size: 0.85rem;
    color: #6c757d;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#card-step-3 .card-body .mb-3 {
    margin-bottom: 0.35rem;
}

#card-step-3 .card-body .mb-4 {
    margin-top: 0.25rem;
}

/* 把操作标签隐藏，但保留语义（屏幕阅读器可见） */
#card-step-3 .form-label.visually-hidden {
    display: none !important;
}

/* 在极小屏上允许地区信息换行以避免遮挡按钮 */
@media (max-width: 420px) {
    #card-step-3 .phone-details {
        display: block;
        margin-left: 0.25rem;
        margin-top: 0.35rem;
    }

    #card-step-3 .input-group {
        flex-wrap: wrap;
        gap: 0.35rem;
    }

    /* 移动端优化: 确保余额卡片文字大小合适 */
    .stat-item .stat-label {
        font-size: 0.65rem;
    }

    .stat-item .stat-value {
        font-size: 1rem;
    }

    .stat-card .card-body {
        padding: 0.75rem 0.5rem;
    }
}

/* Project Search Input Styling */
#project-name-input {
    flex: 1 1 auto;
    max-width: none;
}

#project-search-btn {
    flex: 0 0 auto;
    min-width: 80px;
}

/* Usage Notice Card Styles */
.usage-notice-card {
    margin-bottom: 6rem;
    border: none;
    border-radius: 1rem;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0.6));
    border-left: 4px solid transparent;
    border-image: linear-gradient(to bottom, #4F46E5, #06B6D4, #10B981, #F59E0B, #EF4444) 1;
}

.usage-notice-card .card-header {
    background: linear-gradient(135deg, #4F46E5 0%, #06B6D4 100%);
    color: white;
    font-weight: 600;
    border-radius: 1rem 1rem 0 0;
    padding: 0.75rem 1rem;
    border: none;
}

.usage-notice-card .card-header i {
    font-size: 1.1rem;
}

.usage-notice-card .card-body {
    padding: 1rem;
}

.usage-notice-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.5rem;
    border-left: 3px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.usage-notice-item:last-child {
    margin-bottom: 0;
}

.usage-notice-item:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.notice-number {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    color: white;
    margin-right: 0.75rem;
}

.notice-number-1 {
    background: linear-gradient(135deg, #60A5FA 0%, #3B82F6 100%);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.notice-number-2 {
    background: linear-gradient(135deg, #34D399 0%, #10B981 100%);
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.notice-number-3 {
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}

.notice-number-4 {
    background: linear-gradient(135deg, #F87171 0%, #EF4444 100%);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

.notice-number-5 {
    background: linear-gradient(135deg, #9CA3AF 0%, #6B7280 100%);
    box-shadow: 0 2px 8px rgba(107, 114, 128, 0.3);
}

.notice-text {
    flex: 1;
    color: #4B5563;
    font-size: 0.9rem;
    line-height: 1.6;
    padding-top: 0.25rem;
}

@media (max-width: 420px) {
    .usage-notice-card {
        margin-bottom: 5rem;
    }

    .notice-number {
        width: 28px;
        height: 28px;
        font-size: 0.85rem;
        margin-right: 0.5rem;
    }

    .notice-text {
        font-size: 0.85rem;
    }

    .usage-notice-item {
        padding: 0.4rem;
        margin-bottom: 0.6rem;
    }
}

/* --- Capsule Toast Notification --- */
#capsule-toast-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: none;
    /* Allow clicks to pass through container */
}

.capsule-toast {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    /* Capsule shape */
    color: white;
    font-weight: 500;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: auto;
    /* Re-enable clicks on the toast itself */
    min-width: 200px;
    justify-content: center;
}

.capsule-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.capsule-toast i {
    font-size: 1.1rem;
    margin-right: 8px;
}

/* Toast Variants */
.capsule-toast-success {
    background-color: #28a745;
    /* Bootstrap Success Green */
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

.capsule-toast-error {
    background-color: #dc3545;
    /* Bootstrap Danger Red */
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
}

.capsule-toast-info {
    background-color: #17a2b8;
    /* Bootstrap Info Teal */
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
}

.capsule-toast-warning {
    background-color: #ffc107;
    /* Bootstrap Warning Yellow */
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #fff;
}