
.dove-download-modals.dove-modern-article {
    --dove-blue: #417FF9;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.dove-download-modals.dove-modern-article * {
    box-sizing: border-box;
}

.dove-download-modals .mac-chip-modal-download .icon {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    margin: 0;
    border: none;
    line-height: 1;
    display: block;
    align-self: center;
}

.dove-download-modals .mac-chip-download-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.dove-download-modals .mac-chip-download-modal.is-open {
    display: flex;
}

.dove-download-modals .mac-chip-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.dove-download-modals .mac-chip-modal-card {
    position: relative;
    width: min(680px, 100%);
    background:
        radial-gradient(circle at 16% 8%, rgba(65, 127, 249, 0.10), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.96) 100%);
    border: 1px solid rgba(222, 230, 244, 0.95);
    border-radius: 30px;
    padding: 30px 30px 28px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22), inset 0 1px 0 rgba(255,255,255,0.82);
    animation: doveDownloadModalIn .22s ease;
}

.dove-download-modals .mac-chip-modal-close {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 999px;
    background: rgba(239, 244, 255, 0.95);
    color: #64748b;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dove-download-modals .mac-chip-modal-title {
    font-size: 18px;
    line-height: 1.35;
    color: #16233f;
    text-align: center;
    padding: 2px 36px 0;
}

.dove-download-modals .mac-chip-modal-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 24px 0 26px;
}

.dove-download-modals .linux-modal-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

.dove-download-modals .mac-chip-modal-download {
    min-height: 54px;
    padding: 0 20px;
    border-radius: 18px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.dove-download-modals .mac-chip-modal-intel {
    background: #417FF9;
    box-shadow: 0 14px 30px rgba(65, 127, 249, 0.26);
}

.dove-download-modals .mac-chip-modal-intel:hover {
    background: #2f6ff0;
    transform: translateY(-2px);
}

.dove-download-modals .mac-chip-modal-apple {
    background: #16233f;
    box-shadow: 0 10px 22px rgba(22, 35, 63, 0.16);
}

.dove-download-modals .mac-chip-modal-apple:hover {
    background: #0f1b31;
    transform: translateY(-2px);
}

.dove-download-modals .mac-chip-modal-download.is-recommended {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 1px;
    box-shadow: 0 0 0 4px rgba(65, 127, 249, 0.22), 0 12px 26px rgba(22, 35, 63, 0.22);
}

.dove-download-modals .download-recommend-tip,
.dove-download-modals .linux-recommend-tip {
    margin-top: -8px;
    text-align: center;
    font-size: 14px;
    color: #334155;
}

.dove-download-modals .recommend-highlight {
    color: #e11d48;
    font-weight: 700;
}

.dove-download-modals .mac-chip-modal-guide {
    background: #f6f8fc;
    border: 1px solid #e5ebf5;
    border-radius: 22px;
    padding: 20px 22px;
    color: #3c4a5f;
}

.dove-download-modals .mac-chip-modal-guide-title {
    font-size: 15px;
    margin-bottom: 12px;
}

.dove-download-modals .mac-chip-modal-guide-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 10px 0;
}

.dove-download-modals .mac-chip-modal-guide-item:last-child {
    margin-bottom: 0;
}

.dove-download-modals .mac-chip-guide-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #417FF9;
    flex: 0 0 8px;
    margin-top: 9px;
    box-shadow: 0 0 0 4px rgba(65, 127, 249, 0.12);
}

.dove-download-modals .mac-chip-modal-guide p {
    font-size: 15px;
    line-height: 1.8;
    color: #3c4a5f;
    margin: 0;
    flex: 1 1 auto;
}

.dove-download-modals .mac-chip-apple-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    color: #16233f;
    vertical-align: -2px;
    margin: 0 2px;
}

.dove-download-modals .mac-chip-apple-mark svg {
    width: 100%;
    height: 100%;
    display: block;
}

@keyframes doveDownloadModalIn {
    from { opacity: 0; transform: translateY(10px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 768px) {
    .dove-download-modals .linux-modal-actions {
        grid-template-columns: 1fr;
    }
}