.user-preferences{position:fixed;bottom:0;left:0;right:0;background-color:#FFF;box-shadow:0 -4px 10px rgba(0,0,0,0.15);padding:20px;transform:translateY(100%);transition:transform 0.4s ease-out;border-top-left-radius:20px;border-top-right-radius:20px}.user-preferences.show{transform:translateY(0)}.user-preferences-content{max-width:1500px;margin:0 auto}.user-preferences-content>h3{margin:0 0 10px 0;color:#0E1840;font-size:20px}.user-preferences-content>p{margin:0 0 20px 0;color:#0E1840;font-size:16px;line-height:1.5}.user-preferences-content>p>a{color:#2683BC;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.user-preferences-options{display:none;flex-wrap:wrap;gap:20px;margin:0 0 20px 0;justify-content:center}.user-preferences-buttons-main{display:flex;flex-direction:column;gap:10px}.user-preferences-buttons-main>button{width:100%;white-space:nowrap}.user-preferences-buttons-row{display:flex;flex-direction:row;gap:10px}.user-preferences-buttons-row>button{flex:1;white-space:nowrap}.user-preferences-buttons-config{display:none;flex-direction:column;gap:10px}.user-preferences-buttons-config>button{width:100%;white-space:nowrap}.user-preferences.configuring .user-preferences-options{display:flex}.user-preferences.configuring .user-preferences-buttons-main{display:none}.user-preferences.configuring .user-preferences-buttons-config{display:flex}@media (max-width:720px){.user-preferences{padding:10px}.user-preferences-content>h3{font-size:18px}.user-preferences-content>p{font-size:14px}.user-preferences-options{gap:10px}}@media (min-width:721px) and (max-width:1024px){.user-preferences-buttons-main,.user-preferences-buttons-config{max-width:480px;margin-left:auto;margin-right:auto}}@media (min-width:1025px) and (max-width:1499px){.user-preferences-buttons-main,.user-preferences-buttons-config{max-width:480px;margin-left:auto;margin-right:auto}}@media (min-width:1500px){.user-preferences-buttons-main,.user-preferences-buttons-config{max-width:480px;margin-left:auto;margin-right:auto}}