[data-sticky-button]{display:flex;align-items:center;justify-content:center;position:fixed;padding:12px 6px 12px 4px;border:none;outline:none;cursor:pointer;background:var(--noti-tab-bg);box-shadow:0 3px 7px #00000021;border-top-left-radius:9px;border-bottom-left-radius:9px;right:-2px;top:150px;transition:transform .4s ease,opacity .4s ease;transform:translate(100%);opacity:0;z-index:99999999}[data-sticky-button][data-sticky-button-show]{transform:none;opacity:1}[data-sticky-button][data-sticky-button-show]:hover{transform:translate(-2px)}[data-sticky-button] svg{width:14px;height:14px;flex-shrink:0}@keyframes atomato-ani{0%{transform:rotate(0)}10%{transform:rotate(26deg)}20%{transform:rotate(-23deg)}30%{transform:rotate(19deg)}40%{transform:rotate(-15deg)}50%{transform:rotate(11deg)}60%{transform:rotate(-7deg)}70%{transform:rotate(4deg)}85%{transform:rotate(-1deg)}to{transform:rotate(0)}}#atomato-bell[data-notifeed-bell]{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative;width:var(--noti-bell-size);height:var(--noti-bell-size);padding:6px;margin:auto;flex-shrink:0;border:none;outline:none;cursor:pointer;background:var(--noti-bell-background);box-shadow:0 4px 4px #00000040;border-radius:50%;transition:opacity .2s ease-in-out}#atomato-bell[data-notifeed-bell] svg{width:min(100%,25px);height:min(100%,26px);transition:transform .4s ease-out}#atomato-bell[data-notifeed-bell] [data-notifeed-bell-count]{position:absolute;box-sizing:border-box;top:-3px;right:-6px;background:var(--noti-bell-badge-background);color:var(--noti-bell-badge-color);font-family:var(--notifeed-ff),sans-serif;font-size:12px;line-height:1;font-weight:500;letter-spacing:0;border-radius:50%;width:max(calc(var(--noti-bell-size) / 2.2),16px);height:max(calc(var(--noti-bell-size) / 2.2),16px);display:flex;justify-content:center;align-items:center;transition:opacity .2s ease-in-out,visibility .2s ease}#atomato-bell[data-notifeed-bell]:hover{opacity:.8}#atomato-bell[data-notifeed-bell][data-notifeed-bell-header]{background:transparent;box-shadow:none;border-radius:0;margin-left:0;margin-right:0}#atomato-bell[data-notifeed-bell]:has([data-notifeed-bell-count]:not(:empty)) svg{animation:atomato-ani 3s .4s ease-in-out infinite}#atomato-bell[data-notifeed-bell]:not(:has([data-notifeed-bell-count]:not(:empty))) svg{animation:none;transform:rotate(0)}#atomato-bell[data-notifeed-bell] [data-notifeed-bell-count]:empty{opacity:0;visibility:hidden;pointer-events:none}#atomato-app{--notifeed-ff: Inter, sans-serif}#atomato-app [data-atomato-notifeeds]{all:unset;position:fixed;z-index:9999999999;font-family:var(--notifeed-ff),sans-serif;top:var(--notifeed-top);right:var(--notifeed-right-mobile);bottom:var(--notifeed-bottom);left:var(--notifeed-centered, var(--notifeed-left-mobile));transform:var(--notifeed-transform)}#atomato-app [data-notifeed-item]{display:flex;position:relative;flex-wrap:nowrap;user-select:none;-webkit-tap-highlight-color:transparent;padding:20px;flex:1 1 auto;flex-shrink:0;background-color:var(--noti-bg);transition:background-color .3s ease-in-out;box-shadow:0 6px 10px #0000001a}#atomato-app [data-notifeed-item]+[data-notifeed-item]{border-top:1px solid var(--noti-border)}#atomato-app [data-notifeed-item] [data-notifeed-media]{width:60px;height:60px;display:flex;justify-content:center;align-items:center;flex-shrink:0;border-radius:var(--noti-radius);overflow:hidden;margin-right:12px;font-size:30px;line-height:1;font-family:var(--notifeed-ff),sans-serif;position:relative;transition:all .6s ease}#atomato-app [data-notifeed-item] [data-notifeed-media] img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}#atomato-app [data-notifeed-item] [data-notifeed-content]{flex:1;display:flex;flex-direction:column;margin-top:auto;margin-bottom:auto;overflow:hidden;transition:padding .6s ease}#atomato-app [data-notifeed-item] [data-notifeed-title]{font-family:var(--notifeed-ff),sans-serif;font-size:14px;line-height:18px;font-weight:600;color:var(--noti-title-color)}#atomato-app [data-notifeed-item] [data-notifeed-title]+[data-notifeed-description]{margin-top:4px}#atomato-app [data-notifeed-item] [data-notifeed-title]+[data-notifeed-button],#atomato-app [data-notifeed-item] [data-notifeed-description]+[data-notifeed-button]{margin-top:8px}#atomato-app [data-notifeed-item] [data-notifeed-description]{font-family:var(--notifeed-ff),sans-serif;font-size:14px;line-height:18px;font-weight:400;color:var(--noti-text-color)}#atomato-app [data-notifeed-item] [data-notifeed-button]{display:inline-flex;justify-content:center;align-items:center;font-family:var(--notifeed-ff),sans-serif;font-size:12px;line-height:16px;font-weight:400;padding:6px 15px;border-radius:min(10px,var(--noti-radius));text-decoration:none;transition:opacity .2s ease-in-out;width:max-content;max-width:100%;background-color:var(--noti-btn-bg-color);color:var(--noti-btn-text-color)}#atomato-app [data-notifeed-item] [data-notifeed-arrow]{all:unset;position:absolute;top:20px;right:20px;transition:background-color .2s ease-in-out,transform .2s ease;height:24px;width:24px;cursor:pointer;border-radius:50%;z-index:2}#atomato-app [data-atomato-overlay]{z-index:99999998;display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.4);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;will-change:opacity,visibility}#atomato-app [data-notifeed-inner]{all:unset;box-sizing:border-box;position:absolute;top:calc(var(--notifeed-top-inner) + var(--noti-bell-size));right:calc(var(--notifeed-right) - var(--notifeed-right));bottom:calc(var(--notifeed-bottom) + var(--noti-bell-size));left:var(--notifeed-centered, calc(var(--notifeed-left) - var(--notifeed-left)));width:min(100vw - 32px,400px);z-index:25;overflow:hidden;opacity:0;transform:translateY(15px) var(--notifeed-transform);pointer-events:none;transition:all .3s ease-in-out;border-radius:var(--noti-radius);background-color:var(--noti-bg)}#atomato-app [data-notifeed-list-inner]{transition:height .3s cubic-bezier(0,0,.2,1);will-change:height;max-height:390px;height:var(--noti-height);overflow:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}#atomato-app [data-notifeed-list-inner] [data-notifeed-list][open]{transform:translate(-100%);height:0}#atomato-app [data-notifeed-list-inner] [data-notifeed-list][open]+[data-notifeed-second-list]{transform:translate(0);opacity:1}#atomato-app [data-notifeed-powered]{border-top:1px solid var(--noti-border);color:var(--noti-title-color);font-size:10px;line-height:1;text-align:center;padding:12px 20px;display:flex;align-items:center;justify-content:end;overflow:hidden;background:var(--noti-bg);position:sticky;bottom:0;gap:4px;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}#atomato-app [data-notifeed-list]{all:unset;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.25,.46,.45,.94);will-change:transform}#atomato-app [data-notifeed-second-list]{all:unset;position:absolute;top:0;right:0;transform:translate(100%);transition:transform .3s cubic-bezier(.45,.05,.55,.95),opacity .3s cubic-bezier(.45,.05,.55,.95);will-change:transform,opacity;height:428px;width:100%;opacity:0}#atomato-app [data-notifeed-expand]{all:unset;display:none;box-sizing:border-box;width:100%;height:428px;padding:20px}#atomato-app [data-notifeed-expand] [data-notifeed-arrow]{position:absolute}#atomato-app [data-notifeed-expand] [data-notifeed-media]{flex:1;min-height:0;border-radius:min(10px,var(--noti-radius));overflow:hidden;font-size:100px;display:flex;justify-content:center;align-items:center}#atomato-app [data-notifeed-expand] [data-notifeed-media] img{display:block;width:100%;height:100%;object-fit:cover}#atomato-app [data-notifeed-expand] [data-notifeed-content]{display:flex;flex-direction:column;flex:0 0 auto;padding-top:20px}#atomato-app [data-notifeed-expand] [data-notifeed-title]{font-family:var(--notifeed-ff),sans-serif;font-size:20px;line-height:24px;font-weight:650;color:var(--noti-title-color)}#atomato-app [data-notifeed-expand] [data-notifeed-title]+[data-notifeed-description]{margin-top:8px}#atomato-app [data-notifeed-expand] [data-notifeed-title]+[data-notifeed-button],#atomato-app [data-notifeed-expand] [data-notifeed-description]+[data-notifeed-button]{margin-top:20px}#atomato-app [data-notifeed-expand] [data-notifeed-description]{font-family:var(--notifeed-ff),sans-serif;font-size:16px;line-height:24px;font-weight:450;color:var(--noti-text-color)}#atomato-app [data-notifeed-expand] [data-notifeed-button]{display:flex;justify-content:center;align-items:center;font-family:var(--notifeed-ff),sans-serif;font-size:16px;line-height:20px;font-weight:550;padding:12px;border-radius:min(10px,var(--noti-radius));text-decoration:none;transition:opacity .2s ease-in-out;background-color:var(--noti-btn-bg-color);color:var(--noti-btn-text-color)}#atomato-app [data-notifeed-expand] [data-notifeed-arrow]{all:unset;position:absolute;display:flex;align-items:center;justify-content:center;transform:rotate(180deg);top:28px;left:28px;transition:background-color .2s ease-in-out,transform .2s ease,opacity .2s ease-in-out;height:30px;width:30px;cursor:pointer;border-radius:50%;z-index:2;background:#fff}#atomato-app [data-notifeed-item][href]{text-decoration:none}#atomato-app [data-notifeed-item]:hover{background-color:color-mix(in srgb,var(--noti-bg) 90%,var(--noti-title-color))}#atomato-app [data-notifeed-item]:after{content:"";position:absolute;top:50px;left:5px;transform:translateY(-50%);opacity:0;visibility:hidden;width:10px;height:10px;border-radius:100%;background:var(--noti-arrow);transition:opacity .2s ease,visibility .2s ease}#atomato-app [data-notifeed-item][is-new]:after{opacity:1;visibility:visible}#atomato-app [data-notifeed-item] [data-notifeed-media]:not(:has(img)){background:color-mix(in srgb,var(--noti-title-color),transparent 94%)}#atomato-app [data-notifeed-item][role=button]{cursor:pointer;padding-right:46px}#atomato-app [data-notifeed-item][role=button] [data-notifeed-button],#atomato-app [data-notifeed-item][role=button] [data-notifeed-description]{display:none}#atomato-app [data-notifeed-item] [data-notifeed-button]:hover{opacity:.8}#atomato-app [data-atomato-overlay][open]{opacity:1;visibility:visible;pointer-events:auto}#atomato-app [data-atomato-overlay][hidden]{display:none}#atomato-app [data-notifeed-inner]:after{content:"";position:absolute;inset:0;border:1px solid var(--noti-border);border-radius:var(--noti-radius);pointer-events:none;transition:opacity .2s ease-in-out}#atomato-app [data-notifeed-inner][open]{opacity:1;transform:translateY(0) var(--notifeed-transform);pointer-events:auto}#atomato-app [data-notifeed-inner]:has([data-notifeed-list][open]):after{opacity:0}#atomato-app [data-notifeed-list-inner][data-notifeed-list-inner=false]{max-height:428px}#atomato-app [data-notifeed-list-inner]::-webkit-scrollbar{display:none}#atomato-app [data-notifeed-list-inner][open]+[data-notifeed-powered]{opacity:0;visibility:hidden;pointer-events:none}#atomato-app [data-notifeed-expand] [data-notifeed-arrow]:hover{opacity:.9}#atomato-app [data-notifeed-expand] [data-notifeed-media]:not(:has(img)){background:color-mix(in srgb,var(--noti-title-color),transparent 94%)}#atomato-app [data-notifeed-expand] [data-notifeed-button]:hover{opacity:.8}#atomato-app [data-notifeed-expand][open]{display:flex;flex-direction:column}@media (min-width: 740px){#atomato-app [data-atomato-notifeeds]{left:var(--notifeed-left);right:var(--notifeed-right)}#atomato-app [data-atomato-overlay]{display:none}}
