.login-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at 20% 20%,rgba(255,230,0,.35),transparent 45%),radial-gradient(circle at 80% 10%,rgba(46,46,56,.18),transparent 40%),linear-gradient(145deg,#1a1a24,#3a3a48 45%,#1a1a24)}.login-card{width:min(495px,100%);min-height:320px;background:#fff;border-radius:8px;border:1px solid rgba(255,255,255,.35);padding:2rem 2.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;box-shadow:0 20px 50px #00000059}.login-card img{height:120px;width:auto}.login-form{width:100%;display:flex;flex-direction:column;gap:.85rem}.login-field{display:grid;gap:.35rem;font-size:.85rem;color:#2e2e38}.login-field input{border:1px solid #c4c4cd;border-radius:4px;padding:.65rem .75rem;font-size:.95rem}.login-field input:focus{outline:2px solid #ffe600;border-color:#2e2e38}.login-error{margin:0;color:#b42318;font-size:.85rem}.login-copy{text-align:center;display:grid;gap:.15rem;font-size:.85rem;color:#2e2e38}.login-card .btn{min-width:160px;width:100%}.session-toast{position:fixed;top:.75rem;right:1rem;background:#e8f6ee;border-left:4px solid var(--ey-success);padding:.85rem 1rem;border-radius:6px;box-shadow:0 8px 24px #0000001f;max-width:360px}:root{--ey-yellow: #ffe600;--ey-black: #1a1a24;--ey-gray-900: #2e2e38;--ey-gray-700: #747480;--ey-gray-500: #c4c4cd;--ey-gray-200: #e8e8ed;--ey-gray-100: #f6f6fa;--ey-white: #ffffff;--ey-accent: #c4a000;--ey-alert: #d07200;--ey-success: #0a7a3e;--header-height: 56px;--sidenav-width: 260px;--sidenav-collapsed: 64px;--font-sans: "Source Sans 3", "Segoe UI", sans-serif;color:var(--ey-black);background:var(--ey-gray-100);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:var(--ey-gray-100)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}ul{list-style:none;margin:0;padding:0}.full-page-loader{min-height:100vh;display:grid;place-content:center;gap:1rem;color:var(--ey-gray-700)}.spinner{width:40px;height:40px;border:3px solid var(--ey-gray-200);border-top-color:var(--ey-yellow);border-radius:50%;animation:spin .8s linear infinite;justify-self:center}@keyframes spin{to{transform:rotate(360deg)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:4px;padding:.55rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .15s ease,transform .1s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--ey-yellow);color:var(--ey-black)}.btn-primary:hover{background:#f5d800}.btn-secondary{background:transparent;border:1px solid var(--ey-gray-500);color:var(--ey-black)}.btn-ghost{background:transparent;border:none;color:var(--ey-black);padding:.35rem}.btn-icon{width:40px;height:40px;border-radius:50%;border:none;background:transparent;display:inline-grid;place-items:center}.btn-icon:hover{background:#0000000f}.page{padding:1.5rem}.page-header{margin-bottom:1.25rem}.page-header h1{margin:0 0 .35rem;font-size:1.75rem;font-weight:600}.page-header p{margin:0;color:var(--ey-gray-700)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.module-card{background:var(--ey-white);border:1px solid var(--ey-gray-200);border-radius:8px;padding:1.25rem;transition:border-color .15s ease,box-shadow .15s ease}.module-card:hover{border-color:var(--ey-yellow);box-shadow:0 4px 16px #1a1a2414}.module-card h3{margin:0 0 .5rem;font-size:1.05rem}.module-card p{margin:0 0 1rem;color:var(--ey-gray-700);font-size:.9rem;line-height:1.4}.badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;background:#fff8c4;color:var(--ey-gray-900);font-size:.75rem;font-weight:600}.toast{position:fixed;top:.75rem;right:1rem;z-index:40;max-width:420px;background:var(--ey-white);border-left:4px solid #2f6fed;box-shadow:0 8px 24px #0000001f;border-radius:6px;padding:.9rem 1rem}.toast h4{margin:0 0 .25rem;font-size:.95rem}.toast p{margin:0;font-size:.85rem;color:var(--ey-gray-700)}.modal-backdrop{position:fixed;inset:0;background:#1a1a2473;display:grid;place-items:center;z-index:50;padding:1rem}.modal{width:min(560px,100%);background:var(--ey-white);border-radius:8px;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--ey-gray-200)}.modal-body{padding:1.25rem;color:var(--ey-gray-900);line-height:1.5;font-size:.95rem}.modal-actions{padding:0 1.25rem 1.25rem;display:flex;justify-content:flex-end}.app-shell{min-height:100vh;display:grid;grid-template-rows:var(--header-height) 1fr}.app-header{position:sticky;top:0;z-index:20;height:var(--header-height);background:var(--ey-white);border-bottom:1px solid var(--ey-gray-200);display:flex;align-items:center;padding:0 .75rem 0 .5rem;gap:.5rem}.header-brand{display:flex;align-items:center;gap:.75rem;min-width:0}.header-brand img{height:28px;width:auto}.header-title{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{margin-left:auto;display:flex;align-items:center;gap:.25rem;position:relative}.notif-dot{position:absolute;top:8px;right:8px;width:7px;height:7px;border-radius:50%;background:var(--ey-alert)}.avatar{width:32px;height:32px;border-radius:50%;background:var(--ey-yellow);color:var(--ey-black);display:grid;place-items:center;font-size:.75rem;font-weight:700;border:none}.shell-body{display:grid;grid-template-columns:var(--sidenav-width) 1fr;min-height:calc(100vh - var(--header-height))}.shell-body.collapsed{grid-template-columns:var(--sidenav-collapsed) 1fr}.sidenav{background:var(--ey-white);border-right:1px solid var(--ey-gray-200);padding:.75rem .5rem;overflow:auto}.nav-link,.nav-group-toggle{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem .75rem;border-radius:6px;color:var(--ey-gray-900);font-size:.9rem;border:none;background:transparent;text-align:left}.nav-link:hover,.nav-group-toggle:hover{background:var(--ey-gray-100)}.nav-link.active{background:#fff8c4;font-weight:600}.nav-icon{width:20px;text-align:center;flex-shrink:0}.nav-children{margin:.15rem 0 .5rem 2rem;display:grid;gap:.1rem}.nav-children a{padding:.45rem .65rem;border-radius:4px;font-size:.85rem;color:var(--ey-gray-700)}.nav-children a:hover,.nav-children a.active{background:var(--ey-gray-100);color:var(--ey-black)}.main-area{display:flex;flex-direction:column;min-width:0;background:var(--ey-gray-100)}.main-content{flex:1;min-height:0}.app-footer{background:var(--ey-white);border-top:1px solid var(--ey-gray-200);padding:1.25rem 1.5rem;display:grid;gap:.75rem}.footer-links{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem}.footer-links a,.footer-links button{color:var(--ey-gray-900);background:none;border:none;padding:0;text-decoration:underline}.footer-copy{margin:0;color:var(--ey-gray-700);font-size:.8rem;line-height:1.45;max-width:920px}.popover{position:absolute;top:calc(100% + .35rem);right:0;width:280px;background:var(--ey-white);border:1px solid var(--ey-gray-200);border-radius:8px;box-shadow:0 10px 30px #0000001f;z-index:30;overflow:hidden}.popover-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;border:none;background:transparent;text-align:left;font-size:.9rem}.popover-item:hover{background:var(--ey-gray-100)}.popover-item+.popover-item{border-top:1px solid var(--ey-gray-200)}.notif-panel{width:min(360px,92vw);max-height:420px;display:flex;flex-direction:column}.notif-panel header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--ey-gray-200)}.notif-list{overflow:auto}.notif-item{padding:.85rem 1rem;border-bottom:1px solid var(--ey-gray-200)}.notif-item.unread{background:#fffcf0}.notif-item h5{margin:0 0 .25rem;font-size:.9rem}.notif-item p{margin:0;font-size:.8rem;color:var(--ey-gray-700)}.global-loader{position:fixed;inset:0;background:#ffffffa6;display:grid;place-items:center;z-index:60}@media(max-width:900px){.shell-body,.shell-body.collapsed{grid-template-columns:1fr}.sidenav{position:fixed;inset:var(--header-height) auto 0 0;width:min(280px,86vw);z-index:25;transform:translate(-105%);transition:transform .2s ease;box-shadow:4px 0 24px #0000001f}.sidenav.open{transform:translate(0)}.header-title{max-width:140px}}
