.header{border-bottom:6px solid;position:fixed;z-index:2;width:100%}.header .header-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1440px;gap:40px;margin:auto;padding:24px}.header .header-content .header-logo{width:64px;height:40px;cursor:pointer}.header .header-content .header-menu{display:none}@media screen and (min-width:1440px){.header .header-content .header-menu{flex:1;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}}.header .header-content .header-infos{display:flex;flex-direction:row;justify-content:normal;align-items:center;gap:4px}@media screen and (min-width:1440px){.header .header-content .header-infos{gap:8px}}.header .header-content .header-infos .notification-container-box{position:relative}.header .header-content .header-infos .notification-container-box .infos-notifs{position:relative;border-radius:8px;padding:8px 16px;cursor:pointer}.header .header-content .header-infos .notification-container-box .infos-notifs svg{height:24px;width:19px}.header .header-content .header-infos .notification-container-box .infos-notifs .notification-new-info{height:8px;width:8px;position:absolute;top:8px;right:16px;border-radius:50%}.header .header-content .header-infos .notification-container-box .notifications{position:fixed;top:101px;left:0;right:0;bottom:83px}@media screen and (min-width:1440px){.header .header-content .header-infos .notification-container-box .notifications{position:absolute;top:calc(100% + 8px);right:0;left:auto;bottom:auto;border:1px solid;border-radius:8px;padding:32px;width:654px}}.header .header-content .header-infos .notification-container-box .notifications .notifications-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:normal;gap:16px;max-height:100%;overflow-y:auto;padding:16px}@media screen and (min-width:1440px){.header .header-content .header-infos .notification-container-box .notifications .notifications-list{max-height:400px;padding:0 16px 0 0}}.header .header-content .header-infos .notification-container-box .notifications .notifications-list .notification{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;border:1px solid;border-radius:8px;padding:16px}.header .header-content .header-infos .notification-container-box .notifications .notifications-list .notification .notification-easter-egg{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.header .header-content .header-infos .infos-avatar{display:flex;flex-direction:row;justify-content:normal;align-items:center;gap:8px;cursor:pointer}.header .header-content .header-infos .infos-avatar .avatar-dropdown{display:flex;justify-content:center;align-items:center}.header .header-content .header-infos .infos-avatar .avatar-dropdown svg{width:20px;height:16px}.mini-footer{position:fixed;bottom:0;left:0;right:0;display:flex;flex-direction:row;justify-content:normal;align-items:normal;padding-bottom:24px}@media screen and (min-width:1440px){.mini-footer{display:none}}.mini-footer .mini-footer-link{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;cursor:pointer}.mini-footer .mini-footer-link .mini-footer-link-selected-box{height:2px;width:100%}.mini-footer .mini-footer-link .mini-footer-link-icon{height:24px;width:24px}.mini-footer .mini-footer-link .mini-footer-link-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap";@import "https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";*{box-sizing:border-box;font-optical-sizing:auto;margin:0;padding:0;font-family:Pixelify Sans,sans-serif;font-style:normal;font-weight:400}body,html{max-width:100vw;min-height:100vh;overflow-x:hidden}a{text-decoration:none}@media screen and (min-width:1440px){::-webkit-scrollbar{-webkit-appearance:none;width:7px}::-webkit-scrollbar-thumb{background-color:#6d6d6d80;border-radius:4px;box-shadow:0 0 1px #d1d1d1a2}}