.official-footer.official-footer { padding: 48px 0; border-top: 1px solid #e4e6ea; background: #fff; color: #4b5059; font-family: 'Manrope Variable', Manrope, system-ui, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5; letter-spacing: normal; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
.official-footer.official-footer > div { width: min(calc(100% - 48px), 1280px); max-width: 1280px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; justify-items: start; gap: 22px; }
.official-footer.official-footer .brand img { display: block; width: 190px; height: auto; }
.official-footer.official-footer p { margin: 0; color: #626771; font-size: 14px; line-height: 1.6; }
.official-footer.official-footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; color: #4b5059; font-size: 15px; font-weight: 500; }
.official-footer.official-footer nav a, .official-footer.official-footer nav button { display: inline-flex; align-items: center; min-height: 36px; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: none; cursor: pointer; transition: color .15s ease; }
.official-footer.official-footer nav a:hover, .official-footer.official-footer nav button:hover { color: #171717; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #bec2c9; }
.official-footer.official-footer nav :focus-visible { outline: 2px solid #c9313e; outline-offset: 4px; border-radius: 3px; }
.official-footer.official-footer small { grid-column: 1 / -1; margin: 0; color: #676c75; font-size: 12px; font-weight: 400; line-height: 1.5; }
.official-footer .footer-bottom { grid-column: 1 / -1; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid #eceef1; padding-top: 20px; }
.official-footer .developer-credit { display: inline-flex; align-items: baseline; gap: 5px; margin-left: auto; font-size: 12px; color: #676c75; white-space: nowrap; }
.official-footer .developer-link { display: inline-flex; align-items: center; min-height: 44px; border-radius: 4px; color: #d41474; text-decoration: none; }
.official-footer .developer-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.official-footer .developer-link:focus-visible { outline: 2px solid #d41474; outline-offset: 4px; text-decoration: underline; text-underline-offset: 5px; }
.official-footer .developer-name { position: relative; display: inline-block; font-size: 14px; font-weight: 800; color: #d41474; background: linear-gradient(105deg, #d41474 0%, #c64b09 38%, #8438df 72%, #d41474 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.official-footer .developer-name > span { position: absolute; inset: 0; background: linear-gradient(105deg, #8438df 0%, #d41474 34%, #c64b09 70%, #8438df 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: developer-prism-cycle 5s cubic-bezier(.45, 0, .55, 1) infinite; }
@keyframes developer-prism-cycle { 0%, 100% { opacity: 0; } 45%, 55% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .official-footer .developer-name > span { animation: none; opacity: 0; } }
@media (forced-colors: active) { .official-footer .developer-name { -webkit-text-fill-color: currentColor; background: none; } .official-footer .developer-name > span { display: none; } }
@media (max-width: 1100px) { .official-footer.official-footer > div { grid-template-columns: auto 1fr; } .official-footer.official-footer nav { grid-column: 1 / -1; } }
@media (max-width: 620px) { .official-footer.official-footer { padding: 32px 0; } .official-footer.official-footer > div { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 16px; } .official-footer.official-footer nav { gap: 8px 18px; } }
