.app-wrapper{display:flex;min-height:100vh;background:#0f1117}.sidebar{width:220px;min-width:220px;background:#13151e;border-right:1px solid #1E2130;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;overflow-y:auto;z-index:100}.main-content{margin-left:220px;flex:1;padding:32px;background:#0f1117;min-height:100vh;width:calc(100% - 220px);box-sizing:border-box}.nav-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;font-size:14px;text-decoration:none;white-space:nowrap;color:#7a7d8a;border-left:3px solid transparent;margin-bottom:2px}.nav-link:hover{background:#378add14;color:#e8e6de}.nav-link.active{background:#378add26;color:#60aaef;font-weight:600;border-left:3px solid #378ADD}.nav-section{font-size:10px;color:#3a3d4a;padding:0 8px 8px;text-transform:uppercase;letter-spacing:.08em;font-weight:600}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#0f1117;color:#e8e6de;font-size:15px;line-height:1.6}input,select,textarea,button{font-family:inherit;font-size:14px}input,select,textarea{border:1px solid #1E2130;border-radius:8px;padding:10px 14px;background:#1a1d27;color:#e8e6de;outline:none;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:#378add}input::placeholder,textarea::placeholder{color:#3a3d4a}select option{background:#1a1d27;color:#e8e6de}button{cursor:pointer}table{width:100%;border-collapse:collapse}th{text-align:left;padding:10px 14px;font-size:13px;font-weight:600;color:#7a7d8a;border-bottom:1px solid #1E2130;text-transform:uppercase;letter-spacing:.05em}td{padding:14px;border-bottom:1px solid #1A1D27;font-size:15px;color:#e8e6de}tr:last-child td{border-bottom:none}tr:hover td{background:#ffffff05}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2d3a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#378add}
