/* APP 下载页 */
.app-dl-page {
    background: linear-gradient(180deg, #e8f8ee 0%, #f7f8fa 28%, #f7f8fa 100%);
    min-height: 100vh;
    padding-bottom: 32px;
    color: #323233;
}

.app-dl-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    background: #07c160;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.app-dl-back {
    position: absolute;
    left: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    line-height: 1;
}

.app-dl-hero {
    text-align: center;
    padding: 28px 16px 20px;
}

.app-dl-logo {
    width: 88px;
    height: 88px;
    margin: 0 auto 12px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(7, 193, 96, .25);
    background: #fff;
}

.app-dl-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.app-dl-hero h1 {
    font-size: 24px;
    margin-bottom: 4px;
}

.app-dl-domain {
    color: #07c160;
    font-size: 16px;
    font-weight: 600;
}

.app-dl-ver {
    margin-top: 6px;
    color: #969799;
    font-size: 13px;
}

.app-dl-cards {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.app-dl-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.app-dl-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.app-dl-card-icon.android { background: #e8f8ee; }
.app-dl-card-icon.ios { background: #f0f0f0; }

.app-dl-card-body h2 {
    font-size: 17px;
    margin-bottom: 4px;
}

.app-dl-card-body p {
    font-size: 13px;
    color: #969799;
    margin-bottom: 12px;
    line-height: 1.4;
}

.app-dl-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 22px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.app-dl-btn.primary {
    background: #07c160;
    color: #fff;
}

.app-dl-btn.disabled {
    background: #ebedf0;
    color: #969799;
}

.app-dl-section {
    margin: 20px 16px 0;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
}

.app-dl-section h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

.app-dl-steps {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.75;
    color: #646566;
}

.app-dl-steps li {
    margin-bottom: 6px;
}

.app-dl-steps code {
    background: #f7f8fa;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 13px;
}

.app-dl-steps.hidden {
    display: none;
}

.app-dl-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.app-dl-tabs button {
    flex: 1;
    min-width: 120px;
    border: 1px solid #ebedf0;
    background: #f7f8fa;
    color: #646566;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
    cursor: pointer;
}

.app-dl-tabs button.active {
    border-color: #07c160;
    background: #e8f8ee;
    color: #07c160;
    font-weight: 600;
}

.app-dl-tips ul {
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.7;
    color: #646566;
}

.app-dl-tips li {
    margin-bottom: 6px;
}

.app-dl-footer {
    text-align: center;
    padding: 24px 16px 0;
}

.app-dl-link {
    color: #07c160;
    font-size: 14px;
    text-decoration: none;
}

.share-icon {
    display: inline-block;
    font-size: 16px;
}
