*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--clr-bg: #FFFFFF;--clr-surface: #FDFDFD;--clr-text: #212121;--clr-text-light: #9E9E9E;--clr-primary: #D32F2F;--clr-primary-hover: #B71C1C;--clr-success: #388E3C;--clr-warning: #F57C00;--clr-error: #D32F2F;--radius: 4px;--font-family: "Lato", sans-serif;--sidebar-w: 300px;--topbar-h: 56px;--primary: #D32F2F;--primary-hover: #B71C1C;--background-color: #FFFFFF;--card-background-color: #FDFDFD;--color: #212121;--muted-color: #9E9E9E}html[data-theme=dark]{--clr-bg: #212121;--clr-surface: #2D2D2D;--clr-text: #ECECEC;--clr-text-light: #B0B0B0;--clr-primary: #EF5350;--clr-primary-hover: #E53935;--clr-success: #4CAF50;--clr-warning: #FFA000;--clr-error: #EF5350;--primary: #EF5350;--primary-hover: #E53935;--background-color: #212121;--card-background-color: #2D2D2D;--color: #ECECEC;--muted-color: #B0B0B0}body{font-family:var(--font-family);background:var(--clr-bg);color:var(--clr-text);margin:0}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar-w);z-index:20;background:var(--clr-surface);border-right:.5px solid #e0e0e0;transition:width .2s,transform .2s}.sidebar.open{transform:translate(0)}.sidebar-logo{font-size:1.2rem;font-weight:700;padding:1rem;color:var(--clr-text);text-wrap:nowrap}.sidebar-logo .logo{height:24px;vertical-align:middle;margin-right:.3rem;margin-bottom:5px;display:inline}.menu{display:flex;flex-direction:column;height:calc(100% - 80px)}.menu-top{flex:1}.menu-bottom{margin-top:auto;font-size:90%}.menu-item{padding:.75rem 1rem;text-decoration:none;color:var(--clr-text);display:flex;align-items:center}.menu-item.secondary{color:var(--clr-text-light)}.menu-item i{margin-right:.5rem}.menu-item:hover,.menu-item.active{background:var(--clr-primary);color:#fff}.topbar{margin-left:var(--sidebar-w);background:var(--clr-surface);padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:.5px solid #e0e0e0;position:sticky;top:0;z-index:10}.page-title{font-size:1.2rem;margin:0;text-overflow:ellipsis;word-wrap:break-word;overflow:hidden;white-space:nowrap;width:100%}.topbar-actions{display:flex;align-items:center;width:100%;max-width:400px;justify-content:flex-end}.topbar-actions select{margin-bottom:0}.tenant-switch{margin-right:1rem;font:inherit}.profile-menu{cursor:pointer;width:100%;max-width:150px;text-align:center}.profile-menu span{font-size:80%}.profile-menu img{margin:0 auto}.btn.icon-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--clr-text)}.avatar{width:32px;height:32px;border-radius:50%;vertical-align:middle;margin-right:.5rem}.content{margin-top:1rem;margin-left:var(--sidebar-w);padding:1rem 2rem}.breadcrumbs{font-size:.9rem;color:var(--clr-text-light);margin-bottom:1rem;display:block}.breadcrumbs b{color:var(--clr-text);margin-left:.1rem}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.toolbar input{margin-bottom:0}.search-input{flex:1;border:.5px solid #CCC;border-radius:var(--radius);font:inherit;color:var(--clr-text);background:#fff url(search-icon.svg) no-repeat .5rem center;padding:.5rem .5rem .5rem 2rem}.search-input::placeholder{color:#aaa}.data-table{width:100%;border-collapse:collapse;font-size:.95rem}.data-table thead{background:var(--clr-surface)}.data-table th,.data-table td{text-align:left;padding:.75rem;border-bottom:1px solid #eee;color:var(--clr-text)}.data-table tbody tr:nth-child(2n){background:var(--clr-surface)}.status.active{color:#388e3c;font-weight:600}.status.inactive{color:#757575}.empty-state{text-align:center;padding:2rem;color:var(--clr-text-light)}.empty-state .empty-icon{font-size:3rem;margin-bottom:1rem;color:var(--clr-text-light)}.empty-state p{margin:.5rem 0 1rem}.topbar [data-nav-toggle]{display:none}.main-container{transition:transform .2s,width .2s ease-in-out;min-width:380px}.tenant-switch{min-width:200px;width:100%;max-width:350px}@media(max-width:1200px){:root{--sidebar-w: 180px}h1{text-align:left}}.sidebar .close{display:none;margin:0;padding:0;position:absolute;right:-31px;background:#fdfdfd;background:linear-gradient(90deg,#fdfdfd 1%,#e0e0e0 140%);border-radius:0 4px 4px 0;border-right:.5px solid #e0e0e0;border-top:.5px solid #e0e0e0;border-bottom:.5px solid #e0e0e0;width:32px;height:32px}.sidebar .close:after{content:"×";position:relative;margin-top:-1.35rem;padding-right:2px;display:inline-block}.sidebar .close:hover{color:var(--clr-primary-hover)}span#user-avatar-name{font-weight:600;white-space:nowrap;opacity:0;transition:opacity .2s ease;border-right:2px solid transparent;padding-right:4px}span#user-avatar-name.visible{opacity:1}span#user-avatar-name.typing{border-right:2px solid currentColor;animation:blink-caret .7s step-end infinite}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:currentColor}}@media(max-width:900px){.sidebar{transform:translate(-100%);width:var(--sidebar-w)}.sidebar.open{transform:translate(0)}.sidebar.open+.main-container{transform:translate(var(--sidebar-w));width:calc(100% - var(--sidebar-w))}.sidebar.open .sidebar-logo{text-align:left}.page-title{display:none}.topbar,.content{margin-left:0}.topbar [data-nav-toggle]{display:block;padding:0 15px 0 0;font-size:1.5rem;width:100%;text-align:left}.sidebar.open+.main-container .topbar [data-nav-toggle]{opacity:0}.sidebar.open .close{display:inline}.page-title{font-size:1rem}.topbar{justify-content:flex-end}}
