@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&display=swap";div.popup-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000000;background-color:#0f172a6b;display:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}div.popup-container-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}div.popup-container-modal{--width: 40rem;position:absolute;z-index:1;width:var(--width);left:calc(50vw - (var(--width) / 2));top:10rem;overflow:hidden;border-radius:1rem;border:1px solid rgba(148,163,184,.2);box-shadow:0 24px 60px #0f172a47;display:none}div.popup-container.open,div.popup-container-modal.open{display:block}div.popup-container-title{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);padding:.35rem 1.5rem;font-weight:700;font-size:1rem}div.popup-container-title h2{margin:1rem 0}div.popup-container-title .icon{align-content:center;cursor:pointer;display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:999px;transition:background-color .2s ease}div.popup-container-title .icon:hover{background-color:#ffffff1f}div.popup-containerTitle button{font-size:.8rem;float:right}div.popup-container-content{overflow-y:auto;top:4.5rem;right:0;bottom:0;left:0;max-height:calc(100vh - 15rem)}div.popup-container--dark .popup-container-title{color:#f8fafc}div.popup-container--dark .popup-container-modal{border-color:#4755698c;box-shadow:0 24px 70px #00000073}div.popup-container--light .popup-container-title{color:#fff}@media only screen and (max-width: 1666px){div.popup-container-modal{top:6rem}}@media only screen and (max-width: 784px){div.popup-container-modal{--width: 85vw;top:7rem}div.popup-container-title{padding:.25rem 1rem;font-size:.8rem}div.popup-container-title h2{margin:.85rem 0}}#root{margin:0;padding:0}.modal-body{padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;background:transparent}.modal-message{margin-bottom:0;box-shadow:0 14px 30px #0f172a1f;box-sizing:border-box;border:1px solid rgba(148,163,184,.25);padding:1.5rem;width:min(600px,100%);min-height:120px;background-color:#f8fafc;text-align:center;font-size:1rem;font-style:italic;border-radius:1rem;color:#334155;line-height:1.55}.modal-actions{display:flex;justify-content:center;gap:.75rem;width:100%}.popup-container--dark .modal-message{background-color:#0f172a;border-color:#475569a6;color:#e2e8f0;box-shadow:0 18px 36px #00000047}.modal-button{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:.25rem;cursor:pointer;transition:background-color .3s}.modal-button:hover{background-color:#0056b3}@media (max-width: 768px){.modal-message{font-size:.875rem;width:100%;min-height:0;padding:1.1rem}.modal-button{font-size:.875rem;padding:.5rem .75rem}}@media (max-width: 480px){.modal-body{padding:.5rem}.modal-message{font-size:.75rem;width:100%}.modal-button{width:100%;padding:.5rem;font-size:1rem}}html,body{margin:0;min-height:100%;font-family:"IBM Plex Serif",serif}body{overflow:hidden}#root{min-height:100vh;min-height:100dvh;width:100%}a{color:inherit;text-decoration:none}*{box-sizing:border-box}
