.dealkipedia-alert-launcher {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9997;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 46px;
    padding: 0 17px;
    border: 1px solid #d9e1ee;
    border-radius: 999px;
    background: #fff;
    color: #10213a;
    box-shadow: 0 8px 28px rgba(16, 33, 58, .16);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.dealkipedia-alert-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(8, 18, 34, .48);
}

.dealkipedia-alert-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: min(560px, calc(100vw - 32px));
    max-height: min(760px, calc(100vh - 32px));
    overflow-y: auto;
    transform: translate(-50%, -50%);
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    color: #10213a;
    box-shadow: 0 22px 70px rgba(4, 19, 44, .24);
}

.dealkipedia-alert-dialog[hidden],
.dealkipedia-alert-backdrop[hidden],
.dealkipedia-alert-ios[hidden] { display: none !important; }
.dealkipedia-alert-open { overflow: hidden; }
.dealkipedia-alert-dialog h2 { margin: 0 36px 8px 0; font-size: 26px; }
.dealkipedia-alert-dialog h3 { margin: 24px 0 10px; font-size: 17px; }
.dealkipedia-alert-intro { margin: 0 0 18px; color: #617087; line-height: 1.55; }
.dealkipedia-alert-close {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #516078;
    font-size: 28px;
    cursor: pointer;
}

.dealkipedia-alert-ios {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 0;
    border-radius: 10px;
    background: #eef5ff;
    color: #174f9b;
    text-align: left;
    font: inherit;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}
.dealkipedia-alert-ios span { font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

.dealkipedia-alert-form { display: flex; gap: 8px; }
.dealkipedia-alert-form input {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #cad4e3;
    border-radius: 10px;
    font: inherit;
}
.dealkipedia-alert-form button,
.dealkipedia-alert-pause {
    border: 0;
    border-radius: 10px;
    background: #1667f2;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.dealkipedia-alert-form button { padding: 0 18px; }
.dealkipedia-alert-similar { display: block; margin: 10px 2px 0; color: #526179; font-size: 14px; }
.dealkipedia-alert-verdicts,
.dealkipedia-alert-keyword-verdicts {
    margin: 12px 2px 0;
    padding: 0;
    color: #526179;
}
.dealkipedia-alert-verdict-title {
    margin-bottom: 7px;
    color: #33445d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}
.dealkipedia-alert-verdict-title small { color: #7a879a; font-weight: 400; }
.dealkipedia-alert-verdicts label,
.dealkipedia-alert-keyword-verdicts label {
    display: block;
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.45;
}
.dealkipedia-alert-status { min-height: 22px; margin-top: 10px; color: #1e6d43; font-size: 14px; }
.dealkipedia-alert-status.is-error { color: #c43232; }
.dealkipedia-alert-keywords { margin: 0; padding: 0; list-style: none; }
.dealkipedia-alert-keywords li {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e8edf4;
}
.dealkipedia-alert-keyword-name { overflow-wrap: anywhere; font-weight: 700; }
.dealkipedia-alert-keyword-option {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 30px;
    margin: 0;
    color: #65738a;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
}
.dealkipedia-alert-keyword-option input { flex: 0 0 auto; margin: 0; }
.dealkipedia-alert-keyword-remove { padding: 5px 8px; border: 0; background: transparent; color: #c13b3b; cursor: pointer; }
.dealkipedia-alert-keyword-verdicts {
    grid-column: 1 / -1;
    margin: 0;
    padding: 10px 12px;
    border-radius: 9px;
    background: #f7f9fc;
}
.dealkipedia-alert-keyword-verdicts label { display: inline-block; margin: 3px 16px 3px 0; }
.dealkipedia-alert-keyword-verdicts small { display: block; margin-top: 5px; color: #7a879a; font-size: 12px; }
.dealkipedia-alert-keywords .dealkipedia-alert-empty { display: block; color: #7a879a; }
.dealkipedia-alert-matches { display: grid; gap: 8px; }
.dealkipedia-alert-matches a {
    display: block;
    padding: 11px 13px;
    border: 1px solid #e0e7f1;
    border-radius: 10px;
    color: #10213a;
    text-decoration: none;
    line-height: 1.4;
}
.dealkipedia-alert-matches a:hover { border-color: #80aaf2; }
.dealkipedia-alert-matches small { display: block; margin-top: 4px; color: #758196; }
.dealkipedia-alert-matches .dealkipedia-alert-match-date { color: #8a96a8; font-size: 12px; }
.dealkipedia-alert-matches .dealkipedia-alert-match-keyword { margin-top: 2px; }
.dealkipedia-alert-matches p { color: #7a879a; }
.dealkipedia-alert-pause { width: 100%; margin-top: 18px; padding: 12px; background: #17243a; }
.dealkipedia-alert-pause.is-paused { background: #1667f2; }

.dealkipedia-alert-page {
    position: static;
    width: 100%;
    max-height: none;
    overflow: visible;
    transform: none;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.dealkipedia-alert-page-heading { margin-bottom: 24px; }
.dealkipedia-alert-page-heading h2 { margin: 0 0 8px; font-size: 28px; }
.dealkipedia-alert-page-heading p { margin: 0; color: #617087; line-height: 1.65; }

@media (max-width: 689px) {
    .dealkipedia-alert-launcher { right: 16px; bottom: 16px; min-width: 48px; padding: 0 14px; }
    .dealkipedia-alert-launcher span { display: none; }
    .dealkipedia-alert-dialog {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 24px);
        transform: none;
        padding: 24px 20px max(24px, env(safe-area-inset-bottom));
        border-radius: 20px 20px 0 0;
    }
    .dealkipedia-alert-keywords li { grid-template-columns: 1fr auto; gap: 7px 10px; }
    .dealkipedia-alert-keyword-option { grid-row: 2; grid-column: 1 / -1; }
    .dealkipedia-alert-keyword-remove { grid-row: 1; grid-column: 2; }
    .dealkipedia-alert-keyword-verdicts { grid-row: 3; grid-column: 1 / -1; }
    .dealkipedia-alert-keyword-verdicts label { display: block; margin-right: 0; }
    .dealkipedia-alert-page {
        position: static;
        width: 100%;
        max-height: none;
        overflow: visible;
        transform: none;
        padding: 0 !important;
        border: 0 !important;
        outline: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    .dealkipedia-alert-page-heading h2 { font-size: 23px; }
}
