.beta-testing-block{background:#fff;box-sizing:border-box;padding:1.5em 2em;box-shadow:4px 4px 12px rgba(0,0,0,0.08);border-radius:24px;margin:1.5em auto;font-size:16px;width:80vw}@media screen and (min-width: 768px){.beta-testing-block{width:var(--forms-width)}}.beta-testing-block__content{display:flex;flex-direction:column;align-items:center;gap:1em}@media screen and (min-width: 768px){.beta-testing-block__content{flex-direction:row;justify-content:space-between;align-items:center}}.beta-testing-block__icon{width:32px;height:32px}.beta-testing-block__text{flex:1;text-align:center}@media screen and (min-width: 768px){.beta-testing-block__text{text-align:left}}.beta-testing-block__title{color:#525252;font-weight:500;margin:0;display:flex;align-items:center;gap:0.5em;font-size:13px;padding:0.25em 0}@media screen and (min-width: 768px){.beta-testing-block__title{font-size:16px}}.beta-testing-block__message{color:#808080;font-size:0.875em;margin:0.5em 0;font-weight:500}.beta-testing-block__footer-link{color:#5D5DFA;text-decoration:none;font-weight:500}.beta-testing-block__footer-link:hover{text-decoration:underline}.beta-testing-block__btn{margin-left:auto;color:#523FFD;background:transparent;border:none;border-radius:20px;font-size:0.875em;cursor:pointer;padding:0.5em 1em;transition:all 0.2s ease;transform:scale(1)}.beta-testing-block__btn:hover{background:#80808030}.beta-testing-block__btn:active{transform:scale(0.95)}@keyframes dialogFade{from{opacity:0}to{opacity:1}}@media screen and (min-width: 768px){@keyframes dialogScale{0%{transform:translate(-50%, -50%) scale(0.95)}70%{transform:translate(-50%, -50%) scale(1.03)}100%{transform:translate(-50%, -50%) scale(1)}}}.beta-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;border:none;border-radius:12px;box-shadow:4px 4px 12px rgba(0,0,0,0.08);max-width:var(--forms-width);font-size:14px;color:#525252;padding:0;opacity:0;transition:opacity 0.3s ease-out}@media screen and (max-width: 767px){.beta-dialog{top:0;left:0;transform:none;width:100vw;height:100vh;max-width:none;border-radius:0}}@media screen and (min-width: 768px){.beta-dialog{transform:translate(-50%, -50%) scale(0.95);transition:opacity 0.3s ease-out, transform 0.3s ease-out}}.beta-dialog[open]{animation:dialogFade 0.3s ease-out forwards}@media screen and (min-width: 768px){.beta-dialog[open]{animation:dialogFade 0.3s ease-out forwards, dialogScale 0.32s ease-out forwards}}.beta-dialog .beta-dialog__title{font-size:16px;font-weight:500;display:flex;align-items:center;gap:0.5em;padding:12px;border-bottom:1px solid #D9D9D9}@media screen and (max-width: 767px){.beta-dialog .beta-dialog__title{padding:24px 20px 16px}}.beta-dialog .beta-dialog__close{margin-left:auto;background:none;border:none;font-size:1.5em;color:#808080;cursor:pointer;transition:color 0.2s ease;width:1.5em;height:1.5em;border-radius:50%}.beta-dialog .beta-dialog__close:hover{color:#525252;background:#80808030}.beta-dialog .beta-dialog__content{padding:12px 20px}.beta-dialog .beta-dialog__intro{font-size:16px;margin-bottom:1em}.beta-dialog .beta-dialog__subtitle{font-weight:500;margin-bottom:0.5em}.beta-dialog .beta-dialog__list{list-style:none;padding:0;margin:0 0 1em}.beta-dialog .beta-dialog__item{margin-bottom:1em;list-style:disc;margin-left:1em}.beta-dialog .beta-dialog__item strong{display:block;font-weight:600}.beta-dialog .beta-dialog__item p{margin:0.25em 0 0;color:#808080}.beta-dialog .beta-dialog__agreement{color:#808080;font-size:14px;margin-bottom:1em}.beta-dialog form[method="dialog"]{display:flex;justify-content:flex-end;gap:1em;margin-top:4em}@media screen and (max-width: 767px){.beta-dialog form[method="dialog"]{flex-direction:column-reverse;gap:0.75em;padding:0 20px}}.beta-dialog form[method="dialog"] button[value="cancel"]{background:transparent;border:0;color:#525252;border-radius:20px;padding:8px 20px;font-size:0.875em;cursor:pointer;transition:all 0.2s ease}.beta-dialog form[method="dialog"] button[value="cancel"]:hover{background:#80808030}@media screen and (max-width: 767px){.beta-dialog form[method="dialog"] button[value="cancel"]{width:100%;padding:12px 20px}}.beta-dialog form[method="dialog"] .dialog-submit-btn{background:#5D5DFA;color:#F3F2FF;border:none;border-radius:20px;padding:8px 40px;font-size:0.875em;cursor:pointer;transition:all 0.2s ease}.beta-dialog form[method="dialog"] .dialog-submit-btn:hover{filter:brightness(0.92)}@media screen and (max-width: 767px){.beta-dialog form[method="dialog"] .dialog-submit-btn{width:100%;padding:12px 40px}}
