@import"https://cdn.linearicons.com/free/1.0.0/icon-font.min.css";:root{--background:#ffffff;--foreground:#171717;--color-primary:#1890ff;--color-error:#f5222d;--color-secondary:#ff4081}.button-primary{background-color:var(--color-primary);color:#fff}.button-danger{background-color:var(--color-error);color:#fff}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#cc8080}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.auth-link{color:#f5222d;font-weight:700}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.logo{height:50px;width:100%;box-sizing:border-box;padding:5px;background-color:var(--foreground);opacity:.1}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.container h1{font-size:5rem;color:#ff4c4c;margin:0}.container p{font-size:1.2rem;color:#555;margin-bottom:20px}.auth-header{font-size:1.5rem;margin-bottom:20px}.jg__auth-layout{height:100vh;background-color:#000}.jg__auth-layout,.jg__auth-layout .left-section{display:flex;justify-content:center;align-items:center}.jg__auth-layout .left-section{flex:1 1;flex-direction:column;min-width:500px;min-height:100vh;background-color:#fff;text-align:center}.jg__auth-layout .left-section .left-section-inner{position:absolute;top:50px;left:50px;display:flex;align-items:center;gap:10px;font-size:16px;color:gray}.jg__auth-layout .left-section .left-section-inner .auth-logo-zone{font-size:16px;color:#000;font-weight:700}.jg__auth-layout .right-section{flex:1 1;height:100vh;background:url(/authCover.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.jg__auth-form-box{display:flex;flex-direction:column}.jg__auth-form-box .form-title{text-align:left;font-size:20px;color:#000;font-weight:700}.jg__auth-form-box .auth-form{min-width:300px;padding-top:15px}table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-family:Arial,sans-serif;font-size:14px;background-color:#fff;border:1px solid #ccc}thead{background-color:#f2f2f2}thead th{padding:12px;border:1px solid #ccc;color:#333}tbody,thead th{text-align:left}tbody td{padding:12px;border:1px solid #ccc;color:#555}tbody tr:hover{background-color:#f9f9f9}tfoot td{padding:12px;font-weight:700;border:1px solid #ccc;background-color:#fafafa}.jg__dashboard-layout{display:flex;height:100vh}.jg__dashboard-layout .dashboard-layout-inner{height:100vh;width:100%;overflow:hidden}.jg__dashboard-layout .dashboard-header{background:#fff;display:flex;align-items:center;justify-content:space-between;height:50px;padding:0 10px}.jg__dashboard-layout .dashboard-header .toggle-button{display:flex;align-items:center}.jg__dashboard-layout .dashboard-header .user-stuff{display:flex;align-items:center;gap:20px;justify-content:center}.jg__dashboard-layout .dashboard-header .user-info{display:flex;align-items:center;gap:10px;cursor:pointer}.jg__dashboard-layout .dashboard-header .user-info .user-image{border-radius:50%;object-fit:cover}.jg__dashboard-layout .dashboard-header .user-info .user-name{display:flex;flex-direction:column;color:#888}.jg__dashboard-layout .dashboard-header .user-info .user-name span:first-child{font-weight:600;color:#000}.jg__dashboard-layout .dashboard-content{margin:15px;padding:24px;height:100%;max-height:calc(100vh - 80px);background-color:#fff;border-radius:8px;overflow-y:auto}.jg__dashboard-sidebar{background-color:#fff}.jg__dashboard-sidebar .logo-zone{display:flex;justify-content:center;align-items:center;font-size:18px;margin:20px 10px;font-style:italic;color:#f66;gap:5px}.jg__dashboard-sidebar .logo-zone .logo-image{display:flex;justify-content:center;align-items:center;margin:0 auto}.jg__dashboard-sidebar .logo-zone span{color:#333}