:root{--color-brand-blue: #0064C8;--color-new-gray-50: #f8f9fb;--color-new-gray-100: #f1f3f5;--color-new-gray-200: #e9ecef;--color-new-gray-300: #dee2e6;--color-new-gray-400: #adb5bd;--color-new-gray-500: #868e96;--color-new-gray-600: #495057;--color-new-gray-700: #343a40;--color-new-gray-800: #212529;--color-new-gray-900: #16191d;--font-heading: "Poppins", sans-serif;--font-body: "Open Sans", sans-serif;--font-brand: "Tilt Warp", sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:var(--color-new-gray-50);color:var(--color-new-gray-900);min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes accentPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:.8}}@media(prefers-reduced-motion:reduce){*{animation:none!important}}.header{background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 1px 2px #00000005,0 2px 4px #00000005,0 4px 8px #00000008}.headerContent{display:flex;align-items:center;gap:1rem;padding:.875rem 2rem;max-width:1200px;margin:0 auto;width:100%}.brand{display:flex;align-items:center;gap:.5rem}.brandName{font-family:var(--font-brand);font-size:1.5rem;background:linear-gradient(135deg,var(--color-brand-blue) 0%,#0284c7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.headerSpacer{flex:1}.main{flex:1;position:relative}.mainContainer{position:relative;max-width:1200px;margin:0 auto;min-height:100%}.mainBg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.gridBg{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 0%,transparent 70%)}.glowOrb{position:absolute;border-radius:50%;filter:blur(80px)}.orb1{width:400px;height:400px;top:-50px;left:calc((100vw - 1200px)/2 - 300px);background:radial-gradient(circle,rgba(0,100,200,.06) 0%,transparent 70%)}.orb2{width:300px;height:300px;bottom:10%;right:calc((100vw - 1200px)/2 - 200px);background:radial-gradient(circle,rgba(6,182,212,.05) 0%,transparent 70%)}.orb3{width:250px;height:250px;top:50%;left:calc((100vw - 1200px)/4);background:radial-gradient(circle,rgba(0,181,116,.04) 0%,transparent 70%)}.accent{position:absolute;border-radius:6px;opacity:.6;animation:accentPulse 4s ease-in-out infinite}.accent1{width:12px;height:12px;top:15%;left:calc((100vw - 1200px)/2 - 40px);background:#06b6d4;animation-delay:0s}.accent2{width:16px;height:16px;top:25%;right:calc((100vw - 1200px)/2 - 60px);background:#f2af05;animation-delay:.8s}.accent3{width:10px;height:10px;top:45%;left:calc((100vw - 1200px)/4);background:#00b574;animation-delay:1.6s}.accent4{width:14px;height:14px;bottom:30%;right:calc((100vw - 1200px) / 3);background:#f10656;animation-delay:2.4s}.accent5{width:8px;height:8px;bottom:15%;left:calc((100vw - 1200px) / 3);background:#fa7108;animation-delay:3.2s}@media(max-width:1400px){.accent,.glowOrb{display:none}}.contentGrid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:2rem 4rem;align-items:start;width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem}.welcome{grid-column:1 / -1;animation:fadeIn .5s ease-out}.welcomeHeader{display:flex;flex-direction:column}.rightColumn{display:flex;flex-direction:column;gap:2rem}.weatherSection{display:flex;flex-direction:column}.weatherTile{display:flex;align-items:center;justify-content:space-around;gap:1rem;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:.75rem 1.25rem;box-shadow:0 1px 2px #00000005,0 2px 4px #00000005,0 4px 8px #00000008}.currentTime{font-size:1.5rem;font-weight:600;color:var(--color-new-gray-900);font-variant-numeric:tabular-nums}.weatherDivider{width:1px;height:24px;background:#00000014;border-radius:1px}.weatherInfo{display:flex;align-items:center;gap:.5rem}.weatherIcon{flex-shrink:0;color:var(--color-new-gray-500)}.weatherTemp{font-size:1rem;font-weight:600;color:var(--color-new-gray-900)}.weatherDesc{font-size:.875rem;color:var(--color-new-gray-500)}.weatherPrecip{display:flex;align-items:center}.rainForecast{font-size:.875rem;color:var(--color-new-gray-500)}.welcomeTitle{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-new-gray-900);margin:0 0 .5rem}.highlight{background:linear-gradient(135deg,var(--color-brand-blue) 0%,#0284c7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcomeSubtitle{font-size:1rem;color:var(--color-new-gray-500);margin:0}.sectionTitle{font-family:var(--font-heading);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-new-gray-400);margin:0 0 1rem}.appsSection{display:flex;flex-direction:column;gap:.75rem}.appCard{display:flex;align-items:stretch;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;overflow:hidden;animation:fadeIn .4s ease-out backwards;box-shadow:0 1px 2px #00000005,0 2px 4px #00000005,0 4px 8px #00000008;transition:box-shadow .2s ease}.appCard:hover{box-shadow:0 2px 4px #00000005,0 4px 8px #00000008,0 8px 16px #0000000a}.appMain{flex:1;display:flex;align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:background .15s ease}.appMain:hover{background:var(--color-new-gray-50)}.appIcon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.appIcon img{width:24px;height:24px;filter:brightness(0) invert(1)}.appName{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:var(--color-new-gray-900)}.appDivider{width:1px;height:70%;align-self:center;background:#00000014;border-radius:1px}.appNewBtn{display:flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background:transparent;border:none;cursor:pointer;transition:background .15s ease}.appNewBtn:hover{background:var(--color-new-gray-50, #f9fafb)}.appNewBtn span{font-size:.875rem;font-weight:600;white-space:nowrap}.stickyFooter{position:sticky;bottom:0;z-index:50;pointer-events:none}.stickyFooterContent{max-width:1200px;margin:0 auto;padding:0 2rem 2rem;display:flex;justify-content:flex-end;align-items:center}.feedbackButton{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;box-shadow:0 1px 2px #00000005,0 2px 4px #00000005,0 4px 8px #00000008;color:var(--color-new-gray-600);font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;pointer-events:auto}.feedbackButton:hover{background:var(--color-new-gray-50, #f9fafb);box-shadow:0 2px 4px #00000005,0 4px 8px #00000008,0 8px 16px #0000000a}.announcement{display:flex;flex-direction:column}.announcementList{display:flex;flex-direction:column;gap:.5rem}.announcementCard{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:1rem 1.25rem;box-shadow:0 1px 2px #00000005,0 2px 4px #00000005,0 4px 8px #00000008;cursor:pointer;text-align:left;width:100%;transition:background .2s ease,padding .2s ease}.announcementCard:hover{background:var(--color-new-gray-50, #f9fafb)}.announcementCard.static{cursor:default}.announcementCard.static:hover{background:#fff}.announcementCard.expanded{padding:1.5rem}.announcementHeader{display:flex;align-items:center;gap:.75rem}.announcementDate{font-size:.75rem;color:var(--color-new-gray-400);flex-shrink:0}.announcementTitle{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:var(--color-new-gray-900);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.announcementCard.expanded .announcementHeader{flex-direction:column;align-items:flex-start;gap:.25rem}.announcementCard.expanded .announcementTitle{font-size:1.125rem;white-space:normal;overflow:visible}.announcementBody{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.announcementCard.expanded .announcementBody{grid-template-rows:1fr}.announcementDescription{font-size:.9375rem;color:var(--color-new-gray-600);line-height:1.6;margin:0;overflow:hidden;white-space:pre-line}.announcementCard.expanded .announcementDescription{padding-top:.75rem}.loginContainer{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.loginCard{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:2.5rem;text-align:center;box-shadow:0 1px 2px #00000005,0 2px 4px #00000005,0 4px 8px #00000008;max-width:400px;width:100%}.loginTitle{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-new-gray-900);margin:1rem 0 .5rem}.loginSubtitle{font-size:1rem;color:var(--color-new-gray-500);margin:0 0 1.5rem}.loginButton{background:linear-gradient(135deg,var(--color-brand-blue) 0%,#0284c7 100%);color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.loginButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0064c84d}.loginWarning{color:#d97706;font-size:.875rem;margin-bottom:1rem}@media(max-width:900px){.contentGrid{grid-template-columns:1fr;gap:1.5rem}.welcome{grid-column:1;margin-bottom:1rem}}@media(max-width:640px){.headerContent{padding:.625rem 1rem}.contentGrid{gap:1rem;padding:1.5rem 1rem}.welcomeTitle{font-size:1.5rem;margin-bottom:.25rem}.welcomeSubtitle{font-size:.875rem}.weatherTile{padding:.625rem 1rem;gap:.75rem}.currentTime{font-size:1.25rem}.weatherDivider{height:20px}.weatherTemp{font-size:.875rem}.weatherDesc{display:none}.stickyFooterContent{padding:0 1rem 1.5rem}.feedbackButton{padding:.625rem 1rem}.sectionTitle{margin-bottom:.625rem}.appsSection{gap:.5rem}.appMain{padding:.75rem;gap:.75rem}.appIcon{width:36px;height:36px;border-radius:10px}.appIcon img{width:18px;height:18px}.appName{font-size:.875rem}.appNewBtn{padding:.5rem .75rem}.appNewBtn span{font-size:.8125rem}.announcementCard{padding:1rem}.announcementTitle{font-size:.9375rem;margin-bottom:.5rem}.announcementDescription{font-size:.8125rem}.accent{display:none}}@media(max-width:480px){.weatherPrecip,.weatherInfo+.weatherDivider{display:none}}._wrapper_16m8q_1{position:relative}._avatar_16m8q_5{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--color-brand-blue) 0%,#0284c7 100%);color:#fff;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid transparent;box-shadow:0 2px 8px #0064c840;cursor:pointer;transition:all .2s ease}._avatar_16m8q_5:hover{transform:scale(1.05)}._avatar_16m8q_5._active_16m8q_26{border-color:var(--color-brand-blue);box-shadow:0 0 0 3px #0064c826}._backdrop_16m8q_31{display:none}._dropdown_16m8q_35{position:absolute;right:0;top:calc(100% + 8px);min-width:240px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:8px;box-shadow:0 4px 8px #0000000a,0 8px 16px #0000000f,0 16px 32px #00000014;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease;z-index:200}._dropdown_16m8q_35._open_16m8q_55{opacity:1;pointer-events:auto;transform:translateY(0)}._header_16m8q_61{display:flex;align-items:center;gap:12px;padding:12px}._headerAvatar_16m8q_68{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--color-brand-blue) 0%,#0284c7 100%);color:#fff;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}._userInfo_16m8q_82{display:flex;flex-direction:column;gap:2px}._userName_16m8q_88{font-size:15px;font-weight:600;color:var(--color-new-gray-900)}._userEmail_16m8q_94{font-size:13px;color:var(--color-new-gray-500)}._divider_16m8q_99{height:1px;background:#0000000f;margin:8px 0}._item_16m8q_105{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;font-size:14px;color:var(--color-new-gray-700);cursor:pointer;transition:all .15s ease;text-align:left}._item_16m8q_105:hover{background:var(--color-new-gray-50);color:var(--color-new-gray-900)}._item_16m8q_105._logout_16m8q_126{color:#dc2626}._item_16m8q_105._logout_16m8q_126:hover{background:#fef2f2;color:#dc2626}@media(max-width:640px){._backdrop_16m8q_31{display:block;position:fixed;inset:56px 0 0;background:#0006;z:90}._dropdown_16m8q_35{position:fixed;top:56px;left:0;right:0;border-radius:0 0 14px 14px;padding:8px 16px 16px;min-width:100%;transform:translateY(calc(-100% - 56px))}._dropdown_16m8q_35._open_16m8q_55{transform:translateY(0)}._header_16m8q_61{padding:16px 8px}._item_16m8q_105{padding:14px 8px;font-size:16px}}._login_1pk6x_1{min-height:100vh;font-family:var(--font-body);display:grid;grid-template-columns:1fr 1fr}._brandPanel_1pk6x_8{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;overflow:hidden}._brandBg_1pk6x_18{position:absolute;inset:0}._gradientBase_1pk6x_23{position:absolute;inset:0;background:linear-gradient(135deg,#0369a1,#0284c7)}._gridOverlay_1pk6x_29{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(ellipse at center,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%);mask-image:radial-gradient(ellipse at center,#000,#0000 70%)}._orb_1pk6x_40{position:absolute;border-radius:50%;background:#ffffff1a;filter:blur(40px);animation:_float_1pk6x_1 20s ease-in-out infinite}._orb1_1pk6x_48{width:300px;height:300px;top:-10%;right:-10%;animation-delay:0s}._orb2_1pk6x_56{width:200px;height:200px;bottom:20%;left:-5%;animation-delay:-7s}._orb3_1pk6x_64{width:150px;height:150px;bottom:-5%;right:20%;animation-delay:-14s}@keyframes _float_1pk6x_1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-20px) scale(1.05)}66%{transform:translate(-15px,15px) scale(.95)}}._brandContent_1pk6x_84{position:relative;text-align:center;color:#fff;z-index:1;animation:_brandFadeIn_1pk6x_1 .6s ease-out}@keyframes _brandFadeIn_1pk6x_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._appIcon_1pk6x_103{width:88px;height:88px;margin:0 auto .75rem;border-radius:50%;display:flex;align-items:center;justify-content:center}._appIcon_1pk6x_103 img{width:88px;height:88px;border-radius:50%;object-fit:contain;filter:brightness(0) invert(1)}._brandContent_1pk6x_84 h1{font-family:var(--font-heading);font-size:2.75rem;font-weight:700;margin:0 0 .75rem;letter-spacing:-.02em}._brandContent_1pk6x_84 p{font-size:1.125rem;opacity:.9;margin:0;max-width:300px;line-height:1.6}._brandFooter_1pk6x_137{position:absolute;bottom:2.5rem;z-index:1;display:flex;align-items:center;gap:.5rem}._brandFooter_1pk6x_137 span{font-size:.8125rem;color:#ffffffb3}._euFlag_1pk6x_151{width:32px;height:22px;background:#ffffff26;border-radius:2px;display:flex;align-items:center;justify-content:center}._euFlag_1pk6x_151 img{width:18px;height:18px;filter:brightness(0) invert(1);opacity:.8}._formPanel_1pk6x_168{background:#fff;display:flex;flex-direction:column;justify-content:center}._mobileHeader_1pk6x_175,._mobileFooter_1pk6x_179,._mobileAccents_1pk6x_183{display:none}._formContainer_1pk6x_187{display:flex;flex-direction:column;padding:2rem 3rem;max-width:440px;margin:0 auto;width:100%}._formHeader_1pk6x_196{margin-bottom:2.5rem;text-align:center}._formHeader_1pk6x_196 h2{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-new-gray-900);margin:0 0 .5rem}._formHeader_1pk6x_196 p{font-size:.9375rem;color:var(--color-new-gray-500);margin:0}._productHighlight_1pk6x_215{color:#0369a1}._actions_1pk6x_219{display:flex;flex-direction:column;gap:1rem}._primaryBtn_1pk6x_225{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0369a1,#0284c7);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0369a14d;text-decoration:none}._primaryBtn_1pk6x_225:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0369a166}._primaryBtn_1pk6x_225 svg{flex-shrink:0}._signupPrompt_1pk6x_253{text-align:center;font-size:.875rem;color:var(--color-new-gray-500);margin:1.5rem 0 0}._signupPrompt_1pk6x_253 a{color:#0369a1;text-decoration:none;font-weight:500}._signupPrompt_1pk6x_253 a:hover{text-decoration:underline}._warning_1pk6x_270{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem;color:#92400e}@media(max-width:900px){._login_1pk6x_1{grid-template-columns:1fr}._brandPanel_1pk6x_8{display:none}._formPanel_1pk6x_168{min-height:100vh;justify-content:flex-start;position:relative;overflow:hidden;background:linear-gradient(180deg,#0369a108,#fff 50%)}._mobileAccents_1pk6x_183{display:block;position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(3,105,161,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(3,105,161,.08) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(ellipse at center,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 70%);mask-image:radial-gradient(ellipse at center,#0009,#0000 70%)}._mobileHeader_1pk6x_175{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1.5rem}._mobileLogo_1pk6x_322{width:48px;height:48px;background:linear-gradient(135deg,#0369a1,#0284c7);-webkit-mask-image:url(/favicon.png);mask-image:url(/favicon.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}._mobileLogo_1pk6x_322 img{display:none}._mobileBrand_1pk6x_338{font-family:"Tilt Warp",var(--font-heading),sans-serif;font-size:1.5rem;background:linear-gradient(135deg,#0369a1,#0284c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._formContainer_1pk6x_187{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem 1.5rem}._mobileFooter_1pk6x_179{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1.5rem;margin-top:auto}._mobileFooter_1pk6x_179 span{font-size:.8125rem;color:var(--color-new-gray-400)}._mobileFooter_1pk6x_179 ._euFlag_1pk6x_151{width:32px;height:22px;background:var(--color-new-gray-200);border-radius:2px;display:flex;align-items:center;justify-content:center}._mobileFooter_1pk6x_179 ._euFlag_1pk6x_151 img{width:18px;height:18px;opacity:.5;filter:none}}@media(prefers-reduced-motion:reduce){._orb_1pk6x_40,._brandContent_1pk6x_84{animation:none}}
