#helen-alert{position:fixed;inset:0;z-index:999999;display:flex;padding:24px;pointer-events:none;color:var(--alert-text,#fff)}#helen-alert[hidden]{display:none}#helen-alert.helen-alert-konum-top{align-items:flex-start;justify-content:center;padding-top:max(24px,8vh)}#helen-alert.helen-alert-konum-center{align-items:center;justify-content:center}#helen-alert.helen-alert-konum-bottom{align-items:flex-end;justify-content:center;padding-bottom:max(24px,8vh)}.helen-alert-perde{position:absolute;inset:0;background:rgba(3,2,6,var(--alert-overlay-opacity,.7));backdrop-filter:blur(5px);pointer-events:auto}.helen-alert-perde[hidden]{display:none}.helen-alert-kutusu{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:min(100%,560px);max-height:calc(100vh - 48px);overflow:auto;padding:34px;text-align:center;border:var(--alert-border-width,1px) var(--alert-border-style,solid) var(--alert-border,#7e3cad);border-radius:var(--alert-radius,18px);background:var(--alert-bg,#160d20);color:var(--alert-text,#fff);pointer-events:auto}.helen-alert-boyut-small .helen-alert-kutusu{width:min(100%,380px);padding:25px}.helen-alert-boyut-large .helen-alert-kutusu{width:min(100%,760px);padding:48px}.helen-alert-boyut-wide .helen-alert-kutusu{width:min(100%,1050px);padding:46px}.helen-alert-boyut-fullscreen{padding:0}.helen-alert-boyut-fullscreen .helen-alert-kutusu{width:100%;height:100%;max-height:none;border-radius:0;justify-content:center}.helen-alert-isikli{box-shadow:0 20px 80px rgba(0,0,0,.55),0 0 38px color-mix(in srgb,var(--alert-accent) 55%,transparent)}.helen-alert-gorsel{width:var(--alert-image-size,90px);height:var(--alert-image-size,90px);margin-bottom:18px;object-fit:contain}.helen-alert-metinler h2{margin:0 0 12px;color:var(--alert-text);font-size:clamp(22px,3vw,36px);line-height:1.12}.helen-alert-metinler p{max-width:680px;margin:0;color:color-mix(in srgb,var(--alert-text) 78%,transparent);font-size:15px;line-height:1.65}.helen-alert-buton{display:inline-flex;align-items:center;gap:10px;margin-top:24px;padding:12px 20px;border-radius:10px;background:var(--alert-accent);color:#fff!important;text-decoration:none!important;font-weight:800;box-shadow:0 8px 28px color-mix(in srgb,var(--alert-accent) 35%,transparent)}.helen-alert-kapat{position:absolute;top:12px;right:14px;width:38px;height:38px;padding:0;border:1px solid color-mix(in srgb,var(--alert-text) 20%,transparent);border-radius:50%;background:rgba(0,0,0,.18);color:var(--alert-text);font:300 28px/34px Arial;cursor:pointer}.helen-alert-acik .helen-alert-kutusu{animation-duration:.48s;animation-fill-mode:both}.helen-alert-animasyon-scale.helen-alert-acik .helen-alert-kutusu{animation-name:helenAlertScale}.helen-alert-animasyon-slide.helen-alert-acik .helen-alert-kutusu{animation-name:helenAlertSlide}.helen-alert-animasyon-fade.helen-alert-acik .helen-alert-kutusu{animation-name:helenAlertFade}.helen-alert-animasyon-bounce.helen-alert-acik .helen-alert-kutusu{animation-name:helenAlertBounce}.helen-alert-animasyon-flip.helen-alert-acik .helen-alert-kutusu{animation-name:helenAlertFlip}.helen-alert-kapaniyor{opacity:0;transition:opacity .22s ease}.helen-alert-kapaniyor .helen-alert-kutusu{transform:scale(.96);transition:transform .22s ease}@keyframes helenAlertScale{from{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes helenAlertSlide{from{opacity:0;transform:translateY(-70px)}to{opacity:1;transform:none}}@keyframes helenAlertFade{from{opacity:0}to{opacity:1}}@keyframes helenAlertBounce{0%{opacity:0;transform:scale(.6)}65%{transform:scale(1.06)}100%{opacity:1;transform:scale(1)}}@keyframes helenAlertFlip{from{opacity:0;transform:perspective(800px) rotateX(-75deg)}to{opacity:1;transform:none}}@media(max-width:600px){#helen-alert{padding:12px}.helen-alert-kutusu,.helen-alert-boyut-large .helen-alert-kutusu,.helen-alert-boyut-wide .helen-alert-kutusu{padding:28px 18px}.helen-alert-metinler h2{font-size:24px}.helen-alert-metinler p{font-size:14px}}
