@font-face {
    font-family: 'HarmonyOS_Sans';
    src: local('HarmonyOS Sans SC'),
    local('Microsoft YaHei'),
    local('PingFang SC');
}

.HarmonyOS-title {
    font-family: 'HarmonyOS_Sans', 'Microsoft YaHei', sans-serif;
}

.header {
    background: linear-gradient(135deg, #63cbff, #1565C0);
    color: white;
    padding: 30px;
    text-align: center;
    position: relative;
}

.header-user {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    text-align: right;
    line-height: 1.8;
    z-index: 2;
}

.header-top-right {
    position: absolute;
    top: 12px;
    right: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    z-index: 2;
}

.header-top-right .header-user {
    position: static;
    top: auto;
    right: auto;
    max-width: 360px;
    padding-top: 6px;
}

.header-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    padding: 6px 8px 4px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.header-qrcode img {
    display: block;
    width: 76px;
    height: 76px;
}

.header-qrcode-text {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.3;
    color: #333;
    white-space: nowrap;
    font-weight: 600;
}

.header.has-service-qrcode {
    padding-right: 130px;
}

.header-user-info {
    margin-right: 8px;
}

.header-user-pending {
    color: #ff5252;
    font-size: 18px;
    font-weight: 600;
}

.header-user-score {
    color: #4caf50;
    font-size: 18px;
    font-weight: 600;
}

.header-user-action {
    color: #fff;
    text-decoration: underline;
}

.header-user-action:hover,
.header-user-action:focus {
    color: #fff;
    opacity: 0.85;
}

.art-font {
    font-size: 48px;
    color: #fff;
    text-shadow: 1px 1px 0 #ccc, 2px 2px 0 #007bff;
    font-weight: bold;
    margin: 0;
}

.list-with-images {
    width: 29px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    background-image: url('../img/projectopen/new.gif');
    background-repeat: no-repeat;
    background-size: contain;
}

body {
    margin-top: 10px;
    margin-bottom: 45px;
}

textarea {
    resize: none;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.btn-cost-download {
    min-width: 52px;
}

tr {
    height: 40px;
}

.panel-title {
    font-weight: bold;
}

.table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}

.login-page {
    max-width: 720px;
    margin: 80px auto 0;
}

.login-panel {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.login-panel .panel-heading {
    background-color: #f5f5f5;
}

.login-panel .panel-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.login-panel .form-group {
    margin-bottom: 18px;
}

.login-panel .panel-footer {
    background-color: #fafafa;
}
