@charset "utf-8";
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding-top: 5.0rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

a {
    color: #1e90ff !important;       /* DodgerBlue，比 navbar 略深 */
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover,
a:focus {
    color: #4682b4 !important;       /* SteelBlue，更深的悬停色 */
    text-decoration: underline;
}


/* navbar 命令行风格 */
.navbar-terminal {
    background-color: #1e1e1e;          /* 深色终端背景 */
    color: #00bfff;                      /* 高亮蓝字体 */
    font-family: 'Courier New', Courier, monospace;
}

/* navbar-brand 和链接颜色 */
.navbar-terminal .navbar-brand,
.navbar-terminal .nav-link {
    color: #00bfff !important;           /* 高亮蓝文字 */
}

.navbar-terminal .nav-link:hover {
    color: #33ccff !important;           /* 更亮悬停效果 */
}

.blinking-cursor {
  font-weight: bold;
  font-size: 1em;
  color: #33ccff;           /* 光标颜色 */
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}

.card {
    border-radius: 0.8rem!important;
}

.card-img-overlay {
    border-radius: 0.8rem!important;
}

.rounded-xl {
    border-radius: 0.8rem!important;
}

.rounded-xl-bottom {
    border-bottom-right-radius: 0.8rem !important;
    border-bottom-left-radius: 0.8rem !important;
}

.rounded-xl-top {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important;
}


.text-profile-position {
    font-weight: 400;
}

.text-profile-bio {
    /* font-family: "Raleway"; */
    font-weight: 400;
}

.navbar {
    opacity: 0.95;
}

.inline-badge {
    height: 16px;
    vertical-align: -10%;
    margin-right: 2px;
    line-break: unset;
}

.no-break {
    white-space: nowrap;
}

.experience-panel {
    width: 100%;
}

.experience-heading {
    margin-bottom: 0.65rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.92rem;
    letter-spacing: 0;
}

.experience-section-divider {
    margin-top: 1.05rem;
    padding-top: 0.15rem;
}

.experience-entry {
    margin-bottom: 0.75rem;
}

.experience-entry:last-child {
    margin-bottom: 0;
}

.experience-entry-featured {
    padding: 0.75rem 0.85rem;
    border-left: 3px solid #1e90ff;
    border-radius: 0.45rem;
    background: #f8f9fa;
}

.experience-entry-tile {
    height: 100%;
    padding-left: 0.75rem;
    border-left: 2px solid #dee2e6;
}

.experience-grid-col {
    margin-bottom: 0.85rem;
}

.experience-logo {
    width: 22px;
    max-height: 22px;
    object-fit: contain;
}

.experience-name {
    font-weight: 700;
    line-height: 1.25;
}

.experience-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    line-height: 1.35;
}

.experience-date {
    color: #6c757d;
    margin-left: 0.75rem;
}

.experience-entry-tile .experience-meta {
    display: block;
}

.experience-entry-tile .experience-date {
    display: block;
    margin-left: 0;
    margin-top: 0.1rem;
}

@media (max-width: 767.98px) {
    .experience-entry-featured .experience-meta {
        display: block;
    }

    .experience-entry-featured .experience-date {
        display: block;
        margin-left: 0;
        margin-top: 0.1rem;
    }
}

.cover-image {
    width: 180px;
    max-height: 120px;
}

.abstract-body {
    min-height: 100px;
}

img.lazy {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
    min-height: 80px;
}

div.lazy {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
    min-height: 80px;
}

.badge-publication {
    font-size: 100%;
}

.email-text {
    font-family: Source Code Pro, monospace;
}

