:root{--nav-height: 72px}html,body{height:100%;margin:0;scroll-behavior:smooth}body{font-family:Inter,sans-serif;display:flex;flex-direction:column;min-height:100vh;background:#fff;color:#0f172a}.org-name{font-family:Rubik Mono One,cursive}main#main-content{flex:1}.view-section{display:none;opacity:0;transition:opacity .3s ease-in-out;min-height:calc(100vh - var(--nav-height));box-sizing:border-box}.view-section.active{display:block;opacity:1;animation:fadeInUp .5s ease-out}.dashboard-layout{display:flex;min-height:100vh;background-color:#f8fafc}.dashboard-sidebar{width:260px;flex-shrink:0;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;transition:transform .3s ease;z-index:40;position:sticky;top:0;height:100vh}.dashboard-main{flex:1;position:relative;overflow-y:auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-delayed{animation:float-delayed 7s ease-in-out infinite 2s}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-right{animation:fadeInRight .8s ease-out forwards}.org-name{font-family:Rubik Mono One,monospace;font-weight:400;letter-spacing:.02em;line-height:1}.bar-h-40{height:40%}.bar-h-45{height:45%}.bar-h-50{height:50%}.bar-h-60{height:60%}.bar-h-70{height:70%}.bar-h-80{height:80%}.bar-h-90{height:90%}.jvm-tooltip{background-color:#0f172a;border:1px solid #334155;padding:8px 12px;border-radius:8px;font-family:Inter,sans-serif;font-size:12px;box-shadow:0 10px 15px -3px #00000080;z-index:1000}#breach-map{width:100%;height:auto;background:transparent;min-height:400px;max-height:700px}.map-gradient-overlay{background:linear-gradient(to top,#f8fafc 10%,transparent 100%);pointer-events:none}#mobile-menu{transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0;overflow:hidden}#mobile-menu.open{max-height:400px;opacity:1}.view-center{display:flex!important;flex-direction:column;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem}.drop-zone{transition:all .2s ease}.drop-zone.dragover{border-color:#4f46e5;background-color:#eef2ff}.dash-tab{display:none;opacity:0;transition:opacity .3s ease-in-out}.dash-tab.active{display:block;opacity:1}.dash-nav-btn{transition:all .2s ease}@media(max-width:768px){.dashboard-sidebar{position:fixed;left:0;top:0;width:260px;height:100vh;transform:translate(-100%);z-index:50;box-shadow:0 4px 6px #0000001a}.dashboard-sidebar:not(.hidden){transform:translate(0)}.dashboard-main{width:100%}#breach-map{min-height:300px}}.progress-bar{transition:width 1.5s ease-in-out}
