.theme-transition *,.theme-transition{transition:background-color .25s ease,color .25s ease,border-color .25s ease!important}*{box-sizing:border-box;font-family:var(--font-base)}body{margin:0;font-family:var(--font-base);background-color:var(--bg-main);color:var(--text-main);height:100dvh}h1,h2,h3{margin-bottom:var(--space-md)}a{color:var(--primary);text-decoration:none}p{color:var(--text-main);font-size:1rem;margin:0;letter-spacing:1px}.logos-container{width:30%;display:flex;align-items:center;justify-content:center}.img-logo{width:30%}.user-name{color:var(--text-main);margin:0 .5rem;font-size:1.3rem;font-weight:500;letter-spacing:1px}.chevron{color:var(--text-main)}.header{height:64px;background:var(--bg-card);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-lg);margin:.5rem;border-radius:var(--radius-sm)}.header-actions{display:flex;align-items:center;justify-content:center;gap:1rem}.header-spacer{flex:1}.page-header{margin-bottom:var(--space-xs);padding:0 1rem}.sidebar{width:260px;background:var(--bg-card);position:fixed;top:0;left:0;height:100%;transform:translate(0);transition:transform .3s ease;z-index:1000;padding:1rem}.sidebar-overlay{position:fixed;inset:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .3s;z-index:900}.sidebar a{display:block;padding:10px;border-radius:var(--radius-sm);color:var(--text-main);font-size:1.2rem}.sidebar a:hover{background:var(--bg-muted)}.sidebar-title{text-align:center}.sidebar-content{height:100%;display:flex;flex-direction:column}.layout{display:flex;height:100%}.main{width:100dvw;margin-left:260px;flex:1}.content{width:100%;padding:1rem;overflow-y:auto}.guest-container{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:var(--space-lg);background:#144247;background:-webkit-linear-gradient(to left,#8f94fb,#4e54c8);position:relative;overflow:hidden}.circles{top:0;left:0;width:100%;height:100%;overflow:hidden}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:#fff3;animation:animate 25s linear infinite;bottom:-50px}.circles li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}@keyframes animate{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}.guest-logo{margin-bottom:var(--space-lg)}.guest-card{width:100%;max-width:420px;background:var(--bg-card);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:var(--space-lg);border-radius:var(--radius-md);box-shadow:0 10px 25px #00000014}.container{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}*{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) var(--scroll-bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scroll-bg);border-radius:4px}::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb);border-radius:4px;border:2px solid var(--scroll-bg)}::-webkit-scrollbar-thumb:hover{background-color:var(--scroll-thumb-hover)}::-webkit-scrollbar-corner{background:var(--scroll-bg)}@media(max-width:1023px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay.active{opacity:1;pointer-events:all}.main{margin-left:0}.mobile-only{display:inline-flex}}@media(min-width:1024px){.mobile-only{display:none}.header-actions{width:100%;justify-content:flex-end}}.w-50{width:50%}
