.footer{width:100%;background-color:#0f0f0f;border-top:1px solid #1f1f1f;padding:16px 32px}.footer__content{max-width:1200px;margin:0 auto;justify-content:space-between;color:#b3b3b3;font-size:.9rem}.footer__content,.footer__left{display:flex;align-items:center}.footer__left{gap:4px}.footer__right{display:flex;gap:16px}.footer__right a{color:#b3b3b3;text-decoration:none;transition:color .2s ease}.footer__right a:hover{color:#ffffff}.language-switcher{margin-right:16px}.language-switcher__select{background-color:transparent;color:#D6E4EA;border:1px solid #d6e4ea;border-radius:9999px;font-weight:500;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D6E4EA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:1em;padding:8px 2.5rem 8px 12px}.language-switcher__select:hover{border-color:#FFD36B}.language-switcher__select option,.topbar{background-color:#000000;color:#D6E4EA}.topbar{position:sticky;top:0;z-index:100;justify-content:space-between;padding:16px 24px}.topbar,.topbar__brand{display:flex;align-items:center}.topbar__brand{gap:12px;text-decoration:none;color:inherit;transition:opacity .2s}.topbar__brand:hover{opacity:.8}.topbar__logo-text{font-size:1.25rem;font-weight:700}.topbar__nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:32px}.topbar__link{color:inherit;text-decoration:none;font-weight:500;transition:color .2s ease}.topbar__link:hover{color:#FFD36B}.topbar__actions{display:flex;align-items:center}.topbar__login-btn{padding:8px 20px;border-radius:9999px;border:1px solid #d6e4ea;color:inherit;text-decoration:none;font-weight:500;transition:all .2s}.topbar__login-btn:hover{background-color:#FFD36B;color:#000000;border-color:#FFD36B}@media (max-width:768px){.topbar__nav{display:none}}.legal{padding:80px 24px;display:flex;justify-content:center}.legal__container{max-width:900px;width:100%;color:#e0e0e0;line-height:1.7}.legal h1{font-size:2.6rem;margin-bottom:8px}.legal__updated{color:#9a9a9a;font-size:.9rem;margin-bottom:32px}.legal h2{font-size:1.5rem;margin-top:40px;margin-bottom:12px}.legal h3{font-size:1.1rem;margin-top:24px;margin-bottom:8px}.legal p{margin-bottom:16px}.legal ul{margin:16px 0 24px 20px}.legal li{margin-bottom:8px}.legal a{color:#ffffff;text-decoration:underline}.legal__contact{font-weight:500}body,html{margin:0;padding:0;min-height:100%;background-color:#0f0f0f;color:#ffffff;font-family:system-ui,sans-serif}.app-body{display:flex;flex-direction:column;min-height:100vh}.app-content{flex:1}