.login-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#6792c0,#1e5d97);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-box{background:#fff7f7;padding:40px 50px;border-radius:14px;box-shadow:0 10px 35px #0003;text-align:center;width:380px;animation:fadeIn .8s ease-out}.login-title{margin-bottom:15px;font-size:22px;font-weight:700;color:#003f7d}.login-description{font-size:15px;color:#555;margin-bottom:30px}.login-btn{width:100%;background-color:#06c;color:#fff;padding:14px;font-size:17px;border:none;border-radius:8px;cursor:pointer;transition:.3s ease-in-out;font-weight:600}.login-btn:hover{background-color:#004b99;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden;background:#fff}.report-container{width:100%;height:100vh;position:relative;overflow:hidden;background:#fff}.header-bar{position:absolute;top:0;left:0;width:100%;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:999999;background:#fff;border-bottom:1px solid #e5e5e5}.header-left{display:flex;align-items:center;gap:15px}.legacy-logo{height:60px;width:auto;object-fit:contain;pointer-events:none}.report-title{margin:0;font-family:Segoe UI,sans-serif;font-size:25px;font-weight:550;color:#036;white-space:nowrap}.logout-btn{background:#c00;color:#fff;padding:8px 10px;font-size:12px;margin-right:40px;border:none;border-radius:6px;cursor:pointer;transition:.2s ease-in-out;font-weight:600}.logout-btn:hover{background:#a80000;transform:translateY(-2px)}@media(max-width:600px){.header-bar{height:60px;padding:0 12px}.legacy-logo{height:40px}.report-title{font-size:20px}.logout-btn{padding:8px 12px;font-size:13px}}@media(max-width:420px){.legacy-logo{height:32px}.report-title{font-size:16px}.logout-btn{padding:6px 5px;font-size:12px}}.reportClass{width:100%;height:calc(100vh - 70px);margin-top:70px;overflow:hidden}.loader-overlay{position:absolute;inset:0;background:#fff;display:flex;align-items:center;justify-content:center;z-index:99999}.spinner{width:55px;height:55px;border:6px solid #ddd;border-top-color:#0078d4;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
