:root{--primary-color:#0c2544;--secondary-color:#e27328;--accent-color:#1e3a5f;--text-light:#fff;--text-dark:#2c3e50;--glass-bg:rgba(18,36,84,.85);--glass-border:hsla(0,0%,100%,.1);--shadow-light:0 8px 32px 0 rgba(31,38,135,.37);--shadow-hover:0 12px 40px 0 rgba(31,38,135,.5);--gradient-primary:linear-gradient(135deg,#0c2544,#1e3a5f 50%,#2d5d8a);--gradient-glass:linear-gradient(135deg,rgba(18,36,84,.9),rgba(30,58,95,.8))}body{margin:0;padding:0;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(12,37,68,.3)}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px;border:2px solid transparent;background-clip:content-box;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.4)}.page-wrapper{height:100vh;display:flex;flex-direction:column;background:var(--gradient-primary);position:relative;overflow:hidden}.navbar{background-color:#0c2544!important;color:#fff;height:80px;min-height:80px;max-height:80px;padding:10px 20px;justify-content:space-between;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1)}.navbar,.navbar-brand{display:flex;align-items:center;flex-shrink:0}.navbar-brand{justify-content:flex-start;height:60px}.navbar-logo{max-width:150px!important;min-width:150px!important;-o-object-fit:contain;object-fit:contain}.navbar-logo,.navbar-logo img{width:150px!important;height:48px!important}.navbar h1{color:#fff;font-size:1.5rem;margin:0;font-weight:600;text-align:center;position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap}.navbar-spacer{height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.page-content{flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.page-footer{background-color:#0c2544!important;color:#fff;padding:15px 20px;z-index:1000;border-top:1px solid hsla(0,0%,100%,.1);flex-shrink:0}.footer-content{justify-content:space-between!important;width:100%;max-width:100%;margin:0!important;padding:0 10px;flex-wrap:wrap}.footer-content,.footer-main-left{display:flex!important;align-items:center!important;gap:15px;text-align:left!important}.footer-main-left{margin-left:0!important;padding-left:20px!important;margin-right:auto!important}.footer-copyright{color:#fff;font-size:14px;margin:0}.footer-links{display:flex!important;gap:20px;flex-wrap:wrap;margin-left:auto!important;padding-right:20px!important;text-align:right!important}.footer-link{color:#fff!important;text-decoration:none;font-size:14px;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px;position:relative;white-space:nowrap}.footer-link i,.footer-link svg{flex-shrink:0;display:inline-block;vertical-align:middle}.footer-link:hover{transform:translateY(-2px);text-shadow:0 2px 4px rgba(0,0,0,.3)}.footer-link:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background-color:#fd7e14;transition:width .3s ease}.footer-link:hover:after{width:100%}@media (min-width:769px){.footer-content,.footer-main-left{text-align:left!important}.footer-links{text-align:right!important}}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center!important}.footer-links{justify-content:center;gap:10px}.footer-link{font-size:12px}.navbar h1{font-size:1.2rem}.navbar-logo{width:109px!important;height:40px!important}.navbar-spacer{width:40px}}@media (max-width:480px){.footer-copyright{font-size:12px}}