/* Telegram 纸飞机官网 — 靛青 + 珊瑚主题 */
:root {
    --tg-primary: #4f46b8;
    --tg-primary-dark: #3730a3;
    --tg-accent: #f97316;
    --tg-accent-soft: #ffedd5;
    --tg-surface: #ffffff;
    --tg-surface-2: #f4f3ff;
    --tg-surface-3: #ede9fe;
    --tg-text: #1e1b4b;
    --tg-text-muted: #5b5676;
    --tg-border: rgba(79, 70, 184, 0.14);
    --tg-radius: 14px;
    --tg-radius-lg: 20px;
    --tg-shadow: 0 8px 28px rgba(55, 48, 163, 0.1);
    --tg-shadow-sm: 0 2px 12px rgba(55, 48, 163, 0.06);
    --tg-nav-h: 68px;
    --tg-transition: 0.25s ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body.tg-site,
body {
    font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
    color: var(--tg-text);
    line-height: 1.65;
    background: var(--tg-surface-2);
    margin: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--tg-primary);
    text-decoration: none;
    transition: color var(--tg-transition);
}

a:hover {
    color: var(--tg-accent);
}

/* —— 导航 —— */
.z03af4navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--tg-border);
    padding: 0.65rem 0;
    box-shadow: none;
}

.z03af4navbar .navbar-toggler {
    border: 1px solid var(--tg-border);
    padding: 0.4rem 0.55rem;
}

.z03af4navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(79, 70, 184, 0.2);
}

.z03af4navbar-brand img {
    height: 42px;
    width: auto;
}

.z03af4nav-link {
    color: var(--tg-text) !important;
    font-weight: 500;
    font-size: 0.92rem;
    padding: 0.45rem 0.85rem !important;
    border-radius: 999px;
    transition: background var(--tg-transition), color var(--tg-transition);
}

.z03af4nav-link:hover,
.z03af4nav-link.active {
    color: var(--tg-primary) !important;
    background: var(--tg-surface-3);
}

.z03af4navbar .navbar-collapse {
    background: var(--tg-surface);
    border-radius: var(--tg-radius);
    margin-top: 0.5rem;
    padding: 0.5rem;
    border: 1px solid var(--tg-border);
    box-shadow: var(--tg-shadow-sm);
}

@media (min-width: 992px) {
    .z03af4navbar .navbar-collapse {
        background: transparent;
        border: none;
        box-shadow: none;
        margin-top: 0;
        padding: 0;
    }
}

/* —— Hero —— */
.z03af4hero-section.tg-hero {
    position: relative;
    background: linear-gradient(145deg, #312e81 0%, #4f46b8 42%, #6366f1 100%);
    color: #fff;
    padding: clamp(3rem, 8vw, 5rem) 0 clamp(3.5rem, 9vw, 5.5rem);
    overflow: hidden;
}

.tg-hero__mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(249, 115, 22, 0.35) 0%, transparent 45%),
        radial-gradient(circle at 85% 75%, rgba(167, 139, 250, 0.4) 0%, transparent 50%);
    pointer-events: none;
}

.tg-badge {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 1rem;
}

.z03af4hero-content {
    position: relative;
    z-index: 1;
}

.z03af4hero-title {
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0.85rem;
    letter-spacing: -0.02em;
}

.z03af4hero-subtitle {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    opacity: 0.92;
    margin-bottom: 0.75rem;
    max-width: 36rem;
}

.tg-hero__lead {
    font-size: 0.95rem;
    opacity: 0.88;
    max-width: 38rem;
    margin-bottom: 1.5rem;
}

.tg-hero__lead strong {
    color: #fde68a;
    font-weight: 600;
}

.z03af4hero-buttons,
.tg-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.tg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.7rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    transition: transform var(--tg-transition), box-shadow var(--tg-transition);
    white-space: normal;
    text-align: center;
    line-height: 1.3;
}

.tg-btn:hover {
    transform: translateY(-2px);
}

.tg-btn--light {
    background: #fff;
    color: var(--tg-primary-dark);
}

.tg-btn--accent {
    background: var(--tg-accent);
    color: #fff;
}

.tg-btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.55);
}

.tg-btn--primary {
    background: var(--tg-primary);
    color: #fff;
}

.tg-btn--primary:hover,
.tg-btn--accent:hover {
    color: #fff;
    box-shadow: 0 6px 20px rgba(79, 70, 184, 0.35);
}

.z03af4hero-image-container.tg-hero__visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    min-height: auto;
    margin-top: 0;
}

.z03af4hero-image {
    max-width: min(100%, 320px);
    border-radius: var(--tg-radius-lg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.08);
    padding: 0.5rem;
}

