:root{--webpush-bg-primary: #ffffff;--webpush-bg-overlay: rgba(0, 0, 0, 0.5);--webpush-border-color: rgba(242, 242, 242, 1);--webpush-text-primary: rgba(26, 26, 26, 0.95);--webpush-text-white-primary: rgba(255, 255, 255, 0.95);--webpush-border-default: rgba(26, 26, 26, 0.15);--webpush-divider-primary: #f2f2f2;--webpush-state-default: #000000;--webpush-state-hover: #333333;--webpush-state-active: #000000;--webpush-close-icon-color: rgba(26, 26, 26, 0.95);--webpush-close-hover-bg: rgba(0, 0, 0, 0.05);--webpush-icon-bg: #f5f5f5;--webpush-icon-color: rgba(26, 26, 26, 0.75);--webpush-spacing-comp-lg: 24px;--webpush-spacing-comp-md: 20px;--webpush-spacing-comp-sm: 16px;--webpush-spacing-comp-xs: 12px;--webpush-spacing-ele-xl: 12px;--webpush-spacing-ele-lg: 8px;--webpush-spacing-ele-md: 4px;--webpush-radius-xl: 24px;--webpush-radius-xs: 4px;--webpush-radius-full: 999px;--webpush-font-subtitle-lg-size: 20px;--webpush-font-subtitle-lg-line-height: 28px;--webpush-font-body-md-size: 14px;--webpush-font-body-md-line-height: 18px;--webpush-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);--webpush-duration: 0.3s}@media(prefers-color-scheme: dark){:root{--webpush-bg-primary: #000000;--webpush-bg-overlay: rgba(0, 0, 0, 0.55);--webpush-border-color: rgba(242, 242, 242, 1);--webpush-text-primary: rgba(255, 255, 255, 0.95);--webpush-text-white-primary: rgba(26, 26, 26, 0.95);--webpush-border-default: rgba(255, 255, 255, 0.15);--webpush-divider-primary: rgba(255, 255, 255, 0.1);--webpush-state-default: #ffffff;--webpush-state-hover: #e0e0e0;--webpush-state-active: #cccccc;--webpush-close-icon-color: #ffffff;--webpush-close-hover-bg: rgba(255, 255, 255, 0.1);--webpush-icon-bg: rgba(255, 255, 255, 0.1);--webpush-icon-color: rgba(255, 255, 255, 0.75);--webpush-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10)}}.dark-theme,[data-theme=dark]{--webpush-bg-primary: rgba(0, 0, 0, 1);--webpush-bg-overlay: rgba(0, 0, 0, 0.55);--webpush-border-color: rgba(51, 51, 51, 1);--webpush-text-primary: rgba(255, 255, 255, 0.95);--webpush-text-white-primary: rgba(26, 26, 26, 0.95);--webpush-border-default: rgba(255, 255, 255, 0.15);--webpush-divider-primary: rgba(255, 255, 255, 0.1);--webpush-state-default: #ffffff;--webpush-state-hover: #e0e0e0;--webpush-state-active: #cccccc;--webpush-close-icon-color: #ffffff;--webpush-close-hover-bg: rgba(255, 255, 255, 0.1);--webpush-icon-bg: rgba(255, 255, 255, 0.1);--webpush-icon-color: rgba(255, 255, 255, 0.75);--webpush-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.webpush-prompt{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;display:flex;align-items:flex-start;justify-content:flex-start;padding:64px 0 0 64px;opacity:0;visibility:hidden;transition:opacity var(--webpush-duration) ease,visibility var(--webpush-duration) ease;pointer-events:none;box-sizing:border-box}.webpush-prompt *,.webpush-prompt *::before,.webpush-prompt *::after{box-sizing:border-box}.webpush-prompt--visible{opacity:1;visibility:visible}.webpush-prompt--visible .webpush-prompt__dialog{transform:translateY(0);opacity:1}.webpush-prompt--hiding{opacity:0;visibility:hidden}.webpush-prompt--hiding .webpush-prompt__dialog{transform:translateY(-20px);opacity:0}.webpush-prompt__overlay{display:none}.webpush-prompt__dialog{position:relative;width:424px;background-color:var(--webpush-bg-primary);border:1px solid var(--webpush-border-color);border-radius:var(--webpush-radius-xl);box-shadow:var(--webpush-shadow);transform:translateY(-20px);opacity:0;transition:transform var(--webpush-duration) ease,opacity var(--webpush-duration) ease;overflow:hidden;pointer-events:auto;padding:var(--webpush-spacing-comp-md) 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.webpush-prompt__close-btn{position:absolute;top:13px;right:15px;width:24px;height:24px;padding:0;border:none;background:rgba(0,0,0,0);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;z-index:1;color:var(--webpush-close-icon-color)}.webpush-prompt__close-btn svg{width:24px;height:24px;display:block}.webpush-prompt__close-btn svg path{fill:currentColor}.webpush-prompt__close-btn:hover{background-color:var(--webpush-close-hover-bg)}.webpush-prompt__close-btn:focus-visible{outline:2px solid var(--webpush-border-default);outline-offset:2px}.webpush-prompt__icon-wrapper{padding:0 var(--webpush-spacing-comp-lg) var(--webpush-spacing-ele-xl);display:flex;align-items:center}.webpush-prompt__icon{width:48px;height:48px;border-radius:var(--webpush-radius-xs);display:flex;align-items:center;justify-content:center;flex-shrink:0}.webpush-prompt__icon svg{width:32px;height:32px;display:block}.webpush-prompt__icon img{width:48px;height:48px;object-fit:cover;border-radius:var(--webpush-radius-xs)}@media(prefers-color-scheme: dark){.webpush-prompt__icon img{filter:invert(1)}}.dark-theme .webpush-prompt__icon img,[data-theme=dark] .webpush-prompt__icon img{filter:invert(1)}.webpush-prompt__title-wrapper{padding:0 64px 0 var(--webpush-spacing-comp-lg);width:100%;max-width:646px}.webpush-prompt__title{margin:0;font-size:var(--webpush-font-subtitle-lg-size);font-weight:400;line-height:var(--webpush-font-subtitle-lg-line-height);color:var(--webpush-text-primary);word-wrap:break-word}.webpush-prompt__content{padding:var(--webpush-spacing-ele-lg) var(--webpush-spacing-comp-lg) 0;width:100%;display:flex;align-items:center;justify-content:center}.webpush-prompt__description{margin:0;flex:1 0 0;font-size:var(--webpush-font-body-md-size);line-height:var(--webpush-font-body-md-line-height);color:var(--webpush-text-primary);word-wrap:break-word}.webpush-prompt__actions{display:flex;gap:var(--webpush-spacing-comp-xs);padding:var(--webpush-spacing-comp-sm) var(--webpush-spacing-comp-lg) 0;justify-content:flex-end;align-items:center;width:100%}.webpush-prompt__btn{height:40px;min-height:40px;max-height:40px;padding:0 var(--webpush-spacing-comp-lg);border-radius:var(--webpush-radius-full);font-family:var(--webpush-font-family);font-size:var(--webpush-font-body-md-size);font-weight:400;line-height:var(--webpush-font-body-md-line-height);cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;outline:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center;gap:var(--webpush-spacing-ele-md);flex-shrink:0}.webpush-prompt__btn:focus-visible{box-shadow:0 0 0 3px var(--webpush-border-default);outline:2px solid rgba(0,0,0,0);outline-offset:2px}.webpush-prompt__btn:disabled{opacity:.5;cursor:not-allowed}button.webpush-prompt__btn--deny,.webpush-prompt__btn--deny[type=button]{background-color:rgba(0,0,0,0);color:var(--webpush-text-primary);border:1px solid var(--webpush-border-default)}button.webpush-prompt__btn--deny:hover,.webpush-prompt__btn--deny[type=button]:hover{background-color:var(--webpush-close-hover-bg);color:var(--webpush-text-primary)}button.webpush-prompt__btn--deny:active,.webpush-prompt__btn--deny[type=button]:active{background-color:var(--webpush-border-default);color:var(--webpush-text-primary)}button.webpush-prompt__btn--allow,.webpush-prompt__btn--allow[type=button]{background-color:var(--webpush-state-default);color:var(--webpush-text-white-primary);border:none}button.webpush-prompt__btn--allow:hover,.webpush-prompt__btn--allow[type=button]:hover{background-color:var(--webpush-state-hover);color:var(--webpush-text-white-primary)}button.webpush-prompt__btn--allow:active,.webpush-prompt__btn--allow[type=button]:active{background-color:var(--webpush-state-active);color:var(--webpush-text-white-primary)}@media(max-width: 650px){html:has(#webpush-prompt-container.webpush-prompt--visible),body:has(#webpush-prompt-container.webpush-prompt--visible){overflow:hidden;overscroll-behavior:none;height:100%;max-height:100%}.webpush-prompt{align-items:center;justify-content:center;padding:16px}.webpush-prompt--visible .webpush-prompt__dialog{transform:scale(1)}.webpush-prompt--hiding .webpush-prompt__dialog{transform:scale(0.95)}.webpush-prompt__overlay{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--webpush-bg-overlay);pointer-events:auto}.webpush-prompt__dialog{width:328px;max-width:calc(100% - 32px);transform:scale(0.95);padding:16px 0}.webpush-prompt__close-btn{top:10px;right:10px}.webpush-prompt__close-btn svg{width:32px;height:32px}.webpush-prompt__icon-wrapper{padding:0 20px 10px}.webpush-prompt__icon{width:40px;height:40px}.webpush-prompt__icon svg{width:28px;height:28px}.webpush-prompt__icon img{width:40px;height:40px}.webpush-prompt__title-wrapper{padding:0 48px 0 20px}.webpush-prompt__title{font-size:18px;line-height:24px}.webpush-prompt__content{padding:6px 20px 0}.webpush-prompt__actions{padding:12px 20px 0;gap:8px}.webpush-prompt__btn{height:36px;min-height:36px;max-height:36px;padding:0 20px;font-size:14px;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}}@media(prefers-reduced-motion: reduce){.webpush-prompt,.webpush-prompt__dialog,.webpush-prompt__btn,.webpush-prompt__close-btn{transition:none}.webpush-prompt--visible .webpush-prompt__dialog,.webpush-prompt--hiding .webpush-prompt__dialog{transform:none}}
