@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:#050806;color:#e8f5e0;font-family:Inter,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}.mgr-layout{display:flex;min-height:100vh}.mgr-nav{width:220px;min-height:100vh;background:#070a06;border-right:1px solid #1e2a18;display:flex;flex-direction:column;padding:1.25rem 0;position:fixed;top:0;left:0;overflow-y:auto}.mgr-nav__logo{display:flex;align-items:baseline;gap:.4rem;padding:0 1.25rem;margin-bottom:1.75rem}.mgr-nav__logo-mark{font-family:JetBrains Mono,monospace;font-size:1.05rem;font-weight:700;color:#7dbf48}.mgr-nav__logo-sub{font-family:JetBrains Mono,monospace;font-size:.65rem;color:#6b7c5e;letter-spacing:.1em;text-transform:uppercase}.mgr-nav__link{display:block;padding:.55rem 1.25rem;font-size:.85rem;color:#8a9a7e;transition:color .15s,background .15s}.mgr-nav__link:hover{color:#e8f5e0;background:#7dbf480a}.mgr-nav__link--active{color:#7dbf48;background:#7dbf480f;border-right:2px solid #7DBF48}.mgr-nav__spacer{flex:1}.mgr-nav__user{padding:.75rem 1.25rem .25rem;font-size:.8rem;color:#e8f5e0;display:flex;flex-direction:column;gap:.15rem}.mgr-nav__role{font-family:JetBrains Mono,monospace;font-size:.65rem;color:#6b7c5e}.mgr-nav__logout{margin:.5rem 1.25rem;padding:.45rem .75rem;background:transparent;border:1px solid #1e2a18;border-radius:6px;color:#6b7c5e;font-size:.78rem;cursor:pointer;transition:color .15s,border-color .15s}.mgr-nav__logout:hover{color:#ef5c5c;border-color:#ef5c5c4d}.mgr-main{flex:1;margin-left:220px;padding:2rem 2.5rem;min-height:100vh}.mgr-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:2rem}.mgr-header__eyebrow{font-family:JetBrains Mono,monospace;font-size:.7rem;color:#7dbf48;margin-bottom:.3rem}.mgr-header__title{font-size:1.5rem;font-weight:700;color:#e8f5e0;margin:0}.mgr-loading{color:#6b7c5e;font-size:.85rem;padding:2rem 0}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-label{font-family:JetBrains Mono,monospace;font-size:.7rem;color:#7dbf48}.form-input,.form-select{background:#111a0e;border:1px solid #1e2a18;border-radius:6px;padding:.55rem .75rem;color:#e8f5e0;font-size:.85rem;font-family:Inter,sans-serif;outline:none;transition:border-color .2s}.form-input:focus,.form-select:focus{border-color:#7dbf4880}.form-input::placeholder,.form-select::placeholder{color:#3a4a33}.mgr-btn{background:#7dbf48;color:#030504;border:none;border-radius:7px;padding:.6rem 1rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .2s}.mgr-btn:hover:not(:disabled){background:#8fd455}.mgr-btn:disabled{opacity:.5;cursor:not-allowed}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1e2a18;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2a3a24}
