.wplg-dialog { color-scheme: dark; box-sizing: border-box; width: min(480px, calc(100vw - 32px)); max-height: calc(100dvh - 40px); overflow-y: auto; margin: auto; padding: 30px; border: 1px solid #363b48; border-radius: 22px; background: #171b25; color: #f4f6fb; box-shadow: 0 28px 100px #0009; font: 14px/1.6 system-ui, sans-serif; }
.wplg-dialog::backdrop { background: #050911b8; backdrop-filter: blur(5px); }
.wplg-dialog [hidden] { display: none !important; }
.wplg-dialog h2 { margin: 12px 0 8px; font-size: 22px; color: #fff; }
.wplg-dialog p { margin: 12px 0; }
.wplg-dialog .wplg-message { color: #b8c4d9; min-height: 24px; }
.wplg-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: #4b86ff25; color: #80adff; font-size: 27px; }
.wplg-dialog button, .wplg-dialog a { box-sizing: border-box; cursor: pointer; font: inherit; text-decoration: none; }
.wplg-dialog button { border: 1px solid #465269; border-radius: 10px; background: #283247; color: #edf3ff; padding: 10px 12px; }
.wplg-dialog button:hover { background: #35435d; }
.wplg-dialog button:disabled { cursor: wait; opacity: .55; }
.wplg-dialog .wplg-close { position: absolute; right: 14px; top: 12px; padding: 0; width: 36px; height: 36px; border: 0; background: transparent; font-size: 26px; color: #aab6cb; }
.wplg-dialog label { display: block; color: #c7d2e5; margin: 14px 0 7px; font-size: 13px; }
.wplg-dialog input { box-sizing: border-box; display: block; width: 100%; height: 46px; border: 1px solid #465269; border-radius: 10px; padding: 10px 12px; background: #10151f; color: #fff; font: 15px/1.4 system-ui, sans-serif; }
.wplg-dialog #wplg-answer { font-size: 20px; letter-spacing: 5px; text-transform: uppercase; }
.wplg-dialog :focus-visible { outline: 2px solid #83b1ff; outline-offset: 3px; }
.wplg-captcha-row { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.wplg-captcha-row img { width: min(240px, 70%); height: auto; border-radius: 10px; }
.wplg-dialog .wplg-refresh { padding: 8px; white-space: nowrap; }
.wplg-dialog .wplg-primary { display: block; text-align: center; border: 0; border-radius: 10px; padding: 12px 14px; background: #4e83f5; color: #fff !important; font-weight: 600; }
.wplg-dialog .wplg-primary:hover { background: #6795ff; }
.wplg-form > .wplg-primary { width: 100%; margin-top: 18px; }
.wplg-dialog .wplg-note { color: #95a2ba; font-size: 12px; }
.wplg-password { color: #97baff; overflow-wrap: anywhere; }
.wplg-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.wplg-actions > * { flex: 1 1 160px; }
@media (max-width: 420px) { .wplg-dialog { padding: 24px 18px; } .wplg-dialog h2 { font-size: 20px; } }
