.advice-right-card{background-color:#fafafa;border:1px solid #eee}.advice-right-card ul{padding:1rem}.advice-right-card ul li{background-color:transparent;padding:1rem}.advice-right-card ul li .text-expert{color:#143199}.advice-right-card ul li .text-whatsapp{color:#208c4e}.advice-right-card ul li .text-expert{color:#eb2e2e}.advice-right-card ul li .text-call{color:#a76016}.expert-card{background-color:#f3fae5;padding:2rem;margin-bottom:1.5rem}.unauthorized-alert{text-align:center}.unauthorized-alert__container{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;padding:3rem 2.5rem;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out}.unauthorized-alert__icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;background:#fff8f2;border-radius:50%;margin-bottom:1.75rem;position:relative;border:3px solid #c47523;animation:iconPulse 2s ease-in-out infinite}.unauthorized-alert__icon-wrapper:after{content:"";position:absolute;inset:-10px;border-radius:50%;border:2px solid #c47523;opacity:.15;animation:ripple 2s ease-out infinite}.unauthorized-alert__icon{width:45px;height:45px;color:#c47523;animation:lockShake 3s ease-in-out infinite}.unauthorized-alert__icon svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(196,117,35,.2))}.unauthorized-alert__title{font-size:1.625rem;font-weight:700;color:#784712;margin-bottom:.875rem;line-height:1.3;letter-spacing:-.02em}.unauthorized-alert__message{font-size:1rem;color:#666;line-height:1.6;margin-bottom:2rem;font-weight:400;max-width:420px;margin-left:auto;margin-right:auto}.unauthorized-alert__actions{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.75rem}.unauthorized-alert__button{padding:.875rem 1.75rem;border-radius:10px;font-weight:600;font-size:.9375rem;border:none;cursor:pointer;transition:all .25s ease;letter-spacing:.01em}.unauthorized-alert__button--primary{background:#208c4e;color:#fff;box-shadow:0 2px 8px rgba(32,140,78,.2)}.unauthorized-alert__button--primary:hover{background:#1a7a42;transform:translateY(-1px);box-shadow:0 4px 12px rgba(32,140,78,.3)}.unauthorized-alert__button--primary:active{transform:translateY(0)}.unauthorized-alert__button--secondary{background:#fff;color:#784712;border:1.5px solid #e0e0e0}.unauthorized-alert__button--secondary:hover{background:#f8f8f8;border-color:#c47523;color:#c47523}.unauthorized-alert__footer{font-size:.875rem;color:#888}.unauthorized-alert__footer a{color:#208c4e;font-weight:600;text-decoration:none;transition:color .2s ease}.unauthorized-alert__footer a:hover{color:#1a7a42;text-decoration:underline}.unauthorized-alert__decoration{position:absolute;opacity:.04;border-radius:50%;pointer-events:none}@media(max-width:576px){.unauthorized-alert__container{padding:2.5rem 1.75rem;border-radius:14px}.unauthorized-alert__icon-wrapper{width:75px;height:75px}.unauthorized-alert__icon{width:38px;height:38px}.unauthorized-alert__title{font-size:1.375rem}.unauthorized-alert__message{font-size:.9375rem}.unauthorized-alert__button{font-size:.875rem;padding:.8rem 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes lockShake{0%,to{transform:rotate(0deg)}10%,30%{transform:rotate(-5deg)}20%,40%{transform:rotate(5deg)}50%,90%{transform:rotate(0deg)}}@keyframes ripple{0%{transform:scale(1);opacity:.15}to{transform:scale(1.2);opacity:0}}@keyframes float{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-10px) translateX(5px)}}