*,*:before,*:after{box-sizing:border-box}.theme-transition,.theme-transition *{transition:background-color .25s ease,color .25s ease,border-color .25s ease!important}html{font-family:var(--font-base);font-size:16px;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-base);background-color:var(--bg-main);color:var(--text-main);min-height:100dvh;line-height:1.5}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-md);line-height:1.25;font-weight:500;font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.02em}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{margin:0;color:var(--text-main);font-size:var(--text-base);line-height:1.6}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}textarea{resize:vertical}*{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) var(--scroll-bg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--scroll-bg);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scroll-thumb-hover)}::-webkit-scrollbar-corner{background:var(--scroll-bg)}.layout{display:flex;min-height:100dvh}.sidebar{width:260px;background:var(--surface-dark);border-right:1px solid var(--border-color);position:fixed;top:0;left:0;height:100%;z-index:1000;display:flex;flex-direction:column;padding:var(--space-md);transition:transform .3s ease}.sidebar-logo{display:flex;align-items:center;justify-content:center;padding:var(--space-md) 0 var(--space-lg)}.sidebar-logo img{width:60%;max-width:120px}.sidebar-title{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-subtle);padding:var(--space-md) var(--space-sm) var(--space-xs)}.sidebar-footer{margin-top:auto;padding-top:var(--space-md);border-top:1px solid var(--border-color)}.sidebar-overlay{position:fixed;inset:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .3s;z-index:900;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.header{height:64px;background:var(--surface-dark);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-lg);position:sticky;top:0;z-index:800;gap:var(--space-md)}.header-brand{display:flex;align-items:center;gap:var(--space-sm)}.header-actions{display:flex;align-items:center;gap:var(--space-sm);margin-left:auto}.main{flex:1;margin-left:260px;min-height:100dvh;display:flex;flex-direction:column;min-width:0}.content{flex:1;padding:var(--space-lg);width:100%;height:100%;overflow-y:auto}.page-header{margin-bottom:var(--space-lg);display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:var(--space-sm)}.page-header h1,.page-header h2{margin-bottom:0}.page-header-actions{display:flex;align-items:center;gap:var(--space-sm);flex-shrink:0}.guest-container{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-lg);background:#0f172a;background:radial-gradient(circle at top right,#050507,#121217);position:relative;overflow:hidden}.guest-logo{margin-bottom:var(--space-xl);z-index:1}.guest-card{width:100%;max-width:400px;background:var(--surface-dark);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:0 25px 50px -12px #00000080;z-index:1;border:1px solid rgba(255,255,255,.1)}.circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.circles li{position:absolute;list-style:none;background:#ffffff14;bottom:0;animation:float-up 25s linear infinite;border-radius:4px}.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 float-up{0%{transform:translateY(0) rotate(0);opacity:.6;border-radius:4px}to{transform:translateY(-110vh) rotate(720deg);opacity:0;border-radius:50%}}.d-flex{display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.align-center{align-items:center}.align-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-1{flex:1}.gap-xs{gap:var(--space-xs)}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.mb-0{margin-bottom:0}.mb-xs{margin-bottom:var(--space-xs)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-auto{margin-top:auto}.p-0{padding:0}.p-xs{padding:var(--space-xs)}.p-sm{padding:var(--space-sm)}.p-md{padding:var(--space-md)}.p-lg{padding:var(--space-lg)}.p-xl{padding:var(--space-xl)}.pb-xs{padding-bottom:var(--space-xs)}.pb-sm{padding-bottom:var(--space-sm)}.pb-md{padding-bottom:var(--space-md)}.pb-lg{padding-bottom:var(--space-lg)}.pb-xl{padding-bottom:var(--space-xl)}.pt-sm{padding-top:var(--space-sm)}.pt-md{padding-top:var(--space-md)}.pt-lg{padding-top:var(--space-lg)}.pt-auto{padding-top:auto}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-muted{color:var(--text-muted)}.text-subtle{color:var(--text-subtle)}.text-main{color:var(--text-main)}.text-primary{color:var(--primary)}.text-hover{color:var(--primary-hover)}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.font-300{font-weight:300}.font-400{font-weight:400}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.w-full{width:100%}.w-50{width:50%}.stack{display:flex;flex-direction:column}.overflow-x{overflow-x:scroll}.grid{display:grid;gap:var(--space-md)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@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!important}.desktop-only{display:none!important}.content{padding:var(--space-md)}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.grid-auto{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}}@media(min-width:640px){.sm\:grid-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.mobile-only{display:none!important}.desktop-only{display:flex!important}.header-actions{justify-content:flex-end}.grid-md-2{grid-template-columns:repeat(2,1fr)}.grid-md-3{grid-template-columns:repeat(3,1fr)}}
