:root{--sidebar-width: 300px;--bg-color: #f5f8fd;--text-color: #2c2f3f;--primary-color: #143361}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#102038!important;color:var(--text-color);margin:0;padding:0}.app-container{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);height:100vh;background:#224e90;color:#fff;position:fixed;top:0;left:0;padding:20px;display:flex;flex-direction:column;align-items:center}.profile-img{width:120px;height:120px;border-radius:50%;border:8px solid #2c2f3f;margin-bottom:20px;background-color:#333;object-fit:cover}.main-content{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));padding:40px}section{min-height:auto;padding:60px 0;border-bottom:1px solid #ddd}.mobile-nav-toggle{display:none}@media(max-width:1199px){.mobile-nav-toggle{display:flex!important;align-items:center;justify-content:center;position:fixed!important;right:15px!important;top:15px!important;z-index:99999!important;border:0;background:#149ddd!important;width:45px;height:45px;border-radius:50%;color:#fff!important;font-size:22px;cursor:pointer;box-shadow:0 2px 10px #0003}.sidebar{left:-300px;transition:all .5s ease-in-out;z-index:9998}.sidebar.mobile-show{left:0}.main-content,main,#main{padding:0!important;margin-left:0!important;width:100%!important;background-color:#f5f8fd;min-height:100vh;display:flex;flex-direction:column}footer{margin-top:auto}#hero{width:100%!important;padding:0 20px!important;margin-left:0!important}section{padding:60px 20px!important}}
