.nova-auth-guide{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;align-items:end;margin:18px 0 20px;text-align:left}
.nova-auth-avatar{position:relative;display:grid;place-items:center;width:70px;height:82px;filter:drop-shadow(0 12px 15px rgba(0,0,0,.35))}
.nova-auth-avatar img{position:relative;z-index:2;width:58px;height:58px;border:2px solid rgba(245,180,0,.62);border-radius:50%;object-fit:cover;background:#170a2b;box-shadow:0 0 22px rgba(125,55,184,.42);animation:novaAuthFloat 2.8s ease-in-out infinite}
.nova-auth-orbit{position:absolute;z-index:1;width:69px;height:69px;border:1px dashed rgba(113,234,213,.48);border-radius:50%;animation:novaAuthOrbit 8s linear infinite}
.nova-auth-orbit:before{content:"";position:absolute;left:50%;top:-4px;width:8px;height:8px;border-radius:50%;background:#71ead5;box-shadow:0 0 11px #71ead5}
.nova-auth-avatar>i{position:absolute;z-index:3;right:1px;bottom:8px;width:12px;height:12px;border:2px solid #170a2b;border-radius:50%;background:#71ead5;box-shadow:0 0 10px #71ead5}
.nova-auth-bubble{position:relative;padding:13px 15px;border:1px solid rgba(255,255,255,.14);border-radius:17px 17px 17px 5px;background:linear-gradient(145deg,rgba(48,20,70,.96),rgba(21,8,36,.98));box-shadow:0 14px 34px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06)}
.nova-auth-bubble:before{content:"";position:absolute;left:-9px;bottom:12px;width:16px;height:18px;background:#25103d;clip-path:polygon(100% 0,100% 100%,0 100%)}
.nova-auth-label{display:flex;align-items:center;gap:6px;margin-bottom:6px;color:#71ead5;font-size:.56rem;font-weight:950;letter-spacing:.13em}
.nova-auth-label>i{width:6px;height:6px;border-radius:50%;background:#71ead5;box-shadow:0 0 8px #71ead5}
.nova-auth-message strong,.nova-auth-message p{display:block}.nova-auth-message strong{color:#ffd556;font-size:.84rem}.nova-auth-message p{margin:3px 0 0;color:rgba(255,255,255,.76);font-size:.78rem;font-weight:700;line-height:1.48}
.nova-auth-message+.nova-auth-message{margin-top:9px;padding-top:9px;border-top:1px solid rgba(255,255,255,.08)}
.nova-auth-message.is-error strong{color:#ff8797}.nova-auth-message.is-error p{color:#ffe5e9}
.nova-auth-guide.has-message .nova-auth-bubble{border-color:rgba(245,180,0,.34);box-shadow:0 14px 34px rgba(0,0,0,.3),0 0 22px rgba(125,55,184,.12)}
@keyframes novaAuthOrbit{to{transform:rotate(360deg)}}@keyframes novaAuthFloat{50%{transform:translateY(-5px);filter:brightness(1.12)}}
@media(max-width:480px){.nova-auth-guide{grid-template-columns:58px 1fr;gap:7px}.nova-auth-avatar{width:56px;height:70px}.nova-auth-avatar img{width:48px;height:48px}.nova-auth-orbit{width:57px;height:57px}.nova-auth-bubble{padding:12px}.nova-auth-message p{font-size:.74rem}}
@media(prefers-reduced-motion:reduce){.nova-auth-avatar img,.nova-auth-orbit{animation:none}}
