.richtext-popup-overlay{align-items:flex-start;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:var(--popup-overlay-color,rgba(1,22,66,.4));box-sizing:border-box;display:none;height:100%;justify-content:center;left:0;overflow-y:auto;padding:48px 24px;position:fixed;top:0;width:100%;z-index:9999}.richtext-popup-overlay.active{display:flex}.richtext-popup-modal{animation:popupSlideIn .3s ease;background:#fff;border:1px solid #b3b9c6;border-radius:16px;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:column;gap:24px;margin-bottom:48px;max-width:600px;padding:24px;width:100%}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.richtext-popup-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.richtext-popup-title{color:#011642;flex:1;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;line-height:1.3;margin:0}.richtext-popup-close{align-items:center;background:transparent;border:none;border-radius:8px;color:#011642;cursor:pointer;display:flex;height:40px;justify-content:center;margin:-8px -8px 0 0;min-width:40px;padding:0;transition:background-color .2s ease,opacity .2s ease;width:40px}.richtext-popup-close:hover{background-color:rgba(0,0,0,.05)}.richtext-popup-close:focus{box-shadow:0 0 0 3px rgba(17,43,252,.2);outline:none}.richtext-popup-content{font-family:Space Grotesk,sans-serif;font-size:16px;line-height:1.6}.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content *,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content b,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content div,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content em,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content h1,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content h2,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content h3,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content h4,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content h5,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content h6,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content i,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content li,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content p,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content span,.richtext-popup-overlay .richtext-popup-modal .richtext-popup-content strong{color:#011642!important}.richtext-popup-content p{margin:0 0 16px}.richtext-popup-content p:last-child{margin-bottom:0}.richtext-popup-content h1,.richtext-popup-content h2,.richtext-popup-content h3,.richtext-popup-content h4,.richtext-popup-content h5,.richtext-popup-content h6{font-weight:600;margin:0 0 12px}.richtext-popup-content ol,.richtext-popup-content ul{margin:0 0 16px;padding-left:24px}.richtext-popup-content li{margin-bottom:8px}.richtext-popup-content a{color:#112bfc!important;text-decoration:underline}.richtext-popup-content a:hover{opacity:.8}.richtext-popup-content img{border-radius:8px;height:auto;max-width:100%}.richtext-popup-footer{display:flex;justify-content:center;padding-top:8px}.richtext-popup-button{background-color:#112bfc;border:2px solid #112bfc;border-radius:8px;color:#fff;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:500;line-height:24px;min-width:120px;padding:12px 32px;transition:opacity .2s ease,transform .2s ease}.richtext-popup-button:hover{opacity:.9;transform:translateY(-1px)}.richtext-popup-button:focus{box-shadow:0 0 0 3px rgba(17,43,252,.3);outline:none}.richtext-popup-button:active{transform:translateY(0)}@media (max-width:768px){.richtext-popup-overlay{padding:24px 16px}.richtext-popup-modal{margin-bottom:24px;padding:20px}.richtext-popup-title{font-size:20px}.richtext-popup-content{font-size:15px}}