.AnnouncementBanner-module__GtSrGW__bannerWrapper{z-index:var(--z-banner);position:fixed;top:0;left:0;right:0}.AnnouncementBanner-module__GtSrGW__banner{justify-content:center;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:.875rem;font-weight:500;animation:.4s ease-out AnnouncementBanner-module__GtSrGW__slideDown;display:flex;position:relative}@keyframes AnnouncementBanner-module__GtSrGW__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.AnnouncementBanner-module__GtSrGW__info{background:linear-gradient(90deg,var(--color-bg-secondary)0%,var(--color-bg-tertiary)50%,var(--color-bg-secondary)100%);border-bottom:1px solid var(--color-bg-tertiary)}.AnnouncementBanner-module__GtSrGW__promo{background:linear-gradient(90deg,#2dd4bf26 0%,#0891b233 50%,#2dd4bf26 100%);border-bottom:1px solid #2dd4bf4d}.AnnouncementBanner-module__GtSrGW__warning{background:linear-gradient(90deg,#f59e0b26 0%,#f59e0b33 50%,#f59e0b26 100%);border-bottom:1px solid #f59e0b4d}.AnnouncementBanner-module__GtSrGW__urgent{background:linear-gradient(90deg,#ef444426 0%,#ef444433 50%,#ef444426 100%);border-bottom:1px solid #ef44444d}.AnnouncementBanner-module__GtSrGW__icon{flex-shrink:0;font-size:1rem}.AnnouncementBanner-module__GtSrGW__message{color:var(--color-text-primary);text-align:center;line-height:1.4}.AnnouncementBanner-module__GtSrGW__highlight{color:var(--color-primary);font-weight:600}.AnnouncementBanner-module__GtSrGW__promo .AnnouncementBanner-module__GtSrGW__highlight{color:var(--color-primary)}.AnnouncementBanner-module__GtSrGW__warning .AnnouncementBanner-module__GtSrGW__highlight{color:var(--color-warning)}.AnnouncementBanner-module__GtSrGW__urgent .AnnouncementBanner-module__GtSrGW__highlight{color:var(--color-error)}.AnnouncementBanner-module__GtSrGW__ctaLink{background:var(--color-primary);color:var(--color-bg-primary);border-radius:var(--radius-full);transition:all var(--transition-fast);white-space:nowrap;align-items:center;gap:4px;margin-left:8px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.AnnouncementBanner-module__GtSrGW__ctaLink:hover{background:var(--color-primary-dark);transform:translate(2px);box-shadow:0 0 20px #2dd4bf66}.AnnouncementBanner-module__GtSrGW__ctaLink svg{width:12px;height:12px;transition:transform var(--transition-fast)}.AnnouncementBanner-module__GtSrGW__ctaLink:hover svg{transform:translate(2px)}.AnnouncementBanner-module__GtSrGW__closeButton{width:24px;height:24px;color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-full);transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.AnnouncementBanner-module__GtSrGW__closeButton:hover{color:var(--color-text-primary);background:#ffffff1a}.AnnouncementBanner-module__GtSrGW__closeButton svg{width:14px;height:14px}.AnnouncementBanner-module__GtSrGW__banner:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff0d 50%,#0000 100%);width:50%;height:100%;animation:3s infinite AnnouncementBanner-module__GtSrGW__shimmer;position:absolute;top:0;left:-100%}@keyframes AnnouncementBanner-module__GtSrGW__shimmer{0%{left:-100%}to{left:200%}}@media (max-width:768px){.AnnouncementBanner-module__GtSrGW__banner{flex-wrap:wrap;gap:8px;padding:10px 40px 10px 12px;font-size:.8rem}.AnnouncementBanner-module__GtSrGW__message{flex:1;min-width:0}.AnnouncementBanner-module__GtSrGW__ctaLink{padding:3px 10px;font-size:.7rem}.AnnouncementBanner-module__GtSrGW__closeButton{width:20px;height:20px;right:8px}}.AnnouncementBanner-module__GtSrGW__hidden{animation:.3s ease-out forwards AnnouncementBanner-module__GtSrGW__slideUp}@keyframes AnnouncementBanner-module__GtSrGW__slideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;height:0;padding:0;overflow:hidden;transform:translateY(-100%)}}
.PopupModal-module__V-Kq_a__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal);background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out PopupModal-module__V-Kq_a__fadeIn;display:flex;position:fixed;inset:0}@keyframes PopupModal-module__V-Kq_a__fadeIn{0%{opacity:0}to{opacity:1}}.PopupModal-module__V-Kq_a__modal{background:linear-gradient(145deg,var(--color-bg-secondary)0%,var(--color-bg-primary)100%);border:1px solid var(--color-bg-tertiary);border-radius:var(--radius-2xl);width:100%;max-width:420px;padding:32px;animation:.3s cubic-bezier(.34,1.56,.64,1) PopupModal-module__V-Kq_a__scaleIn;position:relative;overflow:hidden;box-shadow:0 0 60px #2dd4bf26,0 20px 40px #0006}@keyframes PopupModal-module__V-Kq_a__scaleIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.PopupModal-module__V-Kq_a__modal:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--color-primary)50%,transparent 100%);width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.PopupModal-module__V-Kq_a__closeButton{border:1px solid var(--color-bg-tertiary);border-radius:var(--radius-full);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0d;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.PopupModal-module__V-Kq_a__closeButton:hover{border-color:var(--color-primary);color:var(--color-primary);background:#ffffff1a}.PopupModal-module__V-Kq_a__closeButton svg{width:16px;height:16px}.PopupModal-module__V-Kq_a__icon{border-radius:var(--radius-2xl);background:linear-gradient(135deg,#2dd4bf33 0%,#0891b233 100%);justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:2rem;animation:2s ease-in-out infinite PopupModal-module__V-Kq_a__pulse;display:flex}@keyframes PopupModal-module__V-Kq_a__pulse{0%,to{transform:scale(1);box-shadow:0 0 20px #2dd4bf33}50%{transform:scale(1.05);box-shadow:0 0 30px #2dd4bf66}}.PopupModal-module__V-Kq_a__title{text-align:center;color:var(--color-text-primary);margin-bottom:12px;font-size:1.5rem;font-weight:700;line-height:1.3}.PopupModal-module__V-Kq_a__description{text-align:center;color:var(--color-text-secondary);margin-bottom:24px;font-size:.95rem;line-height:1.6}.PopupModal-module__V-Kq_a__buttons{flex-direction:column;gap:12px;display:flex}.PopupModal-module__V-Kq_a__primaryButton{background:var(--gradient-primary);width:100%;color:var(--color-bg-primary);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-normal);border:none;padding:14px 24px;font-size:1rem;font-weight:600;position:relative;overflow:hidden}.PopupModal-module__V-Kq_a__primaryButton:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.PopupModal-module__V-Kq_a__primaryButton:hover:before{left:100%}.PopupModal-module__V-Kq_a__primaryButton:hover{transform:translateY(-2px);box-shadow:0 0 40px #2dd4bf80}.PopupModal-module__V-Kq_a__secondaryButton{width:100%;color:var(--color-text-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:12px 24px;font-size:.875rem;font-weight:500}.PopupModal-module__V-Kq_a__secondaryButton:hover{color:var(--color-text-primary)}.PopupModal-module__V-Kq_a__hiding .PopupModal-module__V-Kq_a__modal{animation:.2s ease-out forwards PopupModal-module__V-Kq_a__scaleOut}.PopupModal-module__V-Kq_a__hiding{animation:.2s ease-out forwards PopupModal-module__V-Kq_a__fadeOut}@keyframes PopupModal-module__V-Kq_a__scaleOut{to{opacity:0;transform:scale(.95)translateY(10px)}}@keyframes PopupModal-module__V-Kq_a__fadeOut{to{opacity:0}}.PopupModal-module__V-Kq_a__dontShowAgain{color:var(--color-text-muted);justify-content:center;align-items:center;gap:8px;margin-top:16px;font-size:.75rem;display:flex}.PopupModal-module__V-Kq_a__dontShowAgain input{width:14px;height:14px;accent-color:var(--color-primary);cursor:pointer}.PopupModal-module__V-Kq_a__dontShowAgain label{cursor:pointer}@media (max-width:480px){.PopupModal-module__V-Kq_a__modal{margin:10px;padding:24px 20px}.PopupModal-module__V-Kq_a__icon{width:56px;height:56px;font-size:1.75rem}.PopupModal-module__V-Kq_a__title{font-size:1.25rem}.PopupModal-module__V-Kq_a__description{font-size:.875rem}.PopupModal-module__V-Kq_a__primaryButton{padding:12px 20px;font-size:.95rem}}
