.static-footer{width:100%;padding:24px 16px;background:var(--color-surface-light);border-top:1px solid rgba(0,0,0,.1);margin-top:60px;box-sizing:border-box}.static-footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:40px}.static-footer-links{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.static-footer-link{color:var(--color-link-light);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease;padding:4px 8px;border-radius:4px}.static-footer-link:hover{color:var(--color-link-hover-light);text-decoration:underline}.static-footer-copyright{color:#666;font-size:.8rem;line-height:1.4;text-align:center;white-space:nowrap}body.dark-mode .static-footer{background:var(--color-dark-orange-static-footer);border-top:1px solid rgba(255,255,255,.1)}.static-footer.landing-page-footer{background:rgba(255,255,255,.322)!important;backdrop-filter:blur(10px)!important}body.dark-mode .static-footer.landing-page-footer{background:rgba(0,0,0,.568)!important;backdrop-filter:blur(10px)!important}body.dark-mode .static-footer-link{color:var(--color-link-dark)}body.dark-mode .static-footer-link:hover{color:var(--color-link-hover-dark)}body.dark-mode .static-footer-copyright{color:#b0b8c9}@media (max-width:768px){.static-footer{padding:20px 12px;margin-top:40px}.static-footer-content{gap:12px;flex-direction:column;align-items:center}.static-footer-links{gap:20px;justify-content:center}.static-footer-link{font-size:.85rem}.static-footer-copyright{font-size:.75rem;text-align:center}}@media (max-width:480px){.static-footer{padding:16px 8px}.static-footer-links{gap:16px}.static-footer-link{font-size:.8rem}}.low-profile-header{background:var(--color-bg-dark);position:sticky;top:0;z-index:100000;padding:0;box-shadow:0 2px 12px rgba(0,0,0,.15);border-bottom:1px solid var(--color-border-dark);--header-height:76px}.low-profile-header.header-unfixed{position:static;box-shadow:none}.App.light-theme .low-profile-header{background:var(--color-bg-light);color:var(--color-text-light);border-bottom:1px solid var(--color-border-light)}.App.dark-theme .low-profile-header{background:var(--color-bg-dark);color:var(--color-text-dark);box-shadow:0 2px 12px rgba(0,0,0,.15);border-bottom:1px solid var(--color-border-dark)}.low-profile-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;align-items:center;padding:.8rem 1.5rem;gap:1rem;position:relative;min-height:76px}.low-profile-content>:first-child{justify-self:start;position:absolute;left:1.5rem}.low-profile-right-group{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;position:relative}.low-profile-navigation{position:absolute;left:50%;transform:translateX(-50%)}.low-profile-actions{position:absolute;right:0}.low-profile-logo{display:flex;align-items:center;gap:.8rem;text-decoration:none;flex-shrink:0}.low-profile-logo-img{width:60px;height:60px;border-radius:8px;transition:transform .2s ease}.low-profile-logo:hover .low-profile-logo-img{transform:scale(1.05)}.low-profile-logo-text-container{display:flex;flex-direction:column;justify-content:center}.low-profile-logo-content{display:flex;flex-direction:column;gap:.2rem}.low-profile-logo-text{font-size:1.4rem;font-weight:700;color:var(--color-text-dark);line-height:1.2}.App.light-theme .low-profile-logo-text{color:var(--color-text-light)}.low-profile-navigation{display:flex;justify-content:center;align-items:center;flex-shrink:0}@media (min-width:769px){.low-profile-navigation{order:2}.low-profile-actions{order:3}}.low-profile-nav-links{display:flex;gap:2rem;align-items:center}.low-profile-nav-link{color:var(--color-text-dark);text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease;font-weight:500;font-size:.95rem;position:relative;border:1px solid transparent}.App.light-theme .low-profile-nav-link{color:var(--color-text-light)}.low-profile-nav-link:hover{box-shadow:0 0 12px rgba(255,69,0,.5)}.App.light-theme .low-profile-nav-link:hover,.low-profile-nav-link:hover{background:var(--color-section-active-dark);color:var(--color-section-active-text);transform:translateY(-1px);border:1px solid var(--color-section-dark)}.App.light-theme .low-profile-nav-link:hover{box-shadow:0 2px 8px rgba(0,0,0,.15)}.low-profile-nav-link.active{background:var(--color-section-active-dark);box-shadow:0 0 16px rgba(255,69,0,.719)}.App.light-theme .low-profile-nav-link.active,.low-profile-nav-link.active{color:var(--color-section-active-text);transform:translateY(-1px);border:1px solid var(--color-section-dark)}.App.light-theme .low-profile-nav-link.active{background:var(--color-section-light);box-shadow:0 2px 8px rgba(0,0,0,.15)}.App.dark-theme .low-profile-nav-link.active{box-shadow:0 0 16px rgba(255,68,0,.719);border:1px solid var(--color-section-dark)}.low-profile-nav-link.active:hover{transform:translateY(-2px);box-shadow:0 0 20px rgba(255,69,0,.8);border:1px solid var(--color-section-dark)}.App.light-theme .low-profile-nav-link.active:hover{background:var(--color-section-light);color:var(--color-section-active-text);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2);border:1px solid var(--color-section-dark)}.App.dark-theme .low-profile-nav-link.active:hover{box-shadow:0 0 20px rgba(255,68,0,.8);border:1px solid var(--color-section-dark)}.low-profile-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.low-profile-menu{position:relative}.low-profile-menu-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.low-profile-menu-btn-hover,.low-profile-menu-btn:hover{transform:translateY(-1px)}.low-profile-menu-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.low-profile-menu-dropdown{position:absolute;top:100%;right:0;background:var(--color-bg-dark);border:1px solid var(--color-border-dark);border-radius:12px;padding:.5rem 0;min-width:200px;z-index:99999;margin-top:.5rem}.App.light-theme .low-profile-menu-dropdown{background:white;border:1px solid var(--color-border-light)}.low-profile-menu-item{display:block;width:100%;padding:.75rem 1rem;color:var(--color-text-dark);text-decoration:none;background:none;border:none;text-align:left;cursor:pointer;transition:background .2s ease;font-size:.9rem}.App.light-theme .low-profile-menu-item{color:var(--color-text-light)}.low-profile-menu-item:hover{background:#f5f5f5;color:var(--color-section-active-text)}.App.light-theme .low-profile-menu-item:hover{background:#f5f5f5;color:var(--color-text-light)}.App.dark-theme .low-profile-menu-item:hover{background:var(--color-main-principle-bg-dark-gradient-2);color:white}.low-profile-menu-email{font-weight:600;border-bottom:1px solid var(--color-border-dark);margin-bottom:.25rem;padding-bottom:.75rem;cursor:default!important}.low-profile-menu-email:hover{background:none!important;color:inherit!important}.App.light-theme .low-profile-menu-email{border-bottom:1px solid var(--color-border-light)}.low-profile-menu-theme{border-top:1px solid var(--color-border-dark);margin-top:.25rem;padding-top:.75rem}.App.light-theme .low-profile-menu-theme{border-top:1px solid var(--color-border-light)}.low-profile-menu-signout{color:var(--color-error)!important}.App.light-theme .low-profile-menu-signout:hover,.low-profile-menu-signout:hover{background:#f5f5f5;color:var(--color-error)!important}.App.dark-theme .low-profile-menu-signout:hover{background:var(--color-main-principle-bg-dark-gradient-2)!important;color:var(--color-error)!important}@media (max-width:768px){:root{--header-height:66px}.low-profile-content{padding:.6rem 1rem;gap:.5rem;display:flex;justify-content:space-between;min-height:66px}.low-profile-content>:first-child{position:static;left:unset}.low-profile-logo-img{width:50px;height:50px}.low-profile-logo-text{font-size:1.2rem}.low-profile-right-group{display:flex;align-items:center;gap:.5rem;width:auto;position:static}.low-profile-navigation{order:3;justify-content:flex-end;position:static;left:unset;transform:none}.low-profile-actions{order:2;position:static;right:unset}.low-profile-nav-links{display:none}.low-profile-actions{gap:.5rem}.low-profile-menu-avatar{width:32px;height:32px}.low-profile-mobile-toggle{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1000;border-radius:6px;transition:background .2s ease}.low-profile-hamburger-line{width:100%;height:3px;background:var(--color-text-dark);border-radius:2px;transition:transform .25s ease,opacity .2s ease,background .2s ease;transform-origin:right center}.App.light-theme .low-profile-hamburger-line{background:var(--color-text-light)}.App.dark-theme .low-profile-hamburger-line{background:var(--color-text-dark)}.low-profile-mobile-toggle.open .low-profile-hamburger-line:nth-child(2){opacity:0}.low-profile-mobile-toggle.open .low-profile-hamburger-line:first-child{transform:rotate(-45deg) translateY(-1px)}.low-profile-mobile-toggle.open .low-profile-hamburger-line:nth-child(3){transform:rotate(45deg) translateY(1px)}.low-profile-mobile-backdrop{position:fixed;top:var(--header-height,80px);left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:99998}.low-profile-mobile-dropdown{position:absolute;top:100%;left:0;right:0;width:100%;background:var(--color-section-light);border-radius:0;padding:0;box-shadow:none!important;z-index:99999;animation:fadeInDropdown .2s ease-out;border-top:1px solid rgba(0,0,0,.15)}body.dark-mode .low-profile-mobile-dropdown{background:var(--color-section-dark);box-shadow:none!important;border-top:1px solid rgba(0,0,0,.15)}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.low-profile-mobile-item{display:flex;width:100%;align-items:center;justify-content:center;padding:.75rem 1rem;color:var(--color-section-text-light);text-decoration:none;transition:background .2s ease;font-size:.9rem;border-bottom:1px solid rgba(0,0,0,.1)}.low-profile-mobile-item:last-child{border-bottom:none}body.dark-mode .low-profile-mobile-item{color:var(--color-section-text-dark);border-bottom:1px solid rgba(255,255,255,.1)}body.dark-mode .low-profile-mobile-item:last-child{border-bottom:none}.low-profile-mobile-item.active,.low-profile-mobile-item:hover{transform:none}.low-profile-mobile-item:hover{background:var(--color-less-dark-orange-focus);color:var(--color-section-active-text)}}@media (max-width:480px){:root{--header-height:61px}.low-profile-content{padding:.5rem .8rem;min-height:61px}.low-profile-logo-img{width:45px;height:45px}.low-profile-logo-text{font-size:1.1rem}.low-profile-actions{gap:.3rem}.low-profile-menu-avatar{width:28px;height:28px}}