.av-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 244, 248, 0.95);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.av-popup-card {
    background: #ffffff;
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    padding: 40px;
    box-sizing: border-box;
    margin: 20px;
}
.av-popup-header {
    text-align: center;
    margin-bottom: 30px;
}
.av-logo {
    max-height: 45px;
    margin-bottom: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.av-popup-header h2 {
    margin: 0 0 12px;
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.5px;
}
.av-popup-header p {
    margin: 0;
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}
.av-popup-body {
    margin-bottom: 25px;
}
.av-checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.av-checkbox-container:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.av-checkbox-container input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 16px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #3b82f6;
}
.av-checkbox-text {
    font-size: 14.5px;
    color: #1e293b;
    line-height: 1.5;
}
.av-popup-footer {
    text-align: center;
}
#av-verify-btn_498bf481 {
    width: 100%;
    padding: 15px;
    background-color: #cbd5e1;
    color: #475569;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: not-allowed;
    transition: all 0.3s ease;
    margin-bottom: 24px;
    opacity: 0.8;
}
#av-verify-btn_498bf481:not([disabled]) {
    background-color: #0f172a; /* Dark sleek color to match logo text typically */
    color: #ffffff;
    cursor: pointer;
    opacity: 1;
}
#av-verify-btn_498bf481:not([disabled]):hover {
    background-color: #1e293b;
}
.av-disclaimer {
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.av-exit-link {
    margin-top: 15px;
}
.av-exit-link a {
    color: #64748b;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}
.av-exit-link a:hover {
    color: #0f172a;
}