.sidebar{position:fixed;top:0;right:0;width:100%;max-width:380px;height:100%;background:#fff;color:#111;z-index:1050;transition:transform .3s ease,opacity .3s ease}.sidebarUl{list-style:none;padding:0;overflow:auto;height:75vh;scrollbar-width:none!important}.sidebarUl li{padding:8px 0;margin:8px 0;border-bottom:1px dashed #3c3b3b}.sidebarUl li a{color:#121212;text-decoration:none;display:block;transition:all .2s ease-in-out}.sidebarUl li:hover a{color:#111;padding-left:8px}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInTextFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.sidebar-animate{animation:slideInFromRight .2s ease-out forwards}.text-animate{opacity:0;animation:slideInTextFromRight .25s ease-out forwards}.text-animate-delay-1{animation-delay:.3s}.text-animate-delay-2{animation-delay:.35s}.text-animate-delay-3{animation-delay:.4s}.text-animate-delay-4{animation-delay:.45s}.text-animate-delay-5{animation-delay:.5s}.text-animate-delay-6{animation-delay:.55s}.text-animate-delay-7{animation-delay:.7s}.sidebar{transform:translateX(100%);transition:transform .5s ease-out;opacity:0}.sidebar.open{transform:translateX(0);opacity:1}.sidebar-logo-container{min-height:50px}.important-links{padding:30px 0;background:#f8f9fa;font-family:Inter,system-ui,sans-serif}.main-title{font-weight:600;color:#2c3e50;margin-bottom:30px;text-align:left;padding-bottom:15px}.links-section{margin-bottom:40px}.section-title{font-size:1.2rem;font-weight:600;color:#34495e;margin-bottom:20px;padding-left:10px;border-left:4px solid #3498db}.links-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;height:250px;overflow-y:auto;padding:10px;background:#fff;border-radius:8px;border:1px solid #e9ecef}.links-grid::-webkit-scrollbar{width:8px}.links-grid::-webkit-scrollbar-track{background:#f1f3f4;border-radius:4px}.links-grid::-webkit-scrollbar-thumb{background:#c1c8cd;border-radius:4px}.links-grid::-webkit-scrollbar-thumb:hover{background:#a8b2ba}.link-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;color:#000;text-decoration:none;border-radius:6px;font-weight:500;transition:all .2s ease;border:1px solid #e9ecef;background:#fafbfc;cursor:pointer;font-size:.98rem}.links-grid .link-item:nth-child(odd){background:#fff}.links-grid .link-item:nth-child(2n){background:#f1f3f6}.link-item:hover{background:#3498db;box-shadow:0 2px 8px rgba(52,152,219,.2)}.link-item:active{background:#e3eefd;color:#174c87;box-shadow:0 0 0 2px #92cdfd55}.mobile-arrow{display:inline-block;margin-left:8px;color:#3498db;font-weight:700;font-size:1.17em}.link-item:active .mobile-arrow,.link-item:hover .mobile-arrow{color:#174c87}@media (min-width:481px){.main-title{font-size:1.8rem}.links-grid{height:300px}}@media (min-width:769px){.important-links{padding:50px 0}.important-links.container{padding:0 20px}.main-title{font-size:2.2rem;margin-bottom:40px}.section-title{font-size:1.4rem}.links-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px;height:auto}.link-item{padding:12px 16px;font-size:1rem}.mobile-arrow{display:none}}.maintenance-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center}.maintenance-card{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 8px 20px rgba(0,0,0,.1);max-width:500px;width:100%;transition:transform .3s ease,box-shadow .3s ease}.maintenance-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.maintenance-icon{font-size:3.5rem;color:#e16249;margin-bottom:1rem}.maintenance-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#333}.maintenance-text{font-size:1.1rem;color:#666;margin-bottom:2rem}.btn-refresh{border-radius:50px;padding:.75rem 2rem;font-weight:600;letter-spacing:1px;background-color:#e16249;border:none}.btn-refresh:hover{background-color:#d3543b}