:root{--bg: #f5f5f5;--panel: white;--primary: #214ade;--secondary: #8c5cf2;--tertiary: #00a2c7;--quaternary: #16a837;--error: #F14343;--AES-Grag-0: #3250FC;--AES-Grag-33: #9E70FF;--AES-Grag-67: #2ACEEB;--AES-Grag-100: #2CBF38;--Gray-01: #F5F5F5;--Gray-03: #E5E5E5;--Gray-04: #BFBFBF;--Gray-05: rgb(75, 75, 75);--text: #000000;--AES-Grag-h: linear-gradient(90deg, rgba(50, 80, 252, 1) 0%, rgba(158, 112, 255, 1) 33%, rgba(42, 206, 235, 1) 67%, rgba(44, 191, 56, 1) 100%);--AES-Grag-v: linear-gradient(180deg, rgba(50, 80, 252, 1) 0%, rgba(158, 112, 255, 1) 33%, rgba(42, 206, 235, 1) 67%, rgba(44, 191, 56, 1) 100%);--layout-spacing: .5em 1em;--font-family: "Schibsted Grotesk"}[data-theme=dark]{--bg: #2d2c2f;--text: #ffffff;--Gray-01: #dfdfdf;--Gray-03: #c6c6c6;--Gray-04: #888888;--Gray-05: rgb(218, 218, 218);--panel: #242424}body{background:var(--bg)!important;color:var(--text)!important;font-family:var(--font-family)!important;font-optical-sizing:auto;font-weight:300;font-style:normal;font-variation-settings:"GRAD" 0;display:flex;flex-direction:row;justify-content:center;align-items:center}#root{width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-loading{display:flex;width:100%;height:100vh;justify-content:center;align-items:center;@keyframes bars-7s9ul0md{20%{background-size:10.1px 20%,10.1px 50%,10.1px 50%}40%{background-size:10.1px 100%,10.1px 20%,10.1px 50%}60%{background-size:10.1px 50%,10.1px 100%,10.1px 20%}80%{background-size:10.1px 50%,10.1px 50%,10.1px 100%}}}.auth-loading .bars{width:50.4px;height:67.2px;--c: linear-gradient(var(--AES-Grag-33) 0 0);background:var(--c) 0% 50%,var(--c) 50% 50%,var(--c) 100% 50%;background-size:10.1px 50%;background-repeat:no-repeat;animation:bars-7s9ul0md 1s infinite linear alternate}.layout{flex:1;margin-left:60px;transition:margin-left .3s ease}.layout .panel{padding:.5em;margin:var(--layout-spacing);border-radius:10px;background-color:var(--panel)}.sidebar.closed~.layout{margin-left:0}.animate-entrance{animation-duration:.5s;animation-name:fadeIn;animation-delay:.1s;animation-fill-mode:backwards}.text{fill:var(--text)!important}.skeletons-container{display:flex;gap:5px;width:100%}.skeletons-container.row{flex-direction:row}.skeletons-container.column{flex-direction:column}.toolbar{display:flex;width:100%;flex-direction:column;gap:5px;padding:.5em 0 1em}.toolbar .label{display:flex;flex-direction:column;width:auto;gap:5px;color:var(--text)}.toolbar .label label{font-weight:600;font-size:16px}.toolbar .label sub{font-weight:100;font-size:14px}.toolbar .inputs{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:center;width:100%;list-style:none}.toolbar .inputs li{flex:none}.accordion-item{margin-bottom:.1em}.tabs{border-bottom:1px solid #e2e2e2;width:100%}.container-layout{min-height:100vh;background:linear-gradient(135deg,#1f2933,#111827);display:flex;align-items:center;justify-content:center;color:#fff}.container{width:100%;padding:1rem}.card{max-width:420px;margin:0 auto;background:#1f2937;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 20px 40px #0006}.icon{font-size:3.5rem;margin-bottom:1rem}h1{font-size:1.6rem;margin-bottom:.75rem}p{font-size:.95rem;color:#d1d5db;line-height:1.5}.actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{text-decoration:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.9rem;transition:all .25s ease}.btn.primary{background-color:#ef4444;color:#fff}.btn.primary:hover{background-color:#dc2626}.btn.secondary{border:1px solid #6b7280;color:#e5e7eb}.btn.secondary:hover{background-color:#374151}.dashboard-display{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dashboard-display .item{display:flex;flex-direction:column;align-items:flex-start;padding:1em}.dashboard-display .item h2{font-weight:600;padding:0;margin:0;font-size:24px}.dashboard-display .item p{margin:0;padding:.5em 0;font-size:48px;font-weight:600;display:flex;flex-direction:row;align-items:flex-start;color:var(--text)}.dashboard-display .item p span{font-size:24px;font-weight:300}.dashboard-display .item sub{font-size:16px;font-weight:100}.dashboard-display .item.item-2col{grid-column:span 2}.dashboard-display .item.item-full{grid-column:span 4}*{margin:0;padding:0;box-sizing:border-box}.navbar{width:100%;background:var(--panel);padding:var(--layout-spacing);padding-top:.5em;padding-bottom:.5em;position:sticky;top:0;height:65px;box-shadow:#00000029 0 1px 4px;z-index:100;display:flex;justify-content:space-between;align-items:center}.navbar-container{display:flex;justify-content:space-between}.navbar-logo{display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:flex-start;color:var(--text);font-size:1.2rem;font-weight:300;letter-spacing:1px}.navbar-logo img{width:60px;object-fit:contain}.navbar-logo strong{font-size:1.5rem}.navbar-menu{display:flex;list-style:none;gap:1.5rem;align-items:center}.navbar-menu li a{color:#e5e7eb;text-decoration:none;font-size:.95rem;transition:color .3s ease}.navbar-menu li a:hover{color:#38bdf8}.btn-primary{padding:.4rem 1.5rem;border-radius:999px;background:var(--primary);font-weight:600;transition:background .3s ease;display:flex;align-items:center;gap:10px;justify-content:center;color:#fff!important}.btn-primary .pointer{width:10px;height:10px;border-radius:100%;background-color:#fff;animation:flicker .8s infinite steps(5,start)}.navbar-toggle{display:none;flex-direction:column;cursor:pointer}.navbar-toggle span{width:25px;height:3px;background:#fff;margin:4px 0;transition:all .3s ease}@media(max-width:768px){.navbar-toggle{display:flex}.navbar-menu{position:absolute;top:64px;right:0;background:#020617;width:100%;flex-direction:column;gap:1.2rem;padding:1.5rem 0;display:none}.navbar-menu.active{display:flex}}@keyframes flicker{0%,to{opacity:1}50%{opacity:0}}.last-updated{display:flex;align-items:center;justify-content:baseline;gap:20px;font-weight:100}.last-updated .detail{display:flex;align-items:center;justify-content:baseline;flex-direction:row;gap:5px}.last-updated .detail .icon-info{color:var(--Gray-05)}.last-updated .detail .summary{display:flex;flex-direction:column;align-items:baseline;justify-content:baseline;font-size:.9rem}.last-updated .detail .summary .total{display:flex;flex-direction:row;gap:5px;width:-webkit-fill-available;color:var(--Gray-05);font-weight:100;justify-content:space-between}.last-updated .detail .summary .total strong{margin-left:auto;font-weight:600}.last-updated .detail .summary .difference{display:flex;justify-content:space-between;align-items:center;gap:5px}.last-updated .detail .summary .difference .item{color:var(--Gray-04);display:flex;gap:2px;align-items:center;justify-content:baseline;font-weight:300}.last-updated .detail .summary .difference .item.invalids{color:var(--error)}.last-updated .detail .summary .difference .item.valids{color:var(--AES-Grag-100)}.profile-header{padding:0 20px;display:flex;flex-direction:row;gap:12px;align-items:center}.profile-header .btn-profile-option{color:var(--text)}.profile-header .btn-profile-option:hover{cursor:pointer!important;color:var(--tertiary)}.profile-header .avatar{background:#3f51b5;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;object-fit:cover;font-weight:700;font-size:20px}.profile-header .info{font-size:16px;font-weight:600;display:flex;flex-direction:column;gap:5px;text-align:center}.profile-header .info .name{font-size:16px}.profile-header .info .role{font-weight:100;font-size:14px}.profile-menu{width:500px;margin:0;position:relative;top:-8px}.profile-menu .menu-header{padding:.5em 1em;margin:0;background-color:var(--Gray-03);display:flex;align-items:center;justify-content:end;color:var(--Gray-05)}.profile-menu .menu-header .log-out-link{cursor:pointer}.profile-menu .menu-header .log-out-link:hover{color:#000}.profile-menu .menu-body{display:flex;flex-direction:row;align-items:center;justify-content:baseline;padding:1em;gap:10px}.profile-menu .menu-body .avatar{flex:30%;display:flex;justify-content:center;align-items:center}.profile-menu .menu-body .avatar .image{width:120px;height:120px;border-radius:100%;object-fit:cover;outline:4px solid var(--Gray-04)}.profile-menu .menu-body .information{flex:70%;display:flex;flex-direction:column;gap:5px}.profile-menu .menu-body .information span{font-size:1rem;color:var(--Gray-05)}.profile-menu .menu-body .information strong{font-weight:300;font-size:1.1rem}.profile-menu .menu-body .information .theme-selector{border:1px solid var(--text);border-radius:30px}.profile-menu .menu-body .information .theme-selector .text-theme-toggle{color:var(--text)!important}.sidebar{position:fixed;top:0;left:0;height:100vh;min-width:60px;background:var(--AES-Grag-v);color:#fff;display:flex;flex-direction:column;transition:transform .3s ease}.sidebar.closed{transform:translate(-100%)}.sidebar-menu{flex:1;list-style:none;padding:4.5em .8em 1em;gap:15px;display:flex;flex-direction:column}.sidebar-menu li{cursor:pointer}.sidebar-menu li .menu-item{height:100%;display:flex;align-items:center;justify-content:center;gap:5px;color:#fff;text-decoration:none;border-radius:5px;transition:transform .2s ease-in-out,background-color .2s ease-in-out,color .2s ease-in-out;padding:.5em}.sidebar-menu li .menu-item:hover{transform:scale(1.1);color:var(--tertiary);background:#fff}.sidebar-menu li .menu-item.active{color:var(--primary);font-weight:600;background-color:#fff;position:relative}.sidebar-menu li .menu-item.active:hover{color:#fff;background:transparent}.sidebar-menu li .menu-item.active:after{content:"";border-radius:100%;height:10px;width:10px;position:absolute;right:1px}.sidebar-footer{padding:15px;text-align:center;font-size:12px}.content{display:flex;flex-direction:row;align-items:center;padding:var(--layout-spacing);justify-content:space-between;background-color:var(--panel)}.content .content-header{display:flex;flex-direction:row;align-items:center;gap:5px}.content .content-header button{outline:none;border:none;cursor:pointer;transition:color .2s}.content .content-header button:hover{color:var(--sub-text-color)}.content .content-header button span{font-size:1.6rem}.content .content-header .title{display:flex;flex-direction:column}.content .content-header .title h1{margin:0;width:max-content;color:var(--primary-color);font-size:24px}.content .content-header .title p{margin:0;width:max-content;font-size:16px;color:var(--text-color)}.content .content-header .information{display:flex;flex-direction:row;align-items:center;gap:5px}.content .content-header .information .title-icon{display:flex;padding:.3em;border:4px solid transparent;border-radius:100%;background:linear-gradient(var(--panel),var(--panel)) padding-box,var(--AES-Grag-h) border-box;background-clip:padding-box,border-box;color:var(--Gray-05)}.content .content-header .information h1{margin:0;padding:0;background-image:linear-gradient(to right,#6a11cb,#2575fc);-webkit-background-clip:text;background-clip:text;color:transparent}.content .user-section{display:flex;justify-content:end;align-items:center;gap:10px}.breadcrumb-content{font-family:var(--font-family)!important}.breadcrumb-content .home{color:var(--Gray-04);text-decoration:none;transition:.1s color ease-in-out}.breadcrumb-content .home:hover{color:var(--secondary)}.breadcrumb-content .last{color:var(--text)}
