*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#111827;background:#f8fafc}.appRoot{display:flex;height:100vh}.appMain{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.appContent{padding:32px;overflow-y:auto}.sidebar{width:260px;background:#ffffff;border-right:1px solid #e5e7eb;padding:16px;display:flex;flex-direction:column}.sidebarHeader{font-weight:600;font-size:18px;margin-bottom:16px}.sidebarNav a{display:block;padding:10px 12px;border-radius:8px;color:#374151;text-decoration:none;font-size:14px}.sidebarNav a:hover{background:#f3f4f6}.sidebarNav a.active{background:#eef2ff;color:#2563eb;font-weight:500}.topbar{height:56px;border-bottom:1px solid #e5e7eb;padding:0 24px;display:flex;align-items:center;justify-content:flex-end}.card,.topbar{background:#ffffff}.card{border:1px solid #e5e7eb;border-radius:12px;padding:20px}h1{font-size:24px;margin-bottom:24px}h1,h2{font-weight:600}h2{font-size:18px;margin-bottom:16px}h3{font-size:16px;font-weight:600;margin-bottom:12px}.muted{color:#6b7280;font-size:13px}.button{background:#2563eb;color:white;border:none;border-radius:8px;padding:8px 14px;font-size:14px;cursor:pointer}.button.secondary{background:#f3f4f6;color:#111827}.button:disabled{opacity:.5;cursor:not-allowed}input,select{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;font-size:14px;width:100%}input:focus{outline:none;border-color:#2563eb}.row{display:flex;align-items:center;gap:16px;padding:12px;border-bottom:1px solid #e5e7eb}.row:last-child{border-bottom:none}.avatar{width:32px;height:32px;border-radius:999px;background:#2563eb;color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}