/* DFNS account UI */
.dfns-account{position:relative;margin-left:8px}.dfns-account-trigger{display:inline-flex;align-items:center;gap:9px;height:42px;padding:5px 11px 5px 6px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(255,255,255,.035);color:#fff;cursor:pointer;transition:.2s ease;font:inherit}.dfns-account-trigger:hover{background:rgba(255,255,255,.08);border-color:rgba(139,92,246,.35);transform:translateY(-1px)}.dfns-avatar{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,#8b5cf6,#38bdf8);color:#fff;font-weight:900;font-size:12px;overflow:hidden}.dfns-avatar img{width:100%;height:100%;object-fit:cover}.dfns-account-name{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800}.dfns-account-menu,.dfns-auth-modal{position:fixed;z-index:9999}.dfns-account-menu{top:66px;right:24px;width:250px;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(14,14,20,.98);box-shadow:0 24px 70px rgba(0,0,0,.45);backdrop-filter:blur(18px);display:none}.dfns-account-menu.open{display:block;animation:dfns-account-in .18s ease both}.dfns-profile-summary{display:flex;align-items:center;gap:10px;padding:10px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:5px}.dfns-profile-summary strong{display:block;font-size:13px}.dfns-profile-summary span{display:block;color:rgba(255,255,255,.45);font-size:10px;margin-top:2px}.dfns-account-action{width:100%;border:0;background:transparent;color:rgba(255,255,255,.78);padding:11px;border-radius:10px;text-align:left;cursor:pointer;font:inherit;font-size:12px}.dfns-account-action:hover{background:rgba(255,255,255,.07);color:#fff}.dfns-account-action.danger{color:#fca5a5}.dfns-auth-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(7px)}.dfns-auth-modal{inset:0;display:none;align-items:center;justify-content:center}.dfns-auth-modal.open{display:flex}.dfns-auth-panel{position:relative;width:min(440px,calc(100vw - 32px));padding:26px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:linear-gradient(145deg,#121219,#0b0b10);box-shadow:0 30px 100px rgba(0,0,0,.55);animation:dfns-account-in .2s ease both}.dfns-auth-head{display:flex;justify-content:space-between;gap:15px;margin-bottom:20px}.dfns-auth-eyebrow{font-size:9px;letter-spacing:.16em;color:#a78bfa;font-weight:900}.dfns-auth-head h2{margin:5px 0 0;font-size:24px}.dfns-auth-close{border:0;background:rgba(255,255,255,.06);color:#fff;width:34px;height:34px;border-radius:10px;cursor:pointer;font-size:20px}.dfns-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:rgba(255,255,255,.04);border-radius:12px;margin-bottom:18px}.dfns-auth-tab{border:0;background:transparent;color:rgba(255,255,255,.5);padding:10px;border-radius:9px;cursor:pointer;font:inherit;font-weight:800}.dfns-auth-tab.active{background:rgba(255,255,255,.09);color:#fff}.dfns-auth-form{display:grid;gap:12px}.dfns-auth-form label{font-size:10px;color:rgba(255,255,255,.5);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.dfns-auth-form input{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(255,255,255,.045);color:#fff;outline:none}.dfns-auth-form input:focus{border-color:rgba(139,92,246,.65);box-shadow:0 0 0 3px rgba(139,92,246,.12)}.dfns-auth-submit{border:0;border-radius:11px;padding:12px;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;font-weight:900;cursor:pointer}.dfns-google{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);color:#fff;border-radius:11px;padding:11px;cursor:pointer;font-weight:800}.dfns-google:hover,.dfns-auth-submit:hover{filter:brightness(1.08);transform:translateY(-1px)}.dfns-auth-note{margin:0;color:rgba(255,255,255,.38);font-size:10px;line-height:1.5}.dfns-auth-message{min-height:15px;font-size:11px;color:#fca5a5}.dfns-profile-modal{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.68);backdrop-filter:blur(7px)}.dfns-profile-modal.open{display:flex}.dfns-profile-panel{width:min(430px,calc(100vw - 32px));padding:25px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#101017;box-shadow:0 30px 100px rgba(0,0,0,.5)}.dfns-profile-preview{display:flex;align-items:center;gap:14px;margin:15px 0 20px}.dfns-profile-preview .dfns-avatar{width:58px;height:58px;border-radius:16px}.dfns-profile-form{display:grid;gap:11px}.dfns-profile-form input{box-sizing:border-box;width:100%;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.045);color:#fff}.dfns-profile-save{border:0;border-radius:10px;padding:12px;background:#8b5cf6;color:#fff;font-weight:900;cursor:pointer}.dfns-favorites-link{display:flex!important;align-items:center;justify-content:space-between}.dfns-favorites-badge{font-size:9px;background:rgba(139,92,246,.18);padding:3px 7px;border-radius:99px;color:#c4b5fd}@keyframes dfns-account-in{from{opacity:0;transform:translateY(-7px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:900px){.dfns-account-name{display:none}.dfns-account-trigger{padding-right:6px}.dfns-account-menu{right:12px}}
