.toast-stack{z-index:99999;flex-direction:column;gap:.5rem;width:calc(100vw - 3rem);max-width:380px;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid;border-radius:10px;align-items:center;gap:.75rem;padding:.875rem 1rem;animation:.25s toast-in;display:flex}.toast--success{background:#11d4621f;border-color:#11d4624d}.toast--success .toast__icon{color:#11d462}.toast--error{background:#ef44441f;border-color:#ef44444d}.toast--error .toast__icon{color:#ef4444}.toast--info{background:#3b82f61f;border-color:#3b82f64d}.toast--info .toast__icon{color:#60a5fa}.toast__icon{flex-shrink:0;font-size:1.1rem}.toast__msg{color:#e2e8f0;flex:1;font-size:.85rem;line-height:1.4}.toast__close{cursor:pointer;opacity:.45;color:#e2e8f0;background:0 0;border:none;flex-shrink:0;padding:0;transition:opacity .15s;display:flex}.toast__close:hover{opacity:1}.toast__close .material-symbols-outlined{font-size:1rem}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;width:100%;max-width:1280px;height:5.5rem;margin-left:auto;margin-right:auto;padding:0 1.5rem;display:flex}@media (width>=768px){.header__inner{padding:0 3rem}}@media (width>=1024px){.header__inner{padding:0 6rem}}.header__brand{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.header__logo{width:auto;height:5rem}.header__brand-name{color:var(--text-primary);letter-spacing:-.01em;font-size:1.125rem;font-weight:700}.header__nav{align-items:center;gap:.25rem;display:none}@media (width>=1024px){.header__nav{display:flex}}.header__nav-link{color:var(--text-secondary);border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.header__nav-link:hover,.header__nav-link.active{color:var(--text-primary);background:var(--input-bg)}.header__nav-link.active{color:#11d462}.header__nav-dashboard-icon{vertical-align:middle;margin-right:.25rem;font-size:1.1rem}.header__dropdown{position:relative}.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown-trigger{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.25rem;padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:color .2s,background .2s;display:flex}.header__dropdown-trigger:hover{color:var(--text-primary);background:var(--input-bg)}.header__dropdown-trigger .material-symbols-outlined{font-size:1rem}.header__dropdown-menu{background:var(--bg-2);border:1px solid var(--border-color);opacity:0;visibility:hidden;border-radius:.75rem;min-width:200px;padding:.5rem;transition:all .2s;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%)translateY(-8px);box-shadow:0 16px 40px #00000080}.header__dropdown-item{color:var(--text-secondary);border-radius:.5rem;align-items:center;gap:.75rem;padding:.625rem .875rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:flex}.header__dropdown-item:hover{color:var(--text-primary);background:var(--input-bg)}.header__dropdown-item .material-symbols-outlined{color:#11d462;font-size:1.125rem;transition:transform .2s}.header__actions{align-items:center;gap:.75rem;display:none}@media (width>=1024px){.header__actions{display:flex}}.header__login-wrap{position:relative}.header__btn-login{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.2rem;padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.header__btn-login:hover{color:var(--text-primary)}.header__btn-login:hover .material-symbols-outlined{animation:.45s icon-bounce}.header__btn-login .material-symbols-outlined{font-size:1rem}.header__login-backdrop{z-index:149;position:fixed;inset:0}.header__login-popover{z-index:150;background:var(--bg-2);border:1px solid var(--border-primary);border-radius:.875rem;width:300px;padding:1.5rem;position:absolute;top:calc(100% + .75rem);right:0;box-shadow:0 16px 48px #0009,0 0 0 1px #11d46214}.header__login-title{color:var(--text-primary);margin-bottom:1.25rem;font-size:1rem;font-weight:700}.header__login-field{flex-direction:column;gap:.375rem;margin-bottom:1rem;display:flex}.header__login-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.75rem;font-weight:600}.header__login-input{background:var(--input-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:.5rem;outline:none;width:100%;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .2s}.header__login-input::placeholder{color:var(--text-muted)}.header__login-input:focus{border-color:#11d462}.header__login-submit{color:#0a140e;cursor:pointer;background:#11d462;border:none;border-radius:.5rem;width:100%;margin-top:.25rem;margin-bottom:1rem;padding:.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;transition:filter .2s}.header__login-submit:hover{filter:brightness(1.1)}.header__login-links{justify-content:space-between;align-items:center;display:flex}.header__login-link{color:var(--text-muted);font-size:.8125rem;text-decoration:none;transition:color .2s}.header__login-link:hover{color:var(--text-primary)}.header__login-link--cta{color:#11d462;font-weight:600}.header__login-link--cta:hover{text-decoration:underline}.header__login-google{width:100%;color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff24;border-radius:.5rem;justify-content:center;align-items:center;gap:.625rem;margin-bottom:.875rem;padding:.625rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:background .2s,border-color .2s;display:flex}.header__login-google:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff38}.header__login-google:disabled{opacity:.55;cursor:not-allowed}.header__login-divider{align-items:center;gap:.5rem;margin-bottom:.875rem;display:flex}.header__login-divider:before,.header__login-divider:after{content:"";background:var(--border-color);flex:1;height:1px}.header__login-divider span{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem}.header__login-error{color:#fca5a5;text-align:center;margin:-.375rem 0 .625rem;font-size:.8rem}.header__login-spinner{border:2px solid #fff3;border-top-color:var(--text-primary);border-radius:50%;width:.875rem;height:.875rem;animation:.7s linear infinite header-spin;display:inline-block}@keyframes header-spin{to{transform:rotate(360deg)}}.header__user-wrap{position:relative}.header__user-btn{background:var(--input-bg);border:1px solid var(--border-color);cursor:pointer;color:var(--text-primary);border-radius:9999px;align-items:center;gap:.5rem;padding:.3rem .75rem .3rem .3rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:border-color .2s,background .2s;display:flex}.header__user-btn:hover{background:#ffffff12;border-color:#11d46266}.header__user-btn .material-symbols-outlined{color:var(--text-muted);font-size:1rem}.header__user-avatar{object-fit:cover;border-radius:50%;width:1.75rem;height:1.75rem}.header__user-initial{color:#11d462;background:#11d46226;border:1px solid #11d4624d;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.75rem;font-weight:800;display:flex}.header__user-name{text-overflow:ellipsis;white-space:nowrap;max-width:100px;overflow:hidden}.header__user-popover{z-index:150;background:var(--bg-2);border:1px solid var(--border-primary);border-radius:.875rem;width:220px;padding:1rem;position:absolute;top:calc(100% + .75rem);right:0;box-shadow:0 16px 48px #0009}.header__user-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;padding-bottom:.75rem;font-size:.8rem;overflow:hidden}.header__user-divider{background:var(--border-color);height:1px;margin-bottom:.625rem}.header__user-item{color:var(--text-primary);border-radius:.5rem;align-items:center;gap:.5rem;width:100%;margin-bottom:.25rem;padding:.5rem .625rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.header__user-item .material-symbols-outlined{color:#11d462;font-size:1.1rem}.header__user-item:hover{background:#ffffff0f}.header__user-logout{color:#fca5a5;cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:background .15s;display:flex}.header__user-logout .material-symbols-outlined{font-size:1.1rem}.header__user-logout:hover{background:#ef444414}.header__btn-cta{color:#0a140e;cursor:pointer;background:#11d462;border:none;border-radius:.75rem;padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 0 20px #11d4624d}.header__btn-cta:hover{filter:brightness(1.1);transform:scale(1.02)}.header__btn-cta{align-items:center;gap:.375rem;padding:.625rem 1.25rem;font-size:.875rem;text-decoration:none;display:inline-flex}.header__btn-cta .material-symbols-outlined{font-size:1rem;transition:transform .2s}.header__btn-cta:hover .material-symbols-outlined{animation:.4s icon-shake}.header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:2rem;height:2rem;padding:.25rem;display:flex}@media (width>=1024px){.header__hamburger{display:none}}.header__hamburger span{background:var(--text-primary);transform-origin:50%;border-radius:2px;height:2px;transition:all .3s;display:block}.header__hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.header__hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{background:var(--bg);z-index:99;padding:1.5rem;transition:transform .3s;position:fixed;inset:5.5rem 0 0;overflow-y:auto;transform:translate(100%)}.mobile-nav.open{transform:translate(0)}.mobile-nav__section{margin-bottom:1.5rem}.mobile-nav__label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:.5rem;padding:0 .5rem;font-size:.7rem;font-weight:700}.mobile-nav__link{color:var(--text-secondary);border-bottom:1px solid #0000;border-radius:.625rem;align-items:center;gap:.75rem;padding:.875rem .75rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.mobile-nav__link:hover,.mobile-nav__link.active{color:var(--text-primary);background:var(--input-bg)}.mobile-nav__link:hover .material-symbols-outlined{animation:.45s icon-bounce}.mobile-nav__link.active{color:#11d462}.mobile-nav__link .material-symbols-outlined{color:#11d462;opacity:.8;font-size:1.125rem}.mobile-nav__actions{border-top:1px solid var(--border-color);flex-direction:column;gap:.75rem;margin-top:2rem;padding-top:1.5rem;display:flex}.mobile-nav__btn-cta{color:#0a140e;cursor:pointer;background:#11d462;border:none;border-radius:.75rem;padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 0 20px #11d4624d}.mobile-nav__btn-cta:hover{filter:brightness(1.1);transform:scale(1.02)}.mobile-nav__btn-cta{text-align:center;text-decoration:none;display:block}.mobile-nav__login{background:var(--bg-2);border:1px solid var(--border-primary);border-radius:.875rem;padding:1.25rem}.mobile-nav__login-title{color:var(--text-primary);margin-bottom:1rem;font-size:.9375rem;font-weight:700}.mobile-nav__login-field{flex-direction:column;gap:.3rem;margin-bottom:.875rem;display:flex}.mobile-nav__login-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.7rem;font-weight:600}.mobile-nav__login-input{background:var(--input-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:.5rem;outline:none;width:100%;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;transition:border-color .2s}.mobile-nav__login-input::placeholder{color:var(--text-muted)}.mobile-nav__login-input:focus{border-color:#11d462}.mobile-nav__login-submit{color:#0a140e;cursor:pointer;background:#11d462;border:none;border-radius:.5rem;width:100%;margin-top:.25rem;margin-bottom:.875rem;padding:.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:700;transition:filter .2s}.mobile-nav__login-submit:hover{filter:brightness(1.1)}.mobile-nav__login-links{justify-content:space-between;align-items:center;display:flex}.mobile-nav__login-link{color:var(--text-muted);font-size:.8125rem;text-decoration:none;transition:color .2s}.mobile-nav__login-link:hover{color:var(--text-primary)}.mobile-nav__login-link--cta{color:#11d462;font-weight:600}.mobile-nav__login-link--cta:hover{text-decoration:underline}.mobile-nav__login-google{width:100%;color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff24;border-radius:.5rem;justify-content:center;align-items:center;gap:.625rem;margin-bottom:.875rem;padding:.7rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;transition:background .2s,border-color .2s;display:flex}.mobile-nav__login-google:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff38}.mobile-nav__login-google:disabled{opacity:.55;cursor:not-allowed}.mobile-nav__user{flex-direction:column;gap:.75rem;display:flex}.mobile-nav__user-info{background:var(--bg-2);border:1px solid var(--border-primary);border-radius:.875rem;align-items:center;gap:.875rem;padding:1rem;display:flex}.mobile-nav__user-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:2.5rem;height:2.5rem}.mobile-nav__user-initial{color:#11d462;background:#11d46226;border:1px solid #11d4624d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:800;display:flex}.mobile-nav__user-name{color:var(--text-primary);font-size:.9375rem;font-weight:700}.mobile-nav__user-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.mobile-nav__logout-btn{color:#fca5a5;cursor:pointer;background:#ef444414;border:1px solid #ef444433;border-radius:.625rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;transition:background .2s;display:flex}.mobile-nav__logout-btn .material-symbols-outlined{font-size:1.125rem}.mobile-nav__logout-btn:hover{background:#ef444424}.header__reset-trigger{cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif}.reset-modal__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;animation:.18s reset-fade-in;display:flex;position:fixed;inset:0}@keyframes reset-fade-in{0%{opacity:0}to{opacity:1}}.reset-modal{background:var(--bg-2);border:1px solid var(--border-primary);text-align:center;border-radius:1.25rem;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:420px;padding:2.25rem;animation:.2s reset-slide-up;display:flex;position:relative;box-shadow:0 24px 64px #000000b3,0 0 0 1px #11d46214}@keyframes reset-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.reset-modal__close{border:1px solid var(--border-color);cursor:pointer;width:2rem;height:2rem;color:var(--text-muted);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;position:absolute;top:1rem;right:1rem}.reset-modal__close .material-symbols-outlined{font-size:1.125rem}.reset-modal__close:hover{color:var(--text-primary);background:#ffffff1f}.reset-modal__icon{background:#11d4621a;border:1.5px solid #11d4624d;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}.reset-modal__icon .material-symbols-outlined{color:#11d462;font-size:1.75rem}.reset-modal__icon--success{background:#11d4621f;border-color:#11d46266}.reset-modal__title{color:var(--text-primary);letter-spacing:-.02em;font-size:1.375rem;font-weight:800}.reset-modal__desc{color:var(--text-secondary);max-width:320px;font-size:.9rem;line-height:1.65}.reset-modal__desc strong{color:var(--text-primary)}.reset-modal__form{flex-direction:column;gap:1rem;width:100%;display:flex}.reset-modal__field{text-align:left;flex-direction:column;gap:.4rem;display:flex}.reset-modal__label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-size:.8rem;font-weight:600}.reset-modal__input{background:var(--input-bg);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:.625rem;outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.reset-modal__input::placeholder{color:var(--text-muted)}.reset-modal__input:focus{border-color:#11d46280;box-shadow:0 0 0 3px #11d46214}.reset-modal__input--error{border-color:#ef444499!important;box-shadow:0 0 0 3px #ef444414!important}.reset-modal__error{color:#fca5a5;text-align:left;font-size:.8125rem}.reset-modal__btn{color:#0a140e;cursor:pointer;background:#11d462;border:none;border-radius:.75rem;padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 0 20px #11d4624d}.reset-modal__btn:hover{filter:brightness(1.1);transform:scale(1.02)}.reset-modal__btn{justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:2.875rem;display:flex}.reset-modal__btn .material-symbols-outlined{font-size:1.125rem}.reset-modal__btn:disabled{opacity:.55;cursor:not-allowed;filter:none!important;transform:none!important}.footer{background:var(--bg-2);border-top:1px solid var(--border-color);padding-top:4rem}.footer__top{grid-template-columns:1fr;gap:3rem;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-bottom:3rem;padding-left:1.5rem;padding-right:1.5rem;display:grid}@media (width>=768px){.footer__top{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding-left:3rem;padding-right:3rem}}@media (width>=1024px){.footer__top{padding-left:6rem;padding-right:6rem}}.footer__brand{flex-direction:column;gap:1rem;display:flex}.footer__brand-row{align-items:center;gap:.625rem;text-decoration:none;display:flex}.footer__logo{width:auto;height:2rem}.footer__brand-name{color:var(--text-primary);font-size:1rem;font-weight:700}.footer__desc{color:var(--text-secondary);max-width:300px;font-size:.875rem;line-height:1.7}.footer__sebi-badge{border:1px solid var(--border-primary);text-transform:uppercase;letter-spacing:.1em;color:#11d462;background:#11d4621a;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.footer__socials{gap:.75rem;margin-top:.5rem;display:flex}.footer__social-link{background:var(--bg-card);border:1px solid var(--border-color);width:2.25rem;height:2.25rem;color:var(--text-secondary);border-radius:.5rem;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.footer__social-link:hover{color:#11d462;background:#11d4620d;border-color:#11d46266}.footer__social-link .material-symbols-outlined{font-size:1rem}.footer__col-title{text-transform:uppercase;letter-spacing:.15em;color:var(--text-primary);margin-bottom:1.25rem;font-size:.8125rem;font-weight:700}.footer__col-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer__col-link{color:var(--text-secondary);align-items:center;gap:.375rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.footer__col-link:hover{color:#11d462}.footer__bottom{border-top:1px solid var(--border-color);padding:1.5rem}@media (width>=768px){.footer__bottom{padding:1.5rem 3rem}}@media (width>=1024px){.footer__bottom{padding:1.5rem 6rem}}.footer__disclaimer{width:100%;max-width:1280px;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border-color);border-radius:.5rem;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;padding:1rem;font-size:.75rem;line-height:1.6}.footer__copyright-row{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;display:flex}@media (width>=768px){.footer__copyright-row{flex-direction:row;justify-content:space-between;align-items:center}}.footer__copyright,.footer__reg{color:var(--text-muted);font-size:.8125rem}.footer__reg span{color:#11d462;font-weight:600}.page-loader{justify-content:center;align-items:center;min-height:60vh;display:flex}.page-loader__spinner{border:3px solid #11d46233;border-top-color:#11d462;border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite page-loader-spin}@keyframes page-loader-spin{to{transform:rotate(360deg)}}:root{--bg:#0a140e;--bg-2:#102218;--bg-card:#ffffff08;--text-primary:#fff;--text-secondary:#8b949e;--text-muted:#6b7280;--border-color:#ffffff1a;--border-primary:#11d46233;--input-bg:#ffffff0d;--header-bg:#0a140ed9;--footer-bg:#060e08;--footer-border:#ffffff0f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;align-items:center;font-size:1.5rem;line-height:1;display:inline-flex}.ping-dot{width:.5rem;height:.5rem;display:inline-flex;position:relative}.ping-dot__outer{opacity:.75;background-color:#11d462;border-radius:50%;width:100%;height:100%;animation:1s cubic-bezier(0,0,.2,1) infinite ping;display:inline-flex;position:absolute}.ping-dot__inner{background-color:#11d462;border-radius:50%;width:.5rem;height:.5rem;display:inline-flex;position:relative}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes icon-bounce{0%,to{transform:translateY(0)}40%{transform:translateY(-5px)}70%{transform:translateY(-2px)}}@keyframes icon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes icon-wiggle{0%,to{transform:rotate(0)}20%{transform:rotate(-12deg)}50%{transform:rotate(12deg)}75%{transform:rotate(-6deg)}}@keyframes icon-pop{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}@keyframes icon-shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.icon-anim-bounce:hover .material-symbols-outlined,.icon-anim-bounce:hover span.material-symbols-outlined{animation:.5s icon-bounce}.icon-anim-spin:hover .material-symbols-outlined{animation:.5s icon-spin}.icon-anim-wiggle:hover .material-symbols-outlined{animation:.45s icon-wiggle}.icon-anim-pop:hover .material-symbols-outlined{animation:.35s icon-pop}.icon-anim-shake:hover .material-symbols-outlined{animation:.4s icon-shake}a:hover>.material-symbols-outlined,button:hover>.material-symbols-outlined{transition:transform .2s,color .2s}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=768px){.container{padding-left:3rem;padding-right:3rem}}@media (width>=1024px){.container{padding-left:6rem;padding-right:6rem}}.section-label{text-transform:uppercase;letter-spacing:.3em;color:#11d462;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:block}.section-title{color:var(--text-primary);font-size:2rem;font-weight:700}@media (width>=768px){.section-title{font-size:3rem}}.glow-overlay{background:radial-gradient(circle at 50% -20%,#11d4621f 0%,#0000 70%)}
