:root{--background:#09090b;--surface:#18181b;--surface-hover:#27272a;--border:#27272a;--primary:#8b5cf6;--primary-hover:#7c3aed;--text-primary:#fafafa;--text-secondary:#a1a1aa;--status-paid:#22c55e;--status-overdue:#ef4444;--status-pending:#3f3f46;--sidebar-width:260px;--sidebar-width-collapsed:72px;--transition-speed:.3s}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--surface-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border)}.main-content{margin-left:var(--sidebar-width);transition:margin-left var(--transition-speed) ease;min-height:100vh;width:calc(100% - var(--sidebar-width));flex:1}body.sidebar-collapsed .main-content{margin-left:var(--sidebar-width-collapsed);width:calc(100% - var(--sidebar-width-collapsed))}
.Sidebar-module__chRhja__sidebar{width:var(--sidebar-width);background-color:var(--surface);border-right:1px solid var(--border);height:100vh;transition:width var(--transition-speed) ease;z-index:100;flex-direction:column;display:flex;position:fixed;top:0;left:0;overflow:hidden}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed{width:var(--sidebar-width-collapsed)}.Sidebar-module__chRhja__header{border-bottom:1px solid var(--border);align-items:center;height:80px;padding:0 24px;display:flex}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__header{justify-content:center;padding:0}.Sidebar-module__chRhja__toggleBtn{color:var(--text-primary);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s;display:flex}.Sidebar-module__chRhja__toggleBtn:hover{background-color:var(--surface-hover)}.Sidebar-module__chRhja__nav{flex-direction:column;flex:1;gap:8px;padding:24px 12px;display:flex}.Sidebar-module__chRhja__navItem{color:var(--text-secondary);white-space:nowrap;border-radius:8px;align-items:center;gap:16px;padding:12px;transition:all .2s;display:flex;position:relative;overflow:hidden}.Sidebar-module__chRhja__navItem:hover{background-color:var(--surface-hover);color:var(--text-primary)}.Sidebar-module__chRhja__navItem.Sidebar-module__chRhja__active{color:var(--primary);background-color:#8b5cf61a;font-weight:500}.Sidebar-module__chRhja__navItem.Sidebar-module__chRhja__active:before{content:"";background-color:var(--primary);border-radius:0 4px 4px 0;width:4px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Sidebar-module__chRhja__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__chRhja__label{opacity:1;transition:opacity var(--transition-speed) ease}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__label{opacity:0;pointer-events:none}