.z03af4hero-image-shadow {
    display: none;
}

/* —— 通用区块 —— */
.tg-section {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.tg-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2rem;
}

.tg-section-title {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 700;
    color: var(--tg-text);
    margin-bottom: 0.5rem;
}

.tg-section-desc {
    color: var(--tg-text-muted);
    margin: 0;
    font-size: 0.95rem;
}

/* —— 简介 —— */
.tg-intro {
    padding: clamp(2rem, 5vw, 3rem) 0;
}

.tg-intro__panel {
    background: var(--tg-surface);
    border: 1px solid var(--tg-border);
    border-radius: var(--tg-radius-lg);
    padding: clamp(1.25rem, 4vw, 2rem);
    box-shadow: var(--tg-shadow-sm);
}

.tg-intro__panel p {
    margin-bottom: 1rem;
    color: var(--tg-text-muted);
}

.tg-intro__panel p:last-child {
    margin-bottom: 0;
}

.tg-intro__panel strong {
    color: var(--tg-primary-dark);
}

/* —— Bento 特点 —— */
.tg-features {
    background: var(--tg-surface-2);
}

.tg-bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.tg-bento__item {
    background: var(--tg-surface);
    border: 1px solid var(--tg-border);
    border-radius: var(--tg-radius);
    padding: 1.35rem;
    box-shadow: var(--tg-shadow-sm);
    transition: border-color var(--tg-transition), box-shadow var(--tg-transition);
    overflow: hidden;
    min-width: 0;
}

.tg-bento__item:hover {
    border-color: rgba(79, 70, 184, 0.35);
    box-shadow: var(--tg-shadow);
}

.tg-bento__item--wide {
    grid-column: span 2;
}

.tg-bento__item h3 {
    font-size: 1.05rem;
    margin: 0.75rem 0 0.5rem;
    color: var(--tg-text);
}

.tg-bento__item p {
    font-size: 0.9rem;
    color: var(--tg-text-muted);
    margin: 0;
}

