#root{margin:0;padding:0;text-align:center;min-height:100vh}*{box-sizing:border-box;transition:color .3s ease,background-color .3s ease,border-color .3s ease}body{margin:0;background-color:var(--color-background);min-height:100vh;font-family:Poppins,sans-serif}a{text-decoration:none}ul{list-style:none}.users .empty{min-height:calc(100vh - 100px);display:flex;justify-content:center;align-items:center;flex-direction:column;h1{color:var(--color-green-1);margin-bottom:0}p{font-size:var(--text-lg);color:#fff}a{background:var(--color-green-1);padding:15px 30px;font-size:1.2rem;border:none;border-radius:5px;cursor:pointer;transition:background .3s ease;color:#fff;&:hover{background-color:var(--color-green-3)}}}:root{color-scheme:light dark;--color-background: light-dark(#ebf0eb, #151a17);--color-surface: light-dark(#FFFFFF, #1E1E1E );--color-text: light-dark(#212121, #ffffff);--color-heading: light-dark(#212121, #f7f4f4);--color-card: light-dark(#f3f8f3, #2C2C2C);--color-border: light-dark(#1E1E1E, #F5F5F5);--color-green-1: #66BB6A;--color-green-2: #43A047;--color-green-3: #2E7D32;--color-green-4: #1B5E20;--color-success: #4CAF50;--color-error: #FF5252}:root{--base-font-size: 1rem;--text-xs: calc(var(--base-font-size) * 1);--text-sm: calc(var(--base-font-size) * 1.125);--text-md: calc(var(--base-font-size) * 1.25);--text-lg: calc(var(--base-font-size) * 1.5);--text-xl: calc(var(--base-font-size) * 2);@media (max-width: 1024px){--text-xs: calc(var(--base-font-size) * .875);--text-sm: calc(var(--base-font-size) * 1);--text-md: calc(var(--base-font-size) * 1.125);--text-lg: calc(var(--base-font-size) * 1.25);--text-xl: calc(var(--base-font-size) * 1.5)}@media (max-width: 768px){--text-xs: calc(var(--base-font-size) * .75);--text-sm: calc(var(--base-font-size) * .875);--text-md: calc(var(--base-font-size) * 1);--text-lg: calc(var(--base-font-size) * 1.125);--text-xl: calc(var(--base-font-size) * 1.25)}}.dark{color-scheme:dark}.light{color-scheme:light}.loader{display:flex;justify-content:center;align-items:center;pointer-events:none;background-color:var(--color-background);width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:3;transition:opacity .75s,visibility .75s}.loader:after{content:"";width:75px;height:75px;border:15px solid var(--color-heading);border-top-color:var(--color-green-1);border-radius:50%;animation:loading .75s ease infinite}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
