.ouyi-password-modal-open { overflow: hidden !important; }
.ouyi-password-overlay[hidden], .ouyi-password-success[hidden], [data-password-form][hidden] { display: none !important; }
.ouyi-password-overlay { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,4,4,.76); backdrop-filter: blur(14px); font-family: Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif; color: #f3f6f5; }
.ouyi-password-dialog { position: relative; width: min(440px,100%); padding: 30px; border: 1px solid rgba(216,232,226,.17); border-radius: 18px; background: #111716; box-shadow: 0 34px 100px rgba(0,0,0,.62); }
.ouyi-password-close { position: absolute; right: 16px; top: 12px; border: 0; background: transparent; color: #7e8986; font-size: 27px; cursor: pointer; }
.ouyi-password-kicker { color: #c6ff1a; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.ouyi-password-dialog h2 { margin: 8px 0 7px; font-size: 24px; }
.ouyi-password-intro,.ouyi-password-success p { margin: 0 0 20px; color: #899491; font-size: 12px; line-height: 1.65; }
.ouyi-password-dialog form { display: grid; gap: 13px; }
.ouyi-password-dialog label:not(.ouyi-password-show) { display: grid; gap: 7px; color: #abb5b2; font-size: 12px; }
.ouyi-password-dialog label small { color: #64706d; font-size: 10px; }
.ouyi-password-dialog input[type="password"],.ouyi-password-dialog input[type="text"] { width: 100%; height: 46px; padding: 0 13px; outline: none; border: 1px solid rgba(216,231,226,.14); border-radius: 9px; background: #080d0c; color: #f4f8f7; font: inherit; }
.ouyi-password-dialog input:focus { border-color: rgba(198,255,26,.55); }
.ouyi-password-show { width: max-content; display: flex; align-items: center; gap: 7px; color: #899491; font-size: 11px; cursor: pointer; }
.ouyi-password-show input { accent-color: #c6ff1a; }
.ouyi-password-error { min-height: 18px; color: #ff8f72; font-size: 12px; }
.ouyi-password-actions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9px; }
.ouyi-password-actions button,.ouyi-password-success button { height: 46px; border: 1px solid rgba(216,231,226,.14); border-radius: 9px; background: #1a2220; color: #c7d0cd; font-weight: 700; cursor: pointer; }
.ouyi-password-actions button[type="submit"],.ouyi-password-success button { border-color: #c6ff1a; background: #c6ff1a; color: #090d08; }
.ouyi-password-actions button:disabled { opacity: .55; cursor: wait; }
.ouyi-password-success { padding: 8px 0 0; text-align: center; }
.ouyi-password-success > span { width: 50px; height: 50px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 50%; background: rgba(198,255,26,.1); color: #c6ff1a; font-size: 25px; }
.ouyi-password-success button { width: 100%; }
@media (max-width:520px) { .ouyi-password-dialog { padding: 27px 20px 22px; } }