.z03af4feature-icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
    color: var(--tg-primary);
    background: var(--tg-surface-3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* —— 统计 —— */
.z03af4stats-section.tg-stats {
    background: linear-gradient(90deg, var(--tg-primary-dark), var(--tg-primary));
    padding: clamp(2rem, 5vw, 3rem) 0;
    color: #fff;
}

.tg-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.tg-stat {
    text-align: center;
    padding: 1rem 0.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    min-width: 0;
}

.tg-stat:last-child {
    border-right: none;
}

.z03af4stat-number {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0.35rem;
    word-break: break-word;
}

.z03af4stat-label {
    font-size: 0.85rem;
    opacity: 0.88;
}

/* —— 下载 —— */
.z03af4download-section.tg-download {
    background: var(--tg-surface);
    padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.tg-download__row {
    align-items: stretch;
}

.tg-dl-card {
    border: 1px solid var(--tg-border);
    border-radius: var(--tg-radius);
    padding: 1.25rem;
    background: var(--tg-surface);
    box-shadow: var(--tg-shadow-sm);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    min-width: 0;
}

.tg-dl-card--highlight {
    border-color: var(--tg-accent);
    background: linear-gradient(180deg, #fffaf5 0%, #fff 40%);
}

.tg-dl-card__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.tg-dl-card__head h3 {
    font-size: 1.05rem;
    margin: 0 0 0.15rem;
}

.tg-dl-card__head p {
    font-size: 0.82rem;
    color: var(--tg-text-muted);
    margin: 0;
}

.z03af4platform-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
}

.z03af4ios-icon {
    background: linear-gradient(135deg, #6366f1, #4f46b8);
}

.z03af4android-icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.tg-dl-list {
    list-style: none;
    padding: 0.85rem;
    margin: 0 0 1rem;
    background: var(--tg-surface-2);
    border-radius: 10px;
    border: 1px solid var(--tg-border);
    flex: 1;
}

.tg-dl-list .z03af4info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.88rem;
    color: var(--tg-text-muted);
}

.tg-dl-list .z03af4info-item:last-child {
    margin-bottom: 0;
}

.tg-dl-list .z03af4info-item i {
    color: var(--tg-primary);
    margin-top: 0.15rem;
}

.z03af4download-action {
    margin-top: auto;
}

.z03af4download-action .tg-btn {
    width: 100%;
}

/* —— 指南 —— */
.tg-guide {
    background: var(--tg-surface-2);
}

.tg-guide__layout {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    background: var(--tg-surface);
    border: 1px solid var(--tg-border);
    border-radius: var(--tg-radius-lg);
    padding: clamp(1.25rem, 4vw, 2rem);
    box-shadow: var(--tg-shadow-sm);
    overflow: hidden;
}

.tg-guide__text p {
    color: var(--tg-text-muted);
    font-size: 0.92rem;
    margin-bottom: 0.85rem;
}

.tg-guide__text p:last-child {
    margin-bottom: 0;
}

.tg-guide__aside {
    text-align: center;
    flex-shrink: 0;
}

.tg-guide__qr {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid var(--tg-border);
    padding: 0.35rem;
    background: #fff;
}

.tg-guide__caption {
    font-size: 0.78rem;
    color: var(--tg-text-muted);
    margin: 0.5rem 0 0;
}

/* —— 安全 —— */
.z03af4security-section.tg-security {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: var(--tg-surface);
}

.tg-sec-card {
    border: 1px solid var(--tg-border);
    border-radius: var(--tg-radius);
    padding: 1.25rem;
    height: 100%;
    background: var(--tg-surface);
    box-shadow: var(--tg-shadow-sm);
    overflow: hidden;
    min-width: 0;
}

.tg-sec-card h3 {
    font-size: 1rem;
    text-align: center;
    margin: 0.75rem 0 1rem;
    color: var(--tg-text);
}

.z03af4security-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--tg-primary), #6366f1);
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z03af4security-features {
    background: var(--tg-surface-2);
    border: 1px solid var(--tg-border);
    border-radius: 10px;
    padding: 0.85rem;
}

.z03af4security-features .z03af4feature-item {
    font-size: 0.85rem;
    color: var(--tg-text-muted);
    margin-bottom: 0.45rem;
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.z03af4security-features .z03af4feature-item:last-child {
    margin-bottom: 0;
}

.z03af4security-features .z03af4feature-item i {
    color: var(--tg-primary);
    margin-top: 0.1rem;
}

/* —— FAQ —— */
.tg-faq {
    background: var(--tg-surface-2);
}

.tg-faq__card {
    background: var(--tg-surface);
    border: 1px solid var(--tg-border);
    border-radius: var(--tg-radius);
    padding: 1.15rem 1.25rem;
    height: 100%;
    box-shadow: var(--tg-shadow-sm);
    overflow: hidden;
    min-width: 0;
}

.tg-faq__card h3 {
    font-size: 0.98rem;
    margin-bottom: 0.5rem;
    color: var(--tg-text);
}

.tg-faq__card p {
    font-size: 0.88rem;
    color: var(--tg-text-muted);
    margin: 0;
}

/* —— 文章 —— */
.tg-articles {
    background: var(--tg-surface);
}

.tg-articles__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.tg-article-card {
    background: var(--tg-surface);
    border: 1px solid var(--tg-border);
    border-radius: var(--tg-radius);
    overflow: hidden;
    box-shadow: var(--tg-shadow-sm);
    transition: box-shadow var(--tg-transition);
    min-width: 0;
}

.tg-article-card:hover {
    box-shadow: var(--tg-shadow);
}

.tg-article-card__thumb {
    display: block;
    overflow: hidden;
}

.z03af4thumb-home {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.tg-article-card__body {
    padding: 0.75rem 0.85rem;
}

.tg-article-card__meta {
    font-size: 0.72rem;
    color: var(--tg-text-muted);
    margin-bottom: 0.35rem;
}

.tg-article-card__title {
    font-size: 0.88rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}

.tg-article-card__title a {
    color: var(--tg-text);
}

.tg-article-card__title a:hover {
    color: var(--tg-primary);
}

/* —— 页脚 —— */
.z03af4footer.tg-footer {
    background: #1e1b4b;
    color: rgba(255, 255, 255, 0.75);
    padding: clamp(2rem, 5vw, 3rem) 0 1.5rem;
}

.tg-footer__desc {
    font-size: 0.88rem;
    line-height: 1.6;
}

.z03af4footer-title {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.z03af4footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.z03af4footer-links li {
    margin-bottom: 0.5rem;
}

.z03af4footer-link {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.88rem;
}

.z03af4footer-link:hover {
    color: var(--tg-accent);
}

.z03af4friend-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.z03af4friend-links a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

.z03af4footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1.25rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
}

.z03af4footer-bottom a {
    color: rgba(255, 255, 255, 0.7);
}

/* —— 列表 / 内页 —— */
.tg-page-main {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2.5rem, 6vw, 3.5rem);
    min-height: 50vh;
}

.tg-page-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--tg-border);
}

.tg-page-header h1 {
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    font-weight: 700;
    color: var(--tg-text);
    margin-bottom: 0.35rem;
}

