.no-access-container{display:flex;justify-content:center;align-items:center;min-height:80vh;background-color:#111827;color:#f3f4f6;font-family:Inter,sans-serif;padding:2rem}.no-access-content{width:100%;max-width:500px;padding:2.5rem;background-color:#1f2937;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;text-align:center}.no-access-content h2{font-size:1.75rem;margin-bottom:1.25rem;color:#f3f4f6;font-weight:700}.no-access-content p{margin-bottom:2rem;line-height:1.6;color:#d1d5db}.no-access-actions{display:flex;flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;text-decoration:none;text-align:center;transition:all .2s ease;font-size:1rem}.btn-primary{background-color:#2b6cb0;color:#fff;border:none}.btn-primary:hover{background-color:#2c5282;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn-secondary{background-color:transparent;color:#2b6cb0;border:1px solid #2b6cb0}.btn-secondary:hover{background-color:#2b6cb01a;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}@media (min-width: 640px){.no-access-actions{flex-direction:row;justify-content:center}.btn-primary,.btn-secondary{min-width:180px}}@media (max-width: 639px){.no-access-content{padding:1.5rem}.no-access-content h2{font-size:1.5rem}}.nav-bar{background:#2d3748;color:#fff;position:relative;z-index:100}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.logo-image{height:120px}.nav-links{display:flex;gap:1rem;align-items:center}.nav-links a,.nav-links button{color:#fff;text-decoration:none;background:#4a5568;padding:.5rem 1rem;border-radius:4px;border:none;cursor:pointer}.nav-links button.arrow{margin-left:.3rem}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:#4a5568;border-radius:4px;display:none;flex-direction:column;min-width:180px}.dropdown-menu.show{display:flex}.dropdown-menu a{padding:.5rem 1rem}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer}.hamburger span{display:block;height:4px;background:#fff;border-radius:2px}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;left:-100%;height:100vh;width:250px;flex-direction:column;padding:5rem 1rem;gap:1rem;background:#2d3748;transition:left .3s}.nav-links.open{left:0}.dropdown-menu{position:static}}.footer{background-color:#2d3748;color:#f3f4f6;padding:.5rem 0;box-shadow:0 -2px 4px #0000001a;position:relative;text-align:center}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.footer-logo{display:flex;align-items:center;justify-content:center}.footer-logo-image{height:120px;width:auto;object-fit:contain}.footer-copyright p{font-size:1rem;font-weight:400;margin-top:10px}@media (max-width: 768px){.footer-container{flex-direction:column}.footer-logo-image{height:80px}}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizeSpeed;line-height:1.5;background-color:#111827;color:#f3f4f6;min-height:100vh}a:not([class]){text-decoration-skip-ink:auto}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
