@font-face{font-family:googleSans;src:url(../media/GoogleSans_VariableFont_GRAD,opsz,wght-s.p.9a83ccad.ttf)format("truetype");font-display:swap}@font-face{font-family:googleSans Fallback;src:local(Arial);ascent-override:95.12%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:101.55%}.googlesans_ad55734a-module__4ePv3G__className{font-family:googleSans,googleSans Fallback}.googlesans_ad55734a-module__4ePv3G__variable{--font-google-sans:"googleSans","googleSans Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_e6988195-module__RNs2Mq__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_e6988195-module__RNs2Mq__variable{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}
:root{--bg-light:#f2f2f2;--bg-dark:#111;--text-primary:#111;--text-secondary:#666;--border-color:#e0e0e0;--font-inter:"Inter",sans-serif;--font-outfit:"Outfit",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-google-sans),sans-serif;background:#e8e8e8;overflow-x:hidden}button{border-radius:12px}a{color:inherit;text-decoration:none}
.TaskNotification-module__KrwfaW__bubbleContainer{z-index:9999;position:fixed;bottom:30px;right:30px}.TaskNotification-module__KrwfaW__bubble{color:#fff;cursor:pointer;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:2s infinite TaskNotification-module__KrwfaW__bounce;display:flex;position:relative;box-shadow:0 4px 12px #0003}.TaskNotification-module__KrwfaW__icon{font-size:24px}.TaskNotification-module__KrwfaW__badge{color:#fff;background-color:#ff4d4f;border:2px solid #fff;border-radius:10px;padding:2px 6px;font-size:12px;font-weight:700;position:absolute;top:0;right:0}.TaskNotification-module__KrwfaW__modalOverlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.TaskNotification-module__KrwfaW__modalContent{background-color:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:400px;max-height:80vh;padding:20px;display:flex;box-shadow:0 10px 25px #0000001a}.TaskNotification-module__KrwfaW__modalHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;display:flex}.TaskNotification-module__KrwfaW__modalTitle{font-size:18px;font-weight:700}.TaskNotification-module__KrwfaW__closeButton{cursor:pointer;color:#999;background:0 0;border:none;font-size:20px}.TaskNotification-module__KrwfaW__taskList{flex:1;overflow-y:auto}.TaskNotification-module__KrwfaW__taskItem{cursor:pointer;border-bottom:1px solid #f5f5f5;padding:15px;transition:background-color .2s}.TaskNotification-module__KrwfaW__taskItem:last-child{border-bottom:none}.TaskNotification-module__KrwfaW__taskItem:hover{background-color:#f9f9f9}.TaskNotification-module__KrwfaW__taskTitle{margin-bottom:5px;font-size:14px;font-weight:600}.TaskNotification-module__KrwfaW__taskMeta{color:#666;justify-content:space-between;font-size:12px;display:flex}@keyframes TaskNotification-module__KrwfaW__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.TaskNotification-module__KrwfaW__bubbleContainer{bottom:20px;right:20px}.TaskNotification-module__KrwfaW__bubble{width:55px;height:55px}.TaskNotification-module__KrwfaW__icon{font-size:22px}.TaskNotification-module__KrwfaW__badge{padding:1px 5px;font-size:11px}.TaskNotification-module__KrwfaW__modalContent{width:95%;max-width:350px;padding:18px}.TaskNotification-module__KrwfaW__modalTitle{font-size:16px}.TaskNotification-module__KrwfaW__taskTitle{font-size:13px}.TaskNotification-module__KrwfaW__taskMeta{font-size:11px}}@media (max-width:480px){.TaskNotification-module__KrwfaW__bubbleContainer{bottom:15px;right:15px}.TaskNotification-module__KrwfaW__bubble{width:50px;height:50px}.TaskNotification-module__KrwfaW__icon{font-size:20px}.TaskNotification-module__KrwfaW__badge{padding:1px 4px;font-size:10px}.TaskNotification-module__KrwfaW__modalContent{border-radius:10px;width:96%;padding:15px}.TaskNotification-module__KrwfaW__modalTitle{font-size:15px}.TaskNotification-module__KrwfaW__taskItem{padding:12px}.TaskNotification-module__KrwfaW__taskTitle{font-size:12px}.TaskNotification-module__KrwfaW__taskMeta{font-size:10px}}