.tg-page-header p {
    color: var(--tg-text-muted);
    font-size: 0.9rem;
    margin: 0;
}

.tg-panel {
    background: var(--tg-surface);
    border: 1px solid var(--tg-border);
    border-radius: var(--tg-radius);
    box-shadow: var(--tg-shadow-sm);
    overflow: hidden;
}

.tg-panel .card-body {
    padding: 1.25rem;
}

.tg-sidebar-card {
    background: var(--tg-surface);
    border: 1px solid var(--tg-border);
    border-radius: var(--tg-radius);
    box-shadow: var(--tg-shadow-sm);
    margin-bottom: 1rem;
    overflow: hidden;
}

.tg-sidebar-card .card-body {
    padding: 1.15rem;
}

.tg-sidebar-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--tg-text);
    margin-bottom: 0.85rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--tg-border);
}

.listbox .e2 li {
    border-bottom: 1px solid var(--tg-border) !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
}

.listbox .e2 li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.z03af4thumb-list,
.z03af4thumb-related {
    width: 100%;
    height: 84px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--tg-border);
}

.z03af4thumb-side {
    width: 100%;
    height: 54px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--tg-border);
}

.z03af4thumb-cover {
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: var(--tg-radius);
    border: 1px solid var(--tg-border);
}

.z03af4article-content {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--tg-text);
    overflow-wrap: break-word;
    word-break: break-word;
}

.z03af4article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.z03af4meta-tags .z03af4tagitem a {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    background: var(--tg-surface-3);
    border-radius: 999px;
    font-size: 0.82rem;
    margin-bottom: 0.35rem;
}

.pagebar .pagelist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagebar .pagelist li {
    display: inline-flex;
    margin: 0;
}

.tg-side-thumb-link {
    width: 72px;
    flex: 0 0 72px;
}

.listbox .e2 li .row {
    margin-left: 0;
    margin-right: 0;
}

.listbox .e2 li .row > [class*="col-"] {
    min-width: 0;
}

/* Bootstrap 覆盖 */
.btn-primary {
    background: var(--tg-primary);
    border-color: var(--tg-primary);
}

.btn-primary:hover {
    background: var(--tg-primary-dark);
    border-color: var(--tg-primary-dark);
}

.btn-outline-primary {
    color: var(--tg-primary);
    border-color: var(--tg-primary);
}

.btn-outline-primary:hover {
    background: var(--tg-primary);
    border-color: var(--tg-primary);
}

/* —— 响应式 —— */
@media (max-width: 991px) {
    .tg-bento {
        grid-template-columns: 1fr;
    }

    .tg-bento__item--wide {
        grid-column: span 1;
    }

    .tg-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tg-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 0.85rem;
    }

    .tg-stat:nth-child(2n) {
        border-right: none;
    }

    .tg-stat:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .tg-guide__layout {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .z03af4footer .row > [class*="col-"] {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .z03af4navbar {
        padding: 0.45rem 0;
    }

    .z03af4navbar .navbar-collapse {
        max-height: 70vh;
        overflow-y: auto;
    }

    .z03af4nav-link {
        padding: 0.5rem 0.75rem !important;
        font-size: 0.9rem;
    }

    .z03af4hero-buttons,
    .tg-hero__actions {
        flex-direction: column;
    }

    .tg-hero__actions .tg-btn {
        width: 100%;
    }

    .tg-dl-card__head {
        flex-direction: column;
        text-align: center;
    }

    .tg-stats__grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }

    .z03af4stat-number {
        font-size: 1.35rem;
    }

    .tg-articles__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .z03af4thumb-home {
        height: 96px;
    }

    .z03af4thumb-list,
    .z03af4thumb-related {
        height: 72px;
    }

    .z03af4thumb-side {
        height: 50px;
    }

    .z03af4thumb-cover {
        height: 170px;
    }

    .listbox .e2 li h2.h5 {
        font-size: 1rem;
    }

    .tg-article-card__title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    .tg-stats__grid {
        grid-template-columns: 1fr;
    }

    .tg-stat {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .tg-stat:last-child {
        border-bottom: none;
    }

    .z03af4thumb-home {
        height: 88px;
    }

    .z03af4thumb-list,
    .z03af4thumb-related {
        height: 64px;
    }

    .z03af4thumb-cover {
        height: 150px;
    }

    .container {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* 兼容旧类名 */
.z03af4feature-card {
    border: none;
    box-shadow: none;
    background: transparent;
}

.z03af4download-card {
    border: none;
    box-shadow: none;
    background: transparent;
}

.z03af4security-card {
    border: none;
    box-shadow: none;
}

.z03af4py-5.bg-light {
    background: var(--tg-surface-2) !important;
}
