:root{--ev-light:#fff;--ev-dark:#464646;--ev-dark-hover:#4e4e4e;--ev-red:#8a0000;--ev-red-light:#fad6d6;--ev-red-light-hover:#fee;--ev-red-hover:#ac1b1b;--ev-red-dim:#c800001a;--ev-grey-dark:#9e9e9e;--ev-grey:#f0f0f0;--ev-grey-hover:#c4c4c4;--ev-background:#f5f5f5;--ev-background-transparent:#f5f5f5b3;--ev-topbar-bg:#f0f0f0;--ev-topbar-height:52px}html,body{-moz-text-size-adjust:100%;text-size-adjust:100%;width:100%;min-height:100%}body{background-color:var(--ev-background);color:var(--ev-dark);margin:0;font-family:Roboto,sans-serif;overflow-x:hidden}.ev_layout{width:100%;min-height:100dvh;padding-top:var(--ev-topbar-height);box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}.ev_layout:has(.ev_login_page){padding-top:0}.ev_topbar{box-sizing:border-box;background-color:var(--ev-light);z-index:100;width:100%;min-height:var(--ev-topbar-height);justify-content:space-between;align-items:center;padding:5px 8px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #00000014}.ev_topbar_left{justify-content:space-between;align-items:center;gap:20px;min-width:60%;display:flex}.ev_topbar_right{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.ev_content{box-sizing:border-box;-webkit-backdrop-filter:blur(5px);background-color:var(--ev-background-transparent);z-index:1;border-radius:20px;flex:1;justify-content:center;align-self:stretch;align-items:flex-start;width:100%;min-width:0;min-height:0;padding:20px 5px;display:flex;position:relative;overflow:hidden auto}.ev_layout>.ev_content:first-of-type{align-items:center}.ev_module_title{color:var(--ev-dark);align-items:center;gap:10px;margin:5px 0;font-size:1.5rem;display:flex}@media (max-width:675px){:root{--ev-topbar-height:108px}.ev_topbar{flex-direction:column-reverse;justify-content:flex-end;align-items:stretch;gap:8px;padding:6px 8px}.ev_topbar_left{flex-wrap:wrap;justify-content:space-between;gap:8px;width:100%}.ev_topbar_right{justify-content:flex-end;gap:8px;width:100%}}@media (max-width:480px){.ev_content{border-radius:12px;padding:10px 4px}}
